Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #16  
Old 12-13-2013, 09:19 PM
khalathas
Sarnak
 
Join Date: Jun 2007
Posts: 67
Default

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.
Reply With Quote
  #17  
Old 12-16-2013, 05:22 PM
Steel
Sarnak
 
Join Date: Sep 2007
Posts: 31
Default

Its working now.Really appreciate it.
Reply With Quote
  #18  
Old 12-17-2013, 10:52 PM
Steel
Sarnak
 
Join Date: Sep 2007
Posts: 31
Default

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?
Reply With Quote
  #19  
Old 12-18-2013, 02:58 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Use the spell exporter to export the server database.

http://www.eqemulator.org/forums/sho...4&postcount=15
Reply With Quote
Reply


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 04:48 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3