- Code: Select all
Trying to contact ranking server ...
failed to connect to 89.110.149.15:23509 ...
ERROR: Connect () call failed for quanticode.dyndns.org: 23,509
failed to connect to UNASSIGNED_SYSTEM_ADDRESS ...
ERROR: Failed to contact authentication server.
ERROR: Authorization with ranking server failed. Player stats will not be updated.
In the configuration:
- Code: Select all
<section name="ranking_server">
<variable name="hosts" value="[ranking.fullmetalsoccer.com;quanticode.dyndns.org]" type="vector<string>" />
<variable name="ports" value="[23509;23509]" type="vector<unsigned>" />
</section>
<section name="master_server">
<variable name="host" value="master.fullmetalsoccer.com" type="string" />
<variable name="port" value="23505" type="unsigned" />
<variable name="heartbeat_interval" value="180" type="unsigned" />
</section>
<!--
-->
<section name="server.announcer">
<variable name="messages" value="[]" type="vector<string>" />
</section>
<section name="server.settings">
<variable name="name" value="Free ZB Server" type="string" />
<variable name="listen_port" value="23700" type="unsigned" />
<variable name="max_connections" value="10" type="unsigned" />
<variable name="time_limit" value="300" type="float" console="1" />
<variable name="bot_limit" value="1" type="unsigned" />
<variable name="login_name" value="official_ded" type="string"/>
<variable name="login_passwd" value="testpasswd" type="string"/>
<variable name="map_names" value="[[dm_almrausch;TeamDeathmatch]]" type="vector<vector<string> >" />
</section>
how to solve?