PDA

View Full Version : No Server at server select screen!! plz help


twistedfourty
06-01-2005, 05:02 PM
I have been trying to set up a server using minilogin but so far all i can get out of it is a blank server selection screen. after scanning through as many posts as i could find here is what i ended up with for my emu files.

Boot5Zones.bat

start zone . 127.0.0.1 8780 192.168.0.152
start zone . 127.0.0.1 8781 192.168.0.152
start zone . 127.0.0.1 8782 192.168.0.152
exit
cls

db.ini

[Database]
host=localhost
user=mysqluser
password=mysqlpass
database=eq

LoginServer.ini

[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=((TeStInG))
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

MiniloginAccounts.ini

# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
127.0.0.1 username password

eqhost.txt

[LoginServer]
Host=127.0.0.1:5999

When i run the programs they dont seem to come up with any errors and they all connect to eachother fine from what i can tell.
I have tried booting the server up on eqemulator.net and it shows up there but when i run it on minilogin my server screen just comes up empty.

Sakrateri
06-02-2005, 12:45 AM
Whenever I set up a minilogin I never use the 127.0.0.1 , I would try it like this .






Boot5Zones.bat

start zone . 192.168.0.152 8780 192.168.0.152
start zone . 192.168.0.152 8781 192.168.0.152
start zone . 192.168.0.152 8782 192.168.0.152
exit
cls

db.ini

[Database]
host=localhost
user=mysqluser
password=mysqlpass
database=eq

LoginServer.ini

[LoginServer]
loginserver=192.168.0.152
loginport=5999
worldname=((TeStInG))
worldaddress=192.168.0.152
locked=false
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

MiniloginAccounts.ini

# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
192.168.0.152 username password

eqhost.txt

[LoginServer]
Host=192.168.0.152:5999




And that is assuming your running the server from the same machine your playing on .