Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-22-2009, 02:57 AM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default New MiniLogin Release!

Hi Everyone,

I wanted to announce that after a few hours of gruesome programming, I have a login server available for you all to work with your Titanium clients.

This MiniLogin is limited to 20 authenticated users (that is by username/password) and 3 world accounts (also required to be authenticated by username/password).

Enjoy!

http://eqemu.devnoob.com/downloads/NewMiniLogin.zip



PS. I want my $100, thanks :P
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.

Last edited by image; 03-22-2009 at 11:00 AM..
Reply With Quote
  #2  
Old 03-22-2009, 12:57 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by image View Post
PS. I want my $100, thanks :P
Let me have 33 users and 1 world and your paypal account email address and you will have triple that
Reply With Quote
  #3  
Old 03-22-2009, 02:52 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Lol exactly 33 users and just 1 world server? Thats an awkward request :P
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #4  
Old 03-22-2009, 03:00 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

So what are we talking about here - by more users you mean more servers can hookup to the Mini LS? and the world account would mean how many times the same IP or Account (can hook up)? And just to be sure, it only accepts Titanium, or will it accept the other versions available?
Reply With Quote
  #5  
Old 03-22-2009, 03:07 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

First problem post lol

what this mean ?

Code:
Error in CheckWorldVerAuth query 'SELECT approval FROM login_versions WHERE vers
ion='0.7.0';' #1146: Table '70login.login_versions' doesn't exist
Bad Version (soft): #2 127.0.0.1:4894
Im using a 7.0 server ?
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #6  
Old 03-22-2009, 03:15 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

also getting this too.

Code:
Error importing functions from EQCrypto.dll.
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #7  
Old 03-22-2009, 03:18 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Outside of the readme file, is there any documentation that would assist the non-techie in the setup of this LS? I am toying with the decision of moving to the mini-LS since game play on my server is really just for family and friends. A step-by-step guide akin to the server setup guide would be groovy.
Reply With Quote
  #8  
Old 03-22-2009, 03:23 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

You can go get leslamarch's install package from my site, all you have to do is run the install, and the rest is done - you'll be able to choose between ax classic or peq database (via option).

Last edited by Angelox; 03-22-2009 at 11:35 PM..
Reply With Quote
  #9  
Old 03-22-2009, 03:35 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Sakrateri: Your first error you seem to be getting because your database doesn't recongize to just let the world server connect if the table does not exist... I am not sure why..

CREATE TABLE `login_versions` (
`version` char(16) NOT NULL default '',
`approval` int(11) NOT NULL default '0',
) TYPE=MyISAM;

insert into login_versions set version='0.7.0',approval=1;

Should fix your issue, add the version with a approval of 1 for any version you want to support.

The second error (Error importing functions from EQCrypto.dll.) you can ignore, those import functions are not used as the encryption is now hardcoded into the LS.

Secrets has tested this and says this supports Titanium + SoF.

If you run into issues logging into world from the login server, make sure the server is unlocked and you got the latest zip file above (Put up at about 3PM EST on March 22nd).

There is an issue with the server list where the IP is offset to the client, so it tries connecting to a bogus server.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #10  
Old 03-22-2009, 03:38 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Quote:
Originally Posted by Angelox View Post
So what are we talking about here - by more users you mean more servers can hookup to the Mini LS? and the world account would mean how many times the same IP or Account (can hook up)? And just to be sure, it only accepts Titanium, or will it accept the other versions available?
I can set the values to whatever I want for how many users/worlds can be used, this was just a number that was suggested to me.

World accounts can only connect as one otherwise they get ghosted, it will limit to 3.

Secrets says this works for Titanium and SoF.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #11  
Old 03-22-2009, 04:33 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Thanks for your Minilogin image, we'll put it to good use!
Reply With Quote
  #12  
Old 03-22-2009, 05:21 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Angelox, does your instruction hold true even for a setup that already uses public LS? Just run the install and it's changed?
Reply With Quote
  #13  
Old 03-22-2009, 05:29 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Ok, Got the world and client to connect to minilogin but then I get this error in world

Code:
Account Attempting to be created:Skaramang 0
Error in CreateAccount query 'INSERT INTO account SET name='Skaramang', status=0
, lsaccount_id=2;' #1364: Field 'minilogin_ip' doesn't have a default value
[Debug] [WORLD__CLIENTLIST_ERR] Error adding local account for LS login: 'Skaram
ang', duplicate name?
[Debug] [WORLD__CLIENT_ERR] NOCLE: Bad/Expired session key '71'
Removing connection
Any ideas? and thanks alot for this !
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #14  
Old 03-22-2009, 05:43 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by neiv2 View Post
Angelox, does your instruction hold true even for a setup that already uses public LS? Just run the install and it's changed?
The only change you have to make in your database would be to set the logintype to Minilogin in table variables

If you were referring to leslamarch's install package; the database, mysql, perl, and everything else is included and ready to use.
Reply With Quote
  #15  
Old 03-22-2009, 05:47 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Hmm . . . that will likely present a problem since my game has been extensively customized. I assume the install package would just overwrite everything. How do I maintain my customizations and still use the minilogin? Is there a separate install for that?
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 06:08 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3