Post Reply 
imageposter.com: Direct Image
Aug. 25, 2009, 07:57 PM (This post was last modified: Aug. 25, 2009 07:58 PM by JJoe.)
Post: #4
RE: imageposter.com: Direct Image
(Aug. 25, 2009 05:10 AM)Toppy Wrote:  Indeed, why did I close the script tag, so the unnecessary script elements got executed.

I thought you added one that you didn't need...
Your Bounds match is
<script*</script>
but your Replace was
</script><script*</script>

(Aug. 25, 2009 05:10 AM)Toppy Wrote:  I'll add the date, with my current knowledge I'm not able to refine it though.Wink

I might do something like

Code:
[Patterns]
Name = "www.imageposter.com Direct Image - TEST2 20090825 - Tpy"
Active = TRUE
URL = "$TYPE(htm)www.imageposter.com/uploads/get/([0-9]+)"
Limit = 3000
Match = "*document.write[^)]++"
        "src=$AV(http://www.imageposter.com/storage/([0-9]+)/&\1)"
Replace = "<html>\r\n"
          "<head>\r\n"
          "</head>\r\n"
          "<body>\r\n"
          "<script>document.location="\1"; </script>\r\n"
          "</body>\r\n"
          "</html>"
          "\k"

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


Messages In This Thread
imageposter.com: Direct Image - Toppy - Aug. 24, 2009, 11:28 PM
RE: imageposter.com: Direct Image - JJoe - Aug. 25, 2009, 03:29 AM
RE: imageposter.com: Direct Image - Toppy - Aug. 25, 2009, 05:10 AM
RE: imageposter.com: Direct Image - JJoe - Aug. 25, 2009 07:57 PM

Forum Jump: