Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-09-2003, 11:03 PM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default Server still locked :: Help me plz

Hardware:
Athlon XP1700+
Ram 512 MB
HD Seagate 18.1 GB LVD U160
Software:
Windows 2K Pro SP1

Quote:
Originally Posted by loginserver.ini
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=20000 miles inside Norrath
locked=false
account=
password=
worldaddress=fnemo.no-ip.org

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Quote:
Originally Posted by boot5zones.bat
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_en.txt goto NOSPELL

start zone . fnemo.no-ip.org 7995 127.0.0.1
start zone . fnemo.no-ip.org 7996 127.0.0.1
start zone . fnemo.no-ip.org 7997 127.0.0.1
start zone . fnemo.no-ip.org 7998 127.0.0.1
start zone . fnemo.no-ip.org 7999 127.0.0.1
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------------------------
Quote:
Originally Posted by db.ini
# READ README.TXT!

[Database]
host=localhost
user=*****
password=*****
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
I linked the result of the world.exe once i launched boot5zones.bat
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #2  
Old 01-10-2003, 01:59 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default Re: Server still locked :: Help me plz

Quote:
Originally Posted by fnemo

worldaddress=fnemo.no-ip.org
worldaddress=YOURREAL IP

dont use DNS's.

Quote:
Originally Posted by boot5zones.bat

start zone . fnemo.no-ip.org 7995 127.0.0.1
start zone . fnemo.no-ip.org 7996 127.0.0.1
start zone . fnemo.no-ip.org 7997 127.0.0.1
start zone . fnemo.no-ip.org 7998 127.0.0.1
start zone . fnemo.no-ip.org 7999 127.0.0.1
Dont use DNS's.. and that 127.0.0.1 needs to be your REAL IP address, not 127.0.0.1.

IP PORT IP

Quote:
Originally Posted by db.ini
# READ README.TXT!

[Database]
host=localhost
user=*****
password=*****
database=eq
This is fine.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #3  
Old 01-10-2003, 02:17 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

What's wrong with dns ?

Here's what I have always used, and it works fine..

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=The Halls of Paranor
worldaddress=xxx.dyndns.org
locked=false

./zone . xxx.dyndns.org 7995 127.0.0.1 &
./zone . xxx.dyndns.org 7996 127.0.0.1 &

This is linux though, so might be a difference there, but i wouldnt think so..


His problem looks like a bad database..

eq.zoneservers doesnt exist.. I'd suggest recreating his eq database.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #4  
Old 01-10-2003, 04:01 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

I delete all the DB and resource it with only the db.sql from the last release and still got the same problem.
I also tried the IP thing, but there is still the problem :(
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #5  
Old 01-10-2003, 04:09 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

go into mysql>

type use eq;

then

show tables;

if zoneserver_auth is there, type

describe zoneserver_auth;
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #6  
Old 01-10-2003, 04:22 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

no "zoneserver_auth" in the tables :(
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #7  
Old 01-10-2003, 04:32 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Well, that would be your problem...


What db.sql are you using? Its definitely in the 0.4.1 release db.sql
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #8  
Old 01-10-2003, 04:40 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

I just redownloaded it from Sourceforge on another server and still no "zoneserver_auth" :(
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #9  
Old 01-10-2003, 06:19 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

use eq;

show tables;


what tables DO you see?
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #10  
Old 01-10-2003, 06:26 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

here you are :
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
  #11  
Old 01-10-2003, 06:39 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Open up the db.sql you sourced in... Do a search for zoneserver_auth

Verify that table is in the sql file.

For some reason its not in your database.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #12  
Old 01-10-2003, 07:11 AM
fnemo's Avatar
fnemo
Discordant
 
Join Date: Dec 2002
Posts: 354
Default

/dev/n00b rocks !
We tried several base db.sql. all were corrupted (?!). Then he send me his and it works perfectly !!!

Thx again
__________________
Nemo
Administrator and coder for the World Alkora Server
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:42 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3