I have updated my Hack Alert script to v1.1. For those that have already downloaded it, use this code instead in mainfile.phpif (stristr($_SERVER["QUERY_STRING"],'%20union%20')) {
$loc = $_SERVER['QUERY_STRING'];
header("Location: hackattempt.php?$loc");
die();
}
|