Thumb Grabber
Posted: Wed Mar 20, 2013 3:19 am
Having a problem with the images being displayed. I'm using this code for the toplist:
I downloaded the thumbs, and they display properly when I click on the preview. When I click on generate toplist, and then preview, I get this...

I verified the thumbs are there in file manager, and even tried setting the permissions on the thum folder to 777, but they still won't display. Any ideas?
Code: Select all
<br />
<center>
<table width="960">
<tr>
<td><a href="/te3/out.php?id=##domain:1##" target="_blank">##img:1##</a></td>
<td><a href="/te3/out.php?id=##domain:2##" target="_blank">##img:2##</a></td>
<td><a href="/te3/out.php?id=##domain:3##" target="_blank">##img:3##</a></td>
<td><a href="/te3/out.php?id=##domain:4##" target="_blank">##img:4##</a></td>
<td><a href="/te3/out.php?id=##domain:5##" target="_blank">##img:5##</a></td>
</tr>
<tr>
<td><a href="/te3/out.php?id=##domain:6##" target="_blank">##img:6##</a></td>
<td><a href="/te3/out.php?id=##domain:7##" target="_blank">##img:7##</a></td>
<td><a href="/te3/out.php?id=##domain:8##" target="_blank">##img:8##</a></td>
<td><a href="/te3/out.php?id=##domain:9##" target="_blank">##img:9##</a></td>
<td><a href="/te3/out.php?id=##domain:10##" target="_blank">##img:10##</a></td>
</tr>
</table>
</center>
</br />

I verified the thumbs are there in file manager, and even tried setting the permissions on the thum folder to 777, but they still won't display. Any ideas?