Santel Internet - Counter Information


Frame color and thickness

A frame with a bluish color is wrapped by default. You have to use ft=0 to ignore this frame feature.
<img src="/cgi-bin/Count.cgi?df=x.dat">

The default frame thickness, color and digit style is used.

<img src="/cgi-bin/Count.cgi?ft=0|df=x.dat">

Because of ft=0 no frame was wrapped.
 <img src="/cgi-bin/Count.cgi?ft=6|df=x.dat">

Wrapped frame is with default color and thickness.
 <img src="/cgi-bin/Count.cgi?ft=10|df=x.dat">

Wrapped frame is with default color and asked thickness.
 <img src="/cgi-bin/Count.cgi?frgb=FFD700|df=x.dat">

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. If you use a #, everything after the # is ignored. So, be careful.

Comma can be displayed

<img src="/cgi-bin/Count.cgi?ft=0|df=x.dat|comma=T">

Rotation

<img src="/cgi-bin/Count.cgi?ft=0|rotate=Y|df=x.dat">
<img src="/cgi-bin/Count.cgi?ft=0|degrees=180|df=x.dat">
<img src="/cgi-bin/Count.cgi?ft=0|degrees=90"df=x.dat>

The first counter is rotated the default 270 degrees towards the right. No angle is specified as the rotate keyword is used.

Digit Styles

<img src="/cgi-bin/Count.cgi?dd=A|df=x.dat">
<img src="/cgi-bin/Count.cgi?dd=B|df=x.dat">
<img src="/cgi-bin/Count.cgi?dd=C|df=x.dat">
<img src="/cgi-bin/Count.cgi?dd=D|ft=3|df=x.dat">
<img src="/cgi-bin/Count.cgi?ft=2|frgb=000000|dd=E|df=x.dat">

These are the supplied digit styles. You can use digits from other sources. E-mail webmaster@santel.net with the location of the digit styles you would like to have installed.


Change any color

Change green color to red
<img src="/cgi-bin/Count.cgi?df=x.dat|srgb=00FF00|prgb=FF0000">

Negate the colors

<img src="/cgi-bin/Count.cgi?negate=T|dd=A|df=x.dat">

Note that the digit color is negated but the frame is not.


Hide the counter

You can keep the counter hidden if you like. You can do this by sh=0. The hit will be recorded but the counter will not be displayed. A 1 x 1 transparent GIF image is written which gives the illusion. You can use the no-increment feature for monitoring those hits to a secret page (described later>

    <img src="/cgi-bin/Count.cgi?sh=0|df=x.dat">
A hidden counter is up there.


Monitor counter hits

You might have kept your counter hidden (or not). You can monitor the hits from another page just specifying the data file and the keyword incr=F
    <img src="/cgi-bin/Count.cgi?incr=F|df=page1.dat">
    <img src="/cgi-bin/Count.cgi?incr=F|df=page2.dat">
    <img src="/cgi-bin/Count.cgi?incr=F|df=page3.dat">


Number of digits

Say you want to display the counter in 5 digits only.
    <img src="/cgi-bin/Count.cgi?md=5|df=x.dat">

or you do not want to left pad with zero, you want to display exact digits.

    <img src="/cgi-bin/Count.cgi?pad=0|df=x.dat">

Literal

You can display a string literally. The valid characters in a string are 0123456789,:-ap
<img src="/cgi-bin/Count.cgi?lit=0123456789">
<img src="/cgi-bin/Count.cgi?dd=B|lit=0123456789">
<img src="/cgi-bin/Count.cgi?dd=C|lit=0123456789">
<img src="/cgi-bin/Count.cgi?dd=D|lit=0123456789">
<img src="/cgi-bin/Count.cgi?lit=a1,456-:p">


Counter as clock

Display time in 12 hour format.
<img src="/cgi-bin/Count.cgi?display=clock">

Display time in 24 hour format.

<img src="/cgi-bin/Count.cgi?display=clock|tformat=24">

Display date

<img src="/cgi-bin/Count.cgi?display=date">

Use timezone parameter to display time or date of any place in the world.