Ok, I finally got my friends server running but theres one problem, no one can connect to it, I have 5 zones running right now on 0.5.5-DR1 and the server is up, it gives a 1017 error when trying to enter the server saying I may need to update ect... my friends that tried to get on it (and are up to date) cannot log in, sorry I couldnt find anything about this problem, the threads I found were incomplete or the solutions they gave such as turning off firewall, ect didnt work. I understand there is no support for 0.5.5-DR1 but incase anyone is willing to help me, I would greatly appreciate it.
db.ini
	Quote:
	
	
		| [Database] host=127.0.0.1
 user=test
 password=test
 database=eq
 compression=off
 | 
	
 loginserver.ini
	Quote:
	
	
		| [LoginServer] loginserver=eqlogin1.eqemulator.net
 loginserver2=eqlogin2.eqemulator.net
 loginserver3=eqlogin3.eqemulator.net
 loginport=5997
 loginport=5997
 loginport=5997
 worldname=DarkVisions
 worldaddress=24.162.26.61
 locked=false
 
 [WorldServer]
 Defaultstatus=0
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 [ChatChannelServer]
 ChatChannelServer=192.168.1.105
 | 
	
 Boot5Zones.bat
	Quote:
	
	
		| REM: ****Read this first!!!**** 
 REM: This file requires your real IP in the place of "YourIP" when you are connecting
 REM: To the EQEmu Loginserver.
 
 REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
 
 REM: If you still get errors try using localhost instead of 127.0.0.1
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_us.txt goto NOSPELL
 
 start zone freportw 24.162.26.61 7995 192.168.1.105
 start zone freportn 24.162.26.61 7996 192.168.1.105
 start zone freporte 24.162.26.61 7997 192.168.1.105
 start zone nexus 24.162.26.61 7998 192.168.1.105
 start zone arena 24.162.26.61 7999 192.168.1.105
 exit
 cls
 
 :NOSPELL
 echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 REM:---------------END------------------------
 | 
	
 I get no errors when booting zone, but when others try to log in, they get this error, is there something wrong with my data base? or ini's or something? I started off from the 5.3, then copied 5.5 files, changed name. Worked great except this problem, unfortunately....