IP Access Notification

Sends out an email to the blog admin when a user accesses the blog with a certain IP address.

Author:Oliver Schlöbe (profile at wordpress.org)
WordPress version required:1.5
WordPress version tested:4.1.5
Plugin version:1.0
Added to WordPress repository:20-05-2008
Last updated:17-05-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.schloebe.de/
Total downloads:1 987
plugin download
Click to start download

Discontinued

Sends out an email to the blog admin when a user accesses the blog with a certain IP address. The email will be sent out only once a visitor's browser session to avoid email spam to you. 😉

There's only one thing to be edited in order to make this work properly. Line 14:

<?php $notify_ips = array("xxx.xxx.xxx.xxx"); // IPs to check for ?>

That's where you put the IP(s). If you want to check for more than one IP, add more like that:

<?php $notify_ips = array("xxx.xxx.xxx.xxx", "xxx.xxx.xxx.xxx", "xxx.xxx.xxx.xxx"); // IPs to check for ?>

You may also find this plugin helpful: Cookie Access Notification

Developer on Google+ | Developer on Twitter

Become A Patron, Support The Developer.

Want update feeds, code documentation and more? Visit extend.schloebe.de