HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need somebody who knows php/mysql

09-14-2003, 04:35 PM#1
dataangel
We're trying to establish a JASS library, where a large library of user made functions would be searchable by stuff like return type, or arguments taken, or name. Certain 'trusted users' could submit functions and they'd immediately go into the library, and everyone else could submit functions which could then be approved by a trusted user, and once approved, would go into the library, or if disapproved, deleted (this is so people don't submit tons of garbage code or non-code or other malicious stuff). Trusted users could also edit/delete functions at will.

This way we could get large numbers of JASS functions for people to use in their maps organized really easily. I tried starting the library by simply cutting and pasting submitted functions into a text file... but with like 70 functions in the other thread that's just not practical :P

If you can help, PM me.
09-14-2003, 08:31 PM#2
Starcraftfreak
What about making a front page announcement? Then everyone can see it.
09-18-2003, 07:07 AM#3
andyman
I have coded this sort of stuff and it is a bitch to code.

The amount of functionality required means it will take ages..

BUT!


You could proably look at phpBB and see if you can modify a forum for exactly what you need.

A fuction repository is an awesome idea by the way.


Andyman.
09-19-2003, 04:23 AM#4
dataangel
Quote:
Originally posted by andyman
I have coded this sort of stuff and it is a bitch to code.


What about it was difficult? I was thinking to keep it simple stuff like return type would be specified by the submitter rather than parsed.
09-19-2003, 10:39 PM#5
andyman
while there is nothing conceptually difficult with the code.

There is a lot of it and it will take ages to code.

This is unless someone has already done most of it for another application.

Have you looked at if phpBB can do what you require?
09-20-2003, 09:40 AM#6
cideh
I can code this in ASP, if you are interested... Contact me on either IRC(#wc3campaigns(nick cide)) or MSN([email protected]) if you want some kind of point reference...

If you are only looking for PHP, then I can't help you.