Root Client Geht nich

04/07/2012 04:11 I3low#1
Hai ich hab mal eine frage ein freund von mir hat einen root server gekauft alles schon serverinfo geändert und alles aber wenn er sich ein loggen will kommt flasches pw oder id
bitte schnelle hilfe pn mee oder skype dominik.perkams97
(serverfiles byr Daroo)
04/07/2012 09:31 StrongerxX#2
Könnt ihr mit der DB connecten?
Sicher das ihr auch das richtige PW + ID eingegeben habt?
04/07/2012 11:03 I3low#3
jaa wir können mit der DB connecten und sicher das wir das richtige pw+id eingegeben haben
04/07/2012 11:15 .Verkauf´#4
PONG, IP richtig?
Könnt ihr auch Filezilla connecten ?
04/07/2012 11:58 I3low#5
was ist PONG ip?
jaa wür können auch mit filezilla connecten
04/07/2012 13:11 Marcoly#6
Liegt wahrscheinlich an der Serverinfo, poste bitte den Inhalt eurer Serverinfo.py.
04/07/2012 13:31 I3low#7
okay post kommt wenn der SA on ist! bitte helft uns dann is echt wichtig

import os
import app
import locale
import debugInfo

CHINA_PORT = 50000

def BuildServerList(orderList):
retMarkAddrDict = {}
retAuthAddrDict = {}
retRegion0 = {}

ridx = 1
for region, auth, mark, channels in orderList:
cidx = 1
channelDict = {}
for channel in channels:
key = ridx * 10 + cidx
channel["key"] = key
channelDict[cidx] = channel
cidx += 1

region["channel"] = channelDict

retRegion0[ridx] = region
retAuthAddrDict[ridx] = auth
retMarkAddrDict[ridx*10] = mark
ridx += 1

return retRegion0, retAuthAddrDict, retMarkAddrDict

app.ServerName = None


if locale.IsEUROPE():
info = {
'MARKADDR': {
10: {
'tcp_port': 13003, 'ip': '217.23.12.92', 'symbol_path': '10', 'mark': '10.tga'
},
},
'GAMEADDR': {
0: {
1: {
'name': 'Elementary2',
'channel':
{
1: {
'state': 'NORM', 'name': 'CH1 ', 'key': 11, 'ip': '217.23.12.92', 'tcp_port': 13003, 'udp_port': 13003
},
2: {
'state': 'NORM', 'name': 'CH2 ', 'key': 11, 'ip': '217.23.12.92', 'tcp_port': 13002, 'udp_port': 13002
}
},
},
} }, 'NAME': { 0: 'GERMANY' }, 'AUTHADDR': { 0: {
1: {
'ip': '217.23.12.92', 'port': 11002
},

} }
}

STATE_NONE = "..."

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

REGION_NAME_DICT = info["NAME"]
REGION_AUTH_SERVER_DICT = info["AUTHADDR"]
REGION_DICT = info["GAMEADDR"]
MARKADDR_DICT = info["MARKADDR"]