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

Solved Gesior ACC reCAPTCHA API key

hello all, I have the same problem, I gave the link and now I have the API key, where I place it now? for me to open the acc..!! Sorry for my doubt;)
 
...........!!!!

Enter in htdocs and search config.php

Now open.. And search this...

Code:
$config['site']['verify_code'] = 1; // show verify code to block stupid scripts, set 0 if you have problems with image

Change for this...

Code:
$config['site']['verify_code'] = 0; // show verify code to block stupid scripts, set 0 if you have problems with image


Rep++ ;)
 
i made the change but say
Account maker is already installed! To reinstall open file 'config.ini' in directory 'config' and change:
install = "no"
to:
install = "start"
and enter this site again.
 
Back
Top