1. Download and upload the file to the public root folder on your server.
2. Go to your login page -> yoursite.com/te3/
3. Follow the instructions. A password will be generated for you, you can change it any time.
4. Once you're in your control panel, there will be an 'add trade' icon to your right. Use this to add a trade, the stats will tell whether you're receiving traffic from your trade partner, if you can delete the trade.
5. If someone wants to trade with you, they will have to fill out the trade sign up form here: yoursite.com/te3/signup.php
Make sure you add them as well.
6. This will be your basic trade link:
/te3/out.php?s=85,70,50&u=http://yoursite.com/
Trade skim patterns:
The s=85,70,50 are not set numbers, you can change them to your preference. The 1st number(85) means there's an 85% chance the visitor gets redirected to your trade partner's site on the 1st link he/she clicks, 70% chance of redirection on the second clicked link and 50% chance with 3rd and subsequent clicks.
So links on your site:
<a href="http://yoursite.com/page1">Page 1</a>
<a href="http://yoursite.com/page2">Page 2</a>
should be changed to:
<a href="/te3/out.php?s=85,70,50&u=http://yoursite.com/page1">Page 1</a>
<a href="/te3/out.php?s=85,70,50&u=http://yoursite.com/page2">Page 2</a>
|