=== Plugin Name === Contributors: David Hynes Homepage: http://www.checklog.in Tags: checklogin, secure login, fed202 Requires at least: 3.1 Tested up to: 3.3.1 Stable tag: 1.1.2 Plugin to check IP address against a blacklist held by www.checklog.in == Description == This plugin was created to work with www.checklog.in to restrict access to your website or Wordpress install if a user is on a blacklist or does not verify against a whitelist of allowed IP addresses. The free version will check all users access to your Wordpress site to see if their IP is on a blacklist. If it is, they will receive a warning screen instead of accessing your site. Once shown, the details will be stored in their session so a new call to the remote database is not needed for every page call. A paid version is also available which will email you when a user attempts to access your wp-login.php script (i.e they try to login to Wordpress). They will receive a pending notification until you approve the IP address by clicking in the link in the email. The email system will only work by contacting david@fed202.com and paying to sign up for the system at a cost of £10 per year. == Installation == 1. Search for 'checklogin' via your Wordpress install. 2. Activate the plugin through the 'Plugins' menu in WordPress 3. It runs automatically == Frequently Asked Questions == = We haven't had any yet = == Changelog == = 1.1.2 = Removed the code to privately update plugin as it's now on Wordpress.org = 1.1.1 = * Added ability to verify and blacklist by email = 1.0 = * Code started