![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveError 444 Script or Action Blocked
From: Jason <jwcarlton@gmail.com>
Date: Mon May 01 2006 - 02:28:10 CEST
This is a new one for me, and I couldn't find anything about it online.
This is a relatively simple script. It takes a variable from the
For instance, go to:
http://www.wilkessmartstart.com/providers/
These are all in the order by which they are in the database. Scroll
Has anyone seen this one before, or have any idea what it means?
TIA,
Jason
The only real PHP code in the script is as follows:
// if there's no variable, send them to the intro page
else {
// if a single quote was in the name, PHP placed a \ in front
// get database info
foreach ($providers as $key) {
// get rid of the \n at the end
// $more_junk is here for your benefit; there are really about
// if it's found, change the boolean and stop looking
if ($found) {
else header("Location: index.php?error=true");
|