This plugin allows you to add links to perform lookup on the IP address associated with a comments. You can use it to either link to several whois servers (for example, Apnic, RIPE, etc), or even a web frontend to a search through your log files.
In order for the list to appear at all, you have to modify a few WP files (since I can’t add a filter / action for this). Edit the files:
- wp-admin/edit-comments.php
- wp-admin/moderation.php
- wp-content/plugins/akismet/akismet.php (only if you use the akismet plugin)
and add <?php if (function_exists('print_whois')) { print_whois(get_comment_author_IP()); } ?>
right after the existing printing of comment_author_IP()
Download:
- v0.1 Formal Release
- Bleeding Edge (whatever’s running right here, right now!)
One response to “Whois Plugin for WordPress”
thank you for your plugin! i was looking for this solution for a long time! thx