This contribution creates a function that can exclude or allow anything based on ip addresses. It includes a tool for the admin site so you can manage your computers and their respective ip addresses. Some example uses for this contribution are excluding your computers from the logs, testing some new code, and excluding your computers from some of the reports. I have also included a function that checks for spiders (taken directly from the catalog/includes/functions/sessions.php code that strips session ID's from url's if it's a spider). Please see forum for feedback.
Legend: 
Download

Report
typo in instructions and catalog/application_bottom.php
improved logic for my_computers.php
user can now enter paramater for tep_not_my_computers() as a string of ip addresses separated by commas
tep_get_ip_address() only called once in the catalog, now called in application_top.php
instructions updated
A bug fix and an extra line of javascript code I forgot.
Both fixes located in admin/my_computers.php, so just replace this file to update.
This contribution creates a function that can exclude or allow anything based on ip addresses. It includes a tool for the admin site so you can manage your computers and their respective ip addresses. Some example uses for this contribution are excluding your computers from the logs, testing some new code, and excluding your computers from some of the reports. I have also included a function that checks for spiders (taken directly from the catalog/includes/functions/sessions.php code that strips session ID's from url's if it's a spider). Please see forum for feedback.