Log in

View Full Version : Making login account: Like pulling teath!


LaZZer
05-24-2002, 11:35 AM
I am running Windows 98, Current Version of the EQemu 3.2 (I think) and I am trying to make an account using the Public Login and mysql. I read the readme (LOGINREADME.TXT). I loaded up mysql.exe and began the INSERT INFO --and so on--

Everything when ok until I hit the "authorize the account" I type the following "INSERT INTO login_authchange (account_id, ip) values(usersid,'usersip');" but an error every time. Anyone else have this problem and is this the only way to make an account?

Thanks,
LaZZer~

DeletedUser
05-24-2002, 11:52 AM
look, someone didn't read the readme :P
INSERT INTO login_authchange (account_id, ip) values(usersid,'usersip');


From Loginreadme.txt:

"Change usersid to equal the id number you got when you selected the id number (second step) and put the users ip where it has 'usersip'"

Soo I guess this says:
INSERT INTO login_authchange (account_id, ip) values(1,'127.0.0.1');

127.0.0.1 is the ip, 1 is the user id

Lurker_005
05-24-2002, 01:50 PM
Also look in 3rd party tools for the batch file I posted that automated th process.