<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Utilizzare_ReCaptcha_in_Joomla</id>
	<title>Utilizzare ReCaptcha in Joomla - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Utilizzare_ReCaptcha_in_Joomla"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Utilizzare_ReCaptcha_in_Joomla&amp;action=history"/>
	<updated>2026-06-20T00:19:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Utilizzare_ReCaptcha_in_Joomla&amp;diff=7526&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: * Ottenere un&#039;api key *[https://www.google.com/recaptcha/admin/create Create a reCAPTCHA Key] * Installare [http://extensions.joomla.org/extensions/access-a-security/site-security/captcha/...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Utilizzare_ReCaptcha_in_Joomla&amp;diff=7526&amp;oldid=prev"/>
		<updated>2011-01-15T20:09:58Z</updated>

		<summary type="html">&lt;p&gt;New page: * Ottenere un&amp;#039;api key *[https://www.google.com/recaptcha/admin/create Create a reCAPTCHA Key] * Installare [http://extensions.joomla.org/extensions/access-a-security/site-security/captcha/...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Ottenere un&amp;#039;api key *[https://www.google.com/recaptcha/admin/create Create a reCAPTCHA Key]&lt;br /&gt;
* Installare [http://extensions.joomla.org/extensions/access-a-security/site-security/captcha/13876 Joo ReCaptcha - Joomla! Extensions Directory]&lt;br /&gt;
* Abilitare il plugin, ed inserire le api&lt;br /&gt;
* Modificare il sorgente per tradurlo in italiano:&lt;br /&gt;
 plugins/system/joo_recaptcha/recaptchalib.php&lt;br /&gt;
&lt;br /&gt;
* Per l&amp;#039;utilizzo ajax&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                                function loadRecaptcha(){&lt;br /&gt;
                                        Recaptcha.create(&amp;#039;$pubkey&amp;#039;,&amp;#039;$id&amp;#039;, {theme: &amp;#039;$theme&amp;#039;,&lt;br /&gt;
                                                                custom_translations : {&lt;br /&gt;
                                                                instructions_visual : &amp;#039;Scrivi le due parole:&amp;#039;,&lt;br /&gt;
                                                                instructions_audio : &amp;#039;Trascrivi ci\u00f2 che senti:&amp;#039;,&lt;br /&gt;
                                                                play_again : &amp;#039;Riascolta la traccia audio&amp;#039;,&lt;br /&gt;
                                                                cant_hear_this : &amp;#039;Scarica la traccia in formato MP3&amp;#039;,&lt;br /&gt;
                                                                visual_challenge : &amp;#039;Modalit\u00e0 visiva&amp;#039;,&lt;br /&gt;
                                                                audio_challenge : &amp;#039;Modalit\u00e0 auditiva&amp;#039;,&lt;br /&gt;
                                                                refresh_btn : &amp;#039;Chiedi due nuove parole&amp;#039;,&lt;br /&gt;
                                                                help_btn : &amp;#039;Aiuto&amp;#039;,&lt;br /&gt;
                                                                incorrect_try_again : &amp;#039;Scorretto. Riprova.&amp;#039;,&lt;br /&gt;
                                                                },&lt;br /&gt;
                                                                lang : &amp;#039;it&amp;#039;, // Unavailable while writing this code (just for audio challenge)&lt;br /&gt;
                                                                }&lt;br /&gt;
                                        );&lt;br /&gt;
                                }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Per l&amp;#039;utilizzo javascript normale&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                return &amp;#039; &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt; &lt;br /&gt;
                        var RecaptchaOptions = {  &lt;br /&gt;
                                lang : \&amp;#039;it\&amp;#039;,&lt;br /&gt;
                                theme : \&amp;#039;white\&amp;#039;  }; &lt;br /&gt;
                        &amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Riferimenti==&lt;br /&gt;
&lt;br /&gt;
*[https://code.google.com/apis/recaptcha/docs/display.html Displaying reCAPTCHA Without Plugins - reCAPTCHA - Google Code]&lt;br /&gt;
*[https://code.google.com/apis/recaptcha/docs/customization.html#i18n Customizing the Look and Feel of reCAPTCHA - reCAPTCHA - Google Code]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>