Example page for ACS Online Counters

Note: You must have a data file created by a member of the ACS Online staff before you can use a counter. Data files are usually the same as your login name. As part of a security enhancement, these counters will not advance until accessed by different computers (ip addresses). Using a browser reload button will NOT advance the counter. These examples do not cover all the capabilities of the counter. Please read the Counter documentation for details. You will need to replace "sample" with the data file name created by the ACS Staff. To request a new datafile, call our office at 970-245-7088, or send email to webmaster@acsol.net.

simple, no frame,digit style A (default)
<img src="/cgi-bin/Count.cgi?df=sample&ft=0">
df=sample&ft=0

frame with default frame-color and thickness
<img src="/cgi-bin/Count.cgi?df=sample">
df=sample

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

digit style B
<img src="/cgi-bin/Count.cgi?df=sample&dd=B">
df=sample&dd=B

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

digit style D
<img src="/cgi-bin/Count.cgi?ft=3&df=sample&dd=D">
ft=3&df=sample&dd=D

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

red frame with default thickness
<img src="/cgi-bin/Count.cgi?df=sample&frgb=ff0000">
df=sample&frgb=ff0000

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

literal string with comma
<img src="/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="/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="/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="/cgi-bin/Count.cgi?lit=0123456&frgb=0000ff">
lit=0123456&frgb=0000ff

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

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

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

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

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

NavyBlue frame color
<img src="/cgi-bin/Count.cgi?lit=1234567&frgb=000080">
lit=1234567&frgb=000080

show time (12 hr format)
<img src="/cgi-bin/Count.cgi?display=clock">
display=clock

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

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

show date (MM-DD-YY)
<img src="/cgi-bin/Count.cgi?display=date">
display=date

show date (DD-MM-YY)
<img src="/cgi-bin/Count.cgi?display=date&dformat=ddmmyy">
display=date&dformat=ddmmyy

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

make the black color transparent,frame-thickness=2
<img src="/cgi-bin/Count.cgi?ft=2&df=sample&trgb=000000">
ft=2&df=sample&trgb=000000

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

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

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

rotate 180 degrees
<img src="/cgi-bin/Count.cgi?ft=0&df=sample&degrees=180">
ft=0&df=sample&degrees=180

rotate 90 degrees
<img src="/cgi-bin/Count.cgi?ft=0&df=sample&degrees=90">
ft=0&df=sample&degrees=90