This class stores all unique ip's in a simple flat text file and increments the count for each unique ip's visit. It allows you to track how many times a single IP has visited your page, how many unique ip's have visited, and the total visits (sum of all unique visits) ... along with telling a visitor what there ID is in the text file (this basically allows you to inform the user that they are visitor X out of Y)