wenn ich auf den Server von meinem Freund connecten will
kommt dieser Error:
PHP Code:
system.py(line:273) RunMainScript
system.py(line:192) execfile
prototype.py(line:60) ?
prototype.py(line:51) RunnApp
networkModule.py(line:171) SetLoginPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introLogin.py(line:9) ?
system.py(line:130) __pack_import
Run -exceptions.SyntaxError:invalid syntax (line 49)
PHP Code:
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
if locale.IsEUROPE():
STATE_NONE = "offline"
STATE_DICT = {
0 : "....",
1 : "normal",
2 : "belebt",
3 : "voll"
}
IgorGlock_serverinfo_Generator = {
1:{"key":11,"name":"Channel 1","ip":"5.137.120.44","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
2:{"key":12,"name":"Channel 2","ip":"5.137.120.44","tcp_port":16000,"udp_port":16000,"state":STATE_NONE,},
3:{"key":13,"name":"Channel 3","ip":"5.137.120.44","tcp_port":18000,"udp_port":18000,"state":STATE_NONE,},
4:{"key":14,"name":"Channel 4","ip":"5.137.120.44","tcp_port":20000,"udp_port":20000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"5.137.120.44", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" :"Mawian", "channel" : IgorGlock_serverinfo_Generator, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "5.137.120.44", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "210.123.10.153", "tcp_port" : 50000, "udp_port" : 50000, }
Bitte DRINGEND um Hilfe.






