Post Reply 
[Req] Direct link to images hosted on imageshack
Sep. 05, 2006, 01:17 PM
Post: #2
RE: [Req] Direct link to images hosted on imageshack
Code:
<a href="http://img359.exs.cx/my.php?loc=img359&image=2005dec14shakira38tw.jpg" target="_top">
<img src="http://img359.exs.cx/img359/4807/2005dec14shakira38tw.th.jpg" border="0" alt="Shakira at justpictures.info" />
[/url]
Looks like you need to remove ".th" or "th." from the thumbnail's address and use that for the linked file or
Code:
<a href="http://img359.exs.cx/img359/4807/2005dec14shakira38tw.jpg" target="_top">
<img src="http://img359.exs.cx/img359/4807/2005dec14shakira38tw.th.jpg" border="0" alt="Shakira at justpictures.info" />
[/url]
So you could try
Code:
[Patterns]
Name = "Imageshack link to pics"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<a*[/url]"
Limit = 256
Match = "\\1href=$AV(http://img[0-9]*)(*src=$AV(\\4.th(.jpg)\\5))\\2\\3"
Replace = "\\1href="\\4\\5"\\2\\3"

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


Messages In This Thread
RE: [Req] Direct link to images hosted on imageshack - JJoe - Sep. 05, 2006 01:17 PM

Forum Jump: