I want to display a High Scores screen using SQL

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
acriticalstrike
Posts: 3
Joined: Mon Jun 17, 2013 8:51 am

I want to display a High Scores screen using SQL

Post by acriticalstrike »

Hi I've setup an SQL server that I would like to use to display high scores from a game. I want a section for username and high score. Whats the best way to integrate this with Easy Save 2? My goal is to then take those player scores from the sql server and display them on webpage. Any help would be greatly appreciated! ;)
User avatar
Joel
Moodkie Staff
Posts: 4853
Joined: Wed Nov 07, 2012 10:32 pm

Re: I want to display a High Scores screen using SQL

Post by Joel »

Hi there,

This is not currently supported by Easy Save 2, though it is possible using the UploadRaw method. You would then need to pull the data from the appropriate fields in the ES2 MySQL database. For instructions on how to set up the ES2 MySQL database, please see the instructions HERE.

All the best,
Joel
Locked