помогите пожалуйсто у меня что то не получается вот при этих файлах сервер меня посылает к чёрту( тобиш в игру зайти ни как
#Database configuration
auth.db.server:25.169.142.23
auth.db.port:1433
auth.db.name:auth
auth.db.account:sa
#MD5 salt
auth.db.salt:2011
#The password is in plain text for auth.db.password if you have one
auth.db.password:e06cbfb06e241f47b2d4d57fab79e772
#Use auth.db.cryptedpassword instead of auth.db.password to use an encrypted password
auth.db.cryptedpassword:<password encrypted using Pyrok tool>
#Enable traffic dump, will be in traffic_log folder (default off)
#trafficdump.enable:true
#Where clients will connect (this is default values)
auth.clients.ip:25.169.142.23
auth.clients.port:4500
#Where the gameserver will connect (this is default values)
auth.gameserver.ip:25.169.142.23
auth.gameserver.port:4502
#Upload configuration, use "upload" folder for guild icons
upload.dir=upload
upload.clients.ip=25.169.142.23
upload.clients.port=4617
#Use port 5000 for the guild icon mini webserver
upload.iconserver.ip=25.169.142.23
upload.iconserver.port:5000
#Where the gameserver will connect (this is default values)
upload.gameserver.ip:25.169.142.23
upload.gameserver.port:4616
#Only for SQL Server: speed up selects with NOLOCK
sql.db_account.query:SELECT * FROM account WITH(NOLOCK) WHERE account = ? AND password = ?;
#Configure security password query. If this query return at least one row, the security password is accepted
#sql.db_securitynocheck.query:SELECT securty_no FROM account WHERE account = ? AND securty_no = ?;
#You can also use a stored procedure
#sql.db_securitynocheck.query:{CALL smp_new_check_security(?, ?)}
#Logging level
core.log.level:debug
core.log.consolelevel:info
когда запускаю рзаут выводит это что не так
2015-08-02 17:40:49 Info Log0: Log thread started using filename auth.log
2015-08-02 17:40:49 Debug Log1: Using file log level Debug
2015-08-02 17:40:49 Debug Log1: Using console log level FATAL
2015-08-02 17:40:49 Info ConfigInfo0: Config dump:
2015-08-02 17:40:49 Info ConfigInfo0: N*admin.dump_mode:0
2015-08-02 17:40:49 Info ConfigInfo0: B*admin.telnet.autostart:true
2015-08-02 17:40:49 Info ConfigInfo0: N*admin.telnet.idletimeout:0
2015-08-02 17:40:49 Info ConfigInfo0: S*admin.telnet.ip:127.0.0.1
2015-08-02 17:40:49 Info ConfigInfo0: N*admin.telnet.port:4501
2015-08-02 17:40:49 Info ConfigInfo0: B*auth.billing.autostart:true
2015-08-02 17:40:49 Info ConfigInfo0: N*auth.billing.idletimeout:0
2015-08-02 17:40:49 Info ConfigInfo0: S*auth.billing.ip:127.0.0.1
2015-08-02 17:40:49 Info ConfigInfo0: N*auth.billing.port:4503
2015-08-02 17:40:49 Info ConfigInfo0: B*auth.clients.autostart:true
2015-08-02 17:40:49 Info ConfigInfo0: S*auth.clients.des_key:MERONG
2015-08-02 17:40:49 Info ConfigInfo0: N*auth.clients.idletimeout:301
2015-08-02 17:40:49 Info ConfigInfo0: S auth.clients.ip:25.169.142.23
2015-08-02 17:40:49 Info ConfigInfo0: N*auth.clients.maxpublicserveridx:30
2015-08-02 17:40:49 Info ConfigInfo0: N auth.clients.port:4500
2015-08-02 17:40:49 Info ConfigInfo0: B*auth.clients.restrictchars:true
2015-08-02 17:40:49 Info ConfigInfo0: S auth.db.account:<hidden>
2015-08-02 17:40:49 Info ConfigInfo0: S*auth.db.connectionstring:<hidden>
2015-08-02 17:40:49 Info ConfigInfo0: S*auth.db.cryptedconnectionstring:<hidden>
2015-08-02 17:40:49 Info ConfigInfo0: S auth.db.cryptedpassword:<hidden>
2015-08-02 17:40:49 Info ConfigInfo0: S*auth.db.driver:SQL Server
2015-08-02 17:40:49 Info ConfigInfo0: B*auth.db.ignoreinitcheck:true
2015-08-02 17:40:49 Info ConfigInfo0: S auth.db.name:auth
2015-08-02 17:40:49 Info ConfigInfo0: S auth.db.password:<hidden>
2015-08-02 17:40:49 Info ConfigInfo0: N auth.db.port:1433
2015-08-02 17:40:49 Info ConfigInfo0: S auth.db.salt:2011
2015-08-02 17:40:49 Info ConfigInfo0: S auth.db.server:25.169.142.23
2015-08-02 17:40:49 Info ConfigInfo0: B*auth.gameserver.autostart:true
2015-08-02 17:40:49 Info ConfigInfo0: N*auth.gameserver.idletimeout:0
2015-08-02 17:40:49 Info ConfigInfo0: S auth.gameserver.ip:25.169.142.23
2015-08-02 17:40:49 Info ConfigInfo0: N*auth.gameserver.maxplayers:400
2015-08-02 17:40:49 Info ConfigInfo0: N auth.gameserver.port:4502
2015-08-02 17:40:49 Info ConfigInfo0: B*auth.gameserver.strictkick:true
2015-08-02 17:40:49 Info ConfigInfo0: S*auth.securityno.salt:2011
2015-08-02 17:40:49 Info ConfigInfo0: S*ban.ipfile:Z:\рапа 9.1\серв\загрузки/bannedip.txt
2015-08-02 17:40:49 Info ConfigInfo0: S*configfile:Z:\рапа 9.1\серв\загрузки/auth.opt
2015-08-02 17:40:49 Info ConfigInfo0: S*core.appname:rzauth
2015-08-02 17:40:49 Info ConfigInfo0: S core.log.consolelevel:info
2015-08-02 17:40:49 Info ConfigInfo0: S*core.log.dir:Z:\рапа 9.1\серв\загрузки/log
2015-08-02 17:40:49 Info ConfigInfo0: B*core.log.enable:true
2015-08-02 17:40:49 Info ConfigInfo0: S*core.log.file:auth.log
2015-08-02 17:40:49 Info ConfigInfo0: S core.log.level:debug
2015-08-02 17:40:49 Info ConfigInfo0: N*core.log.maxqueuesize:10000
2015-08-02 17:40:49 Info ConfigInfo0: B*core.usetcpnodelay:false
2015-08-02 17:40:49 Info ConfigInfo0: S*core.version:Git rev 8788904d3ba06a8844e0fb05c80edb71b9ef3e9c build on 2015-05-03T18:53:03Z
2015-08-02 17:40:49 Info ConfigInfo0: S*global.version:Git rev 4b8c1c3880bb7ea88b7be419b47c9ed1236cda44 build on 2015-05-03T18:53:21Z
2015-08-02 17:40:49 Info ConfigInfo0: B*logclient.enable:true
2015-08-02 17:40:49 Info ConfigInfo0: S*logclient.ip:127.0.0.1
2015-08-02 17:40:49 Info ConfigInfo0: N*logclient.port:4516
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.accountid:account_id
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.age:age
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.authok:auth_ok
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.block:block
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.eventcode:event_code
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.lastserveridx:last_login_s erver_idx
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.password

assword
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.pcbang

cbang
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_account.column.serveridxoffset:server_idx _offset
2015-08-02 17:40:49 Info ConfigInfo0: B*sql.db_account.enable:true
2015-08-02 17:40:49 Info ConfigInfo0: N*sql.db_account.param.account:1
2015-08-02 17:40:49 Info ConfigInfo0: N*sql.db_account.param.ip:-1
2015-08-02 17:40:49 Info ConfigInfo0: N*sql.db_account.param.password:2
2015-08-02 17:40:49 Info ConfigInfo0: S sql.db_account.query:SELECT * FROM account WITH(NOLOCK) WHERE account = ? AND password = ?;
2015-08-02 17:40:49 Info ConfigInfo0: B*sql.db_securitynocheck.enable:true
2015-08-02 17:40:49 Info ConfigInfo0: N*sql.db_securitynocheck.param.account:1
2015-08-02 17:40:49 Info ConfigInfo0: N*sql.db_securitynocheck.param.securityno:2
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_securitynocheck.query:SELECT account FROM account WHERE account = ? AND password = ?
2015-08-02 17:40:49 Info ConfigInfo0: B*sql.db_updatelastserveridx.enable:true
2015-08-02 17:40:49 Info ConfigInfo0: N*sql.db_updatelastserveridx.param.accountid:2
2015-08-02 17:40:49 Info ConfigInfo0: N*sql.db_updatelastserveridx.param.serveridx:1
2015-08-02 17:40:49 Info ConfigInfo0: S*sql.db_updatelastserveridx.query:UPDATE account SET last_login_server_idx = ? WHERE account_id = ?;
2015-08-02 17:40:49 Info ConfigInfo0: N stats.connections:0
2015-08-02 17:40:49 Info ConfigInfo0: N stats.disconnections:0
2015-08-02 17:40:49 Info ConfigInfo0: S*trafficdump.consolelevel:fatal
2015-08-02 17:40:49 Info ConfigInfo0: S*trafficdump.dir:Z:\рапа 9.1\серв\загрузки/traffic_log
2015-08-02 17:40:49 Info ConfigInfo0: B*trafficdump.enable:false
2015-08-02 17:40:49 Info ConfigInfo0: S*trafficdump.file:auth.log
2015-08-02 17:40:49 Info ConfigInfo0: S*trafficdump.level:debug
2015-08-02 17:40:49 Info ConfigInfo0: B*upload.clients.autostart:true
2015-08-02 17:40:49 Info ConfigInfo0: N*upload.clients.idletimeout:61
2015-08-02 17:40:49 Info ConfigInfo0: S upload.clients.ip:25.169.142.23
2015-08-02 17:40:49 Info ConfigInfo0: N upload.clients.port:4617
2015-08-02 17:40:49 Info ConfigInfo0: S upload.dir:Z:\рапа 9.1\серв\загрузки/upload
2015-08-02 17:40:49 Info ConfigInfo0: B*upload.gameserver.autostart:true
2015-08-02 17:40:49 Info ConfigInfo0: N*upload.gameserver.idletimeout:0
2015-08-02 17:40:49 Info ConfigInfo0: S upload.gameserver.ip:25.169.142.23
2015-08-02 17:40:49 Info ConfigInfo0: N upload.gameserver.port:4616
2015-08-02 17:40:49 Info ConfigInfo0: B*upload.iconserver.autostart:true
2015-08-02 17:40:49 Info ConfigInfo0: N*upload.iconserver.idletimeout:31
2015-08-02 17:40:49 Info ConfigInfo0: S upload.iconserver.ip:25.169.142.23
2015-08-02 17:40:49 Info ConfigInfo0: N upload.iconserver.port:5000
2015-08-02 17:40:49 Info DbConnectionPool0: Checking connection to database
2015-08-02 17:40:49 Debug DbConnectionPool0: Connecting to database
2015-08-02 17:40:49 ERROR ODBC: SQLDriverConnect: error:
2015-08-02 17:40:49 ERROR ODBC: 28000:1:18456:[Microsoft][ODBC SQL Server Driver][SQL Server]Ошибка входа пользователя "sa".
2015-08-02 17:40:49 ERROR DbConnectionPool0: Failed to connect to driver=SQL Server;Server=25.169.142.23,1433;Database=auth;UID =sa;PWD=ґ[о„Уу0ЌЬјcf/2М
2015-08-02 17:40:49 ERROR DbConnectionPool0: Could not retrieve a DB connection from pool to "driver=SQL Server;Server=25.169.142.23,1433;Database=auth;UID =sa;PWD=ґ[о„Уу0ЌЬјcf/2М"
2015-08-02 17:40:49 Info SessionServer<AuthServer::ClientSession>: Starting server auth.clients on 25.169.142.23:4500
2015-08-02 17:40:49 Debug BanManager0: No ban ip file: "Z:\рапа 9.1\серв\загрузки/bannedip.txt"
2015-08-02 17:40:49 Info SessionServer<AuthServer::BillingInterface>: Starting server auth.billing on 127.0.0.1:4503
2015-08-02 17:40:49 Info SessionServer<AuthServer::GameServerSession>: Starting server auth.gameserver on 25.169.142.23:4502
2015-08-02 17:40:49 Info SessionServer<UploadServer::GameServerSession>: Starting server upload.gameserver on 25.169.142.23:4616
2015-08-02 17:40:49 Info SessionServer<UploadServer::ClientSession>: Starting server upload.clients on 25.169.142.23:4617
2015-08-02 17:40:49 Debug BanManager0: No ban ip file: "Z:\рапа 9.1\серв\загрузки/bannedip.txt"
2015-08-02 17:40:49 Info SessionServer<UploadServer::IconServerSession>: Starting server upload.iconserver on 25.169.142.23:5000
2015-08-02 17:40:49 Debug BanManager0: No ban ip file: "Z:\рапа 9.1\серв\загрузки/bannedip.txt"
2015-08-02 17:40:49 Info SessionServer<AdminServer::AdminInterface>: Starting server admin.telnet on 127.0.0.1:4501
2015-08-02 17:40:50 ERROR Socket[:0 <> 127.0.0.1:4516]: onConnected: connection refused
2015-08-02 17:40:50 Info SocketSession0: Disconnected from Log server 127.0.0.1:4516
2015-08-02 17:40:55 Info SessionServer<AuthServer::ClientSession>: Stopping server auth.clients
2015-08-02 17:40:55 Info SessionServer<AuthServer::BillingInterface>: Stopping server auth.billing
2015-08-02 17:40:55 Info SessionServer<AuthServer::GameServerSession>: Stopping server auth.gameserver
2015-08-02 17:40:55 Info SessionServer<UploadServer::GameServerSession>: Stopping server upload.gameserver
2015-08-02 17:40:55 Info SessionServer<UploadServer::ClientSession>: Stopping server upload.clients
2015-08-02 17:40:55 Info SessionServer<UploadServer::IconServerSession>: Stopping server upload.iconserver
2015-08-02 17:40:55 Info SessionServer<AdminServer::AdminInterface>: Stopping server admin.telnet
2015-08-02 17:40:55 Info Log0: Log thread stopped
S:app.name:Game001
T:auth.server_idx:1
S:auth.server_name:Revo
S:db.c.account:sa
S:db.c.name:Arcadia
S:db.c.server:25.169.142.23
S:db.user.account:sa
S:db.user.server:25.169.142.23
S:db.user.name:telecaster
N:io.port:4514
S:io.auth.ip:25.169.142.23
S:io.ip_address:25.169.142.23
S:log.chat.ip:25.169.142.23
S:log.ip:25.169.142.23
T:log.chat.working:1
T:log.working:0
F:game.exp_rate:42
F:game.ally_pcbang_bonus_rate:0.1
F:game.ally_pcbang_chaos_bonus_rate:0.1
T:game.update.version:24
F:game.gold_drop_rate:50
F:game.item_drop_rate:20
T:game.max_level:180
T:game.PKServer:1
T:game.AdultServer:0
T:game.cash_usable_server:1
N:game.local_flag:256
T:game.min_global_chat_usable_level:80
T:game.use_auto_trap:0
T:game.use_auto_jail:0
N:CodePage:1256
T:game.ServiceServer:1
N:console.port:65528
S:console.allow_ip:25.169.142.23
S:console._password:455600000300b13015cbe8f4ea6bb5 ee979a15b993f8dc9691ed74958a6b950e69c8178b95949564 0b7d2294b7
S:io.upload.ip:25.169.142.23
S:io.upload.port:4616
S:game.guild_icon_base_url:

S:game.url_list:guild.url|
S:game.server_screenshot_url:

S:game.helpdesk_url:

S:game.newbiehelp_asura_url:

S:game.newbiehelp_deva_url:

S:game.newbiehelp_gaia_url:

S:game.local_setting_list:log.ip|log.chat.ip|io.au th.ip|io.ip_address|db.c.server|db.user.server|N game.periodical_npc_adjustment
T:game.disable_trade:0
T:game.disable_booth:0
T:game.enhance_fail_type:2
T:game.monster_pathfinding:1
T:game.monster_wandering:1
T:game.no_collision_check:0
T:game.no_skill_cooltime:0
N:game.item_hold_time:2500
T:db.user.thread:4