This gadget allows you to count and display the number of times that
a page has been accessed.
Add the following text to your page where you want the access count to
appear:
<!--#exec cgi="/cgi-bin/counter"-->
For example: this page has been accessed 23259 times.
There are a couple of variations...
- /cgi-bin/counter
- Prints out the number of accessess.
- /cgi-bin/counter-ord
- Prints out the number of accessess with an ordinal suffix. (e.g.
"st", "nd", "rd", ...) For example: You are the 23259th visitor to this page.
- /cgi-bin/counter-nc and /cgi-bin/counter-ord-nc
- These are the same as the previous definitions, but do not
increment the page count. This is useful for putting the page counter
in several places on one page. Note that the last reference
(on the page) should not
have the -nc suffix or the access won't be counted.
- /cgi-bin/counter-nd
- This will track hits to your page, but does not display the count to your readers. To see the access count of your pages use the -nd function you have to view the hit counters found in the Clients Only area.
[ Back to the Gadget List ]
Copyright © 1996, ComeVisit.com
Last Updated: Wednesday, 05-Feb-1997 09:57:58 PST
Questions/Comments support@comevisit.com
Access Count: 23260