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

Windows Gesior aac blank page help ++++rep

Tyronel

New Member
Joined
Feb 28, 2010
Messages
116
Reaction score
0
Once i create a char when you're logged in it goes to accountmanagement&action=createcharacter and the char is created but the page is blank, it doesnt tell you you're char is created etc ^_^ can you help? thanks.
 
I think that you have somthink wrong in config.php in this:
PHP:
// E-MAIL config
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "****"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.wp.pl"; // address
$config['site']['smtp_port'] = 587; // port
$config['site']['smtp_auth'] = "true"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "******"; // login
$config['site']['smtp_pass'] = "******"; // password
 
nah ive checked that isnt the problem

// USE ONLY IF YOU CONFIGURED E-MAIL AND IT WORK
$config['site']['create_account_verify_mail'] = 0; // when create account player must use right e-mail, he will receive random password to account like on RL tibia, 1 = yes, 0 = no
$config['site']['generate_new_reckey'] = 0; // let player generate new recovery key, he will receive e-mail with new rec key (not display on page, hacker can't generate rec key)
$config['site']['generate_new_reckey_price'] = 5; // you can get some Premium Points for new rec key
$config['site']['send_mail_when_change_password'] = 0; // send e-mail with new password when change password to account, set 0 if someone abuse to send spam
$config['site']['send_mail_when_generate_reckey'] = 0; // send e-mail with rec key (key is displayed on page anyway when generate), set 0 if someone abuse to send spam
$config['site']['send_register_email'] = 0; // send e-mail when register account
 
Back
Top