• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[RELEASE] Script Status Server

Junior Spellweaver
Joined
Aug 6, 2005
Messages
118
Reaction score
16
Hey guys antoher share:

PHP:
// Script by Akensai

if (!$socket = @fsockopen("YOUR WAN IP HERE", 7500, $errno, $errstr, 30))
{
  echo "<font color='red'><strong>::: Estado del server: Server Offline :(</strong></font>";
}
else 
{
  echo "<font color='green'><strong>::: Estado del server: Server Online :)</strong></font>";
  

  fclose($socket);
}
echo "<p> </p>";
?>
    			</div>
    			<?php
 
Junior Spellweaver
Joined
Dec 22, 2012
Messages
171
Reaction score
9
error

NVM PROBLEM SOLVED
 
Last edited:
Back
Top