ID:273842
 
im sort of trying to create my own ftp client using BYOND to allow people easier access and control over their games in my server...

So i was wondering how would i go about writing a script allowing users to upload a file containing their game files (.dmb,.rsc,savefiles/,logs/) to the server and then executing their worlds...

thanks ahead
Hum,this is hard,only if the creators of the byond,make an flash or anything else,client to run the game in the navigator,but this aren't a bad idea....
You can have the user upload a Zip then use Dantom's ZipFile library to uncompress the zip file and store the DMB and RSC in a folder. After that you can run the DMB or something but I seriously haven't thought past that.