Open Notepad
Paste this in it
Save it as status.php and upload it
Paste this in it
Code:
<?
$ip = "SERVER IP";
$port = "7002";
if (! $sock = @fsockopen($ip, $port, $num, $error, 5))
echo '<B>Server <FONT COLOR=red>Offline</b></FONT>';
else{
echo '<B>Server <FONT COLOR=lime>Online</b></FONT>';
fclose($sock);
}
?>
Save it as status.php and upload it
