Arrow Trader eXtreme V1 Installation
After completing the installation, a few more simple steps are required to activate & integrate ATX into your website.
step 1/4: Activate the license
Once you have logged in for the first time, ATX will ask you to create a new license

If you have just purchased a new license, the license must be linked to a domain first.
Open http://www.aslicense.com/cgi-bin/control/admin.cgi
Login to your ArrowScripts Account, click on licenses, select an open license in the ATX v1 licenses list,
and fill out the domain that you're installing ATX on.
A domain is for example google.com
Not www.google.com, or http://www.google.com/, etc
You have now linked a license to a domain.
Back to your ATX installation, fill out your aslicense/arrowscripts username and password, and the domain that you've just installed ATX on.
If you're not sure what your login is, please contact us.
Hit the 'request new license' button, and ATX will automatically generate a new license for you.
Every license is valid for 120 days, and can be renewed at any time, for free.
If you happen to forget to renew your license in time, there's no problem;
ATX will continue to fully operate. Only the admin won't be accessible untill a new license is generated
step 2/4: Tracking incoming traffic
To track incoming traffic on your website, include the following code on all pages that receive traffic
on index.shtml pages use the following code
<!--#include virtual="/cgi-bin/atx/in.cgi -->
on index.php pages use the following code
<?php virtual ("/cgi-bin/atx/in.cgi"); ?>
step 3/4: Controlling outgoing traffic
To track outgoing traffic, all clickable links on your website need to be altered,
so they will pass through the file cgi-bin/atx/out.cgi first
A regular link may look like this
<a href="http://www.site.com/vid/">videos</a>
To send the surfer through ATX, modify the link so it looks like this
<a href="/cgi-bin/atx/out.cgi?s=60&tag=vid&c=1&u=http://www.site.com/vid/">videos</a>
The following flags can be set for out.cgi
s=60 |
The surfer has a chance of 60% to be redirected to the gallery, 40% to see a trade |
optional |
c=0 | sends the click always to a gallery | optional |
c=3 | sends the first 3 click to a gallery | optional |
tag=topgallery | set the linktag to topgallery | optional |
gr=videos | load trades from the group videos | optional |
u=http://www.gallery.com | sets the gallery url | mandatory |
&u=http://www.site.com/ must always be at the end of your link to out.cgi
Everything behind
&u= is considered to be the gallery url.
step 4/4: Adding trades
Your site is now ready to receive and distribute traffic.
The next logical step is to find and add 10-20 initial trades.
The easiest way to find new trades is to browse sites that target
the same audience as your site does, write down the domains,
and see if those websites have a toplist, featuring more similar sites.
Contact the webmaster of the websites that you wish to exchange traffic with.
Usually there's a link at the bottom of the page that says "contact" or "webmasters" or "trade"
In your ATX installation, the settings assigned to new trades are based on the profile called newtrade
To check the settings of this profile, go to menu - trades - accounts
Scroll down to current accounts and click the edit link behind newtrade.
These settings are automatically filled in everytime a new trade is added via the public signup form,
and when you add a trade via the admin. You may wish to change the trade type and the toplist settings for new trades.
Once you have reviewed the settings, go to menu - stats - main overview
Locate the button add trade in the top left. Click it to open a pop-up window.
To add a trade, fill out at least the following settings
url: The url of the website you're going to send traffic to
in toplist: The trade will appear in the toplists on your site
trade type: Set this to full, at this point there's no reason to cap a trade
single force: Depending on your traffic levels, fill out something like 20 till 100 to start the trade
Click the submit button and the trade is added right away.
Don't forget to signup your own website with your new trade partner