View Single Post
  #2  
Old 07-08-2012, 03:42 PM
Capheus
Hill Giant
 
Join Date: Apr 2008
Location: Milwaukee
Posts: 141
Default

Going to need a bit more info to go on. Are they trying to join via "Host=eqemulator.net:5999" or through "Host=YerIPAddress:5999" ?

If its "Host=YerIPAddress:5999", make sure you haved added in all of their accounts with:

Code:
INSERT INTO tblLoginServerAccounts (AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) VALUES('Admin', sha('password'), 'admin@somewhere.com', now(), '127.0.0.1');
Reply With Quote