Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: sirakuz on October 18, 2009, 11:11:41 AM

Title: newbie question about toplist !
Post by: sirakuz on October 18, 2009, 11:11:41 AM
Hello ! i was read  previously topics about how to build toplist but still have problem ,so i create input  in  htdocs/tp/tops/toplist.tpl (777)  and output  htdocs/tp/tops/toplist.html

  in input  i put this :  
Quote
          <table>
            <tr>
              <td width="16"><div align="left">01.</div></td>
              <td width="104" class="toptr"><div align="left"><a                

href='tp/out.php?to=%%DOMAIN1%%&link=top'>%%DESC1%%</a></div></td>
              <td width="16"><div align="left">06.</div></td>
              <td width="104" class="toptr"><div align="left"><a                

href='tp/out.php?to=%%DOMAIN6%%&link=top'>%%DESC6%%</a></div></td>
            </tr>
            <tr>
              <td><div align="left">02.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN2%%&link=top'>%%DESC2%%</a></div></td>
              <td><div align="left">07.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN7%%&link=top'>%%DESC7%%</a></div></td>
            </tr>
            <tr>
              <td><div align="left">03.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN3%%&link=top'>%%DESC3%%</a></div></td>
              <td><div align="left">08.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN8%%&link=top'>%%DESC8%%</a></div></td>
            </tr>
            <tr>
              <td><div align="left">04.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN4%%&link=top'>%%DESC4%%</a></div></td>
              <td><div align="left">09.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN9%%&link=top'>%%DESC9%%</a></div></td>
            </tr>
            <tr>
              <td><div align="left">05.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN5%%&link=top'>%%DESC5%%</a></div></td>
              <td><div align="left">10.</div></td>
              <td class="toptr"><div align="left"><a href='tp/out.php?to=%%DOMAIN10%%&link=top'>%%DESC10%%</a></div></td>
            </tr>
          </table>

in my index.shtml i put code :<!--#include virtual="/tp/tops/toplist.html"-->

   I m not sure where exactly need to set this code,so i put right after <body>     ....
 Can you give me please advice what i did wrong !
thank you in advance !
my url :  www.royalesex.com
Title: Re: newbie question about toplist !
Post by: sirakuz on October 20, 2009, 10:29:34 AM
     Looks like the toplist is work ,but i can see it only on http://www.royalesex.com/tp/tops/toplist.html    , and  i can't see it on  my site . :-\
    I put this code    <!--#include virtual="/tp/tops/toplist1.html"-->    inside of table where toplist is locate   .st/templates/my_template.html (777)
                                    Is  anybody can give  me advice ?
   thanks in advance
Title: Re: newbie question about toplist !
Post by: sirakuz on October 22, 2009, 09:23:17 AM
problem is solved ! 8)