View Single Post
  #12  
Old 02-09-2011, 07:34 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Noport View Post
I was under the impression that the EQEmuLoginServer was for a private server, not for running through the public login server

I can run a minlogin client for my own testing nobody can see except me
I can run a private server without using this server and change the port numbers.
I can run a public server so everyone can here can login.

I have sat for hours reading and take notes and keep them in text documents.
Yes, EQEmuLoginServer is for private. Even if you want to allow outside
connections from friends. But in your variables table in the database, you
need to either have it set to minilogin (f thats what you are using) or for
anything else,(EQEmuLoginServer or emulator.net) it has to be set public.
But I think you have that knowledge already.
This is my login.ini file :

[database]
host = 127.0.0.1
port = 3306
db = peqlogindb
user = root
password = xxxxxx
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = TRUE
trace = FALSE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5999
local_network = 192.168.1

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType
Reply With Quote