0% found this document useful (0 votes)
13 views1 page

Console 0

The document logs the initialization and configuration of a login server, including loading key pairs for RSA and Blowfish communication, and setting up server connections. It indicates that the login server is ready and listening for game server connections. The log also shows repeated connection resets for the game server named Sieghardt, which is set as disconnected multiple times.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Console 0

The document logs the initialization and configuration of a login server, including loading key pairs for RSA and Blowfish communication, and setting up server connections. It indicates that the login server is ready and listening for game server connections. The log also shows repeated connection resets for the game server named Sieghardt, which is set as disconnected multiple times.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

[19-06-2025 12:04:14] INFO

-------------------------------------------------------------------
=[ Config ]
[19-06-2025 12:04:14] INFO Loading loginserver configuration files.
[19-06-2025 12:04:14] INFO MLog clients using java 1.4+ standard logging.
[19-06-2025 12:04:14] INFO Initializing c3p0-0.9.5-pre5 [debug? false; trace: 5]
[19-06-2025 12:04:15] INFO
----------------------------------------------------------
=[ LoginController ]
[19-06-2025 12:04:15] INFO Loading LoginController...
[19-06-2025 12:04:15] INFO Cached 10 KeyPairs for RSA communication.
[19-06-2025 12:04:15] INFO Stored 20 keys for Blowfish communication.
[19-06-2025 12:04:15] INFO Loaded 127 server names.
[19-06-2025 12:04:15] INFO Loaded 2 registered gameserver(s).
[19-06-2025 12:04:15] INFO Cached 10 RSA keys for gameserver communication.
[19-06-2025 12:04:15] INFO
-----------------------------------------------------------------=[ Ban
List ]
[19-06-2025 12:04:15] INFO Loaded 0 IP(s) from Banned_ip.ini.
[19-06-2025 12:04:15] INFO -------------------------------------------------
=[ IP, Ports & Socket infos ]
[19-06-2025 12:04:15] INFO Listening for gameservers on *:9014
[19-06-2025 12:04:15] INFO Loginserver ready on *:2106
[19-06-2025 12:04:15] INFO --------------------------------------------
=[ Waiting for gameserver answer ]
[19-06-2025 12:04:21] INFO Hooked gameserver: [2] Sieghardt
[19-06-2025 12:04:21] INFO Internal/External IP(s): 127.0.0.1/127.0.0.1
[19-06-2025 12:37:26] INFO GameServer [2] Sieghardt: Connection reset.
[19-06-2025 12:37:26] INFO GameServer [2] Sieghardt is now set as disconnected.
[19-06-2025 12:37:36] INFO Hooked gameserver: [2] Sieghardt
[19-06-2025 12:37:36] INFO Internal/External IP(s): 127.0.0.1/127.0.0.1
[19-06-2025 12:46:03] INFO GameServer [2] Sieghardt: Connection reset.
[19-06-2025 12:46:03] INFO GameServer [2] Sieghardt is now set as disconnected.

You might also like