=== Plugin Name === Contributors: kubi23 Donate link: http://www.svenkubiak.de/yawasp-en/#donate Tested up to: 2.5.1 Stable tag: 1.6 Requires at least: 2.1 Tags: wordpress, security, plugin, comment, comments, anti-spam, antispam, spam, spambot, spambots, protection Replaces the names of the default comment form fields every 24 hours with random values, giving spambots no chance to adapt to the comment form. == Description == Most anti-comment-spam-plugins focus on user interaction, e.g. captcha or math comment spam protection. Some use JavaScript and/or Sessions and check each comment against common spam phrases. But in most cases you still have to manage some spam. Yawasp focuses on handling comment-spam without these measures. It replaces the names of the comment form fields with random names, protecting your blog from spambots that aim at the default comment field names. Furthermore it adds a blank field, hidden from the user, that needs to be left empty. If a spambot fills this field blindly, the comment will not be saved. In addition, the random field names are changed every 24 hours, giving a spambot no chance to adapt to the comment form. Now the user must no longer fill out any additional fields in the comment form, and you can focus on blogging and your readers comments. Yawasp is a real lightweight, just 300 lines of code. It does not require JavaScript, Cookies or Sessions, but still is very effective. = Features in a nutshell = * Does not require JavaScript, Cookies or Sessions * No extra field for user input (e.g. Captcha) * False-positives are impossible * No need to manage comments * Easy installation == Installation == 1. Backup your comments.php located in your template path (e.g. wp-content/themes/THEME) 2. Unzip Plugin 2. Copy complete yawasp-folder to wp-content/plugins 4. Activate plugin 5. Open your comments.php found in wp-content/themes/THEME 5.1 Look for your comment form. It should look something like `