View Single Post
  #1  
Old 07-31-2009, 11:52 PM
blackwaterr3
Fire Beetle
 
Join Date: Jul 2009
Location: New York
Posts: 10
Default SQL, Unlocking a IP Range (Class C)

mysql>[INSERT INTO account (name,STATUS, minilogin_ip) VALUES
('NameHere',250,'127.0.0.0/24');]

the SQL command as shown above isnt working im guessing its due to using the ['127.0.0.0/24'] is there a way of unblocking a Class C IP Range or do i need to add 265 IP's to the database?
Reply With Quote