AT CORE documentation
getting started: incoming hits
ATC 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/atc/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/atc/in.cgi"); ?>
To see if SSI (Server Side Includes) is enabled, load your website in your browser,
Select the view the html source in your browser, and look for lines similar to the following
<script type="text/javascript">
<!--
document.cookie='air=noref#!; path=/;'
document.cookie='aix=#!; path=/;'
document.cookie='aiu=0#!; path=/;'
document.cookie='aih=#!; path=/;'
// -->
// -->
</script>
If you still see the #include virtual= .. line, ask your host to enable SSI.
To test if ATC is now counting traffic, load your website a couple of times, wait 1 minute,
and load the main overview in ATC. The system trade called noref should now display a number in the 'hits in' column.
Continue to getting started: outgoing hits



