Since I launched the 110MB Server Status, I have been working on some features...
So here they are:
-
Report Viewer, which logs ups and downs of all servers, and says when they went down and when (and if) they came back up

- The new API is released, a bit different then the old one...
At the URL
http://northsalemcrew.net/110mb_status/api/api.php you get a bunch of funky code, get it, and use the PHP function
unserialize which will turn it into an array, however, if you want to cut down on the size so it can transfer faster, add ?encoding=gz to the end, and it with gzcompress the string, once downloaded to your server, use gzuncompress(), and use unserialize, and there you have it!
And yes, there is a JSON encoded one too... add ?type=json to the end of api.php and it will give a JSON encoded string, now if you want that encoded with gzip, add &encoding=gz and it will do the same

- 110MB Server Status Image updated!
[url=http://northsalemcrew.net/110mb_status/][img]http://northsalemcrew.net/110mb_status/status.php[/img][/url]Enjoy!