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

Znote Gesior AAC

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
When I try to make an account, it says
Please enter an account number. Use only numbers.
how to make it so u can use both or words, not numbers!

and the Verification Code is hidden, how to show it?

Rep++ if you tell me the answer!

about the acc Im sure its something here!

if($config['site']['account_number'] == 'custom') {
if($posted_reg_account != $_REQUEST['reg_account'] || empty($posted_reg_account))
$reg_form_errors[] = "'Account number' isn't a number!";
if(strlen($account) < 1 && strlen($account) > 8)
$reg_form_errors[] = "Account number is too short or too long.";
 
ohh, well in that case nvm, but what about this one?
no voc! I got them on ma db!
9eprA.jpg
 
Yeah, during the install process, you forgot to write the sample characters, or you forgot to tick the box that allows them to be displayed in new char list.

Reinstall.
 
Back
Top