How can I use the counter script on my website?
Below are some examples, but for a more comlete listing see the author's faqs.
Image |
HTML Code |
|
<src="/cgi-bin/count.cgi?df=yourdomain.com">
|
|
<src="/cgi-bin/count.cgi?df=yourdomain.com&display=date">
|
|
<src="/cgi-bin/count.cgi?df=yourdomain.com&display=clock">
|
|
How do I change the appearance of my counter?
1.CHANGE THE DIGIT STYLE
We have five (5) different styles of digits installed on our server. You can change the
style of your counter by simply adding dd=(A,B,C,D,or E) to the img tag.
For example:
 |
<src="/cgi-bin/count.cgi?df=yourdomain.com&dd=C"> |
Below are the five styles of digits included on our server:
Style A |
|
designed by the author
(digits/A/strip.gif) |
Style B |
|
Borrowed from HTML-access
counter. (digits/B/strip.gif) |
Style C |
|
designed by benjamin@pop3.oro.net
(digits/C/strip.gif) |
Style D |
|
designed by the author
(digits/D/strip.gif) |
Style E |
|
designed by the author
(digits/E/strip.gif) |
2.CHANGE THE BORDER OF THE COUNTER
You can change the width of the border on your counter by adding ft=X (where X is the
number of pixels).
For example:
 |
<src="/cgi-bin/count.cgi?df=yourdomain.com&dd=C&ft=0"> |
What if I want to use more than one counter?
No problem, all you need to do is simply change the data file (df) to
yourdomain.com-whatever. Make sure you include your domain name in the name of the data
file. If you do not, it might get erased. :(
|