- Joined
- Oct 11, 2015
- Messages
- 184
- Reaction score
- 45
- First Language
- English
As the title says, I am looking for some help on getting a leader board working with MV. As of right now I have a web site with Mysql and php to create the session for the user and all. I though I would be able to see the local storage of the game via chrome and going to appacation and checking local storage. So I was wondering were would one start with being able to get stuff like
I was thinking of having PHP handle the JSON data from MV (if that what it has to be) and then posting it up to the SQL sever and then making a call to the SQL on the website to display the Table for the user information.
Another though I had doing was below, but I understand that it would be very easy to fake information if you know were to look for the json file.
So is there a way to just have MV output information to a json file that holds the the above items?( I do not need network connection in the game to send the JSON, and yes I know that if I save the JSON local someone could edit the file.)
- Player Name
- Player Level
- Some custom made variables out of MV and to the SQL data Base.
I was thinking of having PHP handle the JSON data from MV (if that what it has to be) and then posting it up to the SQL sever and then making a call to the SQL on the website to display the Table for the user information.
Another though I had doing was below, but I understand that it would be very easy to fake information if you know were to look for the json file.
So is there a way to just have MV output information to a json file that holds the the above items?( I do not need network connection in the game to send the JSON, and yes I know that if I save the JSON local someone could edit the file.)
Last edited by a moderator:
