Purpose:
It returns information about the local ranks in an establishment, from the target server.
Local ranks scoring has merged all rankeable gaming activity score plus score per rent time.
It returns aswell latest premiuns given away, and latest scores won.
Input parameters:
- CyberName = License’s name for the target server.
Example of usage:
https://wingamer.ar/ApiMasterControl/CurrentLocalScoring.php?CyberName=flulpycrea
Output:
- Array {“HistoricData”: “string”, “MontlyData”: “string”, “ScoreWins”: “string”, “ClaimedPremiuns”: “string”}
All output strings has minimal html tags with ClassIDs to help to construct the output like “<tr><td>…</td></tr>”. It requires to remove the json encoding and to present it inside <table> </table> object, and then apply CSS on it. - Array {“ResponseClass”:”ERROR”,”Param1″:”error message”}