** NOTE ** These examples use sample.dat as their data file name. You should replace this with ftp user name.dat, where ftp user name is the user name you use to log into our FTP server.
In the examples, few number of digits are used for brevity, by default, the counter can handle 80 digit long number (10^80)-1, which is a very large number, that is if data is not edited by hand, it is impossible to overflow the counter. Note: these examples do not cover all the capabilities of the counter. Please read the Counter documentation for details.
| simple, no frame, digit style A (default) |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&ft=0"> |
| frame with default frame-color and thickness is 4 (specified) |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&ft=4"> |
| A hidden counter is here |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&sh=F"> |
| Bangla digits |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=0&df=sample.dat&dd=bang&comma=T">
|
| show the counter version |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=version"> |
| countdown,Year 2000 implied from web server time |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=countdown&ft=0&dd=cd&negate=T">
|
| countdown,Year 2000,just show the days only |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=countdown&sdhms=F"> |
| countdown from GMT to Year 2000 |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=countdown&timezone=GMT+0000">
|
| countdown to Year 2000, show the from
date(sfd) below prgb (pen RGB) can be used to change the sfd color |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?cdt=2000;1;1;0;0;0&sfd=T&prgb=0000ff&dd=cd&ft=2&frgb=000000">
|
| countdown from New York to Year 2000 |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=countdown&dd=cdr&timezone=GMT-0500&sfd=T&ft=4">
|
| countdown to a specific date ,say 8 AM, Feb 1 2010 |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?cdt=2010;2;1;8;0;0&sfd=T&dd=cdd&ft=2">
|
| countdown to past Feb 1 1998 8 AM |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?cdt=1998;2;1;8;0;0&sfd=T&dd=cd&ft=2&negate=T">
|
| difference between Jul 16,2003 10 PM and Mar 31 2004 10AM |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?cdf=2003;7;16;22;0;0&cdt=2004;3;31;10;0;0">
|
| No datafile specified with df ,therefore, random digits will be displayed |
<img src="http://hosted.accesstoledo.com/counter/Count.exe?ft=0">
|
| digit style B |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&dd=B"> |
| digit style C,display comma if more than 3 digits |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&dd=C&comma=T">
|
| digit style D |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=3&df=sample.dat&dd=D"> |
| digit style E, make white transparent |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?trgb=ffffff&df=sample.dat&dd=E">
|
| red frame with default thickness |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&frgb=ff0000"> |
| literal string with comma |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?lit=94032048040320&comma=T&dd=D&ft=2">
|
| frame color can be Red,Green and Blue triplets |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=4&lit=0123456&frgb=0;0;255">
|
| frame color can be hex as well,using blue here |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=4&lit=0123456&frgb=0000ff">
|
| frame color can be a name as well |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=4&lit=0123456&frgb=Gray">
|
| change green digit-color to default pen color |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?lit=1234567&chcolor=T"> |
| change green digit-color to yellow |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?lit=1234567&srgb=00ff00&prgb=ffff00">
|
| show time (12 hr format) |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=clock"> |
| show time (12 hr format) don't pad hr with zero |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=clock&pad=F"> |
| show time (24 hr format) |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=clock&tformat=24"> |
| show GMT Time |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=clock&timezone=GMT+0000">
|
| show time of Dhaka (GMT+0600),Bangladesh |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=clock&timezone=GMT+0600">
|
| show date (MM-DD-YY) |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=date&dd=cdr"> |
| show date (DD-MM-YY) |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=date&dformat=ddmmyy"> |
| show date (DD-MM-YYYY) use YYYY to show full year |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=date&fy=T&dd=cd&dformat=ddmmyyyy">
|
| show date (DD-MM-YY) use fy to show full year |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?display=date&fy=T&dd=cd&dformat=ddmmyy">
|
| make the green color transparent,no frame |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&trgb=00ff00"> |
| make the black color transparent |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?df=sample.dat&trgb=000000"> |
| make the black color transparent,change green color to a shade of gray |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?srgb=00ff00&prgb=101010&df=sample.dat&trgb=000000">
|
| composite counter at the bottom center of the image, make white transparent |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?image=foo.gif&dd=E&comma=T&df=sample.dat&align=bottomcenter&tr=T&trgb=ffffff">
|
![]() |
| composite counter at the top center of the image, offset is 5 pixels from top |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?image=yeehaw.gif&dd=A&df=sample.dat&comma=T&align=topcenter&offset=5&ft=4">
|
![]() |
| composite counter at the bottom center of the image,make black transparent |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?image=peng.gif&dd=A&df=sample.dat&comma=T&align=bottomcenter&offset=40&trgb=000000&ft=0">
|
![]() |
| rotate 270 degrees. Note, degrees are implied here |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=0&df=sample.dat&rotate=T&dd=D">
|
| rotate 180 degrees |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=0&df=sample.dat&dd=D°rees=180">
|
| rotate 90 degrees (with thick frame) |
<img
src="http://hosted.accesstoledo.com/counter/Count.exe?ft=0&df=sample.dat°rees=90&dd=D&prgb=ffff00&ft=5">
|