-
Level Portal
Is it possible to make a level portal where your users can create levels and upload them to an online database? It would have to be only available to registered, logged in users, and I would have to be able to moderate it securely and ban anyone uploading levels with inappropriate content. Ideas?
-
Re: Level Portal
Yes it's possible. The FTP object can upload and the Get object can verify a login. Though I'm not sure it's the absolute best method for doing it. Maybe someone else can chime in.
I will say that this seems like something that would be more suited for a website though.
-
Re: Level Portal
When using the FTP and Get objects, how easily could a hacker screw with my website/database? Has anyone done this before and have an idea of how it would work exactly?
Also, would this be possible to do with an iPhone App? (when iPhone development is released for MMF2Dev)
-
Re: Level Portal
Get object is secure. FTP is not.