|
GRAPHIC COUNTER
-
To add this to ALL your webpages you will need to rename your webpage with a ".shtml" extension. Eg. if you have "index.html" it will need to be renamed to "index.shtml". etc... etc... *If your page is not changed to .shtml it will not work*
-
Add the following line without any extra spaces or taking out any of the coding below:
<!--#exec cgi="/cgi-bin/counter.pl"-->
TEXT COUNTER
-
To track how many people go to your site you'll need to place the following line into your page:
<!--#exec cgi="/cgi-bin/counters/txtcount.cgi"-->
-
*Your page MUST have a .shtml extension for this to work. Eg. If your HTML page was called: index.html, you will need to rename it to: index.shtml or myfile.htm would need to be renamed to myfile.shtml etc...
-
You will then need to upload your new file via our web form and your counter should now begin working automatically... The only thing to be displayed will be the numbers, so you may wish to add something like "This many people have been to my site" before your counter...
Please direct your questions/comments to: [email protected]
|