• 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!

recapcha where do i put code?

If you can't find it in htdocs/config.php then you have the wrong config.

Then download the new config or add these lines :
PHP:
//ReCapatha http://recaptcha.net/whyrecaptcha.html
$config['site']['publickey'] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; // Public Key
$config['site']['privkey'] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";; // Private Key
 
If you can't find it in htdocs/config.php then you have the wrong config.

Then download the new config or add these lines :
PHP:
//ReCapatha http://recaptcha.net/whyrecaptcha.html
$config['site']['publickey'] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; // Public Key
$config['site']['privkey'] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";; // Private Key

Where can i download the new config? please post url :)
 
Back
Top