I was able to load the game, but unable to log in.
The issue seems to be related to my username/password. Ive followed;
Code:
Step 5: Create a login account.
You now have the required database tables, but they are empty and so no one will be able to log in yet. Open up either HeidiSQL or just do this in the mysql prompt:-
?
1
2
INSERT INTO tblloginserveraccounts (AccountName,AccountPassword,AccountEmail,LastIPAddress,LastLoginDate)
VALUES ('your_account_name',sha('your_password'),'me@me.com','127.0.0.1','2014-01-01 00:00:01');
Ive done both command prompt and HeidiSQL and while the information is showing in HeidiSQL, it wont allow me to log in.