webpage hit counter in PHP
Post removed (X-No-Archive: yes)
Re: webpage hit counter in PHP
<frodobaggins [at] cornwall.privacy> schreef in bericht
news:lhs6p3thcv2bnnhn8l8es8j5595jdn4j3q [at] 4ax.com...
> Where would I find a website hit counter written preferably in PHP? I
> do not have shell access to the web provider so installation would
> have to be via FTP only (no make or compilation).
finding is not dificult: http://tinyurl.com/33wqor
Re: webpage hit counter in PHP
<frodobaggins [at] cornwall.privacy> schreef in bericht
news:lhs6p3thcv2bnnhn8l8es8j5595jdn4j3q [at] 4ax.com...
> Where would I find a website hit counter written preferably in PHP? I
> do not have shell access to the web provider so installation would
> have to be via FTP only (no make or compilation).
finding is not dificult: http://tinyurl.com/33wqor
Re: webpage hit counter in PHP
Post removed (X-No-Archive: yes)
Re: webpage hit counter in PHP
<frodobaggins [at] cornwall.privacy> wrote in message
news:27r8p35irg60d08beurbb7fips5q4v02a2 [at] 4ax.com...
> On Sun, 20 Jan 2008 17:40:04 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>
>>> Where would I find a website hit counter written preferably in PHP? I
>>> do not have shell access to the web provider so installation would
>>> have to be via FTP only (no make or compilation).
>>
>>finding is not dificult: http://tinyurl.com/33wqor
>
> I can google as well. I was wondering if anyone had used one which
> they could recommend.
Write one. It'd be only about ten lines long. Maybe fifteen if you want
bells and whistles.
--
Richard.
Re: webpage hit counter in PHP
<frodobaggins [at] cornwall.privacy> schreef in bericht
news:27r8p35irg60d08beurbb7fips5q4v02a2 [at] 4ax.com...
> On Sun, 20 Jan 2008 17:40:04 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>
>>> Where would I find a website hit counter written preferably in PHP? I
>>> do not have shell access to the web provider so installation would
>>> have to be via FTP only (no make or compilation).
>>
>>finding is not dificult: http://tinyurl.com/33wqor
>
> I can google as well. I was wondering if anyone had used one which
> they could recommend.
http://www.developingwebs.net/phpclass/hitcounter.php
Re: webpage hit counter in PHP
Post removed (X-No-Archive: yes)
Re: webpage hit counter in PHP
<frodobaggins [at] cornwall.privacy> wrote in message
news:27r8p35irg60d08beurbb7fips5q4v02a2 [at] 4ax.com...
> On Sun, 20 Jan 2008 17:40:04 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>
>>> Where would I find a website hit counter written preferably in PHP? I
>>> do not have shell access to the web provider so installation would
>>> have to be via FTP only (no make or compilation).
>>
>>finding is not dificult: http://tinyurl.com/33wqor
>
> I can google as well. I was wondering if anyone had used one which
> they could recommend.
Write one. It'd be only about ten lines long. Maybe fifteen if you want
bells and whistles.
--
Richard.
Re: webpage hit counter in PHP
<frodobaggins [at] cornwall.privacy> schreef in bericht
news:27r8p35irg60d08beurbb7fips5q4v02a2 [at] 4ax.com...
> On Sun, 20 Jan 2008 17:40:04 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>
>>> Where would I find a website hit counter written preferably in PHP? I
>>> do not have shell access to the web provider so installation would
>>> have to be via FTP only (no make or compilation).
>>
>>finding is not dificult: http://tinyurl.com/33wqor
>
> I can google as well. I was wondering if anyone had used one which
> they could recommend.
http://www.developingwebs.net/phpclass/hitcounter.php
Re: webpage hit counter in PHP
Post removed (X-No-Archive: yes)
Re: webpage hit counter in PHP
frodobaggins [at] cornwall.privacy wrote:
> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>
>>>>> Where would I find a website hit counter written preferably in PHP? I
>>>>> do not have shell access to the web provider so installation would
>>>>> have to be via FTP only (no make or compilation).
>>>> finding is not dificult: http://tinyurl.com/33wqor
>>> I can google as well. I was wondering if anyone had used one which
>>> they could recommend.
>> http://www.developingwebs.net/phpclass/hitcounter.php
>
> That works. But can anyone recommend a professional looking hit
> counter which outputs a graphic file, instead of simply text?
>
No counters look "professional". They are just a way for amateurs to
pump their egos.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
<comp.lang.php>
<>
<Wed, 23 Jan 2008 19:26:25 -0800>
<381gp3phemjhh85khvpkc0p9q9b901qu7o [at] 4ax.com>
> >http://www.developingwebs.net/phpclass/hitcounter.php
>
> That works. But can anyone recommend a professional looking hit
> counter which outputs a graphic file, instead of simply text?
>
I havent looked at the above but assume its a text hit counter .
But to produce a graphic file hit counter then all you really need is 10
gif or jpg images that are numbered 0 1 2 3 4 5 6 7 8 9 .
- grab the text count
- create a background image (or load a image you done earlier)
- paste each 0-9 image onto the background image
You will then have a graphic file hit counter image that you can display
instead of a plain text counter .
Roughly speaking , The same php/gd skills used to create a image code
are used to create a hit counter graphic file .
Re: webpage hit counter in PHP
<comp.lang.php>
<Jerry Stuckle>
<Wed, 23 Jan 2008 23:04:04 -0500>
<RvidnVg57JDqkwXanZ2dnUVZ_gCdnZ2d [at] comcast.com>
> No counters look "professional". They are just a way for amateurs to
> pump their egos.
>
Is it you who decides for everybody else what is or isnt professional .
Excuse the silly question .....
But if your opinions are so important and stuff - then why dont other
people quote them on usenet .
Isnt it true that you yourself only post to usenet in a amateur capacity
in order to boost and pump up your own ego ? .
Re: webpage hit counter in PHP
On Thu, 24 Jan 2008 15:15:14 -0000, Krustov <me [at] privacy.net> wrote:
><comp.lang.php>
><Jerry Stuckle>
><Wed, 23 Jan 2008 23:04:04 -0500>
><RvidnVg57JDqkwXanZ2dnUVZ_gCdnZ2d [at] comcast.com>
>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>>
>
>Is it you who decides for everybody else what is or isnt professional .
>
>
>Excuse the silly question .....
>
>But if your opinions are so important and stuff - then why dont other
>people quote them on usenet .
>
>Isnt it true that you yourself only post to usenet in a amateur capacity
>in order to boost and pump up your own ego ? .
Krusty, wipe the rabid foam from your mouth.
--
Regards, Paul Herber, Sandrila Ltd.
http://www.sandrila.co.uk/ http://www.pherber.com/
Re: webpage hit counter in PHP
Jerry Stuckle wrote:
> frodobaggins [at] cornwall.privacy wrote:
>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>
>>>>>> Where would I find a website hit counter written preferably in PHP? I
>>>>>> do not have shell access to the web provider so installation would
>>>>>> have to be via FTP only (no make or compilation).
>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>> I can google as well. I was wondering if anyone had used one which
>>>> they could recommend.
>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>
>> That works. But can anyone recommend a professional looking hit
>> counter which outputs a graphic file, instead of simply text?
>>
>
> No counters look "professional". They are just a way for amateurs to
> pump their egos.
>
Heard of google analytics?
http://64.233.179.110/analytics/tour/index_en-US.html
Re: webpage hit counter in PHP
Post removed (X-No-Archive: yes)
Re: webpage hit counter in PHP
frodobaggins [at] cornwall.privacy wrote:
> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>
>>>>> Where would I find a website hit counter written preferably in PHP? I
>>>>> do not have shell access to the web provider so installation would
>>>>> have to be via FTP only (no make or compilation).
>>>> finding is not dificult: http://tinyurl.com/33wqor
>>> I can google as well. I was wondering if anyone had used one which
>>> they could recommend.
>> http://www.developingwebs.net/phpclass/hitcounter.php
>
> That works. But can anyone recommend a professional looking hit
> counter which outputs a graphic file, instead of simply text?
>
No counters look "professional". They are just a way for amateurs to
pump their egos.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
<comp.lang.php>
<>
<Wed, 23 Jan 2008 19:26:25 -0800>
<381gp3phemjhh85khvpkc0p9q9b901qu7o [at] 4ax.com>
> >http://www.developingwebs.net/phpclass/hitcounter.php
>
> That works. But can anyone recommend a professional looking hit
> counter which outputs a graphic file, instead of simply text?
>
I havent looked at the above but assume its a text hit counter .
But to produce a graphic file hit counter then all you really need is 10
gif or jpg images that are numbered 0 1 2 3 4 5 6 7 8 9 .
- grab the text count
- create a background image (or load a image you done earlier)
- paste each 0-9 image onto the background image
You will then have a graphic file hit counter image that you can display
instead of a plain text counter .
Roughly speaking , The same php/gd skills used to create a image code
are used to create a hit counter graphic file .
Re: webpage hit counter in PHP
<comp.lang.php>
<Jerry Stuckle>
<Wed, 23 Jan 2008 23:04:04 -0500>
<RvidnVg57JDqkwXanZ2dnUVZ_gCdnZ2d [at] comcast.com>
> No counters look "professional". They are just a way for amateurs to
> pump their egos.
>
Is it you who decides for everybody else what is or isnt professional .
Excuse the silly question .....
But if your opinions are so important and stuff - then why dont other
people quote them on usenet .
Isnt it true that you yourself only post to usenet in a amateur capacity
in order to boost and pump up your own ego ? .
Re: webpage hit counter in PHP
On Thu, 24 Jan 2008 15:15:14 -0000, Krustov <me [at] privacy.net> wrote:
><comp.lang.php>
><Jerry Stuckle>
><Wed, 23 Jan 2008 23:04:04 -0500>
><RvidnVg57JDqkwXanZ2dnUVZ_gCdnZ2d [at] comcast.com>
>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>>
>
>Is it you who decides for everybody else what is or isnt professional .
>
>
>Excuse the silly question .....
>
>But if your opinions are so important and stuff - then why dont other
>people quote them on usenet .
>
>Isnt it true that you yourself only post to usenet in a amateur capacity
>in order to boost and pump up your own ego ? .
Krusty, wipe the rabid foam from your mouth.
--
Regards, Paul Herber, Sandrila Ltd.
http://www.sandrila.co.uk/ http://www.pherber.com/
Re: webpage hit counter in PHP
Jerry Stuckle wrote:
> frodobaggins [at] cornwall.privacy wrote:
>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>
>>>>>> Where would I find a website hit counter written preferably in PHP? I
>>>>>> do not have shell access to the web provider so installation would
>>>>>> have to be via FTP only (no make or compilation).
>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>> I can google as well. I was wondering if anyone had used one which
>>>> they could recommend.
>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>
>> That works. But can anyone recommend a professional looking hit
>> counter which outputs a graphic file, instead of simply text?
>>
>
> No counters look "professional". They are just a way for amateurs to
> pump their egos.
>
Heard of google analytics?
http://64.233.179.110/analytics/tour/index_en-US.html
Re: webpage hit counter in PHP
Animesh K wrote:
> Jerry Stuckle wrote:
>> frodobaggins [at] cornwall.privacy wrote:
>>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>>
>>>>>>> Where would I find a website hit counter written preferably in
>>>>>>> PHP? I
>>>>>>> do not have shell access to the web provider so installation would
>>>>>>> have to be via FTP only (no make or compilation).
>>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>>> I can google as well. I was wondering if anyone had used one which
>>>>> they could recommend.
>>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>>
>>> That works. But can anyone recommend a professional looking hit
>>> counter which outputs a graphic file, instead of simply text?
>>>
>>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>>
>
> Heard of google analytics?
>
> http://64.233.179.110/analytics/tour/index_en-US.html
>
Google analytics is not a counter.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
..oO(Krustov)
><Jerry Stuckle>
>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>
>Is it you who decides for everybody else what is or isnt professional .
Hit counters are _never_ professional. They are of no interest for the
users (use rand() if you want to show an impressive number to them) and
the real informations are available in the server's logfile.
Micha
Re: webpage hit counter in PHP
..oO(Animesh K)
>Jerry Stuckle wrote:
>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>
>Heard of google analytics?
Yes. It's in my filter.
Micha
Re: webpage hit counter in PHP
Jerry Stuckle wrote:
> Animesh K wrote:
>> Jerry Stuckle wrote:
>>> frodobaggins [at] cornwall.privacy wrote:
>>>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>>>
>>>>>>>> Where would I find a website hit counter written preferably in
>>>>>>>> PHP? I
>>>>>>>> do not have shell access to the web provider so installation would
>>>>>>>> have to be via FTP only (no make or compilation).
>>>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>>>> I can google as well. I was wondering if anyone had used one which
>>>>>> they could recommend.
>>>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>>>
>>>> That works. But can anyone recommend a professional looking hit
>>>> counter which outputs a graphic file, instead of simply text?
>>>>
>>>
>>> No counters look "professional". They are just a way for amateurs to
>>> pump their egos.
>>>
>>
>> Heard of google analytics?
>>
>> http://64.233.179.110/analytics/tour/index_en-US.html
>>
>
> Google analytics is not a counter.
>
eh that way if I graph the output of my counter, you will call it as
plotter instead of counter.
Re: webpage hit counter in PHP
Michael Fesser wrote:
> .oO(Krustov)
>
>> <Jerry Stuckle>
>>
>>> No counters look "professional". They are just a way for amateurs to
>>> pump their egos.
>> Is it you who decides for everybody else what is or isnt professional .
>
> Hit counters are _never_ professional. They are of no interest for the
> users (use rand() if you want to show an impressive number to them) and
> the real informations are available in the server's logfile.
>
> Micha
People do have page-view (counter) information on websites and it helps
the viewer in understanding popularity of that particular page.
http://youtube.com/watch?v=mOeuar5LmtU
For example this has been viewd 280,XXX times, voted 510 times, and has
a 4-* rating. All these are "counters" of different kind and provide a
lot of information related to this particular video.
Perhaps you mean that stuff like sitemeter is boring, but it isn't
completely useless or unprofessional.
Re: webpage hit counter in PHP
Animesh K wrote:
> Michael Fesser wrote:
>> .oO(Krustov)
>>
>>> <Jerry Stuckle>
>>>
>>>> No counters look "professional". They are just a way for amateurs
>>>> to pump their egos.
>>> Is it you who decides for everybody else what is or isnt professional .
>>
>> Hit counters are _never_ professional. They are of no interest for the
>> users (use rand() if you want to show an impressive number to them) and
>> the real informations are available in the server's logfile.
>>
>> Micha
>
> People do have page-view (counter) information on websites and it helps
> the viewer in understanding popularity of that particular page.
>
> http://youtube.com/watch?v=mOeuar5LmtU
>
> For example this has been viewd 280,XXX times, voted 510 times, and has
> a 4-* rating. All these are "counters" of different kind and provide a
> lot of information related to this particular video.
>
> Perhaps you mean that stuff like sitemeter is boring, but it isn't
> completely useless or unprofessional.
>
And youtube is the latest in professional web design? ROFLMAO!
It's fine for those who need their egos stroked. But it's not professional.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
Animesh K wrote:
> Jerry Stuckle wrote:
>> Animesh K wrote:
>>> Jerry Stuckle wrote:
>>>> frodobaggins [at] cornwall.privacy wrote:
>>>>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>>>>
>>>>>>>>> Where would I find a website hit counter written preferably in
>>>>>>>>> PHP? I
>>>>>>>>> do not have shell access to the web provider so installation would
>>>>>>>>> have to be via FTP only (no make or compilation).
>>>>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>>>>> I can google as well. I was wondering if anyone had used one which
>>>>>>> they could recommend.
>>>>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>>>>
>>>>> That works. But can anyone recommend a professional looking hit
>>>>> counter which outputs a graphic file, instead of simply text?
>>>>>
>>>>
>>>> No counters look "professional". They are just a way for amateurs
>>>> to pump their egos.
>>>>
>>>
>>> Heard of google analytics?
>>>
>>> http://64.233.179.110/analytics/tour/index_en-US.html
>>>
>>
>> Google analytics is not a counter.
>>
>
> eh that way if I graph the output of my counter, you will call it as
> plotter instead of counter.
>
Nope. It's a counter. Google Analytics is something completely
different - and there for a different reason.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
Animesh K wrote:
> Jerry Stuckle wrote:
>> frodobaggins [at] cornwall.privacy wrote:
>>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>>
>>>>>>> Where would I find a website hit counter written preferably in
>>>>>>> PHP? I
>>>>>>> do not have shell access to the web provider so installation would
>>>>>>> have to be via FTP only (no make or compilation).
>>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>>> I can google as well. I was wondering if anyone had used one which
>>>>> they could recommend.
>>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>>
>>> That works. But can anyone recommend a professional looking hit
>>> counter which outputs a graphic file, instead of simply text?
>>>
>>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>>
>
> Heard of google analytics?
>
> http://64.233.179.110/analytics/tour/index_en-US.html
>
Google analytics is not a counter.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
..oO(Krustov)
><Jerry Stuckle>
>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>
>Is it you who decides for everybody else what is or isnt professional .
Hit counters are _never_ professional. They are of no interest for the
users (use rand() if you want to show an impressive number to them) and
the real informations are available in the server's logfile.
Micha
Re: webpage hit counter in PHP
..oO(Animesh K)
>Jerry Stuckle wrote:
>
>> No counters look "professional". They are just a way for amateurs to
>> pump their egos.
>
>Heard of google analytics?
Yes. It's in my filter.
Micha
Re: webpage hit counter in PHP
Michael Fesser:
> and the real informations are available in the server's logfile.
Although these data are often misinterpreted, misrepresented, and are
generally of no concern to the user.
--
Jock
Re: webpage hit counter in PHP
Jerry Stuckle wrote:
> Animesh K wrote:
>> Jerry Stuckle wrote:
>>> frodobaggins [at] cornwall.privacy wrote:
>>>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>>>
>>>>>>>> Where would I find a website hit counter written preferably in
>>>>>>>> PHP? I
>>>>>>>> do not have shell access to the web provider so installation would
>>>>>>>> have to be via FTP only (no make or compilation).
>>>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>>>> I can google as well. I was wondering if anyone had used one which
>>>>>> they could recommend.
>>>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>>>
>>>> That works. But can anyone recommend a professional looking hit
>>>> counter which outputs a graphic file, instead of simply text?
>>>>
>>>
>>> No counters look "professional". They are just a way for amateurs to
>>> pump their egos.
>>>
>>
>> Heard of google analytics?
>>
>> http://64.233.179.110/analytics/tour/index_en-US.html
>>
>
> Google analytics is not a counter.
>
eh that way if I graph the output of my counter, you will call it as
plotter instead of counter.
Re: webpage hit counter in PHP
Michael Fesser wrote:
> .oO(Krustov)
>
>> <Jerry Stuckle>
>>
>>> No counters look "professional". They are just a way for amateurs to
>>> pump their egos.
>> Is it you who decides for everybody else what is or isnt professional .
>
> Hit counters are _never_ professional. They are of no interest for the
> users (use rand() if you want to show an impressive number to them) and
> the real informations are available in the server's logfile.
>
> Micha
People do have page-view (counter) information on websites and it helps
the viewer in understanding popularity of that particular page.
http://youtube.com/watch?v=mOeuar5LmtU
For example this has been viewd 280,XXX times, voted 510 times, and has
a 4-* rating. All these are "counters" of different kind and provide a
lot of information related to this particular video.
Perhaps you mean that stuff like sitemeter is boring, but it isn't
completely useless or unprofessional.
Re: webpage hit counter in PHP
Animesh K wrote:
> Michael Fesser wrote:
>> .oO(Krustov)
>>
>>> <Jerry Stuckle>
>>>
>>>> No counters look "professional". They are just a way for amateurs
>>>> to pump their egos.
>>> Is it you who decides for everybody else what is or isnt professional .
>>
>> Hit counters are _never_ professional. They are of no interest for the
>> users (use rand() if you want to show an impressive number to them) and
>> the real informations are available in the server's logfile.
>>
>> Micha
>
> People do have page-view (counter) information on websites and it helps
> the viewer in understanding popularity of that particular page.
>
> http://youtube.com/watch?v=mOeuar5LmtU
>
> For example this has been viewd 280,XXX times, voted 510 times, and has
> a 4-* rating. All these are "counters" of different kind and provide a
> lot of information related to this particular video.
>
> Perhaps you mean that stuff like sitemeter is boring, but it isn't
> completely useless or unprofessional.
>
And youtube is the latest in professional web design? ROFLMAO!
It's fine for those who need their egos stroked. But it's not professional.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
Animesh K wrote:
> Jerry Stuckle wrote:
>> Animesh K wrote:
>>> Jerry Stuckle wrote:
>>>> frodobaggins [at] cornwall.privacy wrote:
>>>>> On Mon, 21 Jan 2008 11:25:34 +0100, "Luuk" <luuk [at] invalid.lan> wrote:
>>>>>
>>>>>>>>> Where would I find a website hit counter written preferably in
>>>>>>>>> PHP? I
>>>>>>>>> do not have shell access to the web provider so installation would
>>>>>>>>> have to be via FTP only (no make or compilation).
>>>>>>>> finding is not dificult: http://tinyurl.com/33wqor
>>>>>>> I can google as well. I was wondering if anyone had used one which
>>>>>>> they could recommend.
>>>>>> http://www.developingwebs.net/phpclass/hitcounter.php
>>>>>
>>>>> That works. But can anyone recommend a professional looking hit
>>>>> counter which outputs a graphic file, instead of simply text?
>>>>>
>>>>
>>>> No counters look "professional". They are just a way for amateurs
>>>> to pump their egos.
>>>>
>>>
>>> Heard of google analytics?
>>>
>>> http://64.233.179.110/analytics/tour/index_en-US.html
>>>
>>
>> Google analytics is not a counter.
>>
>
> eh that way if I graph the output of my counter, you will call it as
> plotter instead of counter.
>
Nope. It's a counter. Google Analytics is something completely
different - and there for a different reason.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Re: webpage hit counter in PHP
Animesh K:
> People do have page-view (counter) information on websites and it helps
> the viewer in understanding popularity of that particular page.
What influence would have the popularity of a page on my search behavior?
I mostly seek pages that aren't that popular.
Just like entering a super market and knowing what product is bought most.
Not relevant whatsoever.
--
Floor
Re: webpage hit counter in PHP
Animesh K:
> People do have page-view (counter) information on websites and it helps
> the viewer in understanding popularity of that particular page.
What influence would have the popularity of a page on my search behavior?
I mostly seek pages that aren't that popular.
Just like entering a super market and knowing what product is bought most.
Not relevant whatsoever.
--
Floor
Re: webpage hit counter in PHP
On Jan 25, 10:17=A0pm, Michael Fesser <neti... [at] gmx.de> wrote:
> .oO(Krustov)
>
> ><Jerry Stuckle>
>
> >> No counters look "professional". =A0They are just a way for amateurs to=
> >> pump their egos.
>
> >Is it you who decides for everybody else what is or isnt professional .
>
> Hit counters are _never_ professional. They are of no interest for the
> users (use rand() if you want to show an impressive number to them) and
> the real informations are available in the server's logfile.
>
> Micha
Re: webpage hit counter in PHP
On Jan 25, 10:17=A0pm, Michael Fesser <neti... [at] gmx.de> wrote:
> .oO(Animesh K)
>
> >Jerry Stuckle wrote:
>
> >> No counters look "professional". =A0They are just a way for amateurs to=
> >> pump their egos.
>
> >Heard of google analytics?
>
> Yes. It's in my filter.
>
> Micha
PHP » alt.php » webpage hit counter in PHP