A counter data file is provided as part of your EWH acount setup. This file allows you access the counter program available on our server. You can refer to the program from web page like this: <img src="/cgi-bin/Count.cgi?df=sample.dat" align="center"> should be replaced by the counter datafile that was sent to you after your account registration had been approved. Here are some Counter format examples:
| Simple, no frame, digit style A (default) |
<img src="/cgi-bin/Count.cgi?ft=0"
alt="Count"> |
| Frame color and thickness specified,show comma |
<img
src="/cgi-bin/Count.cgi?ft=6&frgb=ff0000&comma=T"
alt="Count"> |
| A hidden counter is here |
<img src="/cgi-bin/Count.cgi?sh=F"
alt="Count"> |
| Bangla digits |
<img
src="/cgi-bin/Count.cgi?ft=0&dd=bang&comma=T"
alt="Count"> |
| countdown to Year 2000, show the from
date(sfd) below prgb (pen RGB) can be used to change the sfd color |
<img
src="/cgi-bin/Count.cgi?cdt=2000;1;1;0;0;0&sfd=T&prgb=0000ff&dd=cd&ft=2&frgb=000000"
alt="Count"> |
| countdown to a specific date ,say 8 AM, Feb 1 2010 |
<img
src="/cgi-bin/Count.cgi?cdt=2010;2;1;8;0;0&sfd=T&dd=cdd&ft=2"
alt="Count"> |
| countdown to past Feb 1 1998 8 AM |
<img
src="/cgi-bin/Count.cgi?cdt=1998;2;1;8;0;0&sfd=T&dd=cd&ft=2&negate=T"
alt="Count"> |
| digit style B |
<img src="/cgi-bin/Count.cgi?dd=B"
alt="Count"> |
| digit style C,display comma if more than 3 digits |
<img src="/cgi-bin/Count.cgi?dd=C&comma=T"
alt="Count"> |
| digit style D |
<img src="/cgi-bin/Count.cgi?ft=3&dd=D"
alt="Count"> |
| digit style E, make white transparent |
<img
src="/cgi-bin/Count.cgi?trgb=ffffff&dd=E" alt="Count">
|
| red frame with default thickness |
<img src="/cgi-bin/Count.cgi?frgb=ff0000"
alt="Count"> |
| Hidden counter |
<img src="/cgi-bin/Count.cgi?sh=F"
alt="Count"> |
| literal string with comma |
<img
src="/cgi-bin/Count.cgi?lit=94032048040320&comma=T&dd=D&ft=2"
alt="Count"> |
| frame color can be Red,Green and Blue triplets |
<img
src="/cgi-bin/Count.cgi?ft=4&lit=0123456&frgb=0;0;255"
alt="Count"> |
| frame color can be hex as well,using blue here |
<img
src="/cgi-bin/Count.cgi?ft=4&lit=0123456&frgb=0000ff"
alt="Count"> |
| frame color can be a name as well |
<img
src="/cgi-bin/Count.cgi?ft=4&lit=0123456&frgb=Gray"
alt="Count"> |
| change green digit-color to default pen color |
<img
src="/cgi-bin/Count.cgi?lit=1234567&chcolor=T" alt="Count">
|
| change green digit-color to yellow |
<img
src="/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ffff00"
alt="Count"> |
| show time (12 hr format) |
<img src="/cgi-bin/Count.cgi?display=clock"
alt="Count"> |
| show time (12 hr format) don't pad hr with zero |
<img
src="/cgi-bin/Count.cgi?display=clock&pad=F" alt="Count">
|
| show time (24 hr format) |
<img
src="/cgi-bin/Count.cgi?display=clock&tformat=24"
alt="Count"> |
| show GMT Time |
<img
src="/cgi-bin/Count.cgi?display=clock&timezone=GMT+0000"
alt="Count"> |
| show time of Dhaka (GMT+0600),Bangladesh |
<img
src="/cgi-bin/Count.cgi?display=clock&timezone=GMT+0600"
alt="Count"> |
| show date (MM-DD-YY) |
<img
src="/cgi-bin/Count.cgi?display=date&dd=cdr" alt="Count">
|
| show date (DD-MM-YY) |
<img
src="/cgi-bin/Count.cgi?display=date&dformat=ddmmyy"
alt="Count"> |
| show date (DD-MM-YYYY) use YYYY to show full year |
<img
src="/cgi-bin/Count.cgi?display=date&fy=T&dd=cd&dformat=ddmmyyyy"
alt="Count"> |
| show date (DD-MM-YY) use fy to show full year |
<img
src="/cgi-bin/Count.cgi?display=date&fy=T&dd=cd&dformat=ddmmyy"
alt="Count"> |
| make the green color transparent,no frame |
<img src="/cgi-bin/Count.cgi?trgb=00ff00"
alt="Count"> |
| make the black color transparent |
<img src="/cgi-bin/Count.cgi?trgb=000000"
alt="Count"> |
| make the black color transparent,change green color to a shade of gray |
<img
src="/cgi-bin/Count.cgi?srgb=00ff00&prgb=101010&trgb=000000"
alt="Count"> |
| rotate 270 degrees. Note, degrees are implied here |
<img
src="/cgi-bin/Count.cgi?ft=0&rotate=T&dd=D" alt="Count">
|
| rotate 180 degrees |
<img
src="/cgi-bin/Count.cgi?ft=0&dd=D°rees=180"
alt="Count"> |
| rotate 90 degrees |
<img
src="/cgi-bin/Count.cgi?ft=0°rees=90&dd=D&prgb=ffff00"
alt="Count"> |