Description:
This counter shows the number of hits a particular page has received.
This software makes use strictly of Server Side Includes (SSI). If you
do not use SSI in your web pages, this tool may not suit your needs. We
have another, simpler counter here.
Not
yet a customer? Click here to
compare our hosting packages to get access to unlimited bandwidth hosting and
all our other incredible features!
Instructions:
Place the following in your SHTML document to call the
counter:
<!--#include virtual='/cgi-bin/counter.pl' -->
A SHTML document is simply a HTML document that has a '.shtml'
extension. This extension tells the webserver to parse 'includes' and
display the results of the 'include'. In this example, 'counter.shtml'
will be our example SHTML document:
------ counter.shtml --------
<html>
<body>
<center>
<!--#include virtual="/cgi-bin/counter.pl" -->
</center>
</body>
</html>
------ /counter.shtml ---------
A free hit counter
is included in all our
hosting
packages.