i was wondering if any1 has a server status checker for Epic WebServer 2 add 2 my main co site so people can stop asking "is server on or off?"
i have tried this but it faild
[Only registered and activated users can see links. Click Here To Register...]
once i get the server status checker i can make it for the login server and create account server also
btw im not using the appserver/www folder
i have tried this but it faild
Code:
<?php
print"SERVER:HERE";
$ip = "IP:HERE";
$port = "9958";
if (! $sock = @fsockopen($ip, $port, $num, $error, 5))
echo '<B><FONT COLOR=red>Offline</b></FONT>';
else{
echo '<B><FONT COLOR=green>Online</b></FONT>';
fclose($sock);
}
?>
once i get the server status checker i can make it for the login server and create account server also
btw im not using the appserver/www folder