View Single Post
  #39  
Old 10-14-2011, 11:17 AM
bishop91
Fire Beetle
 
Join Date: Oct 2011
Posts: 8
Default Dhcp?

Is there a way to put a range of IP Addresses into this? I use DHCP on my lan and I would rather not have to static IP all of my pcs if I can. Or does this line not really block an account from logging in based on IP?

Quote:
Originally Posted by lerxst2112 View Post
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