|
||
|
|||||||
| Script Languages Perl/PHP/Python/Ruby so on and so forth. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Just copy paste edit this code in your wherever you want it to appear (must be filename.php). The only thing you have to edit is your server address.
Code:
<?php
error_reporting(0);
$fp = fsockopen("127.0.0.1", 2593, $errno, $errstr, 1 ); //Change the IP address to your address
if (!$fp) {
echo "<B>Server Status:</B> <font color=660000>Offline</font><br />\r\n";
} else {
echo "<B>Server Status:</B> <font color=006600>Online</font><br />\r\n";
fclose($fp);
}
?>
__________________
Admin Chaale Alluvius Shard - http://uo.wgrevolution.com - Team World Gaming Revolution - http://www.wgrevolution.com - |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|