CGI Scripts - Counter
All you need to do to put a counter on your site is add the following HTML code to the page where you want the counter:
<IMG SRC="/cgi-bin/Count.cgi?df=domainname">
where domainname=your domain name, i.e. abc.com
If you want a separate counter on multiple pages, just use:
<IMG SRC="/cgi-bin/Count.cgi?df=domainname-page1">
where domainname=your domain name, i.e. abc.com
and page1=text that signifies to you what page it is on
<IMG SRC="/cgi-bin/Count.cgi?df=domainname-page2">
where domainname=your domain name, i.e. abc.com
and page2=text that signifies to you what page it is on
<IMG SRC="/cgi-bin/Count.cgi?df=domainname-page3">
where domainname=your domain name, i.e. abc.com
and page3=text that signifies to you what page it is on
For more information and options, please see http://www.muquit.com/muquit/software/Count/Count.html