From: Edward Date: Tue, 13 May 2014 10:50:03 +0000 (+0800) Subject: Import/Core_geoip.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b59c6d88d4d0fa3aa7a9a39b6c63c2b69c59a439 Import/Core_geoip.php --- diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index a884e821..97cf8f7c 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'])),