webpage counters
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=/your_username/filename"> times.
Just replace your_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 accessedtimes.
You can also change the font of the counter, by adding in a font command (&font=fontanme) after you specify the link (link=/your_username/filename):
<img src="http://www.iinet.net.au/cgi-bin/nph-count?link=/username/index.html&font=fontanme">
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:


