View Single Post
  #1  
Old 03-26-2015, 03:26 PM
Figback65
Discordant
 
Join Date: Aug 2009
Location: 2131231231
Posts: 255
Default Private Server Accounts

Hi all,

Been a while since i posted, been taking a break.

Well since that break i have forgotten something or i have no clue anymore why this is happening.

I have my private dev box setup and works and I can connect to it and other can connect to it np, even through hamachi VLan. The problem is they can only connect with my old accounts I had setup. Basically my GM accounts. Any new accounts i make goes into the table but when you try to login EQ says the username and password are incorrect.

Code:
INSERT INTO tblloginserveraccounts (AccountName,AccountPassword,AccountEmail,LastIPAddress,LastLoginDate)
VALUES ('username',sha('password'),'me@me.com','127.0.0.1','2014-01-01 00:00:01');
I used that script many times to make logins before but for some reason now it still makes the accounts like it should but people cannot login with given usernames and passwords. Any ideas? Is there a step ive missed?

Again, with my old GM accounts I and others can login, just not new accounts that i make.

Thank you
__________________
Reply With Quote