Help for this page

Select Code to Download


  1. or download this
    # ===========================================================
    # produce a hash string based on html page's filepath and convert it t
    +o an integer, that will then be used to identify the page itself
    # ===========================================================
    
    pin = int( htmlpage )
    
  2. or download this
    pin --- page ---- hits     (that's to store general information for al
    +l html pages) <br><br>
    
    ...
    pin ---- host ---- hits ---- useros ---- browser ---- date   (that's t
    +o store detailed information for all html pages) <br><br>
    
    (thousands of records to hold every page's information) <br><br>