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

Geisor AAC Image verification doesn't show

kevin1

New Member
Joined
Feb 3, 2009
Messages
123
Reaction score
0
Again, I've tried searching and can't find a solution, basically when I enable image verification when making an account, then try to create an account, where the image should be I get an error message something like "No image bla bla, contact administrator"

How could I solve this?
 
Again, I've tried searching and can't find a solution, basically when I enable image verification when making an account, then try to create an account, where the image should be I get an error message something like "No image bla bla, contact administrator"

How could I solve this?

Go into your htdocs/config/config.php
PHP:
$config['site']['verify_code'] = 0; // show verify code to block stupid scripts, set 0 if you have problems with image

Your's prolly has a 1; just change it to 0;.
 
Back
Top