annoying little tracker include problem?
Posted: Sat May 10, 2003 7:36 pm
Ok here's the situation.
On a site I designed I pasted a tracker bit from this place: http://www.extreme-dm.com/tracking/ it's a simple little tracker that does the job.
But since of course my sites are dynamic, and this thing tracks everything, at times it displays pages that not everyone should see in the referrer tracking list.
Ok so I made it so that the tracker only gets loaded when no one is logged in.
if ("$no one" == "logged in"){ include("tracker.html"); }
sort of like... you get it?
But still those pages are displayed in their referrer tracking list??? why??
I haven't a clue... mailed them about it, but thought that I am prolly overlooking something simple, so I'm asking you lovely people
thx
lc
On a site I designed I pasted a tracker bit from this place: http://www.extreme-dm.com/tracking/ it's a simple little tracker that does the job.
But since of course my sites are dynamic, and this thing tracks everything, at times it displays pages that not everyone should see in the referrer tracking list.
Ok so I made it so that the tracker only gets loaded when no one is logged in.
if ("$no one" == "logged in"){ include("tracker.html"); }
sort of like... you get it?
But still those pages are displayed in their referrer tracking list??? why??
I haven't a clue... mailed them about it, but thought that I am prolly overlooking something simple, so I'm asking you lovely people
thx
lc