WP-Hashcash Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
No More Spam
WP Hashcash is an antispam plugin that eradicates comment spam on Wordpress blogs. It works because your visitors must use obfuscated javascript to submit a proof-of-work that indicates they opened your website in a web browser, not a robot. If the javascript check fails, WP Hashcash now gives you three options; it can either put the comment into moderation (default), put the comment in the akismet queue, or delete it.
You can read more at the WP Hashcash plugin page. WP Hashcash is 100% GPL compatible.
Features
- Blocks all comment spam, but not real comments
- Also prevents most trackback / pingback spam
- Also protects signup pages for Wordpress (WP), BuddyPress (BP), and Wordpress Multi-User (WPMU)
- Widget support to display spam statistics and edit the configuration
- Works with IE, Firefox, and Safari
- 100% standards compliant XHTML 1.1, works with jQuery and Prototype
- Tested with Wordpres 2, Firefox, Safari, IE, and Chrome
- Akismet compatibility
Limitations
WP Hashcash relies on the presence of two hooks in your theme, wp_head
and comment_form
. If your theme doesn’t include these actions, you will need to add them immediately before the end head and end form tags respectively.