Support Manual

Web
Counter Manager -This counter shows the number
of hits a particular page has received.
Click on the Web
Counter Manager icon in your control panel.

Click the 'Install
Counter Software" button. After 10 minutes the software will be installed.
Place the following SSI code 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'.
If you want to use the counter script on your home page, you
will need to rename it index.shtml and place the SSI code above in the html of
the page where you want the counter to appear.
------ example --------
<html>
<body>
<center>
<!--#include virtual="/cgi-bin/counter.pl" -->
</center>
</body>
</html>
------ end example ---------
To REV UP (upgrade)
your hosting plan and get this counter as one of your tools, please send
an email and we'll upgrade and prorate your plan.