Antv912 0 Report post Posted January 26, 2009 (edited) <?php $srvip = "YourIP";$srvport = "8080";?><td align="left">Web Server: <?php $fp = @fsockopen($srvip, $srvport, $errno, $errstr, 1);if (!$fp) { echo "<font style='color: #FF3300'><B>Offline</B></font></br>";} else { echo "<font style='color: #009933'><B>Online</B></font></br>"; fclose($fp);} ?></td> To change the port, just edit this section - $srvport = "8080";?>Also you need to change the IP of the server or host your using when uploading this script. Edited January 26, 2009 by Antv912 (see edit history) Share this post Link to post Share on other sites