Advertisement
markawes

ServerStatus

Mar 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <p>MarksBot : <?
  2. $ip = "marksbot.mwserver.co";
  3. $port = "80";
  4. if (! $sock = @fsockopen($ip, $port, $num, $error, 5))
  5. echo '<B><FONT COLOR=red>Offline</b>- The technical wizards are working hard to bring MW SERVER back online</FONT>';
  6. else{
  7. echo '<B><FONT COLOR=lime>Online</b> <b>All Systems Running</b> <img src="/images/ip.gif"></FONT>';
  8. fclose($sock);
  9. }
  10. ?></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement