EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Installing by the Current guide on W7 64bit (https://www.eqemulator.org/forums/showthread.php?t=37612)

khalathas 12-13-2013 09:19 PM

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.

Steel 12-16-2013 05:22 PM

Its working now.Really appreciate it.

Steel 12-17-2013 10:52 PM

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?

lerxst2112 12-18-2013 02:58 AM

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.