1111 【越南】【港台】【主干】【砍树】后台查看玩家增加显示客户端版本号;
| | |
| | | 'LogoffTime':curPlayer.GetLogoffTime(), #离线时间
|
| | | 'LoginTime':curPlayer.GetLoginTime(), # 上线时间
|
| | | 'LoginIP':curPlayer.GetIP(), #登入IP
|
| | | 'ClientVersion':curPlayer.GetAccountData().GetClientVersion(), #客户端版本号
|
| | |
|
| | | 'Online':1,
|
| | | }
|
| | |
| | | if data == '%s'%GMCommon.Def_GMKey_PlayerName:
|
| | | return GMCommon.Def_DoQueryLogDB, playerAccID
|
| | |
|
| | | accountData = DataServerPlayerData.tagDSAccount()
|
| | | accountData.ACCID = playerAccID
|
| | | accountData.adoLoad(userdb[UCN_DSAccount])
|
| | | |
| | | collection = userdb[UCN_DBPlayer]
|
| | | dbPlayer = DataServerPlayerData.tagDBPlayer()
|
| | | dbPlayer.IsDeleted = 0
|
| | |
| | | 'LogoffTime':dbPlayer.LogoffTime, #离线时间
|
| | | 'LoginTime':dbPlayer.LoginTime, # 上线时间
|
| | | 'LoginIP':dbPlayer.LoginIP, #登入IP
|
| | | 'ClientVersion':accountData.ClientVersion, #客户端版本号
|
| | |
|
| | | 'Online':0,
|
| | | }
|