Author Topic: how to use out.html properly  (Read 7795 times)

0 Members and 1 Guest are viewing this topic.

Offline julz

  • Newbie
  • *
  • Posts: 33
    • View Profile
how to use out.html properly
« on: May 20, 2010, 08:02:22 PM »
hi

i have set the toplist trades with no problem, however when i use the code

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><a href='tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB1-1-1%%" border="1"></a></td>
    <td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB2-1-1%%" border="1"></a></td>
    <td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB3-1-1%%" border="1"></a></td>
    <td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB4-1-1%%" border="1"></a></td>
    <td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB5-1-1%%" border="1"></a></td>
  </tr>
</table>

to my index site wherein it will display the the sites and image thumb , nothing shows. From the test preview in scriptpulse it shows the image correctly.

what should be the mistake here? im using the smart-thumb script and creating archive from the template index.html where im putting the script above.

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: how to use out.html properly
« Reply #1 on: May 23, 2010, 05:34:19 PM »
You should simply include via php or ssi include toplist file into your smart thumbs template and that's it.