Needs work
Project:
Statistics Advanced
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2009 at 08:07 UTC
Updated:
28 Aug 2009 at 08:49 UTC
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... ;-)
| Comment | File | Size | Author |
|---|---|---|---|
| statistics_advanced.module.diff | 890 bytes | luti | |
| statistics_advanced.admin_.inc_.diff | 1.05 KB | luti |
Comments
Comment #1
dave reidThanks 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'].
Comment #2
luti commentedThank 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)? ;-)
Comment #3
dave reidOh, 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. :)
Comment #4
henmue commentedIs there any progress on this request? I have a lot of unnecessary "recent hits" entries which result out of our server configuration...
Regards
Henry