From: Edward Date: Tue, 13 May 2014 10:50:18 +0000 (+0800) Subject: Import/Core_geoip.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5481ea8b0b755cc2734d21877196de599b93931d Import/Core_geoip.php --- diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index 97cf8f7c..a884e821 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -37,7 +37,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!'); } -// $this->insertLocation($location); + $this->insertLocation($location); $this->insertBlock($block); } @@ -252,7 +252,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo $network_mapping = DB_DataObject::factory('core_geoip_network_mapping'); $start_ip = array_pop(explode(":", $row['NETWORK_START_IP'])); - print_r($start_ip);exit; + $network_mapping->setFrom(array( 'start_ip' => $start_ip, 'mask_length' => pow(2, (128 - $row['NETWORK_MASK_LENGTH'])),