1. Соблюдайте Правила форума и проявляйте уважение к другим участникам беседы.

Luaghost

Тема в разделе 'Основные вопросы', создана пользователем Huskar404, 21 ноя 2010.

  1. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    Вот решил попробывать данного бота. Вроде бы все нормально, но почему то именно в самой игре никакие команды не работают типа -latency и т.д.
    Вот мой файл настроек:
    Код:
    #####################
    # BOT CONFIGURATION #
    #####################
    
    ### the log file
    
    bot_log = ghost.log
    
    ### the log method
    ###  set this to 1 to leave the log unlocked while GHost++ is running (may be slower, particularly on Windows)
    ###  set this to 2 to lock the log while GHost++ is running (may be faster, particularly on Windows)
    ###  note: if the log is locked you will not be able to edit/move/delete it while GHost++ is running
    
    bot_logmethod = 1
    
    ### the language file
    
    bot_language = language_russian.cfg
    
    ### the path to your local Warcraft III directory
    ###  this path must contain war3.exe, storm.dll, and game.dll
    ###  if this path contains War3Patch.mpq the bot will attempt to extract "Scripts\common.j" and "Scripts\blizzard.j" on startup and write them to bot_mapcfgpath (which is defined later in this file)
    ###  common.j and blizzard.j are only required for automatically calculating map_crc, you do not need them if your map config files already contain map_crc
    
    bot_war3path = war3/
    
    ### whether to act as Warcraft III: The Frozen Throne or not
    ###  set this to 0 to act as Warcraft III: Reign of Chaos (you WILL NOT need to enter a TFT cd key to login to battle.net)
    ###  set this to 1 to act as Warcraft III: The Frozen Throne (you WILL need to enter a TFT cd key to login to battle.net)
    
    bot_tft = 1
    
    ### the address GHost++ will bind to when hosting games (leave it blank to bind to all available addresses)
    ###  if you don't know what this is just leave it blank
    
    bot_bindaddress =
    
    ### the port GHost++ will host games on (this must be different from your admingame_port)
    
    bot_hostport = 6113
    
    ### whether to allow GProxy++ reliable reconnects or not
    ###  you should ensure that bot_synclimit is set to a reasonable value if you choose to allow GProxy++ reliable reconnects
    ###  a reasonable value is 5000 divided by bot_latency, e.g. if bot_latency is 100 use a value of 50 for bot_synclimit
    
    bot_reconnect = 0
    
    ### the port GHost++ will listen for GProxy++ reliable reconnects on
    
    bot_reconnectport = 6114
    
    ### the maximum number of minutes to wait for a GProxy++ client to reconnect to the game
    ###  if you set this to 0 or 1 GHost++ will wait for up to 1 minute
    ###  if you set this to 10 or more GHost++ will only wait for up to 10 minutes
    ###  due to the way GProxy++ works, increasing this value increases bandwidth requirements and CPU requirements on the players' computers
    ###  players can always vote to drop a player who is lagging after waiting 45 seconds regardless of this value
    
    bot_reconnectwaittime = 3
    
    ### maximum number of games to host at once
    
    bot_maxgames = 5
    
    ### command trigger for ingame only (battle.net command triggers are defined later)
    
    bot_commandtrigger = -
    
    ### the path to the directory where you keep your map config files
    ###  this directory can also contain common.j and blizzard.j (extracted from War3Patch.mpq)
    ###  common.j and blizzard.j are only required for automatically calculating map_crc, you do not need them if your map config files already contain map_crc
    
    bot_mapcfgpath = mapcfgs/
    
    ### the path to the directory where you keep your savegame files
    
    bot_savegamepath = savegames
    
    ### the path to the directory where you keep your map files
    ###  GHost++ doesn't require map files but if it has access to them it can send them to players and automatically calculate most map config values
    ###  GHost++ will search [bot_mappath + map_localpath] for the map file (map_localpath is set in each map's config file)
    
    bot_mappath = maps/
    
    ### whether to save replays or not
    
    bot_savereplays = 0
    
    ### the path to the directory where you want GHost++ to save replays
    
    bot_replaypath = replays/
    
    ### the Warcraft 3 version to save replays as
    
    replay_war3version = 24
    
    ### the Warcraft 3 build number to save replays as (this is specific to each Warcraft 3 version)
    ###  patch 1.23:  war3version 23, buildnumber 6058
    ###  patch 1.24:  war3version 24, buildnumber 6059
    ###  patch 1.24b: war3version 24, buildnumber 6059
    
    replay_buildnumber = 6059
    
    ### the bot's virtual host name as it appears in the game lobby
    ###  colour codes are defined by the sequence "|cFF" followed by a six character hexadecimal colour in RRGGBB format (e.g. 0000FF for pure blue)
    ###  the virtual host name cannot be longer than 15 characters including the colour code, if you try to go over this limit GHost++ will use the default virtual host name
    
    bot_virtualhostname = |cFF4080C0Bot
    
    ### whether to hide each player's IP address from other players or not
    
    bot_hideipaddresses = 0
    
    ### whether to check for multiple IP address usage or not
    
    bot_checkmultipleipusage = 1
    
    ### whether to do automatic spoof checks or not
    ###  you can always manually spoof check by whispering the bot (and in fact this is required before running admin commands)
    ###  set to 0 to disable automatic spoof checks
    ###  set to 1 to enable automatic spoof checks on all players
    ###  set to 2 to enable automatic spoof checks on potential admins only
    
    bot_spoofchecks = 2
    
    ### whether to require spoof checks or not
    ###  this controls whether the bot will require players to spoof check before starting the game
    ###  it does NOT control whether the bot will require players to spoof check before running admin commands - spoof checks are ALWAYS required for admin status
    ###  if you require spoof checks, players will be kicked from the lobby if they haven't spoof checked within 20 seconds of joining (autohosted games only)
    
    bot_requirespoofchecks = 0
    
    ### whether to consider admins and root admins as reserved players or not
    ###  reserved players are allowed to join full games because another player will be kicked to allow them to join
    
    bot_reserveadmins = 1
    
    ### whether to display game refresh messages by default
    ###  this can always be changed for a particular game with the !refresh command
    
    bot_refreshmessages = 0
    
    ### whether to automatically lock games when the owner joins
    
    bot_autolock = 0
    
    ### whether to automatically save games when a player disconnects
    ###  this can always be changed for a particular game with the !autosave command
    
    bot_autosave = 0
    
    ### whether to allow map downloads or not
    ###  set to 0 to disable map downloads
    ###  set to 1 to enable map downloads
    ###  set to 2 to enable conditional map downloads (an admin must start each map download with the !download or !dl command)
    
    bot_allowdownloads = 1
    
    ### whether to ping players during map downloads or not
    ###  GHost++ will always stop pinging any players who are downloading the map
    ###  this config value determines whether GHost++ should stop pinging *all* players when at least one player is downloading the map
    
    bot_pingduringdownloads = 0
    
    ### the maximum number of players allowed to download the map at the same time
    
    bot_maxdownloaders = 3
    
    ### the maximum combined download speed of all players downloading the map (in KB/sec)
    
    bot_maxdownloadspeed = 100
    
    ### use LC style pings (divide actual pings by two)
    
    bot_lcpings = 1
    
    ### auto kick players with ping higher than this
    
    bot_autokickping = 400
    
    ### the ban method
    ###  if bot_banmethod = 1, GHost++ will automatically reject players using a banned name
    ###  if bot_banmethod = 2, GHost++ will automatically reject players using a banned IP address
    ###  if bot_banmethod = 3, GHost++ will automatically reject players using a banned name or IP address
    ###  if bot_banmethod is anything else GHost++ will print a message when a banned player joins but will not automatically reject them
    
    bot_banmethod = 1
    
    ### the IP blacklist file
    
    bot_ipblacklistfile = ipblacklist.txt
    
    ### automatically close the game lobby if a reserved player (or admin) doesn't join it for this many minutes
    ###  games which are set to automatically start when enough players join are exempt from this limit (e.g. autohosted games)
    
    bot_lobbytimelimit = 10
    
    ### the game latency
    ###  this can always be changed for a particular game with the !latency command (which enforces a minimum of 20 and a maximum of 500)
    
    bot_latency = 20
    
    ### the maximum number of packets a player is allowed to get out of sync by before starting the lag screen
    ###  before version 8.0 GHost++ did not have a lag screen which is the same as setting this to a very high number
    ###  this can always be changed for a particular game with the !synclimit command (which enforces a minimum of 10 and a maximum of 10000)
    
    bot_synclimit = 50
    
    ### whether votekicks are allowed or not
    
    bot_votekickallowed = 1
    
    ### the percentage of players required to vote yes for a votekick to pass
    ###  the player starting the votekick is assumed to have voted yes and the player the votekick is started against is assumed to have voted no
    ###  the formula for calculating the number of votes needed is votes_needed = ceil( ( num_players - 1 ) * bot_votekickpercentage / 100 )
    ###  this means it will round UP the number of votes required
    ###  if you set it to 100 it will require 2/3, 3/4, 4/5, 5/6, 6/7, 7/8, 8/9, 9/10, 10/11, and 11/12 votes to pass
    ###  if you set it to 90 it will require 2/3, 3/4, 4/5, 5/6, 6/7, 7/8, 8/9, 9/10, 9/11, and 10/12 votes to pass
    ###  if you set it to 80 it will require 2/3, 3/4, 4/5, 4/6, 5/7, 6/8, 7/9, 8/10, 8/11, and 9/12 votes to pass
    ###  if you set it to 70 it will require 2/3, 3/4, 3/5, 4/6, 5/7, 5/8, 6/9, 7/10, 7/11, and 8/12 votes to pass
    ###  if you set it to 60 it will require 2/3, 2/4, 3/5, 3/6, 4/7, 5/8, 5/9, 6/10, 6/11, and 7/12 votes to pass
    
    bot_votekickpercentage = 100
    
    ### the default map config (the ".cfg" will be added automatically if you leave it out)
    
    bot_defaultmap = map
    
    ### the MOTD file
    ###  the first 8 lines of this file will be displayed when a player joins the game
    ###  if this file doesn't exist a default MOTD will be used
    
    bot_motdfile = motd.txt
    
    ### the gameloaded file
    ###  the first 8 lines of this file will be displayed when the game finished loading (after the player loading times are displayed)
    
    bot_gameloadedfile = gameloaded.txt
    
    ### the gameover file
    ###  the first 8 lines of this file will be displayed when the game is over
    ###  this only works when using a stats class - note: at the time of this writing the only stats class is for DotA maps
    
    bot_gameoverfile = gameover.txt
    
    ### whether to send "local admin messages" or not
    ###  these messages are battle.net chat messages, whispers, and emotes which the bot receives and passes on to the "local admin"
    ###  the local admin is the game owner if they are playing from a LAN or the same computer as the bot
    ###  this is useful when you are using the admin game to play with one set of CD keys and you want messages sent to the bot to be relayed to you
    ###  you can enable or disable this for a particular game with the !messages command
    
    bot_localadminmessages = 1
    
    ### the "TCP no delay" flag
    ###  this controls whether or not your operating system should use the "no delay" algorithm on game sockets
    ###  the algorithm is designed to reduce latency by sending data in small packets as soon as possible rather than waiting to send a single larger packet
    ###  enabling this algorithm requires additional bandwidth because it is a less efficient way of sending data
    ###  however, it may reduce game latencies in some cases
    
    tcp_nodelay = 0
    
    ### the matchmaking method
    ###  this controls how the bot matches players when they join the game when using !autohostmm
    ###  set it to 0 to disable matchmaking (first come first served, even if their scores are very different)
    ###  set it to 1 to use the "furthest score" method (the player with the furthest score from the average is kicked to make room for another player)
    ###  set it to 2 to use the "lowest score" method (the player with the lowest score is kicked to make room for another player)
    
    bot_matchmakingmethod = 1
    
    ############################
    # ADMIN GAME CONFIGURATION #
    ############################
    
    ### whether to create the admin game or not (see readme.txt for more information)
    
    admingame_create = 0
    
    ### the port GHost++ will host the admin game on (this must be different from your bot_hostport)
    
    admingame_port = 6113
    
    ### the admin game password
    
    admingame_password =
    
    ### the default map config to use in the admin game
    ###  if this value is blank the bot will use a hardcoded map instead
    ###  it's recommended that you use the hardcoded map instead of specifying a different one
    ###  this value exists because the hardcoded map is specific to Warcraft 3 versions and you may wish to use a previous or newer version
    ###  the ".cfg" will be added automatically if you leave it out
    
    admingame_map =
    
    #####################
    # LAN CONFIGURATION #
    #####################
    
    ### the Warcraft 3 version to use when broadcasting LAN games
    
    lan_war3version = 24
    
    ### the UDP broadcast target
    ###  if this value is blank the bot will try to broadcast LAN games on the default interface which is chosen by your operating system
    ###  sometimes your operating system will choose the wrong interface when more than one exists
    ###  therefore you can use this value to force the bot to use a specific interface
    ###  for example you may set it to "192.168.1.255" to broadcast LAN games to the 192.168.1.x subnet
    
    udp_broadcasttarget =
    
    ### the UDP "don't route" flag
    
    udp_dontroute = 0
    
    ##########################
    # AUTOHOST CONFIGURATION #
    ##########################
    
    ### this section of the config file is for enabling autohost when the bot starts up without having to issue a command
    ### you can activate the autohost feature without changing anything here by using the !autohost command
    
    autohost_maxgames = 0
    autohost_startplayers = 0
    autohost_gamename =
    autohost_owner =
    
    ##########################
    # DATABASE CONFIGURATION #
    ##########################
    
    ### database type
    ###  use "sqlite3" for a local SQLite database
    ###  use "mysql" for any MySQL database
    
    db_type = mysql
    
    ### sqlite3 database configuration
    ###  this is only used if your database type is SQLite
    
    ###db_sqlite3_file = ghost.dbs
    
    ### mysql database configuration
    ###  this is only used if your database type is MySQL
    
    db_mysql_server = localhost
    db_mysql_database = bot
    db_mysql_user = root
    db_mysql_password = 4vCKTmV7qP
    db_mysql_port = 0
    
    ### the bot ID is included each time the bot adds data to the MySQL database
    ### it is used to identify where each row of data came from when you configure multiple bots to connect to the same MySQL database
    ### GHost++ does not use the bot ID number itself, it's just to help you keep track of the data in your database
    
    db_mysql_botid = 1
    
    ############################
    # BATTLE.NET CONFIGURATION #
    ############################
    
    ### which battle.net server to connect to
    ###  1.) useast.battle.net
    ###  2.) uswest.battle.net
    ###  3.) asia.battle.net
    ###  4.) europe.battle.net
    ### note that each banned player is tied to the realm it was created on and the realm is case sensitive
    ### so if you change your realm from useast.battle.net to USEAST.BATTLE.NET it'll still connect but anyone previously banned will not be counted as banned until you change it back
    
    bnet_server = wc3bryansk.ru
    
    ### the server alias
    ### this name will be used to identify the battle.net server in the GHost++ console
    ### if you leave it blank it will use a short name such as "USEast" for official battle.net servers or it will use the actual server address
    
    bnet_serveralias = 
    
    ### your Warcraft III: Reign of Chaos CD key
    ### you cannot use the same CD key here that you yourself use to login to battle.net if you plan to login at the same time as your bot
    
    bnet_cdkeyroc = FFFFFFFFFFFFFFFFFFFFFFFFFF
    
    ### your Warcraft III: The Frozen Throne CD key
    ### you cannot use the same CD key here that you yourself use to login to battle.net if you plan to login at the same time as your bot
    
    bnet_cdkeytft = FFFFFFFFFFFFFFFFFFFFFFFFFF
    
    ### the locale specifies the area of the world you are from
    ### battle.net uses this to group players together, showing them games hosted by players and bots mostly from their own area
    ### it's important to set this to the correct value to increase the effectiveness of the game refresher
    ### if you are using Windows you can set this to "system" to use the locale of your system
    ### otherwise you can use the list at the following URL to get the correct value for your area:
    ### http://msdn.microsoft.com/en-us/library/0h88fahh%28VS.85%29.aspx
    ### put the "decimal value" here, e.g. 1033 is the default for "English - United States"
    ### note: you cannot use a value of "system" on Linux, doing so will use a default value of 1033 instead
    
    bnet_locale = 1049
    
    ### your battle.net username
    ### you cannot use the same username here that you yourself use to login to battle.net if you plan to login at the same time as your bot
    
    bnet_username = test2
    
    ### your battle.net password
    
    bnet_password = 123123
    
    ### the first channel to join upon entering battle.net
    
    bnet_firstchannel = DotA
    
    ### the root admins on this battle.net server only
    ###  seperate each name with a space, e.g. bnet_rootadmin = Varlock Kilranin Instinct121
    
    bnet_rootadmin = Huskar
    
    ### command trigger for this battle.net server only
    
    bnet_commandtrigger = !
    
    ### whether to automatically add your friends list to each game's reserved list
    
    bnet_holdfriends = 1
    
    ### whether to automatically add your clan members list to each game's reserved list
    
    bnet_holdclan = 1
    
    ### whether to allow anonymous users (non admins) to use public commands such as !stats and !statsdota on this battle.net connection
    ### if you are having trouble with spammers causing your bot to flood the server you should disable this
    
    bnet_publiccommands = 1
    
    ### BNLS server information for Warden handling (see readme.txt for more information)
    ###  you will need to use a valid BNLS server here if you are connecting to an official battle.net realm or you will be disconnected every two minutes
    
    bnet_bnlsserver = localhost
    bnet_bnlsport = 9367
    bnet_bnlswardencookie = 1
    
    ### you will need to edit this section of the config file if you're connecting to a PVPGN server
    ###  your PVPGN server operator will tell you what to put here
    
    bnet_custom_war3version = 24
    bnet_custom_exeversion = 243 4 24 1
    bnet_custom_exeversionhash = 197 67 68 222
    bnet_custom_passwordhashtype = pvpgn
    bnet_custom_pvpgnrealmname = PvPGN Realm
    
    ###
    ### example configuration for connecting to a second official battle.net server
    ###
    
    # bnet2_server = uswest.battle.net
    # bnet2_serveralias = USWest
    # bnet2_cdkeyroc = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet2_cdkeytft = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet2_locale = system
    # bnet2_username =
    # bnet2_password =
    # bnet2_firstchannel = The Void
    # bnet2_rootadmin =
    # bnet2_commandtrigger = !
    # bnet2_holdfriends = 1
    # bnet2_holdclan = 1
    # bnet2_publiccommands = 1
    # bnet2_bnlsserver = localhost
    # bnet2_bnlsport = 9367
    # bnet2_bnlswardencookie = 2
    
    ###
    ### example configuration for connecting to a third PVPGN battle.net server
    ###
    
    # bnet3_server = server.eurobattle.net
    # bnet3_serveralias = EuroBattle
    # bnet3_cdkeyroc = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet3_cdkeytft = FFFFFFFFFFFFFFFFFFFFFFFFFF
    # bnet3_locale = system
    # bnet3_username =
    # bnet3_password =
    # bnet3_firstchannel = The Void
    # bnet3_rootadmin =
    # bnet3_commandtrigger = !
    # bnet3_holdfriends = 1
    # bnet3_holdclan = 1
    # bnet3_publiccommands = 1
    # bnet3_custom_war3version = 24
    # bnet3_custom_exeversion = 184 0 22 1
    # bnet3_custom_exeversionhash = 219 152 153 144
    # bnet3_custom_passwordhashtype = pvpgn
    # bnet3_custom_pvpgnrealmname = PvPGN Realm
    
    А вот лог:
    Код:
    [Sun Nov 21 13:12:20 2010] [GHOST] starting up
    [Sun Nov 21 13:12:20 2010] [GHOST] using log method 1, logging is enabled and [ghost.log] will not be locked
    [Sun Nov 21 13:12:20 2010] [GHOST] using monotonic timer with resolution 999.00 microseconds
    [Sun Nov 21 13:12:20 2010] [UDPSOCKET] using default broadcast target
    [Sun Nov 21 13:12:20 2010] [GHOST] opening primary database
    [Sun Nov 21 13:12:20 2010] [MYSQL] connecting to database server
    [Sun Nov 21 13:12:20 2010] [GHOST] opening secondary (local) database
    [Sun Nov 21 13:12:20 2010] [SQLITE3] version 3.6.16
    [Sun Nov 21 13:12:20 2010] [SQLITE3] opening database [ghost.dbs]
    [Sun Nov 21 13:12:20 2010] [SQLITE3] found schema number [8]
    [Sun Nov 21 13:12:20 2010] [GHOST] attempting to find local IP addresses
    [Sun Nov 21 13:12:20 2010] [GHOST] local hostname is [www]
    [Sun Nov 21 13:12:20 2010] [GHOST] local IP address #1 is [91.218.230.73]
    [Sun Nov 21 13:12:20 2010] [GHOST] acting as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:12:20 2010] [CONFIG] loading file [language.cfg]
    [Sun Nov 21 13:12:20 2010] [GHOST] found battle.net connection #1 for server [wc3bryansk.ru]
    [Sun Nov 21 13:12:20 2010] [BNET: wc3bryansk.ru] pvpgn connection found with a configured BNLS server, ignoring BNLS server
    [Sun Nov 21 13:12:20 2010] [GHOST] loading MPQ file [war3/War3Patch.mpq]
    [Sun Nov 21 13:12:20 2010] [GHOST] extracting Scripts\common.j from MPQ file to [mapcfgs/common.j]
    [Sun Nov 21 13:12:20 2010] [GHOST] extracting Scripts\blizzard.j from MPQ file to [mapcfgs/blizzard.j]
    [Sun Nov 21 13:12:20 2010] [GHOST] adding ".cfg" to default map -> new default is [map.cfg]
    [Sun Nov 21 13:12:20 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Sun Nov 21 13:12:20 2010] [UTIL] warning - unable to read file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:12:20 2010] [MAP] warning - unable to load MPQ file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:12:20 2010] [MAP] no map data available, using config file for map_size, map_info, map_crc, map_sha1
    [Sun Nov 21 13:12:20 2010] [MAP] no map data available, using config file for map_options, map_width, map_height, map_slot<x>, map_numplayers, map_numteams
    [Sun Nov 21 13:12:20 2010] [GHOST] using hardcoded admin game map
    [Sun Nov 21 13:12:20 2010] [MAP] using hardcoded Emerald Gardens map data for Warcraft 3 version 1.24 & 1.24b
    [Sun Nov 21 13:12:20 2010] [GHOST] started loading [ip-to-country.csv]
    [Sun Nov 21 13:12:20 2010] [GHOST] iptocountry data: 10% loaded
    [Sun Nov 21 13:12:21 2010] [GHOST] iptocountry data: 20% loaded
    [Sun Nov 21 13:12:21 2010] [GHOST] iptocountry data: 30% loaded
    [Sun Nov 21 13:12:21 2010] [GHOST] iptocountry data: 40% loaded
    [Sun Nov 21 13:12:22 2010] [GHOST] iptocountry data: 50% loaded
    [Sun Nov 21 13:12:22 2010] [GHOST] iptocountry data: 60% loaded
    [Sun Nov 21 13:12:23 2010] [GHOST] iptocountry data: 70% loaded
    [Sun Nov 21 13:12:23 2010] [GHOST] iptocountry data: 80% loaded
    [Sun Nov 21 13:12:23 2010] [GHOST] iptocountry data: 90% loaded
    [Sun Nov 21 13:12:24 2010] [GHOST] iptocountry data: 100% loaded
    [Sun Nov 21 13:12:24 2010] [GHOST] finished loading [ip-to-country.csv]
    [Sun Nov 21 13:12:24 2010] [GHOST] GHost++ Version 17.0 (with MySQL support)
    [Sun Nov 21 13:12:24 2010] [LUA] Loading scripts..
    [Sun Nov 21 13:12:24 2010] [LUA] Ready!
    [Sun Nov 21 13:12:24 2010] [BNET: wc3bryansk.ru] connecting to server [wc3bryansk.ru] on port 6112
    [Sun Nov 21 13:12:24 2010] [BNET: wc3bryansk.ru] resolved and cached server IP address 91.218.230.73
    [Sun Nov 21 13:12:24 2010] [BNET: wc3bryansk.ru] connected
    [Sun Nov 21 13:12:24 2010] [BNCSUI] unable to open [war3/war3.exe]
    [Sun Nov 21 13:12:24 2010] [BNET: wc3bryansk.ru] logon failed - bncsutil key hash failed (check your Warcraft 3 path and cd keys), disconnecting
    [Sun Nov 21 13:12:24 2010] [BNET: wc3bryansk.ru] disconnected from battle.net
    [Sun Nov 21 13:12:24 2010] [BNET: wc3bryansk.ru] waiting 90 seconds to reconnect
    [Sun Nov 21 13:13:11 2010] [!!!] caught signal 2, exiting nicely
    [Sun Nov 21 13:13:11 2010] [GHOST] deleting all battle.net connections in preparation for exiting nicely
    [Sun Nov 21 13:13:11 2010] [GHOST] all games finished, waiting 60 seconds for threads to finish
    [Sun Nov 21 13:13:11 2010] [GHOST] there are 0 threads in progress
    [Sun Nov 21 13:13:11 2010] [GHOST] all threads finished, exiting nicely
    [Sun Nov 21 13:13:11 2010] [GHOST] shutting down
    [Sun Nov 21 13:13:11 2010] [MYSQL] closing 2/2 idle MySQL connections
    [Sun Nov 21 13:13:11 2010] [SQLITE3] closing database [ghost.dbs]
    [Sun Nov 21 13:13:59 2010] [GHOST] starting up
    [Sun Nov 21 13:13:59 2010] [GHOST] using log method 1, logging is enabled and [ghost.log] will not be locked
    [Sun Nov 21 13:13:59 2010] [GHOST] using monotonic timer with resolution 999.00 microseconds
    [Sun Nov 21 13:13:59 2010] [UDPSOCKET] using default broadcast target
    [Sun Nov 21 13:13:59 2010] [GHOST] opening primary database
    [Sun Nov 21 13:13:59 2010] [MYSQL] connecting to database server
    [Sun Nov 21 13:13:59 2010] [GHOST] opening secondary (local) database
    [Sun Nov 21 13:13:59 2010] [SQLITE3] version 3.6.16
    [Sun Nov 21 13:13:59 2010] [SQLITE3] opening database [ghost.dbs]
    [Sun Nov 21 13:13:59 2010] [SQLITE3] found schema number [8]
    [Sun Nov 21 13:13:59 2010] [GHOST] attempting to find local IP addresses
    [Sun Nov 21 13:13:59 2010] [GHOST] local hostname is [www]
    [Sun Nov 21 13:13:59 2010] [GHOST] local IP address #1 is [91.218.230.73]
    [Sun Nov 21 13:13:59 2010] [GHOST] acting as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:13:59 2010] [CONFIG] loading file [language.cfg]
    [Sun Nov 21 13:13:59 2010] [GHOST] found battle.net connection #1 for server [wc3bryansk.ru]
    [Sun Nov 21 13:13:59 2010] [BNET: wc3bryansk.ru] pvpgn connection found with a configured BNLS server, ignoring BNLS server
    [Sun Nov 21 13:13:59 2010] [GHOST] loading MPQ file [war3/War3Patch.mpq]
    [Sun Nov 21 13:13:59 2010] [GHOST] extracting Scripts\common.j from MPQ file to [mapcfgs/common.j]
    [Sun Nov 21 13:13:59 2010] [GHOST] extracting Scripts\blizzard.j from MPQ file to [mapcfgs/blizzard.j]
    [Sun Nov 21 13:13:59 2010] [GHOST] adding ".cfg" to default map -> new default is [map.cfg]
    [Sun Nov 21 13:13:59 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Sun Nov 21 13:13:59 2010] [UTIL] warning - unable to read file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:13:59 2010] [MAP] warning - unable to load MPQ file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:13:59 2010] [MAP] no map data available, using config file for map_size, map_info, map_crc, map_sha1
    [Sun Nov 21 13:13:59 2010] [MAP] no map data available, using config file for map_options, map_width, map_height, map_slot<x>, map_numplayers, map_numteams
    [Sun Nov 21 13:13:59 2010] [GHOST] using hardcoded admin game map
    [Sun Nov 21 13:13:59 2010] [MAP] using hardcoded Emerald Gardens map data for Warcraft 3 version 1.24 & 1.24b
    [Sun Nov 21 13:13:59 2010] [GHOST] started loading [ip-to-country.csv]
    [Sun Nov 21 13:13:59 2010] [GHOST] iptocountry data: 10% loaded
    [Sun Nov 21 13:14:00 2010] [GHOST] iptocountry data: 20% loaded
    [Sun Nov 21 13:14:00 2010] [GHOST] iptocountry data: 30% loaded
    [Sun Nov 21 13:14:00 2010] [GHOST] iptocountry data: 40% loaded
    [Sun Nov 21 13:14:01 2010] [GHOST] iptocountry data: 50% loaded
    [Sun Nov 21 13:14:01 2010] [GHOST] iptocountry data: 60% loaded
    [Sun Nov 21 13:14:02 2010] [GHOST] iptocountry data: 70% loaded
    [Sun Nov 21 13:14:02 2010] [GHOST] iptocountry data: 80% loaded
    [Sun Nov 21 13:14:02 2010] [GHOST] iptocountry data: 90% loaded
    [Sun Nov 21 13:14:03 2010] [GHOST] iptocountry data: 100% loaded
    [Sun Nov 21 13:14:03 2010] [GHOST] finished loading [ip-to-country.csv]
    [Sun Nov 21 13:14:03 2010] [GHOST] GHost++ Version 17.0 (with MySQL support)
    [Sun Nov 21 13:14:03 2010] [LUA] Loading scripts..
    [Sun Nov 21 13:14:03 2010] [LUA] Ready!
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] connecting to server [wc3bryansk.ru] on port 6112
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] resolved and cached server IP address 91.218.230.73
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] connected
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] using custom exe version bnet_custom_exeversion = 243 4 24 1
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] using custom exe version hash bnet_custom_exeversionhash = 197 67 68 222
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] attempting to auth as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] cd keys accepted
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] username [test2] accepted
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] using pvpgn logon type (for pvpgn servers only)
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] logon successful
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:14:03 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] Hello test2, welcome to WC3Bryansk.ru!
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] Running version PvPGN BnetD Mod 1.8.5 on www.
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] This server is hosted by a PvPGN user
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] There are 16 user accounts on this server.
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] There are currently 1 users in 0 games of Warcraft III Frozen Throne,
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] and 1 users playing 0 games and chatting in 21 channels.
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] Having trouble with a command?  Type   /help   to
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] learn more about it.
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:14:03 2010] [INFO: wc3bryansk.ru] You have no mail.
    [Sun Nov 21 13:15:00 2010] [LOCAL: wc3bryansk.ru] [Huskar] !stats
    [Sun Nov 21 13:15:00 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!stats]
    [Sun Nov 21 13:15:00 2010] [QUEUED: wc3bryansk.ru] [Huskar] has played 1 games with this bot. Average loading time: 6.70 seconds. Average stay: 22 percent.
    [Sun Nov 21 13:15:11 2010] [LOCAL: wc3bryansk.ru] [Huskar] !sd
    [Sun Nov 21 13:15:11 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!sd]
    [Sun Nov 21 13:15:15 2010] [LOCAL: wc3bryansk.ru] [Huskar] !statsdota
    [Sun Nov 21 13:15:15 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!statsdota]
    [Sun Nov 21 13:15:15 2010] [QUEUED: wc3bryansk.ru] [Huskar] has played 1 DotA games here (W/L: 1/0). Hero K/D/A: 0/4/0 (0.00/4.00/0.00). Creep K/D/N: 5/0/0 (5.00/0.00/0.00). T/R/C: 0/0/0.
    [Sun Nov 21 13:15:34 2010] [!!!] caught signal 2, exiting nicely
    [Sun Nov 21 13:15:34 2010] [GHOST] deleting all battle.net connections in preparation for exiting nicely
    [Sun Nov 21 13:15:34 2010] [GHOST] all games finished, waiting 60 seconds for threads to finish
    [Sun Nov 21 13:15:34 2010] [GHOST] there are 0 threads in progress
    [Sun Nov 21 13:15:34 2010] [GHOST] all threads finished, exiting nicely
    [Sun Nov 21 13:15:34 2010] [GHOST] shutting down
    [Sun Nov 21 13:15:34 2010] [MYSQL] closing 2/2 idle MySQL connections
    [Sun Nov 21 13:15:34 2010] [SQLITE3] closing database [ghost.dbs]
    [Sun Nov 21 13:23:43 2010] [GHOST] starting up
    [Sun Nov 21 13:23:43 2010] [GHOST] using log method 1, logging is enabled and [ghost.log] will not be locked
    [Sun Nov 21 13:23:43 2010] [GHOST] using monotonic timer with resolution 999.00 microseconds
    [Sun Nov 21 13:23:43 2010] [UDPSOCKET] using default broadcast target
    [Sun Nov 21 13:23:43 2010] [GHOST] opening primary database
    [Sun Nov 21 13:23:43 2010] [MYSQL] connecting to database server
    [Sun Nov 21 13:23:43 2010] [GHOST] opening secondary (local) database
    [Sun Nov 21 13:23:43 2010] [SQLITE3] version 3.6.16
    [Sun Nov 21 13:23:43 2010] [SQLITE3] opening database [ghost.dbs]
    [Sun Nov 21 13:23:43 2010] [SQLITE3] found schema number [8]
    [Sun Nov 21 13:23:43 2010] [GHOST] attempting to find local IP addresses
    [Sun Nov 21 13:23:43 2010] [GHOST] local hostname is [www]
    [Sun Nov 21 13:23:43 2010] [GHOST] local IP address #1 is [91.218.230.73]
    [Sun Nov 21 13:23:43 2010] [GHOST] acting as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:23:43 2010] [CONFIG] loading file [language_russian.cfg]
    [Sun Nov 21 13:23:43 2010] [GHOST] found battle.net connection #1 for server [wc3bryansk.ru]
    [Sun Nov 21 13:23:43 2010] [BNET: wc3bryansk.ru] pvpgn connection found with a configured BNLS server, ignoring BNLS server
    [Sun Nov 21 13:23:43 2010] [GHOST] loading MPQ file [war3/War3Patch.mpq]
    [Sun Nov 21 13:23:43 2010] [GHOST] extracting Scripts\common.j from MPQ file to [mapcfgs/common.j]
    [Sun Nov 21 13:23:43 2010] [GHOST] extracting Scripts\blizzard.j from MPQ file to [mapcfgs/blizzard.j]
    [Sun Nov 21 13:23:43 2010] [GHOST] adding ".cfg" to default map -> new default is [map.cfg]
    [Sun Nov 21 13:23:43 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Sun Nov 21 13:23:43 2010] [MAP] loading MPQ file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_size = 176 37 119 0
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_info = 15 70 31 170
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_crc = 254 107 113 153
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_options = 96
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_width = 118 0
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_height = 120 0
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_numplayers = 10
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_numteams = 2
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot1 = 0 255 0 0 0 1 4 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot2 = 0 255 0 0 0 2 4 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot3 = 0 255 0 0 0 3 4 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot4 = 0 255 0 0 0 4 4 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot5 = 0 255 0 0 0 5 4 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot6 = 0 255 0 0 1 7 8 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot7 = 0 255 0 0 1 8 8 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot8 = 0 255 0 0 1 9 8 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot9 = 0 255 0 0 1 10 8 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] calculated map_slot10 = 0 255 0 0 1 11 8 1 100
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_size with config value map_size = 176 37 119 0
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_info with config value map_info = 15 70 31 170
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_crc with config value map_crc = 254 107 113 153
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_sha1 with config value map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_width with config value map_width = 118 0
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_height with config value map_height = 120 0
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_numplayers with config value map_numplayers = 10
    [Sun Nov 21 13:23:43 2010] [MAP] overriding calculated map_numteams with config value map_numteams = 2
    [Sun Nov 21 13:23:43 2010] [MAP] overriding slots
    [Sun Nov 21 13:23:43 2010] [GHOST] using hardcoded admin game map
    [Sun Nov 21 13:23:43 2010] [MAP] using hardcoded Emerald Gardens map data for Warcraft 3 version 1.24 & 1.24b
    [Sun Nov 21 13:23:43 2010] [GHOST] started loading [ip-to-country.csv]
    [Sun Nov 21 13:23:43 2010] [GHOST] iptocountry data: 10% loaded
    [Sun Nov 21 13:23:44 2010] [GHOST] iptocountry data: 20% loaded
    [Sun Nov 21 13:23:44 2010] [GHOST] iptocountry data: 30% loaded
    [Sun Nov 21 13:23:44 2010] [GHOST] iptocountry data: 40% loaded
    [Sun Nov 21 13:23:45 2010] [GHOST] iptocountry data: 50% loaded
    [Sun Nov 21 13:23:45 2010] [GHOST] iptocountry data: 60% loaded
    [Sun Nov 21 13:23:46 2010] [GHOST] iptocountry data: 70% loaded
    [Sun Nov 21 13:23:46 2010] [GHOST] iptocountry data: 80% loaded
    [Sun Nov 21 13:23:46 2010] [GHOST] iptocountry data: 90% loaded
    [Sun Nov 21 13:23:47 2010] [GHOST] iptocountry data: 100% loaded
    [Sun Nov 21 13:23:47 2010] [GHOST] finished loading [ip-to-country.csv]
    [Sun Nov 21 13:23:47 2010] [GHOST] GHost++ Version 17.0 (with MySQL support)
    [Sun Nov 21 13:23:47 2010] [LUA] Loading scripts..
    [Sun Nov 21 13:23:47 2010] [LUA] Ready!
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] connecting to server [wc3bryansk.ru] on port 6112
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] resolved and cached server IP address 91.218.230.73
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] connected
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] using custom exe version bnet_custom_exeversion = 243 4 24 1
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] using custom exe version hash bnet_custom_exeversionhash = 197 67 68 222
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] attempting to auth as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] cd keys accepted
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] username [test2] accepted
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] using pvpgn logon type (for pvpgn servers only)
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] logon successful
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:23:47 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] Hello test2, welcome to WC3Bryansk.ru!
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] Running version PvPGN BnetD Mod 1.8.5 on www.
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] This server is hosted by a PvPGN user
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] There are 16 user accounts on this server.
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] There are currently 2 users in 0 games of Warcraft III Frozen Throne,
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] and 2 users playing 0 games and chatting in 21 channels.
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] Having trouble with a command?  Type   /help   to
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] learn more about it.
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:23:47 2010] [INFO: wc3bryansk.ru] You have no mail.
    [Sun Nov 21 13:23:57 2010] [LOCAL: wc3bryansk.ru] [Huskar] !statsdota
    [Sun Nov 21 13:23:57 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!statsdota]
    [Sun Nov 21 13:23:57 2010] [QUEUED: wc3bryansk.ru] Huskar - 1 игр (В/П: 1/0). Герои K/D/A: 0/4/0 (0.00/4.00/0.00). Крипы K/D/N: 5/0/0 (5.00/0.00/0.00). T/R/C: 0/0/0.
    [Sun Nov 21 13:24:09 2010] [LOCAL: wc3bryansk.ru] [Huskar] !pub test lua
    [Sun Nov 21 13:24:09 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!pub test lua]
    [Sun Nov 21 13:24:09 2010] [GHOST] creating game [test lua]
    [Sun Nov 21 13:24:09 2010] [GAME: test lua] loading IP blacklist file [ipblacklist.txt]
    [Sun Nov 21 13:24:09 2010] [GAME: test lua] loaded 636 lines from IP blacklist file
    [Sun Nov 21 13:24:09 2010] [GAME: test lua] attempting to bind to all available addresses
    [Sun Nov 21 13:24:09 2010] [GAME: test lua] listening on port 6113
    [Sun Nov 21 13:24:09 2010] [STATSDOTA] using dota stats
    [Sun Nov 21 13:24:09 2010] [QUEUED: wc3bryansk.ru] Создание публичной игры test lua. Владелец - Huskar
    [Sun Nov 21 13:24:17 2010] [GAME: test lua] player [Huskar|84.42.77.229] joined the game
    [Sun Nov 21 13:24:17 2010] [GAME: test lua] [Local]: Welcome, Huskar!
    [Sun Nov 21 13:24:20 2010] [QUEUED: wc3bryansk.ru] /whereis Huskar
    [Sun Nov 21 13:24:28 2010] [INFO: wc3bryansk.ru] Huskar is using Warcraft III Frozen Throne and is currently in  game "test lua".
    [Sun Nov 21 13:24:44 2010] [GAME: test lua] [Local]: '!unhost'? Eh, no, Huskar...
    [Sun Nov 21 13:24:44 2010] [GAME: test lua] [Lobby] [Huskar]: !unhost
    [Sun Nov 21 13:24:44 2010] [GAME: test lua] admin [Huskar] sent command [unhost] with payload []
    [Sun Nov 21 13:24:44 2010] [GHOST] deleting current game [test lua]
    [Sun Nov 21 13:24:53 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:24:53 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:25:10 2010] [!!!] caught signal 2, exiting nicely
    [Sun Nov 21 13:25:10 2010] [GHOST] deleting all battle.net connections in preparation for exiting nicely
    [Sun Nov 21 13:25:10 2010] [GHOST] all games finished, waiting 60 seconds for threads to finish
    [Sun Nov 21 13:25:10 2010] [GHOST] there are 0 threads in progress
    [Sun Nov 21 13:25:10 2010] [GHOST] all threads finished, exiting nicely
    [Sun Nov 21 13:25:10 2010] [GHOST] shutting down
    [Sun Nov 21 13:25:10 2010] [MYSQL] closing 2/2 idle MySQL connections
    [Sun Nov 21 13:25:10 2010] [SQLITE3] closing database [ghost.dbs]
    [Sun Nov 21 13:26:43 2010] [GHOST] starting up
    [Sun Nov 21 13:26:43 2010] [GHOST] using log method 1, logging is enabled and [ghost.log] will not be locked
    [Sun Nov 21 13:26:43 2010] [GHOST] using monotonic timer with resolution 999.00 microseconds
    [Sun Nov 21 13:26:43 2010] [UDPSOCKET] using default broadcast target
    [Sun Nov 21 13:26:43 2010] [GHOST] opening primary database
    [Sun Nov 21 13:26:43 2010] [MYSQL] connecting to database server
    [Sun Nov 21 13:26:43 2010] [GHOST] opening secondary (local) database
    [Sun Nov 21 13:26:43 2010] [SQLITE3] version 3.6.16
    [Sun Nov 21 13:26:43 2010] [SQLITE3] opening database [ghost.dbs]
    [Sun Nov 21 13:26:43 2010] [SQLITE3] found schema number [8]
    [Sun Nov 21 13:26:43 2010] [GHOST] attempting to find local IP addresses
    [Sun Nov 21 13:26:43 2010] [GHOST] local hostname is [www]
    [Sun Nov 21 13:26:43 2010] [GHOST] local IP address #1 is [91.218.230.73]
    [Sun Nov 21 13:26:43 2010] [GHOST] acting as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:26:43 2010] [CONFIG] loading file [language_russian.cfg]
    [Sun Nov 21 13:26:43 2010] [GHOST] found battle.net connection #1 for server [wc3bryansk.ru]
    [Sun Nov 21 13:26:43 2010] [BNET: wc3bryansk.ru] pvpgn connection found with a configured BNLS server, ignoring BNLS server
    [Sun Nov 21 13:26:43 2010] [GHOST] loading MPQ file [war3/War3Patch.mpq]
    [Sun Nov 21 13:26:43 2010] [GHOST] extracting Scripts\common.j from MPQ file to [mapcfgs/common.j]
    [Sun Nov 21 13:26:43 2010] [GHOST] extracting Scripts\blizzard.j from MPQ file to [mapcfgs/blizzard.j]
    [Sun Nov 21 13:26:43 2010] [GHOST] adding ".cfg" to default map -> new default is [map.cfg]
    [Sun Nov 21 13:26:43 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Sun Nov 21 13:26:43 2010] [MAP] loading MPQ file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:26:43 2010] [MAP] calculated map_size = 176 37 119 0
    [Sun Nov 21 13:26:43 2010] [MAP] calculated map_info = 15 70 31 170
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_crc = 254 107 113 153
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_options = 96
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_width = 118 0
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_height = 120 0
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_numplayers = 10
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_numteams = 2
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot1 = 0 255 0 0 0 1 4 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot2 = 0 255 0 0 0 2 4 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot3 = 0 255 0 0 0 3 4 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot4 = 0 255 0 0 0 4 4 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot5 = 0 255 0 0 0 5 4 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot6 = 0 255 0 0 1 7 8 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot7 = 0 255 0 0 1 8 8 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot8 = 0 255 0 0 1 9 8 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot9 = 0 255 0 0 1 10 8 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] calculated map_slot10 = 0 255 0 0 1 11 8 1 100
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_size with config value map_size = 176 37 119 0
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_info with config value map_info = 15 70 31 170
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_crc with config value map_crc = 254 107 113 153
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_sha1 with config value map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_width with config value map_width = 118 0
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_height with config value map_height = 120 0
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_numplayers with config value map_numplayers = 10
    [Sun Nov 21 13:26:44 2010] [MAP] overriding calculated map_numteams with config value map_numteams = 2
    [Sun Nov 21 13:26:44 2010] [MAP] overriding slots
    [Sun Nov 21 13:26:44 2010] [GHOST] using hardcoded admin game map
    [Sun Nov 21 13:26:44 2010] [MAP] using hardcoded Emerald Gardens map data for Warcraft 3 version 1.24 & 1.24b
    [Sun Nov 21 13:26:44 2010] [GHOST] started loading [ip-to-country.csv]
    [Sun Nov 21 13:26:44 2010] [GHOST] iptocountry data: 10% loaded
    [Sun Nov 21 13:26:44 2010] [GHOST] iptocountry data: 20% loaded
    [Sun Nov 21 13:26:45 2010] [GHOST] iptocountry data: 30% loaded
    [Sun Nov 21 13:26:45 2010] [GHOST] iptocountry data: 40% loaded
    [Sun Nov 21 13:26:45 2010] [GHOST] iptocountry data: 50% loaded
    [Sun Nov 21 13:26:46 2010] [GHOST] iptocountry data: 60% loaded
    [Sun Nov 21 13:26:46 2010] [GHOST] iptocountry data: 70% loaded
    [Sun Nov 21 13:26:47 2010] [GHOST] iptocountry data: 80% loaded
    [Sun Nov 21 13:26:47 2010] [GHOST] iptocountry data: 90% loaded
    [Sun Nov 21 13:26:47 2010] [GHOST] iptocountry data: 100% loaded
    [Sun Nov 21 13:26:47 2010] [GHOST] finished loading [ip-to-country.csv]
    [Sun Nov 21 13:26:47 2010] [GHOST] GHost++ Version 17.0 (with MySQL support)
    [Sun Nov 21 13:26:47 2010] [LUA] Loading scripts..
    [Sun Nov 21 13:26:47 2010] [LUA] Ready!
    [Sun Nov 21 13:26:47 2010] [BNET: wc3bryansk.ru] connecting to server [wc3bryansk.ru] on port 6112
    [Sun Nov 21 13:26:47 2010] [BNET: wc3bryansk.ru] resolved and cached server IP address 91.218.230.73
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] connected
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] using custom exe version bnet_custom_exeversion = 243 4 24 1
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] using custom exe version hash bnet_custom_exeversionhash = 197 67 68 222
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] attempting to auth as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] cd keys accepted
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] username [test2] accepted
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] using pvpgn logon type (for pvpgn servers only)
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] logon successful
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:26:48 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] Hello test2, welcome to WC3Bryansk.ru!
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] Running version PvPGN BnetD Mod 1.8.5 on www.
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] This server is hosted by a PvPGN user
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] There are 16 user accounts on this server.
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] There are currently 3 users in 0 games of Warcraft III Frozen Throne,
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] and 3 users playing 0 games and chatting in 21 channels.
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] Having trouble with a command?  Type   /help   to
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] learn more about it.
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:26:48 2010] [INFO: wc3bryansk.ru] You have no mail.
    [Sun Nov 21 13:27:03 2010] [LOCAL: wc3bryansk.ru] [Huskar] !pub TESTR
    [Sun Nov 21 13:27:03 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!pub TESTR]
    [Sun Nov 21 13:27:03 2010] [GHOST] creating game [TESTR]
    [Sun Nov 21 13:27:03 2010] [GAME: TESTR] loading IP blacklist file [ipblacklist.txt]
    [Sun Nov 21 13:27:03 2010] [GAME: TESTR] loaded 636 lines from IP blacklist file
    [Sun Nov 21 13:27:03 2010] [GAME: TESTR] attempting to bind to all available addresses
    [Sun Nov 21 13:27:03 2010] [GAME: TESTR] listening on port 6113
    [Sun Nov 21 13:27:03 2010] [STATSDOTA] using dota stats
    [Sun Nov 21 13:27:03 2010] [QUEUED: wc3bryansk.ru] Создание публичной игры TESTR. Владелец - Huskar
    [Sun Nov 21 13:27:10 2010] [GAME: TESTR] player [Huskar|84.42.77.229] joined the game
    [Sun Nov 21 13:27:10 2010] [GAME: TESTR] [Local]: Welcome, Huskar!
    [Sun Nov 21 13:27:13 2010] [QUEUED: wc3bryansk.ru] /whereis Huskar
    [Sun Nov 21 13:27:16 2010] [GAME: TESTR] player [MetroSlip|109.198.203.120] joined the game
    [Sun Nov 21 13:27:16 2010] [GAME: TESTR] [Local]: Welcome, MetroSlip!
    [Sun Nov 21 13:27:19 2010] [GAME: TESTR] [Local]: 'ofc'? Eh, no, Huskar...
    [Sun Nov 21 13:27:19 2010] [GAME: TESTR] [Lobby] [Huskar]: ofc
    [Sun Nov 21 13:27:22 2010] [INFO: wc3bryansk.ru] Huskar is using Warcraft III Frozen Throne and is currently in  game "TESTR".
    [Sun Nov 21 13:27:25 2010] [GAME: TESTR] [Local]: 'kjk'? Eh, no, MetroSlip...
    [Sun Nov 21 13:27:25 2010] [GAME: TESTR] [Lobby] [MetroSlip]: kjk
    [Sun Nov 21 13:27:26 2010] [GAME: TESTR] [Local]: 'щас проверим'? Eh, no, Huskar...
    [Sun Nov 21 13:27:26 2010] [GAME: TESTR] [Lobby] [Huskar]: щас проверим
    [Sun Nov 21 13:27:33 2010] [GAME: TESTR] [Local]: 'что ты сделал'? Eh, no, MetroSlip...
    [Sun Nov 21 13:27:33 2010] [GAME: TESTR] [Lobby] [MetroSlip]: что ты сделал
    [Sun Nov 21 13:27:36 2010] [GAME: TESTR] [Local]: 'ахах'? Eh, no, MetroSlip...
    [Sun Nov 21 13:27:36 2010] [GAME: TESTR] [Lobby] [MetroSlip]: ахах
    [Sun Nov 21 13:27:47 2010] [GAME: TESTR] [Local]: '!latency'? Eh, no, Huskar...
    [Sun Nov 21 13:27:47 2010] [GAME: TESTR] [Lobby] [Huskar]: !latency
    [Sun Nov 21 13:27:47 2010] [GAME: TESTR] admin [Huskar] sent command [latency] with payload []
    [Sun Nov 21 13:27:47 2010] [GAME: TESTR] [Local]: Уровень задержки - 20 ms.
    [Sun Nov 21 13:27:54 2010] [GAME: TESTR] [Local]: '!start'? Eh, no, Huskar...
    [Sun Nov 21 13:27:54 2010] [GAME: TESTR] [Lobby] [Huskar]: !start
    [Sun Nov 21 13:27:54 2010] [GAME: TESTR] admin [Huskar] sent command [start] with payload []
    [Sun Nov 21 13:27:54 2010] [GAME: TESTR] [Local]: 5. . .
    [Sun Nov 21 13:27:54 2010] [GAME: TESTR] [Local]: 4. . .
    [Sun Nov 21 13:27:55 2010] [GAME: TESTR] [Local]: 3. . .
    [Sun Nov 21 13:27:55 2010] [GAME: TESTR] [Local]: 2. . .
    [Sun Nov 21 13:27:56 2010] [GAME: TESTR] [Local]: 1. . .
    [Sun Nov 21 13:27:56 2010] [GAME: TESTR] started loading with 2 players
    [Sun Nov 21 13:28:03 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:28:03 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:28:05 2010] [GAME: TESTR] player [MetroSlip] finished loading in 8.60 seconds
    [Sun Nov 21 13:28:06 2010] [GAME: TESTR] player [Huskar] finished loading in 10.34 seconds
    [Sun Nov 21 13:28:06 2010] [GAME: TESTR] finished loading with 2 players
    [Sun Nov 21 13:28:06 2010] [GAME: TESTR] [Local]: Быстрая загрузка MetroSlip - 8.60 сек.
    [Sun Nov 21 13:28:06 2010] [GAME: TESTR] [Local]: Долгая загрузка Huskar - 10.34 сек.
    [Sun Nov 21 13:28:06 2010] [GAME: TESTR] [Local]: Official Server Bryansk League WarCraft III
    [Sun Nov 21 13:28:37 2010] [GAME: TESTR] [Local]: 'сотри задержку'? Eh, no, Huskar...
    [Sun Nov 21 13:28:37 2010] [GAME: TESTR] (00:30) [All] [Huskar]: сотри задержку
    [Sun Nov 21 13:28:41 2010] [GAME: TESTR] [Local]: 'ну круто'? Eh, no, MetroSlip...
    [Sun Nov 21 13:28:41 2010] [GAME: TESTR] (00:34) [All] [MetroSlip]: ну круто
    [Sun Nov 21 13:28:44 2010] [GAME: TESTR] [Local]: 'РѕРЅР°'? Eh, no, MetroSlip...
    [Sun Nov 21 13:28:44 2010] [GAME: TESTR] (00:37) [All] [MetroSlip]: РѕРЅР°
    [Sun Nov 21 13:28:46 2010] [GAME: TESTR] [Local]: 'как вчреа когад'? Eh, no, MetroSlip...
    [Sun Nov 21 13:28:46 2010] [GAME: TESTR] (00:39) [All] [MetroSlip]: как вчреа когад
    [Sun Nov 21 13:28:47 2010] [GAME: TESTR] [Local]: 'В 2 играил'? Eh, no, MetroSlip...
    [Sun Nov 21 13:28:47 2010] [GAME: TESTR] (00:41) [All] [MetroSlip]: В 2 играил
    [Sun Nov 21 13:28:51 2010] [GAME: TESTR] [Local]: 'а когад 10 челвеок'? Eh, no, MetroSlip...
    [Sun Nov 21 13:28:51 2010] [GAME: TESTR] (00:44) [All] [MetroSlip]: а когад 10 челвеок
    [Sun Nov 21 13:28:55 2010] [GAME: TESTR] [Local]: 'Была больше и лаало'? Eh, no, MetroSlip...
    [Sun Nov 21 13:28:55 2010] [GAME: TESTR] (00:48) [All] [MetroSlip]: Была больше и лаало
    [Sun Nov 21 13:29:01 2010] [GAME: TESTR] [Local]: 'что ето за хуйня'? Eh, no, MetroSlip...
    [Sun Nov 21 13:29:01 2010] [GAME: TESTR] (00:54) [All] [MetroSlip]: что ето за хуйня
    [Sun Nov 21 13:29:03 2010] [GAME: TESTR] [Local]: 'будто ты пишеш'? Eh, no, MetroSlip...
    [Sun Nov 21 13:29:03 2010] [GAME: TESTR] (00:56) [All] [MetroSlip]: будто ты пишеш
    [Sun Nov 21 13:29:12 2010] [GAME: TESTR] [Local]: '-ff'? Eh, no, Huskar...
    [Sun Nov 21 13:29:12 2010] [GAME: TESTR] (01:05) [All] [Huskar]: -ff
    [Sun Nov 21 13:29:23 2010] [GAME: TESTR] started lagging on [Huskar]
    [Sun Nov 21 13:29:23 2010] [GAME: TESTR] stopped lagging on [Huskar]
    [Sun Nov 21 13:29:25 2010] [GAME: TESTR] [Local]: 'нада тригер настроить'? Eh, no, Huskar...
    [Sun Nov 21 13:29:25 2010] [GAME: TESTR] (01:18) [All] [Huskar]: нада тригер настроить
    [Sun Nov 21 13:29:34 2010] [GAME: TESTR] [Local]: 'davia dodelivai'? Eh, no, MetroSlip...
    [Sun Nov 21 13:29:34 2010] [GAME: TESTR] (01:27) [All] [MetroSlip]: davia dodelivai
    [Sun Nov 21 13:29:38 2010] [GAME: TESTR] [Local]: 'ya dogriauy zatestim'? Eh, no, MetroSlip...
    [Sun Nov 21 13:29:38 2010] [GAME: TESTR] (01:30) [All] [MetroSlip]: ya dogriauy zatestim
    [Sun Nov 21 13:29:39 2010] [GAME: TESTR] [Local]: 'ok?'? Eh, no, MetroSlip...
    [Sun Nov 21 13:29:39 2010] [GAME: TESTR] (01:32) [All] [MetroSlip]: ok?
    [Sun Nov 21 13:29:43 2010] [GAME: TESTR] [Local]: 'РѕРє'? Eh, no, Huskar...
    [Sun Nov 21 13:29:43 2010] [GAME: TESTR] (01:35) [All] [Huskar]: РѕРє
    [Sun Nov 21 13:29:44 2010] [GAME: TESTR] deleting player [MetroSlip]: вышел из игры ДОБРОВОЛЬНО.
    [Sun Nov 21 13:29:44 2010] [GAME: TESTR] [Local]: MetroSlip вышел из игры ДОБРОВОЛЬНО..
    [Sun Nov 21 13:29:44 2010] [GAME: TESTR] gameover timer started (one player left)
    [Sun Nov 21 13:29:48 2010] [GAME: TESTR] deleting player [Huskar]: вышел из игры ДОБРОВОЛЬНО.
    [Sun Nov 21 13:29:48 2010] [GAME: TESTR] [Local]: Huskar вышел из игры ДОБРОВОЛЬНО..
    [Sun Nov 21 13:29:48 2010] [GAME: TESTR] is over (no players left)
    [Sun Nov 21 13:29:48 2010] [GAME: TESTR] saving game data to database
    [Sun Nov 21 13:29:48 2010] [GHOST] deleting game [TESTR]
    [Sun Nov 21 13:29:48 2010] [QUEUED: wc3bryansk.ru] Игра - TESTR : Huskar : 0/2 : 1m окончена.
    [Sun Nov 21 13:29:48 2010] [QUEUED: wc3bryansk.ru] /w Huskar Игра - TESTR : Huskar : 0/2 : 1m окончена.
    [Sun Nov 21 13:29:48 2010] [GAME: TESTR] saving player/stats data to database
    [Sun Nov 21 13:29:48 2010] [STATSDOTA: TESTR] saving 10 players
    [Sun Nov 21 13:29:48 2010] [INFO: wc3bryansk.ru] No one hears you.
    [Sun Nov 21 13:35:42 2010] [!!!] caught signal 2, exiting nicely
    [Sun Nov 21 13:35:42 2010] [GHOST] deleting all battle.net connections in preparation for exiting nicely
    [Sun Nov 21 13:35:42 2010] [GHOST] all games finished, waiting 60 seconds for threads to finish
    [Sun Nov 21 13:35:42 2010] [GHOST] there are 0 threads in progress
    [Sun Nov 21 13:35:42 2010] [GHOST] all threads finished, exiting nicely
    [Sun Nov 21 13:35:42 2010] [GHOST] shutting down
    [Sun Nov 21 13:35:42 2010] [MYSQL] closing 14/14 idle MySQL connections
    [Sun Nov 21 13:35:42 2010] [SQLITE3] closing database [ghost.dbs]
    [Sun Nov 21 13:36:21 2010] [GHOST] starting up
    [Sun Nov 21 13:36:21 2010] [GHOST] using log method 1, logging is enabled and [ghost.log] will not be locked
    [Sun Nov 21 13:36:21 2010] [GHOST] using monotonic timer with resolution 999.00 microseconds
    [Sun Nov 21 13:36:21 2010] [UDPSOCKET] using default broadcast target
    [Sun Nov 21 13:36:21 2010] [GHOST] opening primary database
    [Sun Nov 21 13:36:21 2010] [MYSQL] connecting to database server
    [Sun Nov 21 13:36:21 2010] [GHOST] opening secondary (local) database
    [Sun Nov 21 13:36:21 2010] [SQLITE3] version 3.6.16
    [Sun Nov 21 13:36:21 2010] [SQLITE3] opening database [ghost.dbs]
    [Sun Nov 21 13:36:21 2010] [SQLITE3] found schema number [8]
    [Sun Nov 21 13:36:21 2010] [GHOST] attempting to find local IP addresses
    [Sun Nov 21 13:36:21 2010] [GHOST] local hostname is [www]
    [Sun Nov 21 13:36:21 2010] [GHOST] local IP address #1 is [91.218.230.73]
    [Sun Nov 21 13:36:21 2010] [GHOST] acting as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:36:21 2010] [CONFIG] loading file [language_russian.cfg]
    [Sun Nov 21 13:36:21 2010] [GHOST] found battle.net connection #1 for server [wc3bryansk.ru]
    [Sun Nov 21 13:36:21 2010] [BNET: wc3bryansk.ru] pvpgn connection found with a configured BNLS server, ignoring BNLS server
    [Sun Nov 21 13:36:21 2010] [GHOST] loading MPQ file [war3/War3Patch.mpq]
    [Sun Nov 21 13:36:21 2010] [GHOST] extracting Scripts\common.j from MPQ file to [mapcfgs/common.j]
    [Sun Nov 21 13:36:21 2010] [GHOST] extracting Scripts\blizzard.j from MPQ file to [mapcfgs/blizzard.j]
    [Sun Nov 21 13:36:21 2010] [GHOST] adding ".cfg" to default map -> new default is [map.cfg]
    [Sun Nov 21 13:36:21 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Sun Nov 21 13:36:21 2010] [MAP] loading MPQ file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_size = 176 37 119 0
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_info = 15 70 31 170
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_crc = 254 107 113 153
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_options = 96
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_width = 118 0
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_height = 120 0
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_numplayers = 10
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_numteams = 2
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot1 = 0 255 0 0 0 1 4 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot2 = 0 255 0 0 0 2 4 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot3 = 0 255 0 0 0 3 4 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot4 = 0 255 0 0 0 4 4 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot5 = 0 255 0 0 0 5 4 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot6 = 0 255 0 0 1 7 8 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot7 = 0 255 0 0 1 8 8 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot8 = 0 255 0 0 1 9 8 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot9 = 0 255 0 0 1 10 8 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] calculated map_slot10 = 0 255 0 0 1 11 8 1 100
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_size with config value map_size = 176 37 119 0
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_info with config value map_info = 15 70 31 170
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_crc with config value map_crc = 254 107 113 153
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_sha1 with config value map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_width with config value map_width = 118 0
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_height with config value map_height = 120 0
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_numplayers with config value map_numplayers = 10
    [Sun Nov 21 13:36:21 2010] [MAP] overriding calculated map_numteams with config value map_numteams = 2
    [Sun Nov 21 13:36:21 2010] [MAP] overriding slots
    [Sun Nov 21 13:36:21 2010] [GHOST] using hardcoded admin game map
    [Sun Nov 21 13:36:21 2010] [MAP] using hardcoded Emerald Gardens map data for Warcraft 3 version 1.24 & 1.24b
    [Sun Nov 21 13:36:21 2010] [GHOST] started loading [ip-to-country.csv]
    [Sun Nov 21 13:36:21 2010] [GHOST] iptocountry data: 10% loaded
    [Sun Nov 21 13:36:21 2010] [GHOST] iptocountry data: 20% loaded
    [Sun Nov 21 13:36:22 2010] [GHOST] iptocountry data: 30% loaded
    [Sun Nov 21 13:36:22 2010] [GHOST] iptocountry data: 40% loaded
    [Sun Nov 21 13:36:22 2010] [GHOST] iptocountry data: 50% loaded
    [Sun Nov 21 13:36:23 2010] [GHOST] iptocountry data: 60% loaded
    [Sun Nov 21 13:36:23 2010] [GHOST] iptocountry data: 70% loaded
    [Sun Nov 21 13:36:24 2010] [GHOST] iptocountry data: 80% loaded
    [Sun Nov 21 13:36:24 2010] [GHOST] iptocountry data: 90% loaded
    [Sun Nov 21 13:36:25 2010] [GHOST] iptocountry data: 100% loaded
    [Sun Nov 21 13:36:25 2010] [GHOST] finished loading [ip-to-country.csv]
    [Sun Nov 21 13:36:25 2010] [GHOST] GHost++ Version 17.0 (with MySQL support)
    [Sun Nov 21 13:36:25 2010] [LUA] Loading scripts..
    [Sun Nov 21 13:36:25 2010] [LUA] Ready!
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] connecting to server [wc3bryansk.ru] on port 6112
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] resolved and cached server IP address 91.218.230.73
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] connected
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] using custom exe version bnet_custom_exeversion = 243 4 24 1
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] using custom exe version hash bnet_custom_exeversionhash = 197 67 68 222
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] attempting to auth as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] cd keys accepted
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] username [test2] accepted
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] using pvpgn logon type (for pvpgn servers only)
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] logon successful
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:36:25 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] Hello test2, welcome to WC3Bryansk.ru!
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] Running version PvPGN BnetD Mod 1.8.5 on www.
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] This server is hosted by a PvPGN user
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] There are 16 user accounts on this server.
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] There are currently 2 users in 0 games of Warcraft III Frozen Throne,
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] and 2 users playing 0 games and chatting in 21 channels.
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] Having trouble with a command?  Type   /help   to
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] learn more about it.
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:36:25 2010] [INFO: wc3bryansk.ru] You have no mail.
    [Sun Nov 21 13:37:03 2010] [LOCAL: wc3bryansk.ru] [DotaBot] !pub 1445
    [Sun Nov 21 13:37:03 2010] [BNET: wc3bryansk.ru] non-admin [DotaBot] sent command [!pub 1445]
    [Sun Nov 21 13:37:08 2010] [LOCAL: wc3bryansk.ru] [DotaBot] !stats
    [Sun Nov 21 13:37:08 2010] [BNET: wc3bryansk.ru] non-admin [DotaBot] sent command [!stats]
    [Sun Nov 21 13:37:08 2010] [QUEUED: wc3bryansk.ru] DotaBot - 0 игр. Средняя загрузка: 0.00 сек. Среднее пребывание: 0 %.
    [Sun Nov 21 13:40:34 2010] [!!!] caught signal 2, exiting nicely
    [Sun Nov 21 13:40:34 2010] [GHOST] deleting all battle.net connections in preparation for exiting nicely
    [Sun Nov 21 13:40:34 2010] [GHOST] all games finished, waiting 60 seconds for threads to finish
    [Sun Nov 21 13:40:34 2010] [GHOST] there are 0 threads in progress
    [Sun Nov 21 13:40:34 2010] [GHOST] all threads finished, exiting nicely
    [Sun Nov 21 13:40:34 2010] [GHOST] shutting down
    [Sun Nov 21 13:40:34 2010] [MYSQL] closing 2/2 idle MySQL connections
    [Sun Nov 21 13:40:34 2010] [SQLITE3] closing database [ghost.dbs]
    [Sun Nov 21 13:41:17 2010] [GHOST] starting up
    [Sun Nov 21 13:41:17 2010] [GHOST] using log method 1, logging is enabled and [ghost.log] will not be locked
    [Sun Nov 21 13:41:17 2010] [GHOST] using monotonic timer with resolution 999.00 microseconds
    [Sun Nov 21 13:41:17 2010] [UDPSOCKET] using default broadcast target
    [Sun Nov 21 13:41:17 2010] [GHOST] opening primary database
    [Sun Nov 21 13:41:17 2010] [MYSQL] connecting to database server
    [Sun Nov 21 13:41:17 2010] [GHOST] opening secondary (local) database
    [Sun Nov 21 13:41:17 2010] [SQLITE3] version 3.6.16
    [Sun Nov 21 13:41:17 2010] [SQLITE3] opening database [ghost.dbs]
    [Sun Nov 21 13:41:17 2010] [SQLITE3] found schema number [8]
    [Sun Nov 21 13:41:17 2010] [GHOST] attempting to find local IP addresses
    [Sun Nov 21 13:41:17 2010] [GHOST] local hostname is [www]
    [Sun Nov 21 13:41:17 2010] [GHOST] local IP address #1 is [91.218.230.73]
    [Sun Nov 21 13:41:17 2010] [GHOST] acting as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:41:17 2010] [CONFIG] loading file [language_russian.cfg]
    [Sun Nov 21 13:41:17 2010] [GHOST] found battle.net connection #1 for server [wc3bryansk.ru]
    [Sun Nov 21 13:41:17 2010] [BNET: wc3bryansk.ru] pvpgn connection found with a configured BNLS server, ignoring BNLS server
    [Sun Nov 21 13:41:17 2010] [GHOST] loading MPQ file [war3/War3Patch.mpq]
    [Sun Nov 21 13:41:17 2010] [GHOST] extracting Scripts\common.j from MPQ file to [mapcfgs/common.j]
    [Sun Nov 21 13:41:17 2010] [GHOST] extracting Scripts\blizzard.j from MPQ file to [mapcfgs/blizzard.j]
    [Sun Nov 21 13:41:17 2010] [GHOST] adding ".cfg" to default map -> new default is [map.cfg]
    [Sun Nov 21 13:41:17 2010] [CONFIG] loading file [mapcfgs/map.cfg]
    [Sun Nov 21 13:41:17 2010] [MAP] loading MPQ file [maps/dota v6.69c.w3x]
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_size = 176 37 119 0
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_info = 15 70 31 170
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_crc = 254 107 113 153
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_options = 96
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_width = 118 0
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_height = 120 0
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_numplayers = 10
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_numteams = 2
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot1 = 0 255 0 0 0 1 4 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot2 = 0 255 0 0 0 2 4 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot3 = 0 255 0 0 0 3 4 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot4 = 0 255 0 0 0 4 4 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot5 = 0 255 0 0 0 5 4 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot6 = 0 255 0 0 1 7 8 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot7 = 0 255 0 0 1 8 8 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot8 = 0 255 0 0 1 9 8 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot9 = 0 255 0 0 1 10 8 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] calculated map_slot10 = 0 255 0 0 1 11 8 1 100
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_size with config value map_size = 176 37 119 0
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_info with config value map_info = 15 70 31 170
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_crc with config value map_crc = 254 107 113 153
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_sha1 with config value map_sha1 = 60 40 148 157 218 72 12 226 79 43 222 203 147 87 83 114 67 239 113 253
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_width with config value map_width = 118 0
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_height with config value map_height = 120 0
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_numplayers with config value map_numplayers = 10
    [Sun Nov 21 13:41:17 2010] [MAP] overriding calculated map_numteams with config value map_numteams = 2
    [Sun Nov 21 13:41:17 2010] [MAP] overriding slots
    [Sun Nov 21 13:41:17 2010] [GHOST] using hardcoded admin game map
    [Sun Nov 21 13:41:17 2010] [MAP] using hardcoded Emerald Gardens map data for Warcraft 3 version 1.24 & 1.24b
    [Sun Nov 21 13:41:17 2010] [GHOST] started loading [ip-to-country.csv]
    [Sun Nov 21 13:41:17 2010] [GHOST] iptocountry data: 10% loaded
    [Sun Nov 21 13:41:18 2010] [GHOST] iptocountry data: 20% loaded
    [Sun Nov 21 13:41:18 2010] [GHOST] iptocountry data: 30% loaded
    [Sun Nov 21 13:41:19 2010] [GHOST] iptocountry data: 40% loaded
    [Sun Nov 21 13:41:19 2010] [GHOST] iptocountry data: 50% loaded
    [Sun Nov 21 13:41:19 2010] [GHOST] iptocountry data: 60% loaded
    [Sun Nov 21 13:41:20 2010] [GHOST] iptocountry data: 70% loaded
    [Sun Nov 21 13:41:20 2010] [GHOST] iptocountry data: 80% loaded
    [Sun Nov 21 13:41:21 2010] [GHOST] iptocountry data: 90% loaded
    [Sun Nov 21 13:41:21 2010] [GHOST] iptocountry data: 100% loaded
    [Sun Nov 21 13:41:21 2010] [GHOST] finished loading [ip-to-country.csv]
    [Sun Nov 21 13:41:21 2010] [GHOST] GHost++ Version 17.0 (with MySQL support)
    [Sun Nov 21 13:41:21 2010] [LUA] Loading scripts..
    [Sun Nov 21 13:41:21 2010] [LUA] Ready!
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] connecting to server [wc3bryansk.ru] on port 6112
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] resolved and cached server IP address 91.218.230.73
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] connected
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] using custom exe version bnet_custom_exeversion = 243 4 24 1
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] using custom exe version hash bnet_custom_exeversionhash = 197 67 68 222
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] attempting to auth as Warcraft III: The Frozen Throne
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] cd keys accepted
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] username [test2] accepted
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] using pvpgn logon type (for pvpgn servers only)
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] logon successful
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:41:21 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] Hello test2, welcome to WC3Bryansk.ru!
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] Running version PvPGN BnetD Mod 1.8.5 on www.
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] This server is hosted by a PvPGN user
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] There are 16 user accounts on this server.
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] There are currently 1 users in 0 games of Warcraft III Frozen Throne,
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] and 1 users playing 0 games and chatting in 21 channels.
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] Having trouble with a command?  Type   /help   to
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] learn more about it.
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru]  
    [Sun Nov 21 13:41:21 2010] [INFO: wc3bryansk.ru] You have no mail.
    [Sun Nov 21 13:41:46 2010] [LOCAL: wc3bryansk.ru] [Huskar] !stats
    [Sun Nov 21 13:41:46 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!stats]
    [Sun Nov 21 13:41:46 2010] [QUEUED: wc3bryansk.ru] Huskar - 2 игр. Средняя загрузка: 8.52 сек. Среднее пребывание: 61 %.
    [Sun Nov 21 13:41:50 2010] [LOCAL: wc3bryansk.ru] [Huskar] !pub 500
    [Sun Nov 21 13:41:50 2010] [BNET: wc3bryansk.ru] admin [Huskar] sent command [!pub 500]
    [Sun Nov 21 13:41:50 2010] [GHOST] creating game [500]
    [Sun Nov 21 13:41:50 2010] [GAME: 500] loading IP blacklist file [ipblacklist.txt]
    [Sun Nov 21 13:41:50 2010] [GAME: 500] loaded 636 lines from IP blacklist file
    [Sun Nov 21 13:41:50 2010] [GAME: 500] attempting to bind to all available addresses
    [Sun Nov 21 13:41:50 2010] [GAME: 500] listening on port 6113
    [Sun Nov 21 13:41:50 2010] [STATSDOTA] using dota stats
    [Sun Nov 21 13:41:50 2010] [QUEUED: wc3bryansk.ru] Создание публичной игры 500. Владелец - Huskar
    [Sun Nov 21 13:41:50 2010] [ERROR: wc3bryansk.ru] Your message quota has been exceeded!
    [Sun Nov 21 13:41:58 2010] [GAME: 500] player [Huskar|84.42.77.229] joined the game
    [Sun Nov 21 13:41:58 2010] [GAME: 500] [Local]: Welcome, Huskar!
    [Sun Nov 21 13:42:01 2010] [QUEUED: wc3bryansk.ru] /whereis Huskar
    [Sun Nov 21 13:42:10 2010] [INFO: wc3bryansk.ru] Huskar is using Warcraft III Frozen Throne and is currently in  game "500".
    [Sun Nov 21 13:42:11 2010] [GAME: 500] [Local]: '!stats'? Eh, no, Huskar...
    [Sun Nov 21 13:42:11 2010] [GAME: 500] [Lobby] [Huskar]: !stats
    [Sun Nov 21 13:42:17 2010] [GAME: 500] [Local]: '-latency'? Eh, no, Huskar...
    [Sun Nov 21 13:42:17 2010] [GAME: 500] [Lobby] [Huskar]: -latency
    [Sun Nov 21 13:42:17 2010] [GAME: 500] admin [Huskar] sent command [latency] with payload []
    [Sun Nov 21 13:42:17 2010] [GAME: 500] [Local]: Уровень задержки - 20 ms.
    [Sun Nov 21 13:42:23 2010] [GAME: 500] [Local]: '-start'? Eh, no, Huskar...
    [Sun Nov 21 13:42:23 2010] [GAME: 500] [Lobby] [Huskar]: -start
    [Sun Nov 21 13:42:23 2010] [GAME: 500] admin [Huskar] sent command [start] with payload []
    [Sun Nov 21 13:42:23 2010] [GAME: 500] [Local]: 5. . .
    [Sun Nov 21 13:42:23 2010] [GAME: 500] [Local]: 4. . .
    [Sun Nov 21 13:42:24 2010] [GAME: 500] [Local]: 3. . .
    [Sun Nov 21 13:42:24 2010] [GAME: 500] [Local]: 2. . .
    [Sun Nov 21 13:42:25 2010] [GAME: 500] [Local]: 1. . .
    [Sun Nov 21 13:42:25 2010] [GAME: 500] started loading with 1 players
    [Sun Nov 21 13:42:25 2010] [GAME: 500] gameover timer started (one player left)
    [Sun Nov 21 13:42:32 2010] [GAME: 500] player [Huskar] finished loading in 6.63 seconds
    [Sun Nov 21 13:42:32 2010] [GAME: 500] finished loading with 1 players
    [Sun Nov 21 13:42:32 2010] [GAME: 500] [Local]: Быстрая загрузка Huskar - 6.63 сек.
    [Sun Nov 21 13:42:32 2010] [GAME: 500] [Local]: Долгая загрузка Huskar - 6.63 сек.
    [Sun Nov 21 13:42:32 2010] [GAME: 500] [Local]: Official Server Bryansk League WarCraft III
    [Sun Nov 21 13:42:35 2010] [BNET: wc3bryansk.ru] joining channel [DotA]
    [Sun Nov 21 13:42:35 2010] [BNET: wc3bryansk.ru] joined channel [DotA]
    [Sun Nov 21 13:43:24 2010] [GAME: 500] is over (gameover timer finished)
    [Sun Nov 21 13:43:24 2010] [GAME: 500] deleting player [Huskar]: was disconnected (gameover timer finished)
    [Sun Nov 21 13:43:24 2010] [GAME: 500] [Local]: Huskar was disconnected (gameover timer finished).
    [Sun Nov 21 13:43:24 2010] [GAME: 500] is over (no players left)
    [Sun Nov 21 13:43:24 2010] [GAME: 500] saving game data to database
    [Sun Nov 21 13:43:24 2010] [GHOST] deleting game [500]
    [Sun Nov 21 13:43:24 2010] [QUEUED: wc3bryansk.ru] Игра - 500 : Huskar : 0/1 : 0m окончена.
    [Sun Nov 21 13:43:24 2010] [QUEUED: wc3bryansk.ru] /w Huskar Игра - 500 : Huskar : 0/1 : 0m окончена.
    [Sun Nov 21 13:43:24 2010] [GAME: 500] saving player/stats data to database
    [Sun Nov 21 13:43:24 2010] [STATSDOTA: 500] saving 10 players
    [Sun Nov 21 13:43:24 2010] [INFO: wc3bryansk.ru] No one hears you.
    [Sun Nov 21 13:44:51 2010] [!!!] caught signal 2, exiting nicely
    [Sun Nov 21 13:44:51 2010] [GHOST] deleting all battle.net connections in preparation for exiting nicely
    [Sun Nov 21 13:44:51 2010] [GHOST] all games finished, waiting 60 seconds for threads to finish
    [Sun Nov 21 13:44:51 2010] [GHOST] there are 0 threads in progress
    [Sun Nov 21 13:44:51 2010] [GHOST] all threads finished, exiting nicely
    [Sun Nov 21 13:44:51 2010] [GHOST] shutting down
    [Sun Nov 21 13:44:51 2010] [MYSQL] closing 13/13 idle MySQL connections
    [Sun Nov 21 13:44:51 2010] [SQLITE3] closing database [ghost.dbs]
    
    В чем мб быть проблема? :newcry: :opasnoste:
  2. Synth (LM) Пантограф!

    Сообщения:
    2.762
    Спасибы:
    172
    Сборка бота GHost:
    My own version of GhostOne
    Дата начала использования бота:
    15.06.2008
    Skype:
    Мой статус
    Код:
    bnet_commandtrigger = !
    Быть может в этом собака?

    Хотя как они у тебя работают вне игры?
  3. Synth (LM) Пантограф!

    Сообщения:
    2.762
    Спасибы:
    172
    Сборка бота GHost:
    My own version of GhostOne
    Дата начала использования бота:
    15.06.2008
    Skype:
    Мой статус
    Чето вообще в логе не понятно ничего :limon:
  4. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    Я и так и так пробывал, всеравно не юзает...
  5. fake Старожила

    Сообщения:
    1.624
    Спасибы:
    19
    Дата начала использования бота:
    11.11.11
    мб потому, что ты стартонул игру когда находился в ней один?

    зы:
    Код:
    [Sun Nov 21 13:42:17 2010] [GAME: 500] [Local]: '-latency'? Eh, no, Huskar...
    
    втф?
  6. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    не понел посл слово)
  7. Zarj Старожила

    Сообщения:
    1.007
    Спасибы:
    23
    Сборка бота GHost:
    Ghost One 1.7.266
    Дата начала использования бота:
    01.01.1992
    PHP:
    <span class="syntaxdefault"><?<br />$wtf </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> </span><span class="syntaxstring">"WhaT a Fuck"</span><span class="syntaxkeyword">;<br /></span><span class="syntaxdefault">echo $wtf</span><span class="syntaxkeyword">;<br /></span><span class="syntaxdefault">?><br /></span>
    WhaT a Fuck?
  8. Synth (LM) Пантограф!

    Сообщения:
    2.762
    Спасибы:
    172
    Сборка бота GHost:
    My own version of GhostOne
    Дата начала использования бота:
    15.06.2008
    Skype:
    Мой статус
    What The Fuck? :lol:
  9. fake Старожила

    Сообщения:
    1.624
    Спасибы:
    19
    Дата начала использования бота:
    11.11.11
    чзх я вообщето про В. Т. Ф. — Великая Теорема Ферма
    :lol:
  10. Huskar404 Ньюфаг

    Сообщения:
    28
    Спасибы:
    0
    Да я пробывал и 5х5 запускал всеравно не работал латенси в самой игре после мода
  11. fake Старожила

    Сообщения:
    1.624
    Спасибы:
    19
    Дата начала использования бота:
    11.11.11