Counter for locally based web page interface?

Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #1

    Default Counter for locally based web page interface?

    I have setup a web page interface for 22 users in my work unit to access various files. It is all stored on a network folder with no common gateway interface (cgi). Is there any way I can setup a counter for the various html page links so I know how often they are being used? My hunch is NO, as there is no actual server involved.
    Rastamon Guest

  2. Similar Questions and Discussions

    1. Counter for FLV page hits
      Does anyone know of an easy way to create a server counter for FLV files called from the FLVPlayback Component? I switched from WMV and MPEG4...
    2. hit counter or page counter
      Hi, I need to have a page counter to see how many people access my website. How can this be done? In FrontPage, it's called hit counter. Thanks.
    3. Page Counter
      I have an asp page and I want to display page hits of another page. I use the following code but I always get 0 for result. I am not sure if i am...
    4. Page Counter Problem
      I have an asp page and I want to display page hits of another page. I use the following code but I always get 0 for result. I am not sure if i am...
    5. [PHP] PHP Counter on HTML Page
      Astrum Et Securis! I don't want to use iFrames.. is there any other way? I want to use my own php counter with lil information.. which updates...
  3. #2

    Default Re: Counter for locally based web page interface?

    do they access the pages like so:

    i:\mypages\myfiles\file1.html

    or like so:

    <http://myfiles/file1.html>

    ie, are you sure you don't have a personal web server set up? I think xp pro and win2k come with personal webserver (nt4 option pack does). you can set that up and you'll be able to set up all the standard server extentions.
    dave milbut Guest

  4. #3

    Default Re: Counter for locally based web page interface?

    Thanks guys, this is the path to one of the pages:

    S:\Childrens Foster Care\CFC Archive\cfc unit web page\templates page.html

    We are running on windows 2000. How would I determine whether or not I can set up the counter? I read about a small free program (PERL?) that does some echo thing. Would I use that?
    Rastamon Guest

  5. #4

    Default Re: Counter for locally based web page interface?

    Rastamon

    Without a web server; No

    With webserver; Windows 2000 comes with IIS webserver (I know i used it). Set it up.

    Then after that ensure that the CGI bit is set up too. No either write a counter program in C or what ever language and compile it and put it in the CGI location for the webserver to execute. OR download the PERL distribution INSTALL IT and write a counter in PERL and also put it in the CGI location. You will find many pre-written counter scripts for PERL on the web.

    Then put a URL link to the counter in the HTML pages.
    hot_denim Guest

  6. #5

    Default Re: Counter for locally based web page interface?

    Thanx Hotti. That is way more than I am capable of. As an alternative, the webmaster for the county has agreed to let me hook up to the county webpage, but nobody other than the chosen twenty-two unit members will be able to access the page. The only problem is that I will have to route everything through him, and he will then update my page.
    Rastamon Guest

  7. #6

    Default Re: Counter for locally based web page interface?

    IIRC personal IIS COMES with a counter. Check the documentation.

    See the Counters object in the IIS help file under the heading "Installable Components for ASP".
    dave milbut Guest

  8. #7

    Default Re: Counter for locally based web page interface?



    (PERL?)




    dude unless you can program dont even bother, I started down this rought, didnt get very far. But thankfully the wife sore me playing with it, she now writes my scripts for me ;-)
    Thee_DarkOverLord Guest

  9. #8

    Default Re: Counter for locally based web page interface?



    county webpage




    if thats the case there plenty of free hit counters out there on the web for you to download.
    Thee_DarkOverLord Guest

  10. #9

    Default Re: Counter for locally based web page interface?

    there's one INCLUDED FREE with iis! no need to go looking!
    dave milbut Guest

  11. #10

    Default Re: Counter for locally based web page interface?

    what's what? IIS or the counter? IIS is the web server that's included with win2k, xp pro and nt option pack. the counter is the Counter object as described in my last post. Do you have IIS? Use F1!
    dave milbut Guest

  12. #11

    Default Re: Counter for locally based web page interface?

    I have xp pro And im about to host my own website Dave as we finaly got our fixed IP and a fast connection, can I quiz your grey cells about this in the lounge dude?
    Thee_DarkOverLord Guest

  13. #12

    Default Re: Counter for locally based web page interface?

    sure Mat. Start a thread.
    dave milbut Guest

  14. #13

    Default Re: Counter for locally based web page interface?

    The main county page is setup with "WebStats", so if I cede control to the webmaster, I can get all kinds of detailed statistics. I would prefer to retain control myself, for convenience and ego reasons. I am reading "HTML for Dummies" and they say there are all kinds of pre-written PERL counter scripts available on the internet. But they are reliant on having a CGI server, so probably wouldn't work for my purpose. I did download several free counters previously, but couldn't get them to work. Probably cuz no CGI in a network folder. Dave, I used F1 - iis, but couldn't find anything relevant.
    Rastamon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139