| Author |
Message |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Thu Apr 03, 2003 11:43 am |
  |
When I try to post a News story with this URL, it simply bounces me right to the home page as if I never existed . My guess is that some security 'feature' is hosing it up (or I'm missing something very innocuous). I'm at work right now and can't look any further. I'd appreciate it if someone might have time or knowledge of this. Thanks!
| Code: |
| <a href="http://www.hotscripts.com/Detailed/12041.html">Hot Scripts</a> |
|
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Thu Apr 03, 2003 11:55 am |
  |
Doesn't take much imagination to figure its most likely mainfile.php
Most likely the word scripts is triggering this.
foreach ($_POST as $secvalue) {
if (eregi("<[^>]*script*\"?[^>]*>", $secvalue)) {
Header("Location: index.php");
die();
}
} |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Thu Apr 03, 2003 11:59 am |
  |
WTH? How are you supposed to post links then? |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Thu Apr 03, 2003 12:02 pm |
  |
I think the matching of scripts is the only time thats going to be a problem. I've been fighting with a simular situation and understand its frustrating beyond belief!
In fact I'm so flustered I've had to edit both these posts lol... |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Thu Apr 03, 2003 12:05 pm |
  |
The right way is to mask out or . Not to throw the baby out with the bath water. ARGHHHHH!
Thanks. |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Thu Apr 03, 2003 12:26 pm |
  |
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Thu Apr 03, 2003 1:35 pm |
  |
Just got home and tried it. It does. Thanks! |
|
|
    |
 |
|
|