MiniLogin database
Moderator: Team Members
Forum rules
READ THE FORUM STICKY THREADS BEFORE ASKING FOR HELP!
Most information can be found there, and if not, the posts will help you determine the information required to get assistance from the development team.
Incomplete Help Requests will be locked or deleted.
READ THE FORUM STICKY THREADS BEFORE ASKING FOR HELP!
Most information can be found there, and if not, the posts will help you determine the information required to get assistance from the development team.
Incomplete Help Requests will be locked or deleted.
-
Amitiu
- Posts: 4
- Joined: Wed Feb 03, 2016 3:53 pm
MiniLogin database
I'm trying to setup a server using the latest svn + MiniLogin . I believe I have everything configured, except I can't find the scripts to setup the MiniLogin database, where might I find those?
I tried to download the latest server pack from the Releases section, but I can't download the main pack only the updates which seem to be mainly just the exes. I also tried setting up the database using the link for MiniLogin on the wiki but that one seems to be missing tables, and might be out of date. Thanks.
I tried to download the latest server pack from the Releases section, but I can't download the main pack only the updates which seem to be mainly just the exes. I also tried setting up the database using the link for MiniLogin on the wiki but that one seems to be missing tables, and might be out of date. Thanks.
- Cynnar
- Project Leader
- Posts: 738
- Joined: Sat Sep 27, 2014 1:22 am
- EQ2Emu Server: Eq2emulator
- Characters: Vlash
Veinlash
Taragak
Cynnar
Re: MiniLogin database
Hmm I didn't have a problem downloading the ServerPack.Amitiu wrote:I'm trying to setup a server using the latest svn + MiniLogin . I believe I have everything configured, except I can't find the scripts to setup the MiniLogin database, where might I find those?
I tried to download the latest server pack from the Releases section, but I can't download the main pack only the updates which seem to be mainly just the exes. I also tried setting up the database using the link for MiniLogin on the wiki but that one seems to be missing tables, and might be out of date. Thanks.
As for the ls tables, it will be a few hours before I am back around my computer to get that info.
[ 01000011 01111001 01101110 01101110 01100001 01110010 ]
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
-
Amitiu
- Posts: 4
- Joined: Wed Feb 03, 2016 3:53 pm
Re: MiniLogin database
Thanks, with the ls database files and the server pack I was able to get it running. Had to adjust the opcode versions so the client I downloaded (the latest) would connect and seems to be working though I did get a 'Possible Hacking Attempt' message after zoning in for the first time not sure if that is because of an opcode change or what.
12:39:46 E Login: Unknown LoginSOPcode: 201E, size: 28014 from
12:39:59 E Login: World ID '1', Possible Hacking Attempt (func: LWorld::Process, line: 709
12:39:59 E World: Login Server returned a fatal error: Possible Hacking Attempt
Disabling reconnect.
12:39:46 E Login: Unknown LoginSOPcode: 201E, size: 28014 from
12:39:59 E Login: World ID '1', Possible Hacking Attempt (func: LWorld::Process, line: 709
12:39:59 E World: Login Server returned a fatal error: Possible Hacking Attempt
Disabling reconnect.
- Cynnar
- Project Leader
- Posts: 738
- Joined: Sat Sep 27, 2014 1:22 am
- EQ2Emu Server: Eq2emulator
- Characters: Vlash
Veinlash
Taragak
Cynnar
Re: MiniLogin database
Glad you got it working. As for the hacking attempt i think it has to do with a database table, but can't remember if that is correct. In either case you will need to run the db patcher to get the latest opcodes and the newer tables into your database. Those setting are changed in the LoginServer.ini located in your world dir, and you will need a server account. There is a LoginServer.ini in the tools folder that can be used if renamed and your server account information is added. Might want to move it out of the tools folder before renaming as there is a LoginServer.ini that will allow you to retrun to the original LoginServer.ini.Amitiu wrote:Thanks, with the ls database files and the server pack I was able to get it running. Had to adjust the opcode versions so the client I downloaded (the latest) would connect and seems to be working though I did get a 'Possible Hacking Attempt' message after zoning in for the first time not sure if that is because of an opcode change or what.
12:39:46 E Login: Unknown LoginSOPcode: 201E, size: 28014 from
12:39:59 E Login: World ID '1', Possible Hacking Attempt (func: LWorld::Process, line: 709
12:39:59 E World: Login Server returned a fatal error: Possible Hacking Attempt
Disabling reconnect.
[ 01000011 01111001 01101110 01101110 01100001 01110010 ]
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
-
Amitiu
- Posts: 4
- Joined: Wed Feb 03, 2016 3:53 pm
Re: MiniLogin database
I changed the loginserver.ini to point to eq2emulator.net and let it run to make sure dbs were up to date, I'm still getting the Possible Hacking Attempt after zoning into the world with a character. I can stay in but if I logout I have to restart the world server before it lets anyone in again.
-
Jabantiz
- Lead Developer
- Posts: 2912
- Joined: Wed Jul 25, 2007 2:52 pm
- Location: California
Re: MiniLogin database
Judging by the log it looks like you might have an older minilogin, have you tried the one that is included with the server pack? Basically what is happening is the world server is sending a packet to the login that the login does not recognize causing that error to trigger. If that still doesn't work then go into the world database and in the ruleset_details set 'SendPaperdollImagesToLogin' to 0, that should prevent the packet that is likely causing the trouble.
-
Amitiu
- Posts: 4
- Joined: Wed Feb 03, 2016 3:53 pm
Re: MiniLogin database
I was using the one that was from the server svn in the bin folder, but using the one from the server pack update doesn't give the error though they both show the same version in the title bar. Thanks for the help all, I seem to be up and running.
- Cynnar
- Project Leader
- Posts: 738
- Joined: Sat Sep 27, 2014 1:22 am
- EQ2Emu Server: Eq2emulator
- Characters: Vlash
Veinlash
Taragak
Cynnar
Re: MiniLogin database
Yes the one from the svn is outdated and the one from the serverpack is the latest.Amitiu wrote:I was using the one that was from the server svn in the bin folder, but using the one from the server pack update doesn't give the error though they both show the same version in the title bar. Thanks for the help all, I seem to be up and running.
[ 01000011 01111001 01101110 01101110 01100001 01110010 ]
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
Who is online
Users browsing this forum: No registered users and 0 guests