Home Contact Us Search

[ Order a Server ] [ Server Support ]


[ Getting Started ] [ Server Help ] [ Add on Help ] [ Solution ] [ Trouble Shooting ]

PLEASE NOTE, THIS IS VERY OLD ARCHIVE INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS


Count 2.5 Hit Counter

Count 2.5 is a CGI program to keep record of the raw hits of a web page. It generates a GIF image of the number of hits and returns to the browser as an in-lined image. The program also has a run-time option not to show the digit images, this way the hits can be kept without displaying it. The hits can be be monitored without incrementing from a separate page as well. Almost all of the features are run-time options.

Installation

To install Count 2.5, connect to your Virtual Server via Telnet or SSH and type this command:

% vinstall count

 You must also change the default configuration of Count 2.5. This is done by editing the ~/usr/local/etc/Counter/conf/count.cfg file. Add your Virtual Server IP address and domain name to the list of authorized IP addresses and domain names at the bottom of the file (also, feel free to remove the other bogus IP addresses and domain names). The pertinent part of the count.cfg file is shown below.

;
; All possible names and IP addresses by which your host can be referred.
; These hosts can access the counter remotely or locally. Host running
; the http server must exist here. Wild card can be used. one item per line.
;
[authorized]
  abcd.foo.com
  abcd
  131.249.1.100
  www.foo.com
  www
  YOUR.IP.ADD.RESS
  YOUR-DOMAIN.NAME

The Count 2.5 CGI has already been compiled for your use. All that you need to do is create a test page with the appropriate HTML source and try it out. Examples of HTML source that can be used are given below:

<img src="/cgi-bin/Count.cgi?dd=B|frgb=69;139;116&df=home.dat" 
     align=absmiddle>
<img src="/cgi-bin/Count.cgi?frgb=69;139;116&display=clock" 
     align=absmiddle>

This will create the following counters:

   

Documentation

Local documentation will be installed on your Virtual Server when you install the Count 2.5. This documenation can be accessed in the following directory:

~/usr/local/etc/httpd/htdocs/wwwcount2.5
http://YOUR-DOMAIN.NAME/wwwcount2.5/

This documentation is also available at the Count 2.5 web site:


PLEASE NOTE, THIS IS OLD ARCHIVE INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS