I need to create a script that:
1) Gives users the ability to upload files to a folder on the server. Only flash files (.swf) allowed.
2) Information for each server needs to be saved in a My SQL database in certain variables. (name, description, time of upload, user rating, and user that uploaded it from my phpBB users.)
3) The upload is displayed immediately after submiting the upload on a page on a table with a column for each varaible plus a column to allow voting. The name would be a link that opens a pop-up that displays the flash movie. It would generate a list of these tables in order by time of upload. Another list of these table would be in order of rating.
Basically something similiar to newgrounds.com or flashplayer.com
I only know basic theory behind php and MySQL and I cannot write my own code. Could someone point me to some scripting to create something like this or else help me create a script like this?
Any help is very much appreciated. Thanks.