Server status
Posted: Wed Jun 19, 2013 9:14 am
Hi! how can I get default information about my server (number of players, slots, etc..) using php? It's possible ?
Ace of Spades / OpenSpades
http://www.buildandshoot.com/forums/
http://www.buildandshoot.com/forums/viewtopic.php?f=18&t=3833
StackOverflow wrote:If your server is broadcasted to the master server, you can parse out the public serverlist JSON using json_decode().I see status page is the only way. I don't want to publish my server on master server.
http://services.buildandshoot.com/serve ... rsion=0.75
If you aren't using the master server, another option could be to enable the status page and scrape the necessary information off of it.