File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/.cpanel/logs/restoredb/2024-07-08T14:11:15Z.1.log
{"type":"info","name":"no-virus","data":{"description":"No virus detected in upload “pharmacy_wp547.sql.gz”.","file":"pharmacy_wp547.sql.gz"}}
{"data":{"description":"The system is extracting the archive “/home/pharmacy/tmp/Cpanel_Form_file.upload.9646eaf3”.","archive":"/home/pharmacy/tmp/Cpanel_Form_file.upload.9646eaf3","file":"pharmacy_wp547.sql.gz"},"name":"gunzip","type":"info"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"The system identified the database name for the backup file “pharmacy_wp547.sql.gz” to be “pharmacy_wp547”.","database":"pharmacy_wp547"},"name":"database_name","type":"debug"}
{"type":"info","data":{"database":"pharmacy_wp547","file":"pharmacy_wp547.sql.gz","description":"The system created the database “pharmacy_wp547” since it did not exist."},"name":"database_create"}
{"type":"debug","data":{"username":"pharmacy_7dzsk2z","description":"The system created a temporary database user “pharmacy_7dzsk2z”.","file":"pharmacy_wp547.sql.gz"},"name":"created_temp_database_user"}
{"data":{"description":"The system linked the temporary database user “pharmacy_7dzsk2z” to the database “pharmacy_wp547”.","file":"pharmacy_wp547.sql.gz","username":"pharmacy_7dzsk2z","database":"pharmacy_wp547"},"name":"linked_temp_database_user_to_database","type":"debug"}
{"name":"restoring_start","data":{"description":"The system is starting to restore the database backup “pharmacy_wp547.sql.gz”.","file":"pharmacy_wp547.sql.gz"},"type":"info"}
{"type":"debug","name":"restoring","data":{"description":"--------------\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */\n--------------\n\n--------------\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */\n--------------\n\n--------------\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */\n--------------\n\n--------------\n/*!40101 SET NAMES utf8mb4 */\n--------------\n\n--------------\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */\n--------------\n\n--------------\n/*!40103 SET TIME_ZONE='+00:00' */\n--------------\n\n--------------\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */\n--------------\n\n--------------\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */\n--------------\n\n--------------\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */\n--------------\n\n--------------\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */\n--------------\n\n--------------\n/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHE","file":"pharmacy_wp547.sql.gz"}}
{"name":"restoring","data":{"description":"MA = 'performance_schema' AND TABLE_NAME = 'session_variables' */\n--------------\n\n--------------\n/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\\'rocksdb_bulk_load\\'', 'SELECT 0') */\n--------------\n\n--------------\n/*!50717 PREPARE s FROM @rocksdb_get_is_supported */\n--------------\n\n--------------\n/*!50717 EXECUTE s */\n--------------\n\n--------------\n/*!50717 DEALLOCATE PREPARE s */\n--------------\n\n--------------\n/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */\n--------------\n\n--------------\n/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */\n--------------\n\n--------------\n/*!50717 EXECUTE s */\n--------------\n\n--------------\n/*!50717 DEALLOCATE PREPARE s */\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wp_actionscheduler_actions`\n--------------\n\n--------------\n/*!40101 SET","file":"pharmacy_wp547.sql.gz"},"type":"debug"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":" @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wp_actionscheduler_actions` (\n  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,\n  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `attempts` int(11) NOT NULL DEFAULT '0',\n  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,"},"name":"restoring"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"\n  PRIMARY KEY (`action_id`),\n  KEY `hook` (`hook`),\n  KEY `status` (`status`),\n  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),\n  KEY `args` (`args`),\n  KEY `group_id` (`group_id`),\n  KEY `last_attempt_gmt` (`last_attempt_gmt`),\n  KEY `claim_id` (`claim_id`),\n  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wp_actionscheduler_actions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wp_actionscheduler_claims`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n------------"},"name":"restoring","type":"debug"}
{"data":{"description":"--\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wp_actionscheduler_claims` (\n  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  PRIMARY KEY (`claim_id`),\n  KEY `date_created_gmt` (`date_created_gmt`)\n) ENGINE=InnoDB AUTO_INCREMENT=10381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wp_actionscheduler_claims` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wp_actionscheduler_groups`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40","file":"pharmacy_wp547.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wp_actionscheduler_groups` (\n  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  PRIMARY KEY (`group_id`),\n  KEY `slug` (`slug`(191))\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wp_actionscheduler_groups` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES (1,'action-scheduler-migration'),(2,'wp_mail_smtp')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wp_actionscheduler_logs`\n--------------\n\n--","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wp_actionscheduler_logs` (\n  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `action_id` bigint(20) unsigned NOT NULL,\n  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  PRIMARY KEY (`log_id`),\n  KEY `action_id` (`action_id`),\n  KEY `log_date_gmt` (`log_date_gmt`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wp_actionscheduler_logs` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE K"},"type":"debug"}
{"type":"debug","data":{"description":"EYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wp_commentmeta`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wp_commentmeta` (\n  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `meta_key` varchar(255) DEFAULT NULL,\n  `meta_value` longtext,\n  PRIMARY KEY (`meta_id`),\n  KEY `comment_id` (`comment_id`),\n  KEY `meta_key` (`meta_key`(191))\n) ENGINE=InnoDB DEFAULT CHARSET=utf8\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wp_commentmeta` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"description":" TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wp_comments`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wp_comments` (\n  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `comment_author` tinytext NOT NULL,\n  `comment_author_email` varchar(100) NOT NULL DEFAULT '',\n  `comment_author_url` varchar(200) NOT NULL DEFAULT '',\n  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',\n  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `comment_content` text NOT NULL,\n  `comment_karma` int(11) NOT NULL DEFAULT '0',\n  `comment_approved` varchar(20) NOT NULL DEFAULT '1',\n  `comment_agent` varchar(255) NOT NULL DEFAULT '',\n  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',\n  `comm","file":"pharmacy_wp547.sql.gz"},"type":"debug"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"ent_parent` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  PRIMARY KEY (`comment_ID`),\n  KEY `comment_post_ID` (`comment_post_ID`),\n  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),\n  KEY `comment_date_gmt` (`comment_date_gmt`),\n  KEY `comment_parent` (`comment_parent`),\n  KEY `comment_author_email` (`comment_author_email`(10))\n) ENGINE=InnoDB AUTO_INCREMENT=223 DEFAULT CHARSET=utf8\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wp_comments` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) "},"name":"restoring","type":"debug"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"VALUES (51,663,'price of stromectol','','https://ivermectina.quest','65.108.65.145','2022-01-26 20:55:25','2022-01-26 18:55:25','<strong>ivermectin uk buy</strong>\\n\\nstromectol ivermectin',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(52,663,'generic cialis online','','https://tadalafilcialisbuy.quest','65.108.65.145','2022-01-27 01:00:00','2022-01-26 23:00:00','<strong>generic cialis professional</strong>\\n\\ncialis australia',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(53,663,'https://anextravout.hatenablog.com/','','https://anextravout.hatenablog.com/','46.161.11.11','2022-01-27 03:17:27','2022-01-27 01:17:27','<strong>Generic cialis tadalafil https://anextravout.hatenablog.com/</strong>\\n\\nCheers. Good information!',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3060.47 Safari/537.36','trackback',0,0),(54,663,'generic viagra prices in usa','','ht"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"tps://genericviagraprice.quest','65.108.65.145','2022-01-27 10:47:33','2022-01-27 08:47:33','<strong>buying viagra</strong>\\n\\nsildenafil para que sirve',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(55,663,'how to buy viagra tablets','','https://www.genericviagraprice.quest','83.142.52.34','2022-01-27 12:03:05','2022-01-27 10:03:05','<strong>generic prescription viagra</strong>\\n\\norder real viagra online',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(56,663,'ivermectin for animals','','https://ivermectincovid.quest','5.181.170.61','2022-01-27 13:13:12','2022-01-27 11:13:12','<strong>ivermectin near me</strong>\\n\\nivermectin 400 mg brands',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(57,663,'stromectol preis','','https://buyivermectinusa.quest','45.148.232.232','2022-01-27 15:37:58','2022-01-27 13:37:58','<strong>ivermectin monash</strong>\\n\\niverm","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"ectin otc',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(58,663,'purchase proventil inhaler','','https://ventolininhaler.quest','176.119.141.252','2022-01-27 20:17:17','2022-01-27 18:17:17','<strong>cheap ventolin online</strong>\\n\\nalbuterol tabs',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(59,663,'flccc ivermectin','','https://flcccivermectin.quest','65.108.65.145','2022-01-28 17:26:37','2022-01-28 15:26:37','<strong>flccc alliance treatment protocol</strong>\\n\\nflccc ivermectin',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(60,663,'flccc ivermectin','','https://flccc-ivermectin.quest','65.108.65.145','2022-01-28 20:17:15','2022-01-28 18:17:15','<strong>flccc ivermectin</strong>\\n\\nflccc ivermectin',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(61,663,'ivermectin nobel prize','','https://iverm"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"ectin12mgbuy.quest','65.108.65.145','2022-01-31 17:28:34','2022-01-31 15:28:34','<strong>ivermectin brand</strong>\\n\\nprice of ivermectin tablets',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(62,663,'ivermectin 10 ml','','https://flcccallianceivermectin.us.org','65.108.65.145','2022-02-01 23:58:50','2022-02-01 21:58:50','<strong>ivermectin usa price</strong>\\n\\nivermectin tablets order',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(63,663,'stromectol covid','','https://ivermectined.quest','65.108.65.145','2022-02-02 21:20:18','2022-02-02 19:20:18','<strong>ivermectin 5ml</strong>\\n\\nindia ivermectin',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(64,663,'stromectol tablets','','https://ivermectinxtab.quest','65.108.65.145','2022-02-03 10:47:56','2022-02-03 08:47:56','<strong>ivermectin kaufen</strong>\\n\\nivermectin cost',0,'0','Mozilla/5.0 (Windows N","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"T 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(65,663,'stromectol for sale','','https://ivermectinxbuy.quest','65.108.65.145','2022-02-03 13:51:20','2022-02-03 11:51:20','<strong>ivermectin australia</strong>\\n\\nivermectin buy online',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(66,663,'stromectol tablets','','https://ivermectinenow.quest/','5.9.48.121','2022-02-03 19:06:58','2022-02-03 17:06:58','<strong>buy ivermectin online</strong>\\n\\nivermectin ontario',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(67,663,'ivermectin buy online','','https://ivermectiner.quest','65.108.65.145','2022-02-03 19:24:48','2022-02-03 17:24:48','<strong>stromectol price</strong>\\n\\nivermectin buy online',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(68,663,'ivermectin india','','https://ivermectinxx.quest','65.108.65.145','2022-02-04 01:02:09','2"}}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"022-02-03 23:02:09','<strong>stromectol tablets</strong>\\n\\nwhere to purchase ivermectin',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(69,663,'ignition casino code','','https://casinoagg.quest','5.9.48.121','2022-02-04 14:00:30','2022-02-04 12:00:30','<strong>ignition casino deposit</strong>\\n\\nignition casino usa',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(70,663,'frontline doctors ivermectin','','https://ivermectinad.quest','65.108.65.145','2022-02-04 14:09:35','2022-02-04 12:09:35','<strong>ivermectin cost</strong>\\n\\nstromectol walgreens',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(71,663,'buy generic cialis online','','https://cialis20mgr.quest','5.9.48.121','2022-02-08 18:16:15','2022-02-08 16:16:15','<strong>cialis walmart</strong>\\n\\ncialis 20mg online',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','t"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"rackback',0,0),(72,663,'ivermectin 4000','','https://ivermectinee.quest','84.38.184.163','2022-02-09 00:40:25','2022-02-08 22:40:25','<strong>where to buy ivermectin</strong>\\n\\nivermectin antiviral',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(73,663,'how to get viagra','','https://buyviagra100mgusa.quest','5.9.48.121','2022-02-09 16:23:08','2022-02-09 14:23:08','<strong>viagra ice cream go sale selfridges</strong>\\n\\nus online pharmacy generic viagra',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(74,663,'ivermectin 12','','https://ivermectinmed.quest','84.38.184.163','2022-02-09 17:21:38','2022-02-09 15:21:38','<strong>ivermectin 50ml</strong>\\n\\nivermectin 200',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(75,663,'cialis usa','','https://cialisgenericbuy.quest','84.38.184.163','2022-02-09 22:32:21','2022-02-09 20:32:21','<strong>order cialis from"}}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":" india online</strong>\\n\\nwhere to purchase cialis in canada',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(76,663,'sildenafil walmart','','https://buyviagraotcusa.monster','84.38.184.163','2022-02-10 02:25:04','2022-02-10 00:25:04','<strong>cheapest generic viagra</strong>\\n\\nsildenafil medication',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(77,663,'stromectol preis','','https://ivermectin12mg.quest','84.38.184.163','2022-02-10 16:08:45','2022-02-10 14:08:45','<strong>ivermectin solubility</strong>\\n\\nstromectol covid',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(78,663,'where can i buy generic cialis','','https://cialispillsbuyonlinegeneric.quest','84.38.184.163','2022-02-10 22:41:54','2022-02-10 20:41:54','<strong>generic cialis online in uk</strong>\\n\\nbuy generic cialis online from india',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) G"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"ecko/20100101 Firefox/45.0','trackback',0,0),(79,663,'order generic cialis online canada','','https://ivermectined.energy','5.9.48.121','2022-02-11 00:47:17','2022-02-10 22:47:17','<strong>buy 5mg tadalafil</strong>\\n\\nmedshuku cialis without a doctor prescription',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(80,663,'suhagra tablet 50 mg','','https://ivermectinflcc.monster','5.9.48.121','2022-02-11 17:03:39','2022-02-11 15:03:39','<strong>sildenafilo</strong>\\n\\nbuy viagra online',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(81,663,'generic cialis uk cost','','https://cialis20mgbuypillsnorx.monster','84.38.184.163','2022-02-11 21:12:53','2022-02-11 19:12:53','<strong>cialis generic canada</strong>\\n\\ntadalafil otc',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(82,663,'cheap sildenafil online in usa','','https://getsildenafil.monster','5.9.48.121','"}}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"2022-02-11 21:16:05','2022-02-11 19:16:05','<strong>how to buy sildenafil pills</strong>\\n\\nhow to purchase sildenafil pills',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(83,663,'buy cialis over the counter','','https://tadalafilmix.quest','84.38.184.163','2022-02-12 01:02:51','2022-02-11 23:02:51','<strong>cialis prescription prices</strong>\\n\\nwhat is tadalafil',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(84,663,'best price on ivermectin pills','','https://ivermectinmy.quest','84.38.184.163','2022-02-13 15:44:55','2022-02-13 13:44:55','<strong>stromectol tablets uk</strong>\\n\\nivermectin tablets for humans',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(85,663,'sildenafil tablets for sale','','https://fixviagramgo.monster','5.9.48.121','2022-02-14 03:36:13','2022-02-14 01:36:13','<strong>where to purchase sildenafil pills</strong>\\n\\nsildenafil p"},"name":"restoring"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"ills',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(86,663,'tadalafil cialis','','https://generic.monster','5.9.48.121','2022-02-14 12:25:22','2022-02-14 10:25:22','<strong>cialis tablets</strong>\\n\\ncialis generic',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(87,663,'cialis for women','','https://cheapgeneric.monster','5.9.48.121','2022-02-14 13:43:12','2022-02-14 11:43:12','<strong>how to buy cialis from canada</strong>\\n\\ntadalafil peptides',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(88,663,'alternative to cialis','','https://genericonline.monster','5.9.48.121','2022-02-14 14:53:10','2022-02-14 12:53:10','<strong>cheapest online generic cialis</strong>\\n\\ncheap generic cialis from india',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(89,663,'buy prednisone over counter','','https://cheaptabl"},"name":"restoring"}
{"name":"restoring","data":{"description":"ets20mg.monster','5.9.48.121','2022-02-14 20:19:30','2022-02-14 18:19:30','<strong>buy prednisone pills</strong>\\n\\nwhat is prednisone 20mg tablets',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(90,663,'prednisone 20mg','','https://cheaprxprednisonetablets.monster','5.9.48.121','2022-02-14 21:40:53','2022-02-14 19:40:53','<strong>much does prednisone 20mg cost</strong>\\n\\nprednisone 20mg',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(91,663,'molnupavir','','https://molnupiravir.monster','84.38.184.163','2022-02-15 17:53:14','2022-02-15 15:53:14','<strong>molnupiravir ingredients</strong>\\n\\nmolnupiravir fact sheet for patients',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(92,663,'tadalafil online purchase','','https://cialisblacksnorx.com','84.38.184.163','2022-02-16 17:39:20','2022-02-16 15:39:20','<strong>india pharmacy tadalafil</strong>\\n\\nciali","file":"pharmacy_wp547.sql.gz"},"type":"debug"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"s reviews',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(93,663,'tadalafil generic usa','','https://cialiswithoutprescriptiononline.quest','84.38.184.163','2022-02-16 22:49:05','2022-02-16 20:49:05','<strong>buy cialis online in india</strong>\\n\\ntadalafil regular dose',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(94,663,'price of ivermectin liquid','','https://ivermectinchp.com','84.38.184.163','2022-02-17 16:53:51','2022-02-17 14:53:51','<strong>ivermectin in diabetic patients</strong>\\n\\nivermectin 2mg',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(95,663,'prednisone','','https://prednisoneca.com','5.9.48.121','2022-02-17 18:22:52','2022-02-17 16:22:52','<strong>steroid side effects</strong>\\n\\nprednisone side effects in women',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(96,663,'best way to "},"name":"restoring"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"use viagra','','https://usaviagraprice100mg.com','84.38.184.163','2022-02-17 21:13:37','2022-02-17 19:13:37','<strong>goodrx viagra</strong>\\n\\ngeneric viagra tablets',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(97,663,'cialis price','','https://usacialisdosage.com','5.9.48.121','2022-02-17 22:18:49','2022-02-17 20:18:49','<strong>generic cialis tadalafil</strong>\\n\\ntadalafil cialis',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(98,663,'new no deposit casinos accepting us players','','https://onlinecasinorealmoneyx.com','84.38.184.163','2022-02-18 02:15:42','2022-02-18 00:15:42','<strong>casino world play online</strong>\\n\\nonline casino real money free',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(99,663,'generic','','https://usacialismaxdosage.com','5.9.48.121','2022-02-18 16:48:55','2022-02-18 14:48:55','<strong>generic for cialis</strong>\\n\\n"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"cialis generic',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(100,663,'ivermectin 1','','https://ivermectindu.monster','84.38.184.163','2022-02-18 18:59:05','2022-02-18 16:59:05','<strong>ivermectin nz</strong>\\n\\nivermectin 6mg tablet for lice',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(101,663,'ivermectin purchasing','','https://ivermectinma.quest','84.38.184.163','2022-02-19 00:58:43','2022-02-18 22:58:43','<strong>ivermectin 3mg</strong>\\n\\nprice of stromectol',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(102,663,'stromectol for scabies dosage','','https://ivermectinbo.quest','5.9.48.121','2022-02-19 14:09:16','2022-02-19 12:09:16','<strong>ivermectin bnf</strong>\\n\\nivermectin pills for people',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(103,663,'online casinos free play cash','','https"}}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"://onlinecasinorealmoneyusa.quest','84.38.184.163','2022-02-19 15:48:43','2022-02-19 13:48:43','<strong>casino games that pay real money</strong>\\n\\nusa casino free spins no deposit codes',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(104,663,'cialis with dapoxetine','','https://americancialisnow.com','5.9.48.121','2022-02-19 22:41:27','2022-02-19 20:41:27','<strong>buy tadalafil online</strong>\\n\\ngeneric cialis',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(105,663,'viagra pill','','https://americanviagranext.com','84.38.184.163','2022-02-20 01:34:44','2022-02-19 23:34:44','<strong>sildenafil tablets</strong>\\n\\nhappy family store viagra pills',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(106,663,'generic cialis','','https://dosage20mgcialisa.com','5.9.48.121','2022-02-20 12:23:11','2022-02-20 10:23:11','<strong>generic</strong>\\n\\ncialis goodrx',"},"name":"restoring"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(107,663,'ivermectin mexico','','https://ade-ohvalley.org','5.9.48.121','2022-02-21 19:32:27','2022-02-21 17:32:27','<strong>ivermectin generic</strong>\\n\\nivermectin dosierung',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(108,663,'stromectol xr','','https://ivermectinon.quest','84.38.184.163','2022-02-23 16:42:00','2022-02-23 14:42:00','<strong>ivermectin tablets for humans</strong>\\n\\nstromectol tab',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(109,663,'stromectol 15 mg','','https://ivermectinasale.quest','84.38.184.163','2022-02-24 17:54:19','2022-02-24 15:54:19','<strong>buy stromectol pills</strong>\\n\\npush health ivermectin',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(110,663,'ivermectin mexico','','https://ivermectinuget.quest','5.9.48.121','"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"2022-02-28 23:54:38','2022-02-28 21:54:38','<strong>ivermectina oral</strong>\\n\\nivermectin tablets over counter',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(111,663,'ivermectin pill cost','','https://oivermectina.monster','84.38.184.163','2022-03-01 18:28:10','2022-03-01 16:28:10','<strong>stromectol tablete</strong>\\n\\ndoes ivermectin work',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(112,663,'canada pharmacies online','','http://andere.strikingly.com/','46.161.11.11','2022-03-03 21:24:05','2022-03-03 19:24:05','<strong>canada pharmacies online http://andere.strikingly.com/</strong>\\n\\nPerfectly spoken really. .',0,'0','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3183.85 Safari/537.36','trackback',0,0),(113,663,'stromectol order','','https://ivermectinsalemo.quest','45.147.103.88','2022-03-09 20:19:31','2022-03-09 18:19:31','<strong>ivermectin canada</stro","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"ng>\\n\\nhow much does ivermectin cost',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(114,663,'ivermectin 5','','https://ivermectinew.monster','46.161.11.48','2022-03-10 16:10:19','2022-03-10 14:10:19','<strong>ivermectin 5ml</strong>\\n\\nivermectin and india',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(115,663,'lasix 20 mg tabs','','https://lasixgenericname100mgbuy.quest','46.161.11.48','2022-03-10 23:53:00','2022-03-10 21:53:00','<strong>lasix cost</strong>\\n\\nhow to get lasix without a prescription',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(116,663,'lasix buy online','','https://lasixgenericname100mg.quest','46.161.11.48','2022-03-11 15:42:46','2022-03-11 13:42:46','<strong>price of furosemide 12.5 mg</strong>\\n\\nfurosemide 12.5 mg',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(117,663,'iver"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"description":"mectin 5 mg price','','https://ivermectineb.quest','46.161.11.48','2022-03-12 16:38:13','2022-03-12 14:38:13','<strong>stromectol price usa</strong>\\n\\ngeneric for ivermectin',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(118,663,'oral ivermectin cost','','https://ivermectinak.quest','46.161.11.48','2022-03-15 18:10:21','2022-03-15 16:10:21','<strong>ivermectin uses in humans</strong>\\n\\nivermectine posologie',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(119,663,'stromectol ivermectin 3 mg','','https://ivermectinan.quest','46.161.11.48','2022-03-17 15:42:19','2022-03-17 13:42:19','<strong>ivermectin 1 cream</strong>\\n\\nstromectol 3 mg tablet price',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(120,663,'what is ivermectin','','https://ivermectinas.quest','46.161.11.48','2022-03-17 20:23:54','2022-03-17 18:23:54','<strong>ivermectin for gapeworm</stro","file":"pharmacy_wp547.sql.gz"}}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"ng>\\n\\nivermectine sans ordonnance',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(121,663,'tadalafil peptides','','https://acialisalex.quest/','181.177.86.72','2022-03-19 17:18:39','2022-03-19 15:18:39','<strong>india pharmacy tadalafil</strong>\\n\\ntadalafil sandoz',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(122,663,'ivermectin price comparison','','https://ivermectinec.quest','46.161.11.48','2022-03-23 15:54:57','2022-03-23 13:54:57','<strong>ivermectine</strong>\\n\\nivermectin human dosage',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(123,663,'lucky slots','','https://luckylandslotsrealmoney.com','46.161.11.48','2022-03-24 15:12:06','2022-03-24 13:12:06','<strong>lucky land slots free sweeps cash</strong>\\n\\nluckyland slots casino download',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(124,66"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"3,'stromectol coronavirus','','http://ivermectinei.quest','46.161.11.48','2022-03-31 14:59:14','2022-03-31 12:59:14','<strong>where can you get ivermectin</strong>\\n\\nstromectol 0.1',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(125,663,'stromectol tablets for humans for sale','','https://ivermectinel.quest','46.161.11.48','2022-04-01 21:11:39','2022-04-01 19:11:39','<strong>ivermectin gel</strong>\\n\\nstromectol at',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(126,663,'ivermectin canada','','https://ivermectinek.quest','46.161.11.48','2022-04-18 14:45:00','2022-04-18 12:45:00','<strong>buy ivermectin nz</strong>\\n\\nivermectin sale',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(127,663,'ivermectin in canada for humans','','https://getivermectinesasa.wordpress.com','46.161.11.48','2022-04-19 15:06:16','2022-04-19 13:06:16','<strong>ivermectin wiki</st"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"description":"rong>\\n\\nivermectin pills',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(128,663,'ivermectin 5 mg price','','https://ivermectinesd.quest','46.161.11.48','2022-04-21 14:44:59','2022-04-21 12:44:59','<strong>ivermectin dosing</strong>\\n\\nivermectin lotion for scabies',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(129,663,'ivermectin for humans for sale','','https://southeylab.org','46.161.11.48','2022-05-05 23:11:11','2022-05-05 21:11:11','<strong>ivermectin brand</strong>\\n\\nivermectin otc',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(130,663,'viagra or cialis','','https://ciagenericonline.wordpress.com/','46.161.11.48','2022-05-23 18:35:15','2022-05-23 16:35:15','<strong>cheap cialis india</strong>\\n\\ncialis online in us',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(131,663,'stromectol 3 mg dosa","file":"pharmacy_wp547.sql.gz"}}
{"type":"debug","name":"restoring","data":{"description":"ge','','https://buyivermectinesusa.wordpress.com','46.161.11.48','2022-06-01 15:58:03','2022-06-01 13:58:03','<strong>ivermectin price comparison</strong>\\n\\norder stromectol online',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(132,663,'ivermectin 500ml','','https://ivermectina.store','46.161.11.48','2022-06-02 02:34:19','2022-06-02 00:34:19','<strong>ivermectin cream 5</strong>\\n\\nivermectin 3mg',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(133,663,'stromectol cvs','','https://ivermectina.weebly.com/','46.161.11.48','2022-06-10 17:16:31','2022-06-10 15:16:31','<strong>buy stromectol 12mg</strong>\\n\\ndoes ivermectin work',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(134,663,'stromectol canada','','https://stromectolof.com/','46.161.11.48','2022-06-15 18:43:08','2022-06-15 16:43:08','<strong>ivermectin cost in usa</strong>\\n\\nivermectin dosage for ","file":"pharmacy_wp547.sql.gz"}}
{"data":{"description":"covid',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(135,663,'stromectol without prescription','','https://ivermectined.agency','46.161.11.48','2022-06-22 17:05:45','2022-06-22 15:05:45','<strong>brazil ivermectin</strong>\\n\\nivermectin in canada for humans',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','trackback',0,0),(136,663,'Как избавиться от тревоги','','http://0120561092.com/blog/?wptouch_switch=desktop','92.55.164.46','2022-08-23 15:49:21','2022-08-23 13:49:21','<strong>избавиться состояния</strong>\\n\\n[...]Great weblog right here! Additionally your website loads up very fast![...]',0,'0','','trackback',0,0),(137,663,'как избавиться от тревоги и стресса','','https://techplanet.today/post/kak-izbavitsya-ot-trevogi-iz-za-bespokoistv-straxa-navyazcivyx-myslei','92.55.181.179','2022-08-24 07:21:15','2022-08-24 05:21:15','<strong>тревоги в�","file":"pharmacy_wp547.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"description":"�утреннего</strong>\\n\\n[...]Wow, fantastic weblog structure! How lengthy have you ever been running a blog for?[...]',0,'0','','trackback',0,0),(138,663,'как избавиться от тревоги и навязчивых мыслей','','https://techplanet.today/post/kak-izbavitsya-ot-trevogi-iz-za-bespokoistv-straxa-navyazcivyx-myslei#1000','92.55.181.179','2022-08-24 11:35:03','2022-08-24 09:35:03','<strong>постоянного чувства</strong>\\n\\n[...]Great weblog right here! Additionally your website rather a lot up very fast![...]',0,'0','','trackback',0,0),(139,663,'как избавиться от тревоги и навязчивых мыслей','','https://techplanet.today/post/kak-izbavitsya-ot-trevogi-iz-za-bespokoistv-straxa-navyazcivyx-myslei#200','92.55.181.179','2022-08-24 12:30:46','2022-08-24 10:30:46','<strong>постоянного чувства</strong>\\n\\n[...]Wow, marvelous weblog structure! How lengthy have you ever been running a blog for?[...]',0,'0','','tr","file":"pharmacy_wp547.sql.gz"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"ackback',0,0),(140,663,'reduslim','','http://1c-ural.ru/bitrix/rk.php?goto=https://techplanet.today/post/reduslim-per-dimagrante-la-verit-prezzo-in-farmacia-recensioni-vere-opinioni','5.34.8.206','2022-08-25 16:53:54','2022-08-25 14:53:54','<strong>reduslim anche per uomo</strong>\\n\\n[...]The total glance of your site is great, let smartly as the content![...]',0,'0','','trackback',0,0),(141,663,'reduslim prezzo in farmacia','','http://1c-college.ru/bitrix/redirect.php?goto=https://techplanet.today/post/reduslim-per-dimagrante-la-verit-prezzo-in-farmacia-recensioni-vere-opinioni','5.34.8.206','2022-08-25 17:18:13','2022-08-25 15:18:13','<strong>reduslim lo vendono in farmacia</strong>\\n\\n[...] What host are you the use of? Can I am getting your associate link for your host? I desire my website loaded up as fast as yours lol[...]',0,'0','','trackback',0,0),(142,663,'reduslim controindicazioni','','http://1190.bicyclesonthemoon.info/ott2/redirect?f=https://techplanet.today/post/reduslim-per-dimagrante-la-verit-"},"type":"debug"}
{"name":"restoring","data":{"description":"prezzo-in-farmacia-recensioni-vere-opinioni','5.34.8.206','2022-08-25 17:34:56','2022-08-25 15:34:56','<strong>reduslim in farmacia</strong>\\n\\n[...]Wow, incredible weblog format! How lengthy have you ever been running a blog for?[...]',0,'0','','trackback',0,0),(143,663,'reduslim controindicazioni','','https://techplanet.today/post/reduslim-per-dimagrante-la-verit-prezzo-in-farmacia-recensioni-vere-opinioni','5.34.8.206','2022-08-25 18:39:11','2022-08-25 16:39:11','<strong>reduslim erboristeria</strong>\\n\\n[...]The whole look of your web site is fantastic, let well as the content material![...]',0,'0','','trackback',0,0),(144,663,'reduslim prezzo','','http://1c-hotel.com/bitrix/redirect.php?goto=https://techplanet.today/post/reduslim-per-dimagrante-la-verit-prezzo-in-farmacia-recensioni-vere-opinioni','87.247.46.104','2022-08-26 12:53:00','2022-08-26 10:53:00','<strong>http://blog.3balls.com/best-rated-irons-golf/</strong>\\n\\n[...]you make blogging glance[...]',0,'0','','trackback',0,0),(145,663,'reduslim op","file":"pharmacy_wp547.sql.gz"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"inioni','','http://1c-hotel.cloud/bitrix/redirect.php?goto=https://techplanet.today/post/reduslim-per-dimagrante-la-verit-prezzo-in-farmacia-recensioni-vere-opinioni','87.247.46.104','2022-08-26 13:25:27','2022-08-26 11:25:27','<strong>reduslim farmacia online</strong>\\n\\n[...]Wow, marvelous weblog format! How lengthy have you ever been running a blog for?[...]',0,'0','','trackback',0,0),(146,663,'reduslim farmacia','','http://168friend.com/externalpage.php?url=https://techplanet.today/post/reduslim-per-dimagrante-la-verit-prezzo-in-farmacia-recensioni-vere-opinioni','87.247.46.104','2022-08-26 14:07:23','2022-08-26 12:07:23','<strong>reduslim componenti</strong>\\n\\n[...]Wow, awesome blog format! How long have you been blogging for?[...]',0,'0','','trackback',0,0),(147,663,'как избавиться от тревоги и стресса','','http://1ceao.ru/bitrix/rk.php?goto=https://techplanet.today/post/kak-izbavitsya-ot-trevogi-iz-za-bespokoistv-straxa-navyazcivyx-myslei','87.247.46.104','2022-08-26 15:1"}}
{"name":"restoring","data":{"description":"4:23','2022-08-26 13:14:23','<strong>как избавиться от тревоги и панических атак форум</strong>\\n\\n[...] What web host are you the usage of? Can I get affiliate hyperlink to your host? I wish web site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(148,663,'как избавиться от тревоги и стресса','','http://1c-ural.ru/bitrix/rk.php?goto=https://techplanet.today/post/kak-izbavitsya-ot-trevogi-iz-za-bespokoistv-straxa-navyazcivyx-myslei','87.247.46.104','2022-08-26 15:50:20','2022-08-26 13:50:20','<strong>как избавиться от страха и тревоги перед людьми</strong>\\n\\n[...]I am no longer certain the place you\\'re getting your information, but great topic.[...]',0,'0','','trackback',0,0),(149,663,'Reduslim Precio en la farmacia','','https://techplanet.today/post/reduslim-para-adelgazar-la-verdad-precio-en-la-farmacia-opiniones-reales','87.247.46.104','2022-08-26 17:08:32','2022-08-26 15:08:","file":"pharmacy_wp547.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":"32','<strong>reduslim funziona davvero</strong>\\n\\n[...]I am not positive where you are getting your info, however good topic.[...]',0,'0','','trackback',0,0),(150,663,'Reduslim opiniones reales','','http://15282.click.critsend-link.com/c.r?v=4%20paaslc6rblbsadaah5ucqjgw2tsg6nentoqo3mh5p7llfr534mqgequrn6ztttmnuyp6x7u5i7e5g6tpej3owq5t25ryrpbqggfzzntpg2otv4b23p26bp2daqhbzf2et3uh4rz35p2lwxjcwawscyczm','87.247.46.104','2022-08-26 17:27:44','2022-08-26 15:27:44','<strong>reduslim opinioni recensioni</strong>\\n\\n[...] What web host are you the usage of? Can I get affiliate hyperlink to your host? I wish web site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(151,663,'как избавиться от тревоги и навязчивых мыслей','','http://1c-ta.ru/bitrix/redirect.php?goto=https://techplanet.today/post/kak-izbavitsya-ot-trevogi-iz-za-bespokoistv-straxa-navyazcivyx-myslei','92.55.163.14','2022-08-31 17:42:35','2022-08-31 15:42:35','<strong>как избавиться от �","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"description":"�траха болезней и тревоги</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(152,663,'как избавиться от тревоги и страха','','https://techplanet.today/post/6-sovetov-kotorye-izbavyat-ot-cuvstva-trevogi-i-trevoznosti-instrukciya-2022','145.249.251.130','2022-09-01 15:28:29','2022-09-01 13:28:29','<strong>как избавиться от постоянной тревоги и беспокойства и страха форум</strong>\\n\\n[...] What host are you using? Can I am getting your associate link on your host? I want site loaded up as fast as yours lol[...]',0,'0','','trackback',0,0),(153,663,'как избавиться от тревоги и стресса','','http://1c-resort.ru/bitrix/redirect.php?goto=https://techplanet.today/post/6-sovetov-kotorye-izbavyat-ot-cuvstva-trevogi-i-trevoznosti-instrukciya-2022','145.249.251.130','2022-09-01 15:50:06','2022-09-01 13:50:06','<strong>как избавиться от стра","file":"pharmacy_wp547.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":"ха и тревоги психология слушать онлайн бесплатно</strong>\\n\\n[...]I am no longer certain where you are getting your info, however good topic.[...]',0,'0','','trackback',0,0),(154,663,'как избавиться от тревоги и навязчивых мыслей','','http://11qq.ru/go?https://techplanet.today/post/6-sovetov-kotorye-izbavyat-ot-cuvstva-trevogi-i-trevoznosti-instrukciya-2022','37.99.11.50','2022-09-05 18:00:01','2022-09-05 16:00:01','<strong>как избавиться от постоянного чувства тревоги и волнения</strong>\\n\\n[...]Excellent weblog right here! Additionally your site quite a bit up very fast![...]',0,'0','','trackback',0,0),(155,663,'как избавиться от тревоги и стресса','','http://100not.ru/redirect.php?u=https://techplanet.today/post/6-sovetov-kotorye-izbavyat-ot-cuvstva-trevogi-i-trevoznosti-instrukciya-2022','37.99.11.50','2022-09-05 20:29:21','2022-09-05 18:29:21','<s","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"trong>что такое тревога и как от нее избавиться</strong>\\n\\n[...]Wow, superb weblog structure! How lengthy have you ever been running a blog for?[...]',0,'0','','trackback',0,0),(156,663,'как избавиться от тревоги и страха','','http://1000love.net/lovelove/link.php?url=https://techplanet.today/post/6-sovetov-kotorye-izbavyat-ot-cuvstva-trevogi-i-trevoznosti-instrukciya-2022','5.34.40.96','2022-09-08 21:23:16','2022-09-08 19:23:16','<strong>анна погребняк тирания тревоги как избавиться от тревожности и беспокойства</strong>\\n\\n[...] What host are you using? Can I am getting your associate link on your host? I want site loaded up as fast as yours lol[...]',0,'0','','trackback',0,0),(157,663,'как избавиться от тревоги и страха','','https://techplanet.today/post/kak-izbavitsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi','77.94.17.126','2022-09-21 "}}
{"type":"debug","name":"restoring","data":{"description":"12:46:09','2022-09-21 10:46:09','<strong>форум как избавиться от тревоги</strong>\\n\\n[...]I am not positive where you are getting your info, however good topic.[...]',0,'0','','trackback',0,0),(158,663,'как избавиться от тревоги и стресса','','https://zhzh.info/go?https://techplanet.today/post/kak-izbavitsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi','77.94.17.126','2022-09-21 12:53:38','2022-09-21 10:53:38','<strong>андрей курпатов человек неразумный как избавиться от тревоги депрессии и раздражительности</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(159,663,'как избавиться от тревоги и навязчивых мыслей','','http://mosprogulka.ru/go?https://techplanet.today/post/kak-izbavitsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi','77.94.17.126','2022-09-21 12:57:48','2022-09-21 10:57:48'","file":"pharmacy_wp547.sql.gz"}}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":",'<strong>как избавиться от тревоги и беспокойства форум чувства внутри без причины</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(160,663,'как избавиться от тревоги и страха','','http://1ceao.ru/bitrix/rk.php?goto=https://techplanet.today/post/kak-izbavitsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi','77.94.17.126','2022-09-21 14:11:05','2022-09-21 12:11:05','<strong>как избавиться от страха и тревоги психология</strong>\\n\\n[...] What host are you using? Can I am getting your associate link on your host? I want site loaded up as fast as yours lol[...]',0,'0','','trackback',0,0),(161,663,'как избавиться от тревоги и навязчивых мыслей','','http://1c-ural.ru/bitrix/rk.php?goto=https://techplanet.today/post/kak-izbavitsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi','77.94.17.126','2022-09-"},"type":"debug"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"21 14:16:45','2022-09-21 12:16:45','<strong>психология как избавиться от тревоги</strong>\\n\\n[...]Great weblog right here! Additionally your website rather a lot up very fast![...]',0,'0','','trackback',0,0),(162,663,'как избавиться от тревоги самостоятельно таблетки','','http://11qq.ru/go?https://techplanet.today/post/kak-izbavitsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi','109.166.76.124','2022-09-30 09:24:36','2022-09-30 07:24:36','<strong>как избавиться от чувства тревоги и беспокойства внутри без причины форум</strong>\\n\\n[...]Wow, awesome blog format! How long have you been blogging for?[...]',0,'0','','trackback',0,0),(163,663,'как избавиться от тревоги депрессии страха беспокойств самостоятельно','','http://1190.bicyclesonthemoon.info/ott2/redirect?f=https://techplanet.today/post/kak-izbavi"},"name":"restoring"}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"tsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi','109.166.76.124','2022-09-30 10:12:14','2022-09-30 08:12:14','<strong>ковпак скачать как избавиться от тревоги и страха</strong>\\n\\n[...]Great weblog right here! Additionally your website rather a lot up very fast![...]',0,'0','','trackback',0,0),(164,663,'Как избавиться от страха и чувства тревоги, беспокойства без причины и стресса','','https://techplanet.today/post/kak-izbavitsya-ot-trevoznosti-samostoyatelno-tabletki-protiv-trevogi#1','109.206.1.139','2022-09-30 13:54:38','2022-09-30 11:54:38','<strong>курпатов как избавиться от тревоги депрессии видео</strong>\\n\\n[...]Great weblog right here! Additionally your website loads up very fast![...]',0,'0','','trackback',0,0),(165,663,'Reduslim precio Comprar en farmacias españolas (original, sitio oficial)','','https://techplanet.today/post/reduslim-m"},"type":"debug"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"ejor-precio-comprar-linea-en-farmacias-espanolas-original-sitio-oficial','5.34.63.155','2022-10-04 14:52:49','2022-10-04 12:52:49','<strong>reduslim pagina oficial</strong>\\n\\n[...]I am now not sure where you are getting your info, however good topic.[...]',0,'0','','trackback',0,0),(166,663,'Reduslim precio en farmacias españolas original, sitio oficial','','http://1190.bicyclesonthemoon.info/ott2/redirect?f=https://techplanet.today/post/reduslim-mejor-precio-comprar-linea-en-farmacias-espanolas-original-sitio-oficial','5.34.63.155','2022-10-04 15:15:23','2022-10-04 13:15:23','<strong>chicote reduslim opiniones</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(167,663,'Reduslim precio Comprar farmacias original, sitio oficial','','http://168friend.com/externalpage.php?url=https://techplanet.today/post/reduslim-mejor-precio-comprar-linea-en-farmacias-espanolas-original-sitio-oficial','5.34.63.155','2022-10-04 15:21:43','2022-10-04 13:21:43','<strong>reduslim sara carbonero</str"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"ong>\\n\\n[...]Wow, amazing blog layout! How long have you been blogging for?[...]',0,'0','','trackback',0,0),(168,663,'Reduslim precio Comprar linea en farmacias españolas original, sitio oficial','','http://17salsa.com/home/link.php?url=https://techplanet.today/post/reduslim-mejor-precio-comprar-linea-en-farmacias-espanolas-original-sitio-oficial','5.34.63.155','2022-10-04 15:26:16','2022-10-04 13:26:16','<strong>reduslim amazon opiniones</strong>\\n\\n[...]The total glance of your site is great, let smartly as the content![...]',0,'0','','trackback',0,0),(169,663,'Как избавиться от чувства страха и тревоги, беспокойства без причины, от стресса и навязчивых мыслей самостоятельно','','https://techplanet.today/post/kak-izbavitsya-ot-cuvstva-straxa-i-trevogi-bespokoistva-bez-priciny-ot-stressa-i-navyazcivyx-myslei-samostoyatelno','5.34.63.155','2022-10-05 06:32:22','2022-10-05 04:32:22','<strong>как избавит","file":"pharmacy_wp547.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":"ься от страха и тревоги видео</strong>\\n\\n[...]I am now not sure where you are getting your info, however good topic.[...]',0,'0','','trackback',0,0),(170,663,'Mejores precios en España Comprar linea (original, sitio oficial)','','https://techplanet.today/post/reduslim-mejor-precio-comprar-linea-en-farmacias-espanolas-original-sitio-oficial#1','37.99.11.181','2022-10-07 17:42:01','2022-10-07 15:42:01','<strong>opiniones reales de reduslim</strong>\\n\\n[...]you make blogging glance[...]',0,'0','','trackback',0,0),(171,663,'Как избавиться от чувства страха и тревоги, беспокойства без причины, от стресса и навязчивых мыслей самостоятельно','','https://techplanet.today/post/kak-izbavitsya-ot-cuvstva-straxa-i-trevogi-bespokoistva-bez-priciny-ot-stressa-i-navyazcivyx-myslei-samostoyatelno#1','37.99.11.181','2022-10-07 18:01:06','2022-10-07 16:01:06','<strong>как избавиться от по","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"стоянного чувства тревоги и вины</strong>\\n\\n[...]Wow, superb weblog structure! How lengthy have you ever been running a blog for?[...]',0,'0','','trackback',0,0),(172,663,'Reduslim prezzo in farmacia','','https://techplanet.today/post/reduslim-prezzo-in-farmacia-miglior-prezzo-italia-comprare-online-originale-sito-ufficiale','92.49.250.119','2022-10-08 18:14:47','2022-10-08 16:14:47','<strong>reduslim prima e dopo</strong>\\n\\n[...]I am no longer certain the place you\\'re getting your information, but great topic.[...]',0,'0','','trackback',0,0),(173,663,'Miglior prezzo Italia Comprare online (originale, sito ufficiale)','','http://17salsa.com/home/link.php?url=https://techplanet.today/post/reduslim-prezzo-in-farmacia-miglior-prezzo-italia-comprare-online-originale-sito-ufficiale','92.49.250.119','2022-10-08 20:01:23','2022-10-08 18:01:23','<strong>reduslim ? pericoloso</strong>\\n\\n[...]The total glance of your site is great, let smartly as the content![...]',0,'0','','trackback',0"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":",0),(174,663,'как избавиться от чувства вины','','https://sway.office.com/7EaFL50sPMxn99sC','5.34.114.154','2022-10-13 16:13:59','2022-10-13 14:13:59','<strong>как избавиться от чувства тревоги после пьянки</strong>\\n\\n[...]The entire glance of your site is wonderful, let smartly as the content![...]',0,'0','','trackback',0,0),(175,663,'как избавиться от чувства вины','','http://17salsa.com/home/link.php?url=https://sway.office.com/7EaFL50sPMxn99sC','5.34.114.154','2022-10-13 17:10:28','2022-10-13 15:10:28','<strong>как избавиться от чувства вина</strong>\\n\\n[...]Nice blog here! Also your website a lot up fast![...]',0,'0','','trackback',0,0),(176,663,'как избавиться от чувства вины','','http://168friend.com/externalpage.php?url=https://sway.office.com/7EaFL50sPMxn99sC','5.34.114.154','2022-10-13 17:14:47','2022-10-13 15:14:47','<strong>как избавиться о�"}}
{"type":"debug","data":{"description":"� чувства вины перед умершим человеком форум</strong>\\n\\n[...] What web host are you the usage of? Can I get affiliate hyperlink to your host? I wish web site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(177,663,'как избавиться от чувства вины и стыда','','http://1190.bicyclesonthemoon.info/ott2/redirect?f=https://sway.office.com/7EaFL50sPMxn99sC','92.49.221.192','2022-10-14 11:25:00','2022-10-14 09:25:00','<strong>как избавиться от чувства вины полностью</strong>\\n\\n[...]I am now not sure where you are getting your info, however good topic.[...]',0,'0','','trackback',0,0),(178,663,'как избавиться от чувства вины','','https://sway.office.com/BtVGsWR5klfhCBYb','92.49.221.192','2022-10-14 15:50:31','2022-10-14 13:50:31','<strong>чувство вины перед взрослыми детьми как избавиться от нее</strong>\\n\\n[...]The overall","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"data":{"description":" look of your website is excellent, let neatly as the content material![...]',0,'0','','trackback',0,0),(179,663,'как избавиться от чувства вины','','https://instabio.cc/4101509ZDFfuq','37.99.73.235','2022-10-15 11:25:24','2022-10-15 09:25:24','<strong>елена тарарина хватит обвинять себя как избавиться от чувства вины навсегда скачать</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(180,663,'как избавиться от чувства вины','','https://wakelet.com/wake/yKMjP1kjMS7662p-EKX-p','37.99.73.235','2022-10-15 11:51:57','2022-10-15 09:51:57','<strong>как избавиться от чувства вины за прошлое себя простить</strong>\\n\\n[...]I am no longer certain the place you\\'re getting your information, but great topic.[...]',0,'0','','trackback',0,0),(181,663,'как избавиться от чувства вины','','https://melan","file":"pharmacy_wp547.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"interest.com/pin/как-избавиться-от-чувства-вины-6-способ/','37.99.73.235','2022-10-15 12:23:48','2022-10-15 10:23:48','<strong>как избавится от чувства вины после расставания</strong>\\n\\n[...]Excellent weblog right here! Additionally your site quite a bit up very fast![...]',0,'0','','trackback',0,0),(182,663,'как избавиться от чувства вины','','https://www.podchaser.com/lists/как-избавиться-от-чувства-вины-и-стыда-убираем-все-сожалени-11R4NtULRv','37.99.73.235','2022-10-15 13:45:34','2022-10-15 11:45:34','<strong>как избавиться от постоянного чувства вины во всем</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(183,663,'как избавиться от чувства вины','','https://documenter.getpostman.com/view/23889875/2s847A1HZb','37.99.73.235','2022-10-15 15:54:08','2022-10-15 "},"name":"restoring"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"13:54:08','<strong>хватит обвинять себя как избавиться от чувства вины навсегда елена тарарина скачать</strong>\\n\\n[...]I am no longer certain the place you\\'re getting your information, but great topic.[...]',0,'0','','trackback',0,0),(184,663,'как избавиться от чувства вины','','https://www.ourboox.com/books/kak-izbavitsya-ot-chystva-viny-1/','37.99.11.226','2022-10-16 08:47:33','2022-10-16 06:47:33','<strong>как избавится от чувства вины перед бывшим</strong>\\n\\n[...]Excellent weblog right here! Additionally your site quite a bit up very fast![...]',0,'0','','trackback',0,0),(185,663,'как избавиться от чувства вины','','https://kaalama.org/read-blog/191829','37.99.11.226','2022-10-16 09:13:14','2022-10-16 07:13:14','<strong>лечебная музыка как избавиться от обиды боли и чувства вины 432 гц част"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"оты счастья</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(186,663,'как избавиться от чувства вины','','https://cursedmetal.com/blogs/24074/Как-избавиться-от-чувства-вины-и-стыда-7-способов-избавиться','37.99.11.226','2022-10-16 09:27:54','2022-10-16 07:27:54','<strong>как избавиться от чувства вины измена</strong>\\n\\n[...] What web host are you using? Can I get affiliate hyperlink in your host? I want site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(187,663,'как избавиться от чувства вины','','https://medium.com/@all.musicoflife8642/как-избавиться-от-чувства-вины-избавляемся-от-сожалений-за-5-минут-b960fe1f885b','37.99.11.226','2022-10-16 09:40:17','2022-10-16 07:40:17','<strong>что такое чувство вины и как от него избави�"}}
{"type":"debug","data":{"description":"�ься</strong>\\n\\n[...] What web host are you the usage of? Can I get affiliate hyperlink to your host? I wish web site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(188,663,'How to buy a prescription drug without a prescription?','','https://sway.office.com/izwFHL6vIwMeggMN','5.34.121.65','2022-10-18 20:17:21','2022-10-18 18:17:21','<strong>otc medicines</strong>\\n\\n[...]you make blogging glance[...]',0,'0','','trackback',0,0),(189,663,'How to buy a prescription drug without a prescription?','','http://11165151.addotnet.com/dbc?http://111056.net/yomisearch/rank.cgi?http://1025h.com/wp/?wptouch_switch=mobile','92.55.163.224','2022-10-18 22:05:38','2022-10-18 20:05:38','<strong>prescription drug</strong>\\n\\n[...] What host are you the use of? Can I am getting your associate link for your host? I desire my website loaded up as fast as yours lol[...]',0,'0','','trackback',0,0),(190,663,'How to buy a prescription drug without a prescription?','','http://101enterprises.com/admin/revive-adser","file":"pharmacy_wp547.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"ver-3.0.2/www/delivery/ck.php?ct=1','92.55.163.224','2022-10-19 07:36:04','2022-10-19 05:36:04','<strong>side effects</strong>\\n\\n[...] What web host are you using? Can I get affiliate hyperlink in your host? I want site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(191,663,'How to buy a prescription drug without a prescription?','','http://1000love.net/lovelove/link.php?url=https://sway.office.com/izwFHL6vIwMeggMN','92.55.163.224','2022-10-19 07:40:21','2022-10-19 05:40:21','<strong>active ingredients</strong>\\n\\n[...]Wow, marvelous weblog structure! How lengthy have you ever been running a blog for?[...]',0,'0','','trackback',0,0),(192,663,'How to buy a prescription drug without a prescription?','','http://09.snuipp.fr/spip.php?action=converser','92.55.163.224','2022-10-19 08:02:12','2022-10-19 06:02:12','<strong>permit issued</strong>\\n\\n[...] What host are you using? Can I am getting your associate link on your host? I want site loaded up as fast as yours lol[...]',0,'0','','trackback"},"name":"restoring"}
{"type":"debug","data":{"file":"pharmacy_wp547.sql.gz","description":"',0,0),(193,663,'How to buy a prescription drug without a prescription?','','http://08525.com/cgi-bin/clcounter.cgi?url=https://sway.office.com/izwFHL6vIwMeggMN','92.55.163.224','2022-10-19 08:06:28','2022-10-19 06:06:28','<strong>medical conditions</strong>\\n\\n[...] What web host are you the usage of? Can I get affiliate hyperlink to your host? I wish web site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(194,663,'How to buy a prescription drug without a prescription?','','http://sway.office.com/izwFHL6vIwMeggMN','92.55.163.224','2022-10-19 08:35:10','2022-10-19 06:35:10','<strong>drug dispensed</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(195,663,'How to buy a prescription drug without a prescription?','','http://1190.bicyclesonthemoon.info/ott2/redirect?f=https://sway.office.com/izwFHL6vIwMeggMN','92.55.163.224','2022-10-19 08:57:01','2022-10-19 06:57:01','<strong>behavioral health</strong>\\n\\n[...] What web host are you using? Can I get affiliate hy"},"name":"restoring"}
{"name":"restoring","data":{"file":"pharmacy_wp547.sql.gz","description":"perlink in your host? I want site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(196,663,'How to buy a prescription drug without a prescription?','','http://1169.tracking.markethero.io/v1/r?url=https://sway.office.com/izwFHL6vIwMeggMN','92.55.163.224','2022-10-19 09:03:12','2022-10-19 07:03:12','<strong>drug products</strong>\\n\\n[...] What host are you using? Can I am getting your associate link on your host? I want site loaded up as fast as yours lol[...]',0,'0','','trackback',0,0),(197,663,'How to buy a prescription drug without a prescription?','','http://149.ip-149-56-129.net/tracker/redir.php?url=https://sway.office.com/izwFHL6vIwMeggMN','92.55.163.224','2022-10-19 10:03:50','2022-10-19 08:03:50','<strong>licensed practitioner</strong>\\n\\n[...]Wow, fantastic weblog structure! How lengthy have you ever been running a blog for?[...]',0,'0','','trackback',0,0),(198,663,'Where will they sell pills without a prescription with delivery?','','https://kaalama.org/read-blog/193816','92.55.163."},"type":"debug"}
{"data":{"description":"224','2022-10-19 11:58:43','2022-10-19 09:58:43','<strong>active ingredients</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(199,663,'Where do you sell pills without a prescription with delivery?','','https://cursedmetal.com/blogs/25175/Where-do-you-sell-pills-without-a-prescription-with-delivery','92.55.163.224','2022-10-19 12:11:41','2022-10-19 10:11:41','<strong>national institute</strong>\\n\\n[...]I am not positive where you are getting your info, however good topic.[...]',0,'0','','trackback',0,0),(200,663,'Where can I go to buy pills without a prescription?','','https://melaninterest.com/pin/where-can-i-go-to-buy-pills-without-a-prescription/','92.55.163.224','2022-10-19 12:22:44','2022-10-19 10:22:44','<strong>over-the-counter otc</strong>\\n\\n[...]The full look of your web site is magnificent, let well as the content material![...]',0,'0','','trackback',0,0),(201,663,'Coupons for the purchase of drugs without a prescription','','https://www.podchaser.com/lists/coupons-fo","file":"pharmacy_wp547.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"file":"pharmacy_wp547.sql.gz","description":"r-the-purchase-of-drugs-without-a-prescription-11S0lCRcu7','92.55.163.224','2022-10-19 12:33:19','2022-10-19 10:33:19','<strong>senate house</strong>\\n\\n[...]you made running a blog glance[...]',0,'0','','trackback',0,0),(202,663,'Promo code for the purchase of drugs, you can buy without a prescription','','https://c.realme.com/id/post-details/1582681981689651200','92.55.163.224','2022-10-19 12:39:05','2022-10-19 10:39:05','<strong>illicit drugs</strong>\\n\\n[...] What web host are you the usage of? Can I get affiliate hyperlink to your host? I wish web site loaded up as quickly as yours lol[...]',0,'0','','trackback',0,0),(203,663,'Sale of drugs, you can buy without a prescription','','https://warengo.com/stories/259334-sale-of-drugs-you-can-buy-without-a-prescription','92.55.163.224','2022-10-19 12:58:48','2022-10-19 10:58:48','<strong>licensed practitioner</strong>\\n\\n[...]I am no longer certain the place you\\'re getting your information, but great topic.[...]',0,'0','','trackback',0,0),(204,663,'как и�"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"…","truncated":1,"file":"pharmacy_wp547.sql.gz"}}
{"name":"removed_temp_database_user","data":{"username":"pharmacy_7dzsk2z","file":"pharmacy_wp547.sql.gz","description":"The system removed the temporary database user “pharmacy_7dzsk2z”."},"type":"debug"}
{"name":"restore_done","data":{"file":"pharmacy_wp547.sql.gz","description":"The system successfully restored the database “pharmacy_wp547” from the backup file “pharmacy_wp547.sql.gz”."},"type":"done"}
{"type":"info","name":"processed","data":{"file":"pharmacy_wp547.sql.gz"}}
{"type":"close"}