PDA

View Full Version : highscores and user question



Scaper
06-03-2010, 03:36 PM
Ok i have i dynamic signature, and say if the user never entered a name into the GUI how would i make that go to the total time run, anyways how would i make it even if a user did enter a username how would i still make it go to the total time ran??

thanks

also with my dynamic signature i want a highscore databse how do i go about this i have looked up on google many times but nothing to what i am wanting

thanks in advance

Scaper
06-04-2010, 01:25 AM
anyone? please

MylesMadness
06-04-2010, 01:42 AM
if(!(isset($_GET["id"]))){ do the total time sig

aran armath
06-04-2010, 01:43 AM
First one, maybe have it enter your or a generic user/pass if empty or maybbe have it submit for it automatically. As far as how, not a clue, but I think Frement has made a dynamic sig (Think, but I know there's a couple).

rogeruk
06-05-2010, 10:00 PM
Use SCAR to send the runtime to a PHP script, then get that PHP script to read from a MySQL database of totalruntime, add the users runtime and save it back to the database.

If theres no username then simply default user.

Highscore table simple, just read and sort the MySQL database.