I have my own flash game I have made, I understand how to save my users highscores to a mysql database using php etc.. But the thing I wanted to know was how can I store my users 'name' as there vbulletin username?
Im sorry but I didn't know where to post my question, and I am only signed up to this site for coding help...
Anyway I am using this code to store the users high scores:
Code: Select all
_root.add_pass = "{same as $pass in _data.php}";
_root.name = _root.variableYouUsedInTheGameForThePlayersName;
_root.score = _root.variableYouUsedInTheGameForThePlayersScore;
getURL("new_score.php", "", "POST");
Thanks in advance,
Tom.