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

Gesior aac

Choklad

New Member
Joined
Apr 19, 2008
Messages
22
Reaction score
0
Hey im having some problems setting up my gesior aac for my ot server. I've managed to get it up running Bondlurk - Latest News but when i try to create an account it just says "To use reCAPTCHA you must get an API key from http://recaptcha.net/api/getkey"

solved
 
Last edited:
config.php
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
 
Last edited:
Back
Top