Game Statistics Cloud Database option
Retrieve statistics from the application
Retrieve statistics from your navigator
Modify and query statistics with phpyAdmin
Overview
Game Statistics Cloud Database option requires the Game Statistics Upload option :
- statistics are recorded in your private MySQL database in our xcape.io cloud
- you can open phpMyadmin on your database
- each room is handled with :
- room#_games table
- room#_challenges table
- to build you own statistics display app or plugin :
Assuming Game Statistics Upload option is activated, statistics are uploaded when the game master closes the game script at the end of a game.
Setup
No setup is required, you just need to activate the Game Statistics Upload option and then to activate the Game Statistics Cloud Database option.
Your private database
Your private database was created before receiving your activation code :
Cloud DB credentials are given to open phpMyAdmin.
You can retrieve statistics :
- directly from Room as game master
- in an HTML web page
- directly from Room as administrator
- in an HTML web page
- in JSON format
- in cURL command
- from your Internet navigator
- in an HTML web page
- with SQL queries in phpMyAdmin
- modify statistics data
- run SQL queries