Graphical Counter
iiNet's graphical counter is an odometer style graphic which increments each time
a person accesses your webpage. This will let you keep a rough guide on the number
of people accessing your site. To use it, add the following code your home page
document. You will need to edit the html code of the home page document either
in your html editor or a text editor.
This page has been accessed <img src="http://www.iinet.net.au/bin/nph-count?link=/USERNAME/FILENAME">
times.
Just replace the word USERNAME with the username you use with iiNet and the
word FILENAME with the name of the File you are including the counter on. This
counter will increment each time someone reloads the page with the above code
on it.
Please note: This HTML code should all be on one line.
When you're finished, it should look something like this:
This page has been accessed
times.
You can also change the font of the counter, by adding in a font command
(&font=FONTNAME) after you specify the link (link=/USERNAME/FILENAME):
<img src="http://www.iinet.net.au/cgi-bin/nph-count?link=/username/index.html&font=FONTNAME">
The fonts that you can choose from are: garamnd, metabld, nextgen, sbgs, aliasw,
jump, modocr, ocr.
eg. To use the next gen font, you would type:
<img src="http://www.iinet.net.au/bin/nph-count?link=/USERNAME/FILENAME&font=nextgen">
Which creates:
Click here to return to the Homepages index
|