"Dedicated to the Total production of you world wide web site".



Site Development

Counter Example Page

The keywords in the query strings can be separated by " & " or " & ".

Frame color and Thickness

A frame with a bluish color is wrapped by default.
(You have to use ft=1 to remove the framed digits feature.)

Default Counter

<img src="/pub-cgi-bin/Count.pub-cgi?df=yourdomain.com-index.html">


No Frame Counter

<img src="/pub-cgi-bin/Count.pub-cgi?df=yourdomain.com-index.html&ft=1">



Framed Counter thickness # 6 {default}

<img src="/pub-cgi-bin/Count.pub-cgi?df=yourdomain.com-index.html&ft=6">


Framed Counter thickness # 10

<img src="/pub-cgi-bin/Count.pub-cgi?df=yourdomain.com-index.html&ft=10&df=yourdomain.com-index">


Wrapped frame is with default color and specified thickness of 10.

Framed Counter in specified color frame

<img src="/pub-cgi-bin/Count.pub-cgi?frgb=ffd700&df=yourdomain.com-index">


The wrapped frame is the specified color yellow.
The color is used as hex string. The color codes can be viewed HERE
Note, DO NOT add # before the string as you use with other html code!
In query strings, if you use a #, everything after # is ignored. So, be careful!

or you use can use the RGB triplets: <img src="/pub-cgi-bin/Count.pub-cgi?frgb=255;215;0&df=yourdomain.com-index">



Comma can be displayed

<img src="/pub-cgi-bin/Count.pub-cgi?ft=0&df=yourdomain.com-index&comma=T">


Rotation

<img src="/pub-cgi-bin/Count.pub-cgi?ft=0&rotate=Y&df=yourdomain.com-index">
<img src="/pub-cgi-bin/Count.pub-cgi?ft=0°rees=180&df=yourdomain.com-index">
<img src="/pub-cgi-bin/Count.pub-cgi?ft=0°rees=90"df=yourdomain.com-index>

The first counter is rotated default 270 degrees toward right, no anlge is specified as rotate keyword is used.

Digit Styles

<img src="/pub-cgi-bin/Count.pub-cgi?dd=A&df=yourdomain.com-index">
<img src="/pub-cgi-bin/Count.pub-cgi?dd=B&df=yourdomain.com-index">
<img src="/pub-cgi-bin/Count.pub-cgi?dd=B&frgb=69;139;116&df=yourdomain.com-index">
<img src="/pub-cgi-bin/Count.pub-cgi?dd=C&df=yourdomain.com-index">
<img src="/pub-cgi-bin/Count.pub-cgi?dd=D&ft=3&df=yourdomain.com-index">
<img src="/pub-cgi-bin/Count.pub-cgi?ft=2&frgb=000000&dd=E&df=yourdomain.com-index">

These are the supplied digit styles. You can use digits from other sources. Just create a directory inside digits directory, rename the digits ro zero.gif, one.gif....nine.gif and use the directory name with dd.


Change any color

Change green color to red <img src="/pub-cgi-bin/Count.pub-cgi?df=yourdomain.com-index&srgb=00ff00&prgb=ff0000">


Negate the colors

<img src="/pub-cgi-bin/Count.pub-cgi?negate=T&dd=A&df=yourdomain.com-index">


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


Transparency

A specific color of the digits can be made transparent on the fly. Note the counter program do not care if your gif images are transparent or not, you have to tell explicitly which color to make transparent. Here we will make the white color of the digit style E transparent. We will not use any frame either, just to make it look simple. <img src="/pub-cgi-bin/Count.pub-cgi?dd=E&ft=0&tr=T&trgb=ffffff">

You can use the RGB triplets for the color: <img src="/pub-cgi-bin/Count.pub-cgi?dd=E&ft=0&tr=T&trgb=255;255;255">

Make the black color of the digit style A transparent: <img src="/pub-cgi-bin/Count.pub-cgi?dd=A&tr=T&trgb=000000&df=yourdomain.com-index">
or <img src="/pub-cgi-bin/Count.pub-cgi?dd=A&tr=T&trgb=0;0;0&df=yourdomain.com-index">
or <img src="/pub-cgi-bin/Count.pub-cgi?dd=A&tr=T&trgb=black&df=yourdomain.com-index">

Make the green color of the digit style A transparent: <img src="/pub-cgi-bin/Count.pub-cgi?dd=A&tr=T&trgb=00ff00&df=yourdomain.com-index">
or <img src="/pub-cgi-bin/Count.pub-cgi?dd=A&tr=T&trgb=0;255;0&df=yourdomain.com-index">
or <img src="/pub-cgi-bin/Count.pub-cgi?dd=A&tr=T&trgb=green&df=yourdomain.com-index">



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 1x1 transparent GIF image is written which gives the illusion. <img src="/pub-cgi-bin/Count.pub-cgi?sh=0&df=yourdomain.com-index">
Y Hide ur counter anyway??



Number of digits

Say you want to display the counter in 5 digits only. <img src="/pub-cgi-bin/Count.pub-cgi?md=5&df=yourdomain.com-index">

or you do not want to left pad with zero's, you want to display exact digits. <img src="/pub-cgi-bin/Count.pub-cgi?pad=0&df=yourdomain.com-index">

Literal

You can display a string literally. The valid characters in a string are 0123456789,:-ap <img src="/pub-cgi-bin/Count.pub-cgi?lit=0123456789">
<img src="/pub-cgi-bin/Count.pub-cgi?dd=B&lit=0123456789">
<img src="/pub-cgi-bin/Count.pub-cgi?dd=C&lit=0123456789">
<img src="/pub-cgi-bin/Count.pub-cgi?dd=D&lit=0123456789">
<img src="/pub-cgi-bin/Count.pub-cgi?ft=0&tr=1&trgb=ffffff&dd=E&lit=0123456789">
<img src="/pub-cgi-bin/Count.pub-cgi?lit=a1,456-:p">



Counter as clock



Display time in 12 hr format

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

Dispaly time in 24 hour format.

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

Display date

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

Use timezone parameter to display time or date of any place in the world.
<img src="/pub-cgi-bin/Count.pub-cgi?display=clock&timezone=gmt-0500">
GMT - 5 hours

Thanks to:Muhammad A Muquit




Hosting Development Contact Us Support

Copyright © 1997 InterNeTT Services, All rights reserved.