reCAPTCHA Audio Challenge

25 views
Skip to first unread message

Evan

unread,
Nov 19, 2009, 6:20:49 AM11/19/09
to reCAPTCHA
Hi buddies,
I'm with a issue...
I'm updating a contact form build up in PHP, so i added the captcha
but i want take out from captcha the audio challenge, cause the audio
that's appear there is in English and not into Portuguese!
By the way if anyone wants to see take a look at this link below:
http://www.economiacomportamental.com.br/faleconosco_teste.php

Regards,
Evan

qawe mlilo

unread,
Nov 19, 2009, 6:26:44 AM11/19/09
to reca...@googlegroups.com
Hi Evan

I'm also a new reCAPTCHA user and would like to know how you customized the reCAPTCHA application on your site.

Thankx.


--

You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
To post to this group, send email to reca...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/recaptcha?hl=.





--
Web Developer

Mobile: +27 72 721 1321

E-mail: qawe...@gmail.com

Twitter: http://twitter.com/qmfiles

Evan

unread,
Nov 19, 2009, 6:31:58 AM11/19/09
to reCAPTCHA
i had changed onto code the theme, see the code below


<?php
/*
** @Title: Recaptcha Validation
** @Date Modified: 6/01/09
** Instructions: This code lives within the form. Generally above
the <SUBMIT> button
*/

//A.This div notifies the user whether the Recaptcha was Successful or
not
echo "\n\t" . '<div id="captchaStatus" style="color:red;font-size:
12px;font-family:Verdana, Arial, Helvetica, sans-serif"><br /></div>';

//B. This script provides Recaptcha with a Theme
echo "\n\t" .'<script type="text/javascript" charset="utf-8">';
echo "\n\t" .'var RecaptchaOptions = { theme: "clean" };';
echo "\n\t" . '</script>' . "\n";

//C. Require the Recaptcha Library
require_once('security/recaptchalib.php');

//D. READ ME!
$publickey = "6Ldb2AgAAAAAAGrio3NlR1eaFkwMMrcZQomyZJbj";
echo recaptcha_get_html( $publickey );
?>
> E-mail: qaweml...@gmail.com
>
> Twitter:http://twitter.com/qmfiles

Evan

unread,
Nov 19, 2009, 10:32:55 AM11/19/09
to reCAPTCHA
Already solved, exchange the captcha type, choose ajax fancy captcha!
Reply all
Reply to author
Forward
0 new messages