| 
				 Need help with Minilogin 
 ok be for you say RTFM i did. Now I done load and set up every thing. Ok i can log in but there will not be a server. I have no router or fire wall. Just a virous protecter. 
 boot5zones
 
 @echo off
 start zone . 127.0.0.1 7995 127.0.0.1
 start zone . 127.0.0.1 7996 127.0.0.1
 start zone . 127.0.0.1 7997 127.0.0.1
 start zone . 127.0.0.1 7998 127.0.0.1
 start zone . 127.0.0.1 7999 127.0.0.1
 exit
 cls
 
 db.sql
 
 [Database]
 host=localhost
 user=<my Username>
 password=<my password>
 database=eq
 
 Serverlogin.ini
 
 [LoginServer]
 loginserver=localhost
 loginserver2=localhost
 loginport=5999
 loginport2=5999
 worldname=Zanwar's server
 locked=false
 account=
 password=
 worldaddress=localhost
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 ok i did read the miniread me and it say to delet the loginserver2 and loginport 2 now i don't see anyone else doing so i supose i soulden Thanks! Alot
 |