Home of the Giants


navigation

Home

Arrow Trader Lite
  • info
  • demo
  • users
  • download
  • how to install
  • documentation

  • Arrow Trader Lite III
  • demo
  • download
  • documentation
  • how to install

  • Arrow Trader eXtreme
  • info
  • order
  • owners center

  • Arrow Trader eXtreme v2
  • info
  • order
  • owners center

  • Resources
    Contact Info
    Public Forum


    news
    Jan 01
    New pricing structure

    Dec 14
    ATX 1.2 out of beta

    Dec 12
    Xmas special launched

    Nov 04
    Arrowscripts.com updated

    Nov 01
    ATX 1.2 beta 6 released

    Nov 01
    ATL III build 10 released

    Oct 20
    ATX 1.2 beta released

    Aug 08
    ATL III docs ready

    Jul 07
    ATL III released




    getting started: outgoing hits


    ATX can track every click on your website by using the file out.cgi
    By sending your links (and thus your surfer) to out.cgi,
    ATX offers you great flexibility in determining what happens to your surfers.
    A regular link looks like this
    <a href="http://www.sexsite.com/gallery/1/index.html"> hot xxx gallery </a>

    To send the surfer through ATX, modify the link so it looks as follows
    <a href="/cgi-bin/a2/out.cgi?s=60&l=topgallery&c=1&u=http://www.sexsite.com/gallery/1/index.html"> hot xxx gallery </a>

    You can pass several arguments to out.cgi. Here's a quick overview of what they all mean and do
    s=60 The surfer has a chance of 60% to be redirected to the gallery, 40% to see a trade
    c=0 sends the click always to a gallery
    c=3 sends the first 3 click of the surfer to a gallery
    l=toptable set the linktag to toptable
    gr=teens load trades from the group teens
    id=15 credit trade id 15 with +1 out (toplist only!)
    u=http://... sets the gallery url
    The &u=http:// part must always be at the end of your link to out.cgi
    Everything behind &u= is considered to be the gallery url.

    Continue to getting started: basic settings