One Man Left Studios Community Forums
Online Tourney Moderator - Printable Version

+- One Man Left Studios Community Forums (http://www.onemanleft.com/forums)
+-- Forum: General (/forumdisplay.php?fid=1)
+--- Forum: Tournaments (/forumdisplay.php?fid=14)
+--- Thread: Online Tourney Moderator (/showthread.php?tid=1687)

Pages: 1 2


RE: Online Tourney Moderator - Harti - 02-11-2013 03:34 AM

Uh... a folder on some harti.us subdomain that you can upload your files to via FTP. But if you don't need a database you could do it completely on your own using Dropbox with e.g. Droppages, then.


RE: Online Tourney Moderator - laYahooz - 02-11-2013 03:41 AM

What language are you using? You can probably get away with JavaScript or html5. Those are really easy


RE: Online Tourney Moderator - $till - 02-11-2013 03:45 AM

(02-11-2013 03:41 AM)laYahooz Wrote:  What language are you using? You can probably get away with JavaScript or html5. Those are really easy

so far i've only been using javascript and it's been working well, the only problem is when I upload the files to 000webhost.com the jquery doesn't work anymore. Does anyone know a good subdomain sit that supports jquery?


RE: Online Tourney Moderator - Harti - 02-11-2013 04:10 AM

(02-11-2013 03:45 AM)$till Wrote:  so far i've only been using javascript and it's been working well, the only problem is when I upload the files to 000webhost.com the jquery doesn't work anymore. Does anyone know a good subdomain sit that supports jquery?
jQuery needs to be included with your script in order to get this to work.
https://developers.google.com/speed/libraries/devguide#jquery

If that still doesn't work, 000webhost probably doesn't support the usage (which usually cannot be).


Also I don't understand how you're going to implement your tool using only key-value storage without the possibility of sorting or anything else. Either you're a genius super-titan scripter or this is probably going to fail. Confused

Because I would already have a hard time implementing that with MySQL. But good luck to you nonetheless!


RE: Online Tourney Moderator - $till - 02-11-2013 05:08 AM

(02-11-2013 04:10 AM)Harti Wrote:  
(02-11-2013 03:45 AM)$till Wrote:  so far i've only been using javascript and it's been working well, the only problem is when I upload the files to 000webhost.com the jquery doesn't work anymore. Does anyone know a good subdomain sit that supports jquery?
jQuery needs to be included with your script in order to get this to work.
https://developers.google.com/speed/libraries/devguide#jquery

If that still doesn't work, 000webhost probably doesn't support the usage (which usually cannot be).


Also I don't understand how you're going to implement your tool using only key-value storage without the possibility of sorting or anything else. Either you're a genius super-titan scripter or this is probably going to fail. Confused

Because I would already have a hard time implementing that with MySQL. But good luck to you nonetheless!

I've actually set up a very nice framework for OpenKeyVal, but what I do is I set up JSON storage in one single key. I actually use it as a nice shortcut for storing data for iOS apps (I am mainly an ios programmer)

P.S. Yes I did include the JQuery source. The wierd thing is that the file works perfectly on my local machine but not when I upload it


RE: Online Tourney Moderator - topvideoguy - 02-17-2013 09:38 AM

(12-08-1993 06:03 AM)$till Wrote:  Can you program? If not, want to be a tester?

I'm learning JavaScript using codecademy but I'm a beginner
And I can test