View Single Post
  #10  
Old 03-27-2018, 08:16 PM
Tegila
Hill Giant
 
Join Date: Mar 2018
Location: NY
Posts: 125
Default

Great, Will do that in a few min, thanks so much for helping.

I didn't change anything during install, and only changed server names and login server after, so not sure why a setting would be messed up, but shutting down after a minute would certainly do it lol.

EDIT: also, the time is weird, is that server time or EQ time? Server time would be WAY off if that's the case, might that also be an issue?

Code:
{
     "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" : "ysPsXRD8IAX1ESAp5jvU8eYdZ7hSXee",
               "loginserver1" : {
                    "account" : "",
                    "host" : "login.eqemulator.net",
                    "legacy" : "1",
                    "password" : "",
                    "port" : "5998"
               },
               "loginserver2" : {
                    "account" : "",
                    "host" : "192.168.10.120",
                    "password" : "",
                    "port" : "5998"
               },
               "longname" : "EQ eMuir 1 (unmodified lan server)",
               "shortname" : "EQeMuir1",
               "tcp" : {
                    "ip" : "192.168.10.120",
                    "port" : "9001"
               },
               "telnet" : {
                    "enabled" : "true",
                    "ip" : "0.0.0.0",
                    "port" : "9000"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}
dont mind the formatting, i opened in regular notepad. also not web enabled so its still default user/pass til i get it working

Last edited by Uleat; 03-27-2018 at 09:47 PM.. Reason: changed tag info to code
Reply With Quote