Jump to content

Cloak3

Inactive Member
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Cloak3

  1. Serverinfo.py, is correct?

    Ports are corrected?
     

    import app
     
    app.ServerName = None
     
    STATE_NONE = '...'
     
    STATE_DICT = {
    0 : '....',
    1 : 'NORM',
    2 : 'BUSY',
    3 : 'FULL' }
     
    SERVER1_CHANNEL_DICT = {
    1:{'key':11,'name':'CH1   ','ip':'3.ssa.com','tcp_port':13000,'udp_port':13000,'state':STATE_NONE,},
    2:{'key':12,'name':'CH2   ','ip':'3.ssa.com','tcp_port':13010,'udp_port':13010,'state':STATE_NONE,},
    }
    REGION_NAME_DICT = {
    0 : 'TAIWAN',
    }
     
    REGION_AUTH_SERVER_DICT = {
    0 : {
    1 : { 'ip':'3.ssa.com', 'port':11000, }, 
     
    }
    }
     
    REGION_DICT = {
    0 : {
    1 : { 'name' : 'Critical', 'channel' : SERVER1_CHANNEL_DICT, },
    },
    }
     
    MARKADDR_DICT = {
    10 : { 'ip' : '3.ssa.com', 'tcp_port' : 13099, 'mark' : '10.tga', 'symbol_path' : '10', },
    }
     
    TESTADDR = { 'ip' : '3.ssa.com', 'tcp_port' : 50000, 'udp_port' : 50000, }
     
    #DONE
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.