Dunno if this is better as a plugin or a core feature, but I'm thinking it's a step up from my '[url=http://forums.b2evolution.net/viewtopic.php?t=6955]purge hits[/url]' feature request.
The antispam feature lets me ban domains containing keywords from both accessing my web and being logged in my stats. I'm thinking it'd be neat if I could approve domains that I get referer traffic from but don't care to see in my stats log anymore. This way I would only referers that I didn't know I had before and my server would work a little bit less for visitors from 'approved' domains.
Just a thought!
Hi Ed,
If you wanted to code this as a plugin then you could use the SessionLoaded event to add your "whitelist" to $blackList, you could use the Install event to create a table in your db and then create an admin page to handle it all using the relevant admin events (which I know you're already aware of).
Obviously all of the above only applies to phoenix (although it is possible to achieve a "similar" plugin in pre-phoenix versions).
¥