[phpOpenTracker-User] RE:Installing phpOpenTracker

"Wyck and Meg Moody" <[email protected]> Tue, 30 Sep 2003 11:50:54 -0400
Newsgroups gmane.comp.web.phpopentracker.general
Message-ID <010b01c3876a$a1dcc870$6402a8c0@wallacecd3vk3d>
Thanks for getting back to me. 

I have edited the following line in the webbug script:

document.write(
   '<img src="path/to/image.php?' +

I have changed it to read:

document.write(
   '<img
 src="http://www.mysite.com/phpOpenTracker-1.2.2/phpOpenTracker/docs/scripts/image.php?'
 
Yet so far I don't seem to be logging any stats. Do I need to pass any additional parameters other than what the basic webbug.html script contains? 

Also, do I need to "run" any script to get the stats updated (as you often need to do to get log processor software to update the stats) or are the stats results live and viewable as soon as you access the example pages?

Thanks again.