|

Counter Help
Graphical Counter
| The counter images you are seeing are
previously generated with the described URL tags. They
are not generating them while you load the page, because
it creates many processes on the machine. This page
is here just to show how the counter can be run with
various optional parameters. |
|
The keywords in the query strings can be separated
by & or |
Replace xxxxxx in the examples with your username. |
Frame color and Thickness
A frame with a bluish color is wrapped by default. You
have to use ft=0 no ignore this feature.
<img src="http://www.net4india.com/cgi-bin/Count.cgi">
This may not work with all browsers. You should use at least
one keyword in the query string (for example, df=data_file
). Random counter is displayed as no data file is specified.
The default frame thickness, color and digit style is used.
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?ft=1">
No df = option, therefore random digits are displayed.
Because of ft =1 no frame was wrapped.
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?ft=6">
Random digits. Wrapped frame is with default color and thickness.
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?ft=10&df=xxxxxx">
Random digits. Wrapped frame is with default color and asked
thickness.
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?frgb=ffd700&df=xxxxxx">
The wrapped frame is of the asked color and default thickness.
The color is used as hex string. Note, DO NOT add #
before the string as you use with Netscape. In query string,
if you use a #, everything after # is ignored.
So, be careful.
or you use can use the RGB triplets:
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?frgb=255;215;0&df=xxxxxx">
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?frgb=gold|df=xxxxxx">
Comma can be displayed
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?ft=0|df=xxxxxx|comma=T">
Rotation
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?ft=0|rotate=Y|df=xxxxxx">
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?ft=0°rees=180|df=xxxxxx">
<img src="http:/www.net4india.com/cgi-bin
/Count.cgi?ft=0°rees=90"df=xxxxxx>
The first counter is rotated default 270 degrees toward
right, no angle is specified as rotate keyword is
used.
Digit Styles
<img src="http://www.net4india.com/cgi-bin/Count.cgi?dd=A|df=xxxxxx">
<img src="http://www.net4india.com/cgi-bin/Count.cgi?dd=B|df=xxxxxx">
<imgsrc="http://www.net4india.com/cgi-bin
/Count.cgi?dd=B|frgb=69;139;116&df=xxxxxx">
<img src="http://www.net4india.com/cgi-bin/Count.cgi?dd=C|df=xxxxxx">
<img src="http://www.net4india.com/cgi-bin/Count.cgi?dd=D|ft=3|df=xxxxxx">
<img src="http://www.net4india.com/cgi-bin/
Count.cgi?ft=2&frgb=000000&dd=E|df=xxxxxx">
These are the supplied digit styles.
Change any color
Change green color to red
<img src="http://www.net4india.com/cgi-bin/Count.cgi?df=xxxxxx|srgb=00ff00|prgb=ff0000">
Negate the colors
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?negate=T&dd=A|df=xxxxxx">
Note that the digit color is negated but the frame is not.
Number of digits
Say you want to display the counter in 5 digits only.
<img src="http://www.net4india.com/cgi-bin/Count.cgi?md=5|df=xxxxxx">
or you do not want to left pad with zero, you want to display
exact digits.
<img src="http://www.net4india.com/cgi-bin/Count.cgi?pad=0|df=xxxxxx">
Literal
You can display a string literally.
The valid characters in a string are 0123456789,:-ap
<img src="http://www.net4india.com/cgi-bin/Count.cgi?lit=0123456789">
<img src="http://www.net4india.com/cgi-bin/Count.cgi?dd=B&lit=0123456789">
<img src="http://www.net4india.com/cgi-bin/Count.cgi?dd=C|lit=0123456789">
<img src="http://www.net4india.com/cgi-bin/Count.cgi?dd=D&lit=0123456789">
<img src="http://www.net4india.com/cgi-bin
/Count.cgi?ft=0&tr=1&trgb=ffffff|dd=E|lit=0123456789">
<img src="http://www.net4india.com/cgi-bin/Count.cgi?lit=a1,456-:p">
Counter as clock
Display time in 12 hr format.
<img src="http://www.net4india.com/cgi-bin/Count.cgi?display=clock">
Dispaly time in 24 hour format.
<img src="http://www.net4india.com/cgi-bin/Count.cgi?display=clock|tformat=24">
Display date
<img src="http://www.net4india.com/cgi-bin/Count.cgi?display=date">
|