Linux 软件免费装

IP Access Notification

开发者 Alphawolf
更新时间 2015年5月17日 23:49
捐献地址: 去捐款
PHP版本: 1.5 及以上
WordPress版本: 4.1

标签

email admin ip notification frontend

下载

1.0

详情介绍:

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

安装:

  1. Download the plugin and unzip it.
  2. Upload the folder ip-access-notification/ to your /wp-content/plugins/ folder.
  3. Activate the plugin from your WordPress admin panel.
  4. Installation finished.