| Author |
Message |
hevnsnt New Member


Joined: Oct 24, 2002 Posts: 4
|
Posted:
Tue Mar 02, 2004 11:07 pm |
|
Installing new PHPnuke today, which would be the most secure option?
Install 7.1 and then patch with 2.2? |
|
|
|
 |
hevnsnt New Member


Joined: Oct 24, 2002 Posts: 4
|
Posted:
Wed Mar 03, 2004 1:10 am |
|
also, I just installed your script, but it doesn't seem to be doing anything.. Any idea what I did wrong?
Thanks |
Last edited by hevnsnt on Wed Mar 03, 2004 2:22 pm; edited 1 time in total |
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Wed Mar 03, 2004 6:08 am |
|
| hevnsnt wrote: | Installing new PHPnuke today, which would be the most secure option?
Install 7.1 and then patch with 2.2? | Yes |
|
|
|
 |
hevnsnt New Member


Joined: Oct 24, 2002 Posts: 4
|
Posted:
Wed Mar 03, 2004 9:24 am |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Wed Mar 03, 2004 11:20 am |
|
Try this | Code: | if (stristr($_SERVER["QUERY_STRING"],'%20union%20')) {
$loc = $_SERVER['QUERY_STRING'];
header("Location: hackattempt.php?$loc");
die();
} | This assumes you are using Apache and not IIS. |
|
|
|
 |
hevnsnt New Member


Joined: Oct 24, 2002 Posts: 4
|
Posted:
Wed Mar 03, 2004 2:08 pm |
|
|
|
 |
|
|
|
|