Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::MiniLogin

Support::MiniLogin Support forum for problems with the official MiniLogin release.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-24-2006, 01:00 PM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

You have to edit the account table in the database.

Make sure you put a username, password, status and ip address (127.0.0.1 if it's on the same machine).
Reply With Quote
  #2  
Old 04-26-2006, 07:12 AM
Maus
Fire Beetle
 
Join Date: Apr 2006
Posts: 8
Default

I've put in the accounts manually and I'm STILL having this trouble.. (used navicat to do it and rebooted several times since.. all info is saved).

<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>eq</account>
<password>eq</password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>

###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999



I'm so open to suggestions its not even funny.

Just for sng, I note that -I- can get in to play on the main machine just fine. It's any other machine that runs into the trouble. They pick the server, click Play and hang to eventually go back to the login/pw screen.
Reply With Quote
  #3  
Old 04-26-2006, 02:51 PM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

Try changing all your "127.0.0.1" over to your network address (192.168.1.101 or whatever). Leave the database settings alone though.
Reply With Quote
  #4  
Old 04-26-2006, 05:20 PM
Maus
Fire Beetle
 
Join Date: Apr 2006
Posts: 8
Default

I did.. no love =/
Reply With Quote
  #5  
Old 04-30-2006, 04:02 AM
Aonelyn's Avatar
Aonelyn
Hill Giant
 
Join Date: Jul 2005
Location: Felwithe
Posts: 192
Default

Go to the start menu. Then run, then type in the box cmd . Then type cd c:\mysql\bin . Then type Mysql -u root mysql . then type use yourdatabase .
where yourdatabase is put the name of your database.
Then type this
Code:
insert into account (name,status, minilogin_ip) values('Aonelyn',255,'127.0.0.1');
__________________
lol.
Reply With Quote
  #6  
Old 04-30-2006, 07:05 PM
Maus
Fire Beetle
 
Join Date: Apr 2006
Posts: 8
Default

Yes, I have entered the account into the database. I've done it through multiple installs, with both the command line entry and navicat.

Still no connection to the server for anyone but me.
Reply With Quote
  #7  
Old 05-01-2006, 02:51 AM
resnovich
Fire Beetle
 
Join Date: Oct 2004
Posts: 6
Default LAN config

I had trouble with this the first time I set it up to... Maybe this will help you

All of my machines connected from private IPs (192.168.0.n) and their database accounts listed this IP in the minilogin_ip field.

My minilogin server was set to 192.168.0.2 and was on the same machine as the world server.

I used Private IPs for all of my addresses except for the database connection, which remained "localhost".

The important things to keep in mind are that the world server looks for the minilogin server as advertised and tells it the IP address that you have listed for others to use for connections. Meaning, if you tell the minilogin server that your world server has an IP of 127.0.0.1 or localhost everyone connecting to your minilogin server will look for the server on 127.0.0.1 (local loopback address) which is incorrect.

Here is a copy of my LAN config...

<?xml version="1.0">
<server>
<world>
<shortname>BlackmooreBetaLAN070</shortname>
<longname>Blackmoore Beta LAN 070</longname>

<!-- Only specify these two if you really think you need to. -->
<address>192.168.0.2</address>
<localaddress>192.168.0.2</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.2</host>
<port>5999</port>
<account>eq</account>
<password>eq</password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>
Reply With Quote
Reply

Thread Tools
Display Modes

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 08:52 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