Difference between revisions of "PHPBB3 - Enabling Captcha during Registration"

From Acenet Knowledgebase
Jump to: navigation, search
 
Line 1: Line 1:
 
This demo will show you how to enable captcha visual confirmation during the PHPBB3 account registration process.
 
This demo will show you how to enable captcha visual confirmation during the PHPBB3 account registration process.
  
<html><div id="media">
+
{{oldvideo|/swffiles/acaptcha.swf}}
<object id="csSWF" width="640" height="481" data="http://docs.ace-host.net/swffiles/acaptcha.swf" type="application/x-shockwave-flash">
+
<param name="src" value="http://docs.ace-host.net/swffiles/acaptcha.swf" />
+
<param name="bgcolor" value="#1a1a1a" />
+
<param name="quality" value="best" />
+
<param name="allowScriptAccess" value="always" />
+
<param name="allowFullScreen" value="true" />
+
<param name="scale" value="showall" />
+
<param name="wmode" value="opaque" />
+
<param name="flashVars" value="autostart=false" />
+
<param name="name" value="csSWF" />
+
<param name="flashvars" value="autostart=false" />
+
<param name="allowfullscreen" value="true" />
+
</object>
+
</div></html>
+
  
 
[1] Log into your PHPBB3 administration control panel
 
[1] Log into your PHPBB3 administration control panel

Latest revision as of 18:22, 16 October 2012

This demo will show you how to enable captcha visual confirmation during the PHPBB3 account registration process.

[1] Log into your PHPBB3 administration control panel

[2] Click on the ""Visual confirmation settings" link which is under the "BOARD CONFIGURATION" section

[3] Make sure that "Enable visual confirmation for registrations" is set to Enabled

[4] Make sure that "GD CAPTCHA foreground noise" is set to Yes

This will vastly increase the effectiveness of your captcha

[5] Click the "Submit" button to finish enabling captcha