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

AAC myaac Dont Show Online

abdala ragab

Veteran OT User
Joined
Aug 18, 2018
Messages
447
Solutions
11
Reaction score
331
Location
gamelaot.sytes.net
Currently no one is playing on EditedOts.
How do I solve this problem?

'status_ip' => '54.41.45.12, my host ip
'status_port' => '7171',
'status_timeout' => 2, // how long to wait for the initial response from the server (default: 2 seconds)


Server Online
» Players Online: 7 / 2000 » Monsters: 3626 » Uptime: 33h 59m
@slaw
 
Solution
up
Post automatically merged:

I solved this problem
The error was in iologindata.cpp
The reason for this error was that there were lines that were not arranged correctly
Because I added things there to the account manager in the game
Thanks to everyone who helped me
I will never forget your support
Are you sure the server is connected to the same database as the website?
Sure it works, but how can I be sure of that?
Post automatically merged:

Are you sure the server is connected to the same database as the website?
$ots->connect(array(
'host' => $config['database_host'],
'user' => $config['database_user'],
'password' => $config['database_password'],
'database' => $config['database_name'],
'log' => $config['database_log'],
'socket' => @$config['database_socket'],
'persistent' => @$config['database_persistent']
in database.php?
 
up
Post automatically merged:

I solved this problem
The error was in iologindata.cpp
The reason for this error was that there were lines that were not arranged correctly
Because I added things there to the account manager in the game
Thanks to everyone who helped me
I will never forget your support
 
Last edited:
Solution
Back
Top