|
Your server is already configured for the placement of hit counters. The script is located in your cgi-bin directory and is named "Count.cgi". A counter may be added to your page by including the following line in your html document:
<img src="/cgi-bin/Count.cgi?ft=5|dd=C|frgb=255;255;255;&df=login_name.dat">
(replace the red login_name.dat with your server login or something similar) For additional counters (on other pages) simply add login_name1, 2, 3, etc... You can modify the look of your counter by changing the following values:
- ft=x - ('x' equals the size of frame around counter)
- dd=A,B,C,D, or E - (you can try different ones, 5 different counter digits have been pre-installed for you
(A,B,C,D,E)
- frgb=xxx;xxx;xxx; - (color codes for frame)
|