| Author |
Message |
Whisperer_Eight New Member


Joined: Apr 17, 2004 Posts: 6
|
Posted:
Sat Apr 17, 2004 1:11 am |
|
after installing the Hack Alert...i didnt get any errors but...when i go to my adminphp to log in...I see X on my security code..I deleted the files and security code still have the X... and ideas?...
i put this code in my mainfile.php...
if (stristr($_SERVER["QUERY_STRING"],'%20union%20')) {
$loc = $_SERVER['QUERY_STRING'];
header("Location: hackattempt.php?$loc");
die();
}
*************
if (stristr($HTTP_SERVER_VARS["QUERY_STRING"],'%20union%20')) {
$loc = $HTTP_SERVER_VARS['QUERY_STRING'];
header("Location: hackattempt.php?$loc");
die();
}
i just changed the email addy in hackattempt.php nothing else..
thanks guys.. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat Apr 17, 2004 6:52 am |
|
The red x usually occurs because of blank lines after the closing ?> tag. This is usually a result of using notepad, wordpad, or dreamweaver as your editor. Verify that there are no blank lines after the closing ?> tag in mainfile.php and config.php. |
|
|
|
 |
Whisperer_Eight New Member


Joined: Apr 17, 2004 Posts: 6
|
Posted:
Sat Apr 17, 2004 3:02 pm |
|
| Raven wrote: | | The red x usually occurs because of blank lines after the closing ?> tag. This is usually a result of using notepad, wordpad, or dreamweaver as your editor. Verify that there are no blank lines after the closing ?> tag in mainfile.php and config.php. |
Thanks Raven...that solved my problem...
I tested it..no problems..
should i get a notification email by just testing it?
THANKS FOR THE HELP MAN! |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat Apr 17, 2004 4:05 pm |
|
No, the test is just to see the information that is retrieved, if I remember right. To actually get the email, just enter something like |
|
|
|
 |
Whisperer_Eight New Member


Joined: Apr 17, 2004 Posts: 6
|
Posted:
Sat Apr 17, 2004 11:22 pm |
|
i tried the link...all the info showed up...but i didnt get any notification in the mail..
am i missing something?... |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Apr 18, 2004 8:59 am |
|
If you did not receive an email then the possibly email address that you modified in the script is wrong or maybe you have a spam protector or something of that nature. Since I and hundreds of others are using this as delivered, I know the script works. |
|
|
|
 |
Whisperer_Eight New Member


Joined: Apr 17, 2004 Posts: 6
|
Posted:
Sun Apr 18, 2004 10:08 pm |
|
| Raven wrote: | | If you did not receive an email then the possibly email address that you modified in the script is wrong or maybe you have a spam protector or something of that nature. Since I and hundreds of others are using this as delivered, I know the script works. |
yup...you were right it was the email...now it works.... sweet...
THANKS FOR ALL THE HELP RAVEN...your script kicks ass! |
|
|
|
 |
|
|
|
|