FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: vrteach on February 26, 2007, 03:32:48 PM

Title: PowerPHLogger - counting ALL instances of main index page
Post by: vrteach on February 26, 2007, 03:32:48 PM
I've used PowerPHLogger for some time and like it very much. I would like it to count all instances of calls to my main index page. It counts when visitors got to index.php, but not when they go to index.php?SomeID=27, for example. I currently have the list of main index pages looking like this:

http://vrteach.freepgs.com/banjo/index.php
http://vrteach.freepgs.com/banjo/
http://vrteach.freepgs.com/banjo/index.php*

But I'm guessing that that last line doesn't work as I hoped it would.
Title: Re: PowerPHLogger - counting ALL instances of main index page
Post by: vrteach on March 03, 2007, 03:28:33 PM
I think I've answered my own question. It looks as though my code did not include the necessary javascript in all instances of calls to my page. That is, the javascript was only included in the default version, not when there were modifyers to the url.

So, it was my own fault.