Cookie Access Notification

Sends out an email to the blog admin when a commenter accesses the blog with a certain username/ email address/ website url.

Author:Oliver Schlöbe (profile at wordpress.org)
WordPress version required:1.5
WordPress version tested:2.6
Plugin version:1.0.1
Added to WordPress repository:21-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, %:0
Rated by:0
Plugin URI:http://www.schloebe.de/
Total downloads:1 190
plugin download
Click to start download

DISCONTINUED

Sends out an email to the blog admin when a commenter accesses the blog with a certain username/ email address/ website url. 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 for your needs. Line 20:

<?php $_COOKIE["comment_author_" . COOKIEHASH] == 'Alphawolf' ?>

That's where you put what to check for. If you want to check for a commentor's username, leave as it is (but change 'Alphawolf' to the commentor's name you want to check for, of course ;-)). You can also check for a commentator's email address or website url like this:

<?php $_COOKIE["comment_author_url_" . COOKIEHASH] == 'http://www.domain.com' ?>
<?php $_COOKIE["comment_author_email_" . COOKIEHASH] == 'info@domain.com' ?>

You may also find this plugin helpful: IP Access Notification

Developer on Google+ | Developer on Twitter

Become A Patron, Support The Developer.

Looking for more WordPress plugins? Visit http://www.schloebe.de/portfolio/