Counter in PHPWCMS
Posted: Fri 25. Feb 2005, 14:12
Hi,
Installed the programm, tested it. It's easy and very usefull. GREAT.
However. I use a counter/statistics program with code:
-----------------------------
<!-- Web Analiser (Commercial) -->
<script language="javascript"><!--
wajs="1.0";wad=document;wan=navigator;war=escape(wad.referrer);
wad.cookie="wa=1";
wac=2;if(wad.cookie) {wac=1;}waf=2;if(self!=top) {waf=1;}
want=2;if(wan.appName.substring(0,2)=="Mi") {want=1;}
//--></script><script language="javascript1.1"><!--
wajs="1.1";waj=2;if(wan.javaEnabled()) {waj=1;}
//--></script><script language="javascript1.2"><!--
wajs="1.2";was=screen;if(want==1) {wacol=was.colorDepth;}
else {wacol=was.pixelDepth;} waw=was.width;wah=was.height;
//--></script><script language="javascript1.3"><!--
wajs="1.3";
//--></script><script language="javascript"><!--
escape(document.referrer)
wa="<img border=0 width=1 height=1 src=http://www.pliester.nl/bezoeken/caunters.php";
wa+="?wajs="+wajs;wa+="&war="+war;wa+="&wac="+wac;
wa+="&waf="+waf;wa+="&waj="+waj;wa+="&wacol="+wacol;
wa+="&waw="+waw;wa+="&wah="+wah;wa+=">";wad.write(wa);
//--></script><noscript>
<img border=0 width=1 height=1 src=http://www.pliester.nl/bezoeken/caunters.php>
</noscript>
<!-- Web Analiser -->
-----------------------------
Where should I put this code.
I have tried different things, in templates and in index.php. But it will only show index.php as visited page. So it does not count f.e. index.php?elli
So I see people visted 7 times index.php. But I want to see exactly what they do.
What should I do ??, Where should I put the code, or is it impossible ?
Hope you have an answer.
Installed the programm, tested it. It's easy and very usefull. GREAT.
However. I use a counter/statistics program with code:
-----------------------------
<!-- Web Analiser (Commercial) -->
<script language="javascript"><!--
wajs="1.0";wad=document;wan=navigator;war=escape(wad.referrer);
wad.cookie="wa=1";
wac=2;if(wad.cookie) {wac=1;}waf=2;if(self!=top) {waf=1;}
want=2;if(wan.appName.substring(0,2)=="Mi") {want=1;}
//--></script><script language="javascript1.1"><!--
wajs="1.1";waj=2;if(wan.javaEnabled()) {waj=1;}
//--></script><script language="javascript1.2"><!--
wajs="1.2";was=screen;if(want==1) {wacol=was.colorDepth;}
else {wacol=was.pixelDepth;} waw=was.width;wah=was.height;
//--></script><script language="javascript1.3"><!--
wajs="1.3";
//--></script><script language="javascript"><!--
escape(document.referrer)
wa="<img border=0 width=1 height=1 src=http://www.pliester.nl/bezoeken/caunters.php";
wa+="?wajs="+wajs;wa+="&war="+war;wa+="&wac="+wac;
wa+="&waf="+waf;wa+="&waj="+waj;wa+="&wacol="+wacol;
wa+="&waw="+waw;wa+="&wah="+wah;wa+=">";wad.write(wa);
//--></script><noscript>
<img border=0 width=1 height=1 src=http://www.pliester.nl/bezoeken/caunters.php>
</noscript>
<!-- Web Analiser -->
-----------------------------
Where should I put this code.
I have tried different things, in templates and in index.php. But it will only show index.php as visited page. So it does not count f.e. index.php?elli
So I see people visted 7 times index.php. But I want to see exactly what they do.
What should I do ??, Where should I put the code, or is it impossible ?
Hope you have an answer.