|
Donations |
|
|
|
|
|
If you found this site helpful, please donate to help keep it online
Don't want to use PayPal? Try our physical address
|
|
|
Survey |
|
|
|
|
|
|
|
|
Translate |
|
|
|
|
|
|
|
|
|
|
View previous topic :: View next topic |
Author |
Message |
LWC
Trooper
Joined: Feb 13, 2004
Posts: 27
Location: Israel
|
Posted: Sat Mar 13, 2004 10:33 am Post subject: bsplayer's forum vs. Proxomitron |
|
|
bsplayer\'s forum seems to have a nasty clash with Proxomitron.
Note: the index pages work fine! It's just the actual posts that have the problem mentioned below.
i.e. An example post.
Actually, it worked fine until a couple of days when I have surfed and it suddenly looked like someone badly messed up their site completly (and no, I haven't changed my filters before it stopped working right!).
Well, now I have to click "bypass" to make it look right.
I know that forum has Google ads and I'm not sure if they were there in the past. So maybe they've added them recently and that started the entire mess (but again, I can't be sure).
Can someone check it out and tell me if there's a filter that can set things right without watching annoying ads?
Thanks! |
|
Back to top |
|
|
z12
Sergeant
Joined: Jul 17, 2002
Posts: 131
Location: USA
|
Posted: Sat Mar 13, 2004 1:04 pm Post subject: |
|
|
The example link you posted looks ok for me & no ads.
My web page filter missed this one:
Code: |
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script
|
since the closing bracket for /script is missing.
My url killer got it though.
I'm guessing that's what causing you the grief.
HTH
Mike
|
|
Back to top |
|
|
Lepus
Trooper
Joined: Mar 02, 2004
Posts: 15
Location: USA
|
Posted: Sun Mar 14, 2004 1:34 am Post subject: |
|
|
Looks ok for me too - must be one of your filters. You might want to look at in with debug mode to see which filters are getting inserted. |
|
Back to top |
|
|
LWC
Trooper
Joined: Feb 13, 2004
Posts: 27
Location: Israel
|
Posted: Mon Mar 15, 2004 5:11 am Post subject: |
|
|
Debug mode solved the problem.
As it turned out, Proxomitron activated the "DOM Banner Blaster v0.007" filter to kill the Google ads, but, since there was no closing tag (only "</script"), the </match> only came towards the end of the page, so it accidently killed the entire page!
Anyway, I've prepared a filter to fix this, but turns out Proxomitron can't recognize unclosed tags like "</script"!
Does anyone have a solution for this?
Meanwhile, instead of replacing it, I've just had to add another - correct - tag.
After loading the page, the DOM filter kills just the Google ads and I do mean KILL. No comments, no nothing. It's as if they never existed. Actually, the only thing left behind, for some strange reason, is my correct "</script>". Why doesn't it get cut too?
Here's the filter that serves the ads to the DOM filter's trap (which, again, doesn't replace the tag, but only add another):
Code: |
[Patterns]
Name = "Bsplayer's Forum"
Active = TRUE
URL = "forum.bsplayer.org"
Limit = 256
Match = "<script type=*"
"src=*ads.js*>"
Replace = "\1\n"
"</script>"
|
|
|
Back to top |
|
|
|
|
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
You cannot attach files in this forum
You can download files in this forum
|
Powered by phpBB 2.0.8a © 2001 phpBB Group
Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Version 2.2 by Paul Laudanski © 2003-2004 Computer Cops
|