session_start(); $title="InternetPerils Inc. - PerilScope - Peril Snap"; require("../../php/require/config.php"); require("$reqpath/login/config.php"); require("$reqpath/common.php"); require("$reqpath/login/membership.php"); require("$reqpath/login/pscope.php"); require("$reqpath/login/snap.php"); include("$incpath/header.php"); $staff="staff"; $snapversion="Snap"; if (!loggedin()){ $showlogin="yes"; include("$incpath/menu.php"); echo "
|
echo " Your current IP address is: ", $currentIP ," [ ", $hostname ," ] \n"; $ipaddr = ip2long($currentIP); $s_ipaddr = sprintf("%u",$ipaddr); ?> |
Sample PerilSnap image |
A PerilSnap request will be submitted on your behalf for address "; echo "" , $currentIP , " [",$myhostname , "].\n"; echo "
You should receive an image which gives information about\n"; echo "your network connectivity as soon as data is available.\n\n"; echo "
Typically data is available to PerilSnap users within an \n"; echo "hour and is delivered in a mime-compliant mail message.\n\n"; echo "The PerilSnap image will be sent to $reg_email ."; submit_snap($currentIP,$myhostname,$snapversion,$locationtype,$imagetype); } // else post } //else (logged in) include("$incpath/footer.php"); ?>