Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::MiniLogin

Support::MiniLogin Support forum for problems with the official MiniLogin release.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-15-2004, 05:42 PM
wontonjoe
Fire Beetle
 
Join Date: Oct 2004
Posts: 9
Default help with minilogin

apparently im doing something wrong, but i keep getting this error

Code:
143186 New client from ip: 216.207.xxx.xxx port: 4571
Login with '10516' and 'QMV1I7HNG7'
216.207.xxx.xxx: Wrong name/pass: name='10516'
Removing client from ip:216.207.xxx.xxx port:4571
i have done everything in the readme, with no errors, and i also tried everything in every post i could find about minilogin configure

any help will be appreciated





Code:
DROP TABLE IF EXISTS account;
CREATE TABLE account (
  id int(11) NOT NULL auto_increment,
  name varchar(30) NOT NULL default '',
  charname varchar(64) NOT NULL default '',
  packencrypt blob NOT NULL,
  password varchar(50) NOT NULL default '',
  status int(5) NOT NULL default '0',
  lsaccount_id int(11) unsigned default NULL,
  gmspeed tinyint(3) unsigned NOT NULL default '0',
  sharedbank int(11) NULL default '0',
  minilogin_ip varchar(32) NOT NULL default '0',
  PRIMARY KEY  (id),
  UNIQUE KEY name (name),
  UNIQUE KEY lsaccount_id (lsaccount_id)
) TYPE=MyISAM;

INSERT INTO account VALUES (1,'username','','','password','250','','0','','127.0.0.1');

is this wrong?
Reply With Quote
 


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 05:27 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