Posts: 50
Threads: 12
Joined: Oct 2012
Reputation:
0
i've seen one server with there top 25 players, with the players score on the website, it automatically updated, i want to add it to my website but i don't know how to get it... please, if you know, tell, if you do, i will REP+ you
Posts: 237
Threads: 38
Joined: Apr 2012
Reputation:
0
Pretty simple.
1. Make sure you have a database (localhost or whatever host you have)
2. Make a simple PHP script to make the box (outline) for the stats to gin
3. Just make a simple variable script to store the variables in (so the players name and score)
4. Lastly, To update it every few seconds, Just don't put return 1; at the end of the script so it doesn't end.
PM me if your having problems.