I am running QC 1.4 and I would like to have some statistics.
I found few programs for that with one of the program I have to have some PHP line in the beginning of the file. My question is in which file shall I add them ?
In another program they told me to add some html line in the body part of the file. How can I do that with PHP file ? Shall I insert them in a tpl file ? In which one ?
Strange it doesn't work, it only count the first page of my website which is html page not from QC, if I put the code where you said in page.tpl, i t doesn't count the page in my QC where people go. Any idea ?
Here is the code I have to put in:
<!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=2339344; var sc_invisible=0; var sc_partition=21; var sc_security="ef317f63"; </script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c22.statcounter.com/counter.php?sc_project=2339344&java=0&security=ef317f63&a mp;amp;invisible=0" alt="counter hit make" /></a></div></noscript> <!-- End of StatCounter Code -->