• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with reCAPTCHA.

Warneer

New Member
Joined
Jun 26, 2009
Messages
22
Reaction score
1
I have a problem with it of the code of reCAPTCHA. since it puts?

Already register and already they gave to me my key it publishes and private, but where I put it?:p
 
Then add them?
PHP:
//reCAPTCHA
$config['site']['publickey'] = 'public key goes here'; // Public Key
$config['site']['privkey'] = 'private key goes here'; // Private Key To use reCAPTCHA you must get an API key from http://recaptcha.net/api/getkey
 
Back
Top