| View previous topic :: View next topic |
| Author |
Message |
Paul
CastleCops Founder
 Joined: Feb 22, 2002 Posts: 27351
|
|
| Back to top |
|
 |
Andi
Guest IP: 209.226.*.*
|
Posted: Wed Aug 28, 2002 3:20 am Post subject: |
|
|
In mainfile.php the following code from your XSS exploit patch caused problems on my site:
| Code: | | $str = eregi_replace("[\"\n\r]", "", $str); |
The problem I was having was that all article submisssions/comments had no line breaks - they ended up being one massive paragraph!
I had to remove this code to get break tags to submit with article submissions & comments.
Andi
|
|
| Back to top |
|
 |
Paul
CastleCops Founder
 Joined: Feb 22, 2002 Posts: 27351
|
|
| Back to top |
|
 |
Paul
CastleCops Founder
 Joined: Feb 22, 2002 Posts: 27351
|
|
| Back to top |
|
 |
IP: 209.226.*.*
Guest
|
Posted: Mon Sep 02, 2002 5:55 am Post subject: |
|
|
Thanks for the help Paul!
I didn't really want to remove the entire line but I wasn't sure what exactly the problem was.
All fixed now.
Andi
|
|
| Back to top |
|
 |
Paul
CastleCops Founder
 Joined: Feb 22, 2002 Posts: 27351
|
Posted: Mon Sep 02, 2002 2:10 pm Post subject: |
|
|
Thanks for pointing it out. I was going to try and find it when time permitted, but the server migration is taking up all my time right now. However, I have submitted the change to phpnuke.org. _________________ Paul Laudanski - http://www.laudanski.com
http://www.linkedin.com/pub/1/49a/17b
|
|
| Back to top |
|
 |
|
|