Forum Moderators: DixonJones

Message Too Old, No Replies

understanding my web stats

questions about webalizer stats

         

HelenDev

5:22 pm on Oct 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi there,

I'm quite new to website tracking and am trying to make sense of my Webalizer stats.

What I would like to know is, why is PHP/4.1.2 listed as a User Agent? I thought this meant browsers? I should also mention my site is php driven in case this is relevant.

The other thing I would like to know is, if a visit is logged everytime a site makes a request for the first time and again after a timeout period, how can there be more sites than visits?

Any help would be appreciated.

Helen.

dcrombie

6:07 pm on Oct 28, 2003 (gmt 0)



If you "include" a file in PHP using an "http://" address then PHP will show up as the UA. Not sure about your other qn - would have to see the stats.

HelenDev

10:00 am on Oct 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks for that, yes, it would be the include files then.

With regard to other question, on most days the visits and sites are roughly the same number, or there are slightly more visits than sites.

On some days however, there seem to be loads more sites than visits. I'm not sure why this would be. The only thing I can think of is that as only actual pages trigger a visit, could these extra sites be robots?

Hope this makes sense!

Helen

Chalupee

8:32 pm on Oct 29, 2003 (gmt 0)

10+ Year Member



From the documentation at
[webalizer.com...]

15. Why do my reports show more Sites than Visits?
Visits are only triggered when a valid request is found for a page, as defined by your PageType setting (or a URL that ends with a slash, which is also considered a page type). Sites however, are counted regardless of the request type. It is very common to have more sites than visits, particularly if you host non-pagetype URLs on your site that are linked to from the outside. If you are not hosting URLs that are linked to from outside sites, then make sure your PageType setting is correct. The default is .htm, .html and .cgi extensions, unless you specify otherwise.

Burritos.... yummmy!
Chalupee

HelenDev

9:33 am on Oct 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks very much for the info (I obviously didn't delve far enough into the Webalizer site!)

The site in question is hosted with an outside company, so I will get onto them about my PageType setting (I don't think I can change this myself). However, if .php is not included in this, I fail to see how I am getting any significant number of visits, as almost all my pages end in .php

Can't think of any instances of non-page URLs which are linked from other sites.

Helen.