Access Counter: Chang the Number of Digits

Number of digits

How to specify

E.g., md=10

  • To change the number of digits, add the specification md=.
  • The value after the md= determines the number of digits.
  • Number of digits should be between five and ten.
  • The default is six digits if not specified.
  • Specifications are separated by &.

How it is shown

md=5

md=10

Example of how to write an access counter tag (md=10)

Subscribed website service Access counter tag
Personal Homepage Service

<IMG SRC="https://cgi.asahi-net.or.jp/cgi-bin/Count.cgi?df=index.dat&md=10" ALT="">

FreeAddress

<IMG SRC="https://cgi.www.ne.jp/cgi-bin/Count.cgi?df=index.dat&md=10" ALT="">

MMJP Web Hosting

<IMG SRC="https://counter.mmjp.or.jp/cgibin/Count.cgi?df=index.dat&md=10" ALT="">

Not to fill in digits with 0

How to specify

E.g., pad=N

  • In order not to fill in digits with no counts with 0, add a specification pad=N (N should be uppercase).
  • It will fill in with 0, if not specified.
  • Specifications are separated by &.

How it is shown

pad=N

Example of how to write an access counter tag (pad=N)

Subscribed website service Access counter tag
Personal Homepage Service

<IMG SRC="https://cgi.asahi-net.or.jp/cgi-bin/Count.cgi?df=index.dat&pad=N" ALT="">

FreeAddress

<IMG SRC="https://cgi.www.ne.jp/cgi-bin/Count.cgi?df=index.dat&pad=N" ALT="">

MMJP Web Hosting

<IMG SRC="https://counter.mmjp.or.jp/cgibin/Count.cgi?df=index.dat&pad=N" ALT="">

Put comma in numbers

How to specify

E.g., comma=Y

  • To put comma in the number (every three digits) of access counter, add a specification comma=Y.
  • Commas are used to separate every three digits.
  • By using this specification, digits with no numbers will not be filled in with 0.
  • Specifications are separated by &.

How it is shown

comma=Y

Example of how to write an access counter tag (comma=Y)

Subscribed website service Access counter tag
Personal Homepage Service

<IMG SRC="https://cgi.asahi-net.or.jp/cgi-bin/Count.cgi?df=index.dat&comma=Y" ALT="">

FreeAddress

<IMG SRC="https://cgi.www.ne.jp/cgi-bin/Count.cgi?df=index.dat&comma=Y" ALT="">

MMJP Web Hosting

<IMG SRC="https://counter.mmjp.or.jp/cgibin/Count.cgi?df=index.dat&comma=Y" ALT="">

Back to top of the page