Advertisement
SkullCrack

/Web inferance for mangos/ serverstat.php

Jun 28th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. require_once ( 'config.php');
  4. if (! $sock = @fsockopen($ip, $port, $num, $error, 3))
  5. echo '<FONT COLOR=red>Offline</FONT>';
  6. else{
  7. echo '<FONT COLOR=green>Online</FONT>';
  8. fclose($sock);
  9. }
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement