Post Reply 
Wundermap--RADAR Display
Aug. 20, 2010, 09:02 PM
Post: #16
RE: Wundermap--RADAR Display
(Aug. 20, 2010 02:07 PM)turtle Wrote:  THANKS--that was the one - Remove: Ad Links -
and thanks to all who helped.

As I suspected but the "IncludeExclude-U" entry should have disable the filter for the files at www.wunderground.com/stationmaps/gmap_layer_*. So why didn't the site work for you?

Is the URL Match of your filter
Code:
($TST(hCT=*html)|$TYPE(js))(^$TST(keyword=*.(a_ads|a_adban).*))
?

You could have files that I don't have. An "IncludeExclude-U" entry like
Code:
*$SET(0=a_adban.)
might test for this.

Something is not quite right with your set. Have you any other "IncludeExclude-U" entries that might match www.wunderground.com/stationmaps/gmap_layer_?

Another possibility is that the browser finally down loaded a fresh file. Clear cache hasn't always cleared the cache.

Have fun
Add Thank You Quote this message in a reply
Aug. 22, 2010, 10:17 AM
Post: #17
RE: Wundermap--RADAR Display
Regarding the alpha config:
The issue is difficult to check from Germany (no animation).
Let me know if below summary is incorrect, or if more keywords are required.

Code:
#Overlay with NEXRAD radar animation doesn't work at (use US IP to check):
#http://www.wunderground.com/wundermap/
#[2010-8-22 11:45:54]    WEB Banner    alt Panera Bread advertisement 350x190     http://www.wunderground.com/stationmaps/gmap_layer_panerabread.js?v=14.0
www.wunderground.com/stationmaps/gmap_layer_    $SET(0=a_adban.)

(I need these incident summaries for the Exceptions log file, not for the actual Exceptions list.)
Add Thank You Quote this message in a reply
Aug. 22, 2010, 05:11 PM
Post: #18
RE: Wundermap--RADAR Display
(Aug. 22, 2010 10:17 AM)sidki3003 Wrote:  The issue is difficult to check from Germany (no animation).

The only entry that I need is
Code:
www.wunderground.com/stationmaps/gmap_layer_panerabread.js?v=14.0$SET(0=a_adban.)

There may be other current or future advertisers so I posted
Code:
www.wunderground.com/stationmaps/gmap_layer_$SET(0=a_adban.)

I believe the problem is the filter's output breaks something.

Filter bypassed
Quote:;B+='<a target="_top" href="'+C.url_click+'">';B+='<img src="'+C.url_view+'" alt="Panera Bread advertisement" style="width:350px; height:190px;" />';B+="
</a>";

Filter active
Quote:;B+='<span class="Pr0x&#x20;Pr0xBanner" style="display:none">&#8593;<a class="Pr0x&#x20;Pr0xBanner" href="'+C.url_click+'">String:
</a><a class="Pr0x&#x20;Pr0xBanner" href="'+C.url_view+'" title="Panera Bread advertisement">alt
Panera Bread advertisement 350x190</a></span>";

I think that last double quote should be a single quote, like

Quote:;B+='<span class="Pr0x&#x20;Pr0xBanner" style="display:none">&#8593;<a class="Pr0x&#x20;Pr0xBanner" href="'+C.url_click+'">String:
</a><a class="Pr0x&#x20;Pr0xBanner" href="'+C.url_view+'" title="Panera Bread advertisement">alt
Panera Bread advertisement 350x190</a></span>';

As proof only,
Code:
[Patterns]
Name = "test"
Active = TRUE
URL = "www.wunderground.com/stationmaps/gmap_layer_panerabread.js?v=14.0"
Bounds = ";B\+=\'<a*</a>\";"
Limit = 4096
Match = "*alt="Panera Bread advertisement"*"
Replace = ";B+='<span class="Pr0x&#x20;Pr0xBanner" style="display:none">&#8593;<a class="Pr0x&#x20;Pr0xBanner" href="'+C.url_click+'">String:"
          "</a><a class="Pr0x&#x20;Pr0xBanner" href="'+C.url_view+'" title="Panera Bread advertisement">alt"
          "Panera Bread advertisement 350x190</a></span>';"
works for me.

I also think this is happening more often but I don't see enough pages to be sure.
Add Thank You Quote this message in a reply
Aug. 22, 2010, 05:33 PM
Post: #19
RE: Wundermap--RADAR Display
Excellent analysis, thanks!
Should you have an idea about how to fix the filter, let me know.
OTOH, it might not be possible at all to always get the quotes right, like in several other filters.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: