Plugin Directory

IP Access Notification

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

Download Version 1.0

Usage

Inside the plugin file ip-access-notification.php, 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 ?>

Requires: 1.5 or higher
Compatible up to: 2.6
Last Updated: 2012-1-23 Downloads: 1,172

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(4 ratings)

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.

100,1,1