[PHP] SWBF Game list

Started by Sonic, June 24, 2015, 08:50:31 AM

Previous topic - Next topic
June 24, 2015, 08:50:31 AM Last Edit: June 25, 2015, 05:00:58 AM by Encorn5
This one is for coders/developers only.
It can query master server (~cannot parse ip:port list yet, static version used atm) and get information about specific server (or all of them).
Sample output, recommended viewer and script in attachment.
Note: Each queried object has boolean attribute "Valid" which keeps information if the query has been successful in that part.
More info in comments.
[Update]
- Added cache object. Use of this object query methods increases speed of the script
- More info in comments