EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   New MiniLogin Release! (https://www.eqemulator.org/forums/showthread.php?t=27711)

image 03-22-2009 02:57 AM

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

http://www.universalconquestonline.com/lswork.jpg

PS. I want my $100, thanks :P

leslamarch 03-22-2009 12:57 PM

Quote:

Originally Posted by image (Post 166012)
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 :)

image 03-22-2009 02:52 PM

Lol exactly 33 users and just 1 world server? Thats an awkward request :P

Angelox 03-22-2009 03:00 PM

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?

Sakrateri 03-22-2009 03:07 PM

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 ?

Sakrateri 03-22-2009 03:15 PM

also getting this too.

Code:

Error importing functions from EQCrypto.dll.

neiv2 03-22-2009 03:18 PM

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.

Angelox 03-22-2009 03:23 PM

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).

image 03-22-2009 03:35 PM

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.

image 03-22-2009 03:38 PM

Quote:

Originally Posted by Angelox (Post 166034)
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.

Angelox 03-22-2009 04:33 PM

Thanks for your Minilogin image, we'll put it to good use!

neiv2 03-22-2009 05:21 PM

Angelox, does your instruction hold true even for a setup that already uses public LS? Just run the install and it's changed?

Sakrateri 03-22-2009 05:29 PM

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 !

Angelox 03-22-2009 05:43 PM

Quote:

Originally Posted by neiv2 (Post 166046)
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.

neiv2 03-22-2009 05:47 PM

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?


All times are GMT -4. The time now is 11:06 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.