Highscore again and again ..
Has anyone an exsample or tutorial for a non-programmer
to create a top-10 highscore table
Please let me know <img src="smileys/smiley1.gif" border="0" align="middle" />
I can upload the php files and an example highscore .capx from my game NEON ( ize.bplaced.net/games/neon )if you want...
It's very basic and has no cheat protection but should work on every server that supports php. Also it's not much code and pretty easy to understand.
I can upload the php files and an example highscore .capx from my game NEON ( ize.bplaced.net/games/neon )if you want... It's very basic and has no cheat protection but should work on every server that supports php. Also it's not much code and pretty easy to understand.
Yes please. I've tried following the Ajax tutorial, but it stops short of php assistance... for the rare individual who has a server capable of it, but no idea how to implement it.
Ize
Please ... would be great ... <img src="smileys/smiley1.gif" border="0" align="middle" />
I would also like to see a capx.
Cool game! I just wanted to point out that on your second opening screen, the word "Construct" is missing the "s". I really like that opening credit anyway! :D
Develop games in your browser. Powerful, performant & highly capable.
I would like too<img src="smileys/smiley1.gif" border="0" align="middle" />
a hint, when I go to the credits page, I cant switch back to an another page
Sorry for being late, i wasn't home today but here it is:
dl.dropbox.com/u/45711709/score.rar
Again, it's very basic and not secure at all.
Thanks
I get a failure ...
Seams as it is missing the file = scores.csv
<img src="smileys/smiley1.gif" border="0" align="middle" />
Oh i forgot... give the scripts read and write access 777 or what you see fit so it can actually create the scores.csv :D
this is way beyond my habilities lol
how do you give the scripts read and write access?
Most ftpclients have a chmod function to Set read/write stuff
Ok maybe im being dumb, I uploaded the files to dropbox, It works kinda, I press the left key, It submits a score, I press right then something shows, But its not score..
Take a look http://dl.dropbox.com/u/51270524/scorestest/index.html
Looks like PHP is disabled on dropbox(makes sense). Thus it won't work :)
You need a webserver which supports php.
Oooooh, Thanks, I uploaded it to my webserver and it worked!