I don't want visits from my LAN to be counted on my website, so I've added some very simple code (diffs in attachment). For my needs, it is enough to simply enter all single IPs to be excluded (so there is no possibility to include subnets / IPs with masks at the moment - if anyone can provide a relatively simple solution for that, it would be just great...).

As much as I've tested it, everything seems to work as expected.

I am publishing that if anyone else is interested for this feature.

Any comments about the code (or, improvements) are also welcome, of course... ;-)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

Status: Active » Needs work

Thanks for the feature request!

1. Make sure to read up on http://drupal.org/patch/create (
2. Use ip_address() instead of $_SERVER['REMOTE_ADDR'].

LUTi’s picture

Thank you for your feedback, Dave.

By the way, what exactly is wrong with my patches (as you're suggesting me to read the post about patch creation)? ;-)

Dave Reid’s picture

Oh, on second glance it looks like the patch files are just fine. I usually expect them to be named .patch files, but that's not anything major. Sorry. :)

henmue’s picture

Is there any progress on this request? I have a lot of unnecessary "recent hits" entries which result out of our server configuration...

Regards
Henry