Author Topic: I got the thumb toplist working but it's not going to the right trader.  (Read 7753 times)

0 Members and 1 Guest are viewing this topic.

Offline freetradescript

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
I got the thumb toplist working but it's not going to the right trader.
Here is what i'm using:

Code: [Select]
<p align="center"><font size="7" face="Impact"><i>

Our top referrers are:</i></font>
<p align="center">&nbsp;<a href="tp/out.php?link=toplist&to=%%URL1%%"><img src="%%THUMB1-1-1%%" width="200" height="200" border="0" /></a>
<a href="tp/out.php?link=toplist&to=%%URL2%%"><img src="%%THUMB2-1-1%%" width="200" height="200" border="0" /></a>
<a href="tp/out.php?link=toplist&to=%%URL3%%"><img src="%%THUMB3-1-1%%" width="200" height="200" border="0" /></a>
<a href="tp/out.php?link=toplist&to=%%URL4%%"><img src="%%THUMB4-1-1%%" width="200" height="200" border="0" /></a>
</p>
<p align="center">&nbsp;<a href="tp/out.php?link=toplist&to=%%URL5%%"><img src="%%THUMB5-1-1%%" width="200" height="200" border="0" /></a>
<a href="tp/out.php?link=toplist&to=%%URL6%%"><img src="%%THUMB6-1-1%%" width="200" height="200" border="0" /></a>
<a href="tp/out.php?link=toplist&to=%%URL7%%"><img src="%%THUMB7-1-1%%" width="200" height="200" border="0" /></a>
<a href="tp/out.php?link=toplist&to=%%URL8%%"><img src="%%THUMB8-1-1%%" width="200" height="200" border="0" /></a>
</p>

In other words, you see the thumb and when you put your mouse over the pic it shows: (let's say) google.com so when you click on it, it should go to google.com right ? Well it doesn't, it goes to another site picked up from my traders.


Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
this is wrong
&to=%%URL1%%

use this:
&to=%%DOMAIN1%%

I'm glad I helped ;)

Offline freetradescript

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Ahhhhh cool thanks everything works now