I've a question about what to expect from this mod. I've installed it and I can see it works from the Admin>Reports>Advance Stats. For testing purposes I put the code in using Admin>Tools>Define Pages Editor>Define Main Page ...
Code:
<!-- START phpCounterSmart code -->
<script type="text/javascript">
<!--
var ref=""+escape(top.document.referrer);
var colord = window.screen.colorDepth;
var res = window.screen.width + "x" + window.screen.height;
document.write("<img src='phpcountersmart/countme.php?referer=" + ref + "&screen=" + res + "&color="+colord+"' alt='' width=1 height=1 />");
-->
</script>
<img src="phpcountersmart/countme.php" alt="" width=1 height=1/>
<!-- END phpCounterSmart code -->
I removed the <div>..</div> from the line containing "img src=" as I didn't see that it actually does anything. If I add anything to the "alt=" part of that line then I do see it appear on the screen where it should.
What I'm not seeing is any count display in the Main Page area, which I expected to see.
I made the <store root>/phpcountersmart folder writable, thinking maybe a generated pix that would display as a count was being denied by permissions, but I still see nothing show up in the Main Page.
Does this mod not display the hit count? Only create info for the Admin to see in Reports? If so is fine, I'm just trying to find a way to verify hits since AdWords says I'm getting them (so far, that seems untrue from the Report and nothing but my own IP has listed).
In the image line of code, why does it read "height=1/>" instead of "height=1>"?
Now that I see it does work, in Reports, how do I reset all its data back to null and have it start all over?
Thanks for any reply.