View Single Post
  #3  
Old 01-24-2018, 02:53 AM
amenifus
Fire Beetle
 
Join Date: Jan 2008
Posts: 3
Default

Beast, thanks for the response.

I tried your code and i am able to login but there is no server listing when i do so. here is what it looks like after i edited in my info. Do you seen anything wrong?

Quote:
{
"server" : {
"chatserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"world" : {
"address" : "external.ip.address",
"http" : {
"enabled" : "false",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "k80EdZUUBYpgnXVU6mwax77H7ZHhZ6L",
"localaddress" : "192.168.XX.XX",
"loginserver" : {
"account" : "username",
"host" : "192.168.XX.XX",
"password" : "password",
"port" : "5998"
},
"longname" : "Nexus",
"shortname" : "Nexus",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9000",
"telnet" : "disable"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7500",
"low" : "7000"
}
}
}
}
Reply With Quote