Post Reply 
Simtel.net problem again
Jul. 18, 2004, 02:09 PM
Post: #1
 
Hello, All --

Unfortunately, several progs that I must use force me to download upgrades and updates from Simtel.net. Awhile back, a friend sent me some Proxo code to get around all the Simtel redirects, and for a long time it worked fine. Now, it doesn't work any more. The only way to d/l anything from Simtel is to Bypass all Filters in Proxo, something I clearly do not wish to do.

FWIW, here is the code my friend sent me that had worked until now:


[Patterns]
Name = "Bypass redirects in links (COMPLEX)"
Active = TRUE
URL =
Bounds = "<a(rea|)\s*[^\-]>"
Limit = 256
Match = "(*(href|onclick))\1="(?[^ ]++)\2(http|https|ftp)\3(No Expression%3a)(/|%2f)+{2}([^&'"]+)\4\5"
Replace = "<a href="\3://$UESC(\4)" class=proxlink>[Direct][/url]\1="\2\3://\4\5"


Does anyone have any solutions to the problem so that I don't have to disable Proxo when I'm on Simtel.net?

Many thanks and much gratitude to anyone who can help me with this problem.


Sam the Cat


_______________________________________

In Memoriam
Scott R. Lemmon - 1968-2004
R.I.P.

_______________________________________
Add Thank You Quote this message in a reply
Jul. 18, 2004, 02:51 PM
Post: #2
 
Hi and welcome aboard,

Your filter just needed a small addition:
Code:
[Patterns]
Name = "Bypass redirects in links (COMPLEX)"
Active = TRUE
Bounds = "<a(rea|)\s*[^\-]>"
Limit = 256
Match = "(*(href|onclick))\1="(?[^ ]++)\2(http|https|ftp)\3(:|%3a)(/|%2f)+{2}([^&'"\[]+)\4\5"
Replace = "<a href="\3://$UESC(\4)" class=proxlink>[Direct]</a>\1="\2\3://\4\5"

sidki
Add Thank You Quote this message in a reply
Jul. 19, 2004, 06:28 PM
Post: #3
 
Hello, sidki3003 --

Thank you for the welcome and thank you especially for the code fix. It works beautifully. I truly appreciate it.

Thanks again.

Sam the Cat


_______________________________________

In Memoriam
Scott R. Lemmon - 1968-2004
R.I.P.

_______________________________________
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: