Hello all,
I found some usefull post about awstats on this forum and now i will try my luck to solve my problem with awstats misc tracker.
I've succesfully installed awstats and it is working fine. Yesterday i added the awstats misc tracker see following settings:
awstats.url.conf
MiscTrackerUrl="http://www.hostname.com/cgi-bin/js/awstats_misc_tracker.js"
ShowMiscStats=ajdfrqwp
ShowScreenSizeStats=1
awstats_misc_tracker.js
var awstatsmisctrackerurl="http://hostname.com/cgi-bin/js/awstats_misc_tracker.js";
And added the javascript to my index file.
As soon as i add the tracker to my index file, my index file becomes blank, so this can't be good
for testing i left it that way and went to see if i got any new data, but still after a day i have no data (the rest of the stats is still doing well. )
When i look at the tracker script i seem to get data because when i add the script to a normal page
>document.write('<img src="'+awstatsmisctrackerurl+'?screen='+TRKscreen+'&cdi='+TRKcdi+'&java='+TRKjava+'&shk='+TRKshk+'&fla='+TRKfla+'&rp='+TRKrp+'&mov='+TRKmov+'&wma='+TRKwma+'&pdf='+TRKpdf+'&uid='+TRKuserid+'&sid='+TRKsessionid+'" height=0 width=0 border=0>')
i can see all the values.
Who can tell me what i do wrong?
I've got awstats 6.1
Thanks in advance