Installing an access counter is very simple. All you need to do is add
the HTML tag in the appropriate spot of your HTML document.
Below you can see some examples with the corresponding HTML tag. You can copy these into the clipboard
and paste them into your HTML document.
Standard counter
 |
This is the standard counter. If you want to use it, copy and paste the following HTML tag. |
| <img src="http://count.slynet.ch/count.exe?df=sample.dat"> |
Important notice: Replace sample.dat with your domain name or
user name (e.g. www.max-muster.ch). If you want to use multiple counters just append a number at the end
of the file name, for example
www.max-muster.ch1, www.max-muster.ch2, etc.
Changing colors and frames
.gif) |
Define a yellow frame. The color are defined in RGB code,e.g.,
frgb=0,0,0 creates a black frame. |
<img src="http://count.slynet.ch/count.exe?frgb=255;215;0&df=sample.dat">
|
.gif) |
Now define a frame width, choose ft=2 for a thin frame, ft=10 for a thick frame. |
<img src="http://count.slynet.ch/count.exe?ft=0&df=sample.dat">
|
Counters with digit grouping
.gif) |
This is the standard counter with a thousands separator. |
| <img src="http://count.slynet.ch/count.exe?df=sample.dat&comma=T"> |
Styles
.gif) |
Style A (Standard) |
<img src="http://count.slynet.ch/count.exe?dd=A&df=sample.dat">
|
.gif) |
Style B |
<img src="http://count.slynet.ch/count.exe?dd=B&df=sample.dat">
|
.gif) |
Style C |
<img src="http://count.slynet.ch/count.exe?dd=C&df=sample.dat">
|
.gif) |
Style D |
<img src="http://count.slynet.ch/count.exe?dd=D&df=sample.dat">
|
.gif) |
Style E |
<img src="http://count.slynet.ch/count.exe?dd=E&df=sample.dat">
|
.gif) |
Style CD |
<img src="http://count.slynet.ch/count.exe?dd=cd&df=sample.dat">
|
.gif) |
Style CDD |
<img src="http://count.slynet.ch/count.exe?dd=cdd&df=sample.dat">
|
.gif) |
Style CDR |
<img src="http://count.slynet.ch/count.exe?dd=cdr&df=sample.dat">
|
Colors
.gif) |
Standard counter with red instead of green digits. |
<img src="http://count.slynet.ch/count.exe?srgb=00ff00&prgb=ff0000&df=sample.dat">
|
.gif) |
Counter as "color negative". |
| <img src="http://count.slynet.ch/count.exe?negate=T&df=sample.dat"> |
.gif) |
Counter with transparent background. |
| <img src="http://count.slynet.ch/count.exe?tr=T&df=sample.dat"> |
Number of digits
.gif) |
Style C counter with eight digits. |
<img src="http://count.slynet.ch/count.exe?dd=C&md=8&df=sample.dat">
|
.gif) |
Style E counter adjusted to the digits. |
| <img src="http://count.slynet.ch/count.exe?dd=E&pad=0&df=sample.dat"> |
Date & Time
.gif) |
Display time in (12-hour format). |
<img src="http://count.slynet.ch/count.exe?display=clock">
|
.gif) |
Display time in (24-hour format). |
<img src="http://count.slynet.ch/count.exe?display=clock&tformat=24">
|
.gif) |
Display the current date (Style D). |
| <img src="http://count.slynet.ch/count.exe?display=date&dd=D"> |
|