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-01-2007, 12:22 PM
KhanhDescending
Fire Beetle
 
Join Date: Apr 2007
Location: Phoenix, AZ
Posts: 5
Default Bingo

CrabClaw,

You're a god among men. Just spent the better part of the day screwing around with the XML and .ini files. Until I found your post. Everything is running smoothly now by following your instructions.

Thanks,

Khanh
Reply With Quote
  #2  
Old 05-02-2007, 02:24 PM
drunkgoblin
Fire Beetle
 
Join Date: Apr 2006
Posts: 14
Default

I love you man! If i wern't a man i would want to have your babys!! you rule!
Reply With Quote
  #3  
Old 05-17-2007, 09:55 AM
Jiggawhoa144
Fire Beetle
 
Join Date: May 2005
Posts: 5
Default

ugh, I've followed your format exactly, and still no luck with the Minilogin finding the server. It can only find the server when it listens on port 3306, but then then world.exe just holds at "Connecting to MySQL..." :\ I know I have my IP's correct, I think I'm just having issues with getting the ports to match up correctly. I currently have the files setup as is....

eqemu_config.xml :

Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>Blah</shortname>
	    <longname>MiniLogin</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <!--<address>192.168.0.102</address>-->
	    <!--<localaddress>127.0.0.1</localaddress>-->
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>129.168.0.102</host>
	        <port>5999</port>
	        <account></account>
	        <password></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>username</username>
	    <password>password</password>
	    <db>peq</db>
	</database>
</server>
LoginServer.ini :

Code:
[LoginServer]
loginserver=192.168.0.102
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=MiniLogin
worldaddress=192.168.0.102
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=minilogin
ServerPort=5999
and eqhost.txt :

Code:
[LoginServer]
Host=192.168.0.102:5999
Yeah, so when world.exe tries to connect to the LS I get a 'could not connect : error 10061' message. Like I said, I've gotten MiniLogin to show that there's a server with other port settings, but then world.exe won't connect to it. And yes, the ports are properly forwarded. Any help would be appreciated. Thanks

Last edited by Jiggawhoa144; 05-17-2007 at 06:01 PM..
Reply With Quote
  #4  
Old 05-17-2007, 03:22 PM
CrabClaw's Avatar
CrabClaw
Hill Giant
 
Join Date: Jun 2006
Location: Plane of Knowledge
Posts: 191
Default

Hmm, the first two things come to mind.

Quote:
<database>
<host>localhost</host>
<port>3306</port>
<username>username</username>
<password>password</password>
<db>peq</db>
</database>
Did you fill this part (the username and password) out correctly?

Also, what version of MySQL are you using? You might need to tweak the password with the instructions found here.

http://dev.mysql.com/doc/refman/5.0/en/old-client.html

SET PASSWORD FOR 'some_user'@'localhost' = OLD_PASSWORD('newpwd');

Remember to do a backup of your schema using the admin tool before touching anything so you have a fallback position.
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 05:29 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