PHPBB3 - Enabling Captcha during Registration: Difference between revisions

From Acenet Knowledgebase
Jump to navigation Jump to search
test
 
No edit summary
Line 1: Line 1:
<html>This demo will show you how to enable captcha visual confirmation during the PHPBB3 account registration process.<br /> <br />
This demo will show you how to enable captcha visual confirmation during the PHPBB3 account registration process.
<div id="media"><br />  
 
<object id="csSWF" width="640" height="481" data="https://esupport.acenet-inc.net/swffiles/acaptcha.swf" type="application/x-shockwave-flash">
<html><div id="media">
<param name="src" value="https://esupport.acenet-inc.net/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="bgcolor" value="#1a1a1a" />
<param name="quality" value="best" />
<param name="quality" value="best" />
Line 14: Line 15:
<param name="allowfullscreen" value="true" />
<param name="allowfullscreen" value="true" />
</object>
</object>
</div>
</div></html>
<br /> <br /> [1] Log into your PHPBB3 administration control panel<br /> <br /> [2] Click on the ""Visual confirmation settings" link which is under the "BOARD CONFIGURATION" section<br /> <br /> [3] Make sure that "Enable visual confirmation for registrations" is set to Enabled<br /> <br /> [4] Make sure that "GD CAPTCHA foreground noise" is set to Yes<br /> <br /> *Note: This will vastly increase the effectiveness of your captcha<br /> <br /> [5] Click the "Submit" button to finish enabling captcha</html> [[Category:PHPBB3]]
 
[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
 
{{note|This will vastly increase the effectiveness of your captcha}}
 
[5] Click the "Submit" button to finish enabling captcha
 
[[Category:PHPBB3]]

Revision as of 15:46, 9 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