• 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 Image Verification Problem

Nodnarb

New Member
Joined
Sep 9, 2009
Messages
13
Reaction score
0
The image with the verification code does not appear on the account creation page. This makes it impossible to complete the process of creating an account, thus players are not able to make accounts.

Any solutions?
 
config.php

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

set it to "0"

Next time read some other threads it's here on forum jest some threads below.
 
Next time read some other threads it's here on forum jest some threads below.

I've searched these boards, google, and OTfans for the last 4 days, trying my best to avoid cranky replies like yours, thank you very much.

Anyways, your post was helpful. Thank you.
 
config.php

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

set it to "0"

Next time read some other threads it's here on forum jest some threads below.

That is not the way to fix it.

Open up the phpfile

then at top change <? to <?PHP
 
Back
Top