Adding a Counter to your Web pages -

For sites which are not taking advantage of our Live Statistics package, it might be necessary to add a counter to your web pages in order to keep track of hits and visitors to your pages. We have a pre-configured counter available on our server for those sites which are not hosted on our FrontPage servers. Microsoft FrontPage has a counter built into the client software so this cgi program is only accessible to those on our standard FTP sites.

To add a simple counter to your page, add the following code:

<img src="http://web2.advintsol.com/cgi-bin/Count.exe?df=example.dat">

Where "example.dat" is the name of the data file that will keep track of your hits. It must be a unique name otherwise your hits will reflect those also of anyone else using the same datafile name. eg. Fred's Website changed the datafile name to: fred.dat

This counter can be configured to show the date, time and also varies in colors and digit styles. Information for configuring the counter with additional options and styles can be found at: http://muquit.com/muquit/software/Count/Count2.6/Count2.6/examples.html

NOTE: You must email a request to: support@advintsol.com and request to be added to the block of addresses allowed to use the counter before it will function on your web pages.

Back