Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - UPieper

Pages: [1]
1
Questions and Answers / Please help me to understand.....
« on: July 27, 2002, 03:16:23 PM »
So, it's clear that your modified filter is much more effective than the old one because of this:

Match = "(*%??*)1"

What's the benefit of using

Bounds = "$NEST(<a,</a>)" instead of Bounds = "<a*>" ?

Thanks so much for your "lessons"!  ;-)





 

2
Questions and Answers / Please help me to understand.....
« on: July 27, 2002, 12:08:37 PM »
Hi,

thanks for your help.

I've replaced my old filter with your filter and there's one thing I noticed. Your filter is activated much less that my old one, eg. on a Google result page the old filter appears in the log windows appr. 170 times and your filter kicks in only 27 times. Is that OK?

Quote removed by Arne. No need to quote the intire above post.


3
Questions and Answers / Please help me to understand.....
« on: July 27, 2002, 08:31:25 AM »
....the following


I have this active filter in my default.cfg:

Name = "BASE16 to ASCII"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)&(^$LST(NoCon))"
Bounds = "<a*>"
Limit = 512
Match = "*1"
Replace = "$UESC(1)"

I never really understood what this filter is doing?! Is it really necessary to have this filter activated on every page?

Thank you very much for your help

UPieper


 

4
Cosmetic / check frames
« on: January 21, 2002, 09:40:29 PM »
Hi Arne, Jor

on this page there's a lot of info on frames. Unfortunately it doesn't tell me much :-(

But maybe it's of help to you...

http://www.irt.org/cgi-bin/htwrap?restrict=&exclude=&config=htdig&method=and&format=builtin-long&words=frameset&page=2

Do I see it right that a check as described in my first post is only feasible via a script and seemingly not via a match for <frameset ??

Bye,

Uli



Edited by - upieper on 21 Jan 2002  21:48:08

5
Cosmetic / check frames
« on: January 19, 2002, 12:17:56 PM »

6
Cosmetic / check frames
« on: January 19, 2002, 12:00:19 PM »
Hi all,

first let me say that you have a nice forum here.

I'm playing around(at least I'm trying) with this filter:

Name = "TOP MENUE"
Active = TRUE
URL = "(^$LST(Top_menue_disable))"
Limit = 512
Match = "<body"
Replace = "<center><table border=3 bgcolor="green"><tr><td>""<a href="http://samspade.org/">Samspade--"
          "<a href="http://bypass..u">ByPass--"
          "<a href="http://dbug..u">DBug--"
          "<a href="http://src..u">SRC</a>"
          "</table></center>
"
          "<BODY"
          "$STOP()"

I would like to include a check if there is a frameset on the page and if there is one, not apply this filter, or even better make it work in a way that the top menue only appears on the main page and not in all frames(eg. Microsoft uses many frames).
Now I've been trying to include something like (^<frameset*) in the match section, but this obviously doesn't work. :-(

So, what do I have to do to make that work the way I want it?

Thanks in advance for any help...

Uli

 

Pages: [1]