Is there any reason that I couldn't use the login server over the web? I've adjusted it to reflect my hosting provider, for example in login.ini I now have: 
 
local_network = 149.56.28. 
 
In fact, maybe I will just include both login and eqmu_config contents here: 
 
 
LOGIN 
 
[database] 
host = 149.56.28.40 
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 = 149.56.28. 
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: 
 
 
 
<?xml version="1.0"> 
<server> 
	<world> 
		<shortname>Akkas PEQ Installer</shortname> 
		<longname>Durinor's Everquest(G2P50Q)</longname> 
 
 
		<loginserver1> 
			<host>login.eqemulator.net</host> 
			<port>5999</port> 
			<account></account> 
			<password></password> 
		</loginserver1> 
		<loginserver2> 
			<host>149.56.28.40</host> 
			<port>5999</port> 
			<account></account> 
			<password></password> 
		</loginserver2> 
 
 
 
		<tcp ip="149.56.28.40" port="9000" telnet="enable"/> 
 
		<key>aydsCjQoS2QjwQlf9rAxUkiY0O1WzQk</key> 
 
		<http port="9080" enabled="true" mimefile="mime.types" /> 
	</world> 
 
	<chatserver> 
		<host></host> 
		<port>7500</port> 
	</chatserver> 
 
	<mailserver> 
		<host></host> 
		<port>7500</port> 
	</mailserver> 
 
	<zones> 
	<defaultstatus>0</defaultstatus> 
 
	<ports low="7000" high="7400"/> 
	</zones> 
 
	<database> 
	   <host>localhost</host> 
	   <port>3306</port> 
	   <username>root</username> 
	   <password>eqemu</password> 
	   <db>peq</db> 
	</database>	 
 
	<qsdatabase> 
	   <host>localhost</host> 
	   <port>3306</port> 
	   <username>root</username> 
	   <password>eqemu</password> 
	   <db>peq</db> 
	</qsdatabase> 
 
	<webinterface> 
		<port>9081</port> 
	</webinterface> 
 
	<launcher> 
	</launcher> 
 
	<files> 
	</files> 
	<directories> 
	</directories> 
</server> 
		
	
		
		
		
		
		
		
		
		
		
	
		
			
			
			
			
				 
			
			
			
			
			
			
				
			
			
			
		 
		
	
	
	 |