# =========================================================== # produce a hash string based on html page's filepath and convert it to an integer, that will then be used to identify the page itself # =========================================================== pin = int( htmlpage ) #### pin --- page ---- hits (that's to store general information for all html pages)

pin <-refers to-> page

pin ---- host ---- hits ---- useros ---- browser ---- date (that's to store detailed information for all html pages)

(thousands of records to hold every page's information)