Page 1 of 1

Toplist

Posted: Tue Mar 12, 2013 2:22 pm
by bladexx21
Hello

On the toplist is it posible to list domaines with an normal url and not a redirect?

Current:
<a href="/cgi-bin/te/o.cgi?id=70" target="_blank">My Site</a>

Optimal:
<a href="http://www.mysite.com">My Site</a>

Re: Toplist

Posted: Tue Mar 12, 2013 4:54 pm
by texpert
Hello,

you can use
<a href="/cgi-bin/te/o.cgi?id=domain.com" target="_blank">My Site</a> instead,
or you can just add <a href="##return_url:num##">My site</a>, but in this case the script won't track it under outgoing traffic.


best regards,
Alex