View Single Post
  #3  
Old 05-25-2002, 01:24 AM
Ragnarok
Fire Beetle
 
Join Date: May 2002
Location: Germany
Posts: 6
Default Still doesn't work...

I read the readme as usual i typed the same stuff like always but im getting Bad Username Password Message.

Something is deffinitly not like before.

I made a Datbase called eq3.
eq 1 and eq2 are previous databases from prepatch version of eq.

I sourced login.sql.
I sourced eqdb.sql from board.

I ran MYSQL and typed:

Step 1:

"select id, name, password, ip, ircnick from login_accounts;"

Step 2:

"INSERT INTO login_worldservers set account='<Loginame>',password='<password>',n ame='<name of server>',greenname='1';

Step 3:

"select * from login_worldservers;"

Step 4:

"INSERT INTO login_accounts set name='<Loginname>', password='<password>', ip='<LANIP>', ircnick='<Nick>';"

Step 5:

"select id, name from login_accounts;"

Stpe 6:

"INSERT INTO login_authchange (account_id, ip) values(1,'<LANIP>');"

Step 7:

"select id, name, ip from login_accounts;"

Step 8:

"select id, name, password from login_accounts;"

Step 9:

Start Publiclogin.exe and let it open! The go into MYSQL and type in Step 10.

Step 10:

"INSERT INTO login_authchange (account_id, ip) values(<ID>, '<IP>');"


Im using the correct versions of eqemu everquest and the public login.
Reply With Quote