After upgrading to newest script version, script doesn't seem to process toplist correctly.
Here's a template:
<table align="center" border="0" cellpadding="0" cellspacing="0" width="180">
<tr>
<td colspan="2">
<a target=_blank href='tp/out.php?to=%%DOMAIN1%%&link=smalltop'><img onmouseover="this.style.borderStyle='dotted';" onmouseout="this.style.borderStyle='solid';" class="thumb" src="http://static.lovelygranny.net%%THUMB1-2-1%%" width="180" height="135"></a>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<b><a target=_blank href='tp/out.php?to=%%DOMAIN1%%&link=smalltop'>%%NAME1%%</a></b>
</td>
</tr>
</table>
And result:
<table align="center" border="0" cellpadding="0" cellspacing="0" width="180">
<tr>
<td colspan="2">
<a target=_blank href='tp/out.php?to=matureonlineporn.com&link=smalltop'>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<b><a target=_blank href='tp/out.php?to=matureonlineporn.com&link=smalltop'>Mature Online Porn</a></b>
</td>
</tr>
</table>
Notice, that IMG template disappears.