Nothing to do.
Its more difficult what i thinked about.
I tried to create a plugin thanks this guide:
www.joomlapolis.com/news/11774?task=view
each time i have 500 errors.
Code:
<?xml version="1.0" encoding="utf-8"?>
<cbinstall version="4.5.3" type="plugin" group="user">
<name>CB.recaptcha</name>
<author>JoomlaJoe and Beat</author>
<creationDate>September 2005</creationDate>
<copyright>(C) 2005 MamboJoe.com</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>mambojoe@mambojoe.com</authorEmail>
<authorUrl>www.mambojoe.com</authorUrl>
<version>1.0 RC 2</version>
<description>Captcha plugin based on recaptcha. Require Public and Private Keys.</description>
<files>
<filename plugin="recaptcha">recaptcha.php</filename>
<filename>index.html</filename>
<filename>captcha.js</filename>
<filename>captcha-min.js</filename>
<filename>monofont.ttf</filename>
<filename>image.php</filename>
<filename>recaptcha1.10/index.html</filename>
<filename>recaptcha1.10/recaptcha.php</filename>
</files>
<params>
<param name="captcha-showloggedin" type="radio" default="0" label="Show captcha when users are logged-in?"
description="">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param name="captcha-method" type="radio" default="recaptcha" label="Captcha Method"
description="Recaptcha method needs the public and private keys for your site.">
<option value="standard">Standard</option>
<option value="recaptcha">Recaptcha</option>
</param>
<param name="plg-captcha-standard" label="Standard captcha options">
<param name="captcha-width" type="text" size="3" default="120" label="Width" description="Width" />
<param name="captcha-height" type="text" size="3" default="120" label="Height" description="Height" />
<param name="captcha-chars" type="text" size="3" default="120" label="Chars" description="Number of chars" />
<param name="captcha-bg" type="text" size="7" default="120" label="Background" description="Background Color" />
<param name="captcha-noise-color" type="text" size="7" default="120" label="Noise" description="Noise Color" />
<param name="captcha-text-color" type="text" size="7" default="120" label="Text" description="Text Color" />
<param name="plg-captcha-recaptcha" label="Recaptcha settings">
<param name="recaptcha_publickey" type="text" size="30" label="Public Key" description="Get your public key from http://recaptcha.net" />
<param name="recaptcha_privatekey" type="text" size="30" label="Private Key" description="Get your private key from http://recaptcha.net" />
<param name="recaptcha_theme" type="radio" default="red" label="Theme" description="Theme" />
<option value="red">Red</option>
<option value="white">White</option>
<option value="blackglass">Black Glass</option>
<option value="clean">Clean</option>
</param>
<param name="recaptcha_lang" default="en" type="text" size="2" label="Recapctcha Language" description="Default is english. example en" />
</params>
<tabs>
<tab name="recaptcha" description="" class="getrecaptchaTab" fields="0"
position="cb_right" displaytype="html">
<params>
</params>
<fields>
</fields>
</tab>
</tabs>
</cbinstall>
There are 2 options because i thinked to integrate with another joomla plugin where users can choose between captcha and recaptca.
The based plugin was from great comunity of fabricar, joomla application builder.
File Attachment:
File Name:
captcha.zip
File Size:44 KB
I think i need some help to beggin correctly. :blush: