Re: webpage hit counter in PHP

This is a discussion on Re: webpage hit counter in PHP within the PHP Language forums, part of the PHP Programming Forums category; "Animesh K" <animesh1978@gmail.com> wrote in message news:fno272$11ee$1@agate.berkeley.edu... > ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #41 (permalink)  
Old 01-29-2008
Steve
 
Posts: n/a
Default Re: webpage hit counter in PHP


"Animesh K" <animesh1978@gmail.com> wrote in message
news:fno272$11ee$1@agate.berkeley.edu...
> Steve wrote:
>> "Animesh K" <animesh1978@gmail.com> wrote in message
>> christ almighty! 'relevancy' has to do with the *materials* ms has that
>> is most *appropriate* to what i'm searching for. not only is this
>> personalize and very specific to me and my keywords/phrases, the results
>> can be *ranked* as to whether or not the result(s) were *relevant* and to
>> what extent. NONE of that machinery has ANY counter mechanism to it...AT
>> ALL.
>>

>
> Well someone asked why are counters useful?
>
> I told they can tell you commonly sought articles/videos/ or commonly
> tread paths.
>
> You told you want to take the unpopular path in an effort to argue that it
> will be the right path.
>
> WTH has counter to do with the above statement of yours? You wanted to
> take unpopular paths, which excludes the most popular websites -- which
> you do use. Writing an essay or two will not make your past argument
> correct.


yet if you read *any* of the 'essay' (or understood english), you'd not
restate your stupidity.

counters *don't* help you find meaningful content (daft meter registered)
counters *don't* indicate popularity (daft meter elevated)
popularity *doesn't* help you find meaningful content (daft meter elevated)
NONE of your examples use counters. (daft meter too high to register)


Reply With Quote
  #42 (permalink)  
Old 01-29-2008
Steve
 
Posts: n/a
Default Re: webpage hit counter in PHP


"Animesh K" <animesh1978@gmail.com> wrote in message
news:fno20d$11cv$1@agate.berkeley.edu...
> Steve wrote:
>
>>
>> yes, please do. you'll soon learn in the process that counting will not
>> 'add up' to what is afforded in web page analysis packages. counting is
>> NOT the primary means of producing any of the analysed information.

>
> Read about indicator functions, if you haven't so far. That should lead
> you to the formula. Unfortunately, I cannot write math formula here.


i doubt you can write much of anything...anywhere.


Reply With Quote
  #43 (permalink)  
Old 01-29-2008
Michael Fesser
 
Posts: n/a
Default Re: webpage hit counter in PHP

..oO(Animesh K)

>Michael Fesser wrote:
>
>> That's a lot more than just counting. I wouldn't call the server's
>> logfile a "counter".

>
>It's your choice then. I will still treat the ip-address, time of hit,
>number of hit as a "counter vector" which is more sophisticated than
>just 1, 2, 3, ...


A logfile "counts" hits, that's it. The interpretation of the data is
left to the logfile analyzer.

>>> It would be better if you (both) sit and think what a (general) counter
>>> would mean before telling us what google analytics is, or what it is not.

>>
>> 1, 2, 3, 4 ... this is counting. And that's what a hit counter does,
>> nothing more. But GA _does_ a lot more than just counting.

>
>hits per day, hits based on location, hits in the past 1 hour, trend of
>hits, hits per month, hits to unavailable pages, .. all these are
>(conditional) counters. Should I write a formula now?


Most of these informations are not stored in logfiles, but extrapolated
from them, using different algorithms. Different analyzers will lead to
different results.

Micha
Reply With Quote
  #44 (permalink)  
Old 01-29-2008
Animesh K
 
Posts: n/a
Default Re: webpage hit counter in PHP

Michael Fesser wrote:
> .oO(Animesh K)
>
>> Michael Fesser wrote:
>>
>>> That's a lot more than just counting. I wouldn't call the server's
>>> logfile a "counter".

>> It's your choice then. I will still treat the ip-address, time of hit,
>> number of hit as a "counter vector" which is more sophisticated than
>> just 1, 2, 3, ...

>
> A logfile "counts" hits, that's it. The interpretation of the data is
> left to the logfile analyzer.
>
>>>> It would be better if you (both) sit and think what a (general) counter
>>>> would mean before telling us what google analytics is, or what it is not.
>>> 1, 2, 3, 4 ... this is counting. And that's what a hit counter does,
>>> nothing more. But GA _does_ a lot more than just counting.

>> hits per day, hits based on location, hits in the past 1 hour, trend of
>> hits, hits per month, hits to unavailable pages, .. all these are
>> (conditional) counters. Should I write a formula now?

>
> Most of these informations are not stored in logfiles, but extrapolated
> from them, using different algorithms. Different analyzers will lead to
> different results.



Agreed. But you can also think of many popular analyzers as a
conditional counter. I wonder if you have heard of the indicator functions.

To me a counter is just a summation of individual terms. The individual
terms *can be* a function of the raw data. The raw data need not be
displayed as it is.
Reply With Quote
  #45 (permalink)  
Old 01-30-2008
Greg N.
 
Posts: n/a
Default Re: webpage hit counter in PHP

Steve wrote:

> counters *don't* help you find meaningful content


agreed.

> counters *don't* indicate popularity


ok.

> popularity *doesn't* help you find meaningful content


sure.

You omitted an application that I think is useful: Counters may help to
keep track of the *relative* popularity of items within a defined set.

I have an application that features a growing set of images, currently
about 1,000. There are moderately small versions of these images as well
as blow-ups. I count accesses to the blow-ups and weigh them inversely
by their age.

As I add new images, and as my server space is limited, I need to remove
blow-ups from the bottom of the "charts". What's wrong with that?

--
Gregor mit dem Motorrad auf Reisen
http://hothaus.de/greg-tour/
Reply With Quote
  #46 (permalink)  
Old 01-30-2008
Steve
 
Posts: n/a
Default Re: webpage hit counter in PHP


"Greg N." <yodel_dodel@yahoo.com> wrote in message
news:fnpn6b$ufv$1@online.de...
> Steve wrote:
>
>> counters *don't* help you find meaningful content

>
> agreed.
>
>> counters *don't* indicate popularity

>
> ok.
>
>> popularity *doesn't* help you find meaningful content

>
> sure.
>
> You omitted an application that I think is useful: Counters may help to
> keep track of the *relative* popularity of items within a defined set.


if by 'popularity' you mean 'frequency', ok.

> I have an application that features a growing set of images, currently
> about 1,000. There are moderately small versions of these images as well
> as blow-ups. I count accesses to the blow-ups and weigh them inversely by
> their age.
>
> As I add new images, and as my server space is limited, I need to remove
> blow-ups from the bottom of the "charts". What's wrong with that?


nothing is wrong with that. that's not what's being argued.


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:49 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0