Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_assets']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_assets` ( `id` BIGINT(15) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) NOT NULL, `asset` VARCHAR(225) NULL DEFAULT NULL, `thumb` VARCHAR(225) NULL DEFAULT NULL, `download_status` VARCHAR(20) NULL DEFAULT 'new' COMMENT 'new, success, inprogress, error, remote', `hash` VARCHAR(32) NULL DEFAULT NULL, `media_id` BIGINT(20) NULL DEFAULT '0', `msg` TEXT NULL, `date_added` DATETIME NULL DEFAULT NULL, `date_download` DATETIME NULL DEFAULT NULL, `image_sizes` TEXT NULL, PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `hash` (`hash`), INDEX `media_id` (`media_id`), INDEX `download_status` (`download_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_products']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_products` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) NOT NULL, `post_parent` BIGINT(20) NULL DEFAULT '0', `type` ENUM('post','variation') NULL DEFAULT 'post', `title` TEXT NULL, `nb_assets` INT(4) NULL DEFAULT '0', `nb_assets_done` INT(4) NULL DEFAULT '0', `status` ENUM('new','success') NULL DEFAULT 'new', PRIMARY KEY (`post_id`, `id`), UNIQUE INDEX `post_id` (`post_id`), INDEX `post_parent` (`post_parent`), INDEX `type` (`type`), INDEX `nb_assets` (`nb_assets`), INDEX `nb_assets_done` (`nb_assets_done`), INDEX `id` (`id`), INDEX `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_cross_sell']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_cross_sell` ( `ASIN` VARCHAR(10) NOT NULL, `products` TEXT NULL, `nr_products` INT(11) NULL DEFAULT NULL, `add_date` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `is_variable` CHAR(1) NULL DEFAULT 'N', `nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT '0', PRIMARY KEY (`ASIN`), UNIQUE INDEX `ASIN` (`ASIN`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_report_log']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_report_log` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `log_id` VARCHAR(50) NULL DEFAULT NULL, `log_action` VARCHAR(50) NULL DEFAULT NULL, `desc` VARCHAR(255) NULL DEFAULT NULL, `log_data_type` VARCHAR(50) NULL DEFAULT NULL, `log_data` LONGTEXT NULL, `source` TEXT NULL, `date_add` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), INDEX `log_id` (`log_id`), INDEX `log_action` (`log_action`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_queue']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_queue` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `asin` VARCHAR(100) NOT NULL, `status` VARCHAR(20) NOT NULL, `status_msg` TEXT NOT NULL, `from_op` VARCHAR(30) NOT NULL, `created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00', `imported_date` TIMESTAMP NULL DEFAULT NULL, `nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', `nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', `product_title` TEXT NULL, `country` VARCHAR(30) NOT NULL DEFAULT '', `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', PRIMARY KEY (`id`), UNIQUE INDEX `asin_from_op` (`asin`, `from_op`), INDEX `nb_tries` (`nb_tries`), INDEX `from_op` (`from_op`), INDEX `status` (`status`), INDEX `country` (`country`), INDEX `provider` (`provider`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_search']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_search` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `code` VARCHAR(32) NOT NULL, `publish` ENUM('Y','N') NOT NULL DEFAULT 'Y', `status` VARCHAR(20) NOT NULL, `status_msg` TEXT NOT NULL, `params` TEXT NOT NULL, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', `search_title` VARCHAR(100) NOT NULL, `country` VARCHAR(30) NOT NULL DEFAULT '', `recurrency` VARCHAR(10) NOT NULL, `created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00', `started_at` TIMESTAMP NULL DEFAULT NULL, `ended_at` TIMESTAMP NULL DEFAULT NULL, `run_date` TIMESTAMP NULL DEFAULT NULL, `nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE INDEX `code` (`code`), INDEX `provider` (`provider`), INDEX `country` (`country`), INDEX `recurrency` (`recurrency`), INDEX `status` (`status`), INDEX `publish` (`publish`), INDEX `run_date` (`run_date`), INDEX `nb_tries` (`nb_tries`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_locale_reference` ( `ID` INT(10) NOT NULL AUTO_INCREMENT, `country` VARCHAR(3) NOT NULL DEFAULT 'US', `searchIndex` VARCHAR(50) NOT NULL, `department` VARCHAR(100) NOT NULL, `browseNode` BIGINT(20) NOT NULL DEFAULT '0', `sortValues` TEXT NOT NULL, `itemSearchParams` TEXT NOT NULL, PRIMARY KEY (`ID`), UNIQUE INDEX `country_searchIndex` (`country`, `searchIndex`), INDEX `searchIndex` (`searchIndex`), INDEX `department` (`department`), INDEX `browseNode` (`browseNode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_amzkeys']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_amzkeys` ( `id` MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT, `access_key` VARCHAR(100) NOT NULL, `secret_key` VARCHAR(100) NOT NULL, `publish` ENUM('Y','N') NOT NULL DEFAULT 'Y', `locked` CHAR(1) NOT NULL DEFAULT 'N', `lock_time` TIMESTAMP NULL DEFAULT NULL, `nb_requests` INT(10) UNSIGNED NOT NULL DEFAULT '0', `nb_requests_valid` INT(10) UNSIGNED NOT NULL DEFAULT '0', `ratio_success` FLOAT(5,2) UNSIGNED NOT NULL DEFAULT '0.00', `last_request_time` TIMESTAMP NULL DEFAULT NULL, `last_request_status` VARCHAR(50) NULL DEFAULT NULL, `last_request_input` MEDIUMTEXT NULL, `last_request_output` MEDIUMTEXT NULL, PRIMARY KEY (`id`), UNIQUE INDEX `access_key_secret_key` (`access_key`, `secret_key`), INDEX `publish_locked_lock_time` (`publish`, `locked`, `lock_time`), INDEX `locked_lock_time` (`locked`, `lock_time`), INDEX `lock_time` (`lock_time`), INDEX `last_request_time` (`last_request_time`), INDEX `ratio_success` (`ratio_success`), INDEX `nb_requests` (`nb_requests`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_amazon_cache']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_amazon_cache` ( `ID` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `cache_name` VARCHAR(100) NOT NULL, `cache_type` VARCHAR(20) NOT NULL, `country` VARCHAR(30) NOT NULL, `response` LONGTEXT NOT NULL, `response_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', PRIMARY KEY (`ID`), UNIQUE INDEX `cache_name_cache_type` (`cache_name`, `cache_type`), INDEX `cache_type` (`cache_type`), INDEX `response_date` (`response_date`), INDEX `provider` (`provider`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

Erreur de la base de données WordPress : [CREATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_import_stats']
CREATE TABLE IF NOT EXISTS `wpfimopop_amz_import_stats` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', `post_title` TEXT NOT NULL, `asin` VARCHAR(100) NOT NULL, `provider` VARCHAR(20) NOT NULL DEFAULT 'amazon', `country` VARCHAR(30) NOT NULL, `from_op` VARCHAR(40) NOT NULL COMMENT '[insane|direct|auto|search]#[some code]', `from_op_p1` VARCHAR(20) NOT NULL, `from_op_p2` VARCHAR(40) NOT NULL, `imported_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `import_status_msg` TEXT NOT NULL, `duration_spin` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_attributes` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_img` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_img` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_nb_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0', `duration_product` INT(11) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'duration_spin, duration_attributes, duration_vars, duration_img, other product import operations, but does not contain duration_img_dw', `db_calc` TEXT NOT NULL, PRIMARY KEY (`id`), INDEX `post_id` (`post_id`), INDEX `asin` (`asin`), INDEX `provider` (`provider`), INDEX `country` (`country`), INDEX `from_op_p1` (`from_op_p1`), INDEX `from_op_p2` (`from_op_p2`), INDEX `from_op` (`from_op`), INDEX `duration_product` (`duration_product`), INDEX `duration_img_dw` (`duration_img_dw`), INDEX `duration_nb_img_dw` (`duration_nb_img_dw`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `bulk_code` `bulk_code` VARCHAR(32) NOT NULL COMMENT 'md5( concate( bulk_asins, country ) )'

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `bulk_asins` `bulk_asins` TEXT NOT NULL COMMENT 'array_serialized( post_id => asin )'

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `country` `country` VARCHAR(30) NOT NULL

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `status` `status` VARCHAR(20) NULL DEFAULT NULL

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `status_msg` `status_msg` TEXT NULL COMMENT 'array_serialized( msg => text, msg_full => text )'

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `widget_response` `widget_response` MEDIUMTEXT NULL COMMENT 'widget_response and widget_response_date are used also as a mini-cache system'

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `widget_response_date` `widget_response_date` DATETIME NULL DEFAULT NULL

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget']
ALTER TABLE wpfimopop_amz_sync_widget CHANGE COLUMN `created_date` `created_date` DATETIME NOT NULL

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget_asins']
ALTER TABLE wpfimopop_amz_sync_widget_asins CHANGE COLUMN `asin` `asin` VARCHAR(50) NOT NULL

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_sync_widget_asins']
ALTER TABLE wpfimopop_amz_sync_widget_asins CHANGE COLUMN `country` `country` VARCHAR(30) NOT NULL

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_amzkeys']
insert ignore into `wpfimopop_amz_amzkeys` (`access_key`, `secret_key`) values('aateam demo access key', 'aateam demo secret access key');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('BR','All','Todos os departmentos','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('BR','Books','Livros','7841278011','relevancerank#salesrank#price#-price#reviewrank_authority#daterank','Author#Availability#Condition#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('BR','KindleStore','Loja Kindle','5308308011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('BR','MobileApps','Apps e Jogos','6563510011','relevancerank#popularityrank#price#-price#reviewrank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','All','全部分类','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Apparel','服饰箱包','2016157051','relevancerank#salesrank#price#-price#reviewrank_authority#-launch-date#-pct-off','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Appliances',' 大家电 ','80208071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Automotive','汽车用品','1947900051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Baby','母婴用品','42693071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Beauty','美容化妆','746777051','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Books','图书','658391051','salesrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#price#-price#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Electronics','电子','2016117051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','GiftCards','礼品卡','311868071','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Grocery','食品','2127216051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HealthPersonalCare','个护健康','852804051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Home','家用','2016127051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HomeImprovement','家居装修','1952921051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Jewelry','珠宝首饰','816483051','relevancerank#salesrank#reviewrank#price#-price','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','KindleStore','Kindle商店','116088071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Kitchen','厨具','2016126051','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MobileApps','应用程序和游戏','146629071','relevancerank#popularityrank#price#-price#reviewrank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Music','音乐','754387051','salesrank#pricerank#price#-price#-pricerank#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MusicalInstruments','乐器','2127219051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','OfficeProducts','办公用品','2127222051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PCHardware','电脑/IT','42690071','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PetSupplies','宠物用品','118864071','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Photo','摄影/摄像','755653051','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Shoes','鞋靴','2029190051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Software','软件','863873051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','SportingGoods','运动户外休闲','836313051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Toys','玩具','647071051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Video','音像','2016137051','salesrank#pricerank#price#-pricerank#-price#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','VideoGames','游戏/娱乐','897416051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Watches','钟表','1953165051','salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff #Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','All','All Departments','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Apparel','Clothing & Accessories','8604904011','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Automotive','Automotive','6948389011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Baby','Baby','3561347011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Beauty','Beauty','6205125011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Blended','','0','','Availability#ItemPage#Keywords');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Books','Books','927726','salesrank#pricerank#inverse-pricerank#daterank#titlerank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','DVD','Movies & TV','14113311','salesrank#titlerank','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Electronics','Electronics','677211011','relevancerank#salesrank#price#-price#titlerank#-titlerank','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','GiftCards','Gift Cards','9230167011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Grocery','Grocery & Gourmet Food','6967216011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','HealthPersonalCare','Health & Personal Care','6205178011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Industrial','Industrial & Scientific','11076214011','featured#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Jewelry','Jewelry','9674384011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','KindleStore','Kindle Store','2972706011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Kitchen','Home & Kitchen','2206276011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','LawnAndGarden','Patio, Lawn & Garden','6299024011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Luggage','Luggage & Bags','6205506011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Marketplace','','0','relevancerank#pmrank#salesrank#price#-price#titlerank#-titlerank#-launch-date','');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','MobileApps','Apps & Games','6386372011','relevancerank#popularityrank#price#-price#reviewrank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Music','Music','962454','orig-rel-date#salesrank#titlerank#-orig-rel-date#releasedate#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','MusicalInstruments','Musical Instruments, Stage & Studio','6916845011','salesrank#relevancerank#price#-price#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','OfficeProducts','Office Products','6205512011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','PetSupplies','Pet Supplies','6291628011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Shoes','Shoes & Handbags','8604916011','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Software','Software','3234171','salesrank#pricerank#inverse-pricerank#-daterank#titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','SportingGoods','Sports & Outdoors','2242990011','relevancerank#salesrank#price#-price#reviewrank_authority#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Tools','Tools & Home Improvement','3006903011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Toys','Toys & Games','6205517011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','VideoGames','Video Games','110218011','salesrank#pricerank#inverse-pricerank#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CA','Watches','Watches','2235621011','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','All','Alle Kategorien','0','',' FutureLaunchDate#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Apparel','Bekleidung','78689031','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Appliances','Elektro-Großgeräte','931573031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Automotive','Auto & Motorrad','78193031','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Baby','Baby','357577011','psrank#relevancerank#salesrank#price#-price#reviewrank#titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Beauty','Beauty','64257031','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Blended','','0','','Availability#ItemPage#Keywords');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Books','Bücher','541686','salesrank#reviewrank#pricerank#inverse-pricerank#-pubdate#titlerank#-titlerank#price#-price#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Classical','Klassik','542676','salesrank#reviewrank#pubdate#publication_date#-pubdate#price#-price#titlerank#-titlerank#-publication_date#relevancerank#-releasedate','Artist#Availability#Composer#Conductor#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Orchestra#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','DVD','DVD & Blu-ray','547664','salesrank#price#-price#titlerank#-titlerank','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Electronics','Elektronik & Foto','569604','titlerank#salesrank#price#-price#-titlerank','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','ForeignBooks','Fremdsprachige Bücher','54071011','salesrank#reviewrank#pricerank#inverse-pricerank#-pubdate#price#-price#titlerank#-titlerank#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','GiftCards','Geschenkgutscheine','1571257031','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank#reviewrank','Artist#Availability#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Grocery','Lebensmittel & Getränke','344162031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Handmade','Handmade','9699312031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','HealthPersonalCare','Drogerie & Körperpflege','64257031','relevancerank#salesrank#price#-price#reviewrank#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','HomeGarden','Garten','10925241','relevancerank#salesrank#price#-price#reviewrank#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Industrial','Technik & Wissenschaft','5866099031','featured#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Jewelry','Schmuck','327473011','relevancerank#salesrank#price#-price#reviewrank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','KindleStore','Kindle-Shop','530485031','salesrank#reviewrank#daterank#price#-price#relevancerank#-edition-sales-velocity','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Kitchen','Küche & Haushalt','3169011','relevancerank#salesrank#price#-price#reviewrank#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Lighting','Beleuchtung','213084031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Luggage','Koffer, Rucksäcke & Taschen ','2454119031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Magazines','Zeitschriften','1161660','relevancerank#salesrank#price#-price#reviewrank#titlerank#-titlerank#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Marketplace','','0','relevancerank#salesrank#pmrank#price#-price#titlerank#-titlerank#-launch-date','');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','MobileApps','Apps & Spiele','1661650031','relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','MP3Downloads','Musik-Downloads','180529031','relevancerank#salesrank#price#-price#reviewrank#titlerank#-titlerank#artistalbumrank#-artistalbumrank#albumrank#-albumrank#runtime#-runtime#-releasedate','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Music','Musik-CDs & Vinyl','542676','salesrank#-pubdate#price#-price#-publication_date#pubdate#publication_date#titlerank#-titlerank#releasedate#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','MusicalInstruments','Musikinstrumente & DJ-Equipment','340850031','relevancerank#salesrank#reviewrank#price#-price#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','OfficeProducts','Bürobedarf & Schreibwaren','192417031','relevancerank#salesrank#reviewrank#price#-price','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Pantry','Amazon Pantry','0','relevancerank#price#-price#reviewrank','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','PCHardware','Computer & Zubehör','569604','psrank#salesrank#price#-price#titlerank#reviewrank#reviewrank_authority#launch_date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','PetSupplies','Haustier','427727031','relevancerank#salesrank#price#-price#price-new-bin#-price-new-bin#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Photo','Kamera & Foto','571860','relevancerank#salesrank#reviewrank#price#-price#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Shoes','Schuhe & Handtaschen','362995011','relevancerank#salesrank#price#-price#reviewrank#-launch-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Software','Software','542064','salesrank#price#-price#titlerank#-titlerank#-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','SportingGoods','Sport & Freizeit','16435121','salesrank#price#-price#titlerank#-titlerank#reviewrank#release-date#-release-date#relevancerank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Tools','Baumarkt','80085031','relevancerank#featured#price#-price#reviewrank','Actor#Artist#AudienceRating#Author#Availability#Brand#Composer#Conductor#Director#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Orchestra#Power#Publisher#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Toys','Spielzeug','12950661','salesrank#price#-price#-date#reviewrank#relevancerank#-titlerank','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','UnboxVideo','Amazon Instant Video','3010076031','relevancerank#popularity-rank#price-asc-rank#price-desc-rank#review-rank#date-desc-rank','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','VideoGames','Games','541708','salesrank#price#-price#titlerank#-titlerank#-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('DE','Watches','Uhren','193708031','relevancerank#salesrank#price#-price#titlerank#-titlerank#reviewrank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','All','Todos los departamentos','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Apparel','Ropa y accesorios','2846221031','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Automotive','Coche y moto','1951052031','salesrank#price#-price#relevancerank#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Baby','Bebé','1703496031','relevancerank#salesrank#price#-price#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Beauty','Belleza','6198055031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Books','Libros','599365031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-pubdate#-publication_date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','DVD','Películas y TV','599380031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Electronics','Electrónica','667050031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','ForeignBooks','Libros en idiomas extranjeros','599368031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-pubdate#-publication_date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','GiftCards','Cheques regalo','3564280031','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank#reviewrank','Artist#Availability#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Grocery','Supermercado','6198073031','relevancerank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Handmade','Handmade','9699483031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','HealthPersonalCare','Salud y cuidado personal','3677431031','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank','Author#Availability#Brand#Director#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Industrial','Industria y ciencia','5866089031','featured#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Jewelry','Joyería','2454127031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','KindleStore','Tienda Kindle','818938031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank#-edition-sales-velocity','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Kitchen','Hogar','599392031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','LawnAndGarden','Jardín','1571260031','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Lighting','Iluminación','3564290031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Luggage','Equipaje','2454130031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','MobileApps','Apps y Juegos','1661651031','relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','MP3Downloads','Música Digital','1748201031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#titlerank#-titlerank#-releasedate#artistalbumrank#-artistalbumrank#albumrank#-albumrank#runtime#-runtime','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Music','Música: CDs y vinilos','599374031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','MusicalInstruments','Instrumentos musicales','3628867031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','OfficeProducts','Oficina y papelería','3628729031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','PCHardware','Informática','667050031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Shoes','Zapatos y complementos','1571263031','relevancerank#popularity-rank#price#-price#reviewrank#reviewrank_authority#-launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Software','Software','599377031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','SportingGoods','Deportes y aire libre','2665403031','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price#date-desc-rank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Tools','Bricolaje y herramientas','2454134031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Actor#Artist#AudienceRating#Author#Availability#Brand#Composer#Conductor#Director#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Orchestra#Power#Publisher#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Toys','Juguetes y juegos','599386031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','VideoGames','Videojuegos','599383031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('ES','Watches','Relojes','599389031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','All','Toutes nos boutiques','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Apparel','Vêtements et accessoires','340856031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Appliances','Gros électroménager','908827031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Baby','Bébés & Puériculture','206618031','relevancerank#salesrank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Beauty','Beauté et Parfum','197859031','relevancerank#salesrank#reviewrank#price#-price','Availability#Brand#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Blended','','0','','Availability#ItemPage#Keywords');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Books','Livres en français','468256','salesrank#pricerank#inverse-pricerank#-daterank#titlerank#-titlerank#price#-price#publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Classical','Musique classique','537366','salesrank#pricerank#inverse-pricerank#titlerank#-titlerank#price#-price','Artist#Availability#Composer#Conductor#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Orchestra#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','DVD','DVD & Blu-ray','578608','salesrank#amzrank#availability#titlerank#-titlerank','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Electronics','High-Tech','14011561','salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','ForeignBooks','Livres anglais et étrangers','69633011','salesrank#pricerank#inverse-pricerank#-daterank#price#-price#titlerank#-titlerank#publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','GiftCards','Boutique chèques-cadeaux','2524128031','relevancerank#salesrank#price#-price#-reviewrank_authority#reviewrank#date-desc-rank','Author#Availability#Brand#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Grocery','Epicerie','3635789031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Handmade','Handmade','9699369031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','HealthPersonalCare','Hygiène et Santé','197862031','salesrank#relevancerank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','HomeImprovement','Bricolage','590749031','salesrank#relevancerank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Industrial','Secteur industriel & scientifique','5866110031','featured#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Jewelry','Bijoux','193711031','salesrank#relevancerank#price#-price#reviewrank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','KindleStore','Boutique Kindle','672109031','salesrank#relevancerank#price#-price#-edition-sales-velocity#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Kitchen','Cuisine & Maison','57686031','salesrank#relevancerank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','LawnAndGarden','Jardin','3557028031','salesrank#price#-price#reviewrank#reviewrank_authority#relevancerank','Author#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Lighting','Luminaires et Eclairage','213081031','salesrank#relevancerank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Luggage','Bagages','2454146031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Marketplace','','0','relevancerank#pmrank#salesrank#price#-price#titlerank#-titlerank#-launch-date','');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','MobileApps','Applis & Jeux','1661655031','relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','MP3Downloads','Téléchargement de musique','206442031','relevancerank#salesrank#titlerank#-titlerank#artistalbumrank#-artistalbumrank#albumrank#-albumrank#runtime#-runtime#price#-price#reviewrank#-releasedate','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Music','Musique : CD & Vinyles','537366','salesrank#titlerank#-titlerank#pricerank#-pricerank#price#-price#availability#releasedate#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','MusicalInstruments','Instruments de musique & Sono','340862031','salesrank#price#-price#relevancerank#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','OfficeProducts','Fournitures de bureau','192420031','relevancerank#salesrank#reviewrank#price#-price','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','PCHardware','Informatique','340859031','psrank#salesrank#reviewrank#price#-price#reviewrank_authority#titlerank#launch_date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','PetSupplies','Animalerie','1571269031','relevancerank#salesrank#reviewrank#price#-price#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Shoes','Chaussures et Sacs','248812031','relevancerank#salesrank#reviewrank#price#-price#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Software','Logiciels','548012','salesrank#price#-pricerank#-date#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','SportingGoods','Sports et Loisirs','325615031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Toys','Jeux et Jouets','548014','salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','VideoGames','Jeux vidéo','548014','salesrank#price#-price#titlerank#-titlerank#-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('FR','Watches','Montres','60937031','relevancerank#salesrank#price#-price#reviewrank#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','All','All Departments','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Apparel','Clothing & Accessories','1571272031','relevancerank#price#-price#reviewrank_authority#date-desc-rank','Author#Availability#Condition#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Appliances','Appliances','5122349031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Automotive','Car & Motorbike','4772061031','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Baby','Baby','1571275031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Beauty','Beauty','1355017031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Books','Books','976390031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','DVD','Movies & TV Shows','976417031','relevancerank#salesrank#price#inverse-pricerank#-price#reviewrank#reviewrank_authority#releasedate#daterank','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Electronics','Electronics','976420031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Furniture','Furniture','1380441031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','GiftCards','Gift Cards','3704983031','relevancerank#salesrank#price#-price#-reviewrank_authority#reviewrank#date-desc-rank','Author#Availability#Brand#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Grocery','Gourmet & Specialty Foods','2454179031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','HealthPersonalCare','Health & Personal Care','1350385031','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank','Author#Availability#ItemPage#Keywords#MerchantId#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','HomeGarden','Home & Kitchen','2454176031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Industrial','Industrial & Scientific','5866079031','featured#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Jewelry','Jewellery','1951049031','relevancerank#price#-price#popularity-rank#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','KindleStore','Kindle Store','1571278031','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','LawnAndGarden','Lawn & Garden','2454175031','salesrank#price#-price#reviewrank#reviewrank_authority#relevancerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Luggage','Luggage & Bags','2454170031','relevancerank#price#-price#reviewrank#reviewrank_authority#date-desc-rank#popularity-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','LuxuryBeauty','Luxury Beauty','5311359031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Marketplace','','0','salesrank#price#-price#relevancerank','');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Music','Music','976446031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','MusicalInstruments','Musical Instruments','3677698031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','OfficeProducts','Office Products','2454173031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Pantry','Amazon Pantry','9574332031','relevancerank#price#-price#reviewrank#-release-date','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','PCHardware','Computers & Accessories','976393031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','PetSupplies','Pet Supplies','4740420031','salesrank#price#-price#titlerank#-titlerank#relevance#relevancerank#reviewrank#reviewrank_authority','Author#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Shoes','Shoes & Handbags','1571284031','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Software','Software','976452031','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','SportingGoods','Sports, Fitness & Outdoors','1984444031','relevancerank#price#-price#popularity-rank#reviewrank_authority#date-desc-rank','Author#Availability#ItemPage#Keywords#MerchantId');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Toys','Toys & Games','1350381031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','VideoGames','Video Games','976461031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IN','Watches','Watches','1350388031','relevancerank#price#-price#popularity-rank#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','All','Tutte le categorie','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Apparel','Abbigliamento','2844434031','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Automotive','Auto e Moto','1571281031','salesrank#price#-price#relevancerank#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Baby','Prima infanzia','1571287031','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Beauty','Bellezza','6198083031','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Books','Libri','411664031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-pubdate#-publication_date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','DVD','Film e TV','412607031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Electronics','Elettronica','412610031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','ForeignBooks','Libri in altre lingue','433843031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-pubdate#-publication_date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Garden','Giardino e giardinaggio','635017031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','GiftCards','Buoni Regalo','3557018031','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank#reviewrank','Artist#Availability#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Grocery','Alimentari e cura della casa','6198093031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Handmade','Handmade','9699426031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','HealthPersonalCare','Cura della Persona','1571290031','relevancerank#salesrank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Industrial','Industria e Scienza','5866069031','featured#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Jewelry','Gioielli','2454164031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','KindleStore','Kindle Store','1331141031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank#-edition-sales-velocity','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Kitchen','Casa e cucina','524016031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Lighting','Illuminazione','1571293031','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Luggage','Valigeria','2454149031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','MobileApps','App e Giochi','1661661031','relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','MP3Downloads','Musica Digitale','1748204031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#titlerank#-titlerank#-releasedate#artistalbumrank#-artistalbumrank#albumrank#-albumrank#runtime#-runtime','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Music','CD e Vinili ','412601031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','MusicalInstruments','Strumenti musicali e DJ','3628630031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','OfficeProducts','Cancelleria e prodotti per ufficio','3606311031','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','PCHardware','Informatica','425917031','relevancerank#salesrank#price#-price#date-desc-rank#reviewrank_authority#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Shoes','Scarpe e borse','524007031','relevancerank#salesrank#price#pricerank#-price#inverse-pricerank#reviewrank#reviewrank_authority#-launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Software','Software','412613031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','SportingGoods','Sport e tempo libero','524013031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Tools','Fai da te','2454161031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Actor#Artist#AudienceRating#Author#Availability#Brand#Composer#Conductor#Director#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Orchestra#Power#Publisher#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Toys','Giochi e giocattoli','523998031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','VideoGames','Videogiochi','412604031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('IT','Watches','Orologi','524010031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','All','すべてのカテゴリー','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Apparel','服&ファッション小物','361299011',' relevancerank#salesrank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Appliances','大型家電','2277725051',' relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Automotive','カー・バイク用品','2017305051',' relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Baby','ベビー&マタニティ','13331821',' psrank#salesrank#price#-price#titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Beauty','コスメ','52391051',' relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Blended','','0','','Availability#ItemPage#Keywords');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Books','本','465610',' salesrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#price#-price#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Classical','クラシック','562032','salesrank#pricerank#price#-pricerank#-price#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Artist#Availability#Composer#Conductor#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Orchestra#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','CreditCards','クレジットカード','2320456051','relevancerank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','DVD','','562002',' salesrank#pricerank#price#-pricerank#-price#titlerank#-titlerank#-orig-rel-date#-releasedate#orig-rel-date#releasedate','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Electronics','家電&カメラ','3210991',' relevancerank#salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#-releasedate#releasedate#reviewrank#reviewrank_authority','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','ForeignBooks','洋書','388316011',' salesrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#price#-price#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','GiftCards','ギフト券','2351653051','relevancerank#salesrank#price#-price#reviewrank_authority#reviewrank#date-desc-rank','Author#Availability#Brand#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Grocery','食品・飲料・お酒','57240051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','HealthPersonalCare','ヘルス&ビューティー','161669011','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Hobbies','TBD','2277722051','relevancerank#salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#mfg-age-min#-mfg-age-min#releasedate#-releasedate#reviewrank#reviewrank_authority','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','HomeImprovement','DIY・工具','2016930051',' relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Industrial','産業・研究開発用品','3445394051','relevancerank#featured#price#-price','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Jewelry','ジュエリー','85896051','relevancerank#salesrank#price#-price#reviewrank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','KindleStore','Kindleストア ','2250739051',' relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Kitchen','ホーム&キッチン','3839151','relevancerank#salesrank#price#-price#reviewrank_authority#date-desc-rank','Author#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MaximumPrice#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Marketplace','','0','relevancerank#pmrank#salesrank#price#-price#titlerank#-titlerank#-launch-date','');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','MobileApps','Android アプリ','2381131051','relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','MP3Downloads','デジタルミュージック','2129039051','relevancerank#salesrank#titlerank#-titlerank#artistalbumrank#-artistalbumrank#albumrank#-albumrank#runtime#-runtime#price#-price#price-new-bin#-price-new-bin#reviewrank_authority#releasedate','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Music','ミュージック','562032','salesrank#pricerank#price#-pricerank#-price#-titlerank#titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','MusicalInstruments','楽器','2123630051','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','OfficeProducts','文房具・オフィス用品','86732051','relevancerank#salesrank#reviewrank#price#-price','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','PCHardware','パソコン・周辺機器','2127210051','relevancerank#salesrank#reviewrank#price#-price#price-new-bin#-price-new-bin#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','PetSupplies','ペット用品','2127213051','relevancerank#salesrank#reviewrank#price#-price#price-new-bin#-price-new-bin#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Shoes','シューズ&バッグ','2016926051','relevancerank#salesrank#reviewrank#price#-price#-launch-date#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Software','PCソフト','637630','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','SportingGoods','スポーツ&アウトドア','14315361','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Toys','TBD','13299551','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate#relevancerank#reviewrank#reviewrank_authority#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Video','DVD','561972','salesrank#pricerank#price#-pricerank#-price#titlerank#-titlerank#-orig-rel-date#-releasedate#releasedate#orig-rel-date','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','VideoDownload','Amazon インスタント・ビデオ','2351650051','relevancerank#popularity-rank#price-desc-rank#price-asc-rank#review-rank#date-desc-rank','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','VideoGames','TVゲーム','637872','salesrank#price#-price#titlerank#-titlerank#release-date#-releasedate#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('JP','Watches','腕時計','331952011','salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','All','Todos los departamentos','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','Baby','Bebé','9482651011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','Books','Libros','9298577011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','DVD','Películas y Series de TV','9482631011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','Electronics','Electrónicos','9482559011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','HealthPersonalCare','Salud, Belleza y Cuidado Personal','9482611011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','HomeImprovement','Herramientas y Mejoras del Hogar','9482671011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','KindleStore','Tienda Kindle','6446440011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','Kitchen','Hogar y Cocina','9482594011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','Music','Música','9482621011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','OfficeProducts','Oficina y Papelería','9673845011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','Software','Software','9482691011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','SportingGoods','Deportes y Aire Libre','9482661011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','VideoGames','Videojuegos','9482641011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('MX','Watches','Relojes','9482681011','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','All','All Departments','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Apparel','Clothing','83451031','relevancerank#salesrank#price#-price#-launch-date#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Appliances','Large Appliances','908799031','relevancerank#salesrank#price#-price#reviewrank_authority#reviewrank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Automotive','Car & Motorbike','248878031','salesrank#price#-price#relevancerank#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Baby','Baby','60032031','salesrank#price#-price#relevancerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Beauty','Beauty','66280031','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Blended','','0','','Availability#ItemPage#Keywords');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Books','Books','1025612','salesrank#price#-price#inverse-pricerank#reviewrank#titlerank#-titlerank#pricerank#daterank#pubdate#-publication_date#publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Classical','Classical','505510','salesrank#price#-price#inverse-pricerank#reviewrank#titlerank#-titlerank','Artist#Availability#Composer#Conductor#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Orchestra#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','DVD','DVD & Blu-ray','573406','salesrank#price#-price#inverse-pricerank#reviewrank#daterank#releasedate#titlerank#-titlerank','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Electronics','Electronics & Photo','560800','inverse-pricerank#salesrank#price#daterank#reviewrank#titlerank#-titlerank','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','GiftCards','Gift Cards','1571305031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Grocery','Grocery','344155031','-price#salesrank#price#relevancerank#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Handmade','Handmade','9699255031','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','HealthPersonalCare','Health & Personal Care','66280031','-price#salesrank#price#daterank#reviewrank#titlerank#-titlerank#releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','HomeGarden','Garden & Outdoors','11052591','-price#salesrank#price#daterank#reviewrank#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Industrial','Industrial & Scientific','5866055031','featured#price#-price','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Jewelry','Jewellery','193717031','relevancerank#-price#salesrank#price#reviewrank#-launch-date','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','KindleStore','Kindle Store','341677031','relevancerank#salesrank#price#-price#-edition-sales-velocity#reviewrank#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Kitchen','Kitchen & Home','11052591','daterank#-price#salesrank#price#reviewrank#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Lighting','Lighting','213078031','relevancerank#-price#salesrank#price#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Luggage','Luggage','2454167031','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Marketplace','','0','relevancerank#pmrank#salesrank#price#-price#titlerank#-titlerank#-launch-date','');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','MobileApps','Apps & Games','1661658031','relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','MP3Downloads','Digital Music','77925031','relevancerank#-price#salesrank#price#reviewrank#-releasedate','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Music','CDs & Vinyl','520920','salesrank#reviewrank#price#inverse-pricerank#-price#releasedate#-releasedate#titlerank#-titlerank','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','MusicalInstruments','Musical Instruments & DJ','340837031','relevancerank#-price#salesrank#price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','OfficeProducts','Stationery & Office Supplies','560800','salesrank#reviewrank#price#-price#relevancerank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Pantry','Amazon Pantry','0','relevancerank#price#-price#reviewrank','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','PCHardware','Computers','340832031','psrank#salesrank#price#-price#titlerank#reviewrank#reviewrank_authority#launch_date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','PetSupplies','Pet Supplies','340841031','relevancerank#salesrank#price#-price#price-new-bin#-price-new-bin#reviewrank_authority#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Shoes','Shoes & Bags','362350011','pmrank#price#-price#reviewrank#-launch-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Software','Software','1025614','salesrank#price#inverse-pricerank#reviewrank#titlerank#-titlerank#daterank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','SportingGoods','Sports & Outdoors','319530011','salesrank#price#-price#reviewrank#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Tools','DIY & Tools','11052591','salesrank#price#-price#reviewrank#daterank#titlerank#-titlerank','Actor#Artist#AudienceRating#Author#Availability#Brand#Composer#Conductor#Director#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Orchestra#Power#Publisher#ReleaseDate#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Toys','Toys & Games','712832','salesrank#price#-price#mfg-age-min#-mfg-age-min','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','UnboxVideo','Amazon Instant Video','3010086031','relevancerank#popularity-rank#price-asc-rank#price-desc-rank#review-rank#date-desc-rank','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','VHS','VHS','125556011','daterank#salesrank#price#inverse-pricerank#-price#titlerank#-titlerank#reviewrank#releasedate','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','VideoGames','PC & Video Games','1025616','daterank#salesrank#price#inverse-pricerank#titlerank#-titlerank#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('UK','Watches','Watches','328229011','relevancerank#salesrank#price#-price#titlerank#-titlerank#-launch-date#reviewrank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','All','All Departments','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Appliances','Appliances','2619526011','salesrank#pmrank#price#-price#relevancerank#reviewrank#reviewrank_authority','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','ArtsAndCrafts','Arts, Crafts & Sewing','2617942011','salesrank#pmrank#reviewrank#reviewrank_authority#relevancerank#price#-price','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Automotive','Automotive','15690151','salesrank#titlerank#-titlerank#relevancerank#price#-price','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Baby','Baby','165797011','salesrank#psrank#titlerank#-price#price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Beauty','Beauty','11055981','salesrank#-launch-date#sale-flag#pmrank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Blended','','0','','Availability#ItemPage#Keywords');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Books','Books','1000','relevancerank#salesrank#reviewrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#-unit-sales#price#-price#-publication_date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Collectibles','Collectibles & Fine Arts','4991426011','salesrank#price#-price#reviewrank#reviewrank_authority#relevancerank','Artist#Author#Availability#Composer#Conductor#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Orchestra#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Electronics','Electronics','493964','salesrank#price#-price#titlerank#pmrank#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Fashion','Clothing, Shoes & Jewelry','7141124011','relevancerank#popularity-rank#price#-price#reviewrank#launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','FashionBaby','Clothing, Shoes & Jewelry - Baby','7147444011','relevancerank#popularity-rank#price#-price#reviewrank#launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','FashionBoys','Clothing, Shoes & Jewelry - Boys','7147443011','relevancerank#popularity-rank#price#-price#reviewrank#launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','FashionGirls','Clothing, Shoes & Jewelry - Girls','7147442011','relevancerank#popularity-rank#price#-price#reviewrank#launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','FashionMen','Clothing, Shoes & Jewelry - Men','7147441011','relevancerank#popularity-rank#price#-price#reviewrank#launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','FashionWomen','Clothing, Shoes & Jewelry - Women','7147440011','relevancerank#popularity-rank#price#-price#reviewrank#launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','GiftCards','Gift Cards','2864120011','relevancerank#salesrank#price#-price#reviewrank_authority#reviewrank','Author#Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinimumPrice#Neighborhood#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Grocery','Grocery & Gourmet Food','16310211','relevancerank#salesrank#pricerank#inverseprice#launch-date#sale-flag','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Handmade','Handmade','11260433011','relevancerank#featured#price#-price#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','HealthPersonalCare','Health & Personal Care','3760931','pmrank#salesrank#pricerank#inverseprice#launch-date#sale-flag','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','HomeGarden','Home & Kitchen','1063498','salesrank#price#-price#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Industrial','Industrial & Scientific','16310161','pmrank#salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','KindleStore','Kindle Store','133141011','relevancerank#salesrank#-edition-sales-velocity#price#-price#reviewrank#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','LawnAndGarden','Patio, Lawn & Garden','3238155011','salesrank#price#-price#reviewrank#reviewrank_authority#relevancerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Luggage','Luggage & Travel Gear','9479199011','relevancerank#popularity-rank#price#-price#reviewrank#launch-date','Availability#Brand#Condition#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Magazines','Magazine Subscriptions','599872','subslot-salesrank#reviewrank#price#-price#daterank#titlerank#-titlerank#-unit-sales#-publication_date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Marketplace','','0','relevancerank#pmrank#salesrank#price#-price#titlerank#-titlerank#-launch-date','');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Merchants','','0','relevance#relevancerank#pmrank#price#-price#salesrank#pricerank#inverseprice#launch-date#-launch-date','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','MobileApps','Apps & Games','2350150011','relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Movies','Movies & TV','2625374011','relevancerank#featured#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','MP3Downloads','Digital Music','624868011','salesrank#price#-price#-releasedate#relevancerank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Music','CDs & Vinyl','301668','psrank#salesrank#price#-price#titlerank#-titlerank#artistrank#orig-rel-date#-orig-rel-date#release-date#releasedate#-releasedate#relevancerank','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','MusicalInstruments','Musical Instruments','11965861','pmrank#salesrank#price#-price#-launch-date#sale-flag','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','OfficeProducts','Office Products','1084128','pmrank#salesrank#price#-price#reviewrank#titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Pantry','Prime Pantry','0','relevancerank#price#-price#reviewrank','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','PCHardware','Computers','541966','psrank#salesrank#price#-price#titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','PetSupplies','Pet Supplies','2619534011','salesrank#price#-price#titlerank#-titlerank#relevance#relevancerank#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Software','Software','409488','pmrank#salesrank#price#-price#titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','SportingGoods','Sports & Outdoors','3375301','relevancerank#relevance-fs-rank#price#-price#salesrank#pricerank#inverseprice#launch-date#sale-flag#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Tools','Tools & Home Improvement','468240','pmrank#salesrank#price#-price#titlerank#-titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Toys','Toys & Games','165795011','pmrank#salesrank#price#-price#titlerank#-age-min','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','UnboxVideo','Amazon Instant Video','2858778011','relevancerank#salesrank#price#-price#titlerank#-video-release-date#-launch-date','Actor#AudienceRating#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Vehicles','Vehicles','10677470011','relevancerank#featured#reviewrank#-release-date','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','VideoGames','Video Games','11846801','pmrank#salesrank#price#-price#titlerank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Wine','Wine','2983386011','relevancerank#featured#price#-price#reviewrank#reviewscore','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('US','Wireless','Cell Phones & Accessories','2335753011','salesrank#pricerank#inverse-pricerank#titlerank#-titlerank#daterank#reviewrank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'All', 'All Departments', '0', '', 'Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'MobileApps', 'Apps & Games', '2544160051', 'relevancerank#pmrank#price#-price#reviewrank#reviewrank_authority', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Baby', 'Baby', '4851510051', 'salesrank#psrank#titlerank#-price#price', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Beauty', 'Beauty', '4851567051', 'salesrank#-launch-date#sale-flag#pmrank#price#-price', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Books', 'Books', '4851626051', 'relevancerank#salesrank#reviewrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#-unit-sales#price#-price#-publication_date', 'Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Music', 'CDs & Vinyl', '4852330051', 'psrank#salesrank#price#-price#titlerank#-titlerank#artistrank#orig-rel-date#-orig-rel-date#release-date#releasedate#-releasedate#relevancerank', 'Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Fashion', 'Clothing, Shoes & Jewelry', '4851856051', 'relevancerank#popularity-rank#price#-price#reviewrank#launch-date', 'Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'PCHardware', 'Computers', '4851683051', 'psrank#salesrank#price#-price#titlerank', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Electronics', 'Electronics', '4851799051', 'salesrank#price#-price#titlerank#pmrank#reviewrank', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'HealthPersonalCare', 'Health, Household & Personal Care', '4851917051', 'pmrank#salesrank#pricerank#inverseprice#launch-date#sale-flag', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'KindleStore', 'Kindle Store', '2496751051', 'relevancerank#salesrank#-edition-sales-velocity#price#-price#reviewrank#daterank', 'Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Movies', 'Movies & TV', '4852264051', 'relevancerank#featured#price#-price#reviewrank#-release-date', 'Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'OfficeProducts', 'Office Products', '4852445051', 'pmrank#salesrank#price#-price#reviewrank#titlerank', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Software', 'Software', '4852502051', 'pmrank#salesrank#price#-price#titlerank', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'SportingGoods', 'Sports, Fitness & Outdoors', '4852559051', 'relevancerank#relevance-fs-rank#price#-price#salesrank#pricerank#inverseprice#launch-date#sale-flag#reviewrank_authority', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Tools', 'Home Improvement', '4852033051', 'pmrank#salesrank#price#-price#titlerank#-titlerank', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Toys', 'Toys & Games', '4851510051', 'pmrank#salesrank#price#-price#titlerank#-age-min', 'Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'VideoGames', 'Video Games', '4852675051', 'pmrank#salesrank#price#-price#titlerank', 'Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'All', 'All Departments', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Appliances', 'Appliances', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'ArtsAndCrafts', 'Arts, Crafts & Sewing', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Automotive', 'Automotive Parts & Accessories', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Baby', 'Baby', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Beauty', 'Beauty & Personal Care', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Books', 'Books', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Computers', 'Computers', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Electronics', 'Electronics', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'EverythingElse', 'Everything Else', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Fashion', 'Clothing, Shoes & Jewelry', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'GardenAndOutdoor', 'Home & Garden', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'HealthPersonalCare', 'Health, Household & Baby Care', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'HomeAndKitchen', 'Home & Kitchen', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Industrial', 'Industrial & Scientific', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Lighting', 'Lighting', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'MusicalInstruments', 'Musical Instruments', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'OfficeProducts', 'Office Products', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'PetSupplies', 'Pet Supplies', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'Software', 'Software', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'SportsAndOutdoors', 'Sports', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'ToysAndGames', 'Toys & Games', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('AE', 'VideoGames', 'Video Games', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'All', 'Alle afdelingen', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Automotive', 'Auto en motor', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Baby', 'Babyproducten', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Beauty', 'Beauty en persoonlijke verzorging', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Books', 'Boeken', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Electronics', 'Elektronica', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'EverythingElse', 'Overig', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Fashion', 'Kleding, schoenen en sieraden', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'GardenAndOutdoor', 'Tuin, terras en gazon', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'GiftCards', 'Cadeaubonnen', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'GroceryAndGourmetFood', 'Levensmiddelen', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'HealthPersonalCare', 'Gezondheid en persoonlijke verzorging', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'HomeAndKitchen', 'Wonen en keuken', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Industrial', 'Zakelijk, industrie en wetenschap', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'KindleStore', 'Kindle Store', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'MoviesAndTV', 'Films en tv', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Music', 'Cd\'s en lp\'s', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'MusicalInstruments', 'Muziekinstrumenten', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'OfficeProducts', 'Kantoorproducten', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'PetSupplies', 'Huisdierbenodigdheden', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'Software', 'Software', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'SportsAndOutdoors', 'Sport en outdoor', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'ToolsAndHomeImprovement', 'Klussen en gereedschap', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'ToysAndGames', 'Speelgoed en spellen', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('NL', 'VideoGames', 'Videogames', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'All', 'All Departments', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'Automotive', 'Automotive', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'Baby', 'Baby', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'Beauty', 'Beauty & Personal Care', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'Computers', 'Computers', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'Electronics', 'Electronics', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'GroceryAndGourmetFood', 'Grocery', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'HealthPersonalCare', 'Health, Household & Personal Care', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'HomeAndKitchen', 'Home, Kitchen & Dining', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'OfficeProducts', 'Office Products', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'PetSupplies', 'Pet Supplies', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'SportsAndOutdoors', 'Sports & Outdoors', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'ToysAndGames', 'Toys & Games', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_locale_reference']
insert ignore into `wpfimopop_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SG', 'VideoGames', 'Video Games', '1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_cross_sell']
ALTER TABLE wpfimopop_amz_cross_sell MODIFY COLUMN `nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT '0';

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_queue']
ALTER TABLE wpfimopop_amz_queue MODIFY COLUMN `nb_tries` SMALLINT(1) UNSIGNED NOT NULL;

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_queue']
ALTER TABLE wpfimopop_amz_queue MODIFY COLUMN `nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL;

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [ALTER command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_amz_queue']
ALTER TABLE wpfimopop_amz_queue MODIFY COLUMN `country` VARCHAR(10) NOT NULL DEFAULT '';

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
update wpfimopop_options set option_value = 'a:69:{i:1746611309;a:1:{s:40:\"wordfence_completeCoreUpdateNotification\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1746611327;a:1:{s:21:\"WooZone_sync_products\";a:1:{s:32:\"59e8d82e52f5a878f3e6a50a254a6f2f\";a:3:{s:8:\"schedule\";s:12:\"WooZone_2min\";s:4:\"args\";a:1:{i:0;s:13:\"sync_products\";}s:8:\"interval\";i:120;}}}i:1746611350;a:1:{s:14:\"WooZone_report\";a:1:{s:32:\"df83978237ac8ed4e45a89f179c5d0d0\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:6:\"report\";}s:8:\"interval\";i:3600;}}}i:1746611387;a:1:{s:24:\"WooZone_autoimport_queue\";a:1:{s:32:\"65c8924e396509786638d88b0ad30331\";a:3:{s:8:\"schedule\";s:12:\"WooZone_3min\";s:4:\"args\";a:1:{i:0;s:16:\"autoimport_queue\";}s:8:\"interval\";i:180;}}}i:1746611447;a:1:{s:21:\"WooZone_unblock_crons\";a:1:{s:32:\"a20a07ce2c2c97de4e9da87c13e07d5f\";a:3:{s:8:\"schedule\";s:13:\"WooZone_10min\";s:4:\"args\";a:1:{i:0;s:13:\"unblock_crons\";}s:8:\"interval\";i:600;}}}i:1746611751;a:1:{s:24:\"WooZone_sync_products_gc\";a:1:{s:32:\"ab11a23fdd5dd78cc3ebd288c776b8dd\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:16:\"sync_products_gc\";}s:8:\"interval\";i:1800;}}}i:1746611957;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746612359;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746612585;a:1:{s:16:\"nxs_hourly_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746612647;a:1:{s:27:\"WooZone_sync_products_cycle\";a:1:{s:32:\"4306d9cdb4f14917e46b190098163010\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:19:\"sync_products_cycle\";}s:8:\"interval\";i:1800;}}}i:1746613450;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746613456;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746616828;a:1:{s:16:\"itsec_purge_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746617311;a:1:{s:27:\"wordfence_processAttackData\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1746618002;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746621358;a:1:{s:28:\"rsssl_every_three_hours_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:23:\"rsssl_every_three_hours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10800;}}}i:1746625677;a:1:{s:22:\"backwpup_check_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1746634373;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746634375;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746634407;a:1:{s:22:\"redirection_log_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746642337;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1746646883;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1746647091;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746647520;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746647957;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746647962;a:1:{s:19:\"wp_smush_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746648128;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1746650173;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746651245;a:1:{s:23:\"backwpup_update_message\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1746653187;a:1:{s:10:\"itsec_cron\";a:3:{s:32:\"3ec3d6914daf50bcdb5e5b065213e29b\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:17:\"purge-log-entries\";}s:8:\"interval\";i:86400;}s:32:\"aa768a35ceed34e467f270ebdc5d82f4\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:14:\"purge-lockouts\";}s:8:\"interval\";i:86400;}s:32:\"7a0fd5d064c59cf40c3df9ad0bb6e63d\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:11:\"clear-locks\";}s:8:\"interval\";i:86400;}}}i:1746654879;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"d3ad27d223d301b6ae68ed2a88d04d71\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:12:\"health-check\";}s:8:\"interval\";i:86400;}}}i:1746655009;a:1:{s:20:\"rsssl_every_day_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"rsssl_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746658213;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746667918;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746691776;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746809350;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1746809359;a:1:{s:19:\"nxs_querypost_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"nxsquery\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1746809377;a:1:{s:27:\"WooZone_syncwidget_products\";a:1:{s:32:\"b35b57dd4596ed3005a088068023f579\";a:3:{s:8:\"schedule\";s:12:\"WooZone_1min\";s:4:\"args\";a:1:{i:0;s:19:\"syncwidget_products\";}s:8:\"interval\";i:60;}}}i:1746809447;a:1:{s:25:\"WooZone_autoimport_search\";a:1:{s:32:\"e25ab9e1f7d5242f20c82431b61bedce\";a:3:{s:8:\"schedule\";s:12:\"WooZone_5min\";s:4:\"args\";a:1:{i:0;s:17:\"autoimport_search\";}s:8:\"interval\";i:300;}}}i:1746809458;a:1:{s:29:\"rsssl_every_five_minutes_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"rsssl_five_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1746809497;a:1:{s:33:\"WooZone_syncwidget_products_cycle\";a:1:{s:32:\"3b933cce5a3d9f6e4df3e92dc1764778\";a:3:{s:8:\"schedule\";s:13:\"WooZone_15min\";s:4:\"args\";a:1:{i:0;s:25:\"syncwidget_products_cycle\";}s:8:\"interval\";i:900;}}}i:1746907080;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747066787;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747175128;a:1:{s:21:\"rsssl_every_week_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rsssl_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747191600;a:1:{s:13:\"backwpup_cron\";a:1:{s:32:\"fd86a2725be8319dcc1338fbc861123c\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:1;}}}}i:1748203854;a:3:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"generate_category_lookup_table\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748203904;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1748204374;a:1:{s:35:\"wordfence_batchReportFailedAttempts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748207444;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748214644;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1748217600;a:2:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1748225444;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1748292327;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1748293702;a:1:{s:25:\"smush_check_for_conflicts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748293923;a:1:{s:34:\"nextgen_admin_notifications_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748293955;a:1:{s:35:\"wordfence_refreshUpdateNotification\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748295371;a:1:{s:23:\"wordfence_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748295380;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1748295385;a:2:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1748295402;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1748298125;a:1:{s:27:\"wpseo_indexable_index_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:15:\"fifteen_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1748301751;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"269493e64cd57ffb8112057ddbe6658e\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:5536;}}}}i:1748304737;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"4ecbe394237a9bcdfa886470693c2a88\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:5537;}}}}i:1748401200;a:1:{s:13:\"backwpup_cron\";a:1:{s:32:\"fd86a2725be8319dcc1338fbc861123c\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:1;}}}}i:1748736000;a:1:{s:13:\"backwpup_cron\";a:2:{s:32:\"3e475fc55b99df1272a70c175bd93608\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:2;}}s:32:\"455a521ba91b4fd4b33fc1c7d6b63fe0\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:3;}}}}i:1748880000;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1748894358;a:1:{s:22:\"rsssl_every_month_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:13:\"rsssl_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1748959707;a:1:{s:36:\"wordfence_batchReportBlockedAttempts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}' where 1=1 and option_id = '99';

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:11:{s:23:\"check_table_amz_amzkeys\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:55:\"Check plugin table wpfimopop_amz_amzkeys: installed ok.\";}s:12:\"check_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:230:\"Check plugin tables: all installed ( amz_amazon_cache, amz_amzkeys, amz_assets, amz_cross_sell, amz_import_stats, amz_locale_reference, amz_products, amz_queue, amz_report_log, amz_search, amz_sync_widget, amz_sync_widget_asins ).\";}s:32:\"check_table_amz_locale_reference\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:64:\"Check plugin table wpfimopop_amz_locale_reference: installed ok.\";}s:28:\"check_table_amz_amazon_cache\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_amazon_cache: installed ok.\";}s:18:\"check_alter_tables\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:51:\"Check plugin tables (alter): check_alter_tables OK.\";}s:27:\"check_alter_table_amz_queue\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_queue OK.\";}s:21:\"check_cronjobs_prefix\";a:3:{s:7:\"timeout\";i:1752548080;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:26:\"Check cronjobs prefix: OK.\";}s:28:\"check_table_amz_import_stats\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin table wpfimopop_amz_import_stats: installed ok.\";}s:27:\"check_alter_table_amz_oct18\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:60:\"Check plugin tables (alter): check_alter_table_amz_oct18 OK.\";}s:27:\"check_table_amz_sync_widget\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:59:\"Check plugin table wpfimopop_amz_sync_widget: installed ok.\";}s:33:\"check_table_amz_sync_widget_asins\";a:3:{s:7:\"timeout\";i:1751864919;s:6:\"status\";s:5:\"valid\";s:4:\"html\";s:65:\"Check plugin table wpfimopop_amz_sync_widget_asins: installed ok.\";}}' WHERE `option_name` = 'WooZone_integrity_check'

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '9.0', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '13.3.1', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_wfConfig']
INSERT INTO wpfimopop_wfConfig (name, val, autoload) values ('lastPermissionsTemplateCheck', '1752548080', 'yes') ON DUPLICATE KEY UPDATE val = '1752548080', autoload = 'yes'

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_wfConfig']
INSERT INTO wpfimopop_wfConfig (name, val, autoload) values ('previousWflogsFileList', '[\".htaccess\",\"ips.php\",\"config-livewaf.php\",\"config-synced.php\",\"config.php\",\"attack-data.php\",\"rules.php\",\"GeoLite2-Country.mmdb\",\"template.php\",\"config-transient.php\"]', 'yes') ON DUPLICATE KEY UPDATE val = '[\".htaccess\",\"ips.php\",\"config-livewaf.php\",\"config-synced.php\",\"config.php\",\"attack-data.php\",\"rules.php\",\"GeoLite2-Country.mmdb\",\"template.php\",\"config-transient.php\"]', autoload = 'yes'

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_wfConfig']
INSERT INTO wpfimopop_wfConfig (name, val, autoload) values ('serverDNS', '1752548080;300;213.186.33.19', 'yes') ON DUPLICATE KEY UPDATE val = '1752548080;300;213.186.33.19', autoload = 'yes'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = '1752548080', `autoload` = 'off' WHERE `option_name` = 'nxs_lBckTime'

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_wp_theme_files_patterns-2dd64a04dd7c6b601e5f15cd2d53b32e', '1752549880', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_wp_theme_files_patterns-2dd64a04dd7c6b601e5f15cd2d53b32e', 'a:2:{s:7:\"version\";s:0:\"\";s:8:\"patterns\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_wp_theme_files_patterns-ba70275bc59727bc834d1a9584104c52', '1752549880', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_wp_theme_files_patterns-ba70275bc59727bc834d1a9584104c52', 'a:2:{s:7:\"version\";s:5:\"1.0.3\";s:8:\"patterns\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout__woocommerce_helper_subscriptions', '1752548981', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient__woocommerce_helper_subscriptions', 'a:0:{}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_theme_roots', '1752549881', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_theme_roots', 'a:2:{s:14:\"accelerate-pro\";s:7:\"/themes\";s:8:\"fimo-pop\";s:7:\"/themes\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_update_plugins', 'O:8:\"stdClass\":3:{s:8:\"response\";a:1:{s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"8.5\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:1;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"last_checked\";i:1752538081;s:12:\"translations\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'O:8:\"stdClass\":2:{s:12:\"last_updated\";i:1752548081;s:4:\"data\";a:1:{s:32:\"0749d8020bc3f1f46a46c7b2b8be6144\";a:13:{s:7:\"version\";s:3:\"3.0\";s:3:\"key\";b:0;s:4:\"mode\";s:0:\"\";s:4:\"slug\";s:21:\"widgetize-pages-light\";s:8:\"settings\";a:3:{s:11:\"menu_parent\";s:7:\"otw-wpl\";s:7:\"lc_name\";s:15:\"License Manager\";s:8:\"menu_key\";s:7:\"otw-wpl\";}s:6:\"domain\";s:16:\"www.fimo-pop.com\";s:4:\"path\";s:45:\"widgetize-pages-light/otw_sidebar_manager.php\";s:2:\"ip\";s:11:\"10.10.20.56\";s:2:\"id\";s:32:\"0749d8020bc3f1f46a46c7b2b8be6144\";s:9:\"multisite\";b:0;s:7:\"domains\";a:1:{i:0;s:16:\"www.fimo-pop.com\";}s:4:\"dnms\";b:0;s:4:\"info\";a:11:{s:5:\"valid\";s:3:\"yes\";s:8:\"messages\";a:1:{i:0;a:5:{s:5:\"title\";s:29:\"Buy Pro, Activate 7day trial \";s:4:\"type\";s:7:\"message\";s:5:\"stype\";s:2:\"pp\";s:4:\"text\";s:1084:\"<i class=\"otw-factory-icon fa fa-arrow-circle-o-up\"></i><br />\r\n<div class=\"otw-factory-rcol\"><h3 class=\"otw_factory_head\">#plugin_name# - Online Documentation</h3><div class=\"otw_factory_body\">Check online documentation for the Lite version.<br />\r\n<a href=\"#lite_doc_url#\" target=\"_blank\">Lite Documentation</a></div><br />\r\n<h3 class=\"otw_factory_head\">Upgrade to the Pro version</h3><div class=\"otw_factory_body\">Upgrade to Pro version to get premium support and the full list of features.</div><div class=\"otw_factory_action\"><a href=\"#pro_plugin_url#\" class=\"otw_factory_button_action button button-primary\" target=\"_blank\">Buy Pro license</a></div><br />\r\n<h3 class=\"otw_factory_head\">Activate the Pro version for 7 days for free!</h3><div class=\"otw_factory_body\">Get access to the full list of features for 7 days for free. No additional info needed. <br />You can return to the Lite version any time.</div><div class=\"otw_factory_action\"><a href=\"#adminurl_actvate_7pt#\" class=\"otw_factory_button_action button\">Activate Pro version 7-day free trial</a></div><br />\r\n</div>\";s:4:\"vars\";a:4:{s:11:\"plugin_name\";s:21:\"Widgetize Pages Light\";s:12:\"lite_doc_url\";s:133:\"http://otwthemes.com/online-documentation-widgetize-pages-light/?utm_source=wp.org&utm_medium=admin&utm_content=docs&utm_campaign=wpl\";s:14:\"pro_plugin_url\";s:247:\"https://1.envato.market/c/1246358/275988/4415?subId1=sbm&subId2=2020&subId3=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fsidebar-widget-manager-for-wordpress%2F2287447&u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fsidebar-widget-manager-for-wordpress%2F2287447\";s:20:\"adminurl_actvate_7pt\";s:61:\"?page=otwfcr&otwa=a7pt&otwpc=0749d8020bc3f1f46a46c7b2b8be6144\";}}}s:7:\"actions\";a:0:{}s:4:\"keys\";a:0:{}s:12:\"row_messages\";a:0:{}s:16:\"license_messages\";a:1:{i:0;a:5:{s:5:\"title\";s:12:\"License type\";s:4:\"type\";s:7:\"message\";s:5:\"stype\";s:2:\"lm\";s:4:\"text\";s:677:\"You have a Lite version license activated.<br />\r\n<br />\r\nCheck online documentation for the Lite version.<br />\r\n<a href=\"#lite_doc_url#\" target=\"_blank\">Lite Documentation</a> <br />\r\n<br />\r\nUpgrade to Pro version to get premium support and the full list of features.<br />\r\n<a href=\"#pro_plugin_url#\" class=\"otw_factory_button_action button button-primary\" target=\"_blank\">Buy Pro license</a> <br />\r\n<br />\r\nGet access to the full list of features for 7 days for free. No additional info needed.<br />\r\nYou can return to the Lite version any time.<br />\r\n<a href=\"#adminurl_actvate_7pt#\" class=\"otw_factory_button_action button\">Activate Pro version 7-day free trial</a> \";s:4:\"vars\";a:3:{s:12:\"lite_doc_url\";s:133:\"http://otwthemes.com/online-documentation-widgetize-pages-light/?utm_source=wp.org&utm_medium=admin&utm_content=docs&utm_campaign=wpl\";s:14:\"pro_plugin_url\";s:247:\"https://1.envato.market/c/1246358/275988/4415?subId1=sbm&subId2=2020&subId3=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fsidebar-widget-manager-for-wordpress%2F2287447&u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fsidebar-widget-manager-for-wordpress%2F2287447\";s:20:\"adminurl_actvate_7pt\";s:61:\"?page=otwfcr&otwa=a7pt&otwpc=0749d8020bc3f1f46a46c7b2b8be6144\";}}}s:5:\"state\";b:0;s:8:\"homepage\";s:52:\"https://wordpress.org/plugins/widgetize-pages-light/\";s:4:\"name\";s:21:\"Widgetize Pages Light\";s:11:\"new_version\";a:0:{}s:12:\"last_updated\";i:1752548081;}}}}', `autoload` = 'off' WHERE `option_name` = '_site_transient_otw_upd_plug'

Erreur de la base de données WordPress : [UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
UPDATE `wpfimopop_options` SET `option_value` = 'a:1701:{s:13:\"185.81.128.21\";a:1:{i:9;i:1750772468;}s:13:\"31.34.242.142\";a:1:{i:1;i:1746305098;}s:13:\"35.181.49.192\";a:1:{i:1;i:1746323722;}s:13:\"68.183.186.97\";a:1:{i:21;i:1746325852;}s:12:\"35.180.75.38\";a:1:{i:10;i:1746337378;}s:14:\"196.251.80.168\";a:1:{i:5;i:1746589090;}s:15:\"176.146.130.228\";a:1:{i:0;i:1746347771;}s:14:\"82.145.215.206\";a:1:{i:3;i:1750747225;}s:14:\"109.13.147.111\";a:1:{i:2;i:1746354864;}s:11:\"66.249.64.2\";a:1:{i:2;i:1746690302;}s:15:\"176.223.173.129\";a:1:{i:0;i:1746359690;}s:13:\"3.133.125.115\";a:2:{i:16;i:1746424815;i:17;i:1746424817;}s:11:\"3.147.13.29\";a:5:{i:4;i:1746370695;i:5;i:1746370696;i:6;i:1746370697;i:7;i:1746370698;i:8;i:1746370699;}s:14:\"185.227.110.68\";a:1:{i:1;i:1746794722;}s:12:\"92.184.96.12\";a:2:{i:0;i:1746373070;i:1;i:1746373070;}s:13:\"88.160.201.83\";a:1:{i:0;i:1746373181;}s:15:\"176.179.159.238\";a:1:{i:0;i:1746373322;}s:11:\"2.12.80.153\";a:1:{i:0;i:1746373510;}s:12:\"81.53.161.57\";a:1:{i:2;i:1746374279;}s:12:\"66.249.93.39\";a:1:{i:281;i:1751811259;}s:12:\"45.91.22.105\";a:1:{i:0;i:1746378249;}s:12:\"81.164.28.47\";a:1:{i:0;i:1746378902;}s:13:\"88.186.155.19\";a:5:{i:196;i:1749991558;i:197;i:1749991559;i:198;i:1749991560;i:199;i:1749991561;i:200;i:1749991562;}s:14:\"109.220.81.235\";a:1:{i:2;i:1746383777;}s:13:\"213.136.71.30\";a:1:{i:0;i:1746384550;}s:13:\"176.160.71.35\";a:2:{i:10;i:1746395750;i:11;i:1746395752;}s:10:\"57.141.0.7\";a:1:{i:3244;i:1749971969;}s:14:\"88.180.116.129\";a:2:{i:0;i:1746416353;i:1;i:1746416355;}s:12:\"193.37.33.26\";a:3:{i:114;i:1746419943;i:115;i:1746419945;i:116;i:1746419947;}s:11:\"35.180.33.5\";a:2:{i:0;i:1746423229;i:1;i:1746423230;}s:13:\"134.17.14.122\";a:1:{i:3;i:1746577290;}s:15:\"134.209.179.173\";a:1:{i:0;i:1746438372;}s:12:\"54.36.149.43\";a:1:{i:8;i:1749557206;}s:11:\"89.92.81.19\";a:1:{i:2;i:1746625555;}s:15:\"176.175.174.204\";a:2:{i:0;i:1746452430;i:1;i:1746452434;}s:12:\"40.77.167.55\";a:1:{i:32;i:1751697736;}s:13:\"91.205.43.154\";a:1:{i:1;i:1746459497;}s:14:\"185.239.140.52\";a:1:{i:0;i:1746457032;}s:14:\"88.160.101.175\";a:2:{i:0;i:1746461105;i:1;i:1746461108;}s:13:\"3.148.189.207\";a:5:{i:4;i:1746466349;i:5;i:1746466350;i:6;i:1746466351;i:7;i:1746466352;i:8;i:1746466353;}s:12:\"18.222.74.88\";a:3:{i:6;i:1746466528;i:7;i:1746466530;i:8;i:1746466531;}s:15:\"185.117.225.203\";a:1:{i:0;i:1746467203;}s:11:\"66.249.89.2\";a:1:{i:6;i:1747033454;}s:15:\"157.245.151.113\";a:2:{i:2;i:1746622651;i:3;i:1746622655;}s:11:\"57.141.0.19\";a:1:{i:2534;i:1749661935;}s:10:\"57.141.0.8\";a:1:{i:2763;i:1751237043;}s:14:\"176.188.42.246\";a:1:{i:1;i:1746484728;}s:15:\"144.172.253.143\";a:2:{i:0;i:1746491937;i:1;i:1746491937;}s:14:\"145.239.10.137\";a:1:{i:24;i:1751658980;}s:13:\"92.184.136.34\";a:1:{i:0;i:1746512224;}s:12:\"83.99.151.65\";a:1:{i:1;i:1751404890;}s:12:\"83.99.151.64\";a:1:{i:4;i:1751795629;}s:11:\"57.141.0.17\";a:1:{i:2964;i:1749725627;}s:13:\"212.194.62.65\";a:1:{i:0;i:1746516421;}s:15:\"176.179.130.248\";a:1:{i:0;i:1746516876;}s:14:\"163.223.210.11\";a:2:{i:3;i:1746528133;i:4;i:1746528137;}s:15:\"176.171.169.173\";a:1:{i:8;i:1746532754;}s:14:\"129.146.24.173\";a:1:{i:0;i:1746542569;}s:13:\"165.22.251.76\";a:1:{i:0;i:1746542852;}s:14:\"91.164.198.156\";a:1:{i:0;i:1746544185;}s:15:\"188.143.244.135\";a:1:{i:1;i:1749848092;}s:12:\"93.22.134.70\";a:1:{i:0;i:1746548099;}s:14:\"88.168.121.167\";a:2:{i:0;i:1746548232;i:1;i:1746548233;}s:12:\"3.15.147.215\";a:1:{i:0;i:1746550882;}s:12:\"91.169.40.19\";a:1:{i:0;i:1746555964;}s:14:\"34.140.133.132\";a:1:{i:0;i:1746556779;}s:13:\"195.37.190.69\";a:2:{i:18;i:1746557612;i:19;i:1746557613;}s:14:\"86.193.204.228\";a:1:{i:3;i:1746558317;}s:14:\"68.183.182.189\";a:2:{i:0;i:1746562491;i:1;i:1746562495;}s:12:\"90.18.49.242\";a:1:{i:1;i:1746564572;}s:14:\"15.236.225.195\";a:1:{i:0;i:1746583284;}s:14:\"15.237.113.178\";a:1:{i:0;i:1746583542;}s:13:\"213.176.73.78\";a:1:{i:0;i:1746594729;}s:12:\"158.69.23.79\";a:1:{i:6;i:1750984244;}s:13:\"90.115.47.222\";a:1:{i:0;i:1746605403;}s:11:\"84.17.41.86\";a:3:{i:1109;i:1746611764;i:1110;i:1746611766;i:1111;i:1746611767;}s:12:\"137.184.9.69\";a:1:{i:18;i:1751259010;}s:12:\"64.23.150.34\";a:1:{i:17;i:1751788065;}s:12:\"64.23.146.57\";a:1:{i:14;i:1750280344;}s:14:\"77.133.249.255\";a:1:{i:0;i:1746614300;}s:15:\"163.223.210.102\";a:2:{i:3;i:1746618319;i:4;i:1746618322;}s:13:\"77.128.85.202\";a:1:{i:2;i:1746620196;}s:13:\"196.251.85.12\";a:2:{i:3;i:1746621829;i:4;i:1746621831;}s:14:\"90.119.198.166\";a:1:{i:3;i:1746624791;}s:12:\"82.66.63.117\";a:1:{i:0;i:1746625107;}s:13:\"88.123.111.82\";a:2:{i:0;i:1746627295;i:1;i:1746627299;}s:14:\"176.140.214.23\";a:1:{i:0;i:1746628852;}s:13:\"92.184.97.185\";a:1:{i:2;i:1746629864;}s:11:\"57.141.0.25\";a:1:{i:3050;i:1751605579;}s:13:\"88.166.128.91\";a:1:{i:0;i:1746635444;}s:12:\"81.185.175.3\";a:3:{i:0;i:1746635537;i:1;i:1746635537;i:2;i:1746635541;}s:11:\"3.71.41.190\";a:2:{i:7;i:1746636255;i:8;i:1746636258;}s:15:\"106.254.241.146\";a:1:{i:0;i:1746646887;}s:13:\"91.175.93.232\";a:1:{i:0;i:1746648449;}s:13:\"81.185.175.37\";a:1:{i:1;i:1746651004;}s:14:\"52.167.144.142\";a:1:{i:17;i:1751473426;}s:13:\"88.185.140.25\";a:3:{i:0;i:1746653723;i:1;i:1746653723;i:2;i:1746653727;}s:12:\"82.65.136.73\";a:2:{i:2;i:1746676635;i:3;i:1746676637;}s:13:\"146.19.215.56\";a:1:{i:2;i:1746962692;}s:13:\"92.184.118.98\";a:1:{i:0;i:1746696356;}s:14:\"128.79.120.118\";a:1:{i:1;i:1746698068;}s:13:\"45.95.214.132\";a:1:{i:2;i:1749285723;}s:13:\"79.95.127.154\";a:2:{i:0;i:1746702162;i:1;i:1746702165;}s:12:\"90.52.175.46\";a:1:{i:0;i:1746704229;}s:15:\"194.163.190.132\";a:2:{i:3;i:1746707438;i:4;i:1746707441;}s:12:\"91.170.29.50\";a:1:{i:2;i:1746712120;}s:13:\"77.128.153.40\";a:1:{i:1;i:1746716222;}s:13:\"77.130.142.87\";a:2:{i:0;i:1746713960;i:1;i:1746713960;}s:13:\"51.195.36.135\";a:1:{i:2;i:1746926384;}s:12:\"81.250.34.52\";a:1:{i:1;i:1746719638;}s:10:\"90.59.4.19\";a:1:{i:0;i:1746720053;}s:11:\"78.203.81.9\";a:1:{i:2;i:1746734015;}s:13:\"52.59.254.220\";a:2:{i:7;i:1746726985;i:8;i:1746726987;}s:14:\"88.174.154.228\";a:1:{i:0;i:1746727205;}s:13:\"86.239.10.175\";a:1:{i:0;i:1746728143;}s:11:\"57.141.0.10\";a:1:{i:3056;i:1749841034;}s:13:\"45.95.214.129\";a:1:{i:4;i:1750910796;}s:12:\"90.48.127.17\";a:1:{i:2;i:1746744361;}s:13:\"185.81.128.36\";a:1:{i:1;i:1751652119;}s:14:\"143.198.22.240\";a:1:{i:0;i:1746758663;}s:13:\"87.88.175.225\";a:1:{i:0;i:1746778599;}s:13:\"176.149.68.52\";a:3:{i:0;i:1746780196;i:1;i:1746780197;i:2;i:1746780199;}s:14:\"82.120.139.164\";a:2:{i:0;i:1746787529;i:1;i:1746787529;}s:14:\"83.219.248.170\";a:3:{i:8;i:1746789367;i:9;i:1746789368;i:10;i:1746789371;}s:15:\"109.220.110.185\";a:1:{i:1;i:1746790388;}s:14:\"94.109.213.129\";a:1:{i:0;i:1746794683;}s:14:\"92.184.112.204\";a:1:{i:1;i:1746796035;}s:12:\"87.65.213.79\";a:1:{i:0;i:1746796040;}s:13:\"77.130.249.80\";a:2:{i:6;i:1746797850;i:7;i:1746797852;}s:14:\"15.237.253.231\";a:3:{i:6;i:1746802911;i:7;i:1746802913;i:8;i:1746802915;}s:14:\"88.123.131.237\";a:2:{i:0;i:1746806167;i:1;i:1746806167;}s:12:\"40.77.167.52\";a:1:{i:13;i:1751470618;}s:14:\"149.102.254.23\";a:3:{i:121;i:1746809282;i:122;i:1746809283;i:123;i:1746809285;}s:14:\"149.102.254.28\";a:2:{i:181;i:1746809581;i:182;i:1746809585;}s:13:\"212.102.46.34\";a:3:{i:148;i:1746809881;i:149;i:1746809882;i:150;i:1746809884;}s:14:\"149.102.254.20\";a:3:{i:167;i:1746810182;i:168;i:1746810183;i:169;i:1746810185;}s:11:\"84.17.41.84\";a:2:{i:159;i:1746810483;i:160;i:1746810485;}s:13:\"212.102.46.70\";a:3:{i:151;i:1746810771;i:152;i:1746810772;i:153;i:1746810774;}s:13:\"40.77.167.254\";a:1:{i:16;i:1751161340;}s:13:\"212.102.46.68\";a:3:{i:158;i:1746811080;i:159;i:1746811082;i:160;i:1746811084;}s:13:\"212.102.46.40\";a:4:{i:95;i:1746811241;i:96;i:1746811242;i:97;i:1746811244;i:98;i:1746811245;}s:12:\"45.157.54.21\";a:1:{i:1;i:1748220428;}s:14:\"45.119.211.229\";a:2:{i:0;i:1746822029;i:1;i:1746822031;}s:14:\"23.137.105.137\";a:1:{i:90;i:1746831925;}s:14:\"176.171.152.34\";a:1:{i:0;i:1746832972;}s:13:\"77.207.24.175\";a:1:{i:0;i:1746833247;}s:12:\"79.95.127.17\";a:1:{i:0;i:1746845748;}s:12:\"83.99.151.69\";a:1:{i:7;i:1751797184;}s:13:\"74.80.208.119\";a:1:{i:0;i:1746857334;}s:12:\"88.172.1.211\";a:2:{i:0;i:1746863724;i:1;i:1746863725;}s:14:\"176.131.49.229\";a:1:{i:0;i:1746867082;}s:14:\"91.160.171.240\";a:1:{i:0;i:1746868371;}s:14:\"94.177.135.227\";a:1:{i:0;i:1746873404;}s:15:\"212.195.110.181\";a:1:{i:2;i:1746895007;}s:15:\"165.232.164.165\";a:1:{i:1;i:1746875564;}s:13:\"78.246.13.230\";a:1:{i:0;i:1746879132;}s:12:\"31.34.131.21\";a:1:{i:2;i:1746891508;}s:14:\"92.184.124.217\";a:1:{i:0;i:1746889269;}s:12:\"93.21.239.33\";a:1:{i:1;i:1746904804;}s:13:\"81.65.149.125\";a:1:{i:0;i:1746892862;}s:13:\"176.179.157.1\";a:2:{i:0;i:1746894634;i:1;i:1746894637;}s:11:\"40.77.167.8\";a:1:{i:1;i:1749620287;}s:13:\"40.77.167.116\";a:1:{i:15;i:1751751486;}s:12:\"13.38.78.159\";a:2:{i:0;i:1746912536;i:1;i:1746912538;}s:13:\"62.147.68.206\";a:3:{i:0;i:1746913881;i:1;i:1746913881;i:2;i:1746913884;}s:13:\"43.130.71.237\";a:1:{i:0;i:1746922473;}s:14:\"159.65.136.192\";a:1:{i:21;i:1746930680;}s:14:\"45.156.129.138\";a:1:{i:1;i:1746938924;}s:14:\"45.156.129.137\";a:1:{i:3;i:1746938901;}s:14:\"45.156.129.136\";a:1:{i:1;i:1746938737;}s:14:\"45.156.129.139\";a:1:{i:1;i:1746938830;}s:12:\"86.241.1.107\";a:1:{i:0;i:1746954448;}s:14:\"176.160.208.64\";a:2:{i:0;i:1746955965;i:1;i:1746955969;}s:13:\"51.222.44.188\";a:1:{i:0;i:1746958870;}s:15:\"207.180.220.176\";a:1:{i:1;i:1746959649;}s:13:\"91.166.228.17\";a:1:{i:3;i:1746964677;}s:13:\"90.90.153.247\";a:1:{i:2;i:1746967150;}s:13:\"87.88.182.206\";a:1:{i:0;i:1746968768;}s:15:\"104.198.227.171\";a:2:{i:0;i:1746970554;i:1;i:1746970556;}s:11:\"79.95.87.64\";a:1:{i:0;i:1746974877;}s:14:\"77.144.158.197\";a:1:{i:0;i:1746976753;}s:11:\"86.71.250.4\";a:1:{i:1;i:1746979111;}s:13:\"92.184.107.81\";a:1:{i:0;i:1746980212;}s:13:\"109.210.42.34\";a:1:{i:4;i:1748343581;}s:13:\"193.57.124.56\";a:1:{i:0;i:1746981272;}s:13:\"15.237.95.166\";a:3:{i:6;i:1746983590;i:7;i:1746983592;i:8;i:1746983594;}s:11:\"3.149.8.138\";a:5:{i:4;i:1746984319;i:5;i:1746984320;i:6;i:1746984321;i:7;i:1746984322;i:8;i:1746984323;}s:13:\"37.67.154.109\";a:1:{i:0;i:1746985563;}s:13:\"81.65.181.230\";a:1:{i:0;i:1746986630;}s:13:\"92.184.100.14\";a:2:{i:0;i:1746989083;i:1;i:1746989087;}s:13:\"31.10.173.186\";a:1:{i:0;i:1746989891;}s:12:\"37.67.38.223\";a:2:{i:22;i:1746999001;i:23;i:1746999004;}s:13:\"20.171.207.50\";a:2:{i:5;i:1747005074;i:6;i:1747005077;}s:14:\"74.125.208.130\";a:1:{i:0;i:1747003383;}s:15:\"168.151.242.105\";a:1:{i:0;i:1747004959;}s:14:\"20.171.207.244\";a:1:{i:0;i:1747011654;}s:12:\"80.124.54.14\";a:1:{i:4;i:1751626565;}s:14:\"18.220.201.246\";a:1:{i:1;i:1747012045;}s:14:\"20.171.207.146\";a:1:{i:0;i:1747015641;}s:11:\"57.141.0.29\";a:1:{i:3011;i:1749974466;}s:11:\"57.141.0.18\";a:1:{i:3063;i:1749711540;}s:15:\"185.220.101.108\";a:1:{i:0;i:1747024530;}s:13:\"45.84.107.182\";a:1:{i:0;i:1747024537;}s:14:\"192.42.116.201\";a:2:{i:0;i:1747024543;i:1;i:1747024547;}s:14:\"47.254.142.180\";a:2:{i:0;i:1747024553;i:1;i:1747024557;}s:12:\"107.189.8.70\";a:2:{i:0;i:1747024561;i:1;i:1747024565;}s:15:\"193.189.100.202\";a:1:{i:0;i:1747024569;}s:13:\"5.255.127.222\";a:1:{i:1;i:1747024583;}s:12:\"64.190.76.10\";a:1:{i:0;i:1747024589;}s:14:\"185.246.188.73\";a:1:{i:1;i:1747024604;}s:12:\"94.16.116.81\";a:1:{i:0;i:1747024612;}s:13:\"171.25.193.78\";a:1:{i:0;i:1747024618;}s:10:\"88.80.26.4\";a:2:{i:0;i:1747024628;i:1;i:1747024631;}s:14:\"185.246.188.74\";a:1:{i:0;i:1747024638;}s:13:\"45.84.107.198\";a:2:{i:0;i:1747024642;i:1;i:1747024646;}s:14:\"192.42.116.178\";a:2:{i:0;i:1747024651;i:1;i:1747024655;}s:13:\"176.181.168.0\";a:1:{i:0;i:1747026423;}s:12:\"134.17.14.12\";a:1:{i:29;i:1751783911;}s:14:\"172.226.208.47\";a:2:{i:0;i:1747031826;i:1;i:1747031826;}s:13:\"176.173.61.59\";a:1:{i:0;i:1747033205;}s:13:\"154.205.11.80\";a:1:{i:0;i:1747033418;}s:11:\"57.141.0.30\";a:1:{i:3229;i:1751627164;}s:11:\"57.141.0.22\";a:1:{i:3261;i:1749719170;}s:14:\"87.250.224.253\";a:1:{i:57;i:1748215461;}s:14:\"87.250.224.238\";a:1:{i:54;i:1748215610;}s:11:\"57.141.0.15\";a:1:{i:3425;i:1750819693;}s:14:\"95.108.213.234\";a:1:{i:56;i:1748215679;}s:11:\"57.141.0.24\";a:2:{i:2638;i:1749725616;i:2639;i:1749725618;}s:14:\"87.250.224.110\";a:1:{i:55;i:1748215739;}s:14:\"213.180.203.70\";a:1:{i:57;i:1748215801;}s:15:\"213.180.203.170\";a:1:{i:58;i:1748215852;}s:10:\"57.141.0.5\";a:1:{i:3356;i:1749928774;}s:14:\"95.108.213.207\";a:1:{i:57;i:1748215898;}s:14:\"95.108.213.177\";a:1:{i:54;i:1748216256;}s:14:\"213.180.203.96\";a:1:{i:57;i:1748216378;}s:13:\"87.250.224.27\";a:1:{i:56;i:1748216490;}s:14:\"213.180.203.18\";a:1:{i:56;i:1748216617;}s:13:\"87.250.224.73\";a:1:{i:56;i:1748216564;}s:10:\"57.141.0.9\";a:1:{i:2747;i:1749718358;}s:14:\"213.180.203.11\";a:1:{i:55;i:1748216846;}s:13:\"3.208.154.201\";a:2:{i:8;i:1748273475;i:9;i:1748273477;}s:10:\"57.141.0.2\";a:1:{i:3309;i:1751864920;}s:14:\"95.108.213.127\";a:1:{i:56;i:1748217434;}s:11:\"57.141.0.28\";a:1:{i:3629;i:1750072936;}s:11:\"57.141.0.27\";a:1:{i:3115;i:1751634666;}s:11:\"57.141.0.12\";a:1:{i:2992;i:1750275078;}s:10:\"57.141.0.6\";a:1:{i:2873;i:1749533736;}s:10:\"57.141.0.3\";a:1:{i:3296;i:1749660385;}s:11:\"57.141.0.13\";a:1:{i:3103;i:1751307404;}s:9:\"8.28.7.20\";a:2:{i:2;i:1748206401;i:3;i:1748206404;}s:11:\"57.141.0.23\";a:1:{i:3039;i:1749637700;}s:15:\"213.180.203.222\";a:1:{i:54;i:1748216643;}s:11:\"57.141.0.11\";a:1:{i:2702;i:1751648642;}s:11:\"57.141.0.20\";a:1:{i:3041;i:1750957829;}s:10:\"57.141.0.4\";a:1:{i:2734;i:1750460101;}s:11:\"40.77.167.7\";a:1:{i:26;i:1751595184;}s:13:\"66.249.77.103\";a:1:{i:401;i:1749468133;}s:11:\"57.141.0.16\";a:1:{i:3057;i:1749712983;}s:13:\"52.167.144.25\";a:1:{i:5;i:1751591143;}s:11:\"57.141.0.26\";a:1:{i:3279;i:1751619083;}s:12:\"95.108.213.5\";a:1:{i:0;i:1748212487;}s:14:\"52.184.178.228\";a:3:{i:69;i:1748341120;i:70;i:1748341121;i:71;i:1748341123;}s:12:\"95.108.213.4\";a:1:{i:0;i:1748212728;}s:10:\"57.141.0.1\";a:1:{i:2962;i:1750051898;}s:12:\"95.108.213.2\";a:1:{i:0;i:1748213220;}s:12:\"95.108.213.3\";a:1:{i:0;i:1748213474;}s:12:\"95.108.213.1\";a:1:{i:0;i:1748213919;}s:13:\"40.69.212.179\";a:2:{i:26;i:1748214329;i:27;i:1748214333;}s:14:\"52.178.222.228\";a:2:{i:6;i:1748265859;i:7;i:1748265862;}s:14:\"47.128.121.189\";a:1:{i:0;i:1748217558;}s:12:\"34.96.46.125\";a:2:{i:0;i:1748219179;i:1;i:1748219183;}s:14:\"18.206.129.254\";a:4:{i:12;i:1748219342;i:13;i:1748219343;i:14;i:1748219345;i:15;i:1748219346;}s:11:\"57.141.0.21\";a:1:{i:3009;i:1749720332;}s:11:\"57.141.0.14\";a:1:{i:2917;i:1749717617;}s:12:\"82.65.92.105\";a:1:{i:1;i:1748386519;}s:12:\"52.169.77.24\";a:4:{i:4;i:1748269026;i:5;i:1748269028;i:6;i:1748269029;i:7;i:1748269030;}s:11:\"40.69.66.87\";a:1:{i:0;i:1748226760;}s:12:\"5.179.192.81\";a:1:{i:41;i:1751773735;}s:13:\"145.239.66.34\";a:1:{i:1;i:1748231588;}s:14:\"207.180.255.40\";a:1:{i:7;i:1748578378;}s:13:\"162.0.232.193\";a:1:{i:0;i:1748238368;}s:12:\"51.81.207.12\";a:1:{i:0;i:1748238948;}s:11:\"89.45.83.89\";a:1:{i:0;i:1748239555;}s:14:\"87.236.210.149\";a:1:{i:0;i:1748240174;}s:13:\"66.102.128.27\";a:1:{i:1;i:1748252000;}s:12:\"5.10.248.130\";a:1:{i:1;i:1748274837;}s:11:\"5.255.231.7\";a:1:{i:0;i:1748241792;}s:15:\"186.209.113.104\";a:1:{i:0;i:1748242061;}s:13:\"67.205.59.102\";a:1:{i:0;i:1748242690;}s:14:\"188.166.237.78\";a:1:{i:0;i:1748243329;}s:13:\"95.188.65.216\";a:1:{i:0;i:1748245257;}s:13:\"103.110.84.40\";a:1:{i:1;i:1748248651;}s:14:\"103.221.222.85\";a:1:{i:0;i:1748246615;}s:13:\"95.217.248.78\";a:1:{i:0;i:1748247965;}s:13:\"103.163.214.6\";a:1:{i:0;i:1748250008;}s:13:\"54.36.209.164\";a:1:{i:0;i:1748251341;}s:15:\"103.161.172.148\";a:1:{i:0;i:1748253952;}s:12:\"31.193.2.236\";a:1:{i:0;i:1748255279;}s:12:\"51.81.240.50\";a:1:{i:0;i:1748255947;}s:13:\"81.177.139.64\";a:1:{i:0;i:1748256624;}s:15:\"103.161.173.219\";a:1:{i:0;i:1748259423;}s:12:\"41.217.220.5\";a:1:{i:0;i:1748260826;}s:15:\"103.169.160.163\";a:1:{i:0;i:1748262912;}s:12:\"144.76.3.233\";a:1:{i:0;i:1748264992;}s:15:\"102.130.117.188\";a:1:{i:0;i:1748265692;}s:14:\"165.22.146.113\";a:1:{i:0;i:1748267145;}s:13:\"74.80.208.216\";a:1:{i:0;i:1748268508;}s:13:\"66.102.128.22\";a:1:{i:0;i:1748269266;}s:14:\"209.97.131.236\";a:1:{i:0;i:1748270652;}s:14:\"37.156.147.221\";a:1:{i:0;i:1748272751;}s:14:\"177.234.154.90\";a:1:{i:0;i:1748273441;}s:15:\"185.216.118.130\";a:1:{i:0;i:1748274153;}s:14:\"144.76.139.216\";a:1:{i:2;i:1749574299;}s:12:\"92.53.96.101\";a:1:{i:0;i:1748276924;}s:13:\"47.128.96.148\";a:1:{i:0;i:1748279266;}s:12:\"170.106.11.6\";a:1:{i:0;i:1748280689;}s:13:\"5.101.157.127\";a:1:{i:0;i:1748281638;}s:14:\"103.118.29.120\";a:1:{i:0;i:1748282298;}s:13:\"52.169.74.151\";a:2:{i:3;i:1748282492;i:4;i:1748282494;}s:13:\"37.187.24.101\";a:1:{i:0;i:1748282939;}s:15:\"172.200.228.115\";a:1:{i:3;i:1748284063;}s:12:\"43.153.86.78\";a:1:{i:0;i:1748294725;}s:12:\"51.222.253.7\";a:1:{i:0;i:1748295046;}s:13:\"66.249.77.106\";a:1:{i:8;i:1748300589;}s:13:\"45.227.253.15\";a:1:{i:180;i:1750144621;}s:12:\"86.71.216.83\";a:1:{i:0;i:1748297717;}s:12:\"66.249.93.33\";a:2:{i:0;i:1748298263;i:1;i:1748298265;}s:14:\"43.134.141.244\";a:1:{i:0;i:1748298577;}s:13:\"54.36.148.118\";a:1:{i:9;i:1749561193;}s:14:\"18.206.170.110\";a:1:{i:0;i:1748301091;}s:13:\"207.46.13.160\";a:1:{i:4;i:1751116114;}s:13:\"52.167.144.23\";a:1:{i:5;i:1749589982;}s:13:\"207.46.13.154\";a:1:{i:13;i:1750839780;}s:14:\"52.167.144.175\";a:1:{i:2;i:1749008668;}s:13:\"54.36.148.169\";a:1:{i:9;i:1749564566;}s:13:\"40.77.167.132\";a:1:{i:4;i:1751585501;}s:14:\"52.167.144.220\";a:1:{i:7;i:1751266687;}s:14:\"52.167.144.162\";a:1:{i:14;i:1751457789;}s:12:\"54.36.149.38\";a:1:{i:8;i:1749560059;}s:12:\"54.36.149.36\";a:1:{i:5;i:1749559603;}s:13:\"54.36.148.153\";a:1:{i:5;i:1749563405;}s:13:\"54.36.148.129\";a:1:{i:14;i:1749564222;}s:13:\"54.36.148.107\";a:1:{i:10;i:1749564547;}s:13:\"54.36.148.164\";a:1:{i:8;i:1749559814;}s:12:\"54.36.148.37\";a:1:{i:11;i:1749562554;}s:12:\"40.77.167.38\";a:1:{i:10;i:1751481265;}s:13:\"54.36.148.116\";a:1:{i:5;i:1749558035;}s:13:\"54.36.148.133\";a:1:{i:11;i:1749562198;}s:13:\"54.36.148.226\";a:1:{i:11;i:1749564783;}s:13:\"54.36.148.235\";a:1:{i:8;i:1749555513;}s:13:\"54.36.148.211\";a:1:{i:6;i:1749563664;}s:13:\"54.36.148.132\";a:1:{i:8;i:1749559303;}s:12:\"54.36.148.32\";a:1:{i:13;i:1749563591;}s:13:\"54.36.148.202\";a:1:{i:7;i:1749562951;}s:11:\"54.36.149.6\";a:1:{i:12;i:1749564252;}s:13:\"54.36.148.232\";a:1:{i:11;i:1749562545;}s:13:\"54.36.148.145\";a:1:{i:12;i:1749563217;}s:12:\"54.36.149.94\";a:1:{i:8;i:1749560767;}s:12:\"54.36.148.99\";a:1:{i:7;i:1749559055;}s:12:\"54.36.148.96\";a:1:{i:9;i:1749564813;}s:13:\"54.36.148.194\";a:1:{i:9;i:1749564050;}s:12:\"54.36.148.81\";a:1:{i:10;i:1749563487;}s:12:\"54.36.148.10\";a:1:{i:10;i:1749564703;}s:12:\"54.36.149.93\";a:1:{i:7;i:1749557014;}s:13:\"54.36.148.245\";a:1:{i:8;i:1749561730;}s:12:\"54.36.148.40\";a:1:{i:6;i:1749560524;}s:13:\"54.36.148.154\";a:1:{i:10;i:1749563421;}s:13:\"54.36.148.165\";a:1:{i:8;i:1749561690;}s:12:\"54.36.149.74\";a:1:{i:10;i:1749562286;}s:11:\"54.36.149.7\";a:1:{i:7;i:1749564129;}s:13:\"54.36.148.128\";a:1:{i:12;i:1749564502;}s:12:\"54.36.149.16\";a:1:{i:7;i:1749561648;}s:13:\"54.36.148.127\";a:1:{i:9;i:1749560602;}s:12:\"54.36.148.65\";a:1:{i:9;i:1749563981;}s:13:\"54.36.148.158\";a:1:{i:14;i:1749563369;}s:12:\"54.36.149.80\";a:1:{i:8;i:1749564834;}s:12:\"54.36.148.29\";a:1:{i:5;i:1749558220;}s:13:\"54.36.148.234\";a:1:{i:12;i:1749563444;}s:12:\"54.36.148.92\";a:1:{i:10;i:1749563029;}s:12:\"54.36.149.86\";a:1:{i:9;i:1749558565;}s:13:\"54.36.148.138\";a:1:{i:13;i:1749565220;}s:13:\"54.36.148.149\";a:1:{i:13;i:1749560631;}s:13:\"54.36.148.208\";a:1:{i:9;i:1749563477;}s:11:\"54.36.148.9\";a:1:{i:6;i:1749562427;}s:12:\"54.36.149.64\";a:1:{i:6;i:1749557704;}s:11:\"54.36.148.0\";a:1:{i:16;i:1749564230;}s:13:\"54.36.148.218\";a:1:{i:7;i:1749556429;}s:12:\"54.36.149.35\";a:1:{i:4;i:1749560695;}s:12:\"54.36.148.66\";a:1:{i:13;i:1749563410;}s:12:\"54.36.148.83\";a:1:{i:7;i:1749563348;}s:12:\"54.36.148.55\";a:1:{i:9;i:1749559706;}s:12:\"54.36.149.52\";a:1:{i:5;i:1749561158;}s:12:\"54.36.149.85\";a:1:{i:6;i:1749562453;}s:14:\"77.130.249.229\";a:1:{i:5;i:1748325284;}s:13:\"54.36.148.229\";a:1:{i:8;i:1749564304;}s:12:\"54.36.148.31\";a:1:{i:8;i:1749560660;}s:13:\"54.36.148.230\";a:1:{i:12;i:1749562587;}s:12:\"54.36.148.91\";a:1:{i:11;i:1749562109;}s:13:\"54.36.148.246\";a:1:{i:11;i:1749564318;}s:12:\"54.36.149.29\";a:1:{i:4;i:1749562808;}s:12:\"54.36.148.74\";a:1:{i:6;i:1749555677;}s:12:\"54.36.149.91\";a:1:{i:9;i:1749563362;}s:13:\"54.36.148.214\";a:1:{i:7;i:1749561439;}s:13:\"54.36.148.216\";a:1:{i:12;i:1749561893;}s:12:\"54.36.148.12\";a:1:{i:5;i:1749563357;}s:11:\"54.36.149.9\";a:1:{i:10;i:1749564058;}s:11:\"54.36.149.3\";a:1:{i:9;i:1749561554;}s:13:\"54.36.148.197\";a:1:{i:7;i:1749557101;}s:13:\"54.36.148.121\";a:1:{i:5;i:1749554661;}s:14:\"52.167.144.214\";a:1:{i:13;i:1751728664;}s:12:\"54.36.149.81\";a:1:{i:11;i:1749565146;}s:13:\"54.36.148.150\";a:1:{i:4;i:1749559830;}s:12:\"54.36.148.13\";a:1:{i:11;i:1749562140;}s:13:\"54.36.148.199\";a:1:{i:8;i:1749563467;}s:13:\"54.36.148.178\";a:1:{i:10;i:1749558139;}s:13:\"54.36.148.184\";a:1:{i:7;i:1749564098;}s:13:\"54.36.148.225\";a:1:{i:11;i:1749562703;}s:13:\"54.36.148.123\";a:1:{i:14;i:1749564171;}s:12:\"54.36.148.86\";a:1:{i:6;i:1749563997;}s:12:\"54.36.148.16\";a:1:{i:12;i:1749563522;}s:13:\"54.36.148.255\";a:1:{i:12;i:1749565121;}s:12:\"54.36.148.72\";a:1:{i:9;i:1749562127;}s:13:\"54.36.148.135\";a:1:{i:3;i:1749562798;}s:12:\"54.36.149.98\";a:1:{i:2;i:1748435473;}s:12:\"54.36.148.80\";a:1:{i:11;i:1749564892;}s:12:\"54.36.148.22\";a:1:{i:14;i:1749564730;}s:12:\"54.36.149.66\";a:1:{i:7;i:1749564260;}s:13:\"54.36.148.179\";a:1:{i:10;i:1749563794;}s:13:\"54.36.148.240\";a:1:{i:5;i:1749557348;}s:13:\"54.36.148.236\";a:1:{i:13;i:1749564953;}s:13:\"54.36.148.252\";a:1:{i:11;i:1749563758;}s:12:\"54.36.149.49\";a:1:{i:6;i:1749554996;}s:12:\"54.36.148.61\";a:1:{i:7;i:1749554051;}s:12:\"54.36.149.33\";a:1:{i:7;i:1749561380;}s:12:\"54.36.148.97\";a:1:{i:6;i:1749561310;}s:12:\"54.36.148.70\";a:1:{i:16;i:1749564657;}s:13:\"54.36.148.196\";a:1:{i:4;i:1749554122;}s:13:\"54.36.148.205\";a:1:{i:6;i:1749564294;}s:12:\"54.36.148.52\";a:1:{i:7;i:1749564668;}s:12:\"54.36.149.76\";a:1:{i:11;i:1749564555;}s:12:\"54.36.148.15\";a:1:{i:13;i:1749565058;}s:13:\"54.36.148.151\";a:1:{i:12;i:1749561353;}s:13:\"54.36.148.126\";a:1:{i:10;i:1749558305;}s:12:\"54.36.148.35\";a:1:{i:12;i:1749564867;}s:13:\"54.36.148.228\";a:1:{i:9;i:1749561715;}s:13:\"54.36.149.105\";a:1:{i:7;i:1749561169;}s:13:\"54.36.148.242\";a:1:{i:10;i:1749564920;}s:11:\"54.36.149.0\";a:1:{i:12;i:1749563765;}s:13:\"54.36.148.102\";a:1:{i:5;i:1749564109;}s:12:\"54.36.149.27\";a:1:{i:7;i:1749561095;}s:12:\"54.36.148.93\";a:1:{i:7;i:1749563723;}s:13:\"54.36.148.161\";a:1:{i:8;i:1749563302;}s:13:\"54.36.148.251\";a:1:{i:8;i:1749563063;}s:12:\"54.36.149.47\";a:1:{i:7;i:1749564520;}s:11:\"54.36.148.8\";a:1:{i:20;i:1749563637;}s:13:\"54.36.148.105\";a:1:{i:5;i:1749560879;}s:13:\"54.36.148.168\";a:1:{i:7;i:1749557140;}s:12:\"54.36.149.54\";a:1:{i:2;i:1748477206;}s:11:\"54.36.148.2\";a:1:{i:11;i:1749561603;}s:12:\"54.36.149.63\";a:1:{i:9;i:1749563681;}s:12:\"54.36.149.69\";a:1:{i:9;i:1749553274;}s:13:\"54.36.148.207\";a:1:{i:10;i:1749561642;}s:13:\"54.36.148.227\";a:1:{i:10;i:1749563537;}s:12:\"54.36.148.82\";a:1:{i:11;i:1749561782;}s:12:\"54.36.148.87\";a:1:{i:10;i:1749562096;}s:12:\"54.36.149.51\";a:1:{i:11;i:1749562393;}s:13:\"54.36.148.113\";a:1:{i:8;i:1749565092;}s:13:\"54.36.148.244\";a:1:{i:7;i:1749561596;}s:12:\"54.36.149.37\";a:1:{i:8;i:1749564435;}s:13:\"54.36.148.250\";a:1:{i:9;i:1749563651;}s:12:\"54.36.149.22\";a:1:{i:11;i:1749563645;}s:13:\"54.36.148.215\";a:1:{i:7;i:1749564422;}s:12:\"54.36.148.24\";a:1:{i:16;i:1749563822;}s:13:\"54.36.149.104\";a:1:{i:8;i:1749561325;}s:13:\"54.36.148.190\";a:1:{i:6;i:1749561836;}s:13:\"54.36.148.148\";a:1:{i:7;i:1749564144;}s:13:\"54.36.148.249\";a:1:{i:9;i:1749563578;}s:13:\"54.36.148.144\";a:1:{i:8;i:1749558397;}s:12:\"54.36.148.57\";a:1:{i:6;i:1749560990;}s:13:\"54.36.148.162\";a:1:{i:8;i:1749563657;}s:12:\"54.36.148.58\";a:1:{i:11;i:1749563992;}s:13:\"54.36.148.253\";a:1:{i:5;i:1749562485;}s:13:\"54.36.149.103\";a:1:{i:10;i:1749558506;}s:13:\"54.36.148.173\";a:1:{i:9;i:1749562276;}s:13:\"54.36.148.192\";a:1:{i:7;i:1749564118;}s:12:\"54.36.149.58\";a:1:{i:12;i:1749564150;}s:12:\"54.36.148.47\";a:1:{i:3;i:1749563235;}s:13:\"54.36.148.163\";a:1:{i:14;i:1749563841;}s:13:\"54.36.148.185\";a:1:{i:3;i:1749558722;}s:11:\"54.36.149.8\";a:1:{i:10;i:1749563045;}s:12:\"54.36.149.19\";a:1:{i:9;i:1749564846;}s:12:\"54.36.148.19\";a:1:{i:8;i:1749560984;}s:12:\"54.36.148.25\";a:1:{i:10;i:1749562739;}s:13:\"54.36.148.124\";a:1:{i:8;i:1749557896;}s:12:\"54.36.148.48\";a:1:{i:6;i:1749560348;}s:13:\"54.36.148.136\";a:1:{i:9;i:1749554808;}s:13:\"54.36.148.186\";a:1:{i:9;i:1749560308;}s:12:\"54.36.148.98\";a:1:{i:10;i:1749564470;}s:12:\"54.36.148.90\";a:1:{i:9;i:1749564822;}s:13:\"54.36.148.100\";a:1:{i:9;i:1749559482;}s:12:\"54.36.148.41\";a:1:{i:9;i:1749562147;}s:12:\"54.36.149.55\";a:1:{i:12;i:1749559418;}s:12:\"54.36.149.42\";a:1:{i:9;i:1749564186;}s:13:\"54.36.148.156\";a:1:{i:8;i:1749560440;}s:13:\"54.36.148.212\";a:1:{i:7;i:1749564964;}s:12:\"54.36.149.96\";a:1:{i:8;i:1749558466;}s:12:\"54.36.148.20\";a:1:{i:7;i:1749561759;}s:13:\"54.36.148.134\";a:1:{i:12;i:1749561177;}s:12:\"77.131.3.214\";a:1:{i:1;i:1748328992;}s:13:\"54.36.148.204\";a:1:{i:5;i:1749564541;}s:12:\"54.36.149.78\";a:1:{i:7;i:1749556552;}s:12:\"54.36.148.94\";a:1:{i:6;i:1749562750;}s:12:\"54.36.148.73\";a:1:{i:8;i:1749549504;}s:11:\"54.36.149.1\";a:1:{i:9;i:1749562503;}s:12:\"54.36.149.18\";a:1:{i:5;i:1749551658;}s:13:\"54.36.148.198\";a:1:{i:8;i:1749559348;}s:13:\"54.36.148.120\";a:1:{i:15;i:1749564749;}s:13:\"54.36.148.177\";a:1:{i:11;i:1749560731;}s:13:\"54.36.148.106\";a:1:{i:3;i:1749563227;}s:13:\"54.36.148.203\";a:1:{i:10;i:1749562405;}s:13:\"54.36.149.102\";a:1:{i:9;i:1749561902;}s:13:\"54.36.148.248\";a:1:{i:6;i:1749554668;}s:12:\"54.36.148.75\";a:1:{i:5;i:1749561089;}s:12:\"54.36.149.30\";a:1:{i:5;i:1749561988;}s:13:\"54.36.148.231\";a:1:{i:8;i:1749564940;}s:12:\"54.36.148.23\";a:1:{i:11;i:1749564981;}s:12:\"54.36.148.63\";a:1:{i:10;i:1749563698;}s:13:\"54.36.148.166\";a:1:{i:10;i:1749561752;}s:13:\"54.36.148.219\";a:1:{i:9;i:1749565070;}s:12:\"54.36.149.92\";a:1:{i:7;i:1749563782;}s:12:\"54.36.149.70\";a:1:{i:6;i:1749564722;}s:13:\"54.36.148.243\";a:1:{i:4;i:1748481039;}s:13:\"54.36.148.103\";a:1:{i:9;i:1749564876;}s:12:\"54.36.149.25\";a:1:{i:10;i:1749563175;}s:13:\"54.36.148.122\";a:1:{i:8;i:1749561515;}s:11:\"54.36.149.4\";a:1:{i:10;i:1749563295;}s:12:\"54.36.149.88\";a:1:{i:8;i:1749561843;}s:12:\"54.36.148.54\";a:1:{i:10;i:1749565000;}s:12:\"54.36.148.42\";a:1:{i:10;i:1749559532;}s:12:\"54.36.148.79\";a:1:{i:7;i:1749561184;}s:13:\"54.36.148.170\";a:1:{i:10;i:1749560289;}s:13:\"80.13.251.133\";a:2:{i:3;i:1748435468;i:4;i:1748435472;}s:14:\"52.167.144.164\";a:1:{i:1;i:1748414539;}s:14:\"52.167.144.182\";a:1:{i:5;i:1750071105;}s:11:\"3.1.232.118\";a:1:{i:0;i:1748331363;}s:12:\"83.99.151.67\";a:1:{i:2;i:1749525024;}s:13:\"54.36.148.142\";a:1:{i:4;i:1749562416;}s:12:\"83.99.151.70\";a:1:{i:0;i:1748333243;}s:12:\"207.46.13.31\";a:1:{i:20;i:1750762226;}s:11:\"157.55.39.7\";a:1:{i:5;i:1751201877;}s:12:\"40.77.167.30\";a:1:{i:14;i:1751092505;}s:12:\"13.228.74.91\";a:1:{i:0;i:1748342824;}s:11:\"52.169.77.8\";a:4:{i:24;i:1748449758;i:25;i:1748449759;i:26;i:1748449761;i:27;i:1748449762;}s:14:\"52.167.144.190\";a:1:{i:4;i:1749222631;}s:12:\"40.77.167.37\";a:1:{i:10;i:1751300048;}s:14:\"52.167.144.209\";a:1:{i:15;i:1750991382;}s:14:\"52.178.199.104\";a:5:{i:66;i:1748698667;i:67;i:1748698668;i:68;i:1748698669;i:69;i:1748698670;i:70;i:1748698671;}s:12:\"40.77.167.58\";a:1:{i:8;i:1750491003;}s:14:\"161.35.128.144\";a:1:{i:0;i:1748347688;}s:13:\"74.208.58.110\";a:1:{i:0;i:1748347689;}s:13:\"54.36.149.106\";a:1:{i:8;i:1749554075;}s:12:\"157.55.39.60\";a:1:{i:14;i:1751230522;}s:14:\"52.167.144.215\";a:1:{i:12;i:1750557068;}s:12:\"92.141.83.32\";a:1:{i:0;i:1748355611;}s:13:\"52.167.144.16\";a:1:{i:22;i:1751452038;}s:11:\"2.12.248.27\";a:1:{i:1;i:1748361477;}s:13:\"35.223.90.142\";a:3:{i:33;i:1748475317;i:34;i:1748475319;i:35;i:1748475321;}s:12:\"157.55.39.63\";a:1:{i:5;i:1751217051;}s:13:\"212.11.64.124\";a:1:{i:7;i:1749303927;}s:12:\"54.36.149.24\";a:1:{i:8;i:1749562333;}s:12:\"54.36.149.31\";a:1:{i:5;i:1749559125;}s:12:\"54.36.149.14\";a:1:{i:8;i:1749563096;}s:12:\"54.36.149.68\";a:1:{i:3;i:1749554062;}s:13:\"54.36.148.224\";a:1:{i:14;i:1749562030;}s:12:\"54.36.149.60\";a:1:{i:11;i:1749564352;}s:13:\"54.36.148.213\";a:1:{i:15;i:1749562986;}s:13:\"54.36.148.104\";a:1:{i:6;i:1749554978;}s:12:\"54.36.149.83\";a:1:{i:7;i:1749565234;}s:13:\"54.36.148.191\";a:1:{i:10;i:1749562653;}s:13:\"54.36.148.109\";a:1:{i:6;i:1749562765;}s:13:\"54.36.148.195\";a:1:{i:5;i:1749565169;}s:12:\"54.36.148.30\";a:1:{i:13;i:1749563120;}s:13:\"54.36.148.143\";a:1:{i:8;i:1749561736;}s:12:\"54.36.149.61\";a:1:{i:11;i:1749563053;}s:12:\"54.36.149.77\";a:1:{i:7;i:1749560135;}s:12:\"54.36.149.41\";a:1:{i:10;i:1749564511;}s:11:\"54.36.148.3\";a:1:{i:11;i:1749559167;}s:12:\"54.36.148.49\";a:1:{i:6;i:1749557551;}s:13:\"54.36.149.101\";a:1:{i:9;i:1749562529;}s:13:\"54.36.148.254\";a:1:{i:6;i:1749559987;}s:12:\"54.36.148.44\";a:1:{i:10;i:1749562576;}s:13:\"54.36.148.117\";a:1:{i:4;i:1749562611;}s:12:\"54.36.148.95\";a:1:{i:8;i:1749558333;}s:12:\"54.36.149.65\";a:1:{i:6;i:1749558617;}s:12:\"40.77.167.42\";a:1:{i:20;i:1751486526;}s:13:\"95.108.213.83\";a:1:{i:1;i:1749440441;}s:14:\"213.180.203.67\";a:1:{i:1;i:1748662688;}s:14:\"95.108.213.155\";a:1:{i:0;i:1748370185;}s:14:\"80.215.199.158\";a:1:{i:1;i:1748373148;}s:14:\"176.168.52.251\";a:1:{i:0;i:1748373493;}s:14:\"52.169.234.123\";a:3:{i:25;i:1748485157;i:26;i:1748485159;i:27;i:1748485161;}s:14:\"196.251.87.127\";a:1:{i:1;i:1748546058;}s:13:\"83.193.168.94\";a:1:{i:0;i:1748375887;}s:15:\"166.108.193.173\";a:1:{i:0;i:1748376780;}s:13:\"157.55.39.192\";a:1:{i:11;i:1750495901;}s:12:\"40.77.167.53\";a:1:{i:21;i:1751333237;}s:12:\"40.77.167.51\";a:1:{i:7;i:1750599357;}s:13:\"52.169.195.44\";a:3:{i:25;i:1748414646;i:26;i:1748414647;i:27;i:1748414649;}s:13:\"54.36.148.220\";a:1:{i:4;i:1749560099;}s:14:\"52.167.144.233\";a:1:{i:9;i:1750249442;}s:13:\"40.77.167.121\";a:1:{i:15;i:1751407472;}s:12:\"45.148.10.80\";a:1:{i:0;i:1748397708;}s:12:\"45.38.44.252\";a:4:{i:0;i:1748398257;i:1;i:1748398258;i:2;i:1748398259;i:3;i:1748398260;}s:11:\"43.173.1.57\";a:1:{i:0;i:1748401352;}s:13:\"167.160.72.63\";a:2:{i:0;i:1748401606;i:1;i:1748401608;}s:12:\"40.77.167.54\";a:1:{i:6;i:1749600518;}s:12:\"40.77.167.70\";a:1:{i:25;i:1751432767;}s:15:\"212.194.203.208\";a:1:{i:0;i:1748405163;}s:14:\"52.167.144.146\";a:1:{i:8;i:1751388868;}s:12:\"207.46.13.17\";a:1:{i:12;i:1750880187;}s:13:\"18.143.56.174\";a:1:{i:0;i:1748414173;}s:12:\"54.36.148.45\";a:1:{i:10;i:1749565247;}s:14:\"52.167.144.181\";a:1:{i:12;i:1751415165;}s:14:\"52.167.144.211\";a:1:{i:8;i:1750346643;}s:12:\"40.77.167.47\";a:1:{i:19;i:1751335417;}s:14:\"176.170.153.23\";a:1:{i:0;i:1748422019;}s:14:\"52.167.144.238\";a:1:{i:14;i:1751438817;}s:12:\"157.55.39.12\";a:1:{i:16;i:1751126350;}s:12:\"157.55.39.11\";a:1:{i:24;i:1751136778;}s:14:\"52.167.144.139\";a:1:{i:8;i:1749647614;}s:13:\"18.141.136.97\";a:1:{i:0;i:1748425377;}s:13:\"40.77.167.159\";a:1:{i:9;i:1749589301;}s:13:\"54.36.148.110\";a:1:{i:4;i:1749561562;}s:12:\"154.72.27.50\";a:2:{i:4;i:1748428266;i:5;i:1748428269;}s:12:\"54.36.148.43\";a:1:{i:7;i:1749561683;}s:12:\"54.36.148.17\";a:1:{i:6;i:1749562731;}s:13:\"54.36.148.115\";a:1:{i:4;i:1749556224;}s:13:\"54.36.148.237\";a:1:{i:9;i:1749563606;}s:12:\"54.36.149.17\";a:1:{i:7;i:1749564028;}s:12:\"54.36.149.34\";a:1:{i:4;i:1749561333;}s:13:\"54.36.148.152\";a:1:{i:11;i:1749560857;}s:13:\"54.36.148.172\";a:1:{i:8;i:1749554830;}s:13:\"54.36.148.221\";a:1:{i:12;i:1749564428;}s:13:\"54.36.148.200\";a:1:{i:3;i:1749553627;}s:12:\"54.36.148.56\";a:1:{i:7;i:1749565292;}s:12:\"54.36.149.50\";a:1:{i:6;i:1749554614;}s:12:\"54.36.149.13\";a:1:{i:9;i:1749564852;}s:12:\"54.36.149.26\";a:1:{i:8;i:1749564212;}s:12:\"54.36.148.88\";a:1:{i:7;i:1749562073;}s:11:\"54.36.148.4\";a:1:{i:13;i:1749563454;}s:12:\"54.36.148.27\";a:1:{i:4;i:1749563549;}s:13:\"54.36.148.180\";a:1:{i:8;i:1749559334;}s:12:\"54.36.148.36\";a:1:{i:12;i:1749563559;}s:13:\"54.36.148.247\";a:1:{i:10;i:1749565161;}s:13:\"54.36.148.167\";a:1:{i:3;i:1749560964;}s:12:\"54.36.148.60\";a:1:{i:8;i:1749564492;}s:13:\"54.36.148.141\";a:1:{i:4;i:1749563944;}s:12:\"54.36.149.75\";a:1:{i:10;i:1749564415;}s:12:\"54.36.149.44\";a:1:{i:11;i:1749564372;}s:13:\"54.36.148.175\";a:1:{i:10;i:1749564805;}s:12:\"54.36.148.69\";a:1:{i:10;i:1749563530;}s:13:\"54.36.148.155\";a:1:{i:6;i:1749559822;}s:12:\"54.36.149.82\";a:1:{i:2;i:1749565274;}s:11:\"54.36.148.5\";a:1:{i:14;i:1749563324;}s:12:\"54.36.149.73\";a:1:{i:7;i:1749561937;}s:13:\"54.36.148.112\";a:1:{i:9;i:1749558902;}s:11:\"54.36.149.5\";a:1:{i:12;i:1749564449;}s:12:\"54.36.149.84\";a:1:{i:5;i:1749559046;}s:13:\"54.36.148.182\";a:1:{i:8;i:1749564459;}s:12:\"66.249.66.65\";a:1:{i:299;i:1749035735;}s:13:\"54.36.148.193\";a:1:{i:7;i:1749563970;}s:12:\"54.36.148.46\";a:1:{i:6;i:1749563011;}s:13:\"54.36.148.108\";a:1:{i:7;i:1749560342;}s:12:\"54.36.148.71\";a:1:{i:9;i:1749565153;}s:12:\"54.36.149.40\";a:1:{i:3;i:1749565116;}s:12:\"54.36.149.57\";a:1:{i:4;i:1749560830;}s:13:\"66.249.66.193\";a:2:{i:537;i:1748946025;i:538;i:1748946026;}s:12:\"54.36.148.89\";a:1:{i:7;i:1749559666;}s:12:\"54.36.148.62\";a:1:{i:5;i:1749565187;}s:12:\"54.36.148.84\";a:1:{i:6;i:1749556303;}s:13:\"54.36.148.176\";a:1:{i:7;i:1749562940;}s:12:\"54.36.149.89\";a:1:{i:6;i:1749560008;}s:12:\"54.36.148.85\";a:1:{i:7;i:1749564271;}s:13:\"54.36.148.233\";a:1:{i:6;i:1748477056;}s:13:\"66.249.66.161\";a:1:{i:309;i:1749024859;}s:11:\"40.77.167.5\";a:1:{i:11;i:1751510485;}s:13:\"54.36.148.114\";a:1:{i:11;i:1749565011;}s:12:\"54.36.149.12\";a:1:{i:4;i:1749562845;}s:13:\"54.36.148.101\";a:1:{i:11;i:1749562926;}s:12:\"54.36.149.99\";a:1:{i:4;i:1749560637;}s:11:\"54.36.148.6\";a:1:{i:7;i:1749564604;}s:12:\"54.36.149.10\";a:1:{i:7;i:1749559736;}s:12:\"54.36.149.20\";a:1:{i:7;i:1749561505;}s:12:\"54.36.148.26\";a:1:{i:11;i:1749559364;}s:13:\"54.36.148.171\";a:1:{i:2;i:1749553249;}s:12:\"54.36.149.48\";a:1:{i:12;i:1749560793;}s:12:\"54.36.149.56\";a:1:{i:7;i:1749555675;}s:12:\"54.36.148.77\";a:1:{i:6;i:1749558390;}s:13:\"54.36.148.188\";a:1:{i:3;i:1749550662;}s:12:\"54.36.148.38\";a:1:{i:8;i:1749563888;}s:13:\"54.36.148.209\";a:1:{i:10;i:1749564088;}s:13:\"54.36.148.210\";a:1:{i:9;i:1749563192;}s:12:\"54.36.148.68\";a:1:{i:9;i:1749564483;}s:13:\"54.36.148.183\";a:1:{i:11;i:1749559808;}s:12:\"54.36.148.51\";a:1:{i:8;i:1749562816;}s:12:\"54.36.149.62\";a:1:{i:7;i:1749563314;}s:13:\"54.36.148.222\";a:1:{i:5;i:1749563957;}s:13:\"54.36.148.146\";a:1:{i:9;i:1749562758;}s:13:\"54.36.148.159\";a:1:{i:12;i:1749560316;}s:13:\"54.36.148.223\";a:1:{i:11;i:1749564907;}s:12:\"54.36.149.90\";a:1:{i:4;i:1749560724;}s:14:\"176.159.21.147\";a:1:{i:4;i:1748434457;}s:12:\"54.36.149.59\";a:1:{i:4;i:1749565200;}s:12:\"54.36.149.32\";a:1:{i:7;i:1749553511;}s:11:\"54.36.149.2\";a:1:{i:9;i:1749558374;}s:12:\"54.36.148.78\";a:1:{i:8;i:1749563070;}s:13:\"54.36.148.239\";a:1:{i:6;i:1749556821;}s:12:\"54.36.148.14\";a:1:{i:6;i:1749562304;}s:12:\"54.36.149.11\";a:1:{i:5;i:1749563872;}s:12:\"54.36.149.71\";a:1:{i:5;i:1749561692;}s:12:\"54.36.149.23\";a:1:{i:3;i:1749562787;}s:12:\"40.77.167.22\";a:1:{i:23;i:1751259806;}s:12:\"54.36.149.15\";a:1:{i:8;i:1749563669;}s:13:\"54.36.148.160\";a:1:{i:5;i:1749561811;}s:12:\"54.36.148.67\";a:1:{i:5;i:1749559973;}s:12:\"54.36.148.59\";a:1:{i:5;i:1749559625;}s:13:\"54.36.148.147\";a:1:{i:5;i:1749556728;}s:13:\"54.36.148.181\";a:1:{i:3;i:1749562265;}s:12:\"54.36.148.50\";a:1:{i:5;i:1749562365;}s:13:\"54.36.148.217\";a:1:{i:13;i:1749561026;}s:12:\"54.36.149.95\";a:1:{i:4;i:1749562209;}s:13:\"54.36.148.137\";a:1:{i:7;i:1749562250;}s:12:\"54.36.149.46\";a:1:{i:7;i:1749559564;}s:12:\"54.36.149.53\";a:1:{i:5;i:1749562725;}s:12:\"54.36.148.53\";a:1:{i:6;i:1749564394;}s:13:\"54.36.148.241\";a:1:{i:9;i:1749564642;}s:13:\"54.36.148.157\";a:1:{i:6;i:1749563511;}s:12:\"54.36.149.97\";a:1:{i:6;i:1749561265;}s:11:\"66.249.66.2\";a:1:{i:273;i:1749028204;}s:13:\"54.36.148.119\";a:1:{i:6;i:1749561619;}s:12:\"54.36.148.11\";a:1:{i:3;i:1749561374;}s:13:\"54.36.149.107\";a:1:{i:4;i:1749562090;}s:14:\"52.167.144.212\";a:1:{i:21;i:1751302184;}s:13:\"54.36.149.100\";a:1:{i:3;i:1749560016;}s:13:\"54.36.148.206\";a:1:{i:7;i:1749562745;}s:13:\"40.77.167.158\";a:1:{i:4;i:1750101846;}s:12:\"3.145.42.161\";a:1:{i:1;i:1748509922;}s:13:\"196.251.87.23\";a:1:{i:1;i:1751415506;}s:12:\"66.249.66.39\";a:1:{i:279;i:1749033410;}s:12:\"66.249.66.13\";a:1:{i:0;i:1748443793;}s:12:\"34.73.223.41\";a:1:{i:19;i:1748445136;}s:11:\"37.66.0.228\";a:1:{i:0;i:1748445927;}s:12:\"45.157.54.23\";a:1:{i:2;i:1750715419;}s:12:\"86.216.1.140\";a:1:{i:0;i:1748447863;}s:13:\"34.73.159.104\";a:1:{i:0;i:1748449500;}s:13:\"157.55.39.194\";a:1:{i:11;i:1751181274;}s:12:\"40.77.167.25\";a:1:{i:6;i:1750309144;}s:12:\"207.46.13.64\";a:1:{i:22;i:1750909602;}s:15:\"168.138.184.218\";a:1:{i:10;i:1748455601;}s:13:\"40.77.167.247\";a:1:{i:14;i:1750983432;}s:11:\"90.25.6.125\";a:1:{i:0;i:1748458681;}s:12:\"207.46.13.52\";a:1:{i:22;i:1751122895;}s:14:\"213.180.203.25\";a:1:{i:0;i:1748460678;}s:14:\"34.169.186.193\";a:4:{i:5;i:1748462843;i:6;i:1748462844;i:7;i:1748462845;i:8;i:1748462847;}s:14:\"91.171.147.150\";a:1:{i:0;i:1748463974;}s:12:\"88.160.88.62\";a:1:{i:0;i:1748466156;}s:12:\"40.77.167.64\";a:1:{i:13;i:1751752137;}s:13:\"40.77.167.241\";a:1:{i:11;i:1750518747;}s:12:\"54.36.149.39\";a:1:{i:7;i:1749562710;}s:11:\"54.36.148.7\";a:1:{i:2;i:1749559686;}s:12:\"54.36.149.87\";a:1:{i:3;i:1749563429;}s:12:\"54.36.149.67\";a:1:{i:2;i:1749563811;}s:12:\"54.36.149.72\";a:1:{i:4;i:1749564588;}s:13:\"54.36.148.125\";a:1:{i:11;i:1749562635;}s:13:\"54.36.148.140\";a:1:{i:6;i:1749565027;}s:12:\"54.36.149.21\";a:1:{i:6;i:1749565039;}s:13:\"54.36.148.238\";a:1:{i:6;i:1749564614;}s:13:\"54.36.148.201\";a:1:{i:10;i:1749564081;}s:12:\"157.55.39.48\";a:1:{i:1;i:1749186707;}s:12:\"54.36.148.64\";a:1:{i:3;i:1749563276;}s:12:\"40.77.167.72\";a:1:{i:2;i:1748940035;}s:12:\"40.77.167.23\";a:1:{i:30;i:1751544585;}s:12:\"40.77.167.18\";a:1:{i:1;i:1748886436;}s:14:\"208.109.33.158\";a:1:{i:0;i:1748495698;}s:12:\"207.46.13.54\";a:1:{i:6;i:1751110448;}s:14:\"174.138.28.176\";a:1:{i:0;i:1748496378;}s:12:\"54.36.148.34\";a:1:{i:5;i:1749564766;}s:12:\"54.36.149.28\";a:1:{i:6;i:1749561138;}s:12:\"40.77.167.15\";a:1:{i:5;i:1750202192;}s:12:\"40.77.167.65\";a:1:{i:9;i:1751331880;}s:12:\"81.167.26.57\";a:2:{i:2;i:1750695688;i:3;i:1750695690;}s:12:\"40.77.167.20\";a:1:{i:12;i:1751376372;}s:13:\"52.167.144.21\";a:1:{i:9;i:1751433353;}s:12:\"157.55.39.62\";a:1:{i:10;i:1749130640;}s:13:\"85.171.157.39\";a:2:{i:4;i:1748510962;i:5;i:1748510966;}s:14:\"114.119.159.16\";a:1:{i:1;i:1750325452;}s:14:\"52.167.144.197\";a:1:{i:21;i:1751775622;}s:12:\"90.40.65.134\";a:1:{i:0;i:1748515378;}s:13:\"207.46.13.150\";a:1:{i:10;i:1749824580;}s:12:\"40.77.167.28\";a:1:{i:8;i:1751404596;}s:14:\"52.167.144.199\";a:1:{i:15;i:1751455402;}s:12:\"37.67.92.149\";a:1:{i:1;i:1748518540;}s:13:\"52.167.144.17\";a:1:{i:3;i:1750859606;}s:13:\"23.137.105.26\";a:1:{i:9;i:1749780640;}s:14:\"188.239.15.137\";a:1:{i:0;i:1748525743;}s:12:\"157.55.39.58\";a:1:{i:19;i:1751150845;}s:14:\"52.167.144.191\";a:1:{i:15;i:1751466806;}s:13:\"207.46.13.155\";a:1:{i:25;i:1751225375;}s:12:\"157.55.39.56\";a:1:{i:7;i:1750260712;}s:13:\"157.55.39.200\";a:1:{i:7;i:1749801269;}s:14:\"52.167.144.189\";a:1:{i:5;i:1751402954;}s:13:\"157.230.43.50\";a:1:{i:1;i:1750062599;}s:12:\"40.77.167.24\";a:1:{i:1;i:1748578841;}s:11:\"157.55.39.6\";a:1:{i:1;i:1749081582;}s:12:\"34.134.13.34\";a:3:{i:6;i:1748535248;i:7;i:1748535250;i:8;i:1748535252;}s:13:\"51.68.107.146\";a:1:{i:0;i:1748536252;}s:11:\"40.77.167.9\";a:1:{i:4;i:1750052545;}s:12:\"167.86.68.31\";a:2:{i:9;i:1749170642;i:10;i:1749170645;}s:14:\"52.167.144.195\";a:1:{i:6;i:1750317066;}s:15:\"194.145.227.125\";a:1:{i:2;i:1748809653;}s:14:\"196.251.84.251\";a:1:{i:21;i:1749601942;}s:11:\"64.23.139.4\";a:1:{i:5;i:1749414523;}s:13:\"52.169.211.92\";a:3:{i:1;i:1748551417;i:2;i:1748551419;i:3;i:1748551421;}s:11:\"40.77.167.3\";a:1:{i:7;i:1751711745;}s:13:\"207.46.13.153\";a:1:{i:16;i:1750894980;}s:12:\"40.77.167.11\";a:1:{i:11;i:1751357620;}s:14:\"172.225.44.197\";a:2:{i:0;i:1748557669;i:1;i:1748557670;}s:13:\"207.46.13.127\";a:1:{i:25;i:1751071335;}s:14:\"52.167.144.150\";a:1:{i:9;i:1751346191;}s:15:\"129.153.223.252\";a:1:{i:2;i:1749685173;}s:14:\"52.167.144.188\";a:1:{i:24;i:1751485691;}s:13:\"66.249.76.129\";a:1:{i:43;i:1750886029;}s:14:\"104.198.111.57\";a:4:{i:5;i:1748560973;i:6;i:1748560974;i:7;i:1748560976;i:8;i:1748560977;}s:13:\"207.46.13.102\";a:1:{i:9;i:1751213516;}s:14:\"52.167.144.232\";a:1:{i:12;i:1751490849;}s:14:\"52.167.144.166\";a:1:{i:12;i:1751469084;}s:12:\"157.55.39.16\";a:1:{i:7;i:1749775824;}s:15:\"207.180.215.210\";a:4:{i:0;i:1748570182;i:1;i:1748570183;i:2;i:1748570185;i:3;i:1748570186;}s:14:\"87.250.224.236\";a:1:{i:0;i:1748574678;}s:12:\"40.77.167.74\";a:1:{i:12;i:1750226224;}s:11:\"40.77.167.6\";a:1:{i:6;i:1751009269;}s:12:\"157.55.39.14\";a:1:{i:5;i:1749794526;}s:14:\"52.167.144.136\";a:1:{i:8;i:1750502852;}s:13:\"52.167.144.19\";a:1:{i:17;i:1751328727;}s:14:\"52.167.144.235\";a:1:{i:10;i:1750393736;}s:14:\"80.215.202.180\";a:1:{i:0;i:1748584618;}s:13:\"52.167.144.24\";a:1:{i:22;i:1751463325;}s:12:\"40.77.167.67\";a:1:{i:19;i:1751459069;}s:13:\"40.77.167.155\";a:1:{i:13;i:1751239654;}s:15:\"176.176.227.193\";a:1:{i:0;i:1748592004;}s:14:\"52.167.144.141\";a:1:{i:6;i:1751120939;}s:13:\"181.30.36.242\";a:1:{i:0;i:1748595439;}s:14:\"52.167.144.194\";a:1:{i:15;i:1751456206;}s:13:\"40.77.167.154\";a:1:{i:8;i:1751502332;}s:14:\"52.167.144.236\";a:1:{i:4;i:1749684404;}s:13:\"47.130.73.217\";a:1:{i:0;i:1748606161;}s:12:\"40.77.167.26\";a:1:{i:11;i:1751005957;}s:14:\"52.167.144.137\";a:1:{i:7;i:1751244038;}s:13:\"176.34.151.31\";a:1:{i:2;i:1748612557;}s:13:\"207.46.13.116\";a:1:{i:13;i:1751226939;}s:14:\"176.147.99.221\";a:1:{i:0;i:1748614658;}s:14:\"204.10.194.229\";a:1:{i:2;i:1748615256;}s:13:\"66.249.92.161\";a:1:{i:1;i:1748660563;}s:13:\"66.249.92.193\";a:1:{i:0;i:1748615585;}s:14:\"52.178.188.105\";a:3:{i:25;i:1748616549;i:26;i:1748616551;i:27;i:1748616553;}s:12:\"144.76.33.36\";a:1:{i:4;i:1751661928;}s:12:\"207.46.13.18\";a:1:{i:32;i:1751219265;}s:13:\"40.77.167.143\";a:1:{i:17;i:1751461267;}s:12:\"157.55.39.52\";a:1:{i:26;i:1750953877;}s:14:\"52.167.144.186\";a:1:{i:9;i:1750239508;}s:14:\"154.83.148.161\";a:2:{i:0;i:1748622311;i:1;i:1748622313;}s:14:\"192.144.25.175\";a:1:{i:0;i:1748627687;}s:14:\"176.96.138.164\";a:2:{i:0;i:1748627846;i:1;i:1748627848;}s:14:\"95.108.213.213\";a:1:{i:0;i:1748628350;}s:14:\"52.167.144.221\";a:1:{i:7;i:1750228870;}s:14:\"213.180.203.48\";a:1:{i:0;i:1748629452;}s:12:\"157.55.39.49\";a:1:{i:40;i:1751229022;}s:12:\"104.28.42.27\";a:2:{i:0;i:1748631327;i:1;i:1748631328;}s:12:\"40.77.167.32\";a:1:{i:9;i:1750958926;}s:13:\"43.166.254.31\";a:1:{i:0;i:1748633873;}s:13:\"157.55.39.201\";a:1:{i:37;i:1751231796;}s:13:\"20.15.133.174\";a:1:{i:3;i:1750276489;}s:13:\"91.160.68.245\";a:1:{i:0;i:1748635314;}s:13:\"157.55.39.202\";a:1:{i:18;i:1751022735;}s:12:\"40.77.167.62\";a:1:{i:6;i:1749735450;}s:14:\"52.138.138.156\";a:3:{i:17;i:1748637730;i:18;i:1748637731;i:19;i:1748637733;}s:15:\"109.123.243.226\";a:1:{i:7;i:1748932318;}s:12:\"66.249.70.97\";a:1:{i:256;i:1751313163;}s:12:\"207.46.13.92\";a:1:{i:13;i:1751106180;}s:13:\"40.77.167.126\";a:1:{i:7;i:1751247007;}s:14:\"45.135.232.205\";a:1:{i:3;i:1750108314;}s:14:\"52.167.144.169\";a:1:{i:18;i:1751482342;}s:12:\"40.77.167.27\";a:1:{i:5;i:1750276644;}s:12:\"5.255.231.78\";a:1:{i:0;i:1748653089;}s:13:\"207.46.13.107\";a:1:{i:25;i:1751163965;}s:12:\"47.79.216.61\";a:1:{i:0;i:1748657255;}s:14:\"52.167.144.222\";a:1:{i:8;i:1751078492;}s:12:\"43.130.31.17\";a:1:{i:0;i:1748660312;}s:13:\"178.51.229.33\";a:1:{i:0;i:1748660973;}s:13:\"66.249.92.129\";a:1:{i:2;i:1748704132;}s:13:\"5.255.231.140\";a:1:{i:0;i:1748661300;}s:13:\"52.167.144.18\";a:1:{i:16;i:1751296013;}s:12:\"101.46.3.211\";a:1:{i:0;i:1748662899;}s:14:\"146.19.215.118\";a:1:{i:0;i:1748663118;}s:11:\"40.77.167.4\";a:1:{i:20;i:1751482677;}s:13:\"51.75.119.154\";a:1:{i:0;i:1748670655;}s:14:\"87.250.224.202\";a:1:{i:0;i:1748670774;}s:13:\"79.95.127.142\";a:1:{i:3;i:1748676232;}s:13:\"165.22.72.249\";a:1:{i:1;i:1748677810;}s:13:\"40.77.167.151\";a:1:{i:13;i:1750395740;}s:13:\"87.250.224.84\";a:1:{i:0;i:1748679274;}s:14:\"34.207.176.249\";a:2:{i:0;i:1748686027;i:1;i:1748686029;}s:13:\"157.55.39.203\";a:1:{i:12;i:1751052300;}s:13:\"52.169.90.178\";a:2:{i:4;i:1748689444;i:5;i:1748689447;}s:13:\"88.123.111.86\";a:1:{i:0;i:1748694030;}s:12:\"40.77.167.16\";a:1:{i:8;i:1751181782;}s:13:\"66.249.66.168\";a:1:{i:0;i:1748701410;}s:13:\"64.227.167.61\";a:2:{i:3;i:1748701935;i:4;i:1748701937;}s:11:\"157.55.39.9\";a:1:{i:20;i:1751190319;}s:13:\"40.77.167.149\";a:1:{i:14;i:1751290293;}s:13:\"54.38.154.186\";a:1:{i:9;i:1749987828;}s:14:\"52.167.144.180\";a:1:{i:1;i:1749428841;}s:13:\"66.249.66.160\";a:1:{i:0;i:1748711994;}s:13:\"45.61.161.124\";a:1:{i:3;i:1750262620;}s:13:\"40.77.167.123\";a:1:{i:9;i:1751281328;}s:12:\"90.14.181.13\";a:5:{i:1;i:1748714019;i:2;i:1748714020;i:3;i:1748714021;i:4;i:1748714022;i:5;i:1748714023;}s:14:\"78.153.140.222\";a:2:{i:15;i:1750234118;i:16;i:1750234121;}s:13:\"91.200.14.117\";a:1:{i:0;i:1748723093;}s:13:\"40.77.167.243\";a:1:{i:10;i:1750980059;}s:14:\"176.186.66.149\";a:1:{i:0;i:1748727385;}s:14:\"52.178.145.106\";a:3:{i:40;i:1748727751;i:41;i:1748727753;i:42;i:1748727755;}s:13:\"17.241.227.98\";a:1:{i:0;i:1748731635;}s:14:\"87.250.224.104\";a:1:{i:0;i:1748733151;}s:12:\"185.63.98.10\";a:1:{i:0;i:1748736840;}s:12:\"178.250.7.69\";a:1:{i:1;i:1750792978;}s:14:\"87.250.224.254\";a:1:{i:0;i:1748737057;}s:12:\"157.55.39.54\";a:1:{i:3;i:1751207435;}s:12:\"54.36.149.45\";a:1:{i:3;i:1749554707;}s:13:\"87.250.224.24\";a:1:{i:1;i:1749104381;}s:13:\"146.190.96.70\";a:1:{i:21;i:1748747835;}s:12:\"40.77.167.43\";a:1:{i:12;i:1751385767;}s:14:\"52.167.144.204\";a:1:{i:8;i:1750453492;}s:14:\"87.250.224.218\";a:1:{i:0;i:1748760678;}s:14:\"78.116.117.101\";a:1:{i:4;i:1748763696;}s:13:\"20.15.133.184\";a:1:{i:6;i:1750416541;}s:12:\"5.255.231.38\";a:1:{i:0;i:1748764871;}s:14:\"52.167.144.163\";a:1:{i:17;i:1751425151;}s:13:\"66.249.82.194\";a:1:{i:1;i:1748984480;}s:13:\"37.165.24.188\";a:1:{i:1;i:1748768415;}s:13:\"93.158.213.25\";a:2:{i:0;i:1748769137;i:1;i:1748769141;}s:13:\"52.178.178.87\";a:3:{i:11;i:1748770078;i:12;i:1748770079;i:13;i:1748770081;}s:12:\"5.255.231.67\";a:1:{i:0;i:1748772006;}s:11:\"82.67.91.82\";a:1:{i:0;i:1748772737;}s:13:\"20.15.133.162\";a:1:{i:4;i:1749891383;}s:12:\"40.77.167.14\";a:1:{i:6;i:1751505947;}s:13:\"45.95.214.191\";a:1:{i:0;i:1748779114;}s:11:\"54.36.148.1\";a:1:{i:6;i:1749564535;}s:11:\"79.95.86.54\";a:1:{i:0;i:1748785873;}s:12:\"83.99.151.68\";a:1:{i:2;i:1749523219;}s:12:\"77.75.76.165\";a:1:{i:10;i:1750204591;}s:14:\"95.108.213.136\";a:1:{i:0;i:1748790499;}s:13:\"207.46.13.156\";a:1:{i:8;i:1749864655;}s:13:\"34.16.180.131\";a:1:{i:0;i:1748796422;}s:13:\"35.232.162.15\";a:3:{i:6;i:1748797621;i:7;i:1748797623;i:8;i:1748797625;}s:13:\"157.55.39.193\";a:1:{i:21;i:1751133328;}s:13:\"66.249.66.163\";a:1:{i:0;i:1748801956;}s:12:\"40.77.167.19\";a:1:{i:4;i:1750350650;}s:14:\"52.167.144.168\";a:1:{i:1;i:1749548779;}s:13:\"77.130.249.56\";a:1:{i:0;i:1748807495;}s:15:\"213.180.203.208\";a:1:{i:0;i:1748809504;}s:14:\"176.176.14.237\";a:1:{i:0;i:1748809909;}s:13:\"78.240.199.23\";a:1:{i:0;i:1748815520;}s:12:\"52.169.25.34\";a:3:{i:5;i:1748818102;i:6;i:1748818104;i:7;i:1748818106;}s:14:\"162.241.60.200\";a:1:{i:0;i:1748820396;}s:14:\"34.139.169.215\";a:5:{i:4;i:1748821573;i:5;i:1748821574;i:6;i:1748821575;i:7;i:1748821576;i:8;i:1748821577;}s:12:\"207.46.13.87\";a:1:{i:1;i:1750937240;}s:12:\"70.80.96.110\";a:1:{i:0;i:1748824745;}s:13:\"195.82.147.67\";a:2:{i:1;i:1749960170;i:2;i:1749960170;}s:12:\"157.55.39.10\";a:1:{i:24;i:1751148282;}s:15:\"213.180.203.180\";a:1:{i:0;i:1748827523;}s:13:\"5.255.231.169\";a:1:{i:0;i:1748836150;}s:13:\"66.249.79.167\";a:1:{i:84;i:1750787274;}s:15:\"212.195.226.162\";a:1:{i:0;i:1748849961;}s:14:\"178.197.219.74\";a:1:{i:0;i:1748851977;}s:14:\"146.174.191.65\";a:1:{i:0;i:1748852854;}s:12:\"93.23.17.102\";a:2:{i:2;i:1748857080;i:3;i:1748857082;}s:13:\"52.178.148.34\";a:3:{i:40;i:1748861346;i:41;i:1748861348;i:42;i:1748861350;}s:15:\"178.128.112.102\";a:1:{i:1;i:1748862577;}s:12:\"66.249.66.11\";a:1:{i:0;i:1748865025;}s:11:\"93.23.1.254\";a:1:{i:0;i:1748874828;}s:14:\"52.178.152.218\";a:3:{i:13;i:1748875435;i:14;i:1748875437;i:15;i:1748875439;}s:12:\"79.95.87.241\";a:1:{i:1;i:1748877280;}s:15:\"178.128.215.241\";a:2:{i:0;i:1748879715;i:1;i:1748879719;}s:15:\"104.243.196.139\";a:1:{i:0;i:1748882653;}s:10:\"77.131.3.9\";a:1:{i:0;i:1748883126;}s:15:\"109.220.145.208\";a:1:{i:0;i:1748888382;}s:11:\"54.236.1.11\";a:1:{i:2;i:1750513809;}s:14:\"176.131.140.62\";a:1:{i:0;i:1748896452;}s:13:\"92.184.145.23\";a:1:{i:0;i:1748897910;}s:14:\"185.98.128.139\";a:1:{i:21;i:1748901180;}s:13:\"34.82.205.196\";a:3:{i:6;i:1748899443;i:7;i:1748899445;i:8;i:1748899447;}s:13:\"78.194.170.95\";a:1:{i:1;i:1748900988;}s:13:\"5.255.231.194\";a:1:{i:0;i:1748909030;}s:14:\"185.177.72.108\";a:1:{i:0;i:1748909675;}s:15:\"213.180.203.162\";a:1:{i:0;i:1748910917;}s:13:\"195.82.147.25\";a:1:{i:5;i:1750341832;}s:14:\"80.215.198.253\";a:1:{i:0;i:1748923083;}s:10:\"34.83.2.42\";a:1:{i:1;i:1748924664;}s:12:\"34.169.70.20\";a:1:{i:2;i:1748924851;}s:11:\"34.53.92.57\";a:1:{i:1;i:1748924762;}s:14:\"34.168.236.186\";a:1:{i:1;i:1748924867;}s:13:\"34.168.210.15\";a:1:{i:0;i:1748924749;}s:14:\"34.168.231.214\";a:1:{i:0;i:1748924771;}s:13:\"35.233.222.27\";a:1:{i:3;i:1748924936;}s:12:\"34.169.32.79\";a:1:{i:0;i:1748924844;}s:11:\"34.83.40.91\";a:1:{i:0;i:1748924884;}s:14:\"52.167.144.145\";a:1:{i:18;i:1751382602;}s:14:\"185.177.72.179\";a:1:{i:3;i:1748952770;}s:15:\"114.119.136.174\";a:1:{i:1;i:1751127567;}s:13:\"66.249.66.199\";a:1:{i:46;i:1749037818;}s:12:\"40.77.167.78\";a:1:{i:20;i:1751249286;}s:15:\"209.105.242.139\";a:1:{i:22;i:1748965969;}s:12:\"134.17.14.41\";a:1:{i:1;i:1749115450;}s:14:\"35.233.203.119\";a:3:{i:6;i:1748976210;i:7;i:1748976212;i:8;i:1748976214;}s:14:\"152.42.170.156\";a:1:{i:12;i:1750934973;}s:14:\"34.171.169.223\";a:5:{i:4;i:1748986836;i:5;i:1748986837;i:6;i:1748986838;i:7;i:1748986839;i:8;i:1748986840;}s:13:\"51.75.249.247\";a:1:{i:0;i:1748986897;}s:14:\"52.167.144.216\";a:1:{i:9;i:1750644826;}s:13:\"91.170.214.62\";a:1:{i:0;i:1748990831;}s:14:\"197.205.11.255\";a:4:{i:7;i:1749006435;i:8;i:1749006436;i:9;i:1749006437;i:10;i:1749006439;}s:12:\"52.169.50.46\";a:4:{i:0;i:1749007195;i:1;i:1749007196;i:2;i:1749007197;i:3;i:1749007199;}s:13:\"80.214.79.136\";a:1:{i:0;i:1749014599;}s:15:\"196.251.116.156\";a:1:{i:3;i:1749455419;}s:14:\"91.170.104.249\";a:1:{i:0;i:1749026274;}s:13:\"51.75.119.151\";a:1:{i:1;i:1749031080;}s:14:\"95.108.213.202\";a:1:{i:0;i:1749032455;}s:14:\"193.248.244.47\";a:2:{i:2;i:1749143505;i:3;i:1749143506;}s:14:\"52.167.144.170\";a:1:{i:4;i:1749622229;}s:13:\"88.125.70.188\";a:2:{i:3;i:1749039773;i:4;i:1749039777;}s:11:\"54.236.1.13\";a:1:{i:6;i:1751118909;}s:14:\"82.123.120.203\";a:1:{i:0;i:1749040291;}s:14:\"88.170.126.112\";a:1:{i:1;i:1749041449;}s:13:\"92.184.96.108\";a:1:{i:0;i:1749043211;}s:13:\"90.109.78.131\";a:1:{i:6;i:1749052788;}s:13:\"88.165.37.249\";a:1:{i:4;i:1749045775;}s:13:\"157.55.39.196\";a:1:{i:0;i:1749047598;}s:14:\"52.178.177.211\";a:3:{i:8;i:1749048373;i:9;i:1749048375;i:10;i:1749048377;}s:13:\"47.79.207.248\";a:1:{i:0;i:1749048666;}s:13:\"87.250.224.37\";a:1:{i:0;i:1749048741;}s:14:\"129.227.46.148\";a:1:{i:0;i:1749050314;}s:14:\"142.113.86.179\";a:1:{i:17;i:1751388059;}s:13:\"157.55.39.197\";a:1:{i:13;i:1751048942;}s:13:\"34.127.87.241\";a:3:{i:6;i:1749073424;i:7;i:1749073426;i:8;i:1749073428;}s:14:\"216.244.66.230\";a:1:{i:0;i:1749073786;}s:15:\"114.119.155.111\";a:1:{i:2;i:1751867889;}s:15:\"213.180.203.174\";a:1:{i:0;i:1749081191;}s:13:\"196.251.80.89\";a:2:{i:0;i:1749085637;i:1;i:1749085641;}s:12:\"45.56.109.49\";a:2:{i:0;i:1749088008;i:1;i:1749088008;}s:12:\"49.98.250.96\";a:2:{i:1;i:1749089489;i:2;i:1749089491;}s:13:\"74.125.151.97\";a:1:{i:1;i:1749574622;}s:13:\"52.13.138.225\";a:1:{i:0;i:1749089532;}s:14:\"91.167.117.159\";a:1:{i:0;i:1749108416;}s:14:\"52.167.144.213\";a:1:{i:9;i:1751412857;}s:14:\"37.171.199.124\";a:1:{i:0;i:1749119348;}s:13:\"66.249.74.161\";a:1:{i:83;i:1750335619;}s:13:\"5.114.112.201\";a:1:{i:0;i:1749122660;}s:12:\"185.177.72.9\";a:1:{i:0;i:1749124394;}s:12:\"204.48.77.25\";a:1:{i:0;i:1749129274;}s:14:\"152.42.201.120\";a:1:{i:1;i:1751716617;}s:13:\"91.171.221.97\";a:1:{i:0;i:1749136871;}s:13:\"192.145.30.64\";a:1:{i:0;i:1749137416;}s:13:\"20.15.133.160\";a:1:{i:1;i:1749502441;}s:14:\"92.184.110.232\";a:1:{i:0;i:1749143312;}s:14:\"52.167.144.196\";a:1:{i:11;i:1751448654;}s:12:\"34.82.104.78\";a:2:{i:16;i:1749176658;i:17;i:1749176660;}s:12:\"88.164.46.20\";a:2:{i:0;i:1749147892;i:1;i:1749147893;}s:13:\"176.136.93.52\";a:1:{i:3;i:1749422117;}s:12:\"86.201.200.5\";a:1:{i:0;i:1749149636;}s:12:\"109.169.10.2\";a:1:{i:0;i:1749153933;}s:11:\"47.79.198.1\";a:1:{i:0;i:1749158920;}s:12:\"47.79.198.68\";a:1:{i:0;i:1749159447;}s:12:\"47.79.199.45\";a:1:{i:0;i:1749159672;}s:14:\"107.189.140.42\";a:1:{i:0;i:1749160252;}s:13:\"157.55.39.205\";a:1:{i:26;i:1751113400;}s:13:\"88.216.110.76\";a:1:{i:0;i:1749163348;}s:14:\"52.167.144.203\";a:1:{i:11;i:1750961238;}s:13:\"47.79.193.206\";a:1:{i:0;i:1749169005;}s:13:\"87.250.224.28\";a:1:{i:0;i:1749174447;}s:12:\"83.99.151.71\";a:1:{i:4;i:1751179196;}s:13:\"47.79.215.162\";a:1:{i:0;i:1749183736;}s:13:\"47.79.214.177\";a:1:{i:0;i:1749189101;}s:11:\"1.112.74.29\";a:1:{i:0;i:1749191575;}s:12:\"157.55.39.55\";a:1:{i:0;i:1749193150;}s:11:\"37.67.78.44\";a:1:{i:0;i:1749200818;}s:15:\"108.128.124.135\";a:1:{i:1;i:1749204546;}s:15:\"176.179.131.240\";a:1:{i:4;i:1749225434;}s:12:\"47.79.194.42\";a:1:{i:0;i:1749211153;}s:13:\"66.249.70.103\";a:1:{i:28;i:1749617344;}s:15:\"212.194.202.169\";a:1:{i:0;i:1749213266;}s:12:\"47.79.192.46\";a:1:{i:0;i:1749213753;}s:13:\"47.79.204.129\";a:1:{i:0;i:1749213840;}s:13:\"47.79.196.244\";a:1:{i:0;i:1749214236;}s:14:\"52.169.142.204\";a:3:{i:1;i:1749216829;i:2;i:1749216831;i:3;i:1749216833;}s:12:\"77.131.3.194\";a:1:{i:0;i:1749217418;}s:14:\"92.140.102.176\";a:1:{i:0;i:1749219839;}s:14:\"172.207.169.95\";a:2:{i:7;i:1749222334;i:8;i:1749222336;}s:11:\"5.49.216.94\";a:1:{i:1;i:1749227504;}s:13:\"185.192.16.97\";a:1:{i:0;i:1749236726;}s:14:\"52.167.144.174\";a:1:{i:15;i:1751701372;}s:14:\"43.159.141.150\";a:1:{i:0;i:1749242217;}s:14:\"103.77.107.216\";a:1:{i:3;i:1750850402;}s:13:\"74.208.58.247\";a:1:{i:0;i:1749255579;}s:14:\"109.237.140.18\";a:1:{i:0;i:1749255583;}s:12:\"40.77.167.68\";a:1:{i:0;i:1749261594;}s:13:\"92.184.102.63\";a:1:{i:3;i:1749271251;}s:14:\"52.167.144.147\";a:1:{i:8;i:1751230481;}s:15:\"185.147.140.155\";a:1:{i:0;i:1749284449;}s:14:\"185.226.196.27\";a:1:{i:5;i:1749288900;}s:14:\"185.226.196.28\";a:1:{i:4;i:1749288838;}s:14:\"185.226.196.30\";a:1:{i:1;i:1749288573;}s:14:\"78.240.100.131\";a:1:{i:0;i:1749288817;}s:15:\"217.142.187.173\";a:2:{i:45;i:1749291296;i:46;i:1749291298;}s:14:\"52.167.144.156\";a:1:{i:20;i:1751446414;}s:12:\"192.99.15.34\";a:2:{i:0;i:1749296262;i:1;i:1749296265;}s:14:\"178.128.57.236\";a:1:{i:1;i:1749302167;}s:11:\"2.10.109.15\";a:1:{i:6;i:1751469063;}s:14:\"37.166.233.137\";a:1:{i:0;i:1749317412;}s:12:\"37.65.20.213\";a:5:{i:1;i:1749319011;i:2;i:1749319012;i:3;i:1749319013;i:4;i:1749319014;i:5;i:1749319015;}s:13:\"86.245.81.138\";a:1:{i:1;i:1749319174;}s:13:\"52.184.150.83\";a:2:{i:48;i:1749404110;i:49;i:1749404113;}s:14:\"195.82.147.118\";a:2:{i:1;i:1749510051;i:2;i:1749510051;}s:14:\"52.167.144.219\";a:1:{i:2;i:1750109784;}s:14:\"167.172.70.125\";a:1:{i:109;i:1751788119;}s:14:\"88.169.134.115\";a:1:{i:0;i:1749379605;}s:13:\"66.249.70.104\";a:1:{i:3;i:1749636789;}s:12:\"89.95.88.118\";a:1:{i:0;i:1749384420;}s:14:\"74.125.218.103\";a:1:{i:0;i:1749388709;}s:14:\"37.174.141.218\";a:1:{i:0;i:1749391164;}s:15:\"136.243.228.177\";a:1:{i:0;i:1749399289;}s:13:\"34.19.124.161\";a:3:{i:15;i:1749433302;i:16;i:1749433304;i:17;i:1749433306;}s:13:\"146.19.215.12\";a:1:{i:0;i:1749408113;}s:13:\"81.244.25.100\";a:1:{i:3;i:1749409426;}s:12:\"34.69.157.28\";a:5:{i:4;i:1749413492;i:5;i:1749413493;i:6;i:1749413494;i:7;i:1749413495;i:8;i:1749413496;}s:12:\"89.92.24.223\";a:1:{i:0;i:1749414016;}s:11:\"83.197.2.34\";a:1:{i:2;i:1749414298;}s:14:\"92.139.198.108\";a:1:{i:1;i:1749934588;}s:14:\"37.165.215.242\";a:1:{i:0;i:1749416161;}s:13:\"5.255.231.244\";a:1:{i:1;i:1749772598;}s:14:\"77.110.123.195\";a:1:{i:1;i:1749514739;}s:11:\"5.255.231.4\";a:1:{i:0;i:1749426074;}s:12:\"23.27.153.34\";a:1:{i:0;i:1749434598;}s:11:\"40.77.167.0\";a:1:{i:1;i:1749446820;}s:13:\"82.80.249.219\";a:1:{i:3;i:1749478483;}s:13:\"82.80.249.236\";a:1:{i:39;i:1749479687;}s:14:\"92.184.145.202\";a:1:{i:0;i:1749480233;}s:15:\"176.183.130.244\";a:1:{i:0;i:1749482412;}s:13:\"185.107.57.66\";a:1:{i:0;i:1749490722;}s:10:\"88.80.26.2\";a:1:{i:0;i:1749490725;}s:14:\"185.220.101.22\";a:1:{i:0;i:1749490727;}s:14:\"192.42.116.174\";a:1:{i:0;i:1749490729;}s:14:\"78.243.147.231\";a:1:{i:1;i:1749493200;}s:14:\"162.62.213.165\";a:1:{i:0;i:1749494557;}s:13:\"90.109.251.10\";a:1:{i:0;i:1749500077;}s:13:\"92.184.121.27\";a:1:{i:0;i:1749503998;}s:12:\"35.200.0.145\";a:3:{i:6;i:1749507476;i:7;i:1749507478;i:8;i:1749507480;}s:12:\"40.77.167.71\";a:1:{i:26;i:1751423118;}s:12:\"45.157.54.24\";a:1:{i:1;i:1749608173;}s:14:\"87.250.224.245\";a:1:{i:0;i:1749538968;}s:12:\"37.65.112.53\";a:1:{i:1;i:1749545519;}s:13:\"124.246.210.1\";a:1:{i:0;i:1749549974;}s:12:\"54.36.148.33\";a:1:{i:6;i:1749563625;}s:12:\"40.77.167.69\";a:1:{i:1;i:1751437849;}s:12:\"54.36.149.79\";a:1:{i:3;i:1749562297;}s:13:\"54.36.148.130\";a:1:{i:2;i:1749564528;}s:14:\"92.128.124.201\";a:1:{i:4;i:1749851951;}s:11:\"52.169.8.23\";a:4:{i:1;i:1749557608;i:2;i:1749557609;i:3;i:1749557610;i:4;i:1749557611;}s:11:\"88.174.44.5\";a:1:{i:2;i:1749559001;}s:12:\"94.23.203.86\";a:2:{i:0;i:1749563302;i:1;i:1749563304;}s:13:\"196.251.83.95\";a:1:{i:9;i:1750596848;}s:10:\"37.65.1.78\";a:1:{i:0;i:1749567552;}s:13:\"45.95.214.205\";a:1:{i:1;i:1750951462;}s:15:\"185.117.225.155\";a:1:{i:0;i:1749574565;}s:14:\"34.146.107.172\";a:2:{i:7;i:1749577115;i:8;i:1749577118;}s:14:\"103.207.37.225\";a:1:{i:0;i:1749580502;}s:13:\"31.34.179.223\";a:1:{i:0;i:1749582518;}s:14:\"88.174.171.205\";a:1:{i:0;i:1749586023;}s:13:\"88.172.219.55\";a:1:{i:0;i:1749586427;}s:12:\"31.49.24.106\";a:1:{i:2;i:1749589415;}s:12:\"88.166.37.79\";a:1:{i:2;i:1749590294;}s:13:\"167.71.211.25\";a:1:{i:21;i:1749599435;}s:13:\"216.39.248.51\";a:2:{i:3;i:1749601335;i:4;i:1749601338;}s:14:\"52.167.144.138\";a:1:{i:7;i:1750145442;}s:15:\"176.126.103.148\";a:1:{i:0;i:1749611016;}s:13:\"104.234.138.6\";a:1:{i:0;i:1749611258;}s:14:\"52.167.144.201\";a:1:{i:1;i:1749651627;}s:14:\"52.167.144.172\";a:1:{i:18;i:1751434670;}s:12:\"34.80.216.33\";a:2:{i:7;i:1749651695;i:8;i:1749651698;}s:14:\"193.202.110.22\";a:1:{i:0;i:1749655169;}s:14:\"213.246.56.153\";a:1:{i:0;i:1749655169;}s:12:\"45.157.54.25\";a:1:{i:3;i:1751046059;}s:14:\"52.167.144.230\";a:1:{i:5;i:1751491584;}s:12:\"90.21.32.132\";a:1:{i:0;i:1749670983;}s:12:\"81.53.14.172\";a:1:{i:2;i:1749675353;}s:13:\"35.196.184.20\";a:5:{i:4;i:1749675372;i:5;i:1749675373;i:6;i:1749675374;i:7;i:1749675375;i:8;i:1749675376;}s:11:\"18.97.9.170\";a:1:{i:4;i:1749677214;}s:14:\"52.167.144.140\";a:1:{i:15;i:1751644019;}s:15:\"108.128.144.199\";a:1:{i:2;i:1749727434;}s:15:\"213.180.203.147\";a:1:{i:0;i:1749693935;}s:12:\"40.77.167.75\";a:1:{i:20;i:1751318813;}s:12:\"20.171.207.2\";a:1:{i:1;i:1749700565;}s:12:\"157.55.39.51\";a:1:{i:17;i:1751085856;}s:14:\"114.119.162.58\";a:1:{i:3;i:1750068170;}s:14:\"80.215.100.242\";a:1:{i:0;i:1749708890;}s:14:\"114.119.153.56\";a:1:{i:1;i:1750254571;}s:12:\"88.198.5.156\";a:1:{i:0;i:1749719571;}s:12:\"72.14.199.39\";a:1:{i:7;i:1750774922;}s:13:\"40.77.167.255\";a:1:{i:7;i:1751430031;}s:13:\"66.249.64.129\";a:1:{i:1004;i:1751473085;}s:13:\"92.93.101.232\";a:1:{i:0;i:1749728297;}s:13:\"207.46.13.111\";a:1:{i:14;i:1751109203;}s:13:\"66.249.64.130\";a:1:{i:0;i:1749730924;}s:13:\"207.46.13.125\";a:1:{i:20;i:1751217622;}s:12:\"40.77.167.79\";a:1:{i:9;i:1751396862;}s:12:\"34.81.29.147\";a:2:{i:16;i:1749782569;i:17;i:1749782572;}s:11:\"157.55.39.8\";a:1:{i:15;i:1750968379;}s:14:\"88.172.233.110\";a:1:{i:0;i:1749746380;}s:14:\"178.128.95.131\";a:1:{i:1;i:1749754630;}s:12:\"207.46.13.51\";a:1:{i:23;i:1751064370;}s:13:\"207.46.13.124\";a:1:{i:24;i:1751143137;}s:14:\"77.239.116.126\";a:1:{i:0;i:1749763751;}s:11:\"207.46.13.9\";a:1:{i:25;i:1751112228;}s:14:\"157.245.159.84\";a:1:{i:17;i:1751796003;}s:11:\"5.255.231.5\";a:1:{i:0;i:1749767163;}s:15:\"213.180.203.198\";a:1:{i:1;i:1749772601;}s:14:\"95.108.213.253\";a:1:{i:0;i:1749772595;}s:14:\"95.108.213.167\";a:1:{i:0;i:1749772596;}s:14:\"95.108.213.153\";a:1:{i:0;i:1749772596;}s:15:\"213.180.203.210\";a:1:{i:0;i:1749772597;}s:14:\"95.108.213.164\";a:1:{i:0;i:1749772597;}s:12:\"5.255.231.58\";a:1:{i:0;i:1749772597;}s:13:\"5.255.231.114\";a:1:{i:0;i:1749772598;}s:12:\"5.255.231.17\";a:1:{i:0;i:1749772598;}s:14:\"95.108.213.222\";a:1:{i:0;i:1749772599;}s:14:\"95.108.213.193\";a:1:{i:0;i:1749772599;}s:13:\"87.250.224.47\";a:1:{i:0;i:1749772599;}s:13:\"87.250.224.82\";a:1:{i:0;i:1749772600;}s:12:\"157.55.39.57\";a:1:{i:8;i:1751205813;}s:13:\"157.55.39.204\";a:1:{i:0;i:1749776693;}s:15:\"170.199.224.132\";a:2:{i:0;i:1749776791;i:1;i:1749776792;}s:12:\"157.55.39.61\";a:1:{i:29;i:1751179793;}s:13:\"167.172.66.70\";a:1:{i:1;i:1749782382;}s:14:\"196.251.72.120\";a:1:{i:1;i:1749786114;}s:11:\"34.94.73.23\";a:9:{i:7;i:1749786336;i:8;i:1749786336;i:9;i:1749786337;i:10;i:1749786337;i:11;i:1749786338;i:12;i:1749786338;i:13;i:1749786339;i:14;i:1749786339;i:15;i:1749786340;}s:12:\"71.6.158.166\";a:1:{i:0;i:1749787719;}s:12:\"40.77.167.77\";a:1:{i:8;i:1751472075;}s:14:\"128.241.232.46\";a:1:{i:0;i:1749798860;}s:13:\"34.174.44.247\";a:2:{i:1;i:1749804300;i:2;i:1749804304;}s:14:\"88.167.181.149\";a:1:{i:0;i:1749807399;}s:13:\"34.105.188.83\";a:1:{i:0;i:1749819557;}s:13:\"167.71.98.198\";a:1:{i:0;i:1749821201;}s:15:\"165.227.219.164\";a:1:{i:0;i:1749825506;}s:14:\"217.182.194.41\";a:2:{i:0;i:1749825666;i:1;i:1749825669;}s:13:\"92.171.18.173\";a:1:{i:0;i:1749832674;}s:13:\"168.91.47.217\";a:2:{i:0;i:1749845981;i:1;i:1749845983;}s:13:\"35.197.77.198\";a:3:{i:6;i:1749853430;i:7;i:1749853432;i:8;i:1749853434;}s:12:\"40.77.167.60\";a:1:{i:20;i:1751388474;}s:13:\"45.134.79.111\";a:1:{i:1;i:1749858593;}s:12:\"34.46.151.65\";a:5:{i:4;i:1749864922;i:5;i:1749864923;i:6;i:1749864924;i:7;i:1749864925;i:8;i:1749864926;}s:14:\"138.199.15.170\";a:2:{i:0;i:1749865743;i:1;i:1749865744;}s:12:\"40.77.167.59\";a:1:{i:0;i:1749866817;}s:12:\"40.77.167.73\";a:1:{i:6;i:1751053563;}s:15:\"186.179.100.173\";a:1:{i:0;i:1749880621;}s:12:\"207.46.13.83\";a:1:{i:12;i:1751170150;}s:12:\"207.46.13.14\";a:1:{i:8;i:1750409539;}s:14:\"52.167.144.231\";a:1:{i:7;i:1750618635;}s:14:\"52.167.144.218\";a:1:{i:12;i:1751042348;}s:13:\"207.46.13.151\";a:1:{i:12;i:1751165438;}s:13:\"44.213.105.61\";a:1:{i:0;i:1749892346;}s:13:\"157.55.39.195\";a:1:{i:7;i:1750881029;}s:13:\"51.68.111.216\";a:1:{i:0;i:1749901888;}s:14:\"196.251.66.107\";a:1:{i:17;i:1750524353;}s:12:\"207.46.13.63\";a:1:{i:12;i:1750918168;}s:14:\"52.167.144.179\";a:1:{i:6;i:1750674015;}s:12:\"88.183.86.14\";a:1:{i:0;i:1749909998;}s:11:\"31.37.81.50\";a:1:{i:1;i:1749963703;}s:14:\"52.167.144.161\";a:1:{i:9;i:1751048957;}s:12:\"45.151.62.26\";a:1:{i:1;i:1750359189;}s:11:\"207.46.13.7\";a:1:{i:11;i:1750843458;}s:13:\"92.184.145.15\";a:1:{i:3;i:1749930826;}s:13:\"45.95.214.254\";a:1:{i:0;i:1749930784;}s:12:\"40.77.167.48\";a:1:{i:6;i:1751108148;}s:13:\"52.169.10.175\";a:2:{i:34;i:1750063521;i:35;i:1750063523;}s:12:\"157.55.39.13\";a:1:{i:20;i:1751230103;}s:15:\"185.117.225.240\";a:1:{i:0;i:1749948858;}s:12:\"66.249.89.65\";a:2:{i:61;i:1751431685;i:62;i:1751431688;}s:12:\"90.60.27.117\";a:1:{i:12;i:1750273554;}s:15:\"170.199.227.142\";a:2:{i:0;i:1749953095;i:1;i:1749953097;}s:14:\"52.167.144.228\";a:1:{i:18;i:1751428589;}s:12:\"207.46.13.36\";a:1:{i:9;i:1751015162;}s:11:\"69.63.184.4\";a:2:{i:0;i:1749967363;i:1;i:1749967366;}s:14:\"141.164.93.123\";a:2:{i:0;i:1749975136;i:1;i:1749975137;}s:13:\"86.223.122.66\";a:1:{i:0;i:1749976985;}s:11:\"207.46.13.6\";a:1:{i:0;i:1749978045;}s:12:\"51.222.24.59\";a:1:{i:0;i:1749978671;}s:13:\"196.251.73.55\";a:1:{i:4;i:1750705497;}s:14:\"35.235.121.153\";a:9:{i:7;i:1749984898;i:8;i:1749984898;i:9;i:1749984899;i:10;i:1749984899;i:11;i:1749984900;i:12;i:1749984900;i:13;i:1749984901;i:14;i:1749984901;i:15;i:1749984902;}s:13:\"34.174.189.72\";a:1:{i:5;i:1749997518;}s:13:\"81.220.169.10\";a:1:{i:0;i:1749989543;}s:13:\"37.65.130.220\";a:1:{i:0;i:1750000919;}s:12:\"88.169.232.7\";a:1:{i:0;i:1750002399;}s:15:\"176.228.153.143\";a:1:{i:0;i:1750006135;}s:13:\"35.233.221.10\";a:3:{i:15;i:1750037211;i:16;i:1750037213;i:17;i:1750037215;}s:13:\"92.119.36.115\";a:2:{i:15;i:1750012795;i:16;i:1750012799;}s:13:\"92.119.36.147\";a:2:{i:5;i:1750012827;i:6;i:1750012829;}s:13:\"92.119.36.153\";a:2:{i:266;i:1750013780;i:267;i:1750013784;}s:14:\"223.29.254.150\";a:1:{i:0;i:1750020577;}s:13:\"196.251.72.18\";a:2:{i:0;i:1750020633;i:1;i:1750020634;}s:13:\"216.73.216.19\";a:1:{i:1;i:1750051746;}s:13:\"34.174.239.10\";a:1:{i:5;i:1750248098;}s:15:\"176.189.193.200\";a:1:{i:0;i:1750023578;}s:12:\"40.77.167.45\";a:1:{i:10;i:1751276744;}s:13:\"165.231.35.35\";a:1:{i:0;i:1750038958;}s:12:\"40.77.167.44\";a:1:{i:10;i:1751790021;}s:13:\"54.88.203.117\";a:2:{i:0;i:1750041861;i:1;i:1750041862;}s:14:\"156.239.60.144\";a:2:{i:0;i:1750042399;i:1;i:1750042401;}s:12:\"157.55.39.50\";a:1:{i:14;i:1750984945;}s:12:\"157.55.39.15\";a:1:{i:4;i:1750883971;}s:13:\"95.142.120.82\";a:4:{i:130;i:1750062680;i:131;i:1750062682;i:132;i:1750062683;i:133;i:1750062684;}s:13:\"149.56.150.34\";a:3:{i:1;i:1750064708;i:2;i:1750064711;i:3;i:1750064712;}s:14:\"34.174.190.220\";a:1:{i:8;i:1750083060;}s:10:\"2.4.206.56\";a:1:{i:0;i:1750074510;}s:13:\"34.136.73.170\";a:3:{i:15;i:1750115638;i:16;i:1750115640;i:17;i:1750115642;}s:15:\"176.190.198.154\";a:1:{i:5;i:1750079640;}s:13:\"52.167.144.22\";a:1:{i:14;i:1751442326;}s:14:\"52.167.144.158\";a:1:{i:26;i:1751345680;}s:13:\"128.199.75.83\";a:1:{i:0;i:1750087824;}s:14:\"178.25.244.124\";a:2:{i:0;i:1750089372;i:1;i:1750089375;}s:13:\"52.169.10.206\";a:3:{i:1;i:1750090128;i:2;i:1750090130;i:3;i:1750090132;}s:14:\"95.108.213.101\";a:1:{i:0;i:1750096487;}s:14:\"94.198.176.192\";a:1:{i:21;i:1750097733;}s:14:\"34.139.235.196\";a:1:{i:0;i:1750108414;}s:13:\"40.69.199.216\";a:4:{i:0;i:1750109427;i:1;i:1750109428;i:2;i:1750109429;i:3;i:1750109430;}s:12:\"37.171.96.74\";a:1:{i:3;i:1750110697;}s:12:\"178.250.7.75\";a:1:{i:0;i:1750110729;}s:14:\"156.226.18.206\";a:1:{i:0;i:1750151220;}s:12:\"35.223.4.212\";a:3:{i:15;i:1750199736;i:16;i:1750199738;i:17;i:1750199740;}s:12:\"66.249.88.34\";a:1:{i:2;i:1751049441;}s:13:\"52.167.144.20\";a:1:{i:9;i:1751492701;}s:14:\"146.70.116.143\";a:1:{i:0;i:1750172455;}s:12:\"5.255.231.92\";a:1:{i:0;i:1750173126;}s:14:\"158.62.217.126\";a:2:{i:0;i:1750177400;i:1;i:1750177402;}s:13:\"178.51.18.190\";a:1:{i:0;i:1750180260;}s:14:\"52.167.215.246\";a:2:{i:102;i:1750181527;i:103;i:1750181529;}s:14:\"176.173.193.82\";a:1:{i:0;i:1750186260;}s:12:\"90.107.22.84\";a:1:{i:0;i:1750196327;}s:12:\"40.77.167.33\";a:1:{i:9;i:1751494490;}s:13:\"139.59.229.91\";a:1:{i:3;i:1750216315;}s:14:\"34.174.145.230\";a:1:{i:2;i:1750224594;}s:14:\"52.167.144.208\";a:1:{i:7;i:1751257160;}s:13:\"185.24.11.145\";a:2:{i:8;i:1750244883;i:9;i:1750244884;}s:14:\"52.167.144.159\";a:1:{i:4;i:1751076339;}s:12:\"79.95.86.144\";a:1:{i:0;i:1750244129;}s:12:\"37.67.181.60\";a:3:{i:0;i:1750251226;i:1;i:1750251226;i:2;i:1750251229;}s:12:\"88.178.15.77\";a:1:{i:1;i:1750258502;}s:14:\"86.253.135.132\";a:1:{i:1;i:1750262737;}s:13:\"35.215.104.40\";a:2:{i:0;i:1750256767;i:1;i:1750256769;}s:13:\"37.65.130.121\";a:1:{i:0;i:1750258172;}s:11:\"34.1.25.163\";a:2:{i:0;i:1750260799;i:1;i:1750260800;}s:12:\"92.184.110.0\";a:1:{i:8;i:1750263945;}s:13:\"35.217.18.135\";a:2:{i:0;i:1750264392;i:1;i:1750264393;}s:12:\"91.172.72.64\";a:1:{i:0;i:1750267776;}s:12:\"40.77.167.76\";a:1:{i:1;i:1751176888;}s:14:\"74.125.217.161\";a:1:{i:1;i:1750270434;}s:14:\"108.167.189.23\";a:1:{i:2;i:1750414403;}s:13:\"34.168.232.67\";a:3:{i:6;i:1750276205;i:7;i:1750276207;i:8;i:1750276209;}s:12:\"141.95.4.134\";a:2:{i:7;i:1750966877;i:8;i:1750966879;}s:12:\"61.8.139.234\";a:1:{i:2;i:1750285114;}s:14:\"52.167.144.185\";a:1:{i:11;i:1750896983;}s:13:\"95.154.200.34\";a:1:{i:0;i:1750293916;}s:14:\"52.167.144.176\";a:1:{i:15;i:1751481230;}s:15:\"108.128.122.250\";a:1:{i:2;i:1750361282;}s:14:\"143.198.157.35\";a:2:{i:187;i:1750321019;i:188;i:1750321022;}s:12:\"52.169.76.22\";a:3:{i:54;i:1750320719;i:55;i:1750320720;i:56;i:1750320722;}s:12:\"91.173.20.45\";a:1:{i:0;i:1750322477;}s:14:\"52.167.144.187\";a:1:{i:4;i:1751307358;}s:14:\"52.167.144.229\";a:1:{i:6;i:1751506877;}s:13:\"88.172.202.28\";a:1:{i:0;i:1750331206;}s:14:\"86.210.152.182\";a:1:{i:0;i:1750332435;}s:14:\"52.167.144.206\";a:1:{i:12;i:1751510183;}s:13:\"37.171.246.54\";a:1:{i:0;i:1750337452;}s:13:\"37.169.179.33\";a:1:{i:0;i:1750339500;}s:13:\"176.137.143.2\";a:1:{i:0;i:1750342718;}s:12:\"40.77.167.57\";a:1:{i:7;i:1751291354;}s:13:\"34.82.112.179\";a:3:{i:15;i:1750374740;i:16;i:1750374742;i:17;i:1750374744;}s:13:\"103.214.20.56\";a:1:{i:0;i:1750352250;}s:13:\"79.95.127.167\";a:1:{i:0;i:1750352631;}s:14:\"103.77.106.197\";a:2:{i:2;i:1751137338;i:3;i:1751137341;}s:14:\"52.167.144.225\";a:1:{i:4;i:1751453996;}s:15:\"114.119.129.199\";a:1:{i:1;i:1750427663;}s:12:\"54.37.252.46\";a:2:{i:0;i:1750357203;i:1;i:1750357206;}s:12:\"3.131.141.93\";a:1:{i:0;i:1750369295;}s:14:\"52.167.144.234\";a:1:{i:7;i:1751466633;}s:12:\"40.77.167.17\";a:1:{i:13;i:1751334504;}s:14:\"35.233.134.144\";a:4:{i:5;i:1750377067;i:6;i:1750377068;i:7;i:1750377069;i:8;i:1750377070;}s:13:\"5.255.231.102\";a:1:{i:0;i:1750379776;}s:13:\"40.77.167.131\";a:1:{i:4;i:1751439223;}s:14:\"52.167.144.198\";a:1:{i:7;i:1751149733;}s:14:\"52.167.144.149\";a:1:{i:8;i:1751073515;}s:13:\"40.77.167.152\";a:1:{i:6;i:1751150718;}s:13:\"80.13.254.215\";a:1:{i:3;i:1750425278;}s:14:\"109.138.140.82\";a:1:{i:0;i:1750407295;}s:13:\"92.184.121.11\";a:1:{i:0;i:1750412735;}s:12:\"46.243.78.97\";a:3:{i:1;i:1750416612;i:2;i:1750416614;i:3;i:1750416616;}s:12:\"40.77.167.35\";a:1:{i:6;i:1751315757;}s:14:\"52.167.144.157\";a:1:{i:0;i:1750421108;}s:12:\"92.141.89.48\";a:1:{i:0;i:1750423772;}s:14:\"52.167.144.173\";a:1:{i:4;i:1751261707;}s:12:\"5.50.133.215\";a:1:{i:0;i:1750428029;}s:15:\"176.169.245.235\";a:1:{i:0;i:1750434044;}s:12:\"66.249.77.97\";a:1:{i:52;i:1750521898;}s:14:\"103.148.25.242\";a:1:{i:0;i:1750436039;}s:14:\"34.169.196.217\";a:3:{i:15;i:1750462828;i:16;i:1750462830;i:17;i:1750462832;}s:13:\"74.125.218.97\";a:1:{i:8;i:1750522722;}s:12:\"40.77.167.36\";a:1:{i:2;i:1751022746;}s:14:\"37.167.165.214\";a:1:{i:0;i:1750443778;}s:14:\"52.167.144.192\";a:1:{i:6;i:1751040763;}s:12:\"40.77.167.13\";a:1:{i:2;i:1750524657;}s:12:\"86.193.9.135\";a:1:{i:0;i:1750478937;}s:11:\"13.79.87.25\";a:3:{i:9;i:1750490097;i:10;i:1750490098;i:11;i:1750490100;}s:11:\"65.108.0.71\";a:1:{i:0;i:1750498591;}s:10:\"45.91.20.8\";a:1:{i:0;i:1750500431;}s:14:\"156.239.60.143\";a:2:{i:0;i:1750508546;i:1;i:1750508548;}s:12:\"5.255.231.90\";a:1:{i:0;i:1750513177;}s:14:\"45.156.129.117\";a:1:{i:3;i:1750522435;}s:14:\"45.156.129.115\";a:1:{i:3;i:1750522360;}s:14:\"45.156.129.118\";a:1:{i:4;i:1750522283;}s:14:\"45.156.129.116\";a:1:{i:0;i:1750522315;}s:12:\"52.90.47.249\";a:1:{i:0;i:1750523367;}s:14:\"52.167.144.183\";a:1:{i:3;i:1750669886;}s:12:\"91.173.86.33\";a:1:{i:0;i:1750529985;}s:11:\"77.75.79.54\";a:1:{i:6;i:1751533830;}s:11:\"36.81.86.40\";a:1:{i:3;i:1750566810;}s:14:\"192.42.116.181\";a:3:{i:7;i:1750567973;i:8;i:1750567975;i:9;i:1750567977;}s:12:\"157.55.39.53\";a:1:{i:1;i:1750759477;}s:12:\"44.195.50.71\";a:1:{i:0;i:1750577236;}s:14:\"103.186.90.123\";a:1:{i:0;i:1750582093;}s:13:\"89.89.153.138\";a:1:{i:0;i:1750585610;}s:13:\"91.165.156.31\";a:1:{i:0;i:1750588809;}s:13:\"40.77.167.144\";a:1:{i:0;i:1750591737;}s:15:\"185.195.233.215\";a:1:{i:1;i:1750604035;}s:11:\"194.5.53.44\";a:1:{i:0;i:1750593367;}s:14:\"54.225.181.161\";a:1:{i:0;i:1750597213;}s:13:\"91.174.197.12\";a:1:{i:7;i:1750598131;}s:11:\"52.3.102.51\";a:1:{i:0;i:1750599705;}s:14:\"52.167.144.202\";a:1:{i:11;i:1751483331;}s:13:\"66.249.70.129\";a:2:{i:0;i:1750600868;i:1;i:1750600869;}s:12:\"40.77.167.41\";a:1:{i:10;i:1751483402;}s:11:\"3.219.81.66\";a:1:{i:0;i:1750603433;}s:12:\"31.35.197.75\";a:1:{i:0;i:1750605037;}s:13:\"51.68.234.121\";a:1:{i:3;i:1750869217;}s:12:\"100.29.63.24\";a:1:{i:0;i:1750611120;}s:13:\"18.210.58.238\";a:1:{i:0;i:1750611124;}s:14:\"86.249.219.176\";a:1:{i:0;i:1750615520;}s:13:\"88.124.249.88\";a:1:{i:0;i:1750616420;}s:14:\"34.169.141.237\";a:3:{i:15;i:1750641837;i:16;i:1750641839;i:17;i:1750641841;}s:14:\"52.167.144.160\";a:1:{i:5;i:1751170805;}s:14:\"95.108.213.119\";a:1:{i:0;i:1750621943;}s:14:\"52.167.144.167\";a:1:{i:4;i:1751323277;}s:13:\"92.184.99.117\";a:1:{i:0;i:1750623759;}s:14:\"52.167.144.193\";a:1:{i:3;i:1751470990;}s:12:\"77.146.4.158\";a:1:{i:4;i:1750628707;}s:14:\"209.59.229.236\";a:2:{i:0;i:1750644377;i:1;i:1750644379;}s:14:\"212.98.224.210\";a:1:{i:0;i:1750647657;}s:14:\"52.167.144.207\";a:1:{i:2;i:1750756365;}s:12:\"173.252.87.1\";a:1:{i:0;i:1750656737;}s:14:\"173.252.87.116\";a:1:{i:0;i:1750656740;}s:14:\"109.69.110.210\";a:1:{i:0;i:1750662329;}s:14:\"212.127.78.200\";a:1:{i:0;i:1750695461;}s:14:\"88.186.111.123\";a:2:{i:2;i:1750698701;i:3;i:1750698702;}s:12:\"88.124.7.145\";a:2:{i:2;i:1750786993;i:3;i:1750786994;}s:12:\"52.169.7.121\";a:3:{i:2;i:1750702999;i:3;i:1750703001;i:4;i:1750703003;}s:12:\"34.53.67.119\";a:3:{i:6;i:1750705661;i:7;i:1750705663;i:8;i:1750705665;}s:14:\"93.123.109.101\";a:5:{i:22;i:1750706350;i:23;i:1750706351;i:24;i:1750706352;i:25;i:1750706353;i:26;i:1750706354;}s:13:\"77.141.37.141\";a:1:{i:7;i:1750707088;}s:14:\"44.223.116.180\";a:1:{i:0;i:1750709584;}s:15:\"104.154.242.136\";a:5:{i:4;i:1750715516;i:5;i:1750715517;i:6;i:1750715518;i:7;i:1750715519;i:8;i:1750715520;}s:13:\"168.90.99.195\";a:1:{i:0;i:1750715668;}s:13:\"88.187.240.21\";a:1:{i:0;i:1750725333;}s:13:\"213.165.69.29\";a:1:{i:0;i:1750725517;}s:13:\"23.102.59.151\";a:2:{i:65;i:1750825386;i:66;i:1750825389;}s:11:\"46.29.26.60\";a:1:{i:0;i:1750735878;}s:12:\"80.214.31.21\";a:1:{i:0;i:1750755475;}s:13:\"114.119.144.7\";a:1:{i:0;i:1750760975;}s:14:\"217.197.161.22\";a:1:{i:773;i:1751045846;}s:13:\"81.249.25.164\";a:2:{i:0;i:1750772729;i:1;i:1750772729;}s:12:\"51.68.233.43\";a:1:{i:1;i:1750782061;}s:12:\"194.5.53.132\";a:1:{i:0;i:1750789970;}s:14:\"34.169.235.118\";a:3:{i:6;i:1750791153;i:7;i:1750791155;i:8;i:1750791157;}s:14:\"90.113.207.164\";a:1:{i:7;i:1750793007;}s:12:\"81.65.112.69\";a:1:{i:0;i:1750802777;}s:14:\"213.35.102.172\";a:1:{i:79;i:1750803923;}s:14:\"216.73.216.229\";a:1:{i:0;i:1750807505;}s:13:\"165.22.252.30\";a:1:{i:0;i:1750813678;}s:12:\"40.113.19.58\";a:5:{i:0;i:1750817667;i:1;i:1750817668;i:2;i:1750817669;i:3;i:1750817670;i:4;i:1750817671;}s:14:\"52.167.144.171\";a:1:{i:2;i:1751352866;}s:13:\"104.43.200.55\";a:1:{i:44;i:1750851733;}s:14:\"77.204.105.219\";a:1:{i:0;i:1750839050;}s:12:\"64.124.8.157\";a:1:{i:0;i:1750843239;}s:15:\"139.180.225.152\";a:2:{i:0;i:1750843394;i:1;i:1750843396;}s:12:\"163.5.241.56\";a:1:{i:0;i:1750848108;}s:14:\"20.171.207.116\";a:1:{i:35;i:1750875542;}s:14:\"77.204.107.172\";a:1:{i:0;i:1750855213;}s:13:\"90.35.164.165\";a:1:{i:0;i:1750860075;}s:12:\"79.84.91.110\";a:1:{i:0;i:1750860488;}s:13:\"83.114.223.83\";a:1:{i:0;i:1750865760;}s:14:\"128.199.217.86\";a:1:{i:3;i:1750875298;}s:13:\"40.113.94.188\";a:3:{i:7;i:1751048250;i:8;i:1751048252;i:9;i:1751048254;}s:13:\"35.230.65.129\";a:3:{i:6;i:1750878552;i:7;i:1750878554;i:8;i:1750878556;}s:13:\"45.95.214.242\";a:1:{i:0;i:1750878602;}s:12:\"94.26.90.191\";a:2:{i:17;i:1750882198;i:18;i:1750882201;}s:12:\"34.123.7.145\";a:5:{i:4;i:1750888332;i:5;i:1750888333;i:6;i:1750888334;i:7;i:1750888335;i:8;i:1750888336;}s:13:\"13.74.181.217\";a:3:{i:31;i:1750899657;i:32;i:1750899659;i:33;i:1750899661;}s:14:\"88.174.230.189\";a:1:{i:0;i:1750906990;}s:15:\"192.112.165.202\";a:1:{i:0;i:1750908506;}s:13:\"95.173.222.22\";a:2:{i:3;i:1750913049;i:4;i:1750913052;}s:13:\"196.251.85.48\";a:1:{i:3;i:1751575298;}s:15:\"192.112.165.155\";a:1:{i:1;i:1750936352;}s:12:\"40.77.167.50\";a:1:{i:6;i:1751420874;}s:14:\"77.130.249.233\";a:1:{i:4;i:1750940532;}s:15:\"104.168.155.170\";a:1:{i:0;i:1750950330;}s:11:\"5.49.82.154\";a:1:{i:0;i:1750953000;}s:15:\"165.232.175.102\";a:1:{i:0;i:1750958105;}s:13:\"40.77.167.157\";a:1:{i:3;i:1751471238;}s:11:\"2.13.21.218\";a:1:{i:0;i:1750966945;}s:12:\"109.30.212.4\";a:1:{i:0;i:1750967938;}s:13:\"92.151.117.21\";a:1:{i:0;i:1750969922;}s:12:\"34.41.208.37\";a:5:{i:4;i:1750979265;i:5;i:1750979266;i:6;i:1750979267;i:7;i:1750979268;i:8;i:1750979269;}s:14:\"196.251.86.209\";a:1:{i:1;i:1751190591;}s:15:\"192.112.165.129\";a:1:{i:0;i:1750989282;}s:13:\"13.79.187.143\";a:5:{i:10;i:1751335954;i:11;i:1751335955;i:12;i:1751335956;i:13;i:1751335957;i:14;i:1751335958;}s:12:\"13.74.177.36\";a:3:{i:29;i:1751003631;i:30;i:1751003633;i:31;i:1751003635;}s:14:\"86.193.251.111\";a:1:{i:0;i:1751003893;}s:12:\"40.77.167.12\";a:1:{i:1;i:1751198201;}s:12:\"91.92.46.236\";a:1:{i:11;i:1751663492;}s:13:\"92.184.123.18\";a:1:{i:1;i:1751013435;}s:15:\"192.112.165.159\";a:1:{i:0;i:1751014581;}s:15:\"210.157.194.141\";a:2:{i:0;i:1751024042;i:1;i:1751024043;}s:13:\"40.69.199.204\";a:4:{i:20;i:1751024940;i:21;i:1751024941;i:22;i:1751024942;i:23;i:1751024943;}s:13:\"40.69.219.102\";a:2:{i:0;i:1751026435;i:1;i:1751026437;}s:13:\"52.138.205.76\";a:2:{i:0;i:1751028510;i:1;i:1751028512;}s:13:\"182.253.58.97\";a:1:{i:0;i:1751031324;}s:12:\"209.188.31.5\";a:2:{i:12;i:1751034010;i:13;i:1751034013;}s:12:\"93.8.148.158\";a:1:{i:1;i:1751039882;}s:13:\"88.170.127.20\";a:1:{i:0;i:1751047508;}s:15:\"128.199.149.129\";a:2:{i:0;i:1751049284;i:1;i:1751049287;}s:15:\"192.112.165.143\";a:1:{i:0;i:1751053478;}s:12:\"34.105.81.92\";a:3:{i:24;i:1751113561;i:25;i:1751113563;i:26;i:1751113565;}s:13:\"87.250.224.44\";a:1:{i:0;i:1751059905;}s:13:\"207.46.13.141\";a:1:{i:1;i:1751114031;}s:14:\"176.175.113.29\";a:1:{i:0;i:1751094519;}s:14:\"176.190.12.127\";a:1:{i:0;i:1751096459;}s:15:\"176.172.110.238\";a:1:{i:0;i:1751096802;}s:13:\"40.77.167.156\";a:1:{i:5;i:1751442667;}s:13:\"35.224.181.69\";a:5:{i:4;i:1751105667;i:5;i:1751105668;i:6;i:1751105669;i:7;i:1751105670;i:8;i:1751105671;}s:11:\"90.9.101.84\";a:1:{i:0;i:1751108092;}s:13:\"54.254.200.56\";a:1:{i:0;i:1751111325;}s:13:\"207.46.13.126\";a:1:{i:2;i:1751233780;}s:13:\"37.57.218.243\";a:1:{i:0;i:1751118824;}s:12:\"45.157.54.26\";a:1:{i:3;i:1751481234;}s:11:\"5.48.149.93\";a:1:{i:0;i:1751138622;}s:11:\"37.65.6.235\";a:1:{i:0;i:1751143980;}s:14:\"52.178.209.115\";a:3:{i:21;i:1751145582;i:22;i:1751145584;i:23;i:1751145586;}s:14:\"104.28.247.133\";a:1:{i:1;i:1751164474;}s:15:\"172.207.240.118\";a:2:{i:58;i:1751248120;i:59;i:1751248122;}s:11:\"85.76.2.149\";a:1:{i:1;i:1751173634;}s:13:\"86.223.45.130\";a:1:{i:0;i:1751181381;}s:13:\"64.233.173.99\";a:1:{i:0;i:1751184946;}s:14:\"77.204.104.144\";a:1:{i:2;i:1751185155;}s:12:\"207.46.13.78\";a:1:{i:0;i:1751199334;}s:14:\"95.182.184.200\";a:1:{i:0;i:1751200151;}s:13:\"80.214.114.49\";a:1:{i:3;i:1751201562;}s:14:\"156.248.103.49\";a:2:{i:0;i:1751202926;i:1;i:1751202928;}s:15:\"193.251.162.179\";a:1:{i:0;i:1751204724;}s:13:\"47.128.16.155\";a:2:{i:4;i:1751206640;i:5;i:1751206640;}s:13:\"81.51.153.141\";a:1:{i:2;i:1751212860;}s:13:\"95.108.213.97\";a:1:{i:0;i:1751213488;}s:13:\"90.23.195.100\";a:1:{i:0;i:1751220272;}s:13:\"216.213.29.74\";a:2:{i:0;i:1751224801;i:1;i:1751224802;}s:12:\"31.32.238.25\";a:1:{i:0;i:1751225396;}s:13:\"92.184.105.39\";a:1:{i:0;i:1751225651;}s:14:\"52.167.144.217\";a:1:{i:3;i:1751506723;}s:13:\"88.183.32.114\";a:1:{i:0;i:1751228474;}s:13:\"34.145.97.178\";a:3:{i:6;i:1751228963;i:7;i:1751228965;i:8;i:1751228967;}s:14:\"35.223.238.138\";a:5:{i:4;i:1751240099;i:5;i:1751240100;i:6;i:1751240101;i:7;i:1751240102;i:8;i:1751240103;}s:12:\"5.255.231.36\";a:1:{i:0;i:1751242218;}s:14:\"217.114.43.119\";a:3:{i:16;i:1751245673;i:17;i:1751245675;i:18;i:1751245677;}s:10:\"47.82.60.3\";a:1:{i:0;i:1751271968;}s:11:\"34.237.0.97\";a:2:{i:0;i:1751284703;i:1;i:1751284707;}s:13:\"92.88.170.250\";a:1:{i:0;i:1751286520;}s:11:\"40.77.167.2\";a:1:{i:5;i:1751490391;}s:11:\"47.82.60.42\";a:1:{i:0;i:1751290025;}s:14:\"92.149.169.231\";a:1:{i:0;i:1751293323;}s:13:\"5.255.231.120\";a:1:{i:0;i:1751295701;}s:12:\"40.77.167.61\";a:1:{i:1;i:1751306691;}s:12:\"37.66.31.227\";a:1:{i:0;i:1751302305;}s:11:\"34.83.39.88\";a:3:{i:15;i:1751335908;i:16;i:1751335910;i:17;i:1751335912;}s:13:\"179.184.8.199\";a:1:{i:0;i:1751306540;}s:14:\"92.158.144.127\";a:1:{i:0;i:1751316428;}s:13:\"204.44.192.27\";a:1:{i:8;i:1751318056;}s:13:\"47.128.96.126\";a:1:{i:2;i:1751320966;}s:13:\"66.249.64.161\";a:1:{i:0;i:1751320991;}s:15:\"213.180.203.207\";a:1:{i:0;i:1751330917;}s:12:\"103.8.25.126\";a:1:{i:8;i:1751333794;}s:13:\"65.108.69.245\";a:3:{i:0;i:1751336325;i:1;i:1751336327;i:2;i:1751336328;}s:14:\"45.131.194.243\";a:2:{i:317;i:1751352040;i:318;i:1751352043;}s:14:\"216.73.163.154\";a:1:{i:17;i:1751352109;}s:14:\"196.251.66.105\";a:1:{i:8;i:1751355078;}s:14:\"92.184.104.168\";a:1:{i:0;i:1751363181;}s:12:\"92.184.116.5\";a:1:{i:0;i:1751364731;}s:13:\"130.44.201.60\";a:2:{i:0;i:1751367546;i:1;i:1751367547;}s:14:\"86.237.197.204\";a:1:{i:0;i:1751372952;}s:13:\"35.230.24.152\";a:3:{i:6;i:1751399813;i:7;i:1751399815;i:8;i:1751399817;}s:13:\"40.77.167.235\";a:1:{i:0;i:1751405184;}s:14:\"51.178.146.199\";a:1:{i:0;i:1751405889;}s:13:\"89.46.108.194\";a:1:{i:0;i:1751405891;}s:14:\"92.184.104.138\";a:1:{i:0;i:1751428548;}s:14:\"103.186.30.186\";a:1:{i:7;i:1751437157;}s:12:\"81.88.52.193\";a:1:{i:0;i:1751438720;}s:13:\"87.250.224.51\";a:1:{i:0;i:1751442727;}s:14:\"103.74.175.201\";a:1:{i:0;i:1751443595;}s:13:\"82.216.149.21\";a:1:{i:1;i:1751447294;}s:15:\"176.173.195.141\";a:1:{i:1;i:1751448286;}s:12:\"40.77.167.10\";a:1:{i:0;i:1751456625;}s:13:\"52.201.234.80\";a:2:{i:0;i:1751460496;i:1;i:1751460498;}s:13:\"65.21.113.250\";a:1:{i:0;i:1751461477;}s:13:\"185.196.9.254\";a:1:{i:0;i:1751462791;}s:13:\"88.121.154.40\";a:1:{i:0;i:1751468135;}s:10:\"86.54.25.8\";a:1:{i:2;i:1751662382;}s:13:\"52.169.252.32\";a:5:{i:52;i:1751472899;i:53;i:1751472900;i:54;i:1751472901;i:55;i:1751472902;i:56;i:1751472902;}s:12:\"66.249.64.74\";a:1:{i:133;i:1751814238;}s:12:\"37.66.201.51\";a:1:{i:0;i:1751475373;}s:14:\"92.141.113.136\";a:1:{i:0;i:1751480900;}s:12:\"93.23.17.100\";a:2:{i:2;i:1751484113;i:3;i:1751484117;}s:12:\"88.125.5.196\";a:1:{i:0;i:1751484765;}s:13:\"34.138.44.130\";a:3:{i:24;i:1751545679;i:25;i:1751545681;i:26;i:1751545683;}s:13:\"48.218.63.154\";a:2:{i:58;i:1751572397;i:59;i:1751572399;}s:12:\"157.66.56.52\";a:1:{i:0;i:1751491941;}s:12:\"65.21.226.48\";a:1:{i:0;i:1751510080;}s:13:\"77.128.85.247\";a:1:{i:0;i:1751534999;}s:13:\"92.92.128.133\";a:1:{i:0;i:1751545223;}s:13:\"74.59.254.152\";a:2:{i:2;i:1751554636;i:3;i:1751554637;}s:12:\"90.48.84.150\";a:1:{i:0;i:1751563244;}s:15:\"176.185.157.254\";a:1:{i:0;i:1751567914;}s:12:\"83.99.151.66\";a:1:{i:1;i:1751709839;}s:13:\"47.128.96.137\";a:2:{i:3;i:1751581236;i:4;i:1751581240;}s:13:\"34.29.154.224\";a:1:{i:0;i:1751581788;}s:11:\"3.248.40.75\";a:1:{i:2;i:1751628937;}s:14:\"178.128.95.157\";a:1:{i:1;i:1751771463;}s:14:\"47.128.121.160\";a:2:{i:2;i:1751613899;i:3;i:1751613900;}s:13:\"92.184.107.53\";a:1:{i:0;i:1751633756;}s:15:\"176.165.125.219\";a:1:{i:0;i:1751643096;}s:15:\"176.161.238.158\";a:1:{i:0;i:1751644521;}s:11:\"103.8.27.59\";a:3:{i:0;i:1751647675;i:1;i:1751647675;i:2;i:1751647675;}s:12:\"192.178.6.33\";a:1:{i:59;i:1751732716;}s:13:\"37.171.241.25\";a:1:{i:1;i:1751649190;}s:13:\"17.241.219.27\";a:1:{i:0;i:1751659913;}s:13:\"17.241.227.99\";a:1:{i:0;i:1751663247;}s:12:\"89.81.57.235\";a:1:{i:0;i:1751666220;}s:15:\"107.173.197.110\";a:1:{i:0;i:1751666335;}s:13:\"159.65.143.38\";a:1:{i:1;i:1751676164;}s:14:\"206.41.165.239\";a:1:{i:0;i:1751696085;}s:12:\"86.221.44.39\";a:1:{i:3;i:1751697262;}s:13:\"109.237.130.6\";a:3:{i:1;i:1751701692;i:2;i:1751701694;i:3;i:1751701696;}s:13:\"89.46.108.121\";a:3:{i:0;i:1751702075;i:1;i:1751702077;i:2;i:1751702079;}s:13:\"17.241.75.164\";a:1:{i:0;i:1751703422;}s:12:\"31.39.89.115\";a:1:{i:0;i:1751705329;}s:15:\"176.173.219.137\";a:1:{i:0;i:1751718710;}s:14:\"37.165.238.142\";a:1:{i:4;i:1751720296;}s:12:\"81.250.24.92\";a:1:{i:0;i:1751726004;}s:12:\"90.79.44.165\";a:1:{i:0;i:1751726922;}s:14:\"152.42.171.166\";a:1:{i:3;i:1751730621;}s:14:\"63.246.157.253\";a:1:{i:0;i:1751733541;}s:14:\"88.138.234.242\";a:1:{i:0;i:1751735134;}s:14:\"47.128.122.129\";a:1:{i:0;i:1751742501;}s:11:\"77.131.3.88\";a:1:{i:0;i:1751743216;}s:13:\"66.249.89.138\";a:2:{i:0;i:1751758468;i:1;i:1751758469;}s:14:\"207.32.128.170\";a:1:{i:0;i:1751763590;}s:13:\"101.32.254.13\";a:2:{i:0;i:1751771950;i:1;i:1751771954;}s:11:\"47.82.60.22\";a:1:{i:0;i:1751781630;}s:15:\"213.180.203.230\";a:1:{i:0;i:1751797113;}s:14:\"148.113.182.95\";a:1:{i:0;i:1751800385;}s:14:\"167.160.50.254\";a:1:{i:0;i:1751800615;}s:13:\"82.67.122.213\";a:2:{i:0;i:1751802393;i:1;i:1751802394;}s:14:\"88.180.217.160\";a:1:{i:1;i:1751804065;}s:12:\"88.163.17.72\";a:1:{i:1;i:1751808509;}s:14:\"176.146.157.98\";a:1:{i:0;i:1751808055;}s:12:\"45.91.20.120\";a:1:{i:0;i:1751810101;}s:14:\"208.52.181.102\";a:2:{i:0;i:1751866064;i:1;i:1751866065;}s:11:\"18.97.14.85\";a:1:{i:4;i:1751870448;}s:13:\"46.238.150.80\";a:1:{i:0;i:1751870379;}s:13:\"216.73.216.93\";a:1:{i:0;i:1752548081;}}', `autoload` = 'off' WHERE `option_name` = 'rsssl_404_cache'

Erreur de la base de données WordPress : [INSERT command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_redirection_404']
INSERT INTO `wpfimopop_redirection_404` (`url`, `domain`, `ip`, `created`, `agent`, `referrer`, `request_method`, `http_code`) VALUES ('/wp-content/uploads/2013/10/Fimo_SOFT_blending_chart.pdf', 'https://www.fimo-pop.com', '216.73.216.93', '2025-07-15 02:54:41', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'https://www.fimo-pop.com/wp-content/uploads/2013/10/Fimo_SOFT_blending_chart.pdf', 'GET', '404')

Page introuvable - Fimo POP – Tutos, astuces, idées

It looks like nothing was found at this location. Try the search below.

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_9__2951165530', '1752549881', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'ngudavid_folio'@'10.10.20.56' for table 'wpfimopop_options']
INSERT INTO `wpfimopop_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_9__2951165530', '[]', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)