Counter Customization Examples

Simple, no frame,digit style A (default)
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?df=sample.dat&ft=0">
df=sample.dat&ft=0

Frame with default frame-color and thickness
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?df=sample.dat">
df=sample.dat

No datafile specified with df ,therefore, random digits will be displayed
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?ft=0">
ft=0

Digit style B
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?df=sample.dat&dd=B">
df=sample.dat&dd=B

Digit style C,display comma if more than 3 digits
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?df=sample.dat&dd=C&comma=T">
df=sample.dat&dd=C&comma=T

Digit style D
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?ft=3&df=sample.dat&dd=D">
ft=3&df=sample.dat&dd=D

Digit style E,frame-thickness=0,white transparent
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?trgb=ffffff&ft=0&df=sample.dat&dd=E">
trgb=ffffff&ft=0&df=sample.dat&dd=E

Red frame with default thickness
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?df=sample.dat&frgb=ff0000">
df=sample.dat&frgb=ff0000

Hidden counter
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?df=sample.dat&sh=F">
df=sample.dat&sh=F

Literal string with comma
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=94032048040320&comma=T&dd=D&ft=2">
lit=94032048040320&comma=T&dd=D&ft=2

Literal string make black transparent
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=0123456789,:-ap&tr=T&dd=D&ft=2">
lit=0123456789,:-ap&tr=T&dd=D&ft=2

Frame color can be Red,Green and Blue triplets
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=0123456&frgb=0;0;255">
lit=0123456&frgb=0;0;255

Frame color can be hex as well,using blue here
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=0123456&frgb=0000ff">
lit=0123456&frgb=0000ff

Change green digit-color to default pen color
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=1234567&chcolor=T">
lit=1234567&chcolor=T

Change green digit-color to red
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ff0000">
lit=1234567&srgb=00ff00&prgb=ff0000

Change green digit-color to yellow
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ffff00">
lit=1234567&srgb=00ff00&prgb=ffff00

Change green digit-color to FF7700
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ff7700">
lit=1234567&srgb=00ff00&prgb=ff7700

Gray frame color
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=1234567&frgb=c0c0cc0">
lit=1234567&frgb=c0c0cc0

Navy Blue frame color
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?lit=1234567&frgb=000080">
lit=1234567&frgb=000080

Show time (12 hr format)
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?display=clock">
display=clock

Show time (12 hr format)
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?display=clock&tformat=24">
display=clock&tformat=24

Show time of Dhaka (GMT+0600)
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?display=clock&timezone=GMT+0600">
display=clock&timezone=GMT+0600

Show date (MM-DD-YY)
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?display=date">
display=date

Show date (DD-MM-YY)
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?display=date&dformat=ddmmyy">
display=date&dformat=ddmmyy

Make the green color transparent,no frame
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?ft=0&df=sample.dat&trgb=00ff00">
ft=0&df=sample.dat&trgb=00ff00

Make the black color transparent,frame-thickness=2
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?ft=2&df=sample.dat&trgb=000000">
ft=2&df=sample.dat&trgb=000000

Make the black color transparent,change green color to a shade of gray,frame-thickness=2
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?srgb=00ff00&prgb=101010&ft=2&df=sample.dat&trgb=000000">
srgb=00ff00&prgb=101010&ft=2&df=sample.dat&trgb=000000

Make the black color transparent,change green color to a shade of gray,frame-thickness=0
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?srgb=00ff00&prgb=101010&ft=0&df=sample.dat&trgb=000000">
srgb=00ff00&prgb=101010&ft=0&df=sample.dat&trgb=000000

Rotate 270 degrees. Note, degrees are implied here
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?ft=0&df=sample.dat&rotate=T">
ft=0&df=sample.dat&rotate=T

Rotate 180 degrees
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?ft=0&df=sample.dat&degrees=180">
ft=0&df=sample.dat&degrees=180

Rotate 90 degrees
<img src="http://cgi.windstream.net/cgi-bin/Count.cgi?ft=0&df=sample.dat&degrees=90">
ft=0&df=sample.dat&degrees=90