|
Counters
Discovery Webs Servers are
configured with counter capabilities. Simply add the following
line to your html document.
<img src="/cgi-bin/Count.cgi?ft=5|dd=C|tr=T|frgb=159;137;30;&df=yourusername.dat">
If your want more than one counter
per server - name your .dat file username1, username2, etc...
| tr=T makes numbers
transparent. Removing the tr=T will make the numbers
opaque. |
| ft=size of frame
around counter ft=0 is no frame. Larger numbers will put
a frame around the counter. |
| dd=A,B,C,D,E,T,
purple. You can try different ones. You can add other
digits to your server. DigitMania
has a extremely large collection of digits specifically
for counters. |
| frgb=color of frame
frgb=255;255;255 is a white frame, 0;0;0 is a black
frame. |
|
Examples
<img src="/cgi-bin/Count.cgi?ft=1|dd=A|frgb=255;255;255;&df=yourusername.dat">
<img src="/cgi-bin/Count.cgi?ft=3|dd=B|frgb=255;0;0;&df=yourusername.dat">
<img src="/cgi-bin/Count.cgi?ft=3|dd=C|frgb=0;74;17;&df=yourusername.dat">
<img src="/cgi-bin/Count.cgi?ft=4|dd=D|frgb=0;255;0;&df=yourusername.dat">
<img src="/cgi-bin/Count.cgi?ft=5|dd=E|frgb=0;0;255;&df=yourusername.dat">

|