|
To create your own web counter Then copy the string above the counter you want, to your web page and replace the word "yourcountername" with the counter name that you have just created. |
| simple, no frame, digit style A (default) |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&ft=0">
|
|
|
| frame with default frame-color and thickness is 4 (specified) |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&ft=4
">
|
|
|
| show the counter version |
<img src="/cgi-bin/counter/count.cgi?display=version">
code>
|
|
|
| digit style B |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&dd=B">
|
|
|
| digit style c,display comma if more than 3 digits |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&dd=Cc&comma=T">
|
|
|
| digit style D |
<img src="/cgi-bin/counter/count.cgi?ft=3&df=yourcountername&dd=D">
|
|
|
| digit style E, make white transparent |
<img src="/cgi-bin/counter/count.cgi?trgb=ffffff&df=yourcountername&dd=E">
|
|
|
| red frame with default thickness |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&frg=ff0000">
|
|
|
| literal string with comma |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&comma=T&dd=D&ft=2">
|
|
|
| frame color can be Red,Green and Blue triplets |
<img src="/cgi-bin/counter/count.cgi?ft=4&df=yourcountername&frgb=0;0;255">
|
|
|
| frame color can be hex as well,using blue here |
<img src="/cgi-bin/counter/count.cgi?ft=4&df=yourcountername&frgb=0000ff">
|
|
|
| frame color can be a name as well |
<img src="/cgi-bin/counter/count.cgi?ft=4&df=yourcountername&frgb=Gray">
|
|
|
| change green digit-color to default pen color |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&chcolor=T">
|
|
|
| change green digit-color to yellow |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&srgb=00ff00&prgb=ffff00">
|
|
|
| show time (12 hr format) |
<img src="/cgi-bin/counter/count.cgi?display=clock">
|
|
|
| show time (12 hr format) don't pad hr with zero |
<img src="/cgi-bin/counter/count.cgi?display=clock&pad=F">
|
|
|
| show time (24 hr format) |
<img src="/cgi-bin/counter/count.cgi?display=clock&tformat=24">
|
|
|
| show GMT Time |
<img src="/cgi-bin/counter/count.cgi?display=clock&timezone=GMT+0000">
|
|
|
| show time of Dhaka (GMT+0600),Bangladesh |
<img src="/cgi-bin/counter/count.cgi?display=clock&timezone=GMT+0600">
|
|
|
| show date (MM-DD-YY) |
<img src="/cgi-bin/counter/count.cgi?display=date&dd=cdr">
|
|
|
| show date (DD-MM-YY) |
<img src="/cgi-bin/counter/count.cgi?display=date&dformat=ddmmyy">
|
|
|
| show date (DD-MM-YYYY) use YYYY to show full year |
<img src="/cgi-bin/counter/count.cgi?display=date&fy=T&dd=cd&dformat=ddmmyyyy">
|
|
|
| show date (DD-MM-YY) use fy to show full year |
<img src="/cgi-bin/counter/count.cgi?display=date&fy=T&dd=cd&dformat=ddmmyy">
|
|
|
| make the green color transparent,no frame |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&trgb=00ff00">
|
|
|
| make the black color transparent |
<img src="/cgi-bin/counter/count.cgi?df=yourcountername&trgb=000000">
|
|
|
| make the black color transparent,change green color to a shade of gray |
<img src="/cgi-bin/counter/count.cgi?srgb=00ff00&prgb=101010&df=yourcountername&trgb=000000">
|
|
|
| composite counter at the bottom center of the image, make white transparent |
<img src="/cgi-bin/counter/count.cgi?image=Foo.gif&dd=&comma=T&df=yourcountername&align=bottomcenter&tr=T&trgb=ffffff">
|
|
| composite counter at the top center of the image, offset is 5 pixels from top |
<img src="/cgi-bin/counter/count.cgi?image=yeehaw.gif&d=A&df=yourcountername&comma=T&align=topcenter&offset=5&ft=4">
|
|
| composite counter at the bottom center of the image,make black transparent |
<img src="/cgi-bin/counter/count.cgi?image=peng.gif&dd=A&df=yourcountername&comma=T&align=bottomcenter&offset=40&trgb=000000&ft=0">
|
|
| rotate 270 degrees. Note, degrees are implied here |
<img src="/cgi-bin/counter/count.cgi?ft=0&df=yourcountername&rotate=T&dd=D">
|
|
|
| rotate 180 degrees |
<img src="/cgi-bin/counter/count.cgi?ft=0&df=yourcountername&dd=D°rees=180">
|
|
|
| rotate 90 degrees |
<img src="/cgi-bin/counter/count.cgi?ft=0&df=yourcountername°rees=90&dd=D&prgb=ffff00">
|
|
|