For Programmers: Free Programming Magazines  


Home > Archive > Cobol > January 2005 > OT - HTML "hit" counter









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author OT - HTML "hit" counter
William M. Klein

2005-01-20, 8:55 pm

I know this has nothing to do with COBOL, but I thought someone in this friendly
(???) group could help me.

I am in search of a FREE "hit counter" to put on one of my (non-commercial) HTML
web pages. The one that my ISP "provides" in their web-page builder seems to
only work occasionally - and causes a LONG delay in "loading".

Any suggestions? (I wouldn't mind the actual code to "use" to replace something
like

<img src="/cgi-bin/counter.gif?fg=255,255,255&bg=0,0,0&pagename..htm">

--
Bill Klein
wmklein <at> ix.netcom.com


docdwarf@panix.com

2005-01-20, 8:55 pm

In article <uxVHd.1107612$lR6.167181@news.easynews.com>,
William M. Klein <wmklein@nospam.netcom.com> wrote:
>I know this has nothing to do with COBOL, but I thought someone in this friendly
>(???) group could help me.


Please do your own... damnation, there's an OT in the Subject: line.

>
>I am in search of a FREE "hit counter" to put on one of my (non-commercial) HTML
>web pages.


http://www.google.com/search?hl=en&...+hit+counter%22
shows 5,310,000 hits... while
<http://www.google.com/search?hl=en&...+hit+counter%22>
shows a mere 48,100

DD

foodman123@aol.com

2005-01-21, 8:55 am

> I am in search of a FREE "hit counter" to put on one of my
(non-commercial) HTML
> web pages. The one that my ISP "provides" in their web-page builder

seems to
> only work occasionally - and causes a LONG delay in "loading".


Hi:

I have used the code provided by gostats.com. There are tons of them,
actually.
But, gostats.com will provide lots of information about who visits your
site, browser, etc. Also, if people find your site using a search
engine,
it will provide the name of the engine and the search terms used. I
have their counters on many of my various pages and they seem to work
perfectly well.

Tony Dilworth

Joe Zitzelberger

2005-01-23, 8:55 pm

In article <uxVHd.1107612$lR6.167181@news.easynews.com>,
"William M. Klein" <wmklein@nospam.netcom.com> wrote:

> I know this has nothing to do with COBOL, but I thought someone in this
> friendly
> (???) group could help me.
>
> I am in search of a FREE "hit counter" to put on one of my (non-commercial)
> HTML
> web pages. The one that my ISP "provides" in their web-page builder seems to
> only work occasionally - and causes a LONG delay in "loading".
>
> Any suggestions? (I wouldn't mind the actual code to "use" to replace
> something
> like
>
> <img src="/cgi-bin/counter.gif?fg=255,255,255&bg=0,0,0&pagename..htm">


What languages do you have available? PHP? Perl? Do you have a
database, such as MySQL, available on the same server?

With PHP it is easy enough to do with a file or single-row table to hold
the current hit number. Then a script to read the file/table and use a
graphics object to draw (cuter) your hit number or render it as text
(faster).

But a great deal depends on the environment available.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com