Code Comments
Programming Forum and web based access to our favorite programming groups.I know this has nothing to do with COBOL, but I thought someone in this frie ndly (???) 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 t o only work occasionally - and causes a LONG delay in "loading". Any suggestions? (I wouldn't mind the actual code to "use" to replace someth ing like <img src="/cgi-bin/counter.gif?fg=255,255,255&bg=0,0,0&pagename..htm"> -- Bill Klein wmklein <at> ix.netcom.com
Post Follow-up to this messageIn 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 fri endly >(???) 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&...nter%2 2> shows a mere 48,100 DD
Post Follow-up to this message> 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
Post Follow-up to this messageIn 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.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.