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 09-03-2008, 12:02 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Stickified - good info here - even learned something from this!

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #2  
Old 09-03-2008, 09:04 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

Tip: When you download the MiniLogin6.2.zip file(is there a newer one?), it comes with an opcodes.conf file. Don't use it. It doesn't have all the opcodes. Use the opcodes.conf file that comes with the latest build.
You only need the MiniLogin.exe and the LoginServer.ini files.
Reply With Quote
  #3  
Old 09-10-2008, 08:22 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

This package contains Leslamarch's launcher, and Aerewen's PHP IPFixer (instructions are in the PHP script).
Once set up, you won't need to be setting account IPs in the database for yourself or anyone else, and, if you have at least a 'shallow' understanding of PHP ( I do!), you can alter it all and make it look real nice.

Last edited by Angelox; 02-16-2009 at 09:53 PM.. Reason: Updating Links
Reply With Quote
  #4  
Old 09-25-2008, 12:57 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

you may want to include a LINK to wher actualy download the Mini Login software - I just tried finding it starting of main page and it took me like 20 min

http://sourceforge.net/project/showf...group_id=88515
Reply With Quote
  #5  
Old 10-19-2008, 10:47 AM
wicapirate
Fire Beetle
 
Join Date: Oct 2008
Location: Missouri
Posts: 22
Default

Angelox
Will that zip allow me to run EQ on a LAN with no internet access?
Reply With Quote
  #6  
Old 10-19-2008, 11:01 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by wicapirate View Post
Angelox
Will that zip allow me to run EQ on a LAN with no internet access?
I don't know which zip you're talking about, but Minilogin is for LAN or the client can be with the same machine as the server , so you don't need internet or even a LAN.
What I have posted at my site are packages I thought would make it all easier for you (granted you follow the instructions).
Reply With Quote
  #7  
Old 02-04-2009, 01:42 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

Thank you for this, I have had minilogin running under linux in the past but this made it much simpler to get away from the Public loginserver hell. I never new there was a web tool published to create your own gimp public server with minilogin. It is perfect for my setup after some modifications.

One thing you may want to note in the guide is that it is necessary to forward "UDP" port 5999 to your server on your firewall in order to allow public access to the minilogin server.

Second I see that accounts and passwords are limited to "9" characters on the web tool. This is not practical since some of my old users had account names greater than 9 characters with passwords greater than 9 characters. Granted when you switch from public to this type of login all of thier passwords are set to "blank" as far as minilogin is concerned they still have the same usernames. So you will need to go in and add passwords for thier accounts in your db in order for them to log in. In order to change the 9 character limit edit these lines in the index.php file:

Code:
<td width="326" align="left" valign="top"><input name="username" type="text" class="formelements" id="username" size="40" maxlength="9" />
to

Code:
<td width="326" align="left" valign="top"><input name="username" type="text" class="formelements" id="username" size="40" maxlength="25" />
to increase the username to 25 characters

and

Code:
<td align="left" valign="top"><input name="password" type="password" class="formelements" id="password" size="40" maxlength="9" />
to

Code:
<td align="left" valign="top"><input name="password" type="password" class="formelements" id="password" size="40" maxlength="25" />
to increase the password size to 25
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 03:43 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3