I'm using the readme file for the NewMiniLogin; to wit:
Quote:
Welcome to the NEW MiniLogin!
Brought to you by Image and Devn00b.
This new MiniLogin is limited to 20 users authenticated by username/password.
There is also a 3 world limit which is enforced by authorized worlds only (user/pass).
Any world server without a user/pass will connect, but not be listed. Same goes for a server with ID > 3.
Green servers do not work at this time, user reporting may only be presented when first logging in.
Create a new database using the contents of loginserverdb.sql
For a new user (PLEASE NOTE: the ID field cannot be greater than 20 or the user will fail login) :
insert into login_accounts set name='username',password=md5("yourpassword"),user_ active=1;
For a world server (PLEASE NOTE: the ID field cannot be greater than 3 or the world will not list):
insert into login_worldservers set account='accountname',password='yourpassword',name ='Public Name';
|
As far as I can tell, I have followed this to the letter. I would love to use yours, Angelox, but I can't have my db overwritten (any chance of separating out the minilogin by itself?).
Aergad wrote: "you have to make the table . . . "
The login_worldservers table does exist, but not under the peq db (as the error message indicates). The readme file says to create a "new" db, so that's what I did (I named the db "minilogin"). It is a separate db from my "peq" db, and it does contain the table in question. Did I misinterpret something? Is there a setting that is wrong? Do I need to point something in a different direction?
Aergad wrote: " . . . and you need to set loginserver to either the actual hostname (like eqemulator.net) or the ip of your loginserver"
Where exactly do I set this? There seems to be no place in the table to set this. Is this in the eqemu_config.xml file?
Aergad wrote: "make sure you DONT put the loginserver in the same folder as the emu server files"
They are in separate folders.
Aergad wrote: "check the readme and all your settings in eqemu_config.xml"
I thought I did all that.