Photon cloud statistics on website

Options
velthoven
edited September 2012 in Photon Server
We would like to show the number of players in a game on our website. We use a Linux/Php/Mysql environment. Are there any options to connect to the Photon cloud and retrieve the number of players in a LAMP environment?

Comments

  • Sorry, seems like we've overlooked this question..

    There is currently no kind of "web service" to show stats for certain applications on Photon cloud. As a workaround, you could connect a game client to the Photon cloud and get the info from the "AppStats" event from the master server (it contains GameCount & Playercount), and then put the values somewhere where your web site can access them (e.g., write it to the file system, to a DB, memcached, ...).