Forum Moderators: phranque
If there is NO way for you to exclude your own visits from the log, think about mirroring your site on a seperate hostname only known to you. You use this hostname to visit your site - all the others use the primary hostname.
This is something I've been interested in doing for a long while. I might be able to handle it if my site was static HTML pages; however, it's a dynamic site driven by CGI scripts and a MySQL database. Is there any way I can set up a mirrored site that will be identical, that I can participate in, etc., but won't add my visits to the primary hostname log?
Cable broadband tends to be more static IP wise than DSL, but if you are using a router, basically every time your DSL fails, you get a new IP. If you aren't using a router, every time you connect to DSL you get a new IP.
Sorry, I thouhgh your page where PHP driven. Also, because you are saying "participate in", I though you had already a membership system installed (register, login, etc.)
Sorry but I can not help you with a CGI driven website. If you use or know a bit of PHP (or ASP), then it should not be a problem to implement this (write an include file and place it at the top of every page of your website).
Need to correct some typo errors above, you should read:
if ($username=="ME") {
//THEN DO NOTHING
} else {
// THEN WRITE YOUR STAT/LOG INCLUDE FILE }