The Un-Official Proxomitron Forum

Full Version: Picture hosting block bypass filter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My internet provider blocks access to several picture hosting sites, so when I browse another forum where users post images through these sites, I see only squares. Is there a way to make that images load not through normal internet, but through cgi proxy or something like that with proxomitron.
The links to the images look like that:
Code:
http://i057.radikal.ru/0806/c9/8494e585cc94.png
- this is direct link to the image
Code:
[URL=http://radikal.ru/F/i057.radikal.ru/0806/c9/8494e585cc94.png.html][IMG]http://i057.radikal.ru/0806/c9/8494e585cc94t.jpg[/IMG][/URL]
- this is preview with enlarging by click. I also need this to make that only this i057.radikal.ru/0806/c9/8494e585cc94.png url (direct link to the normal image instead of html page with ads) will open in browser after clicking on the preview.
Try this filter:

Code:
[Patterns]
Name = "Radikal Image Direct-Link + Cloak"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 128
Match = "http://radikal.ru/F/\1.html"
Replace = "http://www.mpscope.net//nph-proxy.pl/000110A/http/\1"

Let me know if the filter above works!

Welcome
Thanks!
It works, but http://www.mpscope.net proxy doesn't allow direct access by url, so I used another proxy. I understood how to use proxomitron and also unblocked other pic hosts.
My code is:
Code:
Name = "radikal"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Limit = 128
Match = "http://xstrefa.info/cgi-bin/nph-proxy.pl/010110A/http/i\0.radikal.ru/\1/\2/\3.\4"
Replace = "http://xstrefa.info/cgi-bin/nph-proxy.pl/010110A/http/i\0.radikal.ru/\1/\2/\3.\4"

Name = "Radikal Image Direct-Link + Cloak"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Limit = 128
Match = "http://xstrefa.info/cgi-bin/nph-proxy.pl/010110A/http/\5"
Replace = "http://xstrefa.info/cgi-bin/nph-proxy.pl/010110A/http/\5"
Reference URL's