Tuesday,
January 6

Web Hosting
Economy
Value
Premium
Add Ons

E-Commerce
Shopping Carts
Merchant Account

Domains
Registrations
Whois

FAQs
Pre-Sale FAQs

Support / Help
FAQs / Man. / Contact

Testimonials

Questions?
E-Mail us

Response guaranteed! 

Graphics Counter

This is a graphical counter that is called from the img tag. It's really simple to implement.

Usage is:
<img src="counter.cgi?CounterDataFile">

For example, if your CounterDataFile was count.txt in your counter dir, then you have to implement the following image tag into your html page to count accesses:

<img src="counter.cgi?count.txt">
Result:

The count file name should some how represent the page and directory its located in so you dont mistakenly use duplicate names. A good example would be if the directory is counters and the html page is called index.htm than name the counter file counters-index.txt. This would make the img src tag the following.

<img src="counter.cgi?counters-index.txt">
Result:

You can edit the count on any page by going to the counter directory off of your main www dir and changing the number in the txt file of the page you would like to correct.

Happy Counting! :-)

- Last modified on 3/16/2003 -

© 1998-2007 Spunkyworld Internet Services - All rights reserved | Site Map | Email Contact