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: incoming hits


    ATX tracks both incoming traffic (via in.cgi) and outgoing traffic (via out.cgi)
    To track incoming hits, you need to place the following code in your index.shtml file
    <!--#include virtual="/cgi-bin/a2/in.cgi" -->
    Place the code between your <head> </head> tag

    If your website is called index.php, use the following code instead:
    <?php virtual ("/cgi-bin/a2/in.cgi"); ?>

    To see if SSI (Server Side Includes) is enabled, load your website in your browser,
    load the source, and look out for lines similar to the following
    <script type="text/javascript">
    <!--
    document.cookie='a2r=noref#!; path=/;'
    document.cookie='a2x=#!; path=/;'
    // -->
    </script>

    If you still see the #include virtual= .. line, ask your host to enable SSI.


    To test if ATX is now counting traffic, load your website a couple of times, wait 1 minute,
    and load the main overview in ATX. The system trade called noref should now display a number in the 'hits in' column.

    Continue to getting started: outgoing hits