Old topic but now I want to make the site again
What exactly is it getting the info from?
I'm guessing from the server itself.. I just want to be able to get basic user info and display it on a webpage away from the graal server.
I mean, how is it shown on the guild member pages? Where you see the name and head and things.. What is the url to the info where this data is stored? Or would telling me be a security risk like if it's tied into actual server data I could be seeing more then I need to see?
I just want to make my page so when you search for a player it shows the stats like you would see if you right clicked them in the game.. What would I need to do?
I know the whole topstats thing is created with php and then reading from the database (to organize highest stats) I just want to know what database so I can use it

Maybe if it is a private database with other info that you don't want people seeing, you should make a public database.. this way people could make their own little website somewhere and put in one line of php to add in their account info like:
Here is my graal profile:
<php link here>
or something.. maybe php links to hearts, money, spar rating.. etc.
