client problem

01/21/2015 19:42 shurigeller#1

weis jemand wo der fehler in dieser server info ist
01/21/2015 19:46 Shigatu#2
Was geht den genau nicht?
01/21/2015 20:00 shurigeller#3
Quote:
Originally Posted by revo​ View Post
Was geht den genau nicht?
[Only registered and activated users can see links. Click Here To Register...]
01/21/2015 20:17 Jinbei#4
PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
CH1P 
13001
CH2P 
13002
CH3P 
13003
CH4P 
13004
AUTHP 
11002
IP 
DEINEIP
SERVERNAME 
"DeinServername"
if locale.IsEUROPE():
STATE_NONE "1"

STATE_DICT = {
"ist offline",
"NORM",
"BUSY",
"FULL"
}

Server1 = {
1:{"key":11,"name":"CH1","ip":IP," tcp_port":CH1P,"udp_port":CH1P,"state":STATE_NONE,},
2:{"key":12,"name":"CH2","ip":IP," tcp_port":CH2P,"udp_port":CH2P,"state":STATE_NONE,},
3:{"key":12,"name":"CH3","ip":IP," tcp_port":CH3P,"udp_port":CH3P,"state":STATE_NONE,},
4:{"key":12,"name":"CH4","ip":IP," tcp_port":CH4P,"udp_port":CH4P,"state":STATE_NONE,},
}


REGION_NAME_DICT = {
"GERMANY",    
}

REGION_AUTH_SERVER_DICT = {
: {
: { "ip":IP"port":AUTHP, },

}    
}

REGION_DICT = {
: {
: { "name" :SERVERNAME"channel" Server1, },
},
}

MARKADDR_DICT = {
10 : { "ip" IP"tcp_port" 13001"mark" "10.tga""symbol_path" "10", },
}

TESTADDR = { "ip" IP"tcp_port" 15000"udp_port" 15000, } 
Oben einfach deine IP und den Servernamen eintragen.
01/21/2015 20:35 shurigeller#5
Quote:
Originally Posted by Jinbei View Post
PHP Code:
import os
import app
import locale
import debugInfo

CHINA_PORT 
50000
CH1P 
13001
CH2P 
13002
CH3P 
13003
CH4P 
13004
AUTHP 
11002
IP 
DEINEIP
SERVERNAME 
"DeinServername"
if locale.IsEUROPE():
STATE_NONE "1"

STATE_DICT = {
"ist offline",
"NORM",
"BUSY",
"FULL"
}

Server1 = {
1:{"key":11,"name":"CH1","ip":IP," tcp_port":CH1P,"udp_port":CH1P,"state":STATE_NONE,},
2:{"key":12,"name":"CH2","ip":IP," tcp_port":CH2P,"udp_port":CH2P,"state":STATE_NONE,},
3:{"key":12,"name":"CH3","ip":IP," tcp_port":CH3P,"udp_port":CH3P,"state":STATE_NONE,},
4:{"key":12,"name":"CH4","ip":IP," tcp_port":CH4P,"udp_port":CH4P,"state":STATE_NONE,},
}


REGION_NAME_DICT = {
"GERMANY",    
}

REGION_AUTH_SERVER_DICT = {
: {
: { "ip":IP"port":AUTHP, },

}    
}

REGION_DICT = {
: {
: { "name" :SERVERNAME"channel" Server1, },
},
}

MARKADDR_DICT = {
10 : { "ip" IP"tcp_port" 13001"mark" "10.tga""symbol_path" "10", },
}

TESTADDR = { "ip" IP"tcp_port" 15000"udp_port" 15000, } 
Oben einfach deine IP und den Servernamen eintragen.
jo immer noch das selbe
Also da wo IP steht kommt meine adresse hin habe dyndns also trage ich da meine host adresse ein oder nicht ?
01/21/2015 20:44 Jinbei#6
Quote:
Originally Posted by shurigeller View Post
jo immer noch das selbe
Also da wo IP steht kommt meine adresse hin habe dyndns also trage ich da meine host adresse ein oder nicht ?
Nur ganz oben, wo DEINEIP steht, musst du deine Dyndns-Adresse eintragen.