|
|
|
Setting Up a Counter for your Web Site
Example page for Count 2.4
|
simple, no frame, digit style A (default)
|
<IMGSRC="/cgi-bin/Count.cgi?df=sample&ft=0">
|
|
|
frame with default frame-color and thickness
|
<IMGSRC="/cgi-bin/Count.cgi?df=sample">
|
|
|
No datafile specified with df ,therefore, random digits will be displayed
|
<IMGSRC="/cgi-bin/Count.cgi?ft=0">
|
|
|
digit style B
|
<IMGSRC="/cgi-bin/Count.cgi?df=sample&dd=B">
|
|
|
digit style C,display comma if more than 3 digits
|
<IMGSRC="/cgi-bin/Count.cgi?df=sample&dd=C&comma=T">
|
|
|
digit style D
|
<IMGSRC="/cgi-bin/Count.cgi?ft=3&df=sample&dd=D">
|
|
|
digit style E,frame-thickness=0,white transparent
|
<IMGSRC="/cgi-bin/Count.cgi?trgb=ffffff&ft=0&df=sample&dd=E">
|
|
|
red frame with default thickness
|
<IMGSRC="/cgi-bin/Count.cgi?df=sample&frgb=ff0000">
|
|
|
Hidden counter
|
<IMGSRC="/cgi-bin/Count.cgi?df=sample&sh=F">
|
|
|
literal string with comma
|
<IMGSRC="/cgi-bin/Count.cgi?lit=94032048040320&comma=T&dd=D&ft=2">
|
|
|
literal string make black transparent
|
<IMGSRC="/cgi-bin/Count.cgi?lit=0123456789,:-ap&tr=T&dd=D&ft=2">
|
|
|
frame color can be Red,Green and Blue triplets
|
<IMGSRC="/cgi-bin/Count.cgi?lit=0123456&frgb=0;0;255">
|
|
|
frame color can be hex as well,using blue here
|
<IMGSRC="/cgi-bin/Count.cgi?lit=0123456&frgb=0000ff">
|
|
|
change green digit-color to default pen color
|
<IMGSRC="/cgi-bin/Count.cgi?lit=1234567&chcolor=T">
|
|
|
change green digit-color to red
|
<IMGSRC="/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ff0000">
|
|
|
change green digit-color to yellow
|
<IMGSRC="/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ffff00">
|
|
|
change green digit-color to FF7700
|
<IMGSRC="/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ff7700">
|
|
|
Gray frame color
|
<IMGSRC="/cgi-bin/Count.cgi?lit=1234567&frgb=c0c0cc0">
|
|
|
NavyBlue frame color
|
<IMGSRC="/cgi-bin/Count.cgi?lit=1234567&frgb=000080">
|
|
|
show time (12 hr format)
|
<IMGSRC="/cgi-bin/Count.cgi?display=clock">
|
|
|
show time (24 hr format)
|
<IMGSRC="/cgi-bin/Count.cgi?display=clock&tformat=24">
|
|
|
show time of Dhaka (GMT+0600)
|
<IMGSRC="/cgi-bin/Count.cgi?display=clock&timezone=GMT+0600">
|
|
|
show date (MM-DD-YY)
|
<IMGSRC="/cgi-bin/Count.cgi?display=date">
|
|
|
show date (DD-MM-YY)
|
<IMGSRC="/cgi-bin/Count.cgi?display=date&dformat=ddmmyy">
|
|
|
make the green color transparent,no frame
|
<IMGSRC="/cgi-bin/Count.cgi?ft=0&df=sample&trgb=00ff00">
|
|
|
make the black color transparent,frame-thickness=2
|
<IMGSRC="/cgi-bin/Count.cgi?ft=2&df=sample&trgb=000000">
|
|
|
make the black color transparent,change green color to a shade of gray,frame-thickness=2
|
<IMGSRC="/cgi-bin/Count.cgi?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
|
<IMGSRC="/cgi-bin/Count.cgi?srgb=00ff00&prgb=101010&ft=0&df=sample&trgb=000000">
|
|
|
rotate 270 degrees. Note, degrees are implied here
|
<IMGSRC="/cgi-bin/Count.cgi?ft=0&df=sample&rotate=T&dd=D">
|
|
|
rotate 180 degrees
|
<IMGSRC="/cgi-bin/Count.cgi?ft=0&df=sample&dd=D°rees=180">
|
|
|
rotate 90 degrees
|
<IMGSRC="/cgi-bin/Count.cgi?ft=0&df=sample°rees=90&dd=D&prgb=ffff00">
|
|
Back to Technical Support FAQ's
|
|