The same problem with 0.0.0.0
Please try
array('ip'=>'194.158.64.0','cidr'=>'19','descripti on'=>'Country'),
array('ip'=>'217.147.112.0','cidr'=>'20','descript ion'=>'Country'),
You will see 0 in 'ip' column in "ipban"-table
'ip'-column has attribute 'UNSIGNED'
I've changed attribute. Set it empty. Now in db:
194.158.64.0 -> -1029816320
217.147.112.0 -> -644648960
But in admin panel "List IP Bans" this ip-addresses are not shown.
|