Garvin Hicking wrote:
> Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1686/serendipity_event_spamblock
>
> Modified Files:
> serendipity_event_spamblock.php
> Log Message:
> put a note into the captcha description that it needs cookies
>
>
> + @define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC', 'To prevent automatted Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Only if the strings match, your comment will be submitted. Please take care that your browser supports accepting cookies, or your comment cannot be verified correctly.');
Should be changed in "the users browser"
+ Implement:
user_has_cookies_disabled && blog_uses_captchas {
display warning instead of form
}
Sebastian
|