Code:
<html>
<body>
Dekaron Server:
<?
Error_reporting(0);
$fp = @fsockopen('INSERT IP HERE', PORT # HERE, $errno, $errstr, 2);
if($fp){ echo '<font color=green>Online</font>'; }
else{ echo '<font color=red>Offline</font>'; }
fclose($fp);
?>
<br>
Login Server:
<?
Error_reporting(0);
$fp = @fsockopen('INSERT IP HERE', PORT # HERE, $errno, $errstr, 2);
if($fp){ echo '<font color=green>Online</font>'; }
else{ echo '<font color=red>Offline</font>'; }
fclose($fp);
?>
</body>
</html>
[Only registered and activated users can see links. Click Here To Register...]
Enjoy!
P.S. I won't be a PHP Support.
Things you need installed for this script to work..
Apache
PHP
**MUST GO ON HOST COMPUTER**
P.P.S. Later this week will be a Custom Auto Updater (No Sources).