Code: Select all
<input type="text" tabindex="{$CAPTCHA_TAB_INDEX}" name="confirm_code" id="confirm_code" size="25" class="inputbox autowidth" title="{L_ANSWER}" />
How do I solve this?stokerpiller wrote:I have tried this. I get a white page when chosing it in ACP.
The main point to this captcha is, that it is highly customable.Powerlord wrote:I don't mean to sound negative, but wouldn't this CAPTCHA be fairly easy to break? It's not hard to convert words to symbols and textual numbers to digits.
Or am I missing something here?
Code: Select all
PHP Fatal error: Call to undefined function bcsub() in /xxx/httpdocs/includes/captcha/plugins/phpbb_captcha_simplemath_plugin.php on line 448, referer:xxx/adm/index.php?sid=xxx&i=captcha&mode=visual
What version are you running than?PHP wrote:Since PHP 4.0.4, libbcmath is bundled with PHP. You don't need any external libraries for this extension.