Old Proxomitron Forums

Proxomitron Program - discussions welcome => Questions and Answers => Topic started by: dlo_olb on July 18, 2002, 03:32:57 AM

Title: [Q] Unhide URLs obscured by status line text
Post by: dlo_olb on July 18, 2002, 03:32:57 AM
Hello,

How to unhide obscured URL ? I have enabled "stop status bar scroller" and "link de-obfuscator" but still getting those scrolling text hiding the url... am i missing some option?

thanks!

Title: [Q] Unhide URLs obscured by status line text
Post by: Arne on July 18, 2002, 03:35:17 AM
Hi and welcome!
It would help a lot if you provided a link to a page where you are having trouble with this.

Best wishes
Arne
Imici username= Arne
Title: [Q] Unhide URLs obscured by status line text
Post by: dlo_olb on July 18, 2002, 03:47:21 AM
hello,

thx for your prompt reply.

[url removed]

thanks!



Edited by - dlo_olb on 19 Jul 2002  06:39:21
Title: [Q] Unhide URLs obscured by status line text
Post by: JD5000 on July 18, 2002, 03:56:23 AM
Try this.......

[Patterns]
Name = "Disable various Javascript functions {4.d.se}"
Active = TRUE
URL = "$TYPE(htm)(^$LST(Bypass-Start-End))"
Limit = 8
Match = "<start>"
Replace = "<script>"
          "function status()         { return true; }"
          "function defaultStatus()  { return true; }"
          "function geovisit()       { return true; }"
          "</script>
"

You can also find this filter in my config.

--------
Infopros Joint :: Computer Related Links And Discussion (http://"http://infoprosjoint.net/PN/html/index.php")
Title: [Q] Unhide URLs obscured by status line text
Post by: dlo_olb on July 18, 2002, 04:07:08 AM
hi jd,

as i am new to proxomitron, should i add a new filter rule for your script?
btw, where is your config ?

fyi, i am using williem's blocklist

thanks!



Edited by - dlo_olb on 18 Jul 2002  05:09:28
Title: [Q] Unhide URLs obscured by status line text
Post by: JD5000 on July 18, 2002, 04:12:43 AM
Here ya go

http://asp.flaaten.dk/pforum/topic.asp?TOPIC_ID=522&whichpage=3&ARCHIVE=

Here's a FAQ on adding filters..

http://asp.flaaten.dk/pforum/faq/faqDspItem.asp?faqid=116

I gotta go, if ya have any questions about my config, I'll be sure to get to them tommorrow.

--------
Infopros Joint :: Computer Related Links And Discussion (http://"http://infoprosjoint.net/PN/html/index.php")
Title: [Q] Unhide URLs obscured by status line text
Post by: dlo_olb on July 18, 2002, 05:34:24 AM
hi jd,

i've installed your config, the skin changed and your custom filters are showing. i've double checked the "Disable various Javascript functions {4.d.se}" was indeed enabled. However, the scrolling status bar still hiding the url. Moreover, the image in the java applet was missing (the previous config doesn't have such problem).

Thank you!

 
Title: [Q] Unhide URLs obscured by status line text
Post by: Arne on July 18, 2002, 11:00:18 AM
While there might be a few filters that will stop this annoying javascript, here is the one that stopped it in the filterset I use; JS Nuker HTM:
http://topic.asp?TOPIC_ID=651

Best wishes
Arne
Imici username= Arne
Title: [Q] Unhide URLs obscured by status line text
Post by: sidki3003 on July 18, 2002, 02:37:47 PM
For this to work with the last JS Nuker update, "status" has to be uncommented in the "might be overkill" section.

sidki


 
Title: [Q] Unhide URLs obscured by status line text
Post by: JD5000 on July 19, 2002, 03:36:01 AM
Hiya dlo_olb,

quote:

i've installed your config, the skin changed and your custom filters are showing. i've double checked the "Disable various Javascript functions {4.d.se}" was indeed enabled. However, the scrolling status bar still hiding the url.



Hmmmm... Have you cleared your cache? I just tried it in IE6/Opera6 & did not see any hidden URL's....

quote:

Moreover, the image in the java applet was missing (the previous config doesn't have such problem).



It seems geocities does not like the default referer filter I use... If you disable..

Referer: Hide Previous hosts/Local origin (out) {2.d}

& enable..

Referer: Fake referrer info - URL (Out) {4}

It should work again.

~HTH

--------
Infopros Joint :: Computer Related Links And Discussion (http://"http://infoprosjoint.net/PN/html/index.php")
Title: [Q] Unhide URLs obscured by status line text
Post by: dlo_olb on July 19, 2002, 05:38:43 AM
everything works now!

thank you all!