[Plugin:] Comments Post Rewriter Plugin
-
The Comments Post Rewriter Plugin shall prevent spambots sending their POST request always on the same script (wp-comments-post.php) by blocking such attempts and let pass through posts with a special "code" (see below "Details").
Download
For people who cannot wait: Download v0.1a here.
MD5: 73a909e3a780f17a0a443a3dcce49eb2
SHA1: 1d3dd9adce2c09b3938891ea8a33741bfac321b5Description / purpose
This plugin rewrites with JavaScript the comments form’s "action" value from the well-known wp-comments-post.php to a randomized script name. With the help of Apache’s mod_rewrite module the URL got rewritten to point back on wp-comments-post.php. The code got extracted from the script’s name and submitted as a GET variable. So the plugin is now be able to block POST requests only on wp-comments-post.php and keep your weblog a little more spam-free. ??Features
Here is a list of the current features of my plugin:- Several data can be added or removed from the final key generation process in the settings section.
- Blocks attempts on the vanilla wp-comments-post.php but accepts POST requests on e.g. wp-comments-post-random-code-here.php.
- Simple installation: Upload one file and add lines to the .htaccess file.
- Works with WordPress 2.x.
Requirements
- WordPress 2.0.4 (cause of many fixes!)
- And all requirements WordPress needs
- Needs Apache’s mod_rewrite module and client-side JavaScript enabled to work probably.
Version history
v0.1a (alpha)- First offical alpha release! ??
The licence is GNU GPL.
- The topic ‘[Plugin:] Comments Post Rewriter Plugin’ is closed to new replies.