Ravens PHP Scripts

Hack Alert Script Updated
Date: Friday, March 12, 2004 @ 23:16:52 CST
Topic: Security


I have updated my Hack Alert script to v1.1. For those that have already downloaded it, use this code instead in mainfile.php

if (stristr($_SERVER["QUERY_STRING"],'%20union%20')) {
$loc = $_SERVER['QUERY_STRING'];
header("Location: hackattempt.php?$loc");
die();
}








This article comes from Ravens PHP Scripts
https://www.ravenphpscripts.com

The URL for this story is:
https://www.ravenphpscripts.com/modules.php?name=News&file=article&sid=289