How to ban an entire ip range through mysql database How to ban an entire ip range through mysql database
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to ban an entire ip range through mysql database

Started by dke, October 22, 2006, 01:10:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dke

Hi all,

i find it easyer to just manually edit the database for coppermine, then to use the gui for some stuff, like banning. But i havent figured out how to ban entire ip ranges, id have to create 255 rows and put example "212.145.232.1" in the first and then go to 2,3,4,5,6,7 etc.. is there a way to just type "1.2.3.1-1.2.3.255" in one single key?

thanks in advance!

Nibbler

You can't ban IP ranges via the database. Ban via .htaccess or at the firewall level instead.