<? if (!defined("SHOWIP")) exit; ?> <center><h2>Your IP-address is: <h1><b><?php echo $_SERVER['REMOTE_ADDR'] ?></b></h1><br /> <?php if( isset($_SERVER['X_FORWARDER_FOR']) ) echo "Proxy's IP-address: ".$_SERVER['X_FORWARDER_FOR']."<br />";
echo "\n\nBrowser info:<br />\n<b>".$_SERVER['HTTP_USER_AGENT']."</b>"; ?> </h2> <br /> Source: <br /> <table width="800" bgcolor="C0C0C0"> <tr><td width="100%"> <?php highlight_file("showip.php"); ?> </td></tr> </table> </center> <br> <font size=1>© NetSpider 2005<br> Licensed under GPL</font>
|