
Using Common Gateway Interface (CGI) will allow you to add additional
features to your site, such as a counter of
visitors. In addition, the steps how to allow your visitors
to email you a form are provided. If you need
password protection click
here for further help.
Residential Webpage Counter
The following scripts will work on pages with Sentex in the web
address (for example, http://www.sentex.net/~jqpublic). If you
have your own domain name you will need a different counter, which
can be found at the links listed below, otherwise this counter
will display stats about Sentex page hits on your pages.
To put a counter on your web page, 2 commands that you can use
are:
<!--#exec cgi="/cgi-bin/counter-ord"-->
or
<!--#exec cgi="/cgi-bin/counter"-->
If you put the following line on your page:
You are the <!--#exec
cgi="/cgi-bin/counter-ord"--> person to visit ...
It will produce output like this:
You are the 6378th person to visit our page
OR if you use this line:
You are visitor number
<!--#exec cgi="/cgi-bin/counter"-->
The output will look like this:
You are visitor number 6379