Sep 18th, 2009, 9:16 AM
(Aug 24th, 2009, 12:53 PM)stonerome Wrote: Hi all
Just setting up the reCAPTCHA - created the account, put the code into the form, everything appears to be working. (You see the Captcha box)
BUt - I can enter ANYTHING in the captcha box - and it accepts and processes the form (I should be getting an error). Any idea what I'm doing wrong?
Thanks! Cory
Hi Cory,
I had the same problem. It seems that changing the spacing in the config.php file works.
<?php
// main program paths - no trailing slashes!
$g_root_url = "xxxxxxxxxxx";
$g_root_dir = "/xxxxxxxxxxx";
// database settings
$g_db_hostname = "localhost";
$g_db_name = "xxxxxxxxxxx";
$g_db_username = "xxxxxxxxxxx";
$g_db_password = "xxxxxxxxxxx";
$g_table_prefix = "ft2_";
$g_api_recaptcha_private_key = "xxxxxxxxxxxxxxxxxxxxxxxxxx";
$g_api_recaptcha_public_key = "yyyyyyyyyyyyyyyyyyyyyy";
?>