This is the addendum to the documentation for ATX 1.1
Several features that are new since atx 1.2 are explained here.
minor changes
in.cgi
When your site consists of several pages, like niche-pages or archives,
you can place in.cgi on all these pages to count surfers that load these pages directly.
By passing your domain as query string to the #include call to in.cgi like so
<!--#include virtual="/cgi-bin/atx/in.cgi?yourdomain.com"-->
ATX will not count the surfers double as they surf through your site
out.cgi
Out.cgi accepts a new argument to set the gallery rotation speed.
out.cgi?r=2&u=http://www.somegallery.com
The &r= tells ATX how many galleries must be displayed before a trade is loaded.
&r=1 gives GT GT GT GT
&r=2 gives GGT GGT GGT GGT
&r=3 gives GGGT GGGT GGGT GGGT
The rotation-skim only overrides the url-skim.
So the per-trade skim, notrade skim and noref skim override the rotation-skim.
Click patterns like &c=3 can still be used, but be carefull when you do because
the rotation keeps track of all clicks, so when you use
&r=1&c=3, a surfer will get more than 1 trade after the initial 3 galleries
because the trades vs galleries ratio is not yet correct.
A lot of the changes ATX 1.2 brought are self-explaining, like the confirmation boxes for
the mass reset / delete operations, so those are left out here.
For more info, check the changelog
|