PHP Status Script, Byond Bah!
|
|
ok.. im working on this php script. but i know IT used to work and show the byond server as being online.. but now.. everytime i make it request a server thats on byond it just says offline. the ports are right and everything. Im trying to close my server. Im hoping some of you have some advice in php. Or know enough about byond and php to figure this out. Im hosting a server not making a game. please help if you know.
EDIT: OH by the way, it used to work using an older byond version.
THIS is PHP not DM
Current Server Status
<? printf ("
"); printf ("You can refresh the page by clicking the reload button on your browser or the text [refresh] below.
"); printf ("
[Refresh]
"); $site1 = "kato.bounceme.net"; $site1port= "4000"; $check1 = fsockopen($site1, $site1port); if ($check1) { echo "
"; } else { echo "
"; } ?>
SS13:($site1) is up. |
SS13:($site1) is down. |
|