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

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-24-2004, 04:40 PM
mfcjunkie
Fire Beetle
 
Join Date: Sep 2004
Location: NY
Posts: 15
Default Problems can anyone help...

hell i have been trying to set up a server and i keep running into problems .. when i know forsure i can get a server up i will be building a Server to host it on but i dont want to wast my time and my money on something if i cant get it to work for me hehe

ok now on to my problem first i want to do everything off line with the new minilogin then when i have it set up the way i want it i will be putting it on the new server i build and putting it online .. but i am haveing problems getting the minilogin to work mainly because i dont understand ...

it asks me this and this is one part i do not know how to set up
Code:
To start you will need to execute the following mysql queries: 


INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server :)'); 

alter table account add minilogin_ip varchar(32) not null; 



Note: The following examples assume you want to use minilogin to play on the account named edgar1898 and you will be logging into it from the same computer your running minilogin on. 

If you want to login with an existing account: 
1. Put the ip address of the computer your using to login in the minilogin_ip field of the users account you wish to play. 

The SQL code for this is: 
 
update account set minilogin_ip='127.0.0.1' where name='edgar1898'; 


If you want to create a new account and login with it: 

1. Insert the new account into the database. (This example also assumes you wish to give the user access to all commands on the server, change the 250 to another level if you dont) 

The SQL code for this is: 

insert into account (name,status, minilogin_ip) values('edgar1898',250,'127.0.0.1');
i was following the direction from the read me that came with the DL

not sure if it will help but i will post my Boot5zones.bat , Login.ini and db.ini..

boot5zones.BAT
Code:
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 . 127.0.0.1 7995 192.168.1.100 
start zone . 127.0.0.1 7996 192.168.1.100 
start zone . 127.0.0.1 7997 192.168.1.100 
start zone . 127.0.0.1 7998 192.168.1.100 
start zone . 127.0.0.1 7999 192.168.1.100 
exit 
cls 

:NOSPELL 
echo You did not copy the spells_us.txt from your everquest directory to this one.  Please do so or zones will crash on startup. 
PAUSE 

REM:---------------END------------------------
Login.ini
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=<<<<<TESTING>>>>>
worldaddress=66.24.244.112
locked=false
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
db.ini
Code:
# READ README.TXT!

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


### --- 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.
eqhost.txt
Code:
[LoginServer]
127.0.0.1:5999
i think this is how this is to be set up

if i have forgotten any information please let me know .. i would love to get this started .. i am using version 6.0 DR1 and the DB is barebones

thank you for your time
__________________
-- Building the World from the Ground up --
Reply With Quote
 


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 04:23 AM.


 

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