when you add a user to the tblloginServerAccounts table, you have to use a query because you can't just add a plaintext password, you have to set password = sha('password') to encrypt it.
Try this: use peqlogindb; INSERT INTO tblloginServerAccounts (AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) VALUES('acctname', sha('password'), 'email@domain.com', now(), '192.168.1.2'); LastIPAddress and LastLoginDate don't really matter, they get updated when they log in anyway. |
Its working now.Really appreciate it.
|
I do have one thing I can't figure out.
I played a few different custom servers before quiting and comeing back to this.I have changed spell files so many times I have no idea where my origional is. The spellfile seems to be integrated in the server build.But i can not find the spell_us.txt to copy it to my UF install.Googlefu isnt showing anything. Anyone know where to get a stock UF spell file or better a spell file that matches the current server build? |
Use the spell exporter to export the server database.
http://www.eqemulator.org/forums/sho...4&postcount=15 |
All times are GMT -4. The time now is 06:26 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.