Nur für member mein client geht weil ich ip adresse dring habe.
abildung ähnlich
import app
import locale
app.ServerName = None
if locale.IsGERMANY() or (locale.IsEUROPE() and app.GetLocalePath() == "locale/de"):
STATE_NONE = "NORM"
STATE_DICT = {
0 : "GEIL",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"serverblabla.homeip.net","tcp_port":13000, "udp_port":13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"serverblabla.homeip.net", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" : "servername", "channel" : SERVER01_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "serverblabla.homeip.net", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "serverblabla.homeip.net", "tcp_port" : 13003, "udp_port" : 13003, }
Wo sind die Profis hin kann mir keiner helfen
HILFE
LG:ganzliebe





