Problem with server files, need some help here

05/02/2012 13:30 Blowedmind#1
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?

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, }
Hope to get a fast answer,


Greetings!

skype:
hayabusametin
05/02/2012 14:26 theo1990#2
PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000

if locale.IsEUROPE():
    
STATE_NONE "OFFLINE"

    
STATE_DICT = {
        
"...",
        
"NORMAL",
        
"HAVY",
        
"FULL"
    
}

    
serverinfo_test_test = {
        
1:{"key":11,"name":"Channel 1","ip":"109.236.82.178","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
        
2:{"key":12,"name":"Channel 2","ip":"109.236.82.178","tcp_port":13001,"udp_port":13001,"state":STATE_NONE,},
    }

    
REGION_NAME_DICT = {
        
"GERMANY",
    }

    
REGION_AUTH_SERVER_DICT = {
        
: {
            
: { "ip":"109.236.82.178""port":11002, },
        }
    }

    
REGION_DICT = {
        
: {
            
: { "name" :"YOur server""channel" serverinfo_test_test, },
        }
    }

    
MARKADDR_DICT = {
        
10 : { "ip" "109.236.82.178""tcp_port" 13000"mark" "10.tga""symbol_path" "10" },
    }

    
TESTADDR = { "ip" "109.236.82.178""tcp_port" 50000"udp_port" 50000, } 
Try to use this serverinfo.py
05/02/2012 14:58 Blowedmind#3
[Only registered and activated users can see links. Click Here To Register...]~

lol??
05/02/2012 15:20 theo1990#4
what kind of client do you use?