";
if (count($_GET) >0) {
reset($_GET);
while(list($key, $val) = each($_GET)) {
$GLOBALS[$key] = $val;
if (is_array($val)) {
$w4fMessage .= " $key:";
foreach ($val as $vala) {
$vala =stripslashes($vala);
$vala = htmlspecialchars($vala);
if (trim($vala)) { if (stristr($vala,“Content-Type:”) || stristr($vala,“MIME-Version”) || stristr($vala,“Content-Transfer-Encoding”) || stristr($vala,“bcc:”)) { blockip($ip); die(“ILLEGAL EXECUTION DETECTED!”); } }
$w4fMessage .= "$vala, ";
}
$w4fMessage .= "
\n";
}
else {
$val = stripslashes($val);
if (trim($val)) { if (stristr($val,“Content-Type:”) || stristr($val,“MIME-Version”) || stristr($val,“Content-Transfer-Encoding”) || stristr($val,“bcc:”)) { blockip($ip); die(“ILLEGAL EXECUTION DETECTED!”); } }
if (($key == “Submit”) || ($key == “submit”)) { }
else { if ($val == “”) { $w4fMessage .= "$key: -
\n"; }
else { $w4fMessage .= " $key: $val
\n"; }
}
}
} // end while
}//end if
else {
reset($_POST);
while(list($key, $val) = each($_POST)) {
$GLOBALS[$key] = $val;
if (is_array($val)) {
$w4fMessage .= " $key:";
foreach ($val as $vala) {
$vala =stripslashes($vala);
$vala = htmlspecialchars($vala);
if (trim($vala)) { if (stristr($vala,“Content-Type:”) || stristr($vala,“MIME-Version”) || stristr($vala,“Content-Transfer-Encoding”) || stristr($vala,“bcc:”)) {blockip($ip); die(“ILLEGAL EXECUTION DETECTED!”); } }
$w4fMessage .= "$vala, ";
}
$w4fMessage .= "
\n";
}
else {
$val = stripslashes($val);
if (trim($val)) { if (stristr($val,“Content-Type:”) || stristr($val,“MIME-Version”) || stristr($val,“Content-Transfer-Encoding”) || stristr($val,“bcc:”)) {blockip($ip); die(“ILLEGAL EXECUTION DETECTED!”); } }
if (($key == “Submit”) || ($key == “submit”)) { }
else { if ($val == “”) { $w4fMessage .= "$key: -
\n"; }
else { $w4fMessage .= " $key: $val
\n"; }
}
}
} // end while
}//end else
$w4fMessage .= "
\n Sender IP: “.$ip.”