I have seen this covered but no one saying much about counters.
I have put a statistics\counter on the website works fine on front page Index.shtml & main.shtml & left_navigation.shtml
I have a javascript that i place in my root directory This is then referenced from each page.
<!-- PowerPhlogger Code START -->
<script language="JavaScript" type="text/javascript" src="pphlogger.js"></script>
<noscript><img alt="" src="http://www.kungfu.dyndns.org/pphlogger/pphlogger.php?id=queenswood&st=img"></noscript>
<!-- PowerPhlogger Code END -->
This updates a mysql database on my home server to keep stats.
Problem when I put the counter on every page using Act_CatalogBody.html the pages take about 10 seconds to load.
If i place this the code at the top of the templates i get an error. I on every single page but the counter works.
Anyone have any ideas.
Is this the correct template to be using for every page.?
Many thanks
Dave
I have put a statistics\counter on the website works fine on front page Index.shtml & main.shtml & left_navigation.shtml
I have a javascript that i place in my root directory This is then referenced from each page.
<!-- PowerPhlogger Code START -->
<script language="JavaScript" type="text/javascript" src="pphlogger.js"></script>
<noscript><img alt="" src="http://www.kungfu.dyndns.org/pphlogger/pphlogger.php?id=queenswood&st=img"></noscript>
<!-- PowerPhlogger Code END -->
This updates a mysql database on my home server to keep stats.
Problem when I put the counter on every page using Act_CatalogBody.html the pages take about 10 seconds to load.
If i place this the code at the top of the templates i get an error. I on every single page but the counter works.
Anyone have any ideas.
Is this the correct template to be using for every page.?
Many thanks
Dave
Comment