# # Example file for counters and logging # For more information, see: # http://www.tv-science.co.uk/services/support/ # # # Cut and paste these examples into your own pages. # Remember to paste as 'plain text' into the 'HTML View' of your editing software. # ***** Hit Counter Examples: o This is the simplest application: HTML:

Visitors this year: .

o This is the perennial counter. It will never reset: HTML:

Visitors so far: .

o An annual counter with last year's count also displayed: HTML:

Visitors in : , last year: .

o A monthly counter with recent counts displayed: HTML:

Visitors in : , in the previous month: , and since inception: .

o Code for a hidden counter: Page(s) including this code will be counted. HTML: Read values using: HTML: ***** Logger Examples: o Example 1: Log this page, using settings from /cgi-bin/cgi.conf HTML: o Example 2: Log this page, using settings from /cgi-bin/cgi.conf. For this page only, don't log the page name or the host HTML: ***** End of File