0 Members and 1 Guest are viewing this topic.
If you want you can you my site at: http://servers.teracities.com/You can create your own custom server list to checkBut I'm not going to release the source code...You can also do a search here for the php ASE script which gets the info if you want to make your own.
I'm looking for Live Server Status script written in PHP.. To see who's playing in specific server and how much score, deaths, ping, etc.
<?phpset_time_limit(10);$ip = "127.0.0.1";$port = 23073;$sck = fsockopen($ip,$port,$err,$errno,10);if(!$sck){echo "server offline";}else{echo "server online";fclose($sck);}?>
Make sure you have an admin password set. If it still doesn't work, try checking the modification time of gamestat.txt and if it's longer than 1 minute or so, the server is offline.