Bored? why not check out kLay.co.uk 24/7 Radio!

Personal Community Gaming Other  
 
You are here: Other > Server status > Live status Last modified: 01/05/09 @ 17:55
'; $working ++; fclose($fp); }else{ echo ''; $notworking++; } } $endmsg = "Online: $working servers. Offline: $notworking server(s). This is LIVE information."; echo "

The server status page tells you what services are currently up and running and what services are down and not useable.

"; $servers = array( "WEB SERVER|localhost|80" , "FTP SERVER|localhost|21" , "MYSQL DATABASE|localhost|3306" , "POP3 MAIL SERVER|localhost|110" , "SHOUTCAST AUDIO SERVER|localhost|8000" , "SMTP MAIL SERVER|localhost|25" , "TEAMSPEAK VOICE SERVER|localhost|14534" , "WEBCAM SERVER1|localhost|8080" , "WEBCAM SERVER2|192.168.0.6|8081" ); $working = 0; $notworking = 0; foreach($servers as $server){ $server = explode("|",$server); $name = $server[0]; $host = $server[1]; $port = $server[2]; if(@$fp = fsockopen($host,$port,$errno,$errstr,1)){ echo '

'.$name.'Online
'.$name.'Offline

$endmsg

"; ?>