1) Rename your .html file to a .shtml file. For example, if the counter
will be on your index.html page, then you need to rename it index.shtml by
typeing the following at the telnet prompt (or change it on your machine
and ftp it over and then delete the old index.html):
mv index.html index.shtml
Make sure you don't have both an index.html and an index.shtml file--if
you do, the http server will always read index.html first and you won't
see the counter.
2) In your shtml file, in the place where you would like to have the
counter, use this tag:
That's it, enjoy!