Pat*_*cow 7 php zend-framework zend-form recaptcha
我正在使用带有zend形式的reCaptcha,如下所示:
$recaptcha = new Zend_Service_ReCaptcha('xxx', 'yyy',
NULL, array('theme' => 'white'));
$captcha = new Zend_Form_Element_Captcha('captcha',
array(
'label' => 'Type the characters you see in the picture below.',
'captcha' => 'ReCaptcha',
'captchaOptions' => array(
'captcha' => 'ReCaptcha',
'service' => $recaptcha
)
)
);
Run Code Online (Sandbox Code Playgroud)
我想知道是否有一个设置让人们更难以阅读这些单词.它似乎很难破译这些词
你可以在它下面写一张纸条,写上“尽力而为”。
每个重新验证码中都有一个简单的单词和一个困难的单词。如果你输入简单的内容,你几乎就明白了。如果您尽力输入难字,很可能有人已经输入了与您相同的内容。如果至少有 3 个用户已经给出了答案,Google(在重新验证码后面)就会认为该答案有效。