Strange but I don't seem to be able to get this one working all seems fine and if i paste the torrent url retrieved in to my browser it wants to open in µtorrent.
I'm guessing this is one for chip!
[script]
name=ilCorSaRoNeRo
source=ilCorSaRoNeRo.info
author=Bovski 2013/01/31
modified=
version=2
[home]
1=http://ilcorsaronero.info
2=http://ilcorsaronero.info.proxy.piratenpartij.nl
[profiles]
all=/argh.php?search=%SEARCH%
video=/
audio=/
apps=/
games=/
[code1]
x=findh(x,@data,`<tr class="odd"`,`>`,)
z=find(x,@data,`</table>`)
@data=crop(@data,x,z)
@data=replace(@data,`<td align="center" >`,`</td><td align="center" >`)
@data=replace(@data,`</td>`,`<!--EOL--></td>`)
@r=split(@data,`</tr>`)
start
@q=split(@r,`</td>`)
t=array(@q,1)
$page=extract(@i,t,`href="`,`"`)
$name=extract(@i,t,`>`,`</A>`)
$size=array(@q,2)
t=array(@q,3)
@i=find(@i,t,`<input type="submit"`)
v=extract(@i,t,`value="`,`"`)
$torrent=&(`http://torcache.net/torrent/`,v,`.torrent`)
$date=array(@q,4)
$seeds=array(@q,5)
$leeches=array(@q,6)
aloop
[/code1]