Text Counter
Put the following code into the HTML file you want to be counted:
<!--#exec cgi="/cgi-bin/counter"-->
Then rename your file to .shtml (it will not work in an .htm or .html file!).
It will be displayed as 1, 2, 3...1001 and so on.
Image Counter
Some samples of how it looks:
(random number; A font)
(count; B font)
(count; E font)
How did we do the above?
<img src="/cgi-bin/imagecounter">
<img src="/cgi-bin/imagecounter?dd=B|df=sample.dat">
<img src="/cgi-bin/imagecounter?df=sample.dat|dd=E">
You may choose the fonts from A to E and the display (count, random number).
Please note that Font A only supports counts. However, all
the other fonts (B to E) support all the functions.
You can use as many counters as you wish, just make sure to use a different counter
name for image counters (such as yourdomain1, yourdomain2, and so on).
If you need to change the default numeric value of a count file, contact support@wolfweb.com.au with your domain name, the counts filename (eg. yourdomain1.dat), and that value to what the number should be reset.