hidden hit counter set up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would appreciate it if anyone can help me on these:
1) how to set up a hit counter and hide it so that only I, the site owner,
can see it.
2) I would like to see hits for each page of the site. Is there any way to
put multiple counters (for example, one for each page of the web site) in one
seperate place/page so that I can view hits for all the pages in one view at
the same time?
 
If you are in the mood to hand code some script for "each page counter" into a single
page, yes.
However, be advised that viewing this page will increase the hit count for each page by 1.

For each page with a hit counter add the following to a new page in code view:

<img src="_vti_bin/fpcount.exe/?Page=index.html|Image=0" alt="Hit Counter">
<img src="_vti_bin/fpcount.exe/?Page=page2.htm|Image=0" alt="Hit Counter">
<img src="_vti_bin/fpcount.exe/?Page=page3.htm|Image=0" alt="Hit Counter">

1. Change page2, page3 and so on to match the names of the pages with the hit counter.
2. The extension for the page must match exactly. .htm .html and so on.
3. This page would need to be in the root of your web ( same location as your home page )

hth


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Steve,
Thanks for the information. I tried your idea, but I only get counters with
number 1, which won't change at all. Am I doing something wrong? I am not
completely sure if I am on the same page as yours.

You state, "For each page with a hit counter ..." Does it mean I need to
plant a counter for each page that I want to count first, and then hand code
what you gave me in a separate page? If so, do you know how to hide each
page's counter?

The new "counter" page is in the same root as index.htm.
 
Each page will need it's own "hidden" hit counter installed.
Then the way I showed you will work.
However, if your server has usage logs, it's much easier to check them than it is to mess with hit
counters.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Getting Hit Counter to work. 2
Hit Counters on Every Page 15
Hit counter 4
Hidden Hit Counters 4
hit counter problem 3
Hit Counter 5
Hit Counter 3
Hit counter doesn't show on all pages 2

Back
Top