View Single Post
  #8  
Old 07-09-2018, 03:58 PM
Dryamzord01
Hill Giant
 
Join Date: Jul 2018
Posts: 161
Default

this is my eqemu.json


{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7500"
},
"database" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "",
"port" : "7500"
},
"qsdatabase" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "GMKkPQ4wyh1ukRky3iPyFfMDvIEpcZw",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "eqantonica.ddns.net",
"password" : "",
"port" : "5998"
},
"longname" : "Bones of the ancient tomb of Solusek Ro[x5xp][x5AAxp][Loot-VeryHigh]",
"shortname" : "Bones Solusek Ro",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}


the firewall is allowed for the server


the server when I turn it on appears on the list as up and I can log in, but other people do not from home.
Reply With Quote