Thread: Please Help
View Single Post
  #1  
Old 07-14-2018, 12:18 PM
Dryamzord01
Hill Giant
 
Join Date: Jul 2018
Posts: 161
Default Please Help

I've been trying to get people to connect to my server for a long time and I do not want to give up, please someone to help me.

Below is a summary of what I have

Login.ini

[database]
host = localhost
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5999
local_network = 2.155.129.
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type

Eqemu.config

{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "QcbSGweUsE4SChXuncWLqwdY83jmFrx",
"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(Group x7xP][AAx7xP][Loot-VeryHigh] ",
"shortname" : "Akkas PEQ Installer",
"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"
}
}
}
}

In SQL DB what ip,s in loginserver?

I put in all the ip non-static address of my host.



and in the firewall, I have windows 10, and I opened new rules with tcp and udp opening in local and remote ports the 7000-7500, the 9000-9001, the 3306, the 7778. What remains for me to do? it's okay?

even people can not connect to my server :(
Reply With Quote