|
Home of the Giants |
|
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 |