ok i just went over that and made a working script for DIDIDave.com but it was a little tricky because I realize that the HTML output from DIDIDave isn't correct, so in the script, I had to add a line to fix the HTML.. otherwise, it uses almost exactly the same script file as "IPTorrents.com"
<tr>
<td align=center style='padding: 0px'><a href="browse.php?cat=16"><img class="mp3" border="0" src=/pic/blank2.gif alt="MP3s" /></a></td>
<td align=left><a href="details.php?id=5278&hit=1"><b>Top 40 UK Singles W/C 10-12-06</b></a><a class="index" href="download.php/5278/Top%2040%20Singles%2010-12-06.torrent"><img style=border:none alt=download src=pic/download.gif align=right></a></td>
<td align="right"><b><a href="details.php?id=5278&hit=1&filelist=1">40</a></b></td>
<td align="right"><b><a href="details.php?id=5278&hit=1&tocomm=1">23</a></b></td>
<td align="center">---</td>
<td align=center><nobr>2006-12-12<br />16:40:32</nobr></td>
<td align=center>25<br>hours</td>
<td align=center>299.89<br>MB</td>
<td align=center>40<br>times</td>
<td align="right"><span class="green">14</span></td>
<td align=right>5</td>
<tr> <-----PROBLEM!!!: THERE IS NO </TR> TAG TO SIGNIFY THE END OF THE RESULT BLOCK
<td align=center style='padding: 0px'><a href="browse.php?cat=16"><img class="mp3" border="0" src=/pic/blank2.gif alt="MP3s" /></a></td>
<td align=left><a href="details.php?id=5208&hit=1"><b>Eminem -Various [0/MP3/192]</b></a><a class="index" href="download.php/5208/Eminem.torrent"><img style=border:none alt=download src=pic/download.gif align=right></a></td>
see the line <----PROBLEM!!! (above)
so the first line of DIDIDave.com script fixes this:
d=replace(d,<tr>,</tr><tr>)
x=h(x,d,Seeders</a></td>,/tr>,/tr>) <---- the extra ,/tr> here is because the first line adds an extra </tr> to the HTML before the results start.. and we need to jump ahead of this extra one
also, i changed your script header block a little since it was using some unneeded tags (referrer, prelogin):
[script]
name=DIDIdave.com
home=http://www.dididave.com/
pwd=1
login=http://www.dididave.com/takelogin.php
form=username=%USER%&password=%PASS%
failed=<form method="post" action="takelogin.php">
failed2=/login.php?return
main=http://www.dididave.com/browse.php?c3=1&c4=1&c7=1&c8=1&c9=1&c10=1&c11=1&c12=1&c13=1&c14=1&c16=1&c18=1&c19=1&c21=1&incldead=0&search=%SEARCH%
d=replace(d,<tr>,</tr><tr>)
x=h(x,d,Seeders</a></td>,/tr>,/tr>)
z=i(x,d,</table>)
d=c(d,x,z)
d=replace(d,</table>,</tr></table>)
d=replace(d,</td>,[-bc-]</td>)
r=split(d,</tr>)
start
q=split(r,</td>,3)
t=array(q,1)
z=i(z,t,href=)
3=x(t,z,",",http://www.dididave.com/)
z=i(z,t,<b>)
1=x(t,z,>,</)
z=i(z,t,href=)
7=x(t,z,",",http://www.dididave.com/)
t=array(q,7)
t=replace(t,<br>, )
2=x(t,z,>,[-bc-])
t=array(q,9)
z=i(z,t,<span)
5=x(t,z,>,</)
t=array(q,10)
6=x(t,z,>,[-bc-])
aloop