I have a block called Worth Visiting!! on my site and I had a link to your old addy Raven. When I updated it to the new address it will not let me save the URL with the word script in it. I tried it several different ways and if I take any letter out of the word script it will save, if I use the entire word it kicks me out of the admin panel and back to the home page.
foreach ($_POST as $secvalue) {
if ((eregi("<[^>]*script*\"?[^>]*>", $secvalue)) || (eregi("<[^>]*style*\"?[^>]*>", $secvalue))) {
Header("Location: index.php");
die();
}
}
If you check all stories before they get posted, the quick fix is to comment out the wcript check in these 2 lines. Only one is causing it. Play with it to see which one. It's probably the GET.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum