PLS ..... why ?
Open the CONFIG in your channel1 core:
screen:
[Only registered and activated users can see links. Click Here To Register...]
now open and copy the PORT number
Example:
PORT: 23070
now open your serverinfo.py and search:
MARKADDR_DICT
example with the example port
Code:
MARKADDR_DICT = {
10 : { 'ip' : 'xx.xx.xx.xx', 'tcp_port' : 23070, 'mark' : '10.tga', 'symbol_path' : '10', },
}
the markserver port and the core port must be the same