| |
Simple,
No frameDigit style A (default) |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?df=sample.dat&ft=0"> |
|
| |
Frame
with default frame-color and thickness |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?df=sample.dat"> |
|
| |
Digit
Style B |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?df=sample.dat&dd=B"> |
|
| |
Digit
Style C withDisplay comma |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?df=sample.dat&dd=C&comma=T"> |
|
| |
Digit
Style D |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?ft=3&df=sample.dat&dd=D"> |
|
| |
Digit
Style E Frame-thickness=0 White transparent
|
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?trgb=ffffff&ft=0&df=sample.dat&dd=E"> |
|
| |
Red
frame with default thickness |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?df=sample.dat&frgb=ff0000"> |
|
| |
Hidden
counter |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?df=sample.dat&sh=F"> |
|
| |
Literal
string with comma |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=94032048040320&comma=T&dd=D&ft=2"> |
|
| |
Literal
string make bBlack transparent |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=0123456789,:-ap&tr=T&dd=D&ft=2"> |
|
| |
Frame
color can be Red,Green and Blue triplets |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=0123456&frgb=0;0;255"> |
|
| |
Frame
color can be hex as well,using blue here |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=0123456&frgb=0000ff"> |
|
| |
Change
green digit-color to default pen color |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=1234567&chcolor=T"> |
|
| |
Change
green digit-color to red |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ff0000"> |
|
| |
Change
green digit-color to yellow |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ffff00"> |
|
| |
Change
green digit-color to FF7700 |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ff7700"> |
|
| |
Gray
frame color |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=1234567&frgb=c0c0cc0"> |
|
| |
NavyBlue
frame color |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?lit=1234567&frgb=000080"> |
|
| |
Show
time (12 hr format) |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?display=clock"> |
|
| |
Show
time (12 hr format) |
Example
Code: |
<img src="http://counter.expiry.com/cgi-bin/Count.cgi?display=clock&tformat=24"> |
|
| |
Show
time of Dhaka (GMT+0600) |
Example
Code: |
<img src="http://counter.expiry.com/cgi-bin/Count.cgi?display=clock&timezone=GMT+0600"> |
|
| |
Show
date (DD-MM-YY) |
Example
Code: |
<img src="http://counter.expiry.com/cgi-bin/Count.cgi?display=date"> |
|
| |
Show
date (DD-MM-YY) |
Example
Code: |
<img src="http://counter.expiry.com/cgi-bin/Count.cgi?display=date&dformat=ddmmyy"> |
|
| |
Make
the green color transparent,no frame |
Example
Code: |
<img src="http://counter.expiry.com/cgi-bin/Count.cgi?ft=0&df=sample.dat&trgb=00ff00"> |
|
| |
Make
the black color transparent,frame-thickness=2
|
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?ft=2&df=sample.dat&trgb=000000"> |
|
| |
Make
the black color transparent, change green color
to a shade of gray,frame-thickness=2 |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?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 |
Example
Code: |
<img
src="http://counter.expiry.com/cgi-bin/Count.cgi?srgb=00ff00&prgb=101010&ft=0&df=sample.dat&trgb=000000"> |
|