PDA

View Full Version : SQL, Unlocking a IP Range (Class C)


blackwaterr3
07-31-2009, 11:52 PM
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?

blackwaterr3
08-02-2009, 12:57 AM
bump need help with this asap

Secrets
08-02-2009, 12:59 AM
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?

Why are you still using minilogin? There's a public login available for download on the google code page.

If you absolutely need to use minilogin, the field for minilogin_ip isn't there by default in PEQ's database. You will need to add it yourself if you downloaded the DB from PEQ.

A few guides are on the wiki.

as for the IPs, you could do that in excel.

blackwaterr3
08-02-2009, 12:25 PM
so theres no way to use the IP range with minilogin?

Lenn
08-02-2009, 05:36 PM
Why are you still using minilogin? There's a public login available for download on the google code page.

If you absolutely need to use minilogin, the field for minilogin_ip isn't there by default in PEQ's database. You will need to add it yourself if you downloaded the DB from PEQ.

A few guides are on the wiki.

as for the IPs, you could do that in excel.

ive skinnem the wiki and i dont see anything about adding a IP range to the minlogin using SQL