Counter Setup
Instructions
Counter Code for your index.htm or index.html
<img src="http://www.elite.net/cgi-bin/counter?width=5&
link=/~ACCOUNT-NAME/index.htm">
<img
src="http://www.elite.net/cgi-bin/counter?link=/~ACCOUNT-NAME/index.html">
Note the width=5 is optional and the & is used between options when
there are more that one.
Example code for counter
If you username/logon name is bob and the name of the page is
music.htm and you wantes a 4 digit counter then your counter code
would be as follows
<img align=top
src="http://www.elite.net/cgi-bin/counter?width=4&
link=/~bob/music.htm">
ACCOUNT-NAME should be replaced by your account name. If your email
address is bob@elite.net then your account name is bob
PAGE-NAME should be replaced by the name of your page.
Upper and lower case in important that it match what is used for the file
name.
Also pay attention to the ending of the file name
index.htm and index.html are the two names you can choose to name you
first page of the web sight. No other names may be used. You should not
have index files ending in both names .htm and .html
Visable Counter
<img
src="http://www.elite.net/cgi-bin/counter?width=5&link=
/ACCOUNT-NAME/PAGE-NAME">
Hidden Counter
<IMG
SRC="http://www.elite.net/cgi-bin/counter?link=/ACCOUNT-NAME/PAGE-NAME&show=NO">
Reading a Hidden Counter without changing the count
Make a page with this code on it. You can setup the page to read the
counter for several pages on one page by repeating this code for each
page that has a counter
The hidden counter ACCOUNT-NAME/PAGE-NAME must match the counter on the
page that you are monitoring.
<IMG
SRC="http://www.elite.net/cgi-bin/counter?link=/ACCOUNT-NAME/PAGE-NAME&
increase=0;">
increase can be negitive, positive or 0
Do not change the count on any page but your own. Changing someone elses
counter would be a case for account suspension or termination.