View Single Post
  #35  
Old 10-13-2011, 09:48 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

You start it with the start.bat file in the server directory.

You create account by using this query again with different values:

INSERT INTO tblLoginServerAccounts (AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) VALUES('huppyname', sha('huppypassword'), 'fakename@hotmail.com', now(), '192.168.1.103');
Reply With Quote