it here -
http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores
- what to do in step 3 ??
private var secretKey=“mySecretKey”; // Edit this value and make sure it’s the same as the one stored on the server
from where do i get this mySecretKey ??
- is this the right way to change db name, user name and password ??
<?php
// Send variables for the MySQL database class.
$database = mysql_connect('localhost', 'sco7_scores', 'mypasss') or die('Could not connect: ' . mysql_error());
mysql_select_db('sco7_scores') or die('Could not select database');
3. it says u must add a gui text on a game object, i have added a guitext from GameObject bar, but how to add it to my empty gameobject ?? i dragged it on the gameobject but still error is there
error is on this line -
gameObject.guiText.text = "Loading Scores";
4. i hope it works with the web player
Thank in advance..
What tutorial are you following… starting at step 3 means we need to know what steps 1 and 2 are.
i am sooo sorry, i dont how how cud i missed the link, it here -
http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores
i have also updated the first post…