Hey everyone,
Well, after renting a root server i downloaded and installed:
[Only registered and activated users can see links. Click Here To Register...]
problem is now, when i try to login:
[Only registered and activated users can see links. Click Here To Register...]
I guess the server starts normally without problems, but it say's it's online;
[Only registered and activated users can see links. Click Here To Register...]
Maybe it's something with my serverinfo.py?
Greetings!
skype:
hayabusametin
Well, after renting a root server i downloaded and installed:
[Only registered and activated users can see links. Click Here To Register...]
problem is now, when i try to login:
[Only registered and activated users can see links. Click Here To Register...]
I guess the server starts normally without problems, but it say's it's online;
[Only registered and activated users can see links. Click Here To Register...]
Maybe it's something with my serverinfo.py?
Hope to get a fast answer,Quote:
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
if locale.IsEUROPE():
STATE_NONE = "~ Offline"
STATE_DICT = {
0 : "~ Offline",
1 : "~ Online",
2 : "Busy",
3 : "Full"
}
IgorGlock_serverinfo_Generator = {
1:{"key":11,"name":"Channel 1","ip":"109.236.82.178","tcp_port":13000,"udp_por t":13000,"state":STATE_NONE,},
2:{"key":12,"name":"Channel 2","ip":"109.236.87.178","tcp_port":16000,"udp_por t":16000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"109.236.87.178", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" :"Server1", "channel" : IgorGlock_serverinfo_Generator, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "109.236.87.178", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "109.236.87.178", "tcp_port" : 50000, "udp_port" : 50000, }
Greetings!
skype:
hayabusametin