...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 65.108.66.160 / Your IP : 216.73.217.50 Web Server : Apache System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64 User : alasaweborg ( 1047) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/burp_mysql_backups/ |
Upload File : |
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.6.27-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: assocom_cms
-- ------------------------------------------------------
-- Server version 10.6.27-MariaDB
/*!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 utf8mb4 */;
/*!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 `cms_additional_htmlblob_users`
--
DROP TABLE IF EXISTS `cms_additional_htmlblob_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_additional_htmlblob_users` (
`additional_htmlblob_users_id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`htmlblob_id` int(11) DEFAULT NULL,
PRIMARY KEY (`additional_htmlblob_users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_additional_htmlblob_users`
--
LOCK TABLES `cms_additional_htmlblob_users` WRITE;
/*!40000 ALTER TABLE `cms_additional_htmlblob_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_additional_htmlblob_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_additional_htmlblob_users_seq`
--
DROP TABLE IF EXISTS `cms_additional_htmlblob_users_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_additional_htmlblob_users_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_additional_htmlblob_users_seq`
--
LOCK TABLES `cms_additional_htmlblob_users_seq` WRITE;
/*!40000 ALTER TABLE `cms_additional_htmlblob_users_seq` DISABLE KEYS */;
INSERT INTO `cms_additional_htmlblob_users_seq` (`id`) VALUES (0),(0),(0);
/*!40000 ALTER TABLE `cms_additional_htmlblob_users_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_additional_users`
--
DROP TABLE IF EXISTS `cms_additional_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_additional_users` (
`additional_users_id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`page_id` int(11) DEFAULT NULL,
`content_id` int(11) DEFAULT NULL,
PRIMARY KEY (`additional_users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_additional_users`
--
LOCK TABLES `cms_additional_users` WRITE;
/*!40000 ALTER TABLE `cms_additional_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_additional_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_additional_users_seq`
--
DROP TABLE IF EXISTS `cms_additional_users_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_additional_users_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_additional_users_seq`
--
LOCK TABLES `cms_additional_users_seq` WRITE;
/*!40000 ALTER TABLE `cms_additional_users_seq` DISABLE KEYS */;
INSERT INTO `cms_additional_users_seq` (`id`) VALUES (0),(0),(0);
/*!40000 ALTER TABLE `cms_additional_users_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_admin_bookmarks`
--
DROP TABLE IF EXISTS `cms_admin_bookmarks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_admin_bookmarks` (
`bookmark_id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
PRIMARY KEY (`bookmark_id`),
KEY `cms_index_admin_bookmarks_by_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_admin_bookmarks`
--
LOCK TABLES `cms_admin_bookmarks` WRITE;
/*!40000 ALTER TABLE `cms_admin_bookmarks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_admin_bookmarks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_admin_bookmarks_seq`
--
DROP TABLE IF EXISTS `cms_admin_bookmarks_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_admin_bookmarks_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_admin_bookmarks_seq`
--
LOCK TABLES `cms_admin_bookmarks_seq` WRITE;
/*!40000 ALTER TABLE `cms_admin_bookmarks_seq` DISABLE KEYS */;
INSERT INTO `cms_admin_bookmarks_seq` (`id`) VALUES (0),(0),(0);
/*!40000 ALTER TABLE `cms_admin_bookmarks_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_admin_recent_pages`
--
DROP TABLE IF EXISTS `cms_admin_recent_pages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_admin_recent_pages` (
`id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`access_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_admin_recent_pages`
--
LOCK TABLES `cms_admin_recent_pages` WRITE;
/*!40000 ALTER TABLE `cms_admin_recent_pages` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_admin_recent_pages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_admin_recent_pages_seq`
--
DROP TABLE IF EXISTS `cms_admin_recent_pages_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_admin_recent_pages_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_admin_recent_pages_seq`
--
LOCK TABLES `cms_admin_recent_pages_seq` WRITE;
/*!40000 ALTER TABLE `cms_admin_recent_pages_seq` DISABLE KEYS */;
INSERT INTO `cms_admin_recent_pages_seq` (`id`) VALUES (0),(0),(0);
/*!40000 ALTER TABLE `cms_admin_recent_pages_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_adminlog`
--
DROP TABLE IF EXISTS `cms_adminlog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_adminlog` (
`timestamp` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`username` varchar(25) DEFAULT NULL,
`item_id` int(11) DEFAULT NULL,
`item_name` varchar(50) DEFAULT NULL,
`action` varchar(255) DEFAULT NULL,
`ip_addr` varchar(40) DEFAULT NULL,
KEY `cms_index_adminlog1` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_adminlog`
--
LOCK TABLES `cms_adminlog` WRITE;
/*!40000 ALTER TABLE `cms_adminlog` DISABLE KEYS */;
INSERT INTO `cms_adminlog` (`timestamp`, `user_id`, `username`, `item_id`, `item_name`, `action`, `ip_addr`) VALUES (1675363979,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674739317,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674915088,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675185717,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675272769,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675320584,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1675453271,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675540872,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675631013,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673135512,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675810039,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673222287,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673331430,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1673398638,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673692165,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1673664608,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673575719,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674382472,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674473141,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674722463,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1674722464,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1674725044,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1674962609,0,'',-1,'','FormBuilder submit error: SMTP Error: Data not accepted.<p>SMTP server error: This message contains a virus or other harmful content\r\n550 (Sanesecurity.Phishing.Fake.28628.Coin.UNOFFICIAL)\r\n</p>\n',''),(1674970089,0,'',-1,'','FormBuilder submit error: SMTP Error: Data not accepted.<p>SMTP server error: This message contains a virus or other harmful content\r\n550 (Sanesecurity.Phishing.Fake.28628.Coin.UNOFFICIAL)\r\n</p>\n',''),(1673487177,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674019939,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674110908,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674201479,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673754988,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673931757,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674561883,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674722458,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1674722462,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1674826990,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675096528,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674292243,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674297098,0,'',-1,'Automated Task Succeeded','GatherNotificationsTask',''),(1674406969,0,'',-1,'Error: Unable to load template module_db_tpl \'News','has occured',''),(1673309838,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1673845084,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1674651013,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675004642,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1675720011,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask','');
/*!40000 ALTER TABLE `cms_adminlog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_content`
--
DROP TABLE IF EXISTS `cms_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_content` (
`content_id` int(11) NOT NULL,
`content_name` varchar(255) DEFAULT NULL,
`type` varchar(25) DEFAULT NULL,
`owner_id` int(11) DEFAULT NULL,
`parent_id` int(11) DEFAULT NULL,
`template_id` int(11) DEFAULT NULL,
`item_order` int(11) DEFAULT NULL,
`hierarchy` varchar(255) DEFAULT NULL,
`default_content` tinyint(4) DEFAULT NULL,
`menu_text` varchar(255) DEFAULT NULL,
`content_alias` varchar(255) DEFAULT NULL,
`show_in_menu` tinyint(4) DEFAULT NULL,
`collapsed` tinyint(4) DEFAULT NULL,
`markup` varchar(25) DEFAULT NULL,
`active` tinyint(4) DEFAULT NULL,
`cachable` tinyint(4) DEFAULT NULL,
`id_hierarchy` varchar(255) DEFAULT NULL,
`hierarchy_path` text DEFAULT NULL,
`prop_names` text DEFAULT NULL,
`metadata` text DEFAULT NULL,
`titleattribute` varchar(255) DEFAULT NULL,
`tabindex` varchar(10) DEFAULT NULL,
`accesskey` varchar(5) DEFAULT NULL,
`last_modified_by` int(11) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
`secure` tinyint(4) DEFAULT NULL,
`page_url` varchar(255) DEFAULT NULL,
PRIMARY KEY (`content_id`),
KEY `cms_index_content_by_content_alias_active` (`content_alias`,`active`),
KEY `cms_index_content_by_default_content` (`default_content`),
KEY `cms_index_content_by_parent_id` (`parent_id`),
KEY `cms_index_content_by_hierarchy` (`hierarchy`),
KEY `cms_index_content_by_idhier` (`content_id`,`hierarchy`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_content`
--
LOCK TABLES `cms_content` WRITE;
/*!40000 ALTER TABLE `cms_content` DISABLE KEYS */;
INSERT INTO `cms_content` (`content_id`, `content_name`, `type`, `owner_id`, `parent_id`, `template_id`, `item_order`, `hierarchy`, `default_content`, `menu_text`, `content_alias`, `show_in_menu`, `collapsed`, `markup`, `active`, `cachable`, `id_hierarchy`, `hierarchy_path`, `prop_names`, `metadata`, `titleattribute`, `tabindex`, `accesskey`, `last_modified_by`, `create_date`, `modified_date`, `secure`, `page_url`) VALUES (15,'Quienes somos','content',1,-1,23,1,'00001',1,'Quienes somos','home',1,1,'html',1,1,'15','home','target,pagedata,extra1,extra2,extra3,image,thumbnail,searchable,disable_wysiwyg,image1,content_en','','Home Page, shortcut key=1','','1',1,'2006-07-25 21:22:31','2013-03-21 14:09:39',0,''),(60,'Contacto','content',1,-1,23,5,'00005',0,'Contacto','contacto',1,NULL,'html',1,1,'60','contacto','image,thumbnail,target,disable_wysiwyg,pagedata,extra3,extra2,extra1,searchable,content_en','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2014-02-21 09:52:36','2014-02-21 11:55:03',0,''),(57,'Nuestra filosofia','content',1,-1,23,2,'00002',0,'Nuestra filosofia','nuestra-filosofia',1,NULL,'html',1,1,'57','nuestra-filosofia','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2013-03-21 14:10:56','2013-03-21 14:10:56',0,''),(58,'Nuestros servicios','content',1,-1,23,3,'00003',0,'Nuestros servicios','nuestros-servicios',1,NULL,'html',1,1,'58','nuestros-servicios','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2013-03-21 14:11:34','2013-03-21 14:11:34',0,''),(59,'Implementaciones','content',1,-1,23,4,'00004',0,'Implementaciones','implementaciones',1,NULL,'html',0,1,'59','implementaciones','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2013-03-21 14:12:14','2013-04-09 19:01:11',0,'');
/*!40000 ALTER TABLE `cms_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_content_props`
--
DROP TABLE IF EXISTS `cms_content_props`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_content_props` (
`content_id` int(11) DEFAULT NULL,
`type` varchar(25) DEFAULT NULL,
`prop_name` varchar(255) DEFAULT NULL,
`param1` varchar(255) DEFAULT NULL,
`param2` varchar(255) DEFAULT NULL,
`param3` varchar(255) DEFAULT NULL,
`content` text DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
KEY `cms_index_content_props_by_content_id` (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_content_props`
--
LOCK TABLES `cms_content_props` WRITE;
/*!40000 ALTER TABLE `cms_content_props` DISABLE KEYS */;
INSERT INTO `cms_content_props` (`content_id`, `type`, `prop_name`, `param1`, `param2`, `param3`, `content`, `create_date`, `modified_date`) VALUES (31,'string','content_en',NULL,NULL,NULL,'asdf','2006-07-25 21:22:31','2006-07-25 21:22:31'),(32,'string','content_en',NULL,NULL,NULL,'asdf','2006-07-25 21:22:31','2006-07-25 21:22:31'),(15,'string','target','','','','',NULL,'2013-03-21 14:09:39'),(15,'string','pagedata','','','','',NULL,'2013-03-21 14:09:39'),(15,'string','extra1','','','','',NULL,'2013-03-21 14:09:39'),(15,'string','extra2','','','','',NULL,'2013-03-21 14:09:39'),(15,'string','extra3','','','','',NULL,'2013-03-21 14:09:39'),(15,'string','image','','','','-1',NULL,'2013-03-21 14:09:39'),(15,'string','thumbnail','','','','-1',NULL,'2013-03-21 14:09:39'),(15,'string','searchable','','','','1',NULL,'2013-03-21 14:09:39'),(15,'string','disable_wysiwyg','','','','0',NULL,'2013-03-21 14:09:39'),(15,'string','image1','','','','uploads/images/logo1.gif',NULL,'2013-03-21 14:09:39'),(60,'string','image',NULL,NULL,NULL,'-1',NULL,'2014-02-21 11:55:03'),(60,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2014-02-21 11:55:03'),(60,'string','target',NULL,NULL,NULL,'',NULL,'2014-02-21 11:55:03'),(60,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2014-02-21 11:55:03'),(60,'string','pagedata',NULL,NULL,NULL,'',NULL,'2014-02-21 11:55:03'),(60,'string','extra3',NULL,NULL,NULL,'',NULL,'2014-02-21 11:55:03'),(60,'string','extra2',NULL,NULL,NULL,'',NULL,'2014-02-21 11:55:03'),(60,'string','extra1',NULL,NULL,NULL,'',NULL,'2014-02-21 11:55:03'),(60,'string','searchable',NULL,NULL,NULL,'1',NULL,'2014-02-21 11:55:03'),(60,'string','content_en',NULL,NULL,NULL,'{FormBuilder form=\'contacto\'}',NULL,'2014-02-21 11:55:03'),(15,'string','content_en','','','','<p>Asso Network Solutions es una Empresa comprometida para brindar servicios y proveer herramientas de alta calidad tecnológica.</p>\r\n<p>Nuestro equipo de trabajo está formado por profesionales en el ámbito de IT con amplia experiencia en la capacitación, desarrollo e implementación de nuevas tecnologías.</p>\r\n<p>Estamos estrechamente relacionados al ambiente académico y esto nos obliga a investigar en forma continua las últimas tecnologías. Así podemos garantizar una sólida base que utilizamos para brindarle las soluciones que su Organización necesite.</p>\r\n<p>Nuestra posición independiente de fabricantes, plataformas y tecnologías nos permite asesorarlo de una forma objetiva en la adquisición de dispositivos, software y hardware.</p>',NULL,'2013-03-21 14:09:39'),(57,'string','content_en',NULL,NULL,NULL,'<p>ASSO Network Solutions tiene como meta filosofica garantizar a sus clientes</p>\r\n<ul>\r\n<li>Profesionalismo de alto nivel</li>\r\n<li>Relaciones con elevado nivel ético</li>\r\n<li>Confidencialidad y Honestidad absoluta</li>\r\n<li>Urgencia de respuesta disminuyendo los tiempos</li>\r\n<li>Confiabilidad: trabajo iniciado, trabajo terminado en tiempo y forma</li>\r\n<li>Alta Calidad anticipando y excediendo las expectativas</li>\r\n<li>Investigacion continua para poder ofrecer las ultimas tecnologias</li>\r\n<li>Relaciones a largo plazo asociado en los negocios de base tecnologica</li>\r\n</ul>',NULL,'2013-03-21 14:10:56'),(57,'string','searchable',NULL,NULL,NULL,'1',NULL,'2013-03-21 14:10:56'),(57,'string','extra1',NULL,NULL,NULL,'',NULL,'2013-03-21 14:10:56'),(57,'string','extra2',NULL,NULL,NULL,'',NULL,'2013-03-21 14:10:56'),(57,'string','extra3',NULL,NULL,NULL,'',NULL,'2013-03-21 14:10:56'),(57,'string','pagedata',NULL,NULL,NULL,'',NULL,'2013-03-21 14:10:56'),(57,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2013-03-21 14:10:56'),(57,'string','image',NULL,NULL,NULL,'-1',NULL,'2013-03-21 14:10:56'),(57,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2013-03-21 14:10:56'),(57,'string','target',NULL,NULL,NULL,'',NULL,'2013-03-21 14:10:56'),(58,'string','content_en',NULL,NULL,NULL,'<p><strong>Consultoría en seguridad </strong></p>\r\n<p>La confidencialidad, la integridad y la disponibilidad de la información se convirtieron en cualidades esenciales para mantener y asegurar la ventaja competitiva, el flujo de fondos, la rentabilidad, el cumplimiento de las leyes y la imagen comercial.</p>\r\n<p>La estabilidad de su infraestructura de red puede verse en peligro debido a diferentes amenazas de seguridad. A través de un análisis del estado actual de su red, nuestro equipo podrá evaluar cuán vulnerable es su infraestructura, desarrollar las diferentes alternativas para mejorar su seguridad y, trabajando de forma conjunta, definir la mejor implementación en base a sus necesidades y costos.<br />Proponemos un proceso de segurización continuo, donde realizamos un seguimiento constante de su estado y aplicamos las últimas tecnologías de análisis y detección de vulnerabilidades.<br />Podemos ayudarlo en el desarrollo de un plan de contingencias, para lograr la mayor disponibilidad de sus activos, aún ante las peores catástrofes.</p>\r\n<p><strong>Consultoría de Diseño de Redes</strong></p>\r\n<p>Si su organización está planificando un crecimiento o cambio de tecnología, Usted debe conocer cuál será el impacto de la implementación en su infraestructura y cómo puede afectar esto a sus aplicaciones actuales.</p>\r\n<p>La utilización de los recursos de red se ha modificado en los últimos años, exigiendo diferentes niveles de performance para una amplia gama de aplicaciones: Videoconferencia, Telefonía IP, Mensajería instantánea, etc.<br />Su red debe soportar esta diversidad de requerimientos de la manera más óptima y económica posible.</p>\r\n<p>Mediante análisis de tráfico y mediciones de performance, podemos ofrecerle un perfil actual de su red y una proyección de las necesidades futuras, de manera de conocer la solución, antes de que surja el problema.<br />Entre otros objetivos, una consultoría en el diseño de redes permitirá realizar:</p>\r\n<ul>\r\n<li>Evaluación del estado actual de la red, definiendo líneas de base, performance necesaria, proyección de utilidad, etc.</li>\r\n<li>Análisis de impacto de nuevas aplicaciones y/o tecnologías considerando crecimiento, decrecimiento, incorporación de protocolos, etc</li>\r\n<li>Desarrollo y planificación de redes nuevas acorde a las necesidades y crecimiento proyectados</li>\r\n</ul>\r\n<div><strong><br /></strong></div>\r\n<div><strong>Instalación, mantenimiento y soporte en la infraestructura de red</strong></div>\r\n<div>\r\n<p>Los dispositivos de networking son la base del funcionamiento de su propia red, independiente de la tecnología o servicios que implemente. Actualmente, el ámbito de IT obliga a brindar cada vez más soluciones y de una forma más integrada.</p>\r\n<p>Tenemos una amplia trayectoria en implementación de servidores con tecnologías open-source y propietarias y en la configuración de dispositivos de red, garantizando una óptima funcionalidad y un comportamiento seguro y confiable.</p>\r\n<p>El soporte brindado por nuestro equipo incluye, principalmente:</p>\r\n<ul>\r\n<li>Servidores empresariales, de intranet e Internet</li>\r\n<li>Dispositivos de networking 3com, Cisco Systems (Routers, Switchs, Access Servers), infraestructuras wireless, VPN, VoIP, etc.</li>\r\n<li>Dispositivos de seguridad (Firewalls, Sistemas de detección de Intrusos, Servidores de autenticación)</li>\r\n</ul>\r\n</div>',NULL,'2013-03-21 14:11:34'),(58,'string','searchable',NULL,NULL,NULL,'1',NULL,'2013-03-21 14:11:34'),(58,'string','extra1',NULL,NULL,NULL,'',NULL,'2013-03-21 14:11:34'),(58,'string','extra2',NULL,NULL,NULL,'',NULL,'2013-03-21 14:11:34'),(58,'string','extra3',NULL,NULL,NULL,'',NULL,'2013-03-21 14:11:34'),(58,'string','pagedata',NULL,NULL,NULL,'',NULL,'2013-03-21 14:11:34'),(58,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2013-03-21 14:11:34'),(58,'string','image',NULL,NULL,NULL,'-1',NULL,'2013-03-21 14:11:34'),(58,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2013-03-21 14:11:34'),(58,'string','target',NULL,NULL,NULL,'',NULL,'2013-03-21 14:11:34'),(59,'string','content_en',NULL,NULL,NULL,'<p>El staff de Asso Network Solutions ha dado soluciones a: <br /><br /><strong>Grupo BICA - Santa Fe, Argentina:</strong><br /><br />Bica Cooperativa de Emprendimientos Múltiples Ltda.<br />Bica Cambios y Turismo S.A.<br />Bica Bursátil S.A.<br />Análisis de Seguridad y Vulnerabilidades en la red LAN y WAN<br /><br /><strong>Mutual Club Colón - San Justo, Argentina:</strong><br /><br />Implementación y mantenimiento de servidores de Internet con tecnologías híbridas (Linux, 3com, Cisco Systems).</p>\r\n<div class=\"kk\"><strong>Kinexo</strong><br /><strong>Eriochem</strong><br /><strong>Johnson Acero</strong><br /><strong>Geller Abogados</strong></div>\r\n<div id=\":am\" class=\"kl\" dir=\"ltr\"><strong>Escobar</strong></div>\r\n<div id=\":an\" class=\"kl\" dir=\"ltr\"><strong>Megatone</strong></div>\r\n<div id=\":ao\" class=\"kl\" dir=\"ltr\"><strong>Sanatorio Santa Fe</strong></div>\r\n<div class=\"kl\" dir=\"ltr\"><strong>Caja de Abogados y Procuradores de la Provincia de Santa Fe</strong></div>\r\n<div class=\"kl\" dir=\"ltr\"><strong><br /></strong></div>',NULL,'2013-04-09 19:01:11'),(59,'string','searchable',NULL,NULL,NULL,'1',NULL,'2013-04-09 19:01:11'),(59,'string','extra1',NULL,NULL,NULL,'',NULL,'2013-04-09 19:01:11'),(59,'string','extra2',NULL,NULL,NULL,'',NULL,'2013-04-09 19:01:11'),(59,'string','extra3',NULL,NULL,NULL,'',NULL,'2013-04-09 19:01:11'),(59,'string','pagedata',NULL,NULL,NULL,'',NULL,'2013-04-09 19:01:11'),(59,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2013-04-09 19:01:11'),(59,'string','image',NULL,NULL,NULL,'-1',NULL,'2013-04-09 19:01:11'),(59,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2013-04-09 19:01:11'),(59,'string','target',NULL,NULL,NULL,'',NULL,'2013-04-09 19:01:11');
/*!40000 ALTER TABLE `cms_content_props` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_content_props_seq`
--
DROP TABLE IF EXISTS `cms_content_props_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_content_props_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_content_props_seq`
--
LOCK TABLES `cms_content_props_seq` WRITE;
/*!40000 ALTER TABLE `cms_content_props_seq` DISABLE KEYS */;
INSERT INTO `cms_content_props_seq` (`id`) VALUES (56);
/*!40000 ALTER TABLE `cms_content_props_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_content_seq`
--
DROP TABLE IF EXISTS `cms_content_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_content_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_content_seq`
--
LOCK TABLES `cms_content_seq` WRITE;
/*!40000 ALTER TABLE `cms_content_seq` DISABLE KEYS */;
INSERT INTO `cms_content_seq` (`id`) VALUES (60);
/*!40000 ALTER TABLE `cms_content_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_crossref`
--
DROP TABLE IF EXISTS `cms_crossref`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_crossref` (
`child_type` varchar(100) DEFAULT NULL,
`child_id` int(11) DEFAULT NULL,
`parent_type` varchar(100) DEFAULT NULL,
`parent_id` int(11) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
KEY `cms_index_crossref_by_child_type_child_id` (`child_type`,`child_id`),
KEY `cms_index_crossref_by_parent_type_parent_id` (`parent_type`,`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_crossref`
--
LOCK TABLES `cms_crossref` WRITE;
/*!40000 ALTER TABLE `cms_crossref` DISABLE KEYS */;
INSERT INTO `cms_crossref` (`child_type`, `child_id`, `parent_type`, `parent_id`, `create_date`, `modified_date`) VALUES ('global_content',1,'template',15,'2009-05-10 16:57:24','2009-05-10 16:57:24'),('global_content',1,'template',16,'2009-05-09 17:04:30','2009-05-09 17:04:30'),('global_content',1,'template',20,'2009-05-09 23:57:31','2009-05-09 23:57:31'),('global_content',1,'template',18,'2009-05-09 17:19:20','2009-05-09 17:19:20'),('global_content',1,'template',17,'2009-05-09 21:20:18','2009-05-09 21:20:18'),('global_content',1,'template',21,'2009-05-10 16:59:13','2009-05-10 16:59:13'),('global_content',1,'template',22,'2009-05-11 02:01:23','2009-05-11 02:01:23');
/*!40000 ALTER TABLE `cms_crossref` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_css`
--
DROP TABLE IF EXISTS `cms_css`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_css` (
`css_id` int(11) NOT NULL,
`css_name` varchar(255) DEFAULT NULL,
`css_text` text DEFAULT NULL,
`media_type` varchar(255) DEFAULT NULL,
`media_query` text DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`css_id`),
KEY `cms_index_css_by_css_name` (`css_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_css`
--
LOCK TABLES `cms_css` WRITE;
/*!40000 ALTER TABLE `cms_css` DISABLE KEYS */;
INSERT INTO `cms_css` (`css_id`, `css_name`, `css_text`, `media_type`, `media_query`, `create_date`, `modified_date`) VALUES (41,'Handheld','/*********************************************\r\nSample stylesheet for mobile and small screen handheld devices\r\n\r\nJust a simple layout suitable for smaller screens with less \r\nstyling cabapilities and minimal css\r\n\r\nNote: If you dont want to support mobile devices you can\r\nsafely remove this stylesheet.\r\n*********************************************/\r\n/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */\r\nbody {\r\nmargin:0;\r\npadding:0;\r\nwidth:100%;\r\n}\r\n\r\n/* hide accessibility noprint and definition */\r\n.accessibility,\r\n.noprint,\r\ndfn {\r\ndisplay:none;\r\n}\r\n\r\n/* dont want to download image for header so just set bg color */\r\ndiv#header,\r\ndiv#footer {\r\nbackground-color: #385C72; \r\ncolor: #fff;\r\ntext-align:center;\r\n}\r\n\r\n/* text colors for header and footer */\r\ndiv#header a,\r\ndiv#footer a {\r\ncolor: #fff;\r\n}\r\n\r\n/* this doesnt look as nice, but takes less space */\r\ndiv#menu_vert ul li,\r\ndiv#menu_horiz ul li {\r\ndisplay:inline;\r\n}\r\n\r\n/* small border at the bottom to have some indicator */\r\ndiv#menu_vert ul,\r\ndiv#menu_horiz ul {\r\nborder-bottom:1px solid #fff;\r\n}\r\n\r\n/* save some space */\r\ndiv.breadcrumbs {\r\ndisplay:none;\r\n}','handheld','','2006-07-25 21:22:32','2006-07-25 21:22:32'),(30,'Print','/*\r\nSections that are hidden when printing the page. We only want the content printed.\r\n*/\r\n\r\n\r\nbody {\r\ncolor: #000 !important; /* we want everything in black */\r\nbackground-color:#fff !important; /* on white background */\r\nfont-family:arial; /* arial is nice to read ;) */\r\nborder:0 !important; /* no borders thanks */\r\n}\r\n\r\n/* This affects every tag */\r\n* {\r\nborder:0 !important; /* again no borders on printouts */\r\n}\r\n\r\n/* \r\nno need for accessibility on printout. \r\nMark all your elements in content you \r\ndont want to get printed with class=\"noprint\"\r\n*/\r\n.accessibility,\r\n.noprint\r\n {\r\ndisplay:none !important; \r\n}\r\n\r\n/* \r\nremove all width constraints from content area\r\n*/\r\ndiv#content,\r\ndiv#main {\r\ndisplay:block !important;\r\nwidth:100% !important;\r\nborder:0 !important;\r\npadding:1em !important;\r\n}\r\n\r\n/* hide everything else! */\r\ndiv#header,\r\ndiv#header h1 a,\r\ndiv.breadcrumbs,\r\ndiv#search,\r\ndiv#footer,\r\ndiv#menu_vert,\r\ndiv#news,\r\ndiv.right49,\r\ndiv.left49,\r\ndiv#sidebar {\r\n display: none !important;\r\n}\r\n\r\nimg {\r\nfloat:none; /* this makes images couse a pagebreak if it doesnt fit on the page */\r\n}','print','','2006-07-25 21:22:32','2006-07-25 21:22:32'),(31,'Accessibility and cross-browser tools','/* accessibility */\r\n/* menu links accesskeys */\r\nspan.accesskey {\r\n text-decoration: none;\r\n}\r\n/* accessibility divs are hidden by default, text, screenreaders and such will show these */\r\n.accessibility, hr {\r\n/* position set so the rest can be set out side of visual browser viewport */\r\n position: absolute;\r\n/* takes it out top side */\r\n top: -999em;\r\n/* takes it out left side */\r\n left: -999em;\r\n}\r\n/* definition tags are also hidden, these are also used for accessibility menu links */\r\ndfn {\r\n position: absolute;\r\n left: -1000px;\r\n top: -1000px;\r\n width: 0;\r\n height: 0;\r\n overflow: hidden;\r\n display: inline;\r\n}\r\n/* end accessibility */\r\n/* wiki style external links */\r\n/* external links will have \"(external link)\" text added, lets hide it */\r\na.external span {\r\n position: absolute;\r\n left: -5000px;\r\n width: 4000px;\r\n}\r\na.external {\r\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\r\n padding: 0 12px 0 0;\r\n}\r\n/* colors for external links */\r\na.external:link {\r\n color: #18507C;\r\n/* background image for the link to show wiki style arrow */\r\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\r\n}\r\na.external:visited {\r\n color: #18507C;\r\n/* a different color can be used for visited external links */\r\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\r\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\r\n}\r\na.external:hover {\r\n color: #18507C;\r\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\r\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\r\n background-color: inherit;\r\n}\r\n/* end wiki style external links */\r\n/* clearing */\r\n/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/\r\n.clearfix:after {\r\n content: \".\";\r\n display: block;\r\n height: 0;\r\n clear: both;\r\n visibility: hidden;\r\n}\r\n.clear {\r\n height: 0;\r\n clear: both;\r\n width: 90%;\r\n visibility: hidden;\r\n}\r\n#main .clear {\r\n height: 0;\r\n clear: right;\r\n width: 90%;\r\n visibility: hidden;\r\n}\r\n* html>body .clearfix {\r\n display: inline-block;\r\n width: 100%;\r\n}\r\n* html .clear {\r\n/* Hides from IE-mac \\*/\r\n height: 1%;\r\n clear: right;\r\n width: 90%;\r\n/* End hide from IE-mac */\r\n}\r\n/* end clearing */','screen','','2006-07-25 21:22:32','2009-05-13 10:42:54'),(32,'Layout: Left sidebar + 1 column','/* browsers interpret margin and padding a little differently, we\'ll remove all default padding and margins and set them later on */\r\n* {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n/*Set initial font styles*/\r\nbody {\r\n text-align: left;\r\n font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n font-size: 75.01%;\r\n line-height: 1em;\r\n}\r\n/*set font size for all divs, this overrides some body rules*/\r\ndiv {\r\n font-size: 1em;\r\n}\r\n/*if img is inside \"a\" it would have borders, we don\'t want that*/\r\nimg {\r\n border: 0;\r\n}\r\n/*default link styles*/\r\na, a:link a:active {\r\n/* set all links to have underline */\r\n text-decoration: underline;\r\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\r\n background-color: inherit;\r\n/* this is a bluish color, you change this for all default link colors */\r\n color: #18507C;\r\n}\r\na:visited {\r\n/* keeps the underline */\r\n text-decoration: underline;\r\n background-color: inherit;\r\n/* a different color is used for visited links */\r\n color: #18507C;\r\n}\r\na:hover {\r\n/* remove underline on hover */\r\n text-decoration: none;\r\n background-color: inherit;\r\n/* using a different color makes the hover obvious */\r\n color: #385C72;\r\n}\r\n/*****************basic layout *****************/\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n/* default text color for entire site*/\r\n color: #333;\r\n/* you can set your own image and background color here */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\r\n}\r\ndiv#pagewrapper {\r\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\r\n max-width: 99em;\r\n min-width: 60em;\r\n/* now that width is set this centers wrapper */\r\n margin: 0 auto;\r\n background-color: #fefefe;\r\n color: black;\r\n}\r\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\r\ndiv#header {\r\n/* adjust according your image size */\r\n height: 100px;\r\n margin: 0;\r\n padding: 0;\r\n/* you can set your own image here, will go behind h1 a image */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\r\n/* border just the bottom */\r\n border-bottom: 1px solid #D9E2E6;\r\n}\r\ndiv#header h1 a {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n/* this will make the \"a\" link a solid shape */\r\n display: block;\r\n/* adjust according your image size */\r\n height: 100px;\r\n/* this hides the text */\r\n text-indent: -999em;\r\n/* old firefox would have shown underline for the link, this explicitly hides it */\r\n text-decoration: none;\r\n}\r\ndiv#header h1 {\r\n margin: 0;\r\n padding: 0;\r\n/*these keep IE6 from pushing the header to more than the set size*/\r\n line-height: 0;\r\n font-size: 0;\r\n/* this will keep IE6 from flickering on hover */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n}\r\ndiv#header h2 {\r\n/* this is where the site name is */\r\n float: right;\r\n line-height: 1.2em;\r\n/* this keeps IE6 from not showing the whole text */\r\n font-size: 1.5em;\r\n/* keeps the size uniform */\r\n margin: 35px 65px 0px 0px;\r\n/* adjust according your text size */\r\n color: #f4f4f4;\r\n}\r\ndiv.crbk {\r\n/* sets all to 0 */\r\n margin: 0;\r\n padding: 0;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.breadcrumbs {\r\n/* CSS short hand rule first value is top then right, bottom and left */\r\n padding: 1em 0em 1em 1em;\r\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\r\n font-size: 90%;\r\n/* css shorthand rule will be opened to be \"0px 0px 0px 0px\" */\r\n margin: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\r\n}\r\ndiv.breadcrumbs span.lastitem {\r\n font-weight: bold;\r\n}\r\ndiv#search {\r\n/* position for the search box */\r\n float: right;\r\n/* enough width for the search input box */\r\n width: 27em;\r\n text-align: right;\r\n padding: 0.5em 0 0.2em 0;\r\n margin: 0 1em;\r\n}\r\n/* a class for Submit button for the search input box */\r\ninput.search-button {\r\n border: none;\r\n height: 22px;\r\n width: 53px;\r\n margin-left: 5px;\r\n padding: 0px 2px 2px 0px;\r\n/* makes the hover cursor show, you can set your own cursor here */\r\n cursor: pointer;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\r\n}\r\ndiv#content {\r\n/* some air above and under menu and content */\r\n margin: 1.5em auto 2em 0;\r\n padding: 0px;\r\n}\r\n/* this gets all the outside calls that were used on the div#main before */\r\ndiv.back1 {\r\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\r\n margin-left: 29%;\r\n/* and some air on the right */\r\n margin-right: 2%;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\n/* this is an IE6 hack, you may see these through out the CSS */\r\n* html div.back1 {\r\n/* unlike other browser IE6 needs float:right and a width */\r\n float: right;\r\n width: 69%;\r\n/* and we take this out or it will stop at the bottom */\r\n margin-left: 0%;\r\n/* and some air on the right */\r\n margin-right: 10px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\ndiv.back2 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\r\n}\r\ndiv.back3 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\r\n}\r\ndiv#main {\r\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\r\n padding: 10px 15px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\r\n}\r\ndiv.back #main {\r\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\r\n padding: 10px 30px 1px 15px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\r\n}\r\ndiv.back {\r\n/* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */\r\n margin-left: 29%;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\r\n}\r\ndiv#sidebar {\r\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\r\n float: left;\r\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\r\n width: 26%;\r\n/* FIX IE double margin bug */\r\n display: inline;\r\n/* the 20px is on the bottom, insures space above footer if longer than content */\r\n margin: 0px 0px 20px;\r\n padding: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\ndiv#sidebara {\r\n padding: 13px 15px 3px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv#sidebarb {\r\n padding: 10px 10px 1px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.footback {\r\n/* keep footer below content and menu */\r\n clear: both;\r\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\r\n padding: 0px 10px 0px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\r\n}\r\ndiv#footer {\r\n/* this sets 10px on left to balance 10px right on last div */\r\n padding: 0px 0px 0px 10px;\r\n/* color of text, the link color is set below */\r\n color: #595959;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\r\n}\r\ndiv.leftfoot {\r\n float: left;\r\n width: 30%;\r\n margin-left: 20px\r\n}\r\ndiv#footer p {\r\n/* sets different font size from default */\r\n font-size: 0.8em;\r\n/* some air for footer */\r\n padding: 1.5em;\r\n/* centered text */\r\n text-align: center;\r\n margin: 0;\r\n}\r\ndiv#footer p a {\r\n/* footer link would be same color as default we want it same as footer text */\r\n color: #595959;\r\n}\r\n/* as we hid all hr for accessibility we create new hr with div class=\"hr\" element */\r\ndiv.hr {\r\n height: 1px;\r\n padding: 1em;\r\n border-bottom: 1px dotted black;\r\n margin: 1em;\r\n}\r\n/* relational links under content */\r\ndiv.left49 {\r\n/* combined percentages of left+right equaling 100% might lead to rounding error on some browser */\r\n width: 70%;\r\n}\r\ndiv.right49 {\r\n float: right;\r\n width: 29%;\r\n/* set right to keep text on right */\r\n text-align: right;\r\n}\r\n/********************CONTENT STYLING*********************/\r\n/* HEADINGS */\r\ndiv#content h1 {\r\n/* font size for h1 */\r\n font-size: 2em;\r\n line-height: 1em;\r\n margin: 0;\r\n}\r\ndiv#content h2 {\r\n color: #294B5F;\r\n/* font size for h2 the higher the h number the smaller the font size, most times */\r\n font-size: 1.5em;\r\n text-align: left;\r\n/* some air around the text */\r\n padding-left: 0.5em;\r\n padding-bottom: 1px;\r\n/* set borders around header */\r\n border-bottom: 1px solid #899092;\r\n border-left: 1.1em solid #899092;\r\n/* a larder than h1 line height */\r\n line-height: 1.5em;\r\n/* and some air under the border */\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h3 {\r\n color: #294B5F;\r\n font-size: 1.3em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h4 {\r\n color: #294B5F;\r\n font-size: 1.2em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\ndiv#content h5 {\r\n color: #294B5F;\r\n font-size: 1.1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\nh6 {\r\n color: #294B5F;\r\n font-size: 1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\n/* END HEADINGS */\r\n/* TEXT */\r\np {\r\n/* default p font size, this is set different in some other divs */\r\n font-size: 1em;\r\n/* some air around p elements */\r\n margin: 0 0 1.5em 0;\r\n line-height: 1.4em;\r\n padding: 0;\r\n}\r\nblockquote {\r\n border-left: 10px solid #ddd;\r\n margin-left: 10px;\r\n}\r\nstrong, b {\r\n/* explicit setting for these */\r\n font-weight: bold;\r\n}\r\nem, i {\r\n/* explicit setting for these */\r\n font-style: italic;\r\n}\r\n/* Wrapping text in <code> tags. Makes CSS not validate */\r\ncode, pre {\r\n/* css-3 */\r\n white-space: pre-wrap;\r\n/* Mozilla, since 1999 */\r\n white-space: -moz-pre-wrap;\r\n/* Opera 4-6 */\r\n white-space: -pre-wrap;\r\n/* Opera 7 */\r\n white-space: -o-pre-wrap;\r\n/* Internet Explorer 5.5+ */\r\n word-wrap: break-word;\r\n font-family: \"Courier New\", Courier, monospace;\r\n font-size: 1em;\r\n}\r\npre {\r\n/* black border for pre blocks */\r\n border: 1px solid #000;\r\n/* set different from surroundings to stand out */\r\n background-color: #ddd;\r\n margin: 0 1em 1em 1em;\r\n padding: 0.5em;\r\n line-height: 1.5em;\r\n font-size: 90%;\r\n}\r\n/* Separating the divs on the template explanation page */\r\ndiv.templatecode {\r\n margin: 0 0 2.5em;\r\n}\r\n/* END TEXT */\r\n/* LISTS */\r\n/* lists in content need some margins to look nice */\r\ndiv#main ul,\r\ndiv#main ol,\r\ndiv#main dl {\r\n font-size: 1.0em;\r\n line-height: 1.4em;\r\n margin: 0 0 1.5em 0;\r\n}\r\ndiv#main ul li,\r\ndiv#main ol li {\r\n margin: 0 0 0.25em 3em;\r\n}\r\n/* definition lists topics on bold */\r\ndiv#main dl {\r\n margin-bottom: 2em;\r\n padding-bottom: 1em;\r\n border-bottom: 1px solid #c0c0c0;\r\n}\r\ndiv#main dl dt {\r\n font-weight: bold;\r\n margin: 0 0 0 1em;\r\n}\r\ndiv#main dl dd {\r\n margin: 0 0 1em 1em;\r\n}\r\n/* END LISTS */','screen','','2006-07-25 21:22:32','2009-05-10 14:06:00'),(33,'Navigation: CSSMenu - Vertical','/* Vertical menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen and mark and Nuno */\r\n/* The wrapper determines the width of the menu elements */\r\n#menuwrapper {\r\n/* just smaller than it\'s containing div */\r\n width: 95%;\r\n margin-left: 0px;\r\n/* room at bottom */\r\n margin-bottom: 10px;\r\n}\r\n/* Unless you know what you do, do not touch this */\r\n#primary-nav, #primary-nav ul {\r\n/* remove any default bullets */\r\n list-style: none;\r\n margin: 0px;\r\n padding: 0px;\r\n/* make sure it fills out */\r\n width: 100%;\r\n/* just a little bump */\r\n margin-left: 1px;\r\n}\r\n#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n position: absolute;\r\n/* just a little bump down for second level ul */\r\n top: 5px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n left: 100%;\r\n/* keeps it hidden till hover event */\r\n display: none;\r\n}\r\n#primary-nav ul ul {\r\n/* no bump down for third level ul */\r\n top: 0px;\r\n}\r\n#primary-nav li {\r\n/* negative bottom margin pulls them together, images look like one border between */\r\n margin-bottom: -1px;\r\n/* keeps within it\'s container */\r\n position: relative;\r\n/* bottom padding pushes \"a\" up enough to show our image */\r\n padding: 0px 0px 4px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\r\n}\r\n#primary-nav li li {\r\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it */\r\n width: 220px;\r\n padding: 0px;\r\n/* removes first level li image */\r\n background-image: none;\r\n}\r\n/* Styling the basic apperance of the menu \"a\" elements */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #595959;\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 0.8em 0.5em 0.5em 0.5em;\r\n/* makes it hold a shape */\r\n display: block;\r\n/* removes underline from default link setting */\r\n text-decoration: none;\r\n/* you can set your own image here this is tall enough to cover text heavy links */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n}\r\nul#primary-nav a span {\r\n/* makes it hold a shape */\r\n display: block;\r\n/* pushes text to right */\r\n padding-left: 1.5em;\r\n}\r\nul#primary-nav li a:hover {\r\n/* stops image flicker in some browsers */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n/* changes text color on hover */\r\n color: #899092;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* you can set your own image here, second level \"a\" */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* contrast color to image behind it */\r\n color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n/* black and bold to set it off from non active */\r\n color: #000;\r\n font-weight: bold;\r\n}\r\nul#primary-nav li li a.menuactive {\r\n/* contrast color to image behind it, set below */\r\n color: #FFF;\r\n/* not bold as text color and image behind it set it off from non active */\r\n font-weight: normal;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n text-align: left;\r\n margin: 0px;\r\n/* relative to it\'s container */\r\n position: relative;\r\n/* more padding to left than default */\r\n padding: 6px 3px 6px 15px;\r\n font-weight: normal;\r\n/* darker than first level \"a\" */\r\n color: #000;\r\n/* removes any borders that may have been set in first level */\r\n border-top: 0 none;\r\n border-right: 0 none;\r\n border-left: 0 none;\r\n/* removes image set in first level \"a\" */\r\n background: none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n background: #F3F5F5;\r\n margin: 0px;\r\n padding: 0px;\r\n position: absolute;\r\n width: auto;\r\n height: auto;\r\n display: none;\r\n position: absolute;\r\n z-index: 999;\r\n border-top: 1px solid #FFFFFF;\r\n border-bottom: 1px solid #374B51;\r\n /*Info: The opacity property is CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\n/* Fixes IE7 bug */\r\n#primary-nav li, #primary-nav li.menuparent {\r\n min-height: 1em;\r\n}\r\n/* Styling the basic apperance of the second level active page elements (shows what page in the menu is being displayed) */\r\n#primary-nav li li.menuactive, #primary-nav li.menuactive.menuparenth li.menuactive {\r\n/* set your image here, dark grey image with white text set above*/\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuparent span {\r\n/* padding on left for image */\r\n padding-left: 1.5em;\r\n/* down arrow to note it has children, left side of text */\r\n background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\r\n}\r\n#primary-nav li.menuparent:hover li.menuparent span {\r\n/* remove left padding as image is on right side of text */\r\n padding-left: 0;\r\n/* right arrow to note it has children, right side of text */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth li.menuparent span,\r\n#primary-nav li.menuparenth li.menuparenth span {\r\n/* same as above but this is for IE6, gif image as it can\'t handle transparent png */\r\n padding-left: 0;\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth span,\r\n#primary-nav li.menuparent:hover span,\r\n#primary-nav li.menuparent.menuactive span,\r\n#primary-nav li.menuparent.menuactiveh span, {\r\n/* right arrow to note hover */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\r\n}\r\n#primary-nav li li span,\r\n#primary-nav li.menuparent li span,\r\n#primary-nav li.menuparent:hover li span,\r\n#primary-nav li.menuparenth li span,\r\n#primary-nav li.menuparenth li.menuparenth li span,\r\n#primary-nav li.menuparent li.menuparent li span,\r\n#primary-nav li.menuparent li.menuparent:hover li span {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n/* removes padding that is used for arrows */\r\n padding-left: 0px;\r\n}\r\n/* IE6 flicker fix */\r\n#primary-nav li.menuh,\r\n#primary-nav li.mnuparenth,\r\n#primary-nav li.mnuactiveh {\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n color: #899092;\r\n}\r\n#primary-nav li:hover li a {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n color: #000;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE Hack, will cause the css to not validate */\r\n#primary-nav li,\r\n#primary-nav li.menuparenth {\r\n _float: left;\r\n _height: 1%;\r\n}\r\n#primary-nav li a {\r\n _height: 1%;\r\n}\r\n/* BIG NOTE: I didn\'t do anything to these 2, never tested */\r\n#primary-nav li.sectionheader {\r\n border-left: 1px solid #006699;\r\n border-top: 1px solid #006699;\r\n font-size: 130%;\r\n font-weight: bold;\r\n padding: 1.5em 0 0.8em 0.5em;\r\n background-color: #fff;\r\n margin: 0;\r\n width: 100%;\r\n}\r\n/* separator */\r\n#primary-nav li hr.separator {\r\n display: block;\r\n height: 0.5em;\r\n color: #abb0b6;\r\n background-color: #abb0b6;\r\n width: 100%;\r\n border: 0;\r\n margin: 0;\r\n padding: 0;\r\n border-top: 1px solid #006699;\r\n border-right: 1px solid #006699;\r\n}','screen','','2006-07-25 21:22:32','2009-05-10 20:20:30'),(34,'Navigation: CSSMenu - Horizontal','/* by Alexander Endresen and mark and Nuno */\r\n#menu_vert {\r\n/* no margin/padding so it fills the whole div */\r\n margin: 0;\r\n padding: 0;\r\n}\r\n.clearb {\r\n/* needed for some browsers */\r\n clear: both;\r\n}\r\n#menuwrapper {\r\n/* set the background color for the menu here */\r\n background-color: #243135;\r\n/* IE6 Hack */\r\n height: 1%;\r\n width: auto;\r\n/* one border at the top */\r\n border-top: 1px solid #3F565C;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nul#primary-nav, ul#primary-nav ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nul#primary-nav {\r\n/* pushes the menu div up to give room above for background color to show */\r\n padding-top: 10px;\r\n/* keeps the first menu item off the left side */\r\n padding-left: 10px;\r\n}\r\nul#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n position: absolute;\r\n/* top being the bottom of the li it comes out of */\r\n top: auto;\r\n/* keeps it hidden till hover event */\r\n display: none;\r\n/* same size but different color for each border */\r\n border-top: 1px solid #C8D3D7;\r\n border-right: 1px solid #C8D3D7;\r\n border-bottom: 1px solid #ADC0C7;\r\n border-left: 1px solid #A5B9C0;\r\n}\r\nul#primary-nav ul ul {\r\n/* now we move the next level ul down from the top a little for distinction */\r\n margin-top: 1px;\r\n/* pull it in on the left, helps us not lose the hover effect when going to next level */\r\n margin-left: -1px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n left: 100%;\r\n/* sets the top of it inline with the li it came out of */\r\n top: 0px;\r\n}\r\nul#primary-nav li {\r\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\r\n float: left;\r\n/* no margin/padding keeps them next to each other, the padding will be in the \"a\" */\r\n margin: 0px;\r\n padding: 0px;\r\n}\r\n#primary-nav li li {\r\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\r\n width: 220px;\r\n/* removes any left margin it may have picked up from the first li */\r\n margin-left: 0px;\r\n/* keeps them tight to the one above, no missed hovers */\r\n margin-top: -1px;\r\n/* removes the left float set in first li so these will stack from top down */\r\n float: none;\r\n/* relative to the ul they are in */\r\n position: relative;\r\n}\r\n/* set the \"a\" link look here */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #fff;\r\n/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 12px 15px 15px;\r\n display: block;\r\n/* sets no underline on links */\r\n text-decoration: none;\r\n}\r\nul#primary-nav li a:hover {\r\n/* kind of obvious */\r\n background-color: transparent;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* this is set to #000, black, below so hover will be white text */\r\n color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n color: #000;\r\n/* bold to set it off from non active */\r\n font-weight: bold;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n}\r\nul#primary-nav li a.menuactive:hover {\r\n color: #000;\r\n/* keep it the same */\r\n font-weight: bold;\r\n}\r\n#primary-nav li li a.menuparent span {\r\n/* makes it hold a shape */\r\n display: block;\r\n/* set your image here, right arrow, 98% over from the left, 100% or \'right\' puts it to far */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat 98% center;\r\n}\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n* html #primary-nav li li a.menuparent span {\r\n/* set your image here, right arrow, 98% over from the left, 100% or \'right\' puts it to far */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 98% center;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n text-align: left;\r\n margin: 0px;\r\n/* keeps it relative to it\'s container */\r\n position: relative;\r\n/* less padding than first level no need for large links here */\r\n padding: 6px 3px 6px 15px;\r\n/* if first level is set to bold this will reset this level */\r\n font-weight: normal;\r\n/* first level is #FFF/white, we need black to contrast with light background */\r\n color: #000;\r\n border-top: 0 none;\r\n border-right: 0 none;\r\n border-left: 0 none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n background: #F3F5F5;\r\n margin: 0px;\r\n padding: 0px;\r\n position: absolute;\r\n width: auto;\r\n height: auto;\r\n display: none;\r\n position: absolute;\r\n z-index: 999;\r\n border-top: 1px solid #FFFFFF;\r\n border-bottom: 1px solid #374B51;\r\n/*Info: The opacity property is CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\nul#primary-nav li ul ul {\r\n/*Info: The opacity property is CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n opacity: 95;\r\n/* CSS 3 */\r\n}\r\n/* Styling the appearance of menu items on hover */\r\n#primary-nav li:hover,\r\n#primary-nav li.menuh,\r\n#primary-nav li.menuparenth,\r\n#primary-nav li.menuactiveh {\r\n/* set your image here, dark grey image */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n color: #000\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE6 Hacks */\r\n#primary-nav li li {\r\n float: left;\r\n clear: both;\r\n}\r\n#primary-nav li li a {\r\n height: 1%;\r\n}','screen','','2006-07-25 21:22:32','2009-05-10 16:52:41'),(35,'Module: News','div#news {\r\n/* margin for the entire div surrounding the news items */\r\n margin: 2em 0 1em 1em;\r\n/* border set here */\r\n border: 1px solid #909799;\r\n/* sets it off from surroundings */\r\n background: #f5f5f5;\r\n}\r\ndiv#news h2 {\r\n line-height: 2em;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n color: #f5f5f5;\r\n border: none\r\n}\r\n.NewsSummary {\r\n/* padding for the news article summary */\r\n padding: 0.5em 0.5em 1em;\r\n/* margin to the bottom of the news article summary */\r\n margin: 0 0.5em 1em 0.5em;\r\n border-bottom: 1px solid #ccc;\r\n}\r\n.NewsSummaryPostdate {\r\n/* smaller than default text size */\r\n font-size: 90%;\r\n/* bold to set it off from text */\r\n font-weight: bold;\r\n}\r\n.NewsSummaryLink {\r\n/* bold to set it off from text */\r\n font-weight: bold;\r\n/* little more room at top */\r\n padding-top: 0.2em;\r\n}\r\n.NewsSummaryCategory {\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n margin: 5px 0;\r\n}\r\n.NewsSummaryAuthor {\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n padding-bottom: 0.5em;\r\n}\r\n.NewsSummarySummary, .NewsSummaryContent {\r\n/* larger than default text */\r\n line-height: 140%;\r\n}\r\n.NewsSummaryMorelink {\r\n padding-top: 0.5em;\r\n}\r\n#NewsPostDetailDate {\r\n/* smaller text */\r\n font-size: 90%;\r\n margin-bottom: 5px;\r\n/* bold to set it off from text */\r\n font-weight: bold;\r\n}\r\n#NewsPostDetailSummary {\r\n/* larger than default text */\r\n line-height: 150%;\r\n}\r\n#NewsPostDetailCategory {\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n border-top: 1px solid #ccc;\r\n margin-top: 0.5em;\r\n padding: 0.2em 0;\r\n}\r\n#NewsPostDetailContent {\r\n margin-bottom: 15px;\r\n/* larger than default text */\r\n line-height: 150%;\r\n}\r\n#NewsPostDetailAuthor {\r\n padding-bottom: 1.5em;\r\n/* italic to set it off from text */\r\n font-style: italic;\r\n}\r\n/* more divs, left unstyled, just so you know the IDs of them */ \r\n#NewsPostDetailTitle {\r\n}\r\n#NewsPostDetailHorizRule {\r\n}\r\n#NewsPostDetailPrintLink {\r\n}\r\n#NewsPostDetailReturnLink {\r\n}\ndiv#news ul li {\n padding: 2px 2px 2px 5px;\n margin-left: 20px;\n}','screen','','2006-07-25 21:22:32','2009-05-09 23:29:39'),(38,'Navigation: Simple - Horizontal','/********************MENU*********************/\r\n/* hack for IE6 */\r\n* html div#menu_horiz {\r\n/* hide ie/mac \\*/\r\n height: 1%;\r\n/* end hide */\r\n}\r\ndiv#menu_horiz {\r\n/* background color for the entire menu row */\r\n background-color: #243135;\r\n/* insure full width */\r\n width: 100%;\r\n/* set height */\r\n height: 49px;\r\n margin: 0;\r\n}\r\ndiv#menu_horiz ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n margin: 0;\r\n/* pushes the menu div up to give room above for background color to show */\r\n padding-top: 10px;\r\n/* keeps the first menu item off the left side */\r\n padding-left: 10px;\r\n}\r\n/* menu list items */\r\ndiv#menu_horiz li {\r\n/* makes the list horizontal */\r\n float: left;\r\n/* remove any default bullets */\r\n list-style: none;\r\n/* still no margin */\r\n margin: 0;\r\n}\r\n/* the links, that is each list item */\r\ndiv#menu_horiz a, div#menu_horiz h3 span, div#menu_horiz .sectionheader span {\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 12px 15px 15px 0px;\r\n/* still no margin */\r\n margin: 0;\r\n/* removes default underline */\r\n text-decoration: none;\r\n/* default link color */\r\n color: #FFF;\r\n/* makes it hold a shape, IE has problems with this, fixed above */\r\n display: block;\r\n}\r\n/* hover state for links */\r\ndiv#menu_horiz li a:hover {;\r\n/* set your image here, dark grey image with white text set above*/\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left -50px;\r\n}\r\ndiv#menu_horiz a span {\r\n/* compensates for no left padding on the \"a\" */\r\n padding-left: 15px;\r\n}\r\ndiv#menu_horiz li.parent a span {\r\n/* no left padding on the \"a\" we can set it here, it lets us use the span for an image */\r\n padding-left: 20px;\r\n/* set your image here, down arrow to note it has children, left side of text */\r\n background: url([[root_url]]/uploads/ngrey/active.gif) no-repeat 0.3em center;\r\n}\r\ndiv#menu_horiz li.parent a:hover span {\r\n padding-left: 20px;\r\n/* hover replaces default with right arrow image */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.3em center;\r\n}\r\ndiv#menu_horiz li.menuactive a span {\r\n padding-left: 20px;\r\n/* menuactive replaces default with right arrow image */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.5em center;\r\n color: #000;\r\n}\r\ndiv#menu_horiz li.currentpage h3 span {\r\n padding-left: 12px;\r\n/* menuactive replaces default with right arrow image */\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n color: #000;\r\n}\r\ndiv#menu_horiz .sectionheader span {\r\n/* compensates for no left padding on the \"sectionheader\" */\r\n padding-left: 15px;\r\n}\r\n/* active parent, that is the first level parent of a child page that is the current page */\r\ndiv#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {\r\n/* set your image here, light image with #000/black text set below*/\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n color: #000;\r\n}','screen','','2006-07-25 21:22:32','2010-05-29 13:06:18'),(39,'Layout: Top menu + 2 columns','/* browsers interpret margin and padding a little differently, we\'ll remove all default padding and margins and set them later on */\r\n* {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n/*Set initial font styles*/\r\nbody {\r\n text-align: left;\r\n font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n font-size: 75.01%;\r\n line-height: 1em;\r\n}\r\n/*set font size for all divs, this overrides some body rules*/\r\ndiv {\r\n font-size: 1em;\r\n}\r\n/*if img is inside \"a\" it would have borders, we don\'t want that*/\r\nimg {\r\n border: 0;\r\n}\r\n/*default link styles*/\r\n/* set all links to have underline and bluish color */\r\na, a:link a:active {\r\n text-decoration: underline;\r\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\r\n background-color: inherit;\r\n color: #18507C;\r\n}\r\na:visited {\r\n text-decoration: underline;\r\n background-color: inherit;\r\n color: #18507C;\r\n/* a different color can be used for visited links */\r\n}\r\n/* remove underline on hover and change color */\r\na:hover {\r\n text-decoration: none;\r\n background-color: inherit;\r\n color: #385C72;\r\n}\r\n/*****************basic layout *****************/\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n/* default text color for entire site*/\r\n color: #333;\r\n/* you can set your own image and background color here */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\r\n}\r\ndiv#pagewrapper {\r\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\r\n max-width: 99em;\r\n min-width: 60em;\r\n/* now that width is set this centers wrapper */\r\n margin: 0 auto;\r\n background-color: #fefefe;\r\n color: black;\r\n}\r\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\r\ndiv#header {\r\n/* adjust according your image size */\r\n height: 100px;\r\n margin: 0;\r\n padding: 0;\r\n /* you can set your own image here, will go behind h1 a image */\r\n background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\r\n/* border just the bottom */\r\n border-bottom: 1px solid #D9E2E6;\r\n}\r\ndiv#header h1 a {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n/* this will make the \"a\" link a solid shape */\r\n display: block;\r\n/* adjust according your image size */\r\n height: 100px;\r\n/* this hides the text */\r\n text-indent: -999em;\r\n/* old firefox would have shown underline for the link, this explicitly hides it */\r\n text-decoration: none;\r\n}\r\ndiv#header h1 {\r\n margin: 0;\r\n padding: 0;\r\n/*these keep IE6 from pushing the header to more than the set size*/\r\n line-height: 0;\r\n font-size: 0;\r\n/* this will keep IE6 from flickering on hover */\r\n background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\r\n}\r\ndiv#header h2 {\r\n/* this is where the site name is */\r\n float: right;\r\n line-height: 1.2em;\r\n/* this keeps IE6 from not showing the whole text */\r\n font-size: 1.5em;\r\n/* keeps the size uniform */\r\n margin: 35px 65px 0px 0px;\r\n/* adjust according your text size */\r\n color: #f4f4f4;\r\n}\r\ndiv.crbk {\r\n/* sets all to 0 */\r\n margin: 0;\r\n padding: 0;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.breadcrumbs {\r\n/* CSS short hand rule first value is top then right, bottom and left */\r\n padding: 1em 0em 1em 1em;\r\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\r\n font-size: 90%;\r\n/* css shorthand rule will be opened to be \"0px 0px 0px 0px\" */\r\n margin: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\r\n}\r\ndiv.breadcrumbs span.lastitem {\r\n font-weight: bold;\r\n}\r\ndiv#search {\r\n/* position for the search box */\r\n float: right;\r\n/* enough width for the search input box */\r\n width: 27em;\r\n text-align: right;\r\n padding: 0.5em 0 0.2em 0;\r\n margin: 0 1em;\r\n}\r\n/* a class for Submit button for the search input box */\r\ninput.search-button {\r\n border: none;\r\n height: 22px;\r\n width: 53px;\r\n margin-left: 5px;\r\n padding: 0px 2px 2px 0px;\r\n/* makes the hover cursor show, you can set your own cursor here */\r\n cursor: pointer;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\r\n}\r\ndiv#content {\r\n/* some air above and under menu and content */\r\n margin: 1.5em auto 2em 0;\r\n padding: 0px;\r\n}\r\n/* this gets all the outside calls that were used on the div#main before */\r\ndiv.back1 {\r\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\r\n margin-left: 29%;\r\n/* and some air on the right */\r\n margin-right: 2%;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\n/* this is an IE6 hack, you may see these through out the CSS */\r\n* html div.back1 {\r\n/* unlike other browser IE6 needs float:right and a width */\r\n float: right;\r\n width: 69%;\r\n/* and we take this out or it will stop at the bottom */\r\n margin-left: 0%;\r\n/* and some air on the right */\r\n margin-right: 10px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\r\n}\r\ndiv.back2 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\r\n}\r\ndiv.back3 {\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\r\n}\r\ndiv#main {\r\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\r\n padding: 10px 15px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\r\n}\r\ndiv#sidebar {\r\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\r\n float: left;\r\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\r\n width: 26%;\r\n/* FIX IE double margin bug */\r\n display: inline;\r\n/* the 20px is on the bottom, insures space above footer if longer than content */\r\n margin: 0px 0px 20px;\r\n padding: 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/mainrt.gif) no-repeat right top;\r\n}\r\ndiv#sidebarb {\r\n padding: 10px 15px 10px 20px;\r\n/* this one is for sidebar with content and no menu */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv#sidebarb div#news {\r\n/* less margin surrounding the news, sidebarb has enough */\r\n margin: 2em 0 1em 0em;\r\n}\r\ndiv#sidebara {\r\n padding: 10px 15px 15px 0px;\r\n/* this one is for sidebar with menu and no content */\r\n background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\r\n}\r\ndiv.footback {\r\n/* keep footer below content and menu */\r\n clear: both;\r\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\r\n padding: 0px 10px 0px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\r\n}\r\ndiv#footer {\r\n/* this sets 10px on left to balance 10px right on last div */\r\n padding: 0px 0px 0px 10px;\r\n/* color of text, the link color is set below */\r\n color: #595959;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\r\n}\r\ndiv.leftfoot {\r\n float: left;\r\n width: 30%;\r\n margin-left: 20px\r\n}\r\ndiv#footer p {\r\n/* sets different font size from default */\r\n font-size: 0.8em;\r\n/* some air for footer */\r\n padding: 1.5em;\r\n/* centered text */\r\n text-align: center;\r\n margin: 0;\r\n}\r\ndiv#footer p a {\r\n/* footer link would be same color as default we want it same as footer text */\r\n color: #595959;\r\n}\r\n/* as we hid all hr for accessibility we create new hr with div class=\"hr\" element */\r\ndiv.hr {\r\n height: 1px;\r\n padding: 1em;\r\n border-bottom: 1px dotted black;\r\n margin: 1em;\r\n}\r\n/* relational links under content */\r\ndiv.left49 {\r\n/* combined percentages of left+right equaling 100% might lead to rounding error on some browser */\r\n width: 70%;\r\n}\r\ndiv.right49 {\r\n float: right;\r\n width: 29%;\r\n/* set right to keep text on right */\r\n text-align: right;\r\n}\r\n/********************CONTENT STYLING*********************/\r\n/* HEADINGS */\r\ndiv#content h1 {\r\n/* font size for h1 */\r\n font-size: 2em;\r\n line-height: 1em;\r\n margin: 0;\r\n}\r\ndiv#content h2 {\r\n color: #294B5F;\r\n/* font size for h2 the higher the h number the smaller the font size, most times */\r\n font-size: 1.5em;\r\n text-align: left;\r\n/* some air around the text */\r\n padding-left: 0.5em;\r\n padding-bottom: 1px;\r\n/* set borders around header */\r\n border-bottom: 1px solid #899092;\r\n border-left: 1.1em solid #899092;\r\n/* a larder than h1 line height */\r\n line-height: 1.5em;\r\n/* and some air under the border */\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h3 {\r\n color: #294B5F;\r\n font-size: 1.3em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.5em 0;\r\n}\r\ndiv#content h4 {\r\n color: #294B5F;\r\n font-size: 1.2em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\ndiv#content h5 {\r\n color: #294B5F;\r\n font-size: 1.1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\nh6 {\r\n color: #294B5F;\r\n font-size: 1em;\r\n line-height: 1.3em;\r\n margin: 0 0 0.25em 0;\r\n}\r\n/* END HEADINGS */\r\n/* TEXT */\r\np {\r\n/* default p font size, this is set different in some other divs */\r\n font-size: 1em;\r\n/* some air around p elements */\r\n margin: 0 0 1.5em 0;\r\n line-height: 1.4em;\r\n padding: 0;\r\n}\r\nblockquote {\r\n border-left: 10px solid #ddd;\r\n margin-left: 10px;\r\n}\r\nstrong, b {\r\n/* explicit setting for these */\r\n font-weight: bold;\r\n}\r\nem, i {\r\n/* explicit setting for these */\r\n font-style: italic;\r\n}\r\n/* Wrapping text in <code> tags. Makes CSS not validate */\r\ncode, pre {\r\n/* css-3 */\r\n white-space: pre-wrap;\r\n/* Mozilla, since 1999 */\r\n white-space: -moz-pre-wrap;\r\n/* Opera 4-6 */\r\n white-space: -pre-wrap;\r\n/* Opera 7 */\r\n white-space: -o-pre-wrap;\r\n/* Internet Explorer 5.5+ */\r\n word-wrap: break-word;\r\n font-family: \"Courier New\", Courier, monospace;\r\n font-size: 1em;\r\n}\r\npre {\r\n/* black border for pre blocks */\r\n border: 1px solid #000;\r\n/* set different from surroundings to stand out */\r\n background-color: #ddd;\r\n margin: 0 1em 1em 1em;\r\n padding: 0.5em;\r\n line-height: 1.5em;\r\n font-size: 90%;\r\n}\r\n/* Separating the divs on the template explanation page */\r\ndiv.templatecode {\r\n margin: 0 0 2.5em;\r\n}\r\n/* END TEXT */\r\n/* LISTS */\r\n/* lists in content need some margins to look nice */\r\ndiv#main ul,\r\ndiv#main ol,\r\ndiv#main dl {\r\n font-size: 1.0em;\r\n line-height: 1.4em;\r\n margin: 0 0 1.5em 0;\r\n}\r\ndiv#main ul li,\r\ndiv#main ol li {\r\n margin: 0 0 0.25em 3em;\r\n}\r\n/* definition lists topics on bold */\r\ndiv#main dl {\r\n margin-bottom: 2em;\r\n padding-bottom: 1em;\r\n border-bottom: 1px solid #c0c0c0;\r\n}\r\ndiv#main dl dt {\r\n font-weight: bold;\r\n margin: 0 0 0 1em;\r\n}\r\ndiv#main dl dd {\r\n margin: 0 0 1em 1em;\r\n}\r\n/* END LISTS */','screen','','2006-07-25 21:22:32','2009-05-10 00:13:04'),(42,'Navigation: Simple - Vertical','/******************** MENU *********************/\n#menu_vert {\n margin: 0;\n padding: 0;\n}\n#menu_vert ul {\n/* remove any bullets */\n list-style: none;\n/* margin/padding set in li */\n margin: 0px;\n padding: 0px;\n}\n#menu_vert ul ul {\n margin: 0;\n/* padding right sets second level li in on right from first li */\n padding: 0px 5px 0px 0px;\n/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */\n background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -4px;\n}\n#menu_vert li {\n/* remove any bullets */\n list-style: none;\n/* negative bottom margin pulls them together, images look like one border between */\n margin: 0px 0px -1px;\n/* bottom padding pushes \"a\" up enough to show our image */\n padding: 0px 0px 4px 0px;\n/* you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\n}\n#menu_vert li.currentpage {\n padding: 0px 0px 3px 0px;\n}\n#menu_vert li.menuactive {\n margin: 0;\n padding: 0px;\n/* replaced by image in ul ul */\n background: none;\n}\n#menu_vert li.menuactive ul {\n margin: 0;\n}\n#menu_vert li.activeparent {\n margin: 0;\n padding: 0px;\n}\n/* fix stupid IE6 bug with display:block; */\n* html #menu_vert li {\n height: 1%;\n}\n* html #menu_vert li a {\n height: 1%;\n}\n* html #menu_vert li hr {\n height: 1%;\n}\n/** end fix **/\n/* first level links */\ndiv#menu_vert a {\n/* IE6 has problems with this, fixed above */\n display: block;\n/* some air for it */\n padding: 0.8em 0.3em 0.5em 1.5em;\n/* this will be link color for all levels */\n color: #18507C;\n/* Fixes IE7 whitespace bug */\n min-height: 1em;\n/* no underline for links */\n text-decoration: none;\n/* you can set your own image here this is tall enough to cover text heavy links */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level links, more padding and smaller font */\ndiv#menu_vert ul ul a {\n font-size: 90%;\n padding: 0.8em 0.3em 0.5em 2.8em;\n}\n/* third level links, more padding */\ndiv#menu_vert ul ul ul a {\n padding: 0.5em 0.3em 0.3em 3em;\n}\n/* hover state for all links */\ndiv#menu_vert a:hover {\n background-color: transparent;\n color: #595959;\n text-decoration: underline;\n}\ndiv#menu_vert a.activeparent:hover {\n color: #595959;\n}\n/* active parent, that is the first level parent of a child page that is the current page */\ndiv#menu_vert li.activeparent {\n/* you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -65px;\n/* white to contrast with background image */\n color: #fff;\n}\ndiv#menu_vert li.activeparent a.activeparent {\n/* you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n/* to contrast with background image */\n color: #000;\n}\ndiv#menu_vert li a.parent {\n/* takes left padding out so span image has room on left */\n padding-left: 0em;\n}\ndiv#menu_vert ul ul li a.parent {\n/* increased padding on left offsets it from one above */\n padding-left: 0.9em;\n}\ndiv#menu_vert li a.parent span {\n display: block;\n margin: 0;\n/* adds left padding taken out of \"a.parent\" */\n padding-left: 1.5em;\n/* arrow on left for pages with children, points down, you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/active.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.parent:hover {\n/* removes underline hover effect */\n text-decoration: none;\n}\ndiv#menu_vert li a.parent:hover span {\n display: block;\n margin: 0;\n padding-left: 1.5em;\n/* arrow on left for pages with children, points right for hover, you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent {\n/* sets it in a little more than a.parent */\n padding-left: 0.35em;\n}\ndiv#menu_vert ul ul li a.menuactive.menuparent {\n/* sets it in a little more on next level */\n padding-left: 0.99em;\n}\ndiv#menu_vert li a.menuactive.menuparent span {\n display: block;\n margin: 0;\n/* to contrast with non active pages */\n font-weight: bold;\n padding-left: 1.5em;\n/* arrow on left for active pages with children, points right, you can set your own image here */\n background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent:hover {\n text-decoration: none;\n color: #18507C;\n}\ndiv#menu_vert ul ul li a.activeparent {\n color: #fff;\n}\n/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */\ndiv#menu_vert ul h3 {\n display: block;\n/* some air for it */\n padding: 0.8em 0.5em 0.5em 1.5em;\n/* this will be link color for all levels */\n color: #000;\n/* instead of the normal font size for <h3> */\n font-size: 1em;\n/* as <h3> normally has some margin by default */\n margin: 0;\n/* you can set your own image here, same as \"a\" */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level current pages, more padding, smaller font and no background color or bottom border */\ndiv#menu_vert ul ul h3 {\n font-size: 90%;\n padding: 0.8em 0.5em 0.5em 2.8em;\n/* you can set your own image here, same as \"a\" */\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n color: #000;\n}\n/* current page on third level, more padding */\ndiv#menu_vert ul ul ul h3 {\n padding: 0.6em 0.5em 0.2em 3em;\n}\n/* BIG NOTE: I didn\'t do anything to these, never tested */\n/* section header */\ndiv#menu_vert li.sectionheader {\n border-right: none;\n padding: 0.8em 0.5em 0.5em 1.5em;\n background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n line-height: 1em;\n margin: 0;\n color: #18507C;\n cursor:text;\n}\n/* separator */\ndiv#menu_vert .separator {\n height: 1px !important;\n margin-top: -1px;\n margin-bottom: 0;\n -padding: 2px 0 2px 0;\n background-color: #000;\n overflow: hidden !important;\n line-height: 1px !important;\n font-size: 1px;\n/* for ie */\n}\ndiv#menu_vert li.separator hr {\n display: none;\n/* this is for accessibility */\n}','screen','','2009-04-30 01:09:15','2009-07-23 00:17:42'),(43,'Navigation: ShadowMenu - Horizontal','/* by Alexander Endresen and mark */\r\n#menu_vert {\r\n/* no margin/padding so it fills the whole div */\r\n margin: 0;\r\n padding: 0;\r\n}\r\n.clearb {\r\n/* needed for some browsers */\r\n clear: both;\r\n}\r\n#menuwrapper {\r\n/* set the background color for the menu here */\r\n background-color: #243135;\r\n/* IE6 Hack */\r\n height: 1%;\r\n width: auto;\r\n/* one border at the top */\r\n border-top: 1px solid #3F565C;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nul#primary-nav {\r\n list-style-type: none;\r\n margin: 0px;\r\n padding-top: 10px;\r\n padding-left: 10px;\r\n}\r\n#primary-nav ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n/* sets width of second level ul to background image */\r\n width: 210px;\r\n margin: 0px;\r\n padding: 0px;\r\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\r\n position: absolute;\r\n/* top being the bottom of the li it comes out of */\r\n top: auto;\r\n/* keeps it hidden till hover event */\r\n display: none;\r\n/* room at top for li so image top shows correct */\r\n padding-top: 9px;\r\n/* set your image here, tall enough for the ul */\r\n background: url([[root_url]]/uploads/ngrey/ultopup.png) no-repeat left top;\r\n}\r\n/* IE6 hacks on the above code */\r\n* html #primary-nav ul {\r\n padding-top: 13px;\r\n background: url([[root_url]]/uploads/ngrey/ultopup.gif) no-repeat left top;\r\n}\r\n#primary-nav ul ul {\r\n/* insures no top margins */\r\n margin-top: 0px;\r\n/* pulls the last ul back over the preceding ul */\r\n margin-left: -1px;\r\n/* keeps the left side of this ul on the right side of the preceding ul */\r\n left: 100%;\r\n/* negative margin pulls the left centered in li next to it */\r\n top: -3px;\r\n/* set your image here, tall enough for the ul, this is the left arrow for third level ul */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\r\n}\r\n/* IE6 hacks on the above code */\r\n* html #primary-nav ul ul {\r\n margin-top: 0px;\r\n padding-left: 5px;\r\n left: 100%;\r\n top: -7px;\r\n/* IE6 gets gif as it can\'t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat right top;\r\n}\r\n#primary-nav li {\r\n/* a little space to the left of each top level menu item */\r\n margin-left: 5px;\r\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\r\n float: left;\r\n}\r\n#primary-nav li li {\r\n/* a little more space to the left of each menu item */\r\n margin-left: 8px;\r\n/* keeps them tight to the one above, no missed hovers */\r\n margin-top: -1px;\r\n/* removes the left float set in first li so these will stack from top down */\r\n float: none;\r\n/* relative to the ul they are in */\r\n position: relative;\r\n}\r\n/* IE6 hacks on the above code */\r\n* html #primary-nav li li {\r\n margin-left: 6px;\r\n/* helps hold it inside the ul */\r\n width: 171px;\r\n}\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #fff;\r\n/* doing tab menus require a bit different padding, this will give room on right for image to show, adjust to width of your image */\r\n padding: 0px 11px 0px 0px;\r\n/* makes it hold a shape */\r\n display: block;\r\n/* remove default \"a\" underline */\r\n text-decoration: none;\r\n}\r\nul#primary-nav li a span {\r\n/* takes normal \"a\" padding minus some for right image */\r\n padding: 12px 4px 12px 15px;\r\n/* makes it hold a shape */\r\n display: block;\r\n}\r\nul#primary-nav li a:hover {\r\n/* kind of obvious */\r\n background-color: transparent;\r\n}\r\nul#primary-nav li {\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right -51px;\r\n}\r\nul#primary-nav li span {\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left -51px;\r\n/* set text color here also to insure color */\r\n color: #fff;\r\n/* just to be sure */\r\n font-weight: normal;\r\n}\r\nul#primary-nav li li {\r\n/* remove any image set in first level li */\r\n background: none;\r\n}\r\nul#primary-nav li li span {\r\n/* remove any image set in first level li span */\r\n background: none;\r\n/* set text color here also to insure color */\r\n color: #fff;\r\n/* just to be sure */\r\n font-weight: normal;\r\n}\r\nul#primary-nav li:hover,\r\nul#primary-nav li.menuh,\r\nul#primary-nav li.menuparenth {\r\n/* set hover image, right side */\r\n background: url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\r\n}\r\nul#primary-nav li:hover span,\r\nul#primary-nav li.menuh span,\r\nul#primary-nav li.menuparenth span {\r\n/* set hover image, left side */\r\n background: url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\r\n/* change text color on hover */\r\n color: #000;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an \"h\" as seen above and below */\r\nul#primary-nav li li.menuh {\r\n background: none;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li span {\r\n background: none;\r\n color: #000;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li.menuparent span {\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n color: #000\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li.menuh span {\r\n background: none;\r\n color: #FFF;\r\n font-weight: normal;\r\n}\r\n/* IE6 hacks */\r\nul#primary-nav li.menuparenth li.menuparenth {\r\n background: none;\r\n color: #FFF;\r\n font-weight: normal;\r\n}\r\nul#primary-nav li.menuactive a {\r\n/* set your image here for active tab right */\r\n background: url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\r\n}\r\nul#primary-nav li a.menuactive span {\r\n/* set your image here for active tab left */\r\n background: url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\r\n/* non active is #FFF/white, we need #000/black to contrast with light background */\r\n color: #000;\r\n/* bold to set it off from non active */\r\n font-weight: bold;\r\n}\r\n#primary-nav li li a {\r\n/* second level padding, no image and not as big */\r\n padding: 5px 10px;\r\n/* to keep it within li */\r\n width: 165px;\r\n/* space between them */\r\n margin: 5px;\r\n background: none;\r\n}\r\n/* IE6 hacks to above code */\r\n* html #primary-nav li li a {\r\n padding: 5px 10px;\r\n width: 165px;\r\n margin: 0px;\r\n color: #000;\r\n}\r\n#primary-nav li li:hover {\r\n/* remove image set in first level */\r\n background: none;\r\n}\r\n#primary-nav li li a:hover {\r\n/* set different image than first level */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* we need #FFF/white to contrast with dark background */\r\n color: #FFF;\r\n}\r\n#primary-nav li.menuparent li a:hover span {\r\n/* insures text color */\r\n color: #FFF;\r\n}\r\nul#primary-nav li:hover li a span {\r\n/* first level is #FFF/white, we need #000/black to contrast with light background */\r\n color: #000;\r\n/* just to insure normal */\r\n font-weight: normal;\r\n}\r\n#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {\r\n/* set your image here, lighter than hover */\r\n background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n/* non active is #FFF/white, we need #000/black to contrast with light background */\r\n color: #000;\r\n}\r\n#primary-nav li li.menuactive a.menuactive span {\r\n/* insures text color */\r\n color: #000\r\n}\r\n#primary-nav li li.menuactive a.menuactive:hover span {\r\n/* insures text color */\r\n color: #000;\r\n}\r\n/* IE6 hacks to above code */\r\n#primary-nav li li.menuparenth a.menuparent span {\r\n/* right arrow for menu parent, IE6 gif */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n color: #000\r\n}\r\n/* IE6 hacks to above code */\r\n#primary-nav li li.menuparenth a.menuparent:hover span {\r\n color: #FFF\r\n}\r\n#primary-nav li li.menuparent a.menuparent span {\r\n/* right arrow for parent item */\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuactive li a:hover span {\r\n/* black text */\r\n color: #000\r\n}\r\nul#primary-nav li li a.menuactive span {\r\n/* remove image set in first level */\r\n background: none;\r\n font-weight: normal;\r\n}\r\n#primary-nav li.menuactive li a {\r\n/* second level active link color */\r\n color: #0587A9;\r\n text-decoration: none;\r\n background: none;\r\n}\r\n#primary-nav li.menuactive li a:hover {\r\n/* dark image for hover */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuactive li a:hover span {\r\n/* white text to contrast with dark background image on hover */\r\n color: #FFF;\r\n}\r\nul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {\r\n padding: 0px;\r\n background: none;\r\n}\r\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\r\n#primary-nav ul li.separator, #primary-nav .separator:hover {\r\n/* set same as ul */\r\n width: 210px;\r\n/* height of image */\r\n height: 9px;\r\n/* negative margin pulls it down to cover ul image */\r\n margin: 0px 0px -8px;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\r\n}\r\n/* same as above for next level to insure it shows correct */\r\n#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {\r\n height: 9px;\r\n margin: 0px 0px -8px;\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\r\n}\r\n/* IE6 hacks */\r\n* html #primary-nav ul li.separator {\r\n height: 2px;\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\r\n}\r\n/* IE6 hacks */\r\n* html #primary-nav ul li.separatorh {\r\n margin: 0px 0px -8px;\r\n height: 2px;\r\n background: url([[root_url]]/uploads/ngrey/ultop.gif) no-repeat left top;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE Hacks */\r\n#primary-nav li li {\r\n float: left;\r\n clear: both;\r\n}\r\n#primary-nav li li a {\r\n height: 1%;\r\n}','screen','','2009-05-01 04:32:33','2009-07-20 18:18:21'),(45,'Navigation: ShadowMenu - Vertical','/* Vertical menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen and mark */\r\n#menuwrapper {\r\n/* just smaller than it\'s containing div */\r\n width: 95%;\r\n margin-left: 0px;\r\n/* room at bottom */\r\n margin-bottom: 10px;\r\n}\r\n/* Unless you know what you do, do not touch this */\r\n#primary-nav, #primary-nav ul {\r\n/* remove any default bullets */\r\n list-style: none;\r\n margin: 0px;\r\n padding: 0px;\r\n/* make sure it fills out */\r\n width: 100%;\r\n/* just a little bump */\r\n margin-left: 1px;\r\n}\r\n#primary-nav li {\r\n/* negative bottom margin pulls them together, images look like one border between */\r\n margin-bottom: -1px;\r\n/* keeps within it\'s container */\r\n position: relative;\r\n/* bottom padding pushes \"a\" up enough to show our image */\r\n padding: 0px 0px 4px 0px;\r\n/* you can set your own image here */\r\n background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\r\n}\r\n#primary-nav li li {\r\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it */\r\n width: 190px;\r\n/* changes padding inherited from first level */\r\n padding: 0px 10px;\r\n/* removes first level li image */\r\n background-image: none;\r\n}\r\n/* Styling the basic appearance of the menu \"a\" elements */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n font-size: 1em;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors */\r\n color: #595959;\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n padding: 0.8em 0.5em 0.5em 0.5em;\r\n/* makes it hold a shape */\r\n display: block;\r\n/* removes underline from default link setting */\r\n text-decoration: none;\r\n/* you can set your own image here this is tall enough to cover text heavy links */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n}\r\nul#primary-nav a span {\r\n/* makes it hold a shape */\r\n display: block;\r\n/* pushes text to right */\r\n padding-left: 1.5em;\r\n}\r\nul#primary-nav li a:hover {\r\n/* stops image flicker in some browsers */\r\n background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n/* changes text color on hover */\r\n color: #899092\r\n}\r\nul#primary-nav li li a:hover {\r\n/* you can set your own image here, second level \"a\" */\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* contrast color to image behind it */\r\n color: #FFF\r\n}\r\nul#primary-nav li a.menuactive {\r\n/* black and bold to set it off from non active */\r\n color: #000;\r\n font-weight: bold;\r\n}\r\nul#primary-nav li ul a {\r\n/* insure alignment */\r\n text-align: left;\r\n margin: 0px;\r\n/* relative to it\'s container */\r\n position: relative;\r\n/* even padding all 4 sides */\r\n padding: 6px;\r\n/* make sure we keep the font normal */\r\n font-weight: normal;\r\n/* set default link colors from here on */\r\n color: #000;\r\n/* remove any background that may have been set in level above */\r\n background: none;\r\n}\r\nul#primary-nav li ul {\r\n/* remove any default bullets */\r\n list-style-type: none;\r\n/* sets width of second level ul to background image */\r\n width: 209px;\r\n height: auto;\r\n/* negative margin pulls it over the parent ul */\r\n margin: 0px 0px 0px -2px;\r\n/* top padding gives room for image shadow and pushes li down into image */\r\n padding: 10px 0px 0px;\r\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\r\n position: absolute;\r\n/* keeps the left side of this ul on the right side of the preceding ul */\r\n left: 100%;\r\n/* negative top pulls up so left arrow centered in li next to it */\r\n top: -2px;\r\n display: none;\r\n/* set your image here, tall enough for the ul, this is the left arrow for second ul and on */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\r\n}\r\n/* a lot of the same as above, minor changes */\r\nul#primary-nav li ul ul {\r\n list-style-type: none;\r\n/* bit more negative left margin */\r\n margin: 0px 0px 0px -8px;\r\n/* you can call a property twice but not a property:\'value\', this flat lines it */\r\n padding: 0px;\r\n/* now we just change one with \'property\'-top:value */\r\n padding-top: 10px;\r\n position: absolute;\r\n width: 209px;\r\n height: auto;\r\n/* negative top pulls up so left arrow centered in li next to it, more on 3rd ul covers default drop increase */\r\n top: -5px;\r\n left: 100%;\r\n display: none;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\r\n}\r\n* html ul#primary-nav li ul {\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\r\n}\r\n* html ul#primary-nav li ul ul {\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\r\n}\r\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\r\n#primary-nav ul li.separator, #primary-nav .separator:hover {\r\n/* set same as ul */\r\n width: 209px;\r\n padding: 0px;\r\n/* height of image */\r\n height: 9px;\r\n/* negative margin pulls it down to cover ul image */\r\n margin: 0px 0px -9px;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\r\n}\r\n/* IE6 \'star html\' Hack */\r\n* html #primary-nav li ul li.separator {\r\n height: 2px;\r\n/* set your image here */\r\n background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\r\n}\r\n/* Fixes IE7 bug*/\r\n#primary-nav li, #primary-nav li.menuparent {\r\n min-height: 1em;\r\n}\r\n/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */\r\n#primary-nav li li.menuactive a.menuactive {\r\n/* contrast color to image behind it */\r\n color: #FFF;\r\n/* not bold as text color and image behind it set it off from non active */\r\n font-weight: normal;\r\n/* set your image here, dark grey image with white text set above*/\r\n background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuparent span {\r\n/* padding on left for image */\r\n padding-left: 1.5em;\r\n/* down arrow to note it has children, left side of text */\r\n background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\r\n}\r\n#primary-nav li.menuparent:hover li.menuparent span {\r\n/* remove left padding as image is on right side of text */\r\n padding-left: 0;\r\n/* right arrow to note it has children, right side of text */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth li.menuparent span,\r\n#primary-nav li.menuparenth li.menuparenth span {\r\n/* same as above but this is for IE6, gif image as it can\'t handle transparent png */\r\n padding-left: 0;\r\n background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuparent:hover span,\r\n#primary-nav li.menuparent.menuactive span,\r\n#primary-nav li.menuparent.menuactiveh span,\r\n#primary-nav li.menuparenth span {\r\n/* right arrow on hover */\r\n background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\r\n}\r\n#primary-nav li li span,\r\n#primary-nav li.menuparent li span,\r\n#primary-nav li.menuparent:hover li span,\r\n#primary-nav li.menuparenth li span,\r\n#primary-nav li.menuparenth li.menuparenth li span,\r\n#primary-nav li.menuparent li.menuparent li span,\r\n#primary-nav li.menuparent li.menuparent:hover li span {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n padding-left: 0px;\r\n}\r\n/* Styling the appearance of menu items on hover */\r\n#primary-nav li:hover li a,\r\n#primary-nav li.menuh li a,\r\n#primary-nav li.menuparenth li a,\r\n#primary-nav li.menuactiveh li a {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n background: none;\r\n color: #000;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n display: block;\r\n}\r\n/* IE Hack, will cause the css to not validate */\r\n#primary-nav li, #primary-nav li.menuparenth {\r\n _float: left;\r\n _height: 1%;\r\n}\r\n#primary-nav li a {\r\n _height: 1%;\r\n}\r\n/* BIG NOTE: I didn\'t do anything to these 2, never tested */\r\n#primary-nav li.sectionheader {\r\n border-left: 1px solid #006699;\r\n border-top: 1px solid #006699;\r\n font-size: 130%;\r\n font-weight: bold;\r\n padding: 1.5em 0 0.8em 0.5em;\r\n background-color: #fff;\r\n margin: 0;\r\n width: 100%;\r\n}\r\n/* separator */\r\n#primary-nav li hr.separator {\r\n display: block;\r\n height: 0.5em;\r\n color: #abb0b6;\r\n background-color: #abb0b6;\r\n width: 100%;\r\n border: 0;\r\n margin: 0;\r\n padding: 0;\r\n border-top: 1px solid #006699;\r\n border-right: 1px solid #006699;\r\n}','screen','','2009-05-02 00:20:03','2009-05-11 00:43:17'),(46,'Navigation: FatFootMenu','#footer ul {\r\n/* some margin is set in the footer padding */\r\n margin: 0px;\r\n/* calling a specific side, left in this case */\r\n margin-left: 5px;\r\n padding: 0px;\r\n/* remove any default bullets, image used in li call */\r\n list-style: none;\r\n}\r\n#footer ul li {\r\n/* remove any default bullets, image used for consistency */\r\n list-style: none;\r\n/* float left to set first level li items across the top */\r\n float:left;\r\n/* a little margin at top */\r\n margin: 5px 0px 0px;\r\n/* padding all the way around */\r\n padding: 5px;\r\n/* you can set your own image here, used for consistency */\r\n background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 10px;\r\n}\r\n#footer ul li a {\r\n/* this will make the \"a\" link a solid shape */\r\n display:block;\r\n margin: 2px 0px 4px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n/* set h3 to look like \"a\" */\r\n#footer li h3 {\r\n font-weight:normal;\r\n font-size:100%;\r\n margin: 2px 0px 2px 0px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n/* set h3 to look like \"a\", less margin at this level */\r\n#footer li li h3 {\r\n font-weight:normal;\r\n font-size:100%;\r\n margin: 0px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n#footer ul li li {\r\n/* remove any default bullets, image used for consistency */\r\n list-style: none;\r\n/* remove float so they line up under top li */\r\n float:none;\r\n/* less margin/padding */\r\n margin: 0px;\r\n padding: 0px 0px 0px 5px;\r\n/* you can set your own image here, used for consistency */\r\n background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 3px;\r\n}\r\n/* fix for IE6 */\r\n* html #footer ul li a {\r\n margin: 2px 0px 0px;\r\n padding: 0px 5px 5px 5px;\r\n}\r\n* html #footer ul li li a {\r\n margin: 0px 0px 0px;\r\n padding: 0px 5px 0px 5px;\r\n}\r\n/* End fix for IE6 */\r\n#footer ul ul {\r\n/* remove float so they line up under top li */\r\n float:none;\r\n/* a little margin to offset it */\r\n margin: 0px 0px 0px 8px;\r\n padding: 0;\r\n}\r\n#footer ul ul ul {\r\n/* remove float so they line up under li above it */\r\n float:none;\r\n/* a little margin to offset it */\r\n margin: 0px 0px 0px 8px;\r\n padding: 0;\r\n}','screen','','2009-05-02 15:05:04','2009-05-09 23:47:45'),(47,'ncleanbluecore','/*\r\n @Nuno Costa [criacaoweb.net] Core CSS.\r\n @Licensed under GPL and MIT.\r\n @Status: Stable\r\n @Version: 0.1-20090418\r\n \r\n @Contributors:\r\n \r\n --------------------------------------------------------------- \r\n*/\r\n/*----------- Global Containers ----------- */\r\n/* \r\n.core-wrap-100 = width - 100% of Browser Fluid\r\n.core-wrap-960 = width - 960px - fixed\r\n.core-wrap-780 = width - 780px - fixed\r\n.custom-wrap-x = width - custom - declared in another css (your site css)\r\n*/\r\n.core-wrap-100 {\r\n width: 100%;\r\n}\r\n.core-wrap-960 {\r\n width: 960px;\r\n}\r\n.core-wrap-780 {\r\n width: 780px;\r\n}\r\n.core-wrap-100,\r\n.core-wrap-960,\r\n.core-wrap-780,\r\n.custom-wrap-x {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n/*----------- Global Float ----------- */\r\n.core-wrap-100 .core-float-left,\r\n.core-wrap-960 .core-float-left,\r\n.core-wrap-780 .core-float-left,\r\n.custom-wrap-x .core-float-left {\r\n float: left;\r\n display: inline;\r\n}\r\n.core-wrap-100 .core-float-right,\r\n.core-wrap-960 .core-float-right,\r\n.core-wrap-780 .core-float-right,\r\n.custom-wrap-x .core-float-right {\r\n float: right;\r\n display: inline;\r\n}\r\n/*----------- Global Center ----------- */\r\n.core-wrap-100 .core-center,\r\n.core-wrap-960 .core-center,\r\n.core-wrap-780 .core-center,\r\n.custom-wrap-x .core-center {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}','screen','','2009-05-06 14:28:28','2009-05-11 02:35:43'),(48,'ncleanblueutils','/*\r\n @Nuno Costa [criacaoweb.net] Utils CSS.\r\n @Licensed under GPL2 and MIT.\r\n @Status: Stable\r\n @Version: 0.1-20090418\r\n \r\n @Contributors:\r\n - http://meyerweb.com/eric/tools/css/reset/index.html \r\n \r\n --------------------------------------------------------------- \r\n*/\r\n/* From: http://meyerweb.com/eric/tools/css/reset/index.html (Original) */\r\n/* v1.0 | 20080212 */\r\nhtml, body, div, span, applet, object, iframe,\r\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\r\na, abbr, acronym, address, big, cite, code,\r\ndel, dfn, em, font, img, ins, kbd, q, s, samp,\r\nsmall, strike, strong, sub, sup, tt, var,\r\nb, u, i, center,\r\ndl, dt, dd, ol, ul, li,\r\nfieldset, form, label, legend,\r\ntable, caption, tbody, tfoot, thead, tr, th, td {\r\n margin: 0;\r\n padding: 0;\r\n border: 0;\r\n outline: 0;\r\n font-size: 100%;\r\n vertical-align: baseline;\r\n background: transparent;\r\n}\r\n/*\r\nStantby for nowbody {\r\n line-height: 1;\r\n}\r\n*/\r\nol, ul {\r\n list-style: none;\r\n}\r\nblockquote, q {\r\n quotes: none;\r\n}\r\nblockquote:before,\r\nblockquote:after,\r\nq:before, q:after {\r\n content: \'\';\r\n content: none;\r\n}\r\n/* remember to define focus styles! */\r\n:focus {\r\n outline: 0;\r\n}\r\n/* remember to highlight inserts somehow! */\r\nins {\r\n text-decoration: none;\r\n}\r\ndel {\r\n text-decoration: line-through;\r\n}\r\n/* tables still need \'cellspacing=\"0\"\' in the markup */\r\ntable {\r\n border-collapse: collapse;\r\n border-spacing: 0;\r\n}\r\n/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */\r\n* {\r\n font-weight: inherit;\r\n font-style: inherit;\r\n font-family: inherit;\r\n}\r\ndfn {\r\n display: none;\r\n overflow: hidden;\r\n}\r\n/* ----------- Clear Floated Elements ----------- */\r\nhtml body .util-clearb {\r\n background: none;\r\n border: 0;\r\n clear: both;\r\n display: block;\r\n float: none;\r\n font-size: 0;\r\n margin: 0;\r\n padding: 0;\r\n position: static;\r\n overflow: hidden;\r\n visibility: hidden;\r\n width: 0;\r\n height: 0;\r\n}\r\n/* ----------- Fix to Clear Floated Elements ----------- */\r\n.util-clearfix:after {\r\n clear: both;\r\n content: \'.\';\r\n display: block;\r\n visibility: hidden;\r\n height: 0;\r\n}\r\n.util-clearfix {\r\n display: inline-block;\r\n}\r\n* html .util-clearfix {\r\n height: 1%;\r\n}\r\n.util-clearfix {\r\n display: block;\r\n}','screen','','2009-05-06 14:29:17','2009-05-11 02:38:10'),(49,'Layout: NCleanBlue','/* \n@Nuno Costa [criacaoweb.net]\n@Since [cmsms 1.6]\n@Contributors: Mark and Dev-Team\n*/\nbody {\n/* default text for entire site */\n font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;\n/* default text color for entire site */\n color: #3A3A36;\n/* you can set your own image and background color here */\n background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* Mask helper for browsers ZOOM, Rezise and Decrease */\n#ncleanblue {\n/* set to width of viewport */\n width: auto;\n/* you can set your own image and background color here */\n background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* wiki style external links */\n/* external links will have \"(external link)\" text added, lets hide it */\na.external span {\n position: absolute;\n left: -5000px;\n width: 4000px;\n}\na.external {\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\n padding: 0 12px 0 0;\n}\n/* colors for external links */\na.external:link {\n color: #679EBC;\n/* background image for the link to show wiki style arrow */\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:visited {\n color: #18507C;\n/* a different color can be used for visited external links */\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:hover {\n color: #18507C;\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\n background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\n background-color: inherit;\n}\n/* end wiki style external links */\n/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */\n.accessibility, hr {\n/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */\n position: absolute;\n top: -9999em;\n left: -9999em;\n background: none;\n border: 0;\n clear: both;\n display: block;\n float: none;\n font-size: 0;\n margin: 0;\n padding: 0;\n overflow: hidden;\n visibility: hidden;\n width: 0;\n height: 0;\n border: none;\n}\n/* ------------ Standard HTML elements and their default settings ------------ */\nb, strong{font-weight: bold;}i, em{ font-style: italic;}\np {\n padding: 0;\n margin-top: 0.5em;\n margin-bottom: 1em;\n text-align:left;\n}\nh1, h2, h3, h4, h5 {\n line-height: 1.6em;\n font-weight: normal;\n width: auto;\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n}\n/*default link styles*/\na {\n color: #679EBC;\n text-decoration: none;\n text-align: left;\n}\na:hover {\n color: #3A6B85;\n}\na:active {\n color: #3A6B85;\n}\na:visited {\n color: #679EBC;\n}\ninput, textarea, select {\n font-size: 0.95em;\n}\n/* ------------ Wrapper ------------ */\ndiv#pagewrapper {\n font-size: 95%;\n position: relative;\n z-index: 1;\n}\n/* ------------ Header ------------ */\n#header {\n height: 111px;\n width: 960px;\n}\n#logo a {\n/* adjust according your image size */\n height: 75px;\n width: 215px;\n/* forces full link size */\n display: block;\n/* this hides the text */\n text-indent: -9999em;\n margin-top: 0;\n margin-left: 0;\n/* you can set your own image here, note size adjustments */\n background: url([[root_url]]/uploads/NCleanBlue/logo.png) no-repeat left top;\n}\n/* ------------ Header - Search ------------ */\ndiv#search {\n width: 190px;\n height: 28px;\n margin-top: 31px;\n margin-right: 20px;\n}\ndiv#search label {\n text-indent: -9999em;\n height: 0pt;\n width: 0pt;\n display: none;\n}\ndiv#search input.search-input {\n/* specific size for image, your image may need these adjusted */\n width: 143px;\n height: 17px;\n/* removes default borders, allows use of image */\n border-style: none;\n/* text color */\n color: #999;\n/* padding of text */\n padding: 7px 0px 4px 10px;\n float: left;\n/* set all font properties at once, weight, size, family */\n font: bold 0.9em Arial, Helvetica, sans-serif;\n/* left input image, set your own here */\n background: url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat left top;\n}\ndiv#search input.search-button {\n/* specific size for image, your image may need these adjusted */\n width: 37px;\n height: 28px;\n/* removes default borders, allows use of image */\n border-style: none;\n/* hides text, image has text */\n text-indent: -9999em;\n float: left;\n margin: 0;\n/* provides positive hover effect */\n cursor: pointer;\n/* removes default size/height */\n font-size: 0px;\n line-height: 0px;\n/* submit button image, set your own here */\n background: transparent url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat right top;\n}\n/* ------------ Content ------------ */\n#content {\n width: auto;\n/* all text in #content will default align left, changed in other calls */\n text-align: left;\n}\n#bar {\n width: auto;\n height: 40px;\n padding-right: 1em;\n padding-left: 1em;\n}\n.print {\n margin-right: 75px;\n margin-top: 10px;\n}\n#version {\n width: 50px;\n height: 31px;\n position: absolute;\n z-index: 5;\n top: 130px;\n right: -16px;\n font-size: 1.6em;\n font-weight: bold;\n padding: 28px 15px;\n color: #FFF;\n text-align: center;\n vertical-align: middle;\n background: url([[root_url]]/uploads/NCleanBlue/version.png) no-repeat left top;\n}\n/* IE6 fixes */\n* html div#version {\n top: 150px;\n}\n/* End IE6 fixes */\n/* Site Title */\nh1.title {\n font-size: 1.8em;\n color: #666666;\n margin-bottom: 0.5em;\n}\n/* Breadcrumbs */\ndiv.breadcrumbs {\n padding: 0.5em 0;\n font-size: 80%;\n margin: 0 1em;\n}\ndiv.breadcrumbs span.lastitem {\n font-weight: bold;\n}\n/* ------------ Side Bar (Left) ------------ */\n#left {\n width: 250px;\n}\n/* Image that Represents the new CMS design */\n#left .screen {\n margin: 10px 50px;\n}\n/* End */\n.sbar-title {\n font: bold 1.2em Arial, Helvetica, sans-serif;\n color: #252523;\n}\n.sbar-top {\n height: 20px;\n width: auto;\n padding: 10px;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left top;\n}\n.sbar-main {\n width: auto;\n border-right: 1px solid #E2E2E2;\n border-left: 1px solid #E2E2E2;\n background: #F0F0F0;\n}\nspan.sbar-bottom {\n width: auto;\n display: block;\n height: 10px;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left bottom;\n}\n/* ------------ Main (Right) ------------ */\n#main {\n width: 690px;\n}\n.main-top {\n height: 15px;\n width: auto;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right top;\n}\n.main-main {\n width: auto;\n border-right: 1px solid #E2E2E2;\n border-left: 1px solid #E2E2E2;\n background: #F0F0F0;\n padding: 20px;\n padding-top: 0px;\n}\n.main-bottom {\n width: auto;\n height: 41px;\n background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right bottom;\n}\n.right49, .left49 {\n font-size: 0.85em;\n margin: 7px 5px 5px 10px;\n font-weight: bold;\n}\n.left49 span {\n display: block;\n padding-top: 1px;\n}\n.left49 a {\n font-weight: normal;\n}\n.right49 {\n height: 28px;\n width: 50px;\n padding-right: 10px;\n background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat right top;\n}\n.right49 a, .right49 a:visited {\n padding: 7px 4px;\n display: block;\n color: #000;\n height: 15px;\n background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat left top;\n}\n#main h2,\n#main h3,\n#main h4,\n#main h5,\n#main h6 {\n font-size: 1.4em;\n color: #301E12;\n}\ndiv#main ul,\ndiv#main ol,\ndiv#main dl,\n#footer ul,\n#footer ol {\n line-height: 1em;\n margin: 0 0 1.5em 0;\n}\ndiv#main ul,\n#footer ul {\n list-style: circle;\n}\ndiv#main ul li,\ndiv#main ol li,\n#footer ul li,\n#footer ol li {\n padding: 2px 2px 2px 5px;\n margin-left: 20px;\n}\n/* definition lists topics on bold */\ndiv#main dl dt {\n font-weight: bold;\n margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n margin: 0 0 1em 1em;\n}\ndiv#main dl {\n margin-bottom: 2em;\n padding-bottom: 1em;\n border-bottom: 1px solid #c0c0c0;\n}\n/* ------------ Footer ------------ */\n#footer-wrapper {\n min-height: 235px;\n height: auto!important;\n height: 235px;\n width: auto;\n margin-top: 5px;\n text-align: center;\n margin-right: 00px;\n margin-left: 0px;\n background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer {\n color: #FFF;\n font-size: 0.8em;\n min-height: 235px;\n height: auto!important;\n height: 235px;\n background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer .block {\n width: 300px;\n margin: 20px 10px 10px;\n}\n#footer .cms {\n text-align: right;\n}\n/* ------------ Footer Links ------------ */\n#footer ul {\n width: auto;\n text-align: left;\n margin-left: 50px;\n}\n#footer ul ul {\n margin-left: 0px;\n}\n#footer ul li a {\n color: #FFF;\n display: block;\n font-weight: normal;\n margin-bottom: 0.5em;\n text-decoration: none;\n}\n#footer a {\n color: #DCEDF1;\n text-decoration: underline;\n font-weight: bold;\n}\n/* ------------ END LAYOUT ---------------*/\n/* ------------ Menu ROOT ------------ */\n.page-menu {\n width: auto;\n height: 35px;\n margin: 3px 0 0 20px;\n}\n.menuwrapper {}\n\nul#primary-nav li hr.menu_separator{\n position: relative;\n visibility: hidden;\n display:block;\n width:5px;\n height: 32px;\n margin: 0px 5px 0px;\n}\n.page-menu ul#primary-nav {\n height: 1%;\n float: left;\n list-style: none;\n padding: 0;\n margin: 0;\n}\n.page-menu ul#primary-nav li {\n float: left;\n}\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a span {\n display: block;\n padding: 0 10px;\n background-repeat: no-repeat;\n background-image: url([[root_url]]/uploads/NCleanBlue/tabs.gif);\n}\n.page-menu ul#primary-nav li a {\n padding-left: 0;\n color: #000;\n font-weight: bold;\n line-height: 2.15em;\n text-decoration: none;\n margin-left: 1px;\n font-size: 0.85em;\n}\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:active {\n color: #000;\n}\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover span {\n color: #000;\n}\n.page-menu ul#primary-nav li a span {\n padding-top: 6px;\n padding-right: 0;\n padding-bottom: 5px;\n}\n.page-menu ul#primary-nav li a.menuparenth,\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n background-position: 100% -120px;\n}\n.page-menu ul#primary-nav li a {\n background-position: 100% -80px;\n}\n.page-menu ul#primary-nav li a.menuactive span,\n.page-menu ul#primary-nav li a:hover span,\n.page-menu ul#primary-nav li a:focus span,\n.page-menu ul#primary-nav li a:active span {\n background-position: 0 -40px;\n}\n.page-menu ul#primary-nav li a span {\n background-position: 0 0;\n}\n.page-menu ul#primary-nav .sectionheader,\n.page-menu ul#primary-nav li a:link.menuactive,\n.page-menu ul#primary-nav li a:visited.menuactive {\n/* @ Opera, use pseudo classes otherwise it confuses cursor... */\n cursor: text;\n}\n.page-menu ul#primary-nav li span,\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n/* @ Opera, we need to be explicit again here now... */\n cursor: pointer;\n}\n/* Additional IE specific bug fixes... */\n* html .page-menu ul#primary-nav {\n display: inline-block;\n}\n*:first-child+html .page-menu ul#primary-nav {\n display: inline-block;\n}\n/* -------------------- menu dropdow -------------------------\n/* Unless you know what you do, do not touch this */\n/* Reset all ROOT menu styles. */\nul#primary-nav ul.unli li li a span,\nul#primary-nav ul.unli li a span,\nul#primary-nav .menuparent .unli .menuparent .unli li a span {\n font-weight: normal;\n background-image: none;\n display: block;\n padding-top: 0px;\n padding-left: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n}\n#primary-nav {\n margin: 0px;\n padding: 0px;\n}\n#primary-nav ul {\n list-style: none;\n margin: -6px 0px 0px;\n padding: 0px;\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\n width: 209px;\n}\n#primary-nav ul {\n position: absolute;\n z-index: 1001;\n top: auto;\n display: none;\n padding-top: 9px;\n background: url([[root_url]]/uploads/NCleanBlue/ultop.png) no-repeat left top;\n}\n* html #primary-nav ul.unli {\n padding-top: 12px;\n background: url([[root_url]]/uploads/NCleanBlue/ultop.gif) no-repeat left top;\n}\n#primary-nav ul.unli ul {\n margin-left: -7px;\n left: 100%;\n top: 3px;\n}\n* html #primary-nav ul.unli ul {\n margin-left: -0px;\n}\n#primary-nav li {\n margin: 0px;\n float: left;\n}\n#primary-nav li li {\n margin-left: 7px;\n margin-top: -1px;\n float: none;\n position: relative;\n}\n/* Styling the basic appearance of the menu elements */\nul#primary-nav ul hr.menu_separator{\n position: relative;\n visibility: visible;\n display:block;\n width:130px;\n height: 1px;\n margin: 2px 30px 2px;\n padding: 0em;\n border-bottom: 1px solid #ccc;\n border-top-width: 0px;\n border-right-width: 0px;\n border-left-width: 0px;\n border-top-style: none;\n border-right-style: none;\n border-left-style: none;\n}\n#primary-nav .separator,\n#primary-nav .separatorh {\n height: 9px;\n width: 209px;\n margin: 0px 0px -8px;\n background: url([[root_url]]/uploads/NCleanBlue/ulbtm.png) no-repeat left bottom;\n}\n* html #primary-nav .separator {\n z-index:-1;\n background: url([[root_url]]/uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;\n}\n*:first-child+html #primary-nav .separator {\n z-index:-1;\n}\n#primary-nav ul.unli li a {\n padding: 0px 10px;\n width: 165px;\n margin: 5px;\n background-image: none;\n}\n* html #primary-nav ul.unli li a {\n padding: 0px 10px 0px 5px;\n width: 165px;\n margin: 5px 0px;\n}\n#primary-nav li li a:hover {\n background-color: #DBE7F2;\n}\n/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */\n#primary-nav li.menuactive li a {\n text-decoration: none;\n background: none;\n}\n#primary-nav ul.unli li.menuparenth,\n#primary-nav ul.unli a:hover,\n#primary-nav ul.unli a.menuactive {\n background-color: #DBE7F2;\n}\n/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */\n#primary-nav ul.unli li .menuparent,\n#primary-nav ul.unli li .menuparent:hover,\n#primary-nav ul.unli li .menuparent,\n#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {\n background-image: url([[root_url]]/uploads/NCleanBlue/arrow.gif);\n background-position: center right;\n background-repeat: no-repeat;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul,\n#primary-nav li.menuparenth ul ul ul {\n display: none;\n}\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav ul ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul,\n#primary-nav ul ul ul li.menuparenth ul {\n display: block;\n}\n/* IE Hacks */\n#primary-nav li li {\n float: left;\n clear: both;\n}\n#primary-nav li li a {\n height: 1%;\n}\n/*************** End Menu *****************/\n/* ------------ News Module ------------ */\n#news {\n padding: 10px;\n}\n.NewsSummary {\n}\n.NewsSummaryPostdate,\n.NewsSummaryCategory,\n.NewsSummaryAuthor {\n font-style: italic;\n font-size: 0.8em;\n}\n.NewsSummaryLink {\n margin: 2px 0;\n}\n.NewsSummaryContent {\n margin: 10px 0;\n}\n.NewsSummaryMorelink {\n margin: 5px 0 15px;\n}\n/* ------------ End News Module ------------ */','screen','','2009-05-06 14:30:25','2009-07-22 17:39:51'),(50,'Simplex: Core','[[strip]][[* using strip in stylesheet to remove unneeded empty space, will reduce the file size *]]\r\n/* =====================================\r\nBASE STYLES\r\n===================================== */\r\narticle, aside, details, figcaption, figure, footer, header, hgroup, nav, section { \r\n display: block\r\n}\r\n/* taken from HTML5 Boilerplate http://h5bp.com */\r\nhtml { \r\n font-size: 100%; \r\n -webkit-text-size-adjust: 100%; \r\n -ms-text-size-adjust: 100%\r\n}\r\naudio, canvas, video { \r\n display: inline-block; \r\n *display: inline; \r\n *zoom: 1\r\n}\r\naudio:not([controls]) { \r\n display: none\r\n}\r\n[hidden] { \r\n display: none\r\n}\r\n/* text selection */\r\n.content-wrapper ::-moz-selection { \r\n background: #5EF32C;\r\n background: rgba(243,156,44,0.7);\r\n color: #555;\r\n text-shadow: none\r\n}\r\n.content-wrapper ::selection { \r\n background: #5EF32C; \r\n background: rgba(243,156,44,0.7);\r\n color: #555;\r\n text-shadow: none \r\n}\r\n/* Consistent box sizing and appearance */\r\ninput[type=\"checkbox\"], input[type=\"radio\"] { \r\n box-sizing: border-box; \r\n padding: 0; \r\n *width: 13px; \r\n *height: 13px\r\n}\r\ninput[type=\"search\"] { \r\n -webkit-appearance: textfield; \r\n -moz-box-sizing: content-box; \r\n -webkit-box-sizing: content-box; \r\n box-sizing: content-box\r\n}\r\ninput[type=\"search\"]::-webkit-search-decoration, input[type=\"search\"]::-webkit-search-cancel-button { \r\n -webkit-appearance: none\r\n}\r\n/* Remove inner padding and border in FF3/4 */\r\nbutton::-moz-focus-inner, input::-moz-focus-inner { \r\n border: 0; \r\n padding: 0\r\n}\r\n/*\r\n * 1. Remove default vertical scrollbar in IE6/7/8/9\r\n * 2. Allow only vertical resizing\r\n */\r\ntextarea { \r\n overflow: auto; \r\n vertical-align: top; \r\n resize: vertical\r\n}\r\nul, ol { \r\n margin: 1em 0; \r\n padding: 0 0 0 40px\r\n}\r\ndd { \r\n margin: 0 0 0 40px\r\n}\r\nnav ul, nav ol { \r\n list-style: none; \r\n list-style-image: none; \r\n margin: 0; \r\n padding: 0\r\n}\r\n/* Redeclare monospace font family */\r\npre, code, kbd, samp { \r\n font-family: monospace, serif; _font-family: \'courier new\', monospace; \r\n font-size: 1em }\r\n/* Improve readability of pre-formatted text in all browsers */\r\npre { \r\n white-space: pre;\r\n white-space: pre-wrap; \r\n word-wrap: break-word\r\n}\r\nq { \r\n quotes: none\r\n}\r\nq:before, q:after { \r\n content: \"\"; \r\n content: none\r\n}\r\nsmall { \r\n font-size: 85%\r\n}\r\n/* Hide from both screenreaders and browsers */\r\n.hidden { \r\n display: none !important; \r\n visibility: hidden\r\n}\r\n/* Hide only visually, but have it available for screenreaders */\r\n.visuallyhidden { \r\n border: 0; \r\n clip: rect(0,0,0,0); \r\n height: 1px; \r\n margin: -1px; \r\n overflow: hidden; \r\n padding: 0; \r\n position: absolute; \r\n width: 1px\r\n}\r\n/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */\r\n.visuallyhidden.focusable:active, \r\n.visuallyhidden.focusable:focus { \r\n clip: auto; \r\n height: auto; \r\n margin: 0; \r\n overflow: visible; \r\n position: static; \r\n width: auto\r\n}\r\n/* Hide visually and from screenreaders, but maintain layout */\r\n.invisible { \r\n visibility: hidden\r\n}\r\n/* correct text resizing */\r\nhtml { \r\n font-size: 100%; \r\n -webkit-text-size-adjust: 100%; \r\n -ms-text-size-adjust: 100% \r\n}\r\nbody { \r\n margin: 0; \r\n font-size: 1em;\r\n /* -webkit-font-smoothing: antialiased */\r\n}\r\n/* =====================================\r\n12 COLUMN GRID\r\n===================================== */\r\n\r\n/* ================================\r\nDesktop\r\n================================ */\r\n\r\n/* the wraping container */\r\n.container {\r\n width: 92%;\r\n min-width: 980px;\r\n max-width: 1260px\r\n}\r\n/* align the site */\r\n.leftaligned {\r\n margin: 0 auto 0 0\r\n}\r\n.rightaligned {\r\n margin: 0 0 0 auto\r\n}\r\n.centered {\r\n margin: 0 auto\r\n}\r\n/* Global Grid layout */\r\n.grid_1,\r\n.grid_2,\r\n.grid_3,\r\n.grid_4,\r\n.grid_5,\r\n.grid_6,\r\n.grid_7,\r\n.grid_8,\r\n.grid_9,\r\n.grid_10,\r\n.grid_11,\r\n.grid_12 {\r\n display:inline;\r\n float: left;\r\n position: relative;\r\n margin-left: .96%;\r\n margin-right: .96% \r\n}\r\n\r\n/* alpha and omega classes remove margins, aplha = no margin left, omega = no margin right */\r\n.alpha { margin-left: 0 }\r\n.omega { margin-right: 0 }\r\n\r\n/* Grid sizes up to 12 columns */\r\n.container .grid_1 { width:6.333% }\r\n.container .grid_2 { width:14.667% }\r\n.container .grid_3 { width:23.0% }\r\n.container .grid_4 { width:31.333% }\r\n.container .grid_5 { width:39.667% }\r\n.container .grid_6 { width:48.0% }\r\n.container .grid_7 { width:56.333% }\r\n.container .grid_8 { width:64.667% }\r\n.container .grid_9 { width:73.0% }\r\n.container .grid_10 { width:81.333% }\r\n.container .grid_11 { width:89.667% }\r\n.container .grid_12 { width:98.0% }\r\n\r\n/* Prefix to add extra space left */\r\n.container .prefix_1 { padding-left:8.333% }\r\n.container .prefix_2 { padding-left:16.667% }\r\n.container .prefix_3 { padding-left:25.0% }\r\n.container .prefix_4 { padding-left:33.333% }\r\n.container .prefix_5 { padding-left:41.667% }\r\n.container .prefix_6 { padding-left:50.0% }\r\n.container .prefix_7 { padding-left:58.333% }\r\n.container .prefix_8 { padding-left:66.667% }\r\n.container .prefix_9 { padding-left:75.0% }\r\n.container .prefix_10 { padding-left:83.333% }\r\n.container .prefix_11 { padding-left:91.667% }\r\n\r\n/* Suffix to add extra space right */\r\n.container .suffix_1 { padding-right:8.333% }\r\n.container .suffix_2 { padding-right:16.667% }\r\n.container .suffix_3 { padding-right:25.0% }\r\n.container .suffix_4 { padding-right:33.333% }\r\n.container .suffix_5 { padding-right:41.667% }\r\n.container .suffix_6 { padding-right:50.0% }\r\n.container .suffix_7 { padding-right:58.333% }\r\n.container .suffix_8 { padding-right:66.667% }\r\n.container .suffix_9 { padding-right:75.0% }\r\n.container .suffix_10 { padding-right:83.333% }\r\n.container .suffix_11 { padding-right:91.667% }\r\n\r\n/* Push columns to right */\r\n.container .push_1 { left:8.333% }\r\n.container .push_2 { left:16.667% }\r\n.container .push_3 { left:25.0% }\r\n.container .push_4 { left:33.333% }\r\n.container .push_5 { left:41.667% }\r\n.container .push_6 { left:50.0% }\r\n.container .push_7 { left:58.333% }\r\n.container .push_8 { left:66.667% }\r\n.container .push_9 { left:75.0% }\r\n.container .push_10 { left:83.333% }\r\n.container .push_11 { left:91.667% }\r\n\r\n/* Pull columns to left */\r\n.container .pull_1 { left:-8.333% }\r\n.container .pull_2 { left:-16.667% }\r\n.container .pull_3 { left:-25.0% }\r\n.container .pull_4 { left:-33.333% }\r\n.container .pull_5 { left:-41.667% }\r\n.container .pull_6 { left:-50.0% }\r\n.container .pull_7 { left:-58.333% }\r\n.container .pull_8 { left:-66.667% }\r\n.container .pull_9 { left:-75.0% }\r\n.container .pull_10 { left:-83.333% }\r\n.container .pull_11 { left:-91.667% }\r\n\r\n/* =====================================\r\nTablet (Portrait) \r\n===================================== */\r\n@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {\r\n .container {\r\n width: 92%;\r\n min-width: 768px;\r\n max-width: 1024px\r\n } \r\n}\r\n\r\n/* =====================================\r\nSmartphones (Portait) \r\n===================================== */\r\n@media only screen and (max-width: 320px) {\r\n .container {\r\n width: 92%;\r\n min-width: 300px;\r\n max-width: 320px\r\n } \r\n .container .grid_1, \r\n .container .grid_2,\r\n .container .grid_3,\r\n .container .grid_4,\r\n .container .grid_5,\r\n .container .grid_6,\r\n .container .grid_7,\r\n .container .grid_8,\r\n .container .grid_9,\r\n .container .grid_10,\r\n .container .grid_11,\r\n .container .grid_12 { \r\n width: 98%; \r\n margin: 0 1%;\r\n float: none\r\n }\r\n}\r\n\r\n/* =====================================\r\nSmartphones (Landscape) \r\n===================================== */\r\n@media only screen and (min-width: 321px) and (max-width: 767px) {\r\n .container {\r\n width: 92%;\r\n min-width: 321px;\r\n max-width: 767px\r\n } \r\n .container .grid_1, \r\n .container .grid_2,\r\n .container .grid_3,\r\n .container .grid_4,\r\n .container .grid_5,\r\n .container .grid_6,\r\n .container .grid_7,\r\n .container .grid_8,\r\n .container .grid_9,\r\n .container .grid_10,\r\n .container .grid_11,\r\n .container .grid_12 { \r\n width: 98%;\r\n margin: 0 1%;\r\n display: block;\r\n float: none\r\n } \r\n}\r\n\r\n/* =====================================\r\nSmartphones (Portrait & Landscape) \r\n===================================== */\r\n@media only screen and (min-width: 300px) and (max-width: 767px) {\r\n .container .prefix_1,\r\n .container .prefix_2,\r\n .container .prefix_3,\r\n .container .prefix_4,\r\n .container .prefix_5,\r\n .container .prefix_6,\r\n .container .prefix_7,\r\n .container .prefix_8,\r\n .container .prefix_9,\r\n .container .prefix_10,\r\n .container .prefix_11,\r\n .container .suffix_1,\r\n .container .suffix_2,\r\n .container .suffix_3,\r\n .container .suffix_4,\r\n .container .suffix_5,\r\n .container .suffix_6,\r\n .container .suffix_7,\r\n .container .suffix_8,\r\n .container .suffix_9,\r\n .container .suffix_10,\r\n .container .suffix_11 { \r\n padding-right: 0;\r\n padding-left: 0\r\n } \r\n .container .push_1,\r\n .container .push_2,\r\n .container .push_3,\r\n .container .push_4,\r\n .container .push_5,\r\n .container .push_6,\r\n .container .push_7,\r\n .container .push_8,\r\n .container .push_9,\r\n .container .push_10,\r\n .container .push_11,\r\n .container .pull_1,\r\n .container .pull_2,\r\n .container .pull_3,\r\n .container .pull_4,\r\n .container .pull_5,\r\n .container .pull_6,\r\n .container .pull_7,\r\n .container .pull_8,\r\n .container .pull_9,\r\n .container .pull_10,\r\n .container .pull_11 {\r\n left: auto;\r\n right: auto\r\n }\r\n}\r\n\r\n/* =====================================\r\niPhone 4, iPad2, Retina stuff ?\r\n===================================== */\r\n@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {\r\n\r\n/* if you buy me one i might test and add something here */\r\n\r\n}\r\n\r\n/* =====================================\r\nCLEARING FLOATS\r\n===================================== */\r\n.clear {\r\n clear: both;\r\n display: block;\r\n overflow: hidden;\r\n visibility: hidden;\r\n width: 0;\r\n height: 0\r\n}\r\n\r\n.cf:before, \r\n.cf:after,\r\n.row:before,\r\n.row:after{ \r\n content: \"\"; \r\n display: table\r\n}\r\n.cf:after,\r\n.row:after{ \r\n clear: both\r\n}\r\n.cf,\r\n.row { \r\n *zoom: 1\r\n}\r\n\r\n[[/strip]]','','screen','2012-04-24 13:15:51','2013-03-21 18:34:58'),(51,'Simplex: Layout','[[strip]][[* using strip in stylesheet to remove unneeded empty space, will reduce the file size *]]\r\n\r\n[[* APPEARANCE *]]\r\n[[* \r\nBy adding #boxed id to body tag you can easily change appearance of the site.\r\nThis would add a background image to body and content would be wrapped in a box.\r\nBy removing that id the background is removed and site is presented in white.\r\n\r\nHow: Go to Template -> Simplex and find <body>\r\nNow simply edit as following <body id=\'boxed\'>\r\n\r\nYou can as well reposition your site by changing class on wrapping div.\r\nFind in Simplex Template following: \r\n\r\n<div class=\'container centered\' id=\'wrapper\'>\r\n\r\nNow change \"centered\" to \"left\" or \"right\" and page will be left or right aligned.\r\n*]]\r\n\r\n[[* assign the images path to a variable *]]\r\n[[capture assign=\'path\']][[uploads_url]]/simplex/images[[/capture]]\r\n\r\n[[* COLORS *]]\r\n\r\n[[assign var=\'boxed_bg\' value=\"#d1d1d1 url(`$path`/boxed-bg.gif)\"]]\r\n\r\n[[assign var=\'light_grey\' value=\'#f1f1f1\']]\r\n[[assign var=\'grey\' value=\'#e9e9e9\']]\r\n[[assign var=\'dark_grey\' value=\'#555\']]\r\n[[assign var=\'white\' value=\'#fff\']]\r\n[[assign var=\'orange\' value=\'#9ace14\']]\r\n[[assign var=\'dark_orange\' value=\'#b8ec42\']]\r\n[[assign var=\'yellow\' value=\'#fdbd34\']]\r\n\r\n\r\n/* =====================================\r\nBASIC STYLES\r\n===================================== */\r\nbody {\r\n background: [[$white]];\r\n font-family: sans-serif; /* sans-serif falls back to default OS and Browser font, usually Arial or Helvetica and so on */\r\n font-size: 12px;\r\n color: [[$dark_grey]];\r\n line-height: 1.3\r\n}\r\n/* you can change appearance of the page by adding or removing #boxed id to body tag. */\r\nbody#boxed {\r\n background: [[$boxed_bg]] repeat\r\n}\r\n/* add some space inside the boxed container */\r\n#boxed .container {\r\n padding: 0 1%\r\n}\r\na img {\r\n border: none\r\n}\r\n/* you can use these classes to align images to left or right */\r\n.right {\r\n float: right\r\n}\r\n.left {\r\n float:left\r\n}\r\n/* if image needs some space add this class to img tag\r\n * so at the end a left floating image would be <img src=\'some.jpg\' class=\'left spacing\' alt=\'foo\' />\r\n */\r\n.spacing {\r\n margin: 10px\r\n}\r\n.spacing.left {\r\n margin: 10px 10px 10px 0\r\n}\r\n.spacing.right {\r\n margin: 10px 0 10px 10px\r\n}\r\n/* or add a 2 px border to image or something, change as you need it */\r\n.border {\r\n border: 2px solid [[$grey]]\r\n}\r\n/* some styling for code chunks */\r\ncode, samp, kbd {\r\n font-family: Consolas, \'Andale Mono WT\', \'Andale Mono\', \'Lucida Console\', \'Lucida Sans Typewriter\', monospace;\r\n color: [[$dark_grey]]\r\n}\r\npre code {\r\n line-height: 1.4;\r\n font-size: 11px\r\n}\r\npre {\r\n padding: 10px;\r\n margin: 10px 0;\r\n overflow: auto;\r\n width: 93%;\r\n background: [[$light_grey]];\r\n border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n -moz-border-radius: 6px;\r\n -o-border-radius: 6px\r\n}\r\n/* target IE7 and IE6 */\r\n*:first-child+html pre {\r\n padding-bottom: 20px;\r\n overflow-y: hidden;\r\n overflow: visible;\r\n overflow-x: auto\r\n}\r\n* html pre {\r\n padding-bottom: 20px;\r\n overflow: visible;\r\n overflow-x: auto\r\n}\r\n/* horizontal ruler */\r\nhr { \r\n border: solid [[$grey]]; \r\n border-width: 1px 0 0 0; \r\n clear: both; \r\n margin: 10px 0 30px 0; \r\n height: 0\r\n}\r\n/* =====================================\r\nCOMMON TYPOGRAPHY\r\n===================================== */\r\n\r\n/* link default styles */\r\na { \r\n color: [[$orange]];\r\n}\r\na:visited { \r\n color: [[$dark_orange]] \r\n}\r\na:hover { \r\n color: [[$dark_grey]];\r\n transition: transform 0.6s ease-out;\r\n -webkit-transition: color 0.6s ease-out;\r\n -moz-transition: color 0.6s ease-out;\r\n -o-transition: color 0.6s ease-out; \r\n text-decoration: underline\r\n}\r\na:focus { \r\n outline: thin dotted\r\n}\r\na:hover, a:active { \r\n outline: 0\r\n}\r\n/* add icon to links with class external */\r\na.external span {\r\n display: inline-block;\r\n width: 9px;\r\n height: 9px;\r\n text-indent: -999em;\r\n margin: 0 3px;\r\n /* using sprite image, but left as reference to single image \r\n background: transparent url([[$path]]/external-icon.png) no-repeat 0 0\r\n */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -130px;\r\n}\r\na.external:hover span {\r\n background-position: -10px -139px\r\n}\r\n/* default heading styles */\r\nh1,\r\nh2,\r\nh3 {\r\n font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n}\r\nh1 {\r\n color: [[$orange]];\r\n margin: 10px 0;\r\n font-size: 28px;\r\n text-transform: uppercase;\r\n}\r\nh2 {\r\n color: [[$dark_grey]];\r\n font-size: 22px\r\n}\r\nh3 {\r\n color: [[$dark_grey]];\r\n font-weight: 300;\r\n font-size: 18px\r\n}\r\n/* blockquotes and cites */\r\nblockquote, \r\nblockquote p { \r\n font-size: 14px; \r\n line-height: 1.5; \r\n color: [[$dark_grey]]; \r\n font-style: italic;\r\n font-family: Georgia, Times New Roman, serif\r\n}\r\nblockquote { \r\n margin: 0 0 20px 0; \r\n padding: 9px 10px 10px 19px; \r\n border-left: 5px solid [[$light_grey]]\r\n}\r\nblockquote cite { \r\n display: block; \r\n font-size: 12px; \r\n color: [[$dark_grey]] \r\n}\r\nblockquote cite:before { \r\n content: \"\\2014 \\0020\"; \r\n}\r\nblockquote cite a, \r\nblockquote cite a:visited, \r\nblockquote cite a:visited {\r\n font-family: Georgia, Times New Roman, serif; \r\n}\r\n\r\n/* =====================================\r\nLAYOUT\r\n===================================== */\r\n/* wrapping the page in a box */\r\n#wrapper {\r\n margin-top: 10px;\r\n border-top: 5px solid [[$orange]]\r\n}\r\n/* you can switch appearance of the page by adding or removing id #boxed to body tag */\r\n#boxed #wrapper {\r\n background: [[$white]];\r\n box-shadow: 2px 2px 8px [[$dark_grey]]\r\n}\r\n \r\n/* ------ HEADER SECTION ------ */\r\n/* if you need height or something for header part add style here */\r\n.header {\r\n \r\n}\r\n/* the logo */\r\n.logo {\r\n margin-top: 12px;\r\n position: relative\r\n}\r\n/* having some fun with palm, rotating with css3, will not work in IE */\r\n.logo .palm {\r\n position: absolute;\r\n top: 5px;\r\n left: 45px;\r\n /* using sprite image as background, left as reference to single image \r\n background: url([[$path]]/palm-circle.png) no-repeat;\r\n */\r\n background: url([[$path]]/simplex-sprite.png) no-repeat -10px -10px;\r\n display: block;\r\n width: 48px;\r\n height: 48px;\r\n transition: transform 0.6s ease-out; \r\n -webkit-transition: -webkit-transform 0.6s ease-out;\r\n -moz-transition: -moz-transform 0.6s ease-out;\r\n -o-transition: -o-transform 0.6s ease-out;\r\n -webkit-perspective: 1000;\r\n -webkit-backface-visibility: hidden; \r\n}\r\n/* css3 transform rotating palm on hover */\r\n.logo a:hover .palm {\r\n transform: rotate(360deg); \r\n -webkit-transform: rotate(360deg);\r\n -moz-transform: rotate(360deg);\r\n -o-transform: rotate(360deg) \r\n}\r\n.top .header {\r\n border-bottom: 1px solid [[$light_grey]]\r\n}\r\n\r\n/* ------ NAVIGATION ------ */\r\n\r\n/* first level */\r\nnav.main-navigation {\r\n z-index: 990;\r\n height: 55px;\r\n line-height: 37px;\r\n margin-top: 20px;\r\n}\r\nnav.main-navigation > ul {\r\n float:right;\r\n padding: 0\r\n}\r\nnav.main-navigation > ul > li {\r\n float: left;\r\n padding: 0;\r\n margin:0 12px;\r\n position: relative\r\n}\r\nnav.main-navigation > ul > li:first-child,\r\nnav.main-navigation > ul > li.first {\r\n margin-left: 0\r\n}\r\nnav.main-navigation > ul > li:last-child,\r\nnav.main-navigation > ul > li.last {\r\n margin-right: 0\r\n}\r\nnav.main-navigation > ul > li > a,\r\nnav.main-navigation > ul > li.sectionheader span {\r\n font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n color: [[$dark_grey]];\r\n text-decoration: none;\r\n font-size: 14px;\r\n font-weight: 600;\r\n cursor: pointer;\r\n text-transform: uppercase\r\n}\r\n/* Second Level */\r\nnav.main-navigation ul li ul {\r\n top: -999em;\r\n left: -999em;\r\n position: absolute;\r\n display: block;\r\n height: 0px;\r\n width: 200px; \r\n padding: 10px;\r\n background: [[$white]];\r\n background: rgba(255,255,255,.8); \r\n box-shadow: 1px 1px 8px [[$dark_grey]];\r\n -webkit-box-shadow: 1px 1px 8px [[$dark_grey]];\r\n -moz-box-shadow: 1px 1px 8px [[$dark_grey]];\r\n -o-box-shadow: 1px 1px 8px [[$dark_grey]];\r\n border-radius: 6px;\r\n -webkit-border-radius: 6px;\r\n -moz-border-radius: 6px;\r\n -o-border-radius: 6px;\r\n border: 1px solid [[$grey]] \r\n}\r\nnav.main-navigation > ul > li:hover > ul { \r\n height: auto;\r\n z-index: 9999;\r\n top: 37px;\r\n right: 0;\r\n left: auto;\r\n display: block\r\n}\r\nnav.main-navigation ul ul li {\r\n position: relative;\r\n line-height: 1;\r\n margin: 0;\r\n padding: 0;\r\n border-bottom: 1px dotted [[$grey]]\r\n}\r\n/* third level */\r\nnav.main-navigation > ul > li > ul > li:hover > ul { \r\n height: auto;\r\n top: 0;\r\n right: auto;\r\n left: -210px;\r\n z-index: 999; \r\n display: block\r\n}\r\n/* navigation text color */\r\nnav.main-navigation ul li li a,\r\nnav.main-navigation ul li li.sectionheader span {\r\n padding: 6px 12px;\r\n font-family: sans-serif;\r\n text-transform: none;\r\n font-weight: normal;\r\n font-size: 12px;\r\n text-decoration: none;\r\n color: [[$dark_grey]];\r\n display: block\r\n}\r\nnav.main-navigation a:hover,\r\nnav.main-navigation a.current,\r\nnav.main-navigation li.sectionheader span:hover,\r\nnav.main-navigation li.sectionheader span.current,\r\nnav.main-navigation li.sectionheader span.parent,\r\nnav.main-navigation ul ul li a:hover,\r\nnav.main-navigation ul ul li a.current {\r\n color: [[$orange]]\r\n}\r\n/* bottom part of header*/\r\n.header-bottom {\r\n height: 15px;\r\n line-height: 15px\r\n}\r\n/* catchphrase */\r\n.phrase span {\r\n font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n text-transform: uppercase;\r\n color: #ddd;\r\n font-size: 16px;\r\n font-weight: 700\r\n}\r\n/* search */\r\n.search {\r\n text-align: right;\r\n}\r\n/* webkit browser add icons to input of type search, we dont want it here now */\r\ninput.search-input::-webkit-search-decoration,\r\ninput.search-input::-webkit-search-results-button,\r\ninput.search-input::-webkit-search-results-decoration {\r\n -webkit-appearance:none\r\n}\r\n/* styling the search input field */\r\ninput.search-input {\r\n border: 1px solid [[$light_grey]]; \r\n height: 17px;\r\n line-height: 17px;\r\n outline: 0;\r\n margin: 13px 0 0 0;\r\n width: 165px;\r\n padding: 5px 0 3px 35px;\r\n font-size: 11px;\r\n color: [[$dark_grey]];\r\n transition: all .35s ease-in-out;\r\n -webkit-transition: all .35s ease-in-out;\r\n -moz-transition: all .35s ease-in-out;\r\n -o-transition: all .35s ease-in-out; \r\n /* using sprite image, left as reference to single image \r\n background: [[$white]] url([[$path]]/search-icon.png) 10px 50% no-repeat\r\n */\r\n background: [[$white]] url([[$path]]/simplex-sprite.png) 0px -434px no-repeat\r\n}\r\ninput.search-input:focus {\r\n border: 1px solid [[$orange]];\r\n width: 240px; \r\n box-shadow: 0 0 3px [[$orange]]; \r\n -webkit-box-shadow: 0 0 3px [[$orange]];\r\n -moz-box-shadow: 0 0 3px [[$orange]];\r\n -o-box-shadow: 0 0 3px [[$orange]];\r\n}\r\n \r\n/* ------ BANNER AREA ------ */\r\n.banner {\r\n overflow: hidden;\r\n background: [[$orange]]\r\n}\r\n/* left text in orange box */\r\n.banner-text {\r\n padding:0 0 0 1%;\r\n position: relative;\r\n float: left;\r\n width: 30.333%\r\n}\r\n.banner-text ul {\r\n padding:0;\r\n}\r\n.banner-text li {\r\n list-style: none;\r\n display: block;\r\n color: [[$dark_orange]];\r\n text-shadow: 0px 1px 0 [[$yellow]], 0 -1px 0 rgba(0,0,0,0.3);\r\n font-size: 36px;\r\n font-weight: 700;\r\n transition: all 2s linear;\r\n -webkit-transition: all 1.5s linear;\r\n -moz-transition: all 1.5s linear;\r\n -o-transition: all 1.5s linear;\r\n display: block\r\n}\r\n/* animating unordered list text in banner */\r\n.banner-text li:hover {\r\n text-indent: 120px;\r\n opacity: 0;\r\n transform: scale(2) rotate(35deg);\r\n -webkit-transform: scale(2) rotate(35deg);\r\n -moz-transform: scale(2) rotate(35deg);\r\n -o-transform: scale(2) rotate(35deg)\r\n}\r\n/* images on the right */\r\n.banner-image {\r\n float:right;\r\n display: block;\r\n position: relative;\r\n /*width: 67.667%;*/\r\nwidth: 100%;\r\n overflow: hidden;\r\n background: [[$grey]]\r\n}\r\n.banner-image div {\r\n position: absolute;\r\n z-index: 0;\r\n width: 100%;\r\n min-height: 200px;\r\n overflow: hidden;\r\n display: block;\r\n top: 0;\r\n left: 0\r\n}\r\n.banner-image img {\r\n display: block;\r\n height: 200px;\r\n/*Fran cambiar aca para que el ancho de la imagen y el div de arriba se adecúen al ancho\r\nde la pagina*/ \r\nwidth: 1240px;\r\n bottom: 0;\r\n max-width: 100%;\r\n}\r\n/* ------ CONTENT AREA ------ */\r\n.content-wrapper {\r\n padding-top: 20px\r\n}\r\n.content-top {\r\n background: url([[$path]]/dots.gif) repeat-x 0 50%;\r\n font-family: Georgia, Times New Roman, serif;\r\n color: [[$dark_grey]];\r\n font-style: italic;\r\n line-height: 20px\r\n}\r\n\r\n/* breadcrumbs */\r\n.breadcrumb {\r\n display: inline-block;\r\n background: [[$white]];\r\n width: auto;\r\n padding-right: 6px\r\n}\r\n.breadcrumb a {\r\n color: [[$dark_grey]];\r\n display: inline-block;\r\n width: auto;\r\n background: [[$white]]\r\n}\r\n\r\n/* print button */\r\na.printbutton {\r\n display: block;\r\n padding-left: 6px;\r\n width: 16px;\r\n height: 16px;\r\n float:right;\r\n text-indent: -999em;\r\n /* using sprite image, left as reference to single image\r\n background: [[$white]] url([[$path]]/print-icon.png) no-repeat 6px -16px;\r\n */\r\n background: [[$white]] url([[$path]]/simplex-sprite.png) no-repeat -4px -94px;\r\n transition: all 0.2s ease-out; \r\n -webkit-transition: all 0.2s ease-out;\r\n -moz-transition: all 0.2s ease-out;\r\n -o-transition: all 0.2s ease-out \r\n}\r\na.printbutton:hover {\r\n /* using sprite image, left as reference to single image\r\n background: [[$white]] url([[$path]]/print-icon.png) no-repeat 6px 0;\r\n */\r\n background: [[$white]] url([[$path]]/simplex-sprite.png) no-repeat -4px -78px;\r\n}\r\n\r\n/* news module summary -> content */\r\n.content .news-summary span.heading {\r\n display: none\r\n}\r\n.content .news-article {\r\n margin-bottom: 15px;\r\n padding-bottom: 15px;\r\n border-bottom: 1px dotted [[$grey]]\r\n}\r\n.content .news-summary ul.category-list {\r\n margin: 15px 0\r\n}\r\n.content .news-summary ul.category-list li a,\r\n.news-summary ul.category-list li span {\r\n border-radius: 4px\r\n}\r\n.news-summary ul.category-list li span {\r\n opacity: .4\r\n}\r\n/* news module summary -> sitewide (content + sidebar) */\r\n/* article heading */\r\n.news-article h2 {\r\n margin: 0 0 15px 0\r\n}\r\n.news-article h2 a {\r\n font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n text-transform: uppercase;\r\n color: [[$dark_grey]];\r\n font-size: 16px;\r\n text-decoration: none;\r\n font-weight: 700\r\n}\r\n/* date circle, well square for IE */\r\n.news-article .date {\r\n background: [[$orange]];\r\n color: [[$white]];\r\n display: block;\r\n float:left;\r\n width: 40px;\r\n padding: 6px;\r\n height: 40px;\r\n border-radius: 26px;\r\n text-align: center;\r\n font-family: Georgia, Times New Roman, serif\r\n}\r\n.news-article .day {\r\n font-size: 20px;\r\n line-height: 1;\r\n padding-bottom: 2px;\r\n font-style: italic;\r\n display: block\r\n}\r\n.news-article.month {\r\n font-size: 11px;\r\n display: block\r\n}\r\n/* author and category */\r\n.news-article .author,\r\n.news-article .category {\r\n font-family: Georgia, Times New Roman, serif;\r\n display: block;\r\n padding-left: 60px;\r\n font-size: 11px;\r\n font-style: italic\r\n}\r\n/* category list on top of summary */\r\n.news-summary ul.category-list {\r\n margin:15px 0 0 0;\r\n padding:0;\r\n list-style: none\r\n}\r\n.news-summary ul.category-list li {\r\n float:left;\r\n display: block;\r\n width: auto;\r\n margin-right: 5px\r\n}\r\n.news-summary ul.category-list li a,\r\n.news-summary ul.category-list li span {\r\n display: block;\r\n color: [[$dark_grey]];\r\n padding: 4px 8px;\r\n background: [[$light_grey]];\r\n border-radius: 4px 4px 0 0;\r\n text-decoration: none;\r\n font-size: 11px;\r\n text-transform: uppercase\r\n}\r\n.news-summary ul.category-list li a:hover {\r\n color: [[$orange]]\r\n}\r\n.news-summary .paginate {\r\n font: italic 11px/1.2 Georgia, Times New Roman, serif;\r\n \r\n}\r\n.news-summary .paginate a {\r\n padding: 0 3px;\r\n}\r\n.news-meta {\r\n background: [[$light_grey]];\r\n padding: 10px;\r\n margin: 10px 0\r\n}\r\n/* more link */\r\n.more,\r\n.more a,\r\n/* back link */\r\n.back,\r\n.back a,\r\n/* previous, next links */\r\n.previous a,\r\n.next a,\r\n.previous,\r\n.next {\r\n font: italic 12px/1.3 Georgia, Times New Roman, serif;\r\n color: [[$dark_grey]];\r\n text-decoration: none\r\n} \r\n/* hover behavior of more, next, previous links */\r\n.more a:hover,\r\n.back a:hover,\r\n.previous a:hover,\r\n.next a:hover {\r\n text-decoration: underline\r\n}\r\n.previous,\r\n.next {\r\n padding: 6px 0;\r\n}\r\n/* align next link to right */\r\n.previous {\r\n float:left;\r\n}\r\n.next {\r\n float: right\r\n}\r\n\r\n/* ------ SIDEBAR AREA ------ */\r\n\r\n/* news module summary -> sidebar */\r\n.sidebar .news-summary span.heading {\r\n background: url([[$path]]/dots.gif) repeat-x 0 50%;\r\n color: [[$dark_grey]];\r\n font: normal 16px/20px Georgia, Times New Roman, serif;\r\n margin: 0 0 15px 0;\r\n display: block\r\n}\r\n.sidebar .news-summary .heading span {\r\n display: inline-block;\r\n width: auto;\r\n background: [[$white]];\r\n padding-right: 6px\r\n}\r\n.sidebar .news-article {\r\n padding: 15px;\r\n position: relative;\r\n background: [[$light_grey]];\r\n margin-bottom: 20px;\r\n border-radius: 0 0 6px 0\r\n}\r\n/* creating a bubble box with css3 */\r\n.sidebar .news-article:before {\r\n content:\'\';\r\n position: absolute;\r\n bottom: -15px;\r\n right: 25px;\r\n width: 10px;\r\n height: 35px;\r\n -webkit-transform: rotate(55deg) skewY(55deg);\r\n -moz-transform: rotate(55deg) skewY(55deg);\r\n -o-transform: rotate(55deg) skewY(55deg);\r\n -ms-transform: rotate(55deg) skewY(55deg);\r\n transform: rotate(55deg) skewY(55deg);\r\n background: [[$light_grey]]\r\n}\r\n\r\n/* ------ FOOTER AREA ------ */\r\n/* footer wrapper */\r\n.footer {\r\n position: relative;\r\n background: transparent url([[$path]]/footer-background.png) repeat-x top;\r\n border-bottom: 1px dotted [[$grey]];\r\n margin: 25px 0 10px 0;\r\n padding: 20px 0\r\n}\r\n/* copyright text */\r\n.copyright {\r\n padding-top: 15px\r\n}\r\n.copyright p,\r\n.copyright a {\r\n color: [[$dark_grey]];\r\n font-size: 11px\r\n}\r\n/* social icons */\r\n.footer ul.social {\r\n padding: 0;\r\n margin: 0\r\n}\r\n.footer .social li {\r\n float:left;\r\n margin: 0;\r\n padding: 0;\r\n list-style: none;\r\n margin-right: 6px\r\n}\r\n.footer .social li a {\r\n display: block;\r\n width: 24px;\r\n height: 24px;\r\n transition: all 0.2s ease-out; \r\n -webkit-transition: all 0.2s ease-out;\r\n -moz-transition: all 0.2s ease-out;\r\n -o-transition: all 0.2s ease-out; \r\n text-indent: -999em\r\n}\r\n.footer .social li.facebook a { \r\n /* using sprite image, left as reference to single image \r\n background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 -24px\r\n */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -260px\r\n}\r\n.footer .social li.facebook a:hover {\r\n /* using sprite image, left as reference to single image \r\n background: transparent url([[$path]]/facebook-icon.png) no-repeat 0 0\r\n */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -236px\r\n}\r\n.footer .social li.twitter a { \r\n /* background: transparent url([[$path]]/twitter-icon.png) no-repeat 0 -24px */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -192px\r\n}\r\n.footer .social li.twitter a:hover {\r\n /* background: transparent url([[$path]]/twitter-icon.png) no-repeat 0 0 */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -168px\r\n}\r\n.footer .social li.linkedin a { \r\n /* background: transparent url([[$path]]/linkedin-icon.png) no-repeat 0 -24px */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -328px\r\n}\r\n.footer .social li.linkedin a:hover {\r\n /* background: transparent url([[$path]]/linkedin-icon.png) no-repeat 0 0 */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -304px\r\n}\r\n.footer .social li.youtube a { \r\n /* background: transparent url([[$path]]/youtube-icon.png) no-repeat 0 -24px */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -396px\r\n}\r\n.footer .social li.youtube a:hover {\r\n /* background: transparent url([[$path]]/youtube-icon.png) no-repeat 0 0 */\r\n background: transparent url([[$path]]/simplex-sprite.png) no-repeat -10px -372px\r\n}\r\n/* back to top anchor */\r\n.back-top a {\r\n display: inline-block;\r\n width: auto;\r\n padding: 8px;\r\n border-left: 5px solid [[$white]];\r\n border-right: 5px solid [[$white]];\r\n font: normal italic 11px/20px Georgia, Times New Roman, serif;\r\n text-decoration: none;\r\n color: [[$dark_grey]];\r\n background: [[$light_grey]];\r\n color: [[$dark_grey]];\r\n border-radius: 10px 0 10px 0;\r\n -webkit-border-radius: 10px 0 10px 0;\r\n -moz-border-radius: 10px 0 10px 0;\r\n -o-border-radius: 10px 0 10px 0;\r\n position: absolute;\r\n top: -14px;\r\n left: 48%\r\n}\r\n/* Footer navigation */\r\n.footer-navigation {\r\n padding-top: 15px\r\n}\r\n.footer-navigation > ul > li {\r\n float:left;\r\n width: 32.333%\r\n}\r\n.footer-navigation > ul > li > a,\r\n.footer-navigation > ul > li span.sectionheader {\r\n font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n text-transform: uppercase;\r\n color: [[$dark_grey]];\r\n text-decoration: none;\r\n display: block\r\n}\r\n/* second level */\r\n.footer-navigation > ul ul {\r\n margin-top: 10px\r\n}\r\n.footer-navigation > ul > li li {\r\n float: none;\r\n width: 100%;\r\n display: block\r\n}\r\n.footer-navigation > ul > li li a,\r\n.footer-navigation > ul > li.sectionheader li a,\r\n.footer-navigation > ul > li li span.sectionheader {\r\n text-decoration: none;\r\n font-family: sans-serif;\r\n font-weight: normal;\r\n text-transform: none; \r\n display: block;\r\n padding: 2px 0;\r\n color: [[$dark_grey]]\r\n}\r\n.footer-navigation > ul > li li a:hover {\r\n color: [[$orange]]\r\n}\r\n\r\n[[/strip]]','','screen','2012-04-24 13:16:21','2013-03-22 14:45:21'),(52,'Simplex: Print','/* reset body background and color, just in case */\r\nbody {\r\n background: #fff;\r\n color: #000;\r\n font-family: Georgia, Times New Roman, serif;\r\n font-size: 12pt\r\n}\r\n/* any element with class noprint or listed below should not be printed */\r\n.noprint,\r\n.visuallyhidden {\r\n display: none\r\n}\r\n/* display image as block */\r\nimg {\r\n display: block;\r\n float: none\r\n}\r\n/* remove width and floats from elements */\r\n#wrapper,\r\n.container,\r\n.container .grid_1, \r\n.container .grid_2,\r\n.container .grid_3,\r\n.container .grid_4,\r\n.container .grid_5,\r\n.container .grid_6,\r\n.container .grid_7,\r\n.container .grid_8,\r\n.container .grid_9,\r\n.container .grid_10,\r\n.container .grid_11,\r\n.container .grid_12 {\r\n width: 100%;\r\n margin: 0;\r\n float: none \r\n}\r\n/* links arent clickable on paper, lets display url */\r\na:link:after {\r\n content: \" (\" attr(href) \") \";\r\n}\r\na {\r\n text-decoration: underline\r\n}\r\n','print','','2012-04-26 07:47:10','2012-05-06 17:10:32'),(53,'Simplex: Mobile','[[strip]][[* using strip in stylesheet to remove unneeded empty space, will reduce the file size *]]\r\n\r\n/* Default styles for screens up to 1024px width */\r\n/* realign logo for mobile devices */\r\n.logo.grid_4 {\r\n float: none;\r\n display: block;\r\n text-align: center;\r\n margin:10px 0;\r\n padding:0;\r\n width: 100%\r\n}\r\n/* hide rotating palm */\r\n.logo .palm {\r\n display: none\r\n}\r\n/* realign navigation for mobile devices */\r\nnav.main-navigation {\r\n float: none;\r\n margin: 0;\r\n height: auto;\r\n line-height: 1\r\n}\r\nnav.main-navigation > ul {\r\n float:none;\r\n position: relative;\r\n padding: 0\r\n}\r\nnav.main-navigation ul li {\r\n background: #f1f1f1;\r\n display: block;\r\n position: relative;\r\n border-radius: 4px 4px 0 0;\r\n padding: 0 10px;\r\n margin: 0 1px\r\n}\r\nnav.main-navigation > ul > li > a,\r\nnav.main-navigation > ul > li.sectionheader > span {\r\n font-size: 12px;\r\n line-height: 28px;\r\n}\r\n/* second level navigation */\r\nnav.main-navigation ul li ul {\r\n top: -999em;\r\n left: -999em;\r\n width: 200px;\r\n position: absolute;\r\n}\r\nnav.main-navigation > ul > li:hover > ul {\r\n top: 28px;\r\n left: 0;\r\n right: auto\r\n}\r\nnav.main-navigation ul ul li {\r\n position: relative;\r\n background: #fff;\r\n line-height: 1;\r\n height: auto;\r\n margin: 0;\r\n padding: 0\r\n} \r\nnav.main-navigation > ul > li li a {\r\n line-height: 1\r\n}\r\n/* third level */\r\nnav.main-navigation > ul > li > ul > li:hover > ul {\r\n left: 0;\r\n top: 28px\r\n}\r\n/* close button (appended to dropdown with jquery) */\r\n.close-button {\r\n display: block;\r\n background: url([[uploads_url]]/simplex/images/close_button.png) no-repeat;\r\n text-indent: -999em;\r\n position: absolute;\r\n bottom: -5px;\r\n right: -5px;\r\n width: 24px;\r\n height: 24px\r\n}\r\n/* display phrase text and search box in full width */\r\n.header-bottom {\r\n height: auto;\r\n line-height: 1.2;\r\n padding: 10px 0\r\n}\r\n.search input {\r\n text-align: center;\r\n padding: 5px 0 3px 0;\r\n display: block\r\n}\r\n/* phrase */\r\n.phrase .grid_7 {\r\n margin: 0;\r\n width: 100%;\r\n float: none;\r\n display: block\r\n}\r\n/* hide banner text and size image area */\r\n.banner-text {\r\n display: none;\r\n width: 0\r\n}\r\n.banner-image {\r\n display: block;\r\n width: 100%;\r\n float:none;\r\n margin: 0;\r\n padding: 0\r\n}\r\n/* hide print button */\r\na.printbutton {\r\n display: none\r\n}\r\n\r\n/* =====================================\r\nTablet (Portrait) \r\n===================================== */\r\n@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {\r\n /* realign navigation for mobile devices */\r\n nav.main-navigation {\r\n float: none;\r\n margin: 0;\r\n line-height: 1\r\n }\r\n nav.main-navigation ul li {\r\n position: static\r\n }\r\n nav.main-navigation > ul > li > a,\r\n nav.main-navigation > ul > li.sectionheader > span {\r\n font-size: 14px\r\n } \r\n .header-bottom {\r\n height: auto;\r\n line-height: 1.2;\r\n padding: 10px 0\r\n }\r\n .search input {\r\n width: 60%;\r\n text-align: center;\r\n padding: 5px 0 3px 0;\r\n display: block\r\n }\r\n}\r\n\r\n/* =====================================\r\nSmartphones (Landscape) \r\n===================================== */\r\n@media only screen and (min-width: 321px) and (max-width: 767px) { \r\n nav.main-navigation ul li {\r\n position: static\r\n } \r\n nav.main-navigation > ul > li > a.\r\n nav.main-navigation > ul > li.sectionheader > span {\r\n font-size: 10px\r\n }\r\n}\r\n\r\n/* =====================================\r\nSmartphones (Portait) \r\n===================================== */\r\n@media only screen and (max-width: 320px) {\r\n .logo img {\r\n margin: 20px auto\r\n }\r\n /* realing navigation */\r\n nav.main-navigation {\r\n line-height: 1\r\n }\r\n nav.main-navigation > ul > li:hover > ul {\r\n top: 58px;\r\n left: 2%;\r\n right: auto\r\n } \r\n nav.main-navigation ul li {\r\n float: none;\r\n position: relative;\r\n background: none;\r\n border-bottom: 1px dotted #f1f1f1;\r\n border-radius: 0;\r\n padding: 8px 0;\r\n margin: 0\r\n }\r\n nav.main-navigation > ul > li > a,\r\n nav.main-navigation > ul > li.sectionheader span {\r\n font-size: 20px\r\n }\r\n /* search box */\r\n .grid_5.search {\r\n float:none;\r\n margin: 0 auto;\r\n width: 100%;\r\n } \r\n .search input {\r\n width: 80%;\r\n text-align: center;\r\n padding: 5px 0 3px 0;\r\n display: block\r\n } \r\n /* hiding footer navigation or it is squeezed to much */\r\n .footer-navigation {\r\n display: none\r\n }\r\n .footer .copyright {\r\n text-align: center\r\n }\r\n}\r\n\r\n[[/strip]]','','screen and (min-width: 300px) and (max-width: 1024px)','2012-04-30 12:27:44','2012-09-05 18:24:47'),(54,'FormBuilder Default Style','/* Sample FormBuilder CSS base */\nform {\n margin-top: 0\n}\nform, td, th, li {\n font-size: 100%\n}\nform div {\n margin-bottom: 0\n}\nfieldset div {\n margin-bottom: 0.5em;\n margin-left: 1em;\n}\nfieldset div div {\n margin-top: 0.5em;\n margin-left: 1em\n}\nfieldset {\n margin-bottom: 1em;\n border: 1px solid #F60;\n padding: 0.5em\n}\nfieldset label {\n width: auto;\n}\nlegend {\n color: #FFF;\n background: #F60;\n font-style: italic;\n font-size: 1.2em;\n margin-bottom: 0.5em;\n padding: 0.2em;\n width: auto;\n border: 1px solid #CCC\n}\ntextarea {\n margin: 0.5em 0;\n width: 98%;\n height: 6em\n}\n/* Apply this class to text/select input fields with shorter labelsto help alignment */\n.short-label label {\n float: left;\n width: 10em\n}\n.short-label fieldset div input, .short-label fieldset div select {\n width: 16em\n}\n/* Pretty up your Captcha image output */\n.captcha {\n margin: 0.5em 0;\n width: 200px;\n text-align: center\n}\n.captcha img {\n border: 1px solid #F60;\n margin-bottom: 0.5em\n}\n.captcha input {\n width: 196px;\n margin-top: 0.5em\n}\n/* Just a bit more room for the Submit button */\n.submit {\n margin-top: 0.5em\n}\n.contactform input {\n border: 1px solid #f60;\n}\n.contactform input.checkbox {\n border: none;\n}\n.contactform label {\n display: block;\n float: left;\n width: 150px;\n}\n.contactform label.label {\n display: inline;\n float: none;\n width: 50px;\n font-size: 10px;\n}\n.contactform textarea {\n background-color: #ffc;\n border: 1px solid #f60;\n}\n.formbuilderform .message {\n line-height: 16px;\n padding: 0 0 8px 0;\n}','screen',NULL,'2014-02-21 00:00:00',NULL);
/*!40000 ALTER TABLE `cms_css` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_css_assoc`
--
DROP TABLE IF EXISTS `cms_css_assoc`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_css_assoc` (
`assoc_to_id` int(11) DEFAULT NULL,
`assoc_css_id` int(11) DEFAULT NULL,
`assoc_type` varchar(80) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
`assoc_order` int(11) DEFAULT NULL,
KEY `cms_index_css_assoc_by_assoc_to_id` (`assoc_to_id`),
KEY `cms_index_css_assoc_by_assoc_css_id` (`assoc_css_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_css_assoc`
--
LOCK TABLES `cms_css_assoc` WRITE;
/*!40000 ALTER TABLE `cms_css_assoc` DISABLE KEYS */;
INSERT INTO `cms_css_assoc` (`assoc_to_id`, `assoc_css_id`, `assoc_type`, `create_date`, `modified_date`, `assoc_order`) VALUES (17,41,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4),(16,39,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1),(18,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4),(18,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5),(18,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',6),(18,38,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',2),(18,42,'template','2009-04-30 17:44:09','2009-04-30 17:44:09',3),(18,39,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1),(16,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4),(16,34,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',2),(16,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',3),(16,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5),(15,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',3),(15,33,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',2),(15,32,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1),(15,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',4),(15,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5),(17,32,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',1),(17,35,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',3),(17,30,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',5),(17,42,'template','2009-04-30 01:10:05','2009-04-30 01:10:05',2),(17,31,'template','2006-07-25 21:22:32','2006-07-25 21:22:32',6),(20,39,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',1),(20,31,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',4),(20,43,'template','2009-05-01 04:33:01','2009-05-01 04:33:01',2),(20,35,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',3),(20,30,'template','2009-05-01 04:30:42','2009-05-01 04:30:42',5),(21,31,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',3),(21,45,'template','2009-05-02 00:20:26','2009-05-02 00:20:26',2),(21,32,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',1),(21,30,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',4),(21,35,'template','2009-05-01 23:17:51','2009-05-01 23:17:51',5),(15,46,'template','2009-05-02 15:05:19','2009-05-02 15:05:19',6),(21,46,'template','2009-05-02 15:05:22','2009-05-02 15:05:22',6),(16,46,'template','2009-05-02 15:05:24','2009-05-02 15:05:24',6),(20,46,'template','2009-05-02 15:05:27','2009-05-02 15:05:27',6),(17,46,'template','2009-05-02 15:05:29','2009-05-02 15:05:29',7),(22,48,'template','2009-05-06 14:31:08','2009-05-06 14:31:08',1),(18,46,'template','2009-05-02 15:05:34','2009-05-02 15:05:34',7),(22,47,'template','2009-05-06 14:31:14','2009-05-06 14:31:14',2),(22,49,'template','2009-05-06 14:31:20','2009-05-06 14:31:20',3),(23,50,'template','2012-04-24 13:16:37','2012-04-24 13:16:37',2),(23,51,'template','2012-04-24 13:16:44','2012-04-24 13:16:44',3),(23,52,'template','2012-04-26 07:47:34','2012-04-26 07:47:34',1),(23,53,'template','2012-04-30 12:28:14','2012-04-30 12:28:14',4);
/*!40000 ALTER TABLE `cms_css_assoc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_css_seq`
--
DROP TABLE IF EXISTS `cms_css_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_css_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_css_seq`
--
LOCK TABLES `cms_css_seq` WRITE;
/*!40000 ALTER TABLE `cms_css_seq` DISABLE KEYS */;
INSERT INTO `cms_css_seq` (`id`) VALUES (54);
/*!40000 ALTER TABLE `cms_css_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_event_handler_seq`
--
DROP TABLE IF EXISTS `cms_event_handler_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_event_handler_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_event_handler_seq`
--
LOCK TABLES `cms_event_handler_seq` WRITE;
/*!40000 ALTER TABLE `cms_event_handler_seq` DISABLE KEYS */;
INSERT INTO `cms_event_handler_seq` (`id`) VALUES (11);
/*!40000 ALTER TABLE `cms_event_handler_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_event_handlers`
--
DROP TABLE IF EXISTS `cms_event_handlers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_event_handlers` (
`event_id` int(11) DEFAULT NULL,
`tag_name` varchar(255) DEFAULT NULL,
`module_name` varchar(160) DEFAULT NULL,
`removable` int(11) DEFAULT NULL,
`handler_order` int(11) DEFAULT NULL,
`handler_id` int(11) NOT NULL,
PRIMARY KEY (`handler_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_event_handlers`
--
LOCK TABLES `cms_event_handlers` WRITE;
/*!40000 ALTER TABLE `cms_event_handlers` DISABLE KEYS */;
INSERT INTO `cms_event_handlers` (`event_id`, `tag_name`, `module_name`, `removable`, `handler_order`, `handler_id`) VALUES (38,NULL,'MenuManager',0,1,1),(40,NULL,'MenuManager',0,1,2),(38,NULL,'Search',0,2,3),(40,NULL,'Search',0,2,4),(22,NULL,'Search',0,1,5),(24,NULL,'Search',0,1,6),(26,NULL,'Search',0,1,7),(30,NULL,'Search',0,1,8),(32,NULL,'Search',0,1,9),(34,NULL,'Search',0,1,10),(48,NULL,'Search',0,1,11);
/*!40000 ALTER TABLE `cms_event_handlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_events`
--
DROP TABLE IF EXISTS `cms_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_events` (
`originator` varchar(200) NOT NULL,
`event_name` varchar(200) NOT NULL,
`event_id` int(11) NOT NULL,
PRIMARY KEY (`event_id`),
KEY `cms_originator` (`originator`),
KEY `cms_event_name` (`event_name`),
KEY `cms_event_id` (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_events`
--
LOCK TABLES `cms_events` WRITE;
/*!40000 ALTER TABLE `cms_events` DISABLE KEYS */;
INSERT INTO `cms_events` (`originator`, `event_name`, `event_id`) VALUES ('Core','LoginPost',1),('Core','LogoutPost',2),('Core','AddUserPre',3),('Core','AddUserPost',4),('Core','EditUserPre',5),('Core','EditUserPost',6),('Core','DeleteUserPre',7),('Core','DeleteUserPost',8),('Core','AddGroupPre',9),('Core','AddGroupPost',10),('Core','EditGroupPre',11),('Core','EditGroupPost',12),('Core','DeleteGroupPre',13),('Core','DeleteGroupPost',14),('Core','AddStylesheetPre',15),('Core','AddStylesheetPost',16),('Core','EditStylesheetPre',17),('Core','EditStylesheetPost',18),('Core','DeleteStylesheetPre',19),('Core','DeleteStylesheetPost',20),('Core','AddTemplatePre',21),('Core','AddTemplatePost',22),('Core','EditTemplatePre',23),('Core','EditTemplatePost',24),('Core','DeleteTemplatePre',25),('Core','DeleteTemplatePost',26),('Core','TemplatePreCompile',27),('Core','TemplatePostCompile',28),('Core','AddGlobalContentPre',29),('Core','AddGlobalContentPost',30),('Core','EditGlobalContentPre',31),('Core','EditGlobalContentPost',32),('Core','DeleteGlobalContentPre',33),('Core','DeleteGlobalContentPost',34),('Core','GlobalContentPreCompile',35),('Core','GlobalContentPostCompile',36),('Core','ContentEditPre',37),('Core','ContentEditPost',38),('Core','ContentDeletePre',39),('Core','ContentDeletePost',40),('Core','AddUserDefinedTagPre',41),('Core','AddUserDefinedTagPost',42),('Core','EditUserDefinedTagPre',43),('Core','EditUserDefinedTagPost',44),('Core','DeleteUserDefinedTagPre',45),('Core','DeleteUserDefinedTagPost',46),('Core','ModuleInstalled',47),('Core','ModuleUninstalled',48),('Core','ModuleUpgraded',49),('Core','ContentStylesheet',50),('Core','ContentPreCompile',51),('Core','ContentPostCompile',52),('Core','ContentPostRender',53),('Core','SmartyPreCompile',54),('Core','SmartyPostCompile',55),('Core','ChangeGroupAssignPre',56),('Core','ChangeGroupAssignPost',57),('Core','StylesheetPreCompile',58),('Core','StylesheetPostCompile',59),('Core','LoginFailed',60),('FileManager','OnFileUploaded',61),('News','NewsArticleAdded',62),('News','NewsArticleEdited',63),('News','NewsArticleDeleted',64),('News','NewsCategoryAdded',65),('News','NewsCategoryEdited',66),('News','NewsCategoryDeleted',67),('Search','SearchInitiated',68),('Search','SearchCompleted',69),('Search','SearchItemAdded',70),('Search','SearchItemDeleted',71),('Search','SearchAllItemsDeleted',72),('Core','TemplatePreFetch',73),('FormBuilder','OnFormBuilderFormSubmit',74),('FormBuilder','OnFormBuilderFormDisplay',75),('FormBuilder','OnFormBuilderFormSubmitError',76);
/*!40000 ALTER TABLE `cms_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_events_seq`
--
DROP TABLE IF EXISTS `cms_events_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_events_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_events_seq`
--
LOCK TABLES `cms_events_seq` WRITE;
/*!40000 ALTER TABLE `cms_events_seq` DISABLE KEYS */;
INSERT INTO `cms_events_seq` (`id`) VALUES (76);
/*!40000 ALTER TABLE `cms_events_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_group_perms`
--
DROP TABLE IF EXISTS `cms_group_perms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_group_perms` (
`group_perm_id` int(11) NOT NULL,
`group_id` int(11) DEFAULT NULL,
`permission_id` int(11) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`group_perm_id`),
KEY `cms_index_group_perms_by_group_id_permission_id` (`group_id`,`permission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_group_perms`
--
LOCK TABLES `cms_group_perms` WRITE;
/*!40000 ALTER TABLE `cms_group_perms` DISABLE KEYS */;
INSERT INTO `cms_group_perms` (`group_perm_id`, `group_id`, `permission_id`, `create_date`, `modified_date`) VALUES (176,3,30,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(177,3,25,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(178,3,4,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(179,3,31,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(180,3,26,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(181,3,22,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(182,3,11,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(183,3,32,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(184,3,27,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(185,3,24,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(186,3,16,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(187,2,44,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(188,1,50,'2013-03-20 16:13:22','2013-03-20 16:13:22'),(189,2,50,'2013-03-20 16:13:22','2013-03-20 16:13:22');
/*!40000 ALTER TABLE `cms_group_perms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_group_perms_seq`
--
DROP TABLE IF EXISTS `cms_group_perms_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_group_perms_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_group_perms_seq`
--
LOCK TABLES `cms_group_perms_seq` WRITE;
/*!40000 ALTER TABLE `cms_group_perms_seq` DISABLE KEYS */;
INSERT INTO `cms_group_perms_seq` (`id`) VALUES (189);
/*!40000 ALTER TABLE `cms_group_perms_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_groups`
--
DROP TABLE IF EXISTS `cms_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_groups` (
`group_id` int(11) NOT NULL,
`group_name` varchar(25) DEFAULT NULL,
`active` tinyint(4) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_groups`
--
LOCK TABLES `cms_groups` WRITE;
/*!40000 ALTER TABLE `cms_groups` DISABLE KEYS */;
INSERT INTO `cms_groups` (`group_id`, `group_name`, `active`, `create_date`, `modified_date`) VALUES (1,'Admin',1,'2006-07-25 21:22:32','2006-07-25 21:22:32'),(2,'Editor',1,'2006-07-25 21:22:32','2006-07-25 21:22:32'),(3,'Designer',1,'2006-07-25 21:22:32','2006-07-25 21:22:32');
/*!40000 ALTER TABLE `cms_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_groups_seq`
--
DROP TABLE IF EXISTS `cms_groups_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_groups_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_groups_seq`
--
LOCK TABLES `cms_groups_seq` WRITE;
/*!40000 ALTER TABLE `cms_groups_seq` DISABLE KEYS */;
INSERT INTO `cms_groups_seq` (`id`) VALUES (3);
/*!40000 ALTER TABLE `cms_groups_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_htmlblobs`
--
DROP TABLE IF EXISTS `cms_htmlblobs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_htmlblobs` (
`htmlblob_id` int(11) NOT NULL,
`htmlblob_name` varchar(255) DEFAULT NULL,
`html` text DEFAULT NULL,
`description` text DEFAULT NULL,
`use_wysiwyg` tinyint(4) DEFAULT NULL,
`owner` int(11) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`htmlblob_id`),
KEY `cms_index_htmlblobs_by_htmlblob_name` (`htmlblob_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_htmlblobs`
--
LOCK TABLES `cms_htmlblobs` WRITE;
/*!40000 ALTER TABLE `cms_htmlblobs` DISABLE KEYS */;
INSERT INTO `cms_htmlblobs` (`htmlblob_id`, `htmlblob_name`, `html`, `description`, `use_wysiwyg`, `owner`, `create_date`, `modified_date`) VALUES (1,'footer','<!-- <p>© Copyright {custom_copyright} - CMS Made Simple<br /> This site is powered by <a href=\"http://www.cmsmadesimple.org\">CMS Made Simple</a> version {cms_version}</p>-->\r\n<p>info@asso.com.ar<br /> 0810-888-0373<br /> Parque Tecnológico Litoral Centro<br /> Ruta 168 - Paraje El Pozo - Santa Fe</p>','',1,1,'2006-07-25 21:22:32','2013-03-22 14:21:53'),(2,'googleanalytics','{literal}\r\n<script type=\"text/javascript\">\r\n var _gaq = _gaq || [];\r\n _gaq.push([\'_setAccount\', \'UA-39520000-1\']);\r\n _gaq.push([\'_trackPageview\']);\r\n\r\n (function() {\r\n var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\r\n ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\r\n var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\r\n })();\r\n</script>\r\n{/literal}','',0,1,'2013-03-21 19:34:29','2013-03-21 19:34:29');
/*!40000 ALTER TABLE `cms_htmlblobs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_htmlblobs_seq`
--
DROP TABLE IF EXISTS `cms_htmlblobs_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_htmlblobs_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_htmlblobs_seq`
--
LOCK TABLES `cms_htmlblobs_seq` WRITE;
/*!40000 ALTER TABLE `cms_htmlblobs_seq` DISABLE KEYS */;
INSERT INTO `cms_htmlblobs_seq` (`id`) VALUES (2);
/*!40000 ALTER TABLE `cms_htmlblobs_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_deps`
--
DROP TABLE IF EXISTS `cms_module_deps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_deps` (
`parent_module` varchar(25) DEFAULT NULL,
`child_module` varchar(25) DEFAULT NULL,
`minimum_version` varchar(25) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_deps`
--
LOCK TABLES `cms_module_deps` WRITE;
/*!40000 ALTER TABLE `cms_module_deps` DISABLE KEYS */;
INSERT INTO `cms_module_deps` (`parent_module`, `child_module`, `minimum_version`, `create_date`, `modified_date`) VALUES ('FileManager','MicroTiny','1.4.2','2013-03-20 20:13:21','2013-03-20 20:13:21'),('CMSMailer','FormBuilder','1.73','2014-02-21 13:23:43','2014-02-21 13:23:43');
/*!40000 ALTER TABLE `cms_module_deps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_field`
--
DROP TABLE IF EXISTS `cms_module_fb_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_field` (
`field_id` int(11) NOT NULL,
`form_id` int(11) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`type` varchar(50) DEFAULT NULL,
`validation_type` varchar(50) DEFAULT NULL,
`required` tinyint(4) DEFAULT NULL,
`hide_label` tinyint(4) DEFAULT NULL,
`order_by` int(11) DEFAULT NULL,
PRIMARY KEY (`field_id`),
KEY `cms_module_fb_field_idx` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_field`
--
LOCK TABLES `cms_module_fb_field` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_field` DISABLE KEYS */;
INSERT INTO `cms_module_fb_field` (`field_id`, `form_id`, `name`, `type`, `validation_type`, `required`, `hide_label`, `order_by`) VALUES (1,1,'About You Fieldset','FieldsetStart','',0,0,1),(2,1,'Your Name','FromEmailNameField','',1,0,2),(3,1,'Your Email Address','DispositionFromEmailAddressField','none',0,0,3),(4,1,'Email Again','FromEmailAddressAgainField','',0,0,4),(5,1,'About You Fieldset End','FieldsetEnd','',0,0,5),(6,1,'breaker','PageBreakField','',0,0,6),(7,1,'Contact Fieldset','FieldsetStart','',0,0,7),(8,1,'Greeting','StaticTextField','',0,0,8),(9,1,'Subject','FromEmailSubjectField','',0,0,9),(10,1,'Message','TextAreaField','',1,0,10),(11,1,'Send To','DispositionEmail','',0,0,11),(12,1,'Contact Fieldset End','FieldsetEnd','',0,0,12),(13,2,'Contact Fieldset','FieldsetStart','',0,0,1),(14,2,'Nombre: ','FromEmailNameField','',1,0,2),(15,2,'Email: ','DispositionFromEmailAddressField','none',1,0,3),(17,2,'Título','FromEmailSubjectField','',0,0,5),(18,2,'Mensaje','TextAreaField','none',1,0,6),(19,2,'Send To','DispositionEmail','',0,0,7),(20,2,'fieldset end','FieldsetEnd','',0,0,8),(21,3,'Fieldset Start','FieldsetStart','',0,0,2),(22,3,'Send It','DispositionEmail','',0,0,3),(23,3,'Welcome!','StaticTextField','',0,0,4),(24,3,'Modules you\'ll be using together','CheckboxGroupField','',0,0,5),(25,3,'What will you personally be doing on your CMS MS site?','CheckboxGroupField','',0,0,6),(26,3,'Where are you from?','CountryPickerField','',0,0,7),(27,3,'Do you have any comments / feedback for me?','TextAreaField','',0,0,8),(28,3,'Fieldset End','FieldsetEnd','',0,0,9);
/*!40000 ALTER TABLE `cms_module_fb_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_field_opt`
--
DROP TABLE IF EXISTS `cms_module_fb_field_opt`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_field_opt` (
`option_id` int(11) NOT NULL,
`field_id` int(11) DEFAULT NULL,
`form_id` int(11) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`value` text DEFAULT NULL,
PRIMARY KEY (`option_id`),
KEY `cms_module_fb_field_opt_idx` (`field_id`,`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_field_opt`
--
LOCK TABLES `cms_module_fb_field_opt` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_field_opt` DISABLE KEYS */;
INSERT INTO `cms_module_fb_field_opt` (`option_id`, `field_id`, `form_id`, `name`, `value`) VALUES (1,1,1,'legend','About You'),(2,1,1,'css_class',''),(3,1,1,'field_alias',''),(4,1,1,'helptext',''),(5,1,1,'javascript',''),(6,2,1,'css_class',''),(7,2,1,'field_alias','users_name'),(8,2,1,'helptext',''),(9,2,1,'javascript',''),(56,3,1,'email_from_name','Form Builder'),(57,3,1,'send_user_copy','c'),(58,3,1,'send_user_label','Send me a copy of form'),(59,3,1,'field_alias',''),(60,3,1,'javascript',''),(61,3,1,'html_email',''),(62,3,1,'email_template','FormBuilder Submission\nForm Name: {$sub_form_name}\nDate of Submission: {$sub_date}\nYour server: {$sub_host}\nIP address of person using form: {$sub_source_ip}\nURL of page containing form: {$sub_url}\nFormBuilder version: {$fb_version}\nTab Character: {$TAB}\n->\n-------------------------------------------------\nYour Name: {$fld_4}\nYour Email Address: {$fld_43}\nEmail Again: {$fld_42}\nSubject: {$fld_10}\nMessage: {$foo}\n'),(55,3,1,'email_subject','Email from Site'),(19,4,1,'field_to_validate','Your Email Address'),(20,4,1,'field_alias',''),(21,4,1,'css_class',''),(22,5,1,'field_alias',''),(23,5,1,'css_class',''),(24,5,1,'helptext',''),(25,6,1,'field_alias',''),(26,7,1,'legend','Contact'),(27,7,1,'field_alias',''),(28,7,1,'css_class',''),(29,7,1,'helptext',''),(30,7,1,'javascript',''),(31,8,1,'text','Hello, {$users_name->value}!<br /> What is it you\'d like to talk to us about?'),(32,8,1,'field_alias',''),(33,8,1,'css_class',''),(34,8,1,'helptext',''),(35,8,1,'javascript',''),(36,8,1,'smarty_eval','1'),(37,9,1,'css_class',''),(38,10,1,'rows','5'),(39,10,1,'cols','60'),(40,10,1,'css_class',''),(41,10,1,'field_alias','message'),(42,10,1,'default','Enter Your Message Here'),(43,10,1,'clear_default','1'),(65,11,1,'email_from_name','Form Builder'),(66,11,1,'email_from_address','website@yourdomain.com'),(67,11,1,'destination_address','you@yourdomain.com'),(68,11,1,'field_alias',''),(69,11,1,'html_email','1'),(70,11,1,'email_template','<h1>FormBuilder Submission</h1>\r\n<strong>Form Name</strong>: {$sub_form_name}<br />\r\n<strong>Date of Submission</strong>: {$sub_date}<br />\r\n<strong>Your server</strong>: {$sub_host}<br />\r\n<strong>IP address of person using form</strong>: {$sub_source_ip}<br />\r\n<strong>URL of page containing form</strong>: {$sub_url}<br />\r\n<strong>FormBuilder version</strong>: {$fb_version}<br />\r\n<strong>Tab Character</strong>: {$TAB}<br />\r\n\r\n<hr />\r\n{if $fld_2 != \"\" && $fld_2 != \"[unspecified]\" }<strong>Your Name</strong>: {$fld_2}<br />{/if}\r\n{if $fld_3 != \"\" && $fld_3 != \"[unspecified]\" }<strong>Your Email Address</strong>: {$fld_3}<br />{/if}\r\n{if $fld_4 != \"\" && $fld_4 != \"[unspecified]\" }<strong>Email Again</strong>: {$fld_4}<br />{/if}\r\n{if $fld_9 != \"\" && $fld_9 != \"[unspecified]\" }<strong>Subject</strong>: {$fld_9}<br />{/if}\r\n{if $message != \"\" && $message != \"[unspecified]\" }<strong>Message</strong>: {$message}<br />{/if}\r\n{if $fld_11 != \"\" && $fld_11 != \"[unspecified]\" }<strong>Send To</strong>: {$fld_11}<br />{/if}\r\n'),(64,11,1,'email_subject','Contact Form Submission'),(52,12,1,'field_alias',''),(53,12,1,'css_class',''),(54,12,1,'helptext',''),(63,3,1,'email_encoding','utf-8'),(71,11,1,'email_encoding','utf-8'),(72,13,2,'legend','Contact'),(73,13,2,'css_class',''),(308,14,2,'clear_default','0'),(339,15,2,'helptext',''),(338,15,2,'css_class',''),(337,15,2,'headers_to_modify','f'),(336,15,2,'use_bcc','0'),(335,15,2,'email_cc_address',''),(332,15,2,'email_template','FormBuilder Submission\r\nForm Name: {$sub_form_name}\r\nDate of Submission: {$sub_date}\r\nYour server: {$sub_host}\r\nIP address of person using form: {$sub_source_ip}\r\nURL of page containing form: {$sub_url}\r\nFormBuilder version: {$fb_version}\r\nTab Character: {$TAB}\r\n->\r\n-------------------------------------------------\r\nYour Name: {$fld_14}\r\nYour Email Address: {$fld_15}\r\nEmail Again: {$fld_16}\r\nSubject: {$fld_17}\r\nMessage: {$foo}\r\n'),(333,15,2,'email_encoding','utf-8'),(334,15,2,'send_using','to'),(331,15,2,'html_email','0'),(330,15,2,'javascript',''),(329,15,2,'field_alias',''),(246,17,2,'css_class',''),(271,18,2,'field_logic',''),(269,18,2,'length',''),(268,18,2,'wysiwyg','0'),(267,18,2,'clear_default','1'),(199,19,2,'html_email','1'),(198,19,2,'field_alias',''),(197,19,2,'destination_address','soporte@asso.com.ar'),(196,19,2,'email_from_address','webmaster@asso.com.ar'),(195,19,2,'email_from_name','Form Builder'),(194,19,2,'email_subject','Contact Form Submission'),(102,20,2,'field_alias',''),(103,20,2,'css_class',''),(328,15,2,'send_user_label','Enviarme una copia'),(113,21,3,'legend','Help Improve Form Builder'),(114,21,3,'css_class',''),(188,22,3,'email_from_name','Form Builder Installation'),(189,22,3,'email_from_address','you@yourhost.com'),(190,22,3,'destination_address','sjg@cmsmodules.com'),(191,22,3,'email_template','<h1>Someone\'s Testing a FormBuilder Submission!</h1>\n<strong>Form Name</strong>: {$sub_form_name}<br />\n<strong>Date of Submission</strong>: {$sub_date}<br />\n<strong>Your server</strong>: {$sub_host}<br />\n<strong>IP address of person using form</strong>: {$sub_source_ip}<br />\n<strong>URL of page containing form</strong>: {$sub_url}<br />\n\n<hr />\n<strong>Modules you\'ll be using together</strong>: {$modules_you_ll_be_using}<br />\n<strong>What will you personally be doing on your CMS MS site?</strong>: {$what_will_you}<br />\n<strong>Where are you from?</strong>: {$where_are_you_from_}<br />\n<strong>Do you have any comments / feedback for me?</strong>: {$do_you_have_any}<br />\n'),(187,22,3,'email_subject','FormBuilder Sample Form Submission'),(122,23,3,'text','Thanks for trying out FormBuilder. You can use this form to provide me with feedback about how you will be using Form Builder, so I can best allocate resources for future development. Thanks, ___Samuel___'),(123,23,3,'css_class','message'),(124,23,3,'field_alias',''),(125,24,3,'no_empty',''),(126,24,3,'box_name','FormBuilder'),(127,24,3,'box_name','FormBrowser'),(128,24,3,'box_name','Front End Users'),(129,24,3,'box_name','Newsletter Made Simple (NMS)'),(130,24,3,'box_name','Cataloger'),(131,24,3,'box_name','Other(s)'),(132,24,3,'box_checked','FormBuilder'),(133,24,3,'box_checked','FormBrowser'),(134,24,3,'box_checked','FEU'),(135,24,3,'box_checked','NMS'),(136,24,3,'box_checked','Cataloger'),(137,24,3,'box_checked','Other(s)'),(138,24,3,'box_unchecked','(not FormBuilder)'),(139,24,3,'box_unchecked','(not FormBrowser)'),(140,24,3,'box_unchecked','(not FEU)'),(141,24,3,'box_unchecked','(not NMS)'),(142,24,3,'box_unchecked','(not Cataloger)'),(143,24,3,'box_unchecked','(no Others)'),(144,24,3,'box_is_set','y'),(145,24,3,'box_is_set','n'),(146,24,3,'box_is_set','n'),(147,24,3,'box_is_set','n'),(148,24,3,'box_is_set','n'),(149,24,3,'box_is_set','n'),(150,25,3,'no_empty','1'),(151,25,3,'box_name','Graphical Design'),(152,25,3,'box_name','HTML and CSS'),(153,25,3,'box_name','Write / Maintain Content'),(154,25,3,'box_name','Edit Smarty Templates'),(155,25,3,'box_name','Write Modules'),(156,25,3,'box_name','Write Core CMS code'),(157,25,3,'box_name','Donate to Core/Module Developes'),(158,25,3,'box_checked','Graphical Design'),(159,25,3,'box_checked','HTML/CSS'),(160,25,3,'box_checked','Content'),(161,25,3,'box_checked','Smarty'),(162,25,3,'box_checked','Modules'),(163,25,3,'box_checked','Core'),(164,25,3,'box_checked','donate!'),(165,25,3,'box_unchecked',''),(166,25,3,'box_unchecked',''),(167,25,3,'box_unchecked',''),(168,25,3,'box_unchecked',''),(169,25,3,'box_unchecked',''),(170,25,3,'box_unchecked',''),(171,25,3,'box_unchecked',''),(172,25,3,'box_is_set','n'),(173,25,3,'box_is_set','n'),(174,25,3,'box_is_set','n'),(175,25,3,'box_is_set','n'),(176,25,3,'box_is_set','n'),(177,25,3,'box_is_set','n'),(178,25,3,'box_is_set','n'),(179,25,3,'css_class',''),(180,26,3,'default',''),(181,26,3,'select_one','Select One'),(182,26,3,'css_class',''),(183,27,3,'css_class',''),(184,27,3,'rows','10'),(185,27,3,'cols','60'),(186,28,3,'css_class',''),(192,22,3,'email_encoding','utf-8'),(193,22,3,'html_email','1'),(200,19,2,'email_template',''),(201,19,2,'email_encoding','utf-8'),(202,19,2,'send_using','to'),(203,19,2,'email_cc_address',''),(204,19,2,'use_bcc','0'),(307,14,2,'html5','0'),(306,14,2,'default',''),(305,14,2,'field_logic',''),(304,14,2,'javascript',''),(302,14,2,'field_alias',''),(327,15,2,'send_user_copy','c'),(326,15,2,'email_from_name','Form Builder'),(247,17,2,'field_alias',''),(248,17,2,'helptext',''),(249,17,2,'javascript',''),(250,17,2,'field_logic',''),(270,18,2,'helptext',''),(266,18,2,'default','Ingrese aquí su mensaje'),(265,18,2,'field_alias','message'),(264,18,2,'css_class',''),(263,18,2,'cols','60'),(262,18,2,'rows','5'),(272,18,2,'html5','0'),(303,14,2,'helptext',''),(301,14,2,'headers_to_modify','b'),(300,14,2,'css_class','meta cf'),(325,15,2,'email_subject','Email from Site'),(340,15,2,'field_logic','');
/*!40000 ALTER TABLE `cms_module_fb_field_opt` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_field_opt_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_field_opt_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_field_opt_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_field_opt_seq`
--
LOCK TABLES `cms_module_fb_field_opt_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_field_opt_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_field_opt_seq` (`id`) VALUES (340);
/*!40000 ALTER TABLE `cms_module_fb_field_opt_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_field_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_field_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_field_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_field_seq`
--
LOCK TABLES `cms_module_fb_field_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_field_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_field_seq` (`id`) VALUES (28);
/*!40000 ALTER TABLE `cms_module_fb_field_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_flock`
--
DROP TABLE IF EXISTS `cms_module_fb_flock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_flock` (
`flock_id` int(11) NOT NULL,
`flock` time DEFAULT NULL,
PRIMARY KEY (`flock_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_flock`
--
LOCK TABLES `cms_module_fb_flock` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_flock` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_module_fb_flock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_form`
--
DROP TABLE IF EXISTS `cms_module_fb_form`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_form` (
`form_id` int(11) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`alias` varchar(255) DEFAULT NULL,
PRIMARY KEY (`form_id`),
KEY `cms_module_fb_form_idx` (`alias`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_form`
--
LOCK TABLES `cms_module_fb_form` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_form` DISABLE KEYS */;
INSERT INTO `cms_module_fb_form` (`form_id`, `name`, `alias`) VALUES (1,'Advanced Contact Form','advanced_contact'),(2,'Formulario de contacto','contacto'),(3,'Sample Form','sample_form');
/*!40000 ALTER TABLE `cms_module_fb_form` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_form_attr`
--
DROP TABLE IF EXISTS `cms_module_fb_form_attr`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_form_attr` (
`form_attr_id` int(11) NOT NULL,
`form_id` int(11) DEFAULT NULL,
`name` varchar(35) DEFAULT NULL,
`value` text DEFAULT NULL,
PRIMARY KEY (`form_attr_id`),
KEY `cms_module_fb_form_attr_idx` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_form_attr`
--
LOCK TABLES `cms_module_fb_form_attr` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_form_attr` DISABLE KEYS */;
INSERT INTO `cms_module_fb_form_attr` (`form_attr_id`, `form_id`, `name`, `value`) VALUES (19,1,'submit_action','text'),(20,1,'css_class','advancedcontactform'),(21,1,'list_delimiter',','),(22,1,'inline',''),(23,1,'submit_javascript',''),(24,1,'next_button_text','Continue...'),(25,1,'title_user_captcha','Please confirm that you are not a script by entering the letters from the image.'),(26,1,'use_captcha',''),(27,1,'captcha_wrong','Captcha was not correct.'),(28,1,'prev_button_text','Back...'),(29,1,'required_field_symbol','*'),(30,1,'unspecified','[unspecified]'),(31,1,'submit_button_text','Submit Form'),(32,1,'input_button_safety',''),(33,1,'redirect_page','-1'),(34,1,'submit_response','<p>Thank you, <strong>{$your_name}</strong>.</p>\r\n<p>Your submission has been successful. You may wish to print this page as a reference.</p>\r\n<h3>Contact Details</h3>\r\n<p>\r\n<strong>Name</strong>: {$your_name}<br />\r\n<strong>Email</strong>: <a href=\"mailto:{$your_email_address}\">{$your_email_address}</a><br />\r\n</p>\r\n<h3>Feedback Details</h3>\r\n<p>\r\n<strong>Subject</strong>: {$subject}<br />\r\n<strong>Comments</strong>:<br />\r\n{$message}\r\n</p> \r\n<h4>Other information</h4>\r\n<p>\r\n<strong>Date of Submission</strong>: {$sub_date}<br />\r\n<strong>Form Name</strong>: {$sub_form_name}<br />\r\n<strong>URL of page containing form</strong>: {$sub_url}<br />\r\n<strong>Domain</strong>: {$sub_host}<br />\r\n<strong>Your IP address</strong>: {$sub_source_ip}\r\n</p> '),(35,1,'predisplay_udt','-1'),(36,1,'form_template','{* DEFAULT FORM LAYOUT / pure CSS *}\r\n{$fb_form_header}\r\n{if $fb_form_done == 1}\r\n {* This first section is for displaying submission errors *}\r\n {if isset($fb_submission_error) && $fb_submission_error}\r\n <div class=\"error_message\">{$fb_submission_error}</div>\r\n {if isset($fb_show_submission_errors) && $fb_show_submission_errors}\r\n <div class=\"error\">\r\n <ul>\r\n {foreach from=$fb_submission_error_list item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {/if}\r\n{else}\r\n {* this section is for displaying the form *}\r\n {* we start with validation errors *}\r\n {if isset($fb_form_has_validation_errors) && $fb_form_has_validation_errors}\r\n <div class=\"error_message\">\r\n <ul>\r\n {foreach from=$fb_form_validation_errors item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {if isset($captcha_error) && $captcha_error}\r\n <div class=\"error_message\">{$captcha_error}</div>\r\n {/if}\r\n\r\n {* and now the form itself *}\r\n {$fb_form_start}\r\n <div>{$fb_hidden}</div>\r\n <div{if $css_class != \'\'} class=\"{$css_class}\"{/if}>\r\n {if $total_pages gt 1}<span>{$title_page_x_of_y}</span>{/if}\r\n {foreach from=$fields item=entry}\r\n {if $entry->display == 1}\r\n {strip}\r\n {if $entry->needs_div == 1}\r\n <div\r\n {if $entry->required == 1 || $entry->css_class != \'\' || $entry->valid == 0} class=\"\r\n {if $entry->required == 1}required{/if}\r\n {if $entry->css_class != \'\'} {$entry->css_class}{/if}\r\n {if $entry->valid == 0} fb_invalid{/if}\r\n \"\r\n {/if}\r\n >\r\n {/if}\r\n {if $entry->hide_name == 0}\r\n <label{if $entry->multiple_parts != 1} for=\"{$entry->input_id}\"{/if}>{$entry->name}\r\n {if $entry->required_symbol != \'\'}\r\n {$entry->required_symbol}\r\n {/if}\r\n </label>\r\n {/if}\r\n {if $entry->multiple_parts == 1}\r\n {section name=numloop loop=$entry->input}\r\n {if $entry->label_parts == 1}\r\n <div>{$entry->input[numloop]->input} {$entry->input[numloop]->name}</div>\r\n {else}\r\n {$entry->input[numloop]->input}\r\n {/if}\r\n {if isset($entry->input[numloop]->op) && $entry->input[numloop]->op}{$entry->input[numloop]->op}{/if}\r\n {/section}\r\n {else}\r\n {if $entry->smarty_eval == \'1\'}{eval var=$entry->input}{else}{$entry->input}{/if}\r\n {/if}\r\n {if $entry->valid == 0} <--- {$entry->error}{/if}\r\n {if $entry->needs_div == 1}\r\n </div>\r\n {/if}\r\n {/strip}\r\n {/if}\r\n {/foreach}\r\n {if $has_captcha == 1}\r\n <div class=\"captcha\">{$graphic_captcha}{$title_captcha}<br />{$input_captcha}</div>\r\n {/if}\r\n <div class=\"submit\">{$prev}{$submit}</div>\r\n </div>\r\n {$fb_form_end}\r\n{/if}\r\n{$fb_form_footer}'),(207,2,'captcha_wrong','Incorrecto'),(208,2,'inline','0'),(206,2,'prev_button_text','Back...'),(205,2,'required_field_symbol','*'),(204,2,'unspecified','[unspecified]'),(203,2,'submit_button_text','Submit Form'),(193,2,'validate_udt','-1'),(194,2,'submit_action','text'),(195,2,'predisplay_each_udt','-1'),(196,2,'list_delimiter',','),(197,2,'css_class','contactform'),(198,2,'submit_javascript',''),(199,2,'input_button_safety','0'),(200,2,'redirect_page','-1'),(201,2,'submit_response','<p>Gracias, <strong>{$your_name}</strong>.</p>\r\n<p>Su mensaje se ha entregado correctamente. Puede imprimir esta pantalla para referencia.</p>\r\n<h3>Detalle del contacto</h3>\r\n<p>\r\n<strong>Nombre</strong>: {$your_name}<br />\r\n<strong>Email</strong>: <a href=\"mailto:{$your_email_address}\">{$your_email_address}</a><br />\r\n</p>\r\n<h3>Detalle del mensaje</h3>\r\n<p>\r\n<strong>Título</strong>: {$subject}<br />\r\n<strong>Comentario</strong>:<br />\r\n{$message}\r\n</p> \r\n<h4>Otra información</h4>\r\n<p>\r\n<strong>Fecha de entrega</strong>: {$sub_date}<br />\r\n<strong>Nombre del formulario</strong>: {$sub_form_name}<br />\r\n<strong>URL del formulario</strong>: {$sub_url}<br />\r\n<strong>Dominio</strong>: {$sub_host}<br />\r\n<strong>Su dirección IP</strong>: {$sub_source_ip}\r\n</p> '),(202,2,'form_template','{* DEFAULT FORM LAYOUT / pure CSS *}\r\n{$fb_form_header}\r\n{if $fb_form_done == 1}\r\n {* This first section is for displaying submission errors *}\r\n {if isset($fb_submission_error) && $fb_submission_error}\r\n <div class=\"error_message\">{$fb_submission_error}</div>\r\n {if isset($fb_show_submission_errors) && $fb_show_submission_errors}\r\n <div class=\"error\">\r\n <ul>\r\n {foreach from=$fb_submission_error_list item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {/if}\r\n{else}\r\n {* this section is for displaying the form *}\r\n {* we start with validation errors *}\r\n {if isset($fb_form_has_validation_errors) && $fb_form_has_validation_errors}\r\n <div class=\"error_message\">\r\n <ul>\r\n {foreach from=$fb_form_validation_errors item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {if isset($captcha_error) && $captcha_error}\r\n <div class=\"error_message\">{$captcha_error}</div>\r\n {/if}\r\n\r\n {* and now the form itself *}\r\n {$fb_form_start}\r\n <div>{$fb_hidden}</div>\r\n <div{if $css_class != \'\'} class=\"{$css_class}\"{/if}>\r\n {if $total_pages gt 1}<span>{$title_page_x_of_y}</span>{/if}\r\n {foreach from=$fields item=entry}\r\n {if $entry->display == 1}\r\n {strip}\r\n {if $entry->needs_div == 1}\r\n <div\r\n {if $entry->required == 1 || $entry->css_class != \'\' || $entry->valid == 0} class=\"\r\n {if $entry->required == 1}required{/if}\r\n {if $entry->css_class != \'\'} {$entry->css_class}{/if}\r\n {if $entry->valid == 0} fb_invalid{/if}\r\n \"\r\n {/if}\r\n >\r\n {/if}\r\n {if $entry->hide_name == 0}\r\n <h3><label{if $entry->multiple_parts != 1} for=\"{$entry->input_id}\"{/if}>{$entry->name}\r\n {if $entry->required_symbol != \'\'}\r\n {$entry->required_symbol}\r\n {/if}\r\n </label>\r\n {/if}\r\n {if $entry->multiple_parts == 1}\r\n {section name=numloop loop=$entry->input}\r\n {if $entry->label_parts == 1}\r\n <div>{$entry->input[numloop]->input} {$entry->input[numloop]->name}</div>\r\n {else}\r\n {$entry->input[numloop]->input}\r\n {/if}\r\n {if isset($entry->input[numloop]->op) && $entry->input[numloop]->op}{$entry->input[numloop]->op}{/if}\r\n {/section}\r\n {else}\r\n {if $entry->smarty_eval == \'1\'}{eval var=$entry->input}{else}{$entry->input}{/if}\r\n {/if}\r\n {if $entry->valid == 0} <--- {$entry->error}{/if}\r\n {if $entry->needs_div == 1}\r\n </div>\r\n {/if}\r\n {/strip}\r\n {/if}\r\n {/foreach}\r\n {if $has_captcha == 1}\r\n <div class=\"captcha\">{$graphic_captcha}{$title_captcha}<br />{$input_captcha}</div>\r\n {/if}\r\n <div class=\"submit\">{$prev}{$submit}</div>\r\n </div>\r\n {$fb_form_end}\r\n{/if}\r\n{$fb_form_footer}'),(192,2,'predisplay_udt','-1'),(98,3,'title_position','left'),(99,3,'list_delimiter',' - '),(100,3,'required_field_symbol','*'),(101,3,'unspecified','[unspecified]'),(102,3,'next_button_text','Continue...'),(103,3,'submit_button_text','Send Feedback'),(104,3,'form_displaytype','tab'),(105,3,'redirect_page','-1'),(106,3,'css_class','formbuilderform'),(107,3,'captcha_wrong','Captcha was not correct.'),(108,3,'submit_response','<h1>Thanks!</h1>\r\n\r\n<p>Your feedback helps me make this a better module.</p>\r\n\r\n<p>If you\'d like to contribute to the future development of FormBuilder, you can make a donation below. I will be happy to give donors credit as a sponsor in the FormBuilder help. Every bit helps!</p>\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\r\n<input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n<input type=\"hidden\" name=\"hosted_button_id\" value=\"2057231\">\r\n<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\" name=\"submit\" alt=\"\">\r\n<img alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n</form>\r\n'),(90,3,'submit_action','text'),(91,3,'input_button_safety',''),(92,3,'use_catcha',''),(93,3,'title_user_captcha','Please confirm that you are not a script by entering the letters from the image.'),(94,3,'prev_button_text','Back...'),(95,3,'inline',''),(96,3,'submit_javascript',''),(97,3,'form_template','{* DEFAULT FORM LAYOUT / pure CSS *}\r\n{$fb_form_header}\r\n{if $fb_form_done == 1}\r\n {* This first section is for displaying submission errors *}\r\n {if $fb_submission_error}\r\n <div class=\"error_message\">{$fb_submission_error}</div>\r\n {if $fb_show_submission_errors}\r\n <div class=\"error\">\r\n <ul>\r\n {foreach from=$fb_submission_error_list item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {/if}\r\n{else}\r\n {* this section is for displaying the form *}\r\n {* we start with validation errors *}\r\n {if $fb_form_has_validation_errors}\r\n <div class=\"error_message\">\r\n <ul>\r\n {foreach from=$fb_form_validation_errors item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {if $captcha_error}\r\n <div class=\"error_message\">{$captcha_error}</div>\r\n {/if}\r\n\r\n {* and now the form itself *}\r\n {$fb_form_start}\r\n <div>{$fb_hidden}</div>\r\n <div{if $css_class != \'\'} class=\"{$css_class}\"{/if}>\r\n {if $total_pages gt 1}<span>{$title_page_x_of_y}</span>{/if}\r\n {foreach from=$fields item=entry}\r\n {if $entry->display == 1}\r\n {strip}\r\n {if $entry->needs_div == 1}\r\n <div\r\n {if $entry->required == 1 || $entry->css_class != \'\'} class=\"\r\n {if $entry->required == 1}\r\n required\r\n {/if}\r\n {if $entry->required == 1 && $entry->css_class != \'\'} {/if}\r\n {if $entry->css_class != \'\'}\r\n {$entry->css_class}\r\n {/if}\r\n \"\r\n {/if}\r\n >\r\n {/if}\r\n {if $entry->hide_name == 0}\r\n <label{if $entry->multiple_parts != 1} for=\"{$entry->input_id}\"{/if}>{$entry->name}\r\n {if $entry->required_symbol != \'\'}\r\n {$entry->required_symbol}\r\n {/if}\r\n </label>\r\n {/if}\r\n {if $entry->multiple_parts == 1}\r\n {section name=numloop loop=$entry->input}\r\n {if $entry->label_parts == 1}\r\n <div>{$entry->input[numloop]->input} {$entry->input[numloop]->name}</div>\r\n {else}\r\n {$entry->input[numloop]->input}\r\n {/if}\r\n {if $entry->input[numloop]->op}{$entry->input[numloop]->op}{/if}\r\n {/section}\r\n {else}\r\n {if $entry->smarty_eval == \'1\'}{eval var=$entry->input}{else}{$entry->input}{/if}\r\n {/if}\r\n {if $entry->valid == 0} <--- {$entry->error}{/if}\r\n {if $entry->needs_div == 1}\r\n </div>\r\n {/if}\r\n {/strip}\r\n {/if}\r\n {/foreach}\r\n {if $has_captcha == 1}\r\n <div class=\"captcha\">{$graphic_captcha}{$title_captcha}<br />{$input_captcha}</div>\r\n {/if}\r\n <div class=\"submit\">{$prev}{$submit}</div>\r\n </div>\r\n {$fb_form_end}\r\n{/if}\r\n{$fb_form_footer}'),(190,2,'title_user_captcha','Por favor, ingrese las letras de la imagen'),(191,2,'use_captcha','1'),(189,2,'next_button_text','Continue...');
/*!40000 ALTER TABLE `cms_module_fb_form_attr` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_form_attr_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_form_attr_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_form_attr_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_form_attr_seq`
--
LOCK TABLES `cms_module_fb_form_attr_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_form_attr_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_form_attr_seq` (`id`) VALUES (208);
/*!40000 ALTER TABLE `cms_module_fb_form_attr_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_form_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_form_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_form_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_form_seq`
--
LOCK TABLES `cms_module_fb_form_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_form_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_form_seq` (`id`) VALUES (3);
/*!40000 ALTER TABLE `cms_module_fb_form_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_formbrowser`
--
DROP TABLE IF EXISTS `cms_module_fb_formbrowser`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_formbrowser` (
`fbr_id` int(11) NOT NULL,
`form_id` int(11) DEFAULT NULL,
`index_key_1` varchar(80) DEFAULT NULL,
`index_key_2` varchar(80) DEFAULT NULL,
`index_key_3` varchar(80) DEFAULT NULL,
`index_key_4` varchar(80) DEFAULT NULL,
`index_key_5` varchar(80) DEFAULT NULL,
`feuid` int(11) DEFAULT NULL,
`response` longtext DEFAULT NULL,
`user_approved` datetime DEFAULT NULL,
`secret_code` varchar(35) DEFAULT NULL,
`admin_approved` datetime DEFAULT NULL,
`submitted` datetime DEFAULT NULL,
PRIMARY KEY (`fbr_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_formbrowser`
--
LOCK TABLES `cms_module_fb_formbrowser` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_formbrowser` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_module_fb_formbrowser` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_formbrowser_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_formbrowser_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_formbrowser_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_formbrowser_seq`
--
LOCK TABLES `cms_module_fb_formbrowser_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_formbrowser_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_formbrowser_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cms_module_fb_formbrowser_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_ip_log`
--
DROP TABLE IF EXISTS `cms_module_fb_ip_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_ip_log` (
`sent_id` int(11) NOT NULL,
`src_ip` varchar(16) DEFAULT NULL,
`sent_time` datetime DEFAULT NULL,
PRIMARY KEY (`sent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_ip_log`
--
LOCK TABLES `cms_module_fb_ip_log` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_ip_log` DISABLE KEYS */;
INSERT INTO `cms_module_fb_ip_log` (`sent_id`, `src_ip`, `sent_time`) VALUES (1,'190.136.182.170','2014-02-21 09:54:45'),(2,'190.136.182.170','2014-02-21 11:40:11'),(3,'190.136.182.170','2014-05-21 17:07:03'),(4,'103.21.83.174','2015-06-15 08:43:44'),(5,'103.21.83.174','2015-06-15 08:43:44'),(6,'103.21.83.174','2015-06-17 07:51:16'),(7,'27.34.246.198','2015-12-10 01:48:01'),(8,'27.34.246.204','2016-01-23 05:42:44'),(9,'190.182.165.20','2016-02-23 10:44:05'),(10,'190.182.165.20','2016-02-23 10:44:05'),(11,'200.12.192.205','2016-05-23 10:37:15'),(12,'200.12.192.205','2016-05-23 10:37:15'),(13,'27.34.246.234','2016-08-16 05:13:19'),(14,'152.170.150.93','2016-10-28 20:40:11'),(15,'181.93.107.115','2017-04-27 02:19:57'),(16,'190.245.54.193','2017-06-30 12:12:31'),(17,'190.19.201.66','2017-10-02 17:09:22'),(18,'189.201.177.105','2018-07-04 22:36:03'),(19,'185.189.114.116','2018-08-15 14:04:49'),(20,'190.190.163.195','2018-08-22 13:04:11'),(21,'190.190.163.195','2018-08-22 13:04:11'),(22,'23.250.54.235','2018-09-18 07:18:35'),(23,'23.250.54.235','2018-09-18 07:18:35'),(24,'109.248.149.35','2018-09-21 13:06:18'),(25,'186.182.164.203','2018-09-29 00:46:39'),(26,'154.16.62.142','2018-10-18 13:26:59'),(27,'200.123.38.4','2018-10-18 21:33:07'),(28,'185.212.171.101','2018-10-24 09:30:58'),(29,'185.253.96.169','2018-10-29 07:23:25'),(30,'82.102.18.190','2018-10-29 23:23:15'),(31,'185.206.225.29','2018-11-02 23:36:44'),(32,'67.218.4.86','2018-11-04 03:05:42'),(33,'67.218.4.86','2018-11-04 03:05:42'),(34,'178.175.132.166','2018-11-07 22:28:56'),(35,'93.190.139.37','2018-11-07 22:32:26'),(36,'92.38.162.13','2018-11-13 12:39:59'),(37,'85.206.165.11','2018-11-15 06:55:14'),(38,'95.174.64.92','2018-11-17 18:45:55'),(39,'85.206.165.7','2018-11-20 05:15:14'),(40,'185.245.85.235','2018-11-22 20:09:46'),(41,'185.104.184.203','2018-11-24 07:16:00'),(42,'178.175.132.161','2018-12-07 22:32:40'),(43,'194.99.105.186','2018-12-09 17:59:47'),(44,'92.38.162.17','2018-12-10 13:31:31'),(45,'207.182.28.68','2018-12-17 14:08:36'),(46,'207.182.28.68','2018-12-17 14:08:39'),(47,'185.245.85.235','2018-12-22 01:35:23'),(48,'152.44.106.186','2018-12-24 03:45:14'),(49,'152.44.106.186','2018-12-24 03:45:16'),(50,'85.206.165.8','2018-12-25 05:24:52'),(51,'178.175.132.164','2018-12-26 15:21:16'),(52,'185.230.124.165','2018-12-28 23:15:50'),(53,'178.175.132.165','2019-01-07 23:36:26'),(54,'46.183.220.181','2019-01-12 19:20:21'),(55,'92.38.162.13','2019-01-16 20:50:12'),(56,'37.120.135.91','2019-01-21 19:55:32'),(57,'178.175.142.133','2019-01-23 09:49:02'),(58,'185.245.85.232','2019-01-27 16:24:02'),(59,'185.253.96.204','2019-01-31 12:28:06'),(60,'80.245.110.146','2019-01-31 19:16:14'),(61,'80.245.110.146','2019-01-31 19:16:16'),(62,'185.217.71.131','2019-02-04 11:44:53'),(63,'103.67.196.22','2019-02-14 11:15:59'),(64,'23.108.47.181','2019-03-01 16:07:10'),(65,'23.108.47.181','2019-03-01 16:07:13'),(66,'185.225.136.5','2019-03-05 19:42:00'),(67,'185.225.136.5','2019-03-05 19:42:02'),(68,'85.206.165.24','2019-03-05 20:26:48'),(69,'91.185.201.79','2019-03-06 12:56:37'),(70,'107.160.222.212','2019-03-26 05:08:45'),(71,'107.160.222.212','2019-03-26 05:08:48'),(72,'79.139.227.181','2019-03-28 00:31:25'),(73,'217.64.113.216','2019-04-05 21:28:53'),(74,'172.68.24.18','2019-04-16 21:03:38'),(75,'172.68.65.250','2019-04-17 21:07:56'),(76,'172.68.65.250','2019-04-17 21:07:56'),(77,'198.41.230.104','2019-04-25 10:35:50'),(78,'91.79.20.228','2019-04-29 07:24:18'),(79,'172.69.63.77','2019-05-02 15:56:50'),(80,'195.206.104.73','2019-05-02 22:17:55'),(81,'198.41.230.110','2019-05-06 13:41:47'),(82,'162.158.78.248','2019-05-06 14:24:33'),(83,'198.41.230.110','2019-05-06 18:17:58'),(84,'168.90.197.46','2019-05-08 10:37:18'),(85,'168.90.197.46','2019-05-08 10:37:18'),(86,'178.162.223.80','2019-05-13 14:40:52'),(87,'193.148.19.190','2019-05-13 21:29:33'),(88,'185.128.27.164','2019-05-14 00:48:50'),(89,'31.13.190.254','2019-05-15 07:59:23'),(90,'221.124.208.116','2019-05-16 00:06:26'),(91,'221.124.208.116','2019-05-16 00:06:26'),(92,'195.206.106.90','2019-05-22 10:57:29'),(93,'108.62.3.45','2019-05-22 21:17:36'),(94,'83.97.23.230','2019-06-03 09:12:21'),(95,'31.13.190.248','2019-06-05 02:42:54'),(96,'185.180.222.15','2019-06-05 06:29:30'),(97,'178.162.199.200','2019-06-05 18:40:20'),(98,'193.148.19.182','2019-06-07 15:34:51'),(99,'192.3.220.253','2019-06-10 11:35:00'),(100,'192.3.220.253','2019-06-10 11:35:00'),(101,'89.163.151.69','2019-06-12 04:45:35'),(102,'141.98.100.89','2019-06-13 23:37:16'),(103,'141.98.100.89','2019-06-14 12:45:40'),(104,'83.97.23.104','2019-06-14 17:11:06'),(105,'185.253.96.140','2019-06-23 18:29:08'),(106,'85.206.165.3','2019-06-25 12:42:02'),(107,'77.243.183.16','2019-07-01 13:45:07'),(108,'185.230.127.168','2019-07-04 16:23:31'),(109,'209.242.221.32','2019-07-06 12:14:29'),(110,'209.242.221.32','2019-07-06 12:14:29'),(111,'83.97.23.106','2019-07-06 18:23:26'),(112,'185.216.33.164','2019-07-08 06:32:22'),(113,'192.227.207.88','2019-07-10 11:49:10'),(114,'192.227.207.88','2019-07-10 11:49:10'),(115,'185.93.3.114','2019-07-11 10:54:37'),(116,'192.227.248.55','2019-07-12 08:01:18'),(117,'192.227.248.55','2019-07-12 08:01:18'),(118,'23.94.171.188','2019-07-14 23:10:23'),(119,'23.94.171.188','2019-07-14 23:10:23'),(120,'178.162.209.79','2019-07-17 08:38:18'),(121,'31.13.190.10','2019-07-18 17:33:51'),(122,'83.97.23.188','2019-07-19 03:32:37'),(123,'91.207.172.104','2019-07-19 09:29:28'),(124,'185.217.71.148','2019-07-22 19:33:55'),(125,'31.13.190.4','2019-07-24 15:50:35'),(126,'31.13.190.4','2019-07-24 17:20:00'),(127,'185.93.3.105','2019-08-05 13:33:47'),(128,'185.93.3.114','2019-08-05 23:02:27'),(129,'139.28.217.222','2019-08-06 09:11:51'),(130,'5.253.204.13','2019-08-08 14:34:12'),(131,'179.61.155.212','2019-08-12 04:22:34'),(132,'179.61.155.212','2019-08-12 04:22:35'),(133,'31.13.190.254','2019-08-14 21:41:58'),(134,'31.13.190.254','2019-08-14 22:11:02'),(135,'46.53.243.234','2019-08-16 03:52:54'),(136,'185.93.3.110','2019-08-20 09:33:11'),(137,'185.93.3.111','2019-08-20 18:24:00'),(138,'185.253.96.198','2019-08-21 12:51:08'),(139,'37.58.58.229','2019-08-23 15:32:39'),(140,'84.17.62.146','2019-08-23 16:41:45'),(141,'84.17.47.136','2019-08-25 17:53:41'),(142,'37.120.217.41','2019-08-25 22:40:51'),(143,'198.41.231.61','2019-08-30 21:10:14'),(144,'66.84.95.110','2019-09-01 06:33:24'),(145,'66.84.95.110','2019-09-01 06:33:42'),(146,'37.120.142.174','2019-09-03 19:18:50'),(147,'84.17.48.165','2019-09-06 12:06:52'),(148,'85.206.165.24','2019-09-11 05:35:44'),(149,'185.93.3.114','2019-09-12 05:40:56'),(150,'190.121.192.162','2019-09-12 12:16:12'),(151,'190.121.192.162','2019-09-12 12:16:12'),(152,'212.103.50.78','2019-09-13 11:11:22'),(153,'212.103.50.78','2019-09-17 11:36:33'),(154,'151.106.11.190','2019-09-25 12:00:29'),(155,'185.93.3.114','2019-09-30 08:12:09'),(156,'185.255.96.99','2019-09-30 21:27:35'),(157,'84.17.51.100','2019-10-08 03:40:30'),(158,'84.17.49.145','2019-10-09 01:51:40'),(159,'192.3.235.141','2019-10-11 10:43:59'),(160,'192.3.235.141','2019-10-11 10:43:59'),(161,'84.17.58.12','2019-10-11 15:08:23'),(162,'84.17.48.139','2019-10-13 00:25:55'),(163,'84.17.62.130','2019-10-14 16:09:02'),(164,'84.17.58.70','2019-10-15 13:23:11'),(165,'152.44.100.32','2019-10-17 07:28:36'),(166,'152.44.100.32','2019-10-17 07:28:36'),(167,'84.17.61.143','2019-10-20 22:30:07'),(168,'84.17.58.19','2019-10-23 01:16:08'),(169,'212.103.50.78','2019-10-25 04:29:24'),(170,'198.41.230.38','2019-10-28 23:05:03'),(171,'178.162.210.177','2019-10-30 02:30:44'),(172,'84.17.51.123','2019-11-04 20:05:21'),(173,'185.108.128.62','2019-11-06 21:37:15'),(174,'45.61.189.143','2019-11-07 13:02:53'),(175,'45.61.189.143','2019-11-07 13:02:53'),(176,'23.108.86.164','2019-11-07 13:50:52'),(177,'23.108.86.164','2019-11-07 13:50:52'),(178,'107.172.227.245','2019-11-08 04:25:19'),(179,'107.172.227.245','2019-11-08 04:25:19'),(180,'45.139.48.6','2019-11-08 16:15:59'),(181,'91.79.12.92','2019-11-10 19:55:12'),(182,'5.253.204.29','2019-11-12 21:30:54'),(183,'185.206.224.231','2019-11-13 20:07:49'),(184,'151.106.11.184','2019-11-14 18:50:13'),(185,'84.17.52.55','2019-11-18 22:14:24'),(186,'43.241.71.124','2019-11-21 00:17:04'),(187,'84.17.62.141','2019-11-22 08:26:51'),(188,'84.17.62.141','2019-11-23 00:16:55'),(189,'84.17.62.136','2019-11-23 06:22:33'),(190,'84.17.49.18','2019-11-26 14:19:28'),(191,'195.181.160.70','2019-11-27 11:47:01'),(192,'84.17.47.168','2019-11-27 22:06:57'),(193,'185.93.3.113','2019-11-28 01:48:29'),(194,'23.90.28.14','2019-11-28 14:43:16'),(195,'23.90.28.14','2019-11-28 14:43:17'),(196,'84.17.49.74','2019-11-28 17:14:57'),(197,'84.17.60.52','2019-12-01 00:21:20'),(198,'37.115.210.9','2019-12-03 03:01:02'),(199,'198.41.231.119','2019-12-03 14:49:06'),(200,'198.41.231.119','2019-12-03 14:49:06'),(201,'185.206.224.245','2019-12-04 13:55:24'),(202,'95.174.65.164','2019-12-06 19:42:21'),(203,'185.93.3.108','2019-12-09 18:51:17'),(204,'196.196.47.206','2019-12-11 13:53:41'),(205,'196.196.47.206','2019-12-11 13:53:42'),(206,'38.125.234.170','2019-12-11 14:51:32'),(207,'38.125.234.170','2019-12-11 14:51:33'),(208,'37.120.142.171','2019-12-12 22:56:04'),(209,'173.234.151.213','2019-12-16 10:48:55'),(210,'173.234.151.213','2019-12-16 10:48:55'),(211,'64.44.50.184','2019-12-16 11:15:18'),(212,'64.44.50.184','2019-12-16 11:15:18'),(213,'84.17.51.20','2019-12-17 13:41:14'),(214,'185.59.221.234','2019-12-23 10:04:34'),(215,'84.17.61.56','2019-12-26 09:09:31'),(216,'84.17.51.130','2019-12-30 10:07:34'),(217,'84.17.49.190','2019-12-30 13:42:10'),(218,'198.41.231.79','2020-01-02 14:43:47'),(219,'109.169.209.238','2020-01-10 11:01:43'),(220,'88.200.216.179','2020-01-11 14:36:04'),(221,'141.101.77.234','2020-01-12 11:25:50'),(222,'84.17.51.125','2020-01-13 15:13:31'),(223,'37.115.203.51','2020-01-14 00:20:57'),(224,'107.174.148.178','2020-01-14 05:36:29'),(225,'107.174.148.178','2020-01-14 05:36:30'),(226,'84.17.49.185','2020-01-14 14:03:45'),(227,'172.94.23.91','2020-01-18 13:56:30'),(228,'172.94.23.91','2020-01-18 13:56:30'),(229,'192.210.176.176','2020-01-19 23:17:03'),(230,'192.210.176.176','2020-01-19 23:17:03'),(231,'37.120.142.171','2020-01-20 09:29:22'),(232,'54.37.238.37','2020-01-23 20:35:18'),(233,'84.17.47.116','2020-01-28 23:24:56'),(234,'179.61.164.248','2020-02-02 12:19:58'),(235,'179.61.164.248','2020-02-02 12:19:58'),(236,'84.17.61.221','2020-02-05 23:14:23'),(237,'5.188.84.16','2020-02-10 13:27:04'),(238,'84.17.51.104','2020-02-13 10:07:56'),(239,'45.152.182.154','2020-02-23 11:00:33'),(240,'84.17.51.2','2020-02-26 02:42:45'),(241,'107.172.128.194','2020-02-28 05:14:18'),(242,'107.172.128.194','2020-02-28 05:14:18'),(243,'84.17.51.41','2020-02-28 23:45:18'),(244,'91.79.36.184','2020-02-29 07:46:29'),(245,'37.120.145.89','2020-03-04 23:43:44'),(246,'198.46.170.118','2020-03-08 03:19:14'),(247,'198.46.170.118','2020-03-08 03:19:14'),(248,'37.120.217.107','2020-03-11 12:59:33'),(249,'190.2.149.159','2020-03-12 04:57:24'),(250,'178.162.209.74','2020-03-13 16:15:48'),(251,'91.79.52.212','2020-03-16 13:30:44'),(252,'84.17.51.65','2020-03-25 11:32:37'),(253,'84.17.51.66','2020-03-25 21:45:27'),(254,'84.17.51.115','2020-03-29 22:45:56'),(255,'168.91.36.9','2020-04-03 00:39:24'),(256,'168.91.36.9','2020-04-03 00:39:24'),(257,'185.93.3.114','2020-04-04 02:37:42'),(258,'66.146.237.253','2020-04-04 09:22:43'),(259,'66.146.237.253','2020-04-04 09:22:43'),(260,'104.245.145.38','2020-04-05 08:23:57'),(261,'104.245.145.38','2020-04-05 08:24:08'),(262,'217.138.200.205','2020-04-06 06:56:05'),(263,'217.138.200.205','2020-04-06 06:56:05'),(264,'84.17.51.45','2020-04-09 11:44:45'),(265,'23.104.161.38','2020-04-12 00:11:54'),(266,'23.104.161.38','2020-04-12 00:11:54'),(267,'84.17.49.126','2020-04-14 19:40:56'),(268,'23.108.48.17','2020-04-16 08:30:06'),(269,'23.108.48.17','2020-04-16 08:30:07'),(270,'91.79.63.93','2020-04-21 00:15:26'),(271,'173.44.164.232','2020-04-23 15:36:35'),(272,'173.44.164.232','2020-04-23 15:36:35'),(273,'84.17.51.22','2020-04-24 07:43:32'),(274,'84.17.51.82','2020-04-24 13:19:31'),(275,'172.68.10.12','2020-04-24 16:09:20'),(276,'83.237.17.246','2020-04-25 06:58:13'),(277,'172.68.11.23','2020-04-25 12:45:18'),(278,'51.75.56.36','2020-04-26 04:37:26'),(279,'23.94.251.41','2020-04-26 16:28:41'),(280,'23.94.251.41','2020-04-26 16:28:41'),(281,'195.181.161.12','2020-04-29 13:08:11'),(282,'84.17.49.36','2020-05-07 03:16:52'),(283,'79.139.231.186','2020-05-07 07:44:31'),(284,'84.17.51.68','2020-05-14 01:33:18'),(285,'84.17.49.238','2020-05-14 08:12:55'),(286,'84.17.51.34','2020-05-15 08:41:50'),(287,'95.165.95.233','2020-05-18 02:41:17'),(288,'95.165.95.233','2020-05-18 02:41:17'),(289,'37.120.156.17','2020-05-20 02:24:09'),(290,'89.187.168.161','2020-05-22 04:36:12'),(291,'84.17.48.63','2020-05-22 13:43:15'),(292,'84.17.49.190','2020-05-24 06:03:11'),(293,'185.132.177.237','2020-05-28 10:37:59'),(294,'84.17.51.62','2020-06-01 12:47:26'),(295,'193.176.86.134','2020-06-02 02:42:28'),(296,'92.118.13.83','2020-06-03 19:22:44'),(297,'185.230.127.242','2020-06-04 07:14:26'),(298,'84.17.49.190','2020-06-04 21:43:39'),(299,'173.239.197.104','2020-06-05 05:28:27'),(300,'84.17.51.114','2020-06-05 18:07:08'),(301,'75.75.233.101','2020-06-06 10:39:15'),(302,'75.75.233.101','2020-06-06 10:39:16'),(303,'185.244.213.162','2020-06-06 17:16:27'),(304,'173.232.226.47','2020-06-08 19:12:47'),(305,'173.232.226.47','2020-06-08 19:12:47'),(306,'84.17.47.22','2020-06-10 22:26:54'),(307,'84.17.51.52','2020-06-10 23:25:36'),(308,'162.158.123.229','2020-06-11 14:22:33'),(309,'193.9.114.212','2020-06-12 12:27:00'),(310,'84.17.48.212','2020-06-15 19:44:52'),(311,'162.158.123.251','2020-06-17 11:45:52'),(312,'162.158.195.134','2020-06-17 12:07:43'),(313,'162.158.195.134','2020-06-17 12:07:43'),(314,'172.68.222.32','2020-06-19 13:10:42'),(315,'84.17.49.190','2020-06-21 06:00:58'),(316,'107.174.148.137','2020-06-25 16:13:01'),(317,'107.174.148.137','2020-06-25 16:13:01'),(318,'138.128.14.252','2020-06-25 16:36:44'),(319,'138.128.14.252','2020-06-25 16:36:44'),(320,'89.187.168.143','2020-06-27 15:18:40'),(321,'89.187.168.143','2020-06-27 16:52:33'),(322,'23.226.131.155','2020-07-02 10:31:35'),(323,'23.226.131.155','2020-07-02 10:31:36'),(324,'37.120.156.11','2020-07-03 16:00:40'),(325,'37.120.156.10','2020-07-04 06:01:09'),(326,'45.128.133.231','2020-07-06 11:33:10'),(327,'84.17.60.187','2020-07-07 02:13:54'),(328,'185.217.117.112','2020-07-10 21:30:35'),(329,'89.187.168.170','2020-07-13 11:17:25'),(330,'198.46.222.55','2020-07-13 20:13:44'),(331,'198.46.222.55','2020-07-13 20:13:44'),(332,'5.188.84.95','2020-07-15 22:46:52'),(333,'5.188.84.115','2020-07-16 12:07:37'),(334,'5.188.84.119','2020-07-16 13:41:13'),(335,'5.188.84.95','2020-07-16 21:38:10'),(336,'5.188.84.95','2020-07-17 07:34:33'),(337,'193.9.114.182','2020-07-17 20:10:02'),(338,'107.172.255.241','2020-07-27 07:43:44'),(339,'107.172.255.241','2020-07-27 07:43:44'),(340,'78.159.113.197','2020-07-28 12:46:16'),(341,'95.168.185.239','2020-07-31 10:51:42'),(342,'89.187.168.148','2020-08-01 16:29:12'),(343,'5.188.84.95','2020-08-03 02:33:15'),(344,'5.188.84.95','2020-08-03 02:43:05'),(345,'86.106.90.106','2020-08-03 06:09:49'),(346,'86.106.90.106','2020-08-03 06:09:49'),(347,'185.102.219.169','2020-08-04 12:15:10'),(348,'5.188.84.95','2020-08-04 21:40:33'),(349,'5.188.84.228','2020-08-05 14:05:02'),(350,'5.188.84.228','2020-08-06 01:06:06'),(351,'91.77.31.21','2020-08-06 03:10:14'),(352,'5.188.84.95','2020-08-06 05:51:50'),(353,'5.188.84.95','2020-08-06 09:06:44'),(354,'5.188.84.228','2020-08-06 11:02:05'),(355,'5.188.84.119','2020-08-06 11:15:06'),(356,'84.17.51.67','2020-08-06 11:43:39'),(357,'5.188.84.228','2020-08-06 19:08:43'),(358,'5.188.84.95','2020-08-06 19:37:10'),(359,'5.188.84.95','2020-08-07 00:03:52'),(360,'107.175.158.26','2020-08-07 02:38:37'),(361,'107.175.158.26','2020-08-07 02:38:37'),(362,'5.188.84.115','2020-08-07 03:40:47'),(363,'5.188.84.115','2020-08-07 06:47:27'),(364,'23.95.97.222','2020-08-07 07:42:03'),(365,'23.95.97.222','2020-08-07 07:42:03'),(366,'5.188.84.95','2020-08-07 11:25:10'),(367,'5.188.84.115','2020-08-07 15:56:24'),(368,'5.188.84.95','2020-08-08 00:18:40'),(369,'5.188.84.228','2020-08-08 01:51:59'),(370,'5.188.84.119','2020-08-08 02:07:17'),(371,'5.188.84.228','2020-08-08 11:58:11'),(372,'5.188.84.228','2020-08-09 12:45:16'),(373,'5.188.84.95','2020-08-09 18:08:30'),(374,'5.188.84.119','2020-08-09 18:29:18'),(375,'5.188.84.95','2020-08-09 20:24:22'),(376,'5.188.84.95','2020-08-09 23:00:38'),(377,'5.188.84.119','2020-08-10 00:20:36'),(378,'5.188.84.115','2020-08-10 00:57:45'),(379,'5.188.84.228','2020-08-10 03:20:43'),(380,'23.245.154.82','2020-08-10 05:08:27'),(381,'23.245.154.82','2020-08-10 05:08:27'),(382,'5.188.84.95','2020-08-10 11:05:28'),(383,'5.188.84.95','2020-08-10 18:53:00'),(384,'5.188.84.95','2020-08-10 20:21:29'),(385,'5.188.84.228','2020-08-11 00:17:03'),(386,'5.188.84.115','2020-08-11 07:17:46'),(387,'5.188.84.119','2020-08-11 08:31:16'),(388,'5.188.84.95','2020-08-11 12:23:12'),(389,'5.188.84.95','2020-08-12 00:06:13'),(390,'5.188.84.95','2020-08-12 01:09:07'),(391,'5.188.84.95','2020-08-12 02:35:25'),(392,'5.188.84.115','2020-08-12 11:30:09'),(393,'5.188.84.95','2020-08-12 19:28:42'),(394,'5.188.84.95','2020-08-12 21:01:41'),(395,'5.188.84.119','2020-08-13 01:00:40'),(396,'5.188.84.95','2020-08-13 14:04:20'),(397,'5.188.84.119','2020-08-13 18:46:25'),(398,'5.188.84.95','2020-08-14 01:41:28'),(399,'5.188.84.95','2020-08-14 03:37:52'),(400,'212.102.40.165','2020-08-14 06:25:34'),(401,'212.102.40.165','2020-08-14 06:25:34'),(402,'5.188.84.115','2020-08-14 12:03:05'),(403,'5.188.84.228','2020-08-14 12:39:54'),(404,'5.188.84.95','2020-08-14 21:05:53'),(405,'5.188.84.119','2020-08-15 03:55:21'),(406,'5.188.84.228','2020-08-15 06:05:51'),(407,'94.29.58.128','2020-08-15 06:43:20'),(408,'5.188.84.95','2020-08-15 12:10:33'),(409,'5.188.84.95','2020-08-15 15:47:50'),(410,'5.188.84.115','2020-08-15 17:41:18'),(411,'5.188.84.119','2020-08-16 00:57:17'),(412,'5.188.84.95','2020-08-16 03:23:58'),(413,'5.188.84.95','2020-08-16 04:19:19'),(414,'5.188.84.95','2020-08-16 04:31:29'),(415,'5.188.84.228','2020-08-16 07:49:06'),(416,'5.188.84.228','2020-08-16 15:28:31'),(417,'5.188.84.115','2020-08-16 16:39:01'),(418,'5.188.84.115','2020-08-16 22:40:59'),(419,'84.17.51.83','2020-08-17 01:51:31'),(420,'5.188.84.119','2020-08-17 09:37:19'),(421,'5.188.84.228','2020-08-17 15:47:50'),(422,'5.188.84.115','2020-08-17 15:53:14'),(423,'5.188.84.228','2020-08-18 05:37:12'),(424,'5.188.84.119','2020-08-18 06:39:16'),(425,'5.188.84.228','2020-08-18 10:51:25'),(426,'5.188.84.115','2020-08-18 13:34:25'),(427,'5.188.84.115','2020-08-19 06:35:50'),(428,'5.188.84.228','2020-08-19 10:20:21'),(429,'5.188.84.95','2020-08-19 10:22:36'),(430,'84.17.51.138','2020-08-19 14:26:05'),(431,'5.188.84.115','2020-08-19 15:32:28'),(432,'5.188.84.115','2020-08-20 01:51:21'),(433,'5.188.84.119','2020-08-20 04:38:15'),(434,'5.188.84.119','2020-08-20 08:58:21'),(435,'5.188.84.115','2020-08-20 10:15:01'),(436,'84.17.49.191','2020-08-21 00:44:01'),(437,'5.188.84.115','2020-08-21 03:25:56'),(438,'5.188.84.119','2020-08-21 06:21:47'),(439,'5.188.84.228','2020-08-21 10:44:22'),(440,'5.188.84.228','2020-08-21 11:05:01'),(441,'5.188.84.115','2020-08-21 12:12:29'),(442,'5.188.84.228','2020-08-21 12:39:40'),(443,'5.188.84.95','2020-08-21 14:38:21'),(444,'23.90.29.248','2020-08-23 13:36:15'),(445,'23.90.29.248','2020-08-23 13:36:15'),(446,'5.188.84.119','2020-08-24 23:59:50'),(447,'5.188.84.115','2020-08-25 01:08:51'),(448,'5.188.84.115','2020-08-25 01:37:39'),(449,'5.188.84.228','2020-08-25 01:43:10'),(450,'94.103.95.137','2020-08-25 08:00:29'),(451,'5.188.84.115','2020-08-25 12:01:50'),(452,'5.188.84.115','2020-08-25 18:22:17'),(453,'5.188.84.119','2020-08-25 20:22:06'),(454,'5.188.84.119','2020-08-25 22:15:30'),(455,'5.188.84.228','2020-08-26 09:12:24'),(456,'5.188.84.119','2020-08-26 09:23:51'),(457,'5.188.84.95','2020-08-26 15:38:33'),(458,'5.188.84.228','2020-08-26 18:54:10'),(459,'104.140.80.141','2020-08-26 19:05:53'),(460,'104.140.80.141','2020-08-26 19:05:53'),(461,'5.188.84.119','2020-08-26 19:21:56'),(462,'206.41.172.158','2020-08-26 20:46:37'),(463,'206.41.172.158','2020-08-26 20:46:37'),(464,'5.188.84.115','2020-08-26 21:15:41'),(465,'194.58.71.4','2020-08-26 22:40:22'),(466,'84.17.51.42','2020-08-27 06:57:38'),(467,'5.188.84.95','2020-08-27 17:21:18'),(468,'81.92.206.163','2020-08-27 20:26:14'),(469,'5.188.84.95','2020-08-27 23:20:01'),(470,'5.188.84.95','2020-08-28 15:43:14'),(471,'81.92.206.168','2020-08-28 17:59:32'),(472,'84.17.47.39','2020-08-28 20:41:44'),(473,'5.188.84.95','2020-08-29 02:31:41'),(474,'5.188.84.95','2020-08-29 03:23:37'),(475,'5.62.62.55','2020-08-29 05:01:25'),(476,'5.62.62.55','2020-08-29 05:01:25'),(477,'198.41.231.149','2020-08-29 23:00:15'),(478,'5.188.84.95','2020-08-30 19:41:58'),(479,'199.187.211.107','2020-08-31 19:38:03'),(480,'199.187.211.107','2020-08-31 19:38:03'),(481,'134.202.64.151','2020-09-01 04:44:10'),(482,'134.202.64.151','2020-09-01 04:44:11'),(483,'5.188.84.228','2020-09-01 14:58:47'),(484,'5.188.84.119','2020-09-01 19:52:45'),(485,'5.188.84.119','2020-09-01 19:52:46'),(486,'5.188.84.95','2020-09-02 02:33:02'),(487,'5.188.84.228','2020-09-02 07:12:20'),(488,'5.188.84.228','2020-09-02 11:08:57'),(489,'5.188.84.115','2020-09-02 16:42:49'),(490,'89.187.168.144','2020-09-02 22:34:43'),(491,'5.188.84.119','2020-09-03 00:46:45'),(492,'5.188.84.115','2020-09-03 05:32:39'),(493,'5.188.84.95','2020-09-03 07:07:40'),(494,'5.188.84.95','2020-09-03 07:21:08'),(495,'5.188.84.115','2020-09-03 07:52:00'),(496,'5.188.84.95','2020-09-03 17:29:38'),(497,'5.188.84.115','2020-09-04 01:27:20'),(498,'23.108.46.46','2020-09-04 03:02:42'),(499,'23.108.46.46','2020-09-04 03:02:42'),(500,'5.188.84.228','2020-09-04 09:41:52'),(501,'5.188.84.95','2020-09-04 16:11:40'),(502,'37.120.217.43','2020-09-04 19:49:51'),(503,'5.188.84.115','2020-09-05 06:01:03'),(504,'5.188.84.119','2020-09-05 12:24:09'),(505,'5.188.84.95','2020-09-05 14:17:01'),(506,'5.188.84.95','2020-09-05 15:01:35'),(507,'5.188.84.95','2020-09-05 15:05:20'),(508,'5.188.84.115','2020-09-05 20:54:00'),(509,'5.188.84.119','2020-09-05 22:01:06'),(510,'5.188.84.95','2020-09-06 06:19:11'),(511,'84.17.49.52','2020-09-06 09:11:39'),(512,'5.188.84.228','2020-09-06 09:48:42'),(513,'5.188.84.228','2020-09-06 12:55:03'),(514,'5.188.84.95','2020-09-07 02:18:33'),(515,'5.188.84.95','2020-09-07 10:02:04'),(516,'5.188.84.95','2020-09-07 13:16:18'),(517,'5.188.84.228','2020-09-07 18:24:31'),(518,'188.114.103.237','2020-09-07 19:35:54'),(519,'64.137.120.181','2020-09-07 20:33:44'),(520,'64.137.120.181','2020-09-07 20:33:44'),(521,'5.188.84.95','2020-09-08 10:12:43'),(522,'5.253.205.25','2020-09-09 16:53:52'),(523,'185.210.217.51','2020-09-10 04:48:27'),(524,'5.188.84.95','2020-09-12 17:08:45'),(525,'5.188.84.95','2020-09-12 17:19:40'),(526,'5.188.84.95','2020-09-12 22:03:12'),(527,'31.171.152.131','2020-09-12 23:38:46'),(528,'5.188.84.119','2020-09-13 00:27:44'),(529,'5.188.84.95','2020-09-13 03:51:26'),(530,'5.188.84.119','2020-09-13 13:52:43'),(531,'5.188.84.95','2020-09-14 06:23:16'),(532,'5.188.84.228','2020-09-14 07:42:31'),(533,'5.188.84.95','2020-09-14 11:26:20'),(534,'5.188.84.115','2020-09-14 21:59:28'),(535,'5.188.84.228','2020-09-15 09:46:24'),(536,'172.98.82.166','2020-09-15 20:21:35'),(537,'172.98.82.166','2020-09-15 20:21:35'),(538,'5.188.84.119','2020-09-15 22:03:00'),(539,'5.188.84.95','2020-09-16 04:34:35'),(540,'5.188.84.115','2020-09-16 10:54:43'),(541,'5.188.84.95','2020-09-17 08:48:20'),(542,'5.188.84.228','2020-09-17 20:02:29'),(543,'5.188.84.228','2020-09-17 22:24:57'),(544,'5.188.84.95','2020-09-18 07:05:18'),(545,'5.188.84.95','2020-09-18 07:50:47'),(546,'5.188.84.115','2020-09-19 20:26:51'),(547,'5.188.84.95','2020-09-19 20:51:01'),(548,'5.188.84.95','2020-09-21 22:45:05'),(549,'5.188.84.95','2020-09-21 23:26:06'),(550,'5.188.84.95','2020-09-22 01:20:27'),(551,'5.188.84.115','2020-09-22 18:57:08'),(552,'84.17.48.111','2020-09-24 18:05:29'),(553,'5.188.84.115','2020-09-25 03:30:27'),(554,'5.188.84.95','2020-09-25 06:03:27'),(555,'5.188.84.95','2020-09-25 07:34:12'),(556,'5.188.84.115','2020-09-25 23:31:50'),(557,'172.68.10.188','2020-09-27 02:54:26'),(558,'199.187.211.102','2020-09-28 16:17:21'),(559,'199.187.211.102','2020-09-28 16:17:21'),(560,'5.188.84.95','2020-09-29 17:44:04'),(561,'5.188.84.119','2020-09-29 19:06:26'),(562,'5.188.84.242','2020-10-01 00:25:43'),(563,'5.188.84.119','2020-10-01 05:55:42'),(564,'5.188.84.119','2020-10-01 06:06:22'),(565,'5.188.84.119','2020-10-01 14:37:32'),(566,'5.188.84.95','2020-10-01 18:03:42'),(567,'5.188.84.115','2020-10-02 12:28:44'),(568,'5.188.84.228','2020-10-05 09:43:42'),(569,'199.187.211.104','2020-10-05 14:55:54'),(570,'5.188.84.242','2020-10-06 01:44:37'),(571,'5.188.84.242','2020-10-06 03:59:42'),(572,'5.188.84.242','2020-10-06 16:05:33'),(573,'5.188.84.95','2020-10-06 17:34:31'),(574,'5.188.84.95','2020-10-06 17:38:46'),(575,'104.223.28.185','2020-10-08 05:39:43'),(576,'104.223.28.185','2020-10-08 05:39:44'),(577,'89.187.168.178','2020-10-08 05:48:04'),(578,'5.188.84.119','2020-10-08 17:49:29'),(579,'5.188.84.228','2020-10-08 18:18:22'),(580,'23.108.48.179','2020-10-08 21:37:41'),(581,'23.108.48.179','2020-10-08 21:37:41'),(582,'5.188.84.119','2020-10-09 08:50:56'),(583,'37.120.145.93','2020-10-10 00:41:34'),(584,'5.188.84.95','2020-10-10 07:07:05'),(585,'5.188.84.95','2020-10-10 13:41:16'),(586,'5.188.84.95','2020-10-11 00:22:36'),(587,'5.188.84.95','2020-10-11 00:39:59'),(588,'5.188.84.95','2020-10-11 02:05:55'),(589,'5.188.84.228','2020-10-11 09:17:23'),(590,'5.188.84.228','2020-10-11 17:29:20'),(591,'5.188.84.228','2020-10-11 18:22:40'),(592,'5.188.84.242','2020-10-11 18:25:49'),(593,'5.188.84.242','2020-10-12 04:40:32'),(594,'185.112.82.239','2020-10-13 19:26:47'),(595,'84.17.51.67','2020-10-14 19:46:38'),(596,'195.181.172.70','2020-10-15 23:22:59'),(597,'5.188.84.242','2020-10-16 03:08:14'),(598,'37.120.142.154','2020-10-16 04:40:54'),(599,'5.188.84.228','2020-10-16 07:52:03'),(600,'5.188.84.95','2020-10-16 16:47:28'),(601,'5.188.84.95','2020-10-16 16:54:12'),(602,'5.188.84.95','2020-10-16 18:54:59'),(603,'5.188.84.95','2020-10-16 18:58:55'),(604,'5.188.84.95','2020-10-16 18:59:25'),(605,'5.188.84.228','2020-10-16 19:19:05'),(606,'5.188.84.228','2020-10-17 08:11:06'),(607,'193.9.114.234','2020-10-17 11:22:22'),(608,'5.188.84.119','2020-10-18 18:42:56'),(609,'5.188.84.119','2020-10-19 00:28:04'),(610,'5.188.84.242','2020-10-19 09:56:40'),(611,'5.188.84.119','2020-10-19 11:58:10'),(612,'5.188.84.115','2020-10-19 13:54:46'),(613,'5.188.84.115','2020-10-19 14:25:17'),(614,'5.188.84.228','2020-10-19 14:46:56'),(615,'5.188.84.119','2020-10-19 15:32:45'),(616,'5.188.84.242','2020-10-19 16:56:21'),(617,'5.188.84.228','2020-10-19 22:04:03'),(618,'5.188.84.95','2020-10-20 04:08:49'),(619,'5.188.84.115','2020-10-20 08:46:45'),(620,'5.188.84.115','2020-10-20 09:16:07'),(621,'5.188.84.115','2020-10-20 16:41:06'),(622,'5.188.84.228','2020-10-20 23:55:07'),(623,'5.188.84.119','2020-10-21 23:38:27'),(624,'5.188.84.228','2020-10-22 02:40:45'),(625,'172.98.82.166','2020-10-22 02:50:50'),(626,'172.98.82.166','2020-10-22 02:50:51'),(627,'5.188.84.119','2020-10-22 02:57:28'),(628,'5.188.84.119','2020-10-22 03:22:56'),(629,'5.188.84.228','2020-10-22 13:29:07'),(630,'5.188.84.95','2020-10-22 17:07:51'),(631,'5.188.84.228','2020-10-22 18:33:56'),(632,'84.17.61.205','2020-10-23 06:31:26'),(633,'23.82.28.98','2020-10-23 15:06:06'),(634,'23.82.28.98','2020-10-23 15:06:06'),(635,'5.188.84.95','2020-10-25 20:27:30'),(636,'5.188.84.95','2020-10-25 21:06:53'),(637,'5.188.84.95','2020-10-25 22:26:59'),(638,'5.188.84.228','2020-10-25 22:29:43'),(639,'5.188.84.95','2020-10-25 22:57:07'),(640,'5.188.84.95','2020-10-25 23:28:01'),(641,'5.188.84.95','2020-10-26 14:49:37'),(642,'5.188.84.119','2020-10-26 21:11:45'),(643,'5.188.84.115','2020-10-27 08:03:44'),(644,'185.85.162.242','2020-10-27 13:39:18'),(645,'5.188.84.95','2020-10-27 21:23:54'),(646,'5.188.84.95','2020-10-28 23:42:12'),(647,'5.188.84.119','2020-10-29 03:45:59'),(648,'5.188.84.242','2020-10-29 06:49:21'),(649,'5.188.84.95','2020-10-30 02:40:10'),(650,'185.210.217.243','2020-10-30 12:00:23'),(651,'5.188.84.228','2020-10-30 12:48:47'),(652,'5.188.84.228','2020-10-30 12:53:54'),(653,'5.188.84.242','2020-10-30 13:36:39'),(654,'5.188.84.242','2020-10-30 20:46:00'),(655,'141.101.76.224','2020-10-31 10:16:30'),(656,'5.188.84.119','2020-10-31 20:54:05'),(657,'5.188.84.228','2020-11-01 00:22:06'),(658,'5.188.84.95','2020-11-01 04:49:26'),(659,'185.104.187.92','2020-11-01 06:38:10'),(660,'5.188.84.228','2020-11-01 16:09:30'),(661,'5.188.84.228','2020-11-02 01:41:08'),(662,'5.188.84.95','2020-11-02 02:53:54'),(663,'209.58.147.43','2020-11-02 05:58:29'),(664,'209.58.147.43','2020-11-02 05:58:30'),(665,'5.188.84.95','2020-11-02 07:02:04'),(666,'5.188.84.115','2020-11-02 11:24:53'),(667,'31.132.211.144','2020-11-02 18:33:22'),(668,'84.247.48.58','2020-11-03 14:21:10'),(669,'31.132.211.144','2020-11-03 16:14:34'),(670,'5.188.84.95','2020-11-03 20:20:48'),(671,'5.188.84.228','2020-11-03 22:06:35'),(672,'5.188.48.5','2020-11-03 23:21:54'),(673,'5.188.84.115','2020-11-04 02:17:46'),(674,'5.188.84.119','2020-11-04 05:28:35'),(675,'172.83.43.139','2020-11-04 07:43:52'),(676,'172.83.43.139','2020-11-04 07:43:52'),(677,'5.188.84.115','2020-11-05 12:16:04'),(678,'5.188.84.95','2020-11-05 12:31:08'),(679,'5.188.84.95','2020-11-05 14:40:00'),(680,'5.188.84.95','2020-11-05 15:47:54'),(681,'77.81.139.39','2020-11-05 16:49:01'),(682,'5.188.84.119','2020-11-06 00:26:15'),(683,'5.188.84.228','2020-11-06 10:28:13'),(684,'5.188.84.119','2020-11-06 10:29:08'),(685,'5.188.84.119','2020-11-06 12:22:28'),(686,'5.188.84.95','2020-11-06 13:36:34'),(687,'5.188.84.95','2020-11-06 21:26:04'),(688,'31.132.220.2','2020-11-07 14:31:28'),(689,'5.188.84.115','2020-11-07 15:36:47'),(690,'5.188.84.115','2020-11-07 20:27:46'),(691,'5.188.84.95','2020-11-08 06:00:38'),(692,'5.188.48.5','2020-11-08 17:19:34'),(693,'5.188.84.119','2020-11-08 17:41:08'),(694,'199.187.211.104','2020-11-08 18:30:44'),(695,'199.187.211.104','2020-11-08 18:30:44'),(696,'5.188.84.115','2020-11-08 23:12:08'),(697,'5.188.84.119','2020-11-09 01:27:18'),(698,'5.188.84.95','2020-11-09 05:31:42'),(699,'5.188.84.228','2020-11-09 11:18:23'),(700,'185.206.224.229','2020-11-09 11:38:17'),(701,'5.188.84.95','2020-11-09 16:45:20'),(702,'5.188.84.115','2020-11-09 21:16:35'),(703,'5.188.84.95','2020-11-09 22:48:37'),(704,'5.188.84.119','2020-11-10 01:45:54'),(705,'5.188.84.95','2020-11-10 02:37:17'),(706,'5.188.48.5','2020-11-10 23:43:10'),(707,'196.247.229.241','2020-11-11 04:00:17'),(708,'196.247.229.241','2020-11-11 04:00:17'),(709,'31.132.220.2','2020-11-12 07:34:18'),(710,'5.188.84.95','2020-11-12 20:14:48'),(711,'5.188.84.95','2020-11-13 13:54:35'),(712,'5.188.84.119','2020-11-13 23:09:47'),(713,'5.188.84.95','2020-11-14 02:19:02'),(714,'5.188.84.95','2020-11-14 02:49:27'),(715,'5.188.84.95','2020-11-15 09:28:45'),(716,'5.188.84.95','2020-11-15 23:31:39'),(717,'209.99.168.237','2020-11-16 00:06:54'),(718,'209.99.168.237','2020-11-16 00:06:54'),(719,'5.188.84.95','2020-11-16 14:55:36'),(720,'5.188.84.95','2020-11-17 00:52:02'),(721,'5.188.84.115','2020-11-17 02:46:01'),(722,'5.188.84.119','2020-11-17 11:01:06'),(723,'5.188.84.119','2020-11-17 15:49:58'),(724,'5.188.84.95','2020-11-17 15:54:42'),(725,'5.188.84.95','2020-11-17 16:18:04'),(726,'5.188.84.119','2020-11-18 09:35:39'),(727,'5.188.84.119','2020-11-18 13:50:22'),(728,'5.188.84.95','2020-11-19 02:38:53'),(729,'5.188.48.5','2020-11-19 06:24:47'),(730,'5.188.84.95','2020-11-24 11:28:44'),(731,'5.188.84.119','2020-11-24 21:00:33'),(732,'5.188.84.115','2020-11-25 06:14:39'),(733,'5.188.84.115','2020-11-25 09:59:25'),(734,'5.188.84.115','2020-11-25 14:20:09'),(735,'5.188.48.5','2020-11-25 15:58:32'),(736,'5.188.84.115','2020-11-26 03:21:57'),(737,'5.188.84.119','2020-11-26 07:44:51'),(738,'5.188.84.95','2020-11-26 09:19:11'),(739,'193.9.115.122','2020-11-26 15:47:23'),(740,'5.188.84.119','2020-11-26 16:03:22'),(741,'5.188.84.95','2020-11-26 17:47:09'),(742,'5.188.48.5','2020-11-26 21:40:37'),(743,'5.188.48.5','2020-11-26 21:52:51'),(744,'5.188.48.5','2020-11-27 04:57:28'),(745,'5.188.84.119','2020-11-27 21:04:59'),(746,'5.188.84.119','2020-11-28 03:26:21'),(747,'5.188.84.115','2020-11-28 19:39:17'),(748,'5.188.84.119','2020-11-28 20:20:47'),(749,'84.247.48.27','2020-11-29 02:50:15'),(750,'5.188.84.115','2020-11-29 20:37:27'),(751,'5.188.84.115','2020-11-30 07:48:15'),(752,'5.188.48.5','2020-11-30 16:51:26'),(753,'5.188.48.5','2020-11-30 16:58:31'),(754,'185.189.114.119','2020-12-03 10:11:40'),(755,'5.188.84.95','2020-12-03 10:44:15'),(756,'5.188.84.95','2020-12-03 12:55:36'),(757,'5.188.84.119','2020-12-03 14:03:35'),(758,'5.188.48.5','2020-12-03 15:00:47'),(759,'5.188.84.115','2020-12-03 22:20:30'),(760,'199.187.211.102','2020-12-04 07:57:49'),(761,'199.187.211.102','2020-12-04 07:57:50'),(762,'5.188.84.119','2020-12-05 08:56:08'),(763,'5.188.48.5','2020-12-05 20:04:29'),(764,'5.188.84.119','2020-12-06 22:57:46'),(765,'5.188.84.115','2020-12-07 04:12:36'),(766,'5.188.48.5','2020-12-07 09:14:28'),(767,'5.188.84.119','2020-12-07 10:38:32'),(768,'84.17.47.107','2020-12-07 10:45:49'),(769,'5.188.84.119','2020-12-07 17:21:58'),(770,'5.188.84.119','2020-12-09 16:28:38'),(771,'5.188.84.119','2020-12-09 20:51:17'),(772,'185.206.225.29','2020-12-09 22:17:36'),(773,'173.231.63.86','2020-12-10 01:16:09'),(774,'173.231.63.86','2020-12-10 01:16:09'),(775,'5.188.84.115','2020-12-10 14:24:26'),(776,'5.188.84.119','2020-12-10 17:39:48'),(777,'5.188.84.95','2020-12-10 23:07:06'),(778,'5.188.84.115','2020-12-11 05:49:15'),(779,'172.68.11.237','2020-12-15 10:17:41'),(780,'5.188.48.5','2020-12-15 12:19:29'),(781,'5.188.84.119','2020-12-15 13:50:44'),(782,'5.188.84.115','2020-12-15 17:42:06'),(783,'5.188.48.5','2020-12-15 18:41:59'),(784,'5.188.84.95','2020-12-15 18:50:44'),(785,'5.188.48.5','2020-12-16 01:15:01'),(786,'5.188.84.115','2020-12-16 04:00:18'),(787,'5.188.48.33','2020-12-17 21:13:38'),(788,'5.188.84.95','2020-12-18 00:01:06'),(789,'5.188.84.95','2020-12-18 06:05:07'),(790,'45.13.230.19','2020-12-18 08:04:43'),(791,'45.13.230.19','2020-12-18 08:04:43'),(792,'5.188.84.95','2020-12-18 12:09:01'),(793,'84.17.47.79','2020-12-18 23:54:53'),(794,'5.188.48.40','2020-12-22 06:33:08'),(795,'5.188.48.40','2020-12-22 11:29:37'),(796,'5.188.48.40','2020-12-22 16:33:14'),(797,'5.188.48.40','2020-12-22 21:18:34'),(798,'5.188.48.40','2020-12-23 02:02:20'),(799,'5.188.48.33','2020-12-23 08:30:56'),(800,'5.188.48.40','2020-12-23 10:55:49'),(801,'5.188.84.119','2020-12-24 02:06:52'),(802,'5.188.84.228','2020-12-24 04:50:13'),(803,'5.188.48.40','2020-12-24 09:14:40'),(804,'5.188.48.33','2020-12-24 18:26:30'),(805,'45.152.182.154','2020-12-25 03:48:48'),(806,'45.152.182.154','2020-12-25 03:48:48'),(807,'84.17.49.131','2020-12-25 06:56:47'),(808,'5.188.48.40','2020-12-25 13:58:15'),(809,'5.188.84.228','2020-12-25 16:17:48'),(810,'5.188.84.115','2020-12-25 16:53:55'),(812,'5.188.84.119','2020-12-26 05:11:46'),(811,'5.188.84.119','2020-12-26 05:11:46'),(813,'5.188.48.40','2020-12-26 18:34:47'),(814,'5.188.48.40','2020-12-26 19:01:09'),(815,'5.188.48.40','2020-12-26 23:31:48'),(816,'5.188.84.119','2020-12-27 15:00:40'),(817,'5.188.48.40','2020-12-27 18:17:11'),(818,'5.188.48.40','2020-12-27 18:27:04'),(819,'5.188.48.40','2020-12-28 00:29:55'),(820,'5.188.48.40','2020-12-28 08:35:22'),(821,'5.188.48.40','2020-12-28 13:45:47'),(822,'5.188.84.115','2020-12-28 16:44:56'),(823,'5.188.48.33','2020-12-28 18:24:44'),(824,'5.188.84.228','2020-12-28 21:16:59'),(825,'5.188.48.33','2020-12-29 10:08:26'),(826,'5.188.48.40','2020-12-29 11:21:18'),(827,'5.188.84.119','2020-12-30 01:53:14'),(828,'5.188.84.228','2020-12-30 12:50:49'),(829,'5.188.84.119','2020-12-30 13:23:06'),(830,'5.188.84.228','2020-12-30 18:29:49'),(831,'5.188.84.228','2020-12-31 03:01:40'),(832,'5.188.48.40','2020-12-31 06:27:54'),(833,'5.188.84.228','2020-12-31 16:55:26'),(834,'5.188.48.33','2020-12-31 17:16:21'),(835,'5.188.84.115','2020-12-31 17:38:06'),(836,'5.188.84.119','2021-01-01 01:05:24'),(837,'5.188.84.115','2021-01-01 03:03:39'),(838,'84.17.47.52','2021-01-01 12:58:54'),(839,'5.188.84.119','2021-01-02 01:19:44'),(840,'5.188.84.228','2021-01-02 08:39:00'),(841,'5.188.84.119','2021-01-02 11:13:56'),(842,'5.188.84.228','2021-01-02 13:18:57'),(843,'5.188.84.228','2021-01-02 23:43:46'),(844,'94.242.62.71','2021-01-02 23:50:14'),(845,'5.188.84.228','2021-01-03 12:46:33'),(846,'5.188.84.119','2021-01-03 23:24:27'),(847,'5.188.48.40','2021-01-04 12:44:36'),(848,'5.188.48.40','2021-01-04 13:27:00'),(849,'5.188.84.119','2021-01-04 13:42:03'),(850,'77.51.128.127','2021-01-04 17:57:58'),(851,'5.188.48.40','2021-01-04 19:46:19'),(852,'5.188.84.228','2021-01-04 19:49:34'),(853,'5.188.84.119','2021-01-05 02:41:14'),(854,'5.188.48.33','2021-01-05 02:45:12'),(855,'5.188.48.40','2021-01-05 07:24:35'),(856,'5.188.48.33','2021-01-05 09:18:32'),(857,'5.188.48.40','2021-01-05 16:02:43'),(858,'5.188.48.33','2021-01-05 18:00:10'),(859,'5.188.84.119','2021-01-05 20:03:35'),(860,'77.81.139.46','2021-01-06 03:15:17'),(861,'5.188.84.228','2021-01-06 05:36:46'),(862,'5.188.48.40','2021-01-06 05:38:37'),(863,'5.188.48.40','2021-01-06 06:20:12'),(864,'5.188.84.119','2021-01-06 08:41:27'),(865,'5.188.84.115','2021-01-06 09:30:01'),(866,'5.188.84.228','2021-01-06 13:18:29'),(867,'5.188.48.40','2021-01-06 14:24:50'),(868,'5.188.84.228','2021-01-06 15:38:58'),(869,'5.188.48.33','2021-01-06 17:19:22'),(870,'5.188.84.119','2021-01-06 17:37:29'),(871,'5.188.84.115','2021-01-06 18:52:00'),(872,'5.188.48.40','2021-01-06 19:40:53'),(873,'5.188.84.119','2021-01-07 06:17:02'),(874,'5.188.48.40','2021-01-07 07:04:39'),(875,'5.188.84.228','2021-01-07 14:29:44'),(876,'5.188.84.115','2021-01-07 18:52:26'),(877,'5.188.48.40','2021-01-08 00:57:56'),(878,'5.188.48.33','2021-01-08 05:17:11'),(879,'5.188.48.33','2021-01-08 21:03:14'),(880,'5.188.48.40','2021-01-09 03:58:53'),(881,'5.188.84.119','2021-01-09 06:44:40'),(882,'5.188.84.119','2021-01-09 15:18:02'),(883,'5.188.84.228','2021-01-09 16:14:47'),(884,'5.188.48.40','2021-01-10 03:53:48'),(885,'5.188.84.115','2021-01-10 06:27:03'),(886,'5.188.84.228','2021-01-10 07:40:18'),(887,'195.154.182.201','2021-01-11 10:23:22'),(888,'195.154.182.201','2021-01-11 14:43:27'),(889,'84.17.48.96','2021-01-12 03:03:26'),(890,'31.131.69.14','2021-01-14 15:02:43'),(891,'95.165.132.48','2021-01-18 00:10:37'),(892,'37.120.156.4','2021-01-19 19:30:49'),(893,'84.17.49.2','2021-01-20 06:57:58'),(894,'188.243.124.19','2021-01-25 07:37:25'),(895,'185.230.126.194','2021-01-25 19:11:11'),(896,'185.230.126.194','2021-01-25 19:11:11'),(897,'84.17.49.244','2021-01-26 08:07:20'),(898,'185.210.217.8','2021-01-27 11:17:07'),(899,'107.173.179.155','2021-01-27 14:12:51'),(900,'107.173.179.155','2021-01-27 14:12:51'),(901,'107.173.179.158','2021-01-27 17:38:51'),(902,'107.173.179.158','2021-01-27 17:38:51'),(903,'45.92.28.187','2021-02-01 12:14:13'),(904,'45.92.28.187','2021-02-01 12:14:13'),(905,'190.2.132.128','2021-02-04 08:48:24'),(906,'62.112.9.237','2021-02-04 16:23:20'),(907,'62.112.9.237','2021-02-04 16:23:20'),(908,'193.148.18.69','2021-02-05 20:02:52'),(909,'193.148.18.69','2021-02-05 20:02:52'),(910,'84.17.47.47','2021-02-07 01:09:28'),(911,'141.101.105.106','2021-02-07 16:15:43'),(912,'213.226.80.70','2021-02-07 23:24:26'),(913,'37.120.156.6','2021-02-08 21:51:49'),(914,'190.2.132.128','2021-02-10 02:40:31'),(915,'213.226.80.70','2021-02-10 11:23:14'),(916,'95.165.132.48','2021-02-11 01:41:56'),(917,'102.182.63.192','2021-02-12 08:47:57'),(918,'102.182.63.192','2021-02-12 08:47:57'),(919,'213.226.80.70','2021-02-16 06:05:14'),(920,'198.23.240.231','2021-02-16 13:30:11'),(921,'198.23.240.231','2021-02-16 13:30:11'),(922,'185.253.162.135','2021-02-16 20:41:36'),(923,'85.159.237.75','2021-02-17 00:31:15'),(924,'85.159.237.75','2021-02-17 20:07:53'),(925,'192.143.81.37','2021-02-19 02:59:48'),(926,'192.143.81.37','2021-02-19 02:59:48'),(927,'66.115.173.164','2021-02-22 18:05:47'),(928,'66.115.173.164','2021-02-22 18:05:47'),(929,'176.125.230.136','2021-02-24 06:00:53'),(930,'85.159.237.75','2021-02-28 11:30:52'),(931,'37.120.244.158','2021-03-04 06:50:20'),(932,'37.120.244.158','2021-03-04 06:50:20'),(933,'194.36.98.78','2021-03-05 03:26:13'),(934,'194.36.98.78','2021-03-05 03:26:13'),(935,'91.90.122.145','2021-03-05 19:35:14'),(936,'185.171.126.56','2021-03-05 22:15:21'),(937,'91.219.212.197','2021-03-08 07:11:02'),(938,'91.219.212.197','2021-03-08 07:11:02'),(939,'31.204.128.47','2021-03-08 18:30:49'),(940,'89.187.164.244','2021-03-10 06:18:27'),(941,'89.187.164.244','2021-03-10 06:18:27'),(942,'194.110.115.203','2021-03-10 19:26:03'),(943,'185.159.158.58','2021-03-10 22:16:51'),(944,'185.117.118.252','2021-03-11 05:11:46'),(945,'185.159.158.58','2021-03-13 10:42:54'),(946,'212.102.37.48','2021-03-14 17:26:52'),(947,'107.152.101.213','2021-03-16 02:54:58'),(948,'107.152.101.213','2021-03-16 02:54:59'),(949,'84.17.48.68','2021-03-16 06:17:11'),(950,'31.171.152.103','2021-03-16 21:56:16'),(951,'185.217.71.147','2021-03-19 05:48:22'),(952,'45.152.182.134','2021-03-19 09:39:55'),(953,'45.152.182.134','2021-03-19 09:39:55'),(954,'89.39.107.209','2021-03-21 21:35:48'),(955,'89.39.107.209','2021-03-21 21:35:48'),(956,'198.41.231.133','2021-03-22 11:47:06'),(957,'185.159.158.58','2021-03-22 15:31:31'),(958,'77.247.178.183','2021-03-23 18:15:52'),(959,'77.247.178.183','2021-03-23 18:15:52'),(960,'84.17.48.234','2021-03-24 14:19:51'),(961,'171.22.253.202','2021-03-24 16:48:14'),(962,'171.22.253.202','2021-03-24 16:48:14'),(963,'185.159.158.58','2021-03-25 00:51:27'),(964,'185.189.114.120','2021-03-25 02:21:24'),(965,'185.195.25.182','2021-03-25 08:15:34'),(966,'89.187.175.144','2021-03-28 16:01:55'),(967,'89.187.175.144','2021-03-28 16:01:56'),(968,'185.210.217.60','2021-03-29 10:17:44'),(969,'190.2.131.175','2021-03-30 00:23:57'),(970,'172.83.43.137','2021-03-31 07:03:42'),(971,'172.83.43.137','2021-03-31 07:03:42'),(972,'192.252.222.35','2021-04-02 22:16:26'),(973,'192.252.222.35','2021-04-02 22:16:26'),(974,'185.117.118.252','2021-04-07 20:14:43'),(975,'31.171.152.106','2021-04-09 18:09:48'),(976,'213.166.69.123','2021-04-10 06:03:51'),(977,'91.92.35.55','2021-04-12 05:40:11'),(978,'91.92.35.55','2021-04-12 05:40:13'),(979,'192.40.57.57','2021-04-12 13:00:16'),(980,'89.187.171.246','2021-04-13 13:02:10'),(981,'89.187.171.246','2021-04-13 13:02:10'),(982,'138.199.36.146','2021-04-14 14:09:18'),(983,'109.248.148.250','2021-04-15 11:24:41'),(984,'198.12.66.141','2021-04-16 17:13:04'),(985,'198.12.66.141','2021-04-16 17:13:04'),(986,'192.252.222.35','2021-04-16 19:23:59'),(987,'192.252.222.35','2021-04-16 19:23:59'),(988,'181.215.176.241','2021-04-21 01:43:22'),(989,'84.247.48.28','2021-04-21 04:51:47'),(990,'66.115.180.197','2021-04-24 16:06:28'),(991,'66.115.180.197','2021-04-24 16:06:29'),(992,'190.2.132.136','2021-04-24 22:14:44'),(993,'37.120.194.39','2021-04-26 09:00:56'),(994,'91.219.212.197','2021-04-28 09:23:32'),(995,'91.219.212.197','2021-04-28 09:23:33'),(996,'31.131.69.14','2021-05-03 18:47:53'),(997,'31.171.155.11','2021-05-04 18:56:59'),(998,'185.253.97.253','2021-05-05 10:13:00'),(999,'194.110.13.111','2021-05-05 11:53:07'),(1000,'84.17.49.137','2021-05-05 17:54:07'),(1001,'46.166.182.117','2021-05-05 19:41:56'),(1002,'86.106.121.36','2021-05-05 21:49:52'),(1003,'86.106.121.36','2021-05-05 21:49:52'),(1004,'190.2.132.136','2021-05-06 21:24:09'),(1005,'89.187.171.244','2021-05-08 11:33:27'),(1006,'89.187.171.244','2021-05-08 11:33:27'),(1007,'45.95.118.154','2021-05-11 15:16:37'),(1008,'45.95.118.154','2021-05-11 15:16:37'),(1009,'107.174.226.171','2021-05-13 16:14:57'),(1010,'107.174.226.171','2021-05-13 16:14:57'),(1011,'191.101.31.121','2021-05-14 05:33:01'),(1012,'176.125.230.133','2021-05-14 09:03:16'),(1013,'89.187.171.247','2021-05-16 03:44:37'),(1014,'89.187.171.247','2021-05-16 03:44:37'),(1015,'154.13.1.181','2021-05-17 19:43:59'),(1016,'192.3.220.237','2021-05-18 02:32:28'),(1017,'192.3.220.237','2021-05-18 02:32:28'),(1018,'89.187.164.244','2021-05-19 17:38:13'),(1019,'89.187.164.244','2021-05-19 17:38:14'),(1020,'185.189.114.120','2021-05-21 09:33:13'),(1021,'66.115.173.166','2021-05-23 11:24:34'),(1022,'66.115.173.166','2021-05-23 11:24:47'),(1023,'109.248.14.50','2021-05-23 14:51:02'),(1024,'46.166.182.116','2021-05-24 01:22:08'),(1025,'2.59.50.208','2021-05-25 03:24:21'),(1026,'46.166.182.116','2021-05-26 05:04:08'),(1027,'91.219.212.206','2021-05-26 19:30:14'),(1028,'91.219.212.206','2021-05-26 19:30:15'),(1029,'185.253.99.202','2021-05-26 22:56:51'),(1030,'84.17.49.113','2021-05-27 06:01:28'),(1031,'185.122.170.49','2021-05-27 14:09:10'),(1032,'185.122.170.49','2021-05-27 14:09:10'),(1033,'91.79.7.189','2021-05-28 04:03:55'),(1034,'89.187.175.150','2021-06-01 09:47:02'),(1035,'89.187.175.150','2021-06-01 09:47:03'),(1036,'162.158.146.208','2021-06-03 15:48:30'),(1037,'162.158.146.208','2021-06-03 15:48:31'),(1038,'141.101.105.14','2021-06-05 16:34:28'),(1039,'173.244.209.89','2021-06-08 03:44:26'),(1040,'173.244.209.89','2021-06-08 03:44:26'),(1041,'194.36.97.251','2021-06-09 12:36:32'),(1042,'194.36.97.251','2021-06-09 12:36:33'),(1043,'190.2.138.14','2021-06-09 20:32:16'),(1044,'141.101.104.189','2021-06-09 20:32:18'),(1045,'185.189.114.124','2021-06-10 13:59:49'),(1046,'191.102.154.25','2021-06-10 15:31:28'),(1047,'191.102.154.25','2021-06-10 15:31:28'),(1048,'185.107.80.192','2021-06-14 12:24:20'),(1049,'193.9.115.118','2021-06-16 02:25:44'),(1050,'103.112.0.54','2021-06-17 04:04:01'),(1051,'103.112.0.54','2021-06-17 04:04:01'),(1052,'62.16.13.98','2021-06-18 17:44:15'),(1053,'62.16.13.98','2021-06-18 17:44:16'),(1054,'77.247.178.186','2021-06-19 13:39:43'),(1055,'103.143.77.179','2021-06-19 14:01:53'),(1056,'103.143.77.179','2021-06-19 14:01:53'),(1057,'185.253.162.135','2021-06-22 03:19:08'),(1058,'91.219.212.206','2021-06-23 22:56:48'),(1059,'91.219.212.206','2021-06-23 22:56:49'),(1060,'190.2.132.127','2021-06-24 06:59:19'),(1061,'158.222.11.208','2021-06-25 04:09:11'),(1062,'158.222.11.208','2021-06-25 04:09:12'),(1063,'192.252.222.36','2021-06-28 03:04:28'),(1064,'192.252.222.36','2021-06-28 03:04:29'),(1065,'31.171.155.11','2021-06-29 09:20:57'),(1066,'192.40.57.57','2021-07-08 12:03:35'),(1067,'192.40.57.57','2021-07-08 12:03:36'),(1068,'62.16.5.146','2021-07-08 20:08:31'),(1069,'62.16.5.146','2021-07-08 20:08:31'),(1070,'176.125.229.135','2021-07-10 00:13:14'),(1071,'172.83.43.137','2021-07-13 20:03:14'),(1072,'172.83.43.137','2021-07-13 20:03:14'),(1073,'141.101.76.150','2021-07-14 15:37:29'),(1074,'212.86.102.106','2021-07-17 08:50:47'),(1075,'172.83.43.138','2021-07-19 06:47:04'),(1076,'172.83.43.138','2021-07-19 06:47:04'),(1077,'84.17.48.197','2021-07-22 02:27:36'),(1078,'181.177.112.154','2021-07-28 15:37:34'),(1079,'181.177.112.154','2021-07-28 15:37:34'),(1080,'172.83.43.138','2021-07-30 12:11:39'),(1081,'172.83.43.138','2021-07-30 12:11:39'),(1082,'91.219.212.198','2021-07-31 11:48:45'),(1083,'91.219.212.198','2021-07-31 11:48:46'),(1084,'188.130.142.15','2021-08-02 02:25:50'),(1085,'192.40.57.58','2021-08-02 21:45:07'),(1086,'192.40.57.58','2021-08-02 21:45:08'),(1087,'172.68.10.202','2021-08-03 13:42:34'),(1088,'190.12.102.19','2021-08-10 16:48:11'),(1089,'45.152.182.153','2021-08-11 02:31:55'),(1090,'45.152.182.153','2021-08-11 02:31:56'),(1091,'168.227.140.13','2021-08-11 05:01:48'),(1092,'168.227.140.13','2021-08-11 05:01:49'),(1093,'162.158.90.254','2021-08-12 16:02:29'),(1094,'192.40.57.57','2021-08-14 19:19:28'),(1095,'192.40.57.57','2021-08-14 19:19:28'),(1096,'192.40.57.59','2021-08-18 01:23:58'),(1097,'192.40.57.59','2021-08-18 01:23:58'),(1098,'196.16.223.147','2021-08-18 09:37:12'),(1099,'196.16.223.147','2021-08-18 09:37:12'),(1100,'5.188.48.217','2021-08-18 17:27:45'),(1101,'172.68.10.8','2021-08-20 02:28:06'),(1102,'196.244.46.19','2021-08-27 02:52:53'),(1103,'196.244.46.19','2021-08-27 02:52:53'),(1104,'84.17.60.51','2021-08-29 02:31:22'),(1105,'185.189.150.59','2021-08-31 08:56:12'),(1106,'208.84.155.70','2021-09-05 14:54:20'),(1107,'208.84.155.70','2021-09-05 14:54:21'),(1108,'196.242.21.87','2021-09-09 04:36:36'),(1109,'196.242.21.87','2021-09-09 04:36:36'),(1110,'185.210.217.251','2021-09-10 10:53:41'),(1111,'173.244.209.80','2021-09-14 10:17:12'),(1112,'173.244.209.80','2021-09-14 10:17:13'),(1113,'199.187.209.30','2021-09-17 14:32:55'),(1114,'199.187.209.30','2021-09-17 14:32:55'),(1115,'196.19.249.102','2021-09-18 15:42:54'),(1116,'196.19.249.102','2021-09-18 15:42:55'),(1117,'91.219.212.204','2021-09-20 18:24:59'),(1118,'91.219.212.204','2021-09-20 18:24:59'),(1119,'156.146.55.181','2021-09-22 21:08:30'),(1120,'192.40.57.56','2021-09-23 14:17:28'),(1121,'192.40.57.56','2021-09-23 14:17:28'),(1122,'37.19.223.208','2021-09-23 18:32:45'),(1123,'37.19.223.243','2021-09-29 14:27:14'),(1124,'196.17.161.233','2021-09-30 18:52:35'),(1125,'196.17.161.233','2021-09-30 18:52:35'),(1126,'37.120.244.102','2021-10-04 03:44:10'),(1127,'37.120.244.102','2021-10-04 03:44:10'),(1128,'185.85.163.242','2021-10-06 13:05:30'),(1129,'193.9.114.238','2021-10-07 18:58:26'),(1130,'138.199.59.158','2021-10-08 17:20:17'),(1131,'165.231.227.59','2021-10-09 17:54:51'),(1132,'165.231.227.59','2021-10-09 17:54:51'),(1133,'185.212.168.171','2021-10-12 10:09:51'),(1134,'91.219.212.230','2021-10-12 22:49:42'),(1135,'91.219.212.230','2021-10-12 22:49:42'),(1136,'188.126.94.216','2021-10-13 10:47:10'),(1137,'138.199.59.143','2021-10-13 15:53:07'),(1138,'77.81.139.36','2021-10-14 14:18:45'),(1139,'84.17.49.226','2021-10-16 19:29:48'),(1140,'212.102.33.182','2021-10-19 02:59:59'),(1141,'212.102.33.182','2021-10-19 02:59:59'),(1142,'212.102.57.7','2021-10-19 05:35:42'),(1143,'188.126.79.30','2021-10-20 03:31:41'),(1144,'190.123.219.48','2021-10-20 18:16:57'),(1145,'190.123.219.48','2021-10-20 18:16:57'),(1146,'138.219.120.89','2021-10-21 15:07:03'),(1147,'138.219.120.89','2021-10-21 15:07:03'),(1148,'193.27.12.253','2021-10-22 09:32:14'),(1149,'193.27.12.253','2021-10-22 09:32:14'),(1150,'103.112.0.139','2021-10-23 20:59:46'),(1151,'103.112.0.139','2021-10-23 20:59:46'),(1152,'45.133.172.94','2021-10-24 00:44:21'),(1153,'138.199.59.133','2021-10-25 19:52:36'),(1154,'91.219.212.204','2021-10-26 07:08:34'),(1155,'91.219.212.204','2021-10-26 07:08:34'),(1156,'181.214.206.23','2021-10-29 04:03:37'),(1157,'84.17.46.165','2021-10-31 14:29:52'),(1158,'84.17.46.165','2021-10-31 14:29:52'),(1159,'185.206.214.42','2021-11-01 16:00:59'),(1160,'46.21.250.187','2021-11-01 18:08:56'),(1161,'199.229.250.232','2021-11-03 01:18:17'),(1162,'199.229.250.232','2021-11-03 01:18:17'),(1163,'138.199.56.242','2021-11-05 14:14:27'),(1164,'84.17.49.95','2021-11-05 17:33:57'),(1165,'138.199.7.152','2021-11-05 20:10:27'),(1166,'84.17.46.230','2021-11-06 10:42:02'),(1167,'84.17.46.230','2021-11-06 10:42:02'),(1168,'138.199.7.152','2021-11-07 20:11:35'),(1169,'156.146.63.10','2021-11-07 22:22:59'),(1170,'199.187.211.141','2021-11-08 20:13:31'),(1171,'199.187.211.141','2021-11-08 20:13:31'),(1172,'46.166.182.117','2021-11-09 13:33:15'),(1173,'77.34.245.251','2021-11-10 15:39:40'),(1174,'199.187.211.36','2021-11-12 03:24:39'),(1175,'199.187.211.36','2021-11-12 03:24:40'),(1176,'84.247.48.54','2021-11-12 09:59:50'),(1177,'172.70.162.106','2021-11-12 22:37:03'),(1178,'198.98.183.42','2021-11-14 10:17:46'),(1179,'198.98.183.42','2021-11-14 10:18:02'),(1180,'46.161.11.11','2021-11-15 05:13:41'),(1181,'172.70.162.122','2021-11-16 05:17:46'),(1182,'172.70.162.122','2021-11-16 05:17:46'),(1183,'37.19.223.102','2021-11-16 14:02:25'),(1184,'212.102.57.142','2021-11-16 19:00:14'),(1185,'66.115.149.94','2021-11-17 00:00:36'),(1186,'66.115.149.94','2021-11-17 00:00:37'),(1187,'212.102.57.139','2021-11-17 14:55:20'),(1188,'212.102.57.142','2021-11-17 16:17:52'),(1189,'46.183.220.231','2021-11-19 00:44:45'),(1190,'84.17.46.242','2021-11-19 05:53:56'),(1191,'84.17.46.242','2021-11-19 05:53:56'),(1192,'156.146.63.155','2021-11-19 13:58:28'),(1193,'172.70.85.196','2021-11-20 14:56:51'),(1194,'217.138.211.244','2021-11-22 03:15:56'),(1195,'199.187.211.230','2021-11-22 18:25:07'),(1196,'199.187.211.230','2021-11-22 18:25:08'),(1197,'217.138.211.244','2021-11-23 16:14:05'),(1198,'84.17.47.97','2021-11-24 01:44:41'),(1199,'217.138.211.244','2021-11-25 01:54:38'),(1200,'192.3.195.77','2021-11-25 09:12:26'),(1201,'192.3.195.77','2021-11-25 09:12:27'),(1202,'191.101.31.45','2021-11-27 14:23:05'),(1203,'198.41.242.104','2021-11-28 17:34:20'),(1204,'191.101.31.45','2021-11-30 04:16:26'),(1205,'172.70.85.132','2021-12-01 04:55:25'),(1206,'194.110.115.233','2021-12-03 12:46:45'),(1207,'156.146.63.17','2021-12-03 16:56:50'),(1208,'162.253.68.164','2021-12-03 22:43:46'),(1209,'162.253.68.164','2021-12-03 22:43:46'),(1210,'141.101.76.108','2021-12-04 21:27:11'),(1211,'158.69.234.200','2021-12-06 23:21:35'),(1212,'158.69.234.200','2021-12-06 23:21:35'),(1213,'84.247.48.54','2021-12-07 06:41:40'),(1214,'192.241.73.232','2021-12-08 01:09:55'),(1215,'192.241.73.232','2021-12-08 01:09:56'),(1216,'191.101.209.81','2021-12-08 15:20:16'),(1217,'198.98.183.62','2021-12-09 01:10:15'),(1218,'198.98.183.62','2021-12-09 01:10:15'),(1219,'102.64.123.204','2021-12-15 06:44:53'),(1220,'102.64.123.204','2021-12-15 06:44:53'),(1221,'84.17.42.7','2021-12-15 07:21:30'),(1222,'216.107.129.128','2021-12-16 22:30:35'),(1223,'216.107.129.128','2021-12-16 22:30:35'),(1224,'84.247.48.13','2021-12-17 08:31:46'),(1225,'138.199.7.136','2021-12-22 00:24:23'),(1226,'37.19.223.226','2021-12-22 09:58:30'),(1227,'138.199.7.136','2021-12-22 17:36:08'),(1228,'107.181.180.175','2021-12-23 15:21:20'),(1229,'109.248.148.246','2021-12-24 06:59:49'),(1230,'216.107.129.119','2021-12-24 16:02:09'),(1231,'216.107.129.119','2021-12-24 16:02:09'),(1232,'212.102.55.113','2021-12-25 15:28:10'),(1233,'107.181.178.91','2021-12-27 18:56:56'),(1234,'107.181.178.91','2021-12-27 18:56:57'),(1235,'192.40.57.57','2021-12-29 10:11:37'),(1236,'185.232.21.121','2021-12-29 14:59:12'),(1237,'141.98.103.25','2021-12-30 18:06:50'),(1238,'46.166.187.117','2022-01-02 00:46:54'),(1239,'162.253.68.147','2022-01-03 15:23:49'),(1240,'162.253.68.147','2022-01-03 15:23:50'),(1241,'37.120.235.170','2022-01-03 23:21:19'),(1242,'84.17.48.138','2022-01-06 12:59:17'),(1243,'66.115.149.20','2022-01-06 23:06:42'),(1244,'66.115.149.20','2022-01-06 23:06:42'),(1245,'84.17.47.111','2022-01-07 02:44:13'),(1246,'77.247.178.182','2022-01-09 14:30:46'),(1247,'107.181.178.70','2022-01-10 02:30:37'),(1248,'107.181.178.70','2022-01-10 02:30:37'),(1249,'172.70.82.158','2022-01-10 19:35:17'),(1250,'46.166.187.56','2022-01-10 19:51:51'),(1251,'191.101.31.186','2022-01-10 21:00:44'),(1252,'23.104.162.202','2022-01-10 21:12:33'),(1253,'23.104.162.202','2022-01-10 21:12:33'),(1254,'216.107.129.118','2022-01-11 22:40:31'),(1255,'216.107.129.118','2022-01-11 22:40:32'),(1256,'192.40.57.56','2022-01-12 00:30:14'),(1257,'190.2.131.167','2022-01-12 05:32:00'),(1258,'162.12.206.5','2022-01-12 22:00:59'),(1259,'196.16.223.94','2022-01-13 04:39:11'),(1260,'196.16.223.94','2022-01-13 04:39:12'),(1261,'162.12.206.5','2022-01-13 06:05:13'),(1262,'45.153.160.130','2022-01-13 16:53:08'),(1263,'46.183.220.228','2022-01-13 21:24:20'),(1264,'191.101.31.65','2022-01-13 23:03:01'),(1265,'191.101.31.65','2022-01-14 21:06:05'),(1266,'191.101.31.65','2022-01-16 12:03:31'),(1267,'191.101.31.48','2022-01-17 16:29:50'),(1268,'86.106.74.246','2022-01-18 02:30:03'),(1269,'172.68.244.156','2022-01-19 15:18:13'),(1270,'185.107.57.68','2022-01-19 18:19:28'),(1271,'84.17.47.108','2022-01-20 10:02:34'),(1272,'198.98.183.136','2022-01-21 04:12:01'),(1273,'198.98.183.136','2022-01-21 04:12:01'),(1274,'85.159.237.75','2022-01-21 06:53:36'),(1275,'223.29.254.46','2022-01-22 14:49:53'),(1276,'223.29.254.46','2022-01-22 14:49:53'),(1277,'192.40.57.240','2022-01-24 00:31:03'),(1278,'138.199.56.225','2022-01-28 09:34:50'),(1279,'146.70.52.69','2022-01-28 15:20:36'),(1280,'172.68.50.46','2022-01-28 18:55:28'),(1281,'5.253.205.153','2022-01-28 22:14:20'),(1282,'46.166.182.32','2022-01-29 22:34:19'),(1283,'185.107.95.217','2022-01-31 02:09:57'),(1284,'192.40.57.56','2022-01-31 08:25:09'),(1285,'77.81.139.46','2022-02-01 09:07:07'),(1286,'200.10.37.48','2022-02-02 03:21:18'),(1287,'200.10.37.48','2022-02-02 03:21:18'),(1288,'177.234.143.75','2022-02-02 11:30:50'),(1289,'177.234.143.75','2022-02-02 11:30:50'),(1290,'131.108.16.24','2022-02-05 07:31:31'),(1291,'131.108.16.24','2022-02-05 07:31:31'),(1292,'185.220.101.71','2022-02-05 12:52:38'),(1293,'89.187.168.178','2022-02-07 23:23:39'),(1294,'138.199.56.229','2022-02-08 05:41:07'),(1295,'146.70.86.117','2022-02-08 17:23:39'),(1296,'191.101.217.68','2022-02-11 12:19:22'),(1297,'177.234.143.69','2022-02-12 09:29:05'),(1298,'177.234.143.69','2022-02-12 09:29:05'),(1299,'185.85.162.242','2022-02-13 13:08:17'),(1300,'144.168.166.195','2022-02-13 13:56:27'),(1301,'144.168.166.195','2022-02-13 13:56:28'),(1302,'46.166.182.115','2022-02-13 17:32:40'),(1303,'37.19.223.203','2022-02-14 20:56:00'),(1304,'172.255.81.250','2022-02-16 04:58:57'),(1305,'172.255.81.250','2022-02-16 04:58:58'),(1306,'46.166.182.115','2022-02-16 08:34:11'),(1307,'185.107.57.5','2022-02-16 11:21:45'),(1308,'198.41.231.95','2022-02-18 14:38:08'),(1309,'192.252.220.58','2022-02-19 22:38:02'),(1310,'192.252.220.58','2022-02-19 22:38:02'),(1311,'185.85.162.242','2022-02-21 23:40:30'),(1312,'192.252.220.29','2022-02-25 12:49:06'),(1313,'192.252.220.29','2022-02-25 12:49:06'),(1314,'84.247.48.21','2022-02-28 21:06:29'),(1315,'144.168.166.195','2022-03-01 08:19:51'),(1316,'144.168.166.195','2022-03-01 08:19:51'),(1317,'138.199.7.140','2022-03-05 05:49:01'),(1318,'172.69.33.174','2022-03-05 12:42:50'),(1319,'172.69.33.174','2022-03-05 12:42:50'),(1320,'209.58.133.174','2022-03-07 05:39:54'),(1321,'209.58.133.174','2022-03-07 05:39:54'),(1322,'138.199.7.140','2022-03-08 06:23:24'),(1323,'178.67.14.212','2022-03-08 12:18:22'),(1324,'84.17.49.51','2022-03-09 10:24:23'),(1325,'84.17.60.178','2022-03-10 01:31:28'),(1326,'46.161.11.4','2022-03-11 06:52:39'),(1327,'138.199.7.132','2022-03-11 23:00:36'),(1328,'178.67.38.193','2022-03-11 23:39:59'),(1329,'209.58.142.217','2022-03-12 12:18:23'),(1330,'209.58.142.217','2022-03-12 12:18:23'),(1331,'185.28.180.199','2022-03-13 10:01:59'),(1332,'185.28.180.199','2022-03-13 10:02:16'),(1333,'191.101.31.143','2022-03-15 01:25:09'),(1334,'91.90.123.105','2022-03-17 02:46:37'),(1335,'107.181.180.176','2022-03-17 04:24:37'),(1336,'216.19.223.219','2022-03-17 17:08:05'),(1337,'216.19.223.219','2022-03-17 17:08:05'),(1338,'37.19.223.229','2022-03-18 07:36:03'),(1339,'194.110.115.59','2022-03-18 15:09:36'),(1340,'84.17.48.21','2022-03-20 02:47:31'),(1341,'107.172.153.141','2022-03-20 08:46:07'),(1342,'107.172.153.141','2022-03-20 08:46:16'),(1343,'138.199.18.135','2022-03-21 03:03:35'),(1344,'87.249.132.184','2022-03-21 11:55:41'),(1345,'84.17.52.41','2022-03-21 19:06:28'),(1346,'199.187.211.152','2022-03-21 20:34:56'),(1347,'199.187.211.152','2022-03-21 20:34:57'),(1348,'185.107.95.215','2022-03-22 02:28:33'),(1349,'172.68.110.120','2022-03-22 02:34:41'),(1350,'172.70.206.20','2022-03-22 21:23:47'),(1351,'172.70.206.20','2022-03-22 21:23:48'),(1352,'191.101.217.20','2022-03-22 21:36:17'),(1353,'37.120.235.150','2022-03-24 17:05:07'),(1354,'176.226.132.132','2022-03-25 02:38:52'),(1355,'138.199.18.154','2022-03-26 03:20:19'),(1356,'185.85.163.242','2022-03-26 06:15:10'),(1357,'172.70.90.156','2022-03-27 03:47:35'),(1358,'163.172.106.33','2022-03-28 13:30:35'),(1359,'5.253.204.9','2022-03-28 21:40:11'),(1360,'107.181.178.94','2022-03-29 02:20:21'),(1361,'107.181.178.94','2022-03-29 02:20:21'),(1362,'172.70.254.64','2022-03-29 14:02:14'),(1363,'172.70.254.64','2022-03-29 14:02:14'),(1364,'138.199.18.75','2022-03-30 13:10:49'),(1365,'151.106.8.36','2022-03-31 10:33:24'),(1366,'156.146.63.18','2022-04-01 23:57:30'),(1367,'156.146.63.18','2022-04-03 03:09:19'),(1368,'144.168.213.36','2022-04-04 09:58:55'),(1369,'144.168.213.36','2022-04-04 09:58:56'),(1370,'185.28.182.197','2022-04-04 12:52:06'),(1371,'185.28.182.197','2022-04-04 12:52:07'),(1372,'138.199.63.69','2022-04-04 22:45:43'),(1373,'190.123.219.94','2022-04-05 09:29:45'),(1374,'190.123.219.94','2022-04-05 09:29:49'),(1375,'192.252.220.29','2022-04-05 20:25:09'),(1376,'192.252.220.29','2022-04-05 20:25:10'),(1377,'95.181.216.118','2022-04-06 09:12:10'),(1378,'95.181.216.118','2022-04-06 09:12:11'),(1379,'185.183.107.88','2022-04-07 11:58:39'),(1380,'188.126.73.206','2022-04-08 02:11:26'),(1381,'198.46.170.73','2022-04-09 17:04:03'),(1382,'198.46.170.73','2022-04-09 17:04:04'),(1383,'168.90.199.75','2022-04-09 22:32:54'),(1384,'168.90.199.75','2022-04-09 22:32:54'),(1385,'185.85.163.242','2022-04-10 06:49:01'),(1386,'162.253.68.138','2022-04-11 02:35:08'),(1387,'162.253.68.138','2022-04-11 02:35:09'),(1388,'37.19.223.102','2022-04-11 19:36:00'),(1389,'202.94.175.146','2022-04-12 07:44:03'),(1390,'202.94.175.146','2022-04-12 07:44:03'),(1391,'196.242.131.141','2022-04-12 16:25:00'),(1392,'196.242.131.141','2022-04-12 16:25:01'),(1393,'45.125.245.12','2022-04-13 01:02:04'),(1394,'45.125.245.12','2022-04-13 01:02:06'),(1395,'185.85.163.242','2022-04-13 04:19:51'),(1396,'138.199.7.139','2022-04-13 06:18:39'),(1397,'195.78.54.151','2022-04-13 18:53:23'),(1398,'181.215.176.245','2022-04-14 02:00:19'),(1399,'196.199.122.44','2022-04-15 02:35:38'),(1400,'196.199.122.44','2022-04-15 02:35:38'),(1401,'45.133.173.80','2022-04-17 01:14:01'),(1402,'46.161.11.37','2022-04-17 04:55:45'),(1403,'190.123.219.94','2022-04-18 08:00:58'),(1404,'190.123.219.94','2022-04-18 08:00:59'),(1405,'172.70.90.190','2022-04-18 16:02:11'),(1406,'172.70.230.30','2022-04-19 22:37:34'),(1407,'172.70.230.30','2022-04-19 22:37:35'),(1408,'37.120.235.170','2022-04-21 01:03:08'),(1409,'46.161.11.252','2022-04-21 12:43:08'),(1410,'46.161.11.252','2022-04-21 13:02:01'),(1411,'46.161.11.252','2022-04-21 13:22:16'),(1412,'46.161.11.252','2022-04-21 18:42:12'),(1413,'172.70.86.41','2022-04-21 23:00:12'),(1414,'46.161.11.252','2022-04-21 23:28:46'),(1415,'172.70.162.104','2022-04-22 04:11:29'),(1416,'107.174.249.143','2022-04-22 04:25:48'),(1417,'107.174.249.143','2022-04-22 04:25:49'),(1418,'172.70.85.16','2022-04-22 09:29:42'),(1419,'46.161.11.252','2022-04-22 10:13:02'),(1420,'172.70.162.198','2022-04-22 16:40:41'),(1421,'46.161.11.252','2022-04-22 16:46:15'),(1422,'84.17.60.186','2022-04-22 17:14:56'),(1423,'172.70.90.156','2022-04-22 21:49:24'),(1424,'46.161.11.252','2022-04-22 22:08:51'),(1425,'172.70.85.214','2022-04-23 03:29:02'),(1426,'46.161.11.252','2022-04-23 03:32:14'),(1427,'138.199.36.150','2022-04-23 05:48:47'),(1428,'172.70.90.190','2022-04-23 08:48:25'),(1429,'46.161.11.252','2022-04-23 09:08:27'),(1430,'162.158.159.110','2022-04-23 13:58:22'),(1431,'46.161.11.252','2022-04-23 14:08:19'),(1432,'46.161.11.252','2022-04-23 19:10:33'),(1433,'162.158.159.132','2022-04-23 19:17:12'),(1434,'46.161.11.252','2022-04-24 00:13:35'),(1435,'141.101.98.244','2022-04-24 00:29:56'),(1436,'46.161.11.252','2022-04-24 05:14:44'),(1437,'172.70.162.198','2022-04-24 07:24:15'),(1438,'46.161.11.252','2022-04-24 10:18:48'),(1439,'45.125.245.50','2022-04-24 11:30:18'),(1440,'45.125.245.50','2022-04-24 11:30:18'),(1441,'172.70.162.104','2022-04-24 12:41:59'),(1442,'46.161.11.252','2022-04-24 15:44:20'),(1443,'162.158.159.74','2022-04-24 18:09:13'),(1444,'46.161.11.252','2022-04-24 20:46:00'),(1445,'196.199.55.204','2022-04-25 03:40:01'),(1446,'196.199.55.204','2022-04-25 03:40:02'),(1447,'172.70.91.133','2022-04-25 10:19:41'),(1448,'46.161.11.252','2022-04-25 12:44:52'),(1449,'172.70.90.156','2022-04-25 16:11:37'),(1450,'46.161.11.252','2022-04-25 18:29:30'),(1451,'46.161.11.252','2022-04-25 23:28:46'),(1452,'141.101.98.244','2022-04-25 23:56:34'),(1453,'46.161.11.252','2022-04-26 05:11:00'),(1454,'141.101.98.224','2022-04-26 05:54:34'),(1455,'46.161.11.252','2022-04-26 10:26:15'),(1456,'172.70.85.214','2022-04-26 11:02:54'),(1457,'46.161.11.252','2022-04-26 15:40:34'),(1458,'172.70.85.214','2022-04-26 16:22:37'),(1459,'46.161.11.252','2022-04-26 20:42:50'),(1460,'172.70.91.47','2022-04-26 21:42:33'),(1461,'103.221.235.6','2022-04-26 23:03:37'),(1462,'103.221.235.6','2022-04-26 23:03:37'),(1463,'46.161.11.252','2022-04-27 02:03:51'),(1464,'162.158.103.133','2022-04-27 02:59:29'),(1465,'46.161.11.252','2022-04-27 07:49:22'),(1466,'162.158.102.140','2022-04-27 08:27:17'),(1467,'46.161.11.252','2022-04-27 13:10:02'),(1468,'162.158.102.140','2022-04-27 13:36:48'),(1469,'46.161.11.252','2022-04-27 18:39:39'),(1470,'198.41.242.204','2022-04-27 19:24:14'),(1471,'37.120.235.174','2022-04-27 23:51:03'),(1472,'46.161.11.252','2022-04-27 23:56:13'),(1473,'162.158.102.140','2022-04-28 00:33:08'),(1474,'37.19.223.218','2022-04-28 04:52:18'),(1475,'46.161.11.252','2022-04-28 05:12:50'),(1476,'162.158.103.219','2022-04-28 06:06:03'),(1477,'46.161.11.252','2022-04-28 10:47:16'),(1478,'172.70.162.104','2022-04-28 11:46:15'),(1479,'46.161.11.252','2022-04-28 15:59:08'),(1480,'162.158.159.110','2022-04-28 16:55:33'),(1481,'46.161.11.252','2022-04-28 20:57:27'),(1482,'162.158.102.20','2022-04-28 22:03:37'),(1483,'46.161.11.252','2022-04-29 02:23:18'),(1484,'172.70.162.198','2022-04-29 03:30:54'),(1485,'46.161.11.252','2022-04-29 07:43:08'),(1486,'172.70.85.214','2022-04-29 09:08:10'),(1487,'185.189.114.126','2022-04-29 09:37:55'),(1488,'46.161.11.252','2022-04-29 13:12:01'),(1489,'162.158.159.94','2022-04-29 14:45:26'),(1490,'46.161.11.252','2022-04-29 18:07:55'),(1491,'162.158.159.34','2022-04-29 20:14:18'),(1492,'46.161.11.252','2022-04-29 23:08:44'),(1493,'172.70.91.47','2022-04-30 01:27:42'),(1494,'46.161.11.252','2022-04-30 04:15:36'),(1495,'172.70.91.133','2022-04-30 07:24:56'),(1496,'46.161.11.252','2022-04-30 09:37:14'),(1497,'172.70.91.133','2022-04-30 13:04:09'),(1498,'196.196.147.242','2022-04-30 14:37:15'),(1499,'196.196.147.242','2022-04-30 14:37:16'),(1500,'46.161.11.252','2022-04-30 14:58:55'),(1501,'46.161.11.252','2022-04-30 20:25:17'),(1502,'172.70.86.75','2022-04-30 20:46:12'),(1503,'46.161.11.252','2022-05-01 01:26:15'),(1504,'172.70.90.156','2022-05-01 01:54:58'),(1505,'46.161.11.252','2022-05-01 06:28:16'),(1506,'172.70.86.75','2022-05-01 07:54:21'),(1507,'46.161.11.252','2022-05-01 11:33:25'),(1508,'172.70.85.16','2022-05-01 13:17:18'),(1509,'138.199.59.141','2022-05-01 14:00:38'),(1510,'46.161.11.252','2022-05-01 17:00:33'),(1511,'162.158.159.52','2022-05-01 18:53:56'),(1512,'46.161.11.252','2022-05-01 22:19:13'),(1513,'172.70.90.190','2022-05-02 00:44:34'),(1514,'46.161.11.252','2022-05-02 03:41:07'),(1515,'172.70.91.47','2022-05-02 06:22:31'),(1516,'46.161.11.252','2022-05-02 09:10:00'),(1517,'172.70.86.75','2022-05-02 11:44:43'),(1518,'46.161.11.252','2022-05-02 14:11:53'),(1519,'172.70.86.41','2022-05-02 17:15:30'),(1520,'46.161.11.252','2022-05-02 19:35:58'),(1521,'103.247.151.106','2022-05-02 22:11:15'),(1522,'103.247.151.106','2022-05-02 22:11:16'),(1523,'172.70.90.190','2022-05-02 22:54:28'),(1524,'46.161.11.252','2022-05-03 01:19:55'),(1525,'162.158.159.84','2022-05-03 04:30:19'),(1526,'46.161.11.252','2022-05-03 06:36:32'),(1527,'172.70.91.133','2022-05-03 10:41:48'),(1528,'46.161.11.252','2022-05-03 12:08:39'),(1529,'192.99.110.137','2022-05-03 14:59:48'),(1530,'192.99.110.137','2022-05-03 14:59:49'),(1531,'162.158.159.84','2022-05-03 16:49:14'),(1532,'46.161.11.252','2022-05-03 17:31:21'),(1533,'172.70.162.210','2022-05-03 21:58:04'),(1534,'46.161.11.252','2022-05-03 22:28:24'),(1535,'66.151.119.77','2022-05-04 00:39:49'),(1536,'66.151.119.77','2022-05-04 00:39:50'),(1537,'172.70.162.2','2022-05-04 03:25:41'),(1538,'46.161.11.252','2022-05-04 03:43:54'),(1539,'172.70.162.210','2022-05-04 08:42:12'),(1540,'46.161.11.252','2022-05-04 08:46:25'),(1541,'188.126.94.218','2022-05-04 08:59:00'),(1542,'46.161.11.252','2022-05-04 14:00:06'),(1543,'141.101.98.220','2022-05-04 14:01:15'),(1544,'46.161.11.252','2022-05-04 19:00:50'),(1545,'138.199.7.136','2022-05-04 23:55:15'),(1546,'46.161.11.252','2022-05-05 00:01:08'),(1547,'172.70.85.214','2022-05-05 00:45:34'),(1548,'46.161.11.252','2022-05-05 05:21:26'),(1549,'172.70.86.41','2022-05-05 05:59:25'),(1550,'46.161.11.252','2022-05-05 11:11:14'),(1551,'172.70.91.47','2022-05-05 11:52:33'),(1552,'46.161.11.252','2022-05-05 16:35:21'),(1553,'172.70.162.104','2022-05-05 17:42:37'),(1554,'46.161.11.252','2022-05-05 22:06:00'),(1555,'172.70.162.2','2022-05-05 23:54:09'),(1556,'46.161.11.252','2022-05-06 03:33:06'),(1557,'172.70.86.75','2022-05-06 05:37:54'),(1558,'46.161.11.252','2022-05-06 09:04:56'),(1559,'172.70.85.214','2022-05-06 11:34:25'),(1560,'46.161.11.252','2022-05-06 14:12:59'),(1561,'172.70.86.41','2022-05-06 17:18:20'),(1562,'46.161.11.252','2022-05-06 19:31:58'),(1563,'45.152.199.191','2022-05-06 21:01:55'),(1564,'45.152.199.191','2022-05-06 21:01:56'),(1565,'172.70.85.214','2022-05-06 22:23:44'),(1566,'46.161.11.252','2022-05-07 00:28:15'),(1567,'172.70.90.156','2022-05-07 03:33:53'),(1568,'46.161.11.252','2022-05-07 05:27:30'),(1569,'141.101.98.14','2022-05-07 09:29:52'),(1570,'46.161.11.252','2022-05-07 10:57:34'),(1571,'172.70.85.16','2022-05-07 15:05:15'),(1572,'46.161.11.252','2022-05-07 16:41:05'),(1573,'172.70.90.156','2022-05-07 20:14:19'),(1574,'46.161.11.252','2022-05-07 21:46:05'),(1575,'172.70.162.210','2022-05-08 01:20:27'),(1576,'46.161.11.252','2022-05-08 02:42:39'),(1577,'138.199.7.133','2022-05-08 06:45:30'),(1578,'172.70.90.156','2022-05-08 06:54:04'),(1579,'46.161.11.252','2022-05-08 07:40:29'),(1580,'172.70.85.214','2022-05-08 12:23:52'),(1581,'46.161.11.252','2022-05-08 12:47:22'),(1582,'46.161.11.252','2022-05-08 17:47:22'),(1583,'172.70.162.2','2022-05-08 18:13:58'),(1584,'46.161.11.252','2022-05-08 23:07:47'),(1585,'172.70.90.190','2022-05-08 23:44:30'),(1586,'46.161.11.252','2022-05-09 04:03:26'),(1587,'141.101.107.58','2022-05-09 04:54:51'),(1588,'46.161.11.252','2022-05-09 09:00:33'),(1589,'172.70.85.214','2022-05-09 10:04:31'),(1590,'46.161.11.252','2022-05-09 14:03:07'),(1591,'138.199.7.133','2022-05-09 15:11:21'),(1592,'141.101.98.246','2022-05-09 15:21:19'),(1593,'196.196.147.36','2022-05-09 17:35:11'),(1594,'196.196.147.36','2022-05-09 17:35:12'),(1595,'46.161.11.252','2022-05-09 19:05:12'),(1596,'172.70.85.16','2022-05-09 20:27:59'),(1597,'46.161.11.252','2022-05-10 00:07:07'),(1598,'141.101.99.129','2022-05-10 01:42:00'),(1599,'46.161.11.252','2022-05-10 05:05:44'),(1600,'84.17.49.95','2022-05-10 06:47:08'),(1601,'172.70.86.75','2022-05-10 06:52:17'),(1602,'138.199.7.133','2022-05-10 09:45:59'),(1603,'46.161.11.252','2022-05-10 10:01:49'),(1604,'172.70.162.2','2022-05-10 12:04:28'),(1605,'46.161.11.252','2022-05-10 15:03:33'),(1606,'172.70.91.133','2022-05-10 17:31:10'),(1607,'46.161.11.252','2022-05-10 20:20:39'),(1608,'192.99.110.130','2022-05-10 20:40:56'),(1609,'192.99.110.130','2022-05-10 20:40:57'),(1610,'141.101.107.166','2022-05-10 22:40:16'),(1611,'46.161.11.252','2022-05-11 01:17:09'),(1612,'172.70.85.16','2022-05-11 03:47:50'),(1613,'86.106.74.246','2022-05-11 04:01:14'),(1614,'46.161.11.252','2022-05-11 06:11:49'),(1615,'194.36.96.228','2022-05-11 08:47:49'),(1616,'194.36.96.228','2022-05-11 08:47:49'),(1617,'172.70.90.156','2022-05-11 08:55:43'),(1618,'46.161.11.252','2022-05-11 11:28:38'),(1619,'191.96.168.46','2022-05-11 13:47:08'),(1620,'138.199.7.141','2022-05-11 13:52:55'),(1621,'141.101.99.211','2022-05-11 14:21:57'),(1622,'46.161.11.252','2022-05-11 16:24:48'),(1623,'172.70.90.156','2022-05-11 19:27:04'),(1624,'46.161.11.252','2022-05-11 21:19:26'),(1625,'172.70.86.41','2022-05-12 00:36:58'),(1626,'46.161.11.252','2022-05-12 02:24:06'),(1627,'172.70.85.16','2022-05-12 05:46:57'),(1628,'46.161.11.252','2022-05-12 07:20:45'),(1629,'172.70.162.104','2022-05-12 10:54:46'),(1630,'46.161.11.252','2022-05-12 12:35:47'),(1631,'138.199.7.141','2022-05-12 13:48:39'),(1632,'162.158.233.112','2022-05-12 14:16:22'),(1633,'172.70.90.190','2022-05-12 16:02:32'),(1634,'46.161.11.252','2022-05-12 17:41:11'),(1635,'141.101.104.69','2022-05-12 21:10:01'),(1636,'46.161.11.252','2022-05-12 22:41:42'),(1637,'172.70.86.75','2022-05-13 02:20:16'),(1638,'46.161.11.252','2022-05-13 03:54:51'),(1639,'162.158.222.130','2022-05-13 07:30:50'),(1640,'46.161.11.252','2022-05-13 08:56:25'),(1641,'46.161.11.252','2022-05-13 14:14:39'),(1642,'172.70.90.156','2022-05-13 14:26:35'),(1643,'46.161.11.252','2022-05-13 19:12:11'),(1644,'162.158.222.130','2022-05-13 19:34:13'),(1645,'46.161.11.252','2022-05-14 00:11:13'),(1646,'141.101.77.133','2022-05-14 00:41:31'),(1647,'46.161.11.252','2022-05-14 05:07:41'),(1648,'172.70.162.104','2022-05-14 05:53:03'),(1649,'46.161.11.252','2022-05-14 10:01:22'),(1650,'141.101.107.158','2022-05-14 10:59:10'),(1651,'46.161.11.252','2022-05-14 15:18:32'),(1652,'141.101.77.133','2022-05-14 16:05:31'),(1653,'46.161.11.252','2022-05-14 20:14:40'),(1654,'162.158.222.146','2022-05-14 21:13:10'),(1655,'84.17.52.42','2022-05-14 21:36:01'),(1656,'172.70.86.75','2022-05-14 23:51:16'),(1657,'46.161.11.252','2022-05-15 01:09:14'),(1658,'172.70.162.104','2022-05-15 02:54:50'),(1659,'46.161.11.252','2022-05-15 06:03:54'),(1660,'172.70.91.133','2022-05-15 08:04:13'),(1661,'46.161.11.252','2022-05-15 11:01:06'),(1662,'172.70.86.41','2022-05-15 13:30:06'),(1663,'196.240.143.209','2022-05-15 14:12:05'),(1664,'196.240.143.209','2022-05-15 14:12:06'),(1665,'172.70.162.2','2022-05-15 19:05:09'),(1666,'46.161.11.252','2022-05-15 21:18:05'),(1667,'199.229.250.233','2022-05-15 23:32:51'),(1668,'199.229.250.233','2022-05-15 23:32:51'),(1669,'172.70.162.210','2022-05-16 00:41:30'),(1670,'46.161.11.252','2022-05-16 02:42:37'),(1671,'172.70.162.198','2022-05-16 06:22:58'),(1672,'46.161.11.252','2022-05-16 08:13:17'),(1673,'162.158.222.130','2022-05-16 12:09:50'),(1674,'185.107.57.2','2022-05-16 12:18:10'),(1675,'46.161.11.252','2022-05-16 13:25:55'),(1676,'162.158.222.146','2022-05-16 17:19:44'),(1677,'46.161.11.252','2022-05-16 19:07:44'),(1678,'141.101.98.244','2022-05-16 22:25:03'),(1679,'46.161.11.252','2022-05-17 00:08:11'),(1680,'172.70.90.156','2022-05-17 03:53:59'),(1681,'103.225.200.152','2022-05-17 04:55:13'),(1682,'103.225.200.152','2022-05-17 04:55:14'),(1683,'46.161.11.252','2022-05-17 05:05:13'),(1684,'141.101.76.116','2022-05-17 09:14:01'),(1685,'46.161.11.252','2022-05-17 10:16:53'),(1686,'162.158.222.130','2022-05-17 14:48:34'),(1687,'46.161.11.252','2022-05-17 15:36:38'),(1688,'172.70.90.156','2022-05-17 20:18:07'),(1689,'46.161.11.252','2022-05-17 20:46:22'),(1690,'190.2.132.136','2022-05-17 23:06:42'),(1691,'162.158.222.122','2022-05-18 01:38:50'),(1692,'46.161.11.252','2022-05-18 01:57:11'),(1693,'162.158.222.120','2022-05-18 07:21:35'),(1694,'46.161.11.252','2022-05-18 07:33:50'),(1695,'45.120.51.103','2022-05-18 08:46:07'),(1696,'45.120.51.103','2022-05-18 08:46:10'),(1697,'46.161.11.252','2022-05-18 12:30:30'),(1698,'162.158.183.159','2022-05-18 12:49:02'),(1699,'46.161.11.252','2022-05-18 17:32:39'),(1700,'162.158.222.122','2022-05-18 17:56:54'),(1701,'46.161.11.252','2022-05-18 22:30:01'),(1702,'162.158.222.120','2022-05-18 23:01:39'),(1703,'46.161.11.252','2022-05-19 03:34:05'),(1704,'190.2.132.136','2022-05-19 04:22:41'),(1705,'162.158.222.120','2022-05-19 07:55:20'),(1706,'46.161.11.252','2022-05-19 08:30:50'),(1707,'162.158.222.120','2022-05-19 13:01:19'),(1708,'46.161.11.252','2022-05-19 13:26:45'),(1709,'162.158.222.130','2022-05-19 18:06:43'),(1710,'46.161.11.252','2022-05-19 18:28:40'),(1711,'162.158.222.146','2022-05-19 23:17:16'),(1712,'46.161.11.252','2022-05-19 23:26:10'),(1713,'46.161.11.252','2022-05-20 04:22:35'),(1714,'162.158.222.122','2022-05-20 04:47:03'),(1715,'46.161.11.252','2022-05-20 09:17:41'),(1716,'162.158.222.120','2022-05-20 10:14:04'),(1717,'46.161.11.252','2022-05-20 14:09:44'),(1718,'162.158.222.120','2022-05-20 15:19:43'),(1719,'199.187.211.245','2022-05-20 17:18:51'),(1720,'199.187.211.245','2022-05-20 17:18:51'),(1721,'46.161.11.252','2022-05-20 19:28:13'),(1722,'172.68.182.254','2022-05-20 20:22:33'),(1723,'84.17.60.181','2022-05-20 21:34:40'),(1724,'46.161.11.252','2022-05-21 00:23:10'),(1725,'162.158.222.146','2022-05-21 01:48:21'),(1726,'46.161.11.252','2022-05-21 05:18:51'),(1727,'162.158.222.146','2022-05-21 06:59:56'),(1728,'46.161.11.252','2022-05-21 10:16:03'),(1729,'162.158.222.120','2022-05-21 12:11:23'),(1730,'46.161.11.252','2022-05-21 15:18:43'),(1731,'162.158.222.146','2022-05-21 17:21:07'),(1732,'46.161.11.252','2022-05-21 20:19:51'),(1733,'162.158.222.130','2022-05-21 22:25:16'),(1734,'46.161.11.252','2022-05-22 01:15:50'),(1735,'162.158.222.120','2022-05-22 03:56:37'),(1736,'46.161.11.252','2022-05-22 06:14:24'),(1737,'162.212.170.154','2022-05-22 06:59:00'),(1738,'162.212.170.154','2022-05-22 06:59:07'),(1739,'162.158.222.146','2022-05-22 09:21:12'),(1740,'46.161.11.252','2022-05-22 11:22:17'),(1741,'162.158.222.146','2022-05-22 14:28:24'),(1742,'185.107.57.5','2022-05-22 14:34:08'),(1743,'46.161.11.252','2022-05-22 16:21:25'),(1744,'162.158.222.130','2022-05-22 19:34:19'),(1745,'46.161.11.252','2022-05-22 21:16:13'),(1746,'162.158.222.122','2022-05-23 00:57:38'),(1747,'46.161.11.252','2022-05-23 02:12:15'),(1748,'162.158.222.120','2022-05-23 06:02:46'),(1749,'46.161.11.252','2022-05-23 07:10:09'),(1750,'194.36.98.211','2022-05-23 10:15:12'),(1751,'194.36.98.211','2022-05-23 10:15:13'),(1752,'162.158.222.146','2022-05-23 11:15:27'),(1753,'46.161.11.252','2022-05-23 12:21:14'),(1754,'162.158.183.173','2022-05-23 16:40:20'),(1755,'46.161.11.252','2022-05-23 17:29:37'),(1756,'46.161.11.81','2022-05-23 17:43:18'),(1757,'46.161.11.83','2022-05-23 18:01:54'),(1758,'46.161.11.81','2022-05-23 19:44:35'),(1759,'162.158.222.122','2022-05-23 21:52:44'),(1760,'162.158.222.122','2022-05-23 22:02:23'),(1761,'162.158.222.122','2022-05-23 22:08:12'),(1762,'46.161.11.252','2022-05-23 22:40:20'),(1763,'198.23.240.243','2022-05-23 23:24:02'),(1764,'198.23.240.243','2022-05-23 23:24:03'),(1765,'162.158.222.130','2022-05-24 03:00:07'),(1766,'46.161.11.252','2022-05-24 03:39:15'),(1767,'185.107.57.5','2022-05-24 06:05:46'),(1768,'162.158.22.152','2022-05-24 08:09:04'),(1769,'46.161.11.81','2022-05-24 08:10:12'),(1770,'46.161.11.83','2022-05-24 08:23:53'),(1771,'46.161.11.252','2022-05-24 08:37:34'),(1772,'162.158.222.130','2022-05-24 12:37:22'),(1773,'162.158.222.130','2022-05-24 12:42:55'),(1774,'46.161.11.83','2022-05-24 13:09:13'),(1775,'198.41.242.162','2022-05-24 13:15:58'),(1776,'46.161.11.81','2022-05-24 13:24:20'),(1777,'46.161.11.252','2022-05-24 13:43:20'),(1778,'46.161.11.81','2022-05-24 13:45:21'),(1779,'141.101.76.116','2022-05-24 17:42:49'),(1780,'46.161.11.83','2022-05-24 17:56:36'),(1781,'198.41.242.204','2022-05-24 18:16:06'),(1782,'198.41.242.204','2022-05-24 18:23:13'),(1783,'46.161.11.252','2022-05-24 18:48:31'),(1784,'46.161.11.81','2022-05-24 18:55:22'),(1785,'162.158.222.146','2022-05-24 22:49:02'),(1786,'46.161.11.83','2022-05-24 23:10:10'),(1787,'162.158.222.120','2022-05-24 23:34:35'),(1788,'46.161.11.252','2022-05-24 23:44:34'),(1789,'162.158.222.146','2022-05-24 23:52:11'),(1790,'46.161.11.81','2022-05-25 00:11:13'),(1791,'162.158.134.134','2022-05-25 03:58:25'),(1792,'46.161.11.83','2022-05-25 04:00:20'),(1793,'162.158.134.16','2022-05-25 04:41:57'),(1794,'46.161.11.252','2022-05-25 04:42:30'),(1795,'46.161.11.81','2022-05-25 05:25:29'),(1796,'162.158.134.16','2022-05-25 05:30:09'),(1797,'185.107.57.5','2022-05-25 06:12:55'),(1798,'46.161.11.83','2022-05-25 09:12:19'),(1799,'46.161.11.252','2022-05-25 09:37:15'),(1800,'162.158.222.122','2022-05-25 09:51:44'),(1801,'46.161.11.81','2022-05-25 10:44:48'),(1802,'162.158.222.120','2022-05-25 11:05:45'),(1803,'162.158.222.120','2022-05-25 11:51:12'),(1804,'46.161.11.83','2022-05-25 14:12:09'),(1805,'46.161.11.252','2022-05-25 14:34:50'),(1806,'162.158.222.122','2022-05-25 15:03:23'),(1807,'46.161.11.83','2022-05-25 15:26:22'),(1808,'46.161.11.81','2022-05-25 15:56:39'),(1809,'162.158.222.146','2022-05-25 16:38:04'),(1810,'162.158.134.112','2022-05-25 16:58:25'),(1811,'46.161.11.83','2022-05-25 17:26:05'),(1812,'46.161.11.252','2022-05-25 19:40:30'),(1813,'162.158.222.130','2022-05-25 20:17:25'),(1814,'46.161.11.81','2022-05-25 21:13:56'),(1815,'162.158.222.130','2022-05-25 21:56:06'),(1816,'46.161.11.83','2022-05-25 22:07:50'),(1817,'162.158.222.146','2022-05-25 22:14:04'),(1818,'188.126.94.236','2022-05-26 00:31:21'),(1819,'46.161.11.252','2022-05-26 00:48:26'),(1820,'162.158.222.122','2022-05-26 01:33:48'),(1821,'46.161.11.81','2022-05-26 02:52:41'),(1822,'46.161.11.83','2022-05-26 02:55:12'),(1823,'162.158.222.146','2022-05-26 03:14:52'),(1824,'162.158.222.146','2022-05-26 04:07:53'),(1825,'46.161.11.83','2022-05-26 05:26:54'),(1826,'46.161.11.252','2022-05-26 05:51:08'),(1827,'162.158.222.130','2022-05-26 06:49:21'),(1828,'46.161.11.81','2022-05-26 08:10:55'),(1829,'162.158.183.197','2022-05-26 09:45:42'),(1830,'46.161.11.83','2022-05-26 10:08:26'),(1831,'162.158.183.173','2022-05-26 10:20:57'),(1832,'46.161.11.252','2022-05-26 10:49:27'),(1833,'172.68.182.238','2022-05-26 12:01:42'),(1834,'46.161.11.81','2022-05-26 13:28:35'),(1835,'46.161.11.83','2022-05-26 14:53:41'),(1836,'46.161.11.252','2022-05-26 16:17:33'),(1837,'162.158.183.197','2022-05-26 17:39:58'),(1838,'172.68.183.67','2022-05-26 18:04:23'),(1839,'46.161.11.81','2022-05-26 18:47:27'),(1840,'46.161.11.83','2022-05-26 19:50:52'),(1841,'46.161.11.81','2022-05-26 20:29:12'),(1842,'184.75.211.134','2022-05-26 20:38:16'),(1843,'184.75.211.134','2022-05-26 20:38:17'),(1844,'172.68.183.79','2022-05-26 21:03:38'),(1845,'46.161.11.252','2022-05-26 21:25:57'),(1846,'162.158.222.130','2022-05-26 22:52:33'),(1847,'162.158.222.120','2022-05-26 23:05:01'),(1848,'46.161.11.83','2022-05-27 00:35:24'),(1849,'46.161.11.81','2022-05-27 01:42:30'),(1850,'85.159.237.76','2022-05-27 01:50:07'),(1851,'46.161.11.252','2022-05-27 02:21:14'),(1852,'162.158.222.130','2022-05-27 02:41:37'),(1853,'162.158.222.146','2022-05-27 04:00:54'),(1854,'162.158.222.130','2022-05-27 04:03:08'),(1855,'46.161.11.83','2022-05-27 05:20:15'),(1856,'46.161.11.81','2022-05-27 07:00:44'),(1857,'46.161.11.252','2022-05-27 07:20:21'),(1858,'162.158.222.122','2022-05-27 08:15:44'),(1859,'162.158.183.197','2022-05-27 08:59:56'),(1860,'162.158.183.173','2022-05-27 09:41:35'),(1861,'46.161.11.83','2022-05-27 10:05:06'),(1862,'46.161.11.81','2022-05-27 12:27:08'),(1863,'46.161.11.252','2022-05-27 12:48:44'),(1864,'172.68.182.238','2022-05-27 13:57:45'),(1865,'162.158.183.159','2022-05-27 14:02:23'),(1866,'46.161.11.83','2022-05-27 15:27:44'),(1867,'162.158.183.159','2022-05-27 17:50:17'),(1868,'46.161.11.81','2022-05-27 18:04:30'),(1869,'172.70.91.87','2022-05-27 18:26:21'),(1870,'46.161.11.252','2022-05-27 18:27:54'),(1871,'162.158.183.173','2022-05-27 19:15:27'),(1872,'172.68.182.238','2022-05-27 19:36:36'),(1873,'46.161.11.83','2022-05-27 20:01:29'),(1874,'162.158.222.130','2022-05-27 22:58:40'),(1875,'46.161.11.81','2022-05-27 23:23:49'),(1876,'46.161.11.252','2022-05-27 23:27:20'),(1877,'162.158.222.120','2022-05-28 00:03:33'),(1878,'46.161.11.83','2022-05-28 00:32:06'),(1879,'162.158.222.122','2022-05-28 01:21:39'),(1880,'162.158.222.130','2022-05-28 04:05:50'),(1881,'46.161.11.252','2022-05-28 04:25:42'),(1882,'46.161.11.81','2022-05-28 04:40:17'),(1883,'162.158.222.130','2022-05-28 05:07:20'),(1884,'46.161.11.83','2022-05-28 05:15:44'),(1885,'162.158.222.122','2022-05-28 06:56:39'),(1886,'162.158.222.120','2022-05-28 09:17:44'),(1887,'46.161.11.252','2022-05-28 09:29:11'),(1888,'46.161.11.83','2022-05-28 09:52:19'),(1889,'46.161.11.81','2022-05-28 09:58:09'),(1890,'162.158.222.120','2022-05-28 10:35:08'),(1891,'46.161.11.83','2022-05-28 11:34:24'),(1892,'162.158.222.146','2022-05-28 12:29:43'),(1893,'46.161.11.252','2022-05-28 14:35:16'),(1894,'162.158.222.146','2022-05-28 14:58:46'),(1895,'46.161.11.81','2022-05-28 15:17:59'),(1896,'162.158.222.130','2022-05-28 15:27:46'),(1897,'46.161.11.83','2022-05-28 16:08:58'),(1898,'172.68.182.254','2022-05-28 18:11:51'),(1899,'46.161.11.252','2022-05-28 19:42:08'),(1900,'162.158.183.173','2022-05-28 20:25:53'),(1901,'46.161.11.81','2022-05-28 20:39:22'),(1902,'172.68.182.238','2022-05-28 20:45:00'),(1903,'46.161.11.83','2022-05-28 21:07:35'),(1904,'85.159.237.76','2022-05-28 23:08:23'),(1905,'162.158.222.120','2022-05-28 23:56:23'),(1906,'46.161.11.252','2022-05-29 01:08:33'),(1907,'162.158.222.122','2022-05-29 01:35:57'),(1908,'46.161.11.83','2022-05-29 01:47:39'),(1909,'162.158.222.122','2022-05-29 01:57:12'),(1910,'46.161.11.81','2022-05-29 01:57:47'),(1911,'162.158.222.122','2022-05-29 05:25:29'),(1912,'46.161.11.252','2022-05-29 06:13:07'),(1913,'46.161.11.83','2022-05-29 06:27:04'),(1914,'162.158.222.120','2022-05-29 06:48:55'),(1915,'162.158.222.120','2022-05-29 06:55:22'),(1916,'46.161.11.81','2022-05-29 07:11:27'),(1917,'188.126.94.204','2022-05-29 10:20:55'),(1918,'46.161.11.83','2022-05-29 11:00:36'),(1919,'46.161.11.252','2022-05-29 11:16:07'),(1920,'162.158.183.159','2022-05-29 11:40:31'),(1921,'172.68.183.67','2022-05-29 11:53:44'),(1922,'46.161.11.81','2022-05-29 12:27:29'),(1923,'162.158.183.173','2022-05-29 13:38:44'),(1924,'46.161.11.83','2022-05-29 15:47:24'),(1925,'46.161.11.252','2022-05-29 16:21:40'),(1926,'162.158.183.197','2022-05-29 17:02:13'),(1927,'162.158.183.159','2022-05-29 17:15:14'),(1928,'46.161.11.81','2022-05-29 17:53:40'),(1929,'162.158.183.173','2022-05-29 19:08:20'),(1930,'46.161.11.83','2022-05-29 20:44:40'),(1931,'46.161.11.81','2022-05-29 20:53:19'),(1932,'46.161.11.252','2022-05-29 21:25:43'),(1933,'162.158.183.159','2022-05-29 21:54:41'),(1934,'162.158.222.130','2022-05-29 22:46:51'),(1935,'46.161.11.83','2022-05-29 23:56:29'),(1936,'162.158.222.130','2022-05-30 00:39:14'),(1937,'46.161.11.81','2022-05-30 02:12:29'),(1938,'46.161.11.252','2022-05-30 02:23:04'),(1939,'162.158.222.130','2022-05-30 02:53:40'),(1940,'46.161.11.83','2022-05-30 04:22:55'),(1941,'162.158.222.146','2022-05-30 04:32:34'),(1942,'46.161.11.252','2022-05-30 07:21:52'),(1943,'46.161.11.81','2022-05-30 07:29:16'),(1944,'172.68.182.254','2022-05-30 08:00:34'),(1945,'162.158.183.173','2022-05-30 08:08:05'),(1946,'46.161.11.83','2022-05-30 09:22:54'),(1947,'172.68.183.79','2022-05-30 10:07:05'),(1948,'138.199.63.111','2022-05-30 10:36:04'),(1949,'46.161.11.252','2022-05-30 12:25:39'),(1950,'46.161.11.81','2022-05-30 12:46:16'),(1951,'162.158.183.197','2022-05-30 13:15:07'),(1952,'162.158.183.173','2022-05-30 13:35:32'),(1953,'46.161.11.83','2022-05-30 13:59:41'),(1954,'162.158.183.159','2022-05-30 15:49:42'),(1955,'46.161.11.252','2022-05-30 18:00:26'),(1956,'46.161.11.81','2022-05-30 18:02:27'),(1957,'162.158.183.159','2022-05-30 18:16:17'),(1958,'46.161.11.83','2022-05-30 18:50:51'),(1959,'162.158.183.159','2022-05-30 18:55:11'),(1960,'162.158.222.120','2022-05-30 22:02:14'),(1961,'46.161.11.252','2022-05-30 23:10:07'),(1962,'46.161.11.81','2022-05-30 23:19:33'),(1963,'162.158.222.130','2022-05-30 23:32:14'),(1964,'46.161.11.83','2022-05-30 23:40:09'),(1965,'162.158.222.122','2022-05-31 00:05:23'),(1966,'84.17.60.130','2022-05-31 01:44:34'),(1967,'188.126.94.201','2022-05-31 02:30:09'),(1968,'162.158.222.130','2022-05-31 03:37:43'),(1969,'46.161.11.252','2022-05-31 04:07:49'),(1970,'46.161.11.83','2022-05-31 04:21:28'),(1971,'46.161.11.81','2022-05-31 04:33:51'),(1972,'162.158.222.120','2022-05-31 04:46:13'),(1973,'162.158.222.130','2022-05-31 05:18:47'),(1974,'46.161.11.81','2022-05-31 07:15:24'),(1975,'46.161.11.83','2022-05-31 08:59:16'),(1976,'46.161.11.252','2022-05-31 09:16:13'),(1977,'162.158.183.159','2022-05-31 09:16:48'),(1978,'162.158.183.173','2022-05-31 09:53:17'),(1979,'196.244.192.230','2022-05-31 10:20:38'),(1980,'172.68.183.67','2022-05-31 10:44:45'),(1981,'46.161.11.81','2022-05-31 12:40:32'),(1982,'46.161.11.83','2022-05-31 13:32:21'),(1983,'46.161.11.252','2022-05-31 14:56:26'),(1984,'172.68.183.67','2022-05-31 14:57:18'),(1985,'172.68.182.238','2022-05-31 15:00:39'),(1986,'198.41.242.224','2022-05-31 16:27:38'),(1987,'46.161.11.81','2022-05-31 18:03:12'),(1988,'46.161.11.83','2022-05-31 18:08:42'),(1989,'141.101.76.172','2022-05-31 20:06:16'),(1990,'46.161.11.252','2022-05-31 20:15:13'),(1991,'172.68.183.67','2022-05-31 20:35:13'),(1992,'162.158.222.146','2022-05-31 21:40:44'),(1993,'46.161.11.83','2022-05-31 22:56:09'),(1994,'46.161.11.81','2022-05-31 23:16:50'),(1995,'162.158.222.120','2022-06-01 01:10:12'),(1996,'46.161.11.252','2022-06-01 01:20:16'),(1997,'162.158.222.146','2022-06-01 02:11:44'),(1998,'162.158.222.122','2022-06-01 02:53:07'),(1999,'46.161.11.83','2022-06-01 03:34:01'),(2000,'46.161.11.81','2022-06-01 04:29:05'),(2001,'66.115.149.36','2022-06-01 05:14:18'),(2002,'66.115.149.36','2022-06-01 05:14:18'),(2003,'162.158.222.130','2022-06-01 06:12:45'),(2004,'46.161.11.252','2022-06-01 06:40:24'),(2005,'162.158.222.130','2022-06-01 07:53:23'),(2006,'46.161.11.83','2022-06-01 08:16:25'),(2007,'162.158.222.130','2022-06-01 08:45:29'),(2008,'84.17.49.102','2022-06-01 09:15:49'),(2009,'46.161.11.81','2022-06-01 09:50:08'),(2010,'162.158.183.173','2022-06-01 11:38:48'),(2011,'46.161.11.252','2022-06-01 12:10:49'),(2012,'46.161.11.83','2022-06-01 13:02:28'),(2013,'46.161.11.83','2022-06-01 13:39:45'),(2014,'162.158.183.173','2022-06-01 13:55:39'),(2015,'172.68.183.79','2022-06-01 14:08:20'),(2016,'46.161.11.81','2022-06-01 15:09:03'),(2017,'46.161.11.252','2022-06-01 17:22:51'),(2018,'172.68.183.67','2022-06-01 17:33:55'),(2019,'46.161.11.83','2022-06-01 18:05:10'),(2020,'162.158.183.197','2022-06-01 19:20:24'),(2021,'162.158.183.173','2022-06-01 19:34:00'),(2022,'46.161.11.81','2022-06-01 20:31:46'),(2023,'46.161.11.252','2022-06-01 21:42:21'),(2024,'46.161.11.83','2022-06-01 22:32:44'),(2025,'162.158.222.120','2022-06-01 22:36:13'),(2026,'141.101.104.114','2022-06-02 08:14:21'),(2027,'141.101.104.114','2022-06-02 18:00:16'),(2028,'141.101.77.23','2022-06-03 04:47:14'),(2029,'46.161.11.82','2022-06-04 01:26:41'),(2030,'141.101.76.76','2022-06-05 00:12:46'),(2031,'46.161.11.82','2022-06-05 06:59:24'),(2032,'46.161.11.81','2022-06-05 22:39:57'),(2033,'212.102.40.24','2022-06-06 00:05:54'),(2034,'212.102.40.24','2022-06-06 00:05:54'),(2035,'162.158.222.122','2022-06-06 00:24:31'),(2036,'46.161.11.81','2022-06-06 01:43:39'),(2037,'162.158.222.130','2022-06-06 03:11:43'),(2038,'46.161.11.81','2022-06-06 04:48:33'),(2039,'162.158.222.130','2022-06-06 05:55:52'),(2040,'46.161.11.81','2022-06-06 07:56:40'),(2041,'162.158.222.122','2022-06-06 08:44:04'),(2042,'196.240.237.21','2022-06-06 08:58:04'),(2043,'196.240.237.21','2022-06-06 08:58:05'),(2044,'46.161.11.81','2022-06-06 11:25:21'),(2045,'162.158.183.197','2022-06-06 11:26:51'),(2046,'162.158.183.159','2022-06-06 14:14:26'),(2047,'46.161.11.81','2022-06-06 14:29:19'),(2048,'172.68.183.79','2022-06-06 16:59:34'),(2049,'46.161.11.81','2022-06-06 17:29:15'),(2050,'162.158.183.159','2022-06-06 19:48:26'),(2051,'46.161.11.81','2022-06-06 20:37:03'),(2052,'162.158.222.170','2022-06-06 22:39:15'),(2053,'46.161.11.81','2022-06-06 23:38:35'),(2054,'162.158.222.220','2022-06-07 01:27:56'),(2055,'46.161.11.81','2022-06-07 02:40:10'),(2056,'162.158.222.220','2022-06-07 04:11:08'),(2057,'46.161.11.81','2022-06-07 05:41:57'),(2058,'162.158.222.156','2022-06-07 06:58:27'),(2059,'107.181.180.174','2022-06-07 07:28:55'),(2060,'46.161.11.81','2022-06-07 08:53:53'),(2061,'162.158.222.222','2022-06-07 09:40:33'),(2062,'46.161.11.81','2022-06-07 11:53:33'),(2063,'162.158.222.156','2022-06-07 12:24:03'),(2064,'46.161.11.81','2022-06-07 15:06:04'),(2065,'162.158.222.220','2022-06-07 15:14:15'),(2066,'162.158.222.156','2022-06-07 18:03:12'),(2067,'46.161.11.81','2022-06-07 18:09:12'),(2068,'162.158.222.220','2022-06-07 20:54:21'),(2069,'46.161.11.81','2022-06-07 21:13:29'),(2070,'46.161.11.81','2022-06-08 00:15:44'),(2071,'89.187.168.183','2022-06-08 00:45:53'),(2072,'162.158.134.112','2022-06-08 02:12:33'),(2073,'46.161.11.81','2022-06-08 03:15:55'),(2074,'162.158.222.220','2022-06-08 05:02:25'),(2075,'46.161.11.81','2022-06-08 06:18:28'),(2076,'162.158.222.156','2022-06-08 07:48:03'),(2077,'46.161.11.81','2022-06-08 09:24:45'),(2078,'172.70.242.122','2022-06-08 10:13:56'),(2079,'138.199.36.247','2022-06-08 10:35:51'),(2080,'162.158.222.156','2022-06-08 10:40:05'),(2081,'46.161.11.81','2022-06-08 12:28:51'),(2082,'162.158.222.220','2022-06-08 13:20:24'),(2083,'195.78.54.16','2022-06-08 15:05:02'),(2084,'46.161.11.81','2022-06-08 15:32:08'),(2085,'162.158.222.156','2022-06-08 16:04:26'),(2086,'46.161.11.81','2022-06-08 18:35:05'),(2087,'162.158.222.156','2022-06-08 18:56:23'),(2088,'46.161.11.81','2022-06-08 21:33:50'),(2089,'162.158.222.156','2022-06-08 21:44:44'),(2090,'46.161.11.81','2022-06-09 00:40:36'),(2091,'162.158.222.156','2022-06-09 00:54:01'),(2092,'162.158.134.112','2022-06-09 03:41:22'),(2093,'46.161.11.81','2022-06-09 03:42:52'),(2094,'162.158.222.156','2022-06-09 06:26:54'),(2095,'46.161.11.81','2022-06-09 06:44:24'),(2096,'162.158.222.222','2022-06-09 09:18:12'),(2097,'46.161.11.81','2022-06-09 09:42:14'),(2098,'162.158.222.220','2022-06-09 12:02:05'),(2099,'172.70.54.160','2022-06-09 12:42:21'),(2100,'172.70.54.160','2022-06-09 12:42:22'),(2101,'46.161.11.81','2022-06-09 12:44:11'),(2102,'162.158.222.156','2022-06-09 14:51:41'),(2103,'46.161.11.81','2022-06-09 15:39:12'),(2104,'162.158.222.156','2022-06-09 17:40:11'),(2105,'162.158.222.222','2022-06-09 20:27:51'),(2106,'46.161.11.82','2022-06-10 00:24:39'),(2107,'138.199.7.141','2022-06-10 00:52:08'),(2108,'46.161.11.82','2022-06-10 02:46:43'),(2109,'46.161.11.81','2022-06-10 14:11:14'),(2110,'162.158.222.220','2022-06-10 15:38:33'),(2111,'46.161.11.81','2022-06-10 17:28:42'),(2112,'162.158.222.220','2022-06-10 18:27:15'),(2113,'46.161.11.81','2022-06-10 20:25:50'),(2114,'162.158.222.222','2022-06-10 20:33:02'),(2115,'162.158.222.220','2022-06-10 23:25:53'),(2116,'46.161.11.81','2022-06-10 23:36:06'),(2117,'162.158.222.220','2022-06-11 02:29:32'),(2118,'46.161.11.81','2022-06-11 02:30:20'),(2119,'162.158.222.156','2022-06-11 05:16:17'),(2120,'46.161.11.81','2022-06-11 05:28:31'),(2121,'162.158.222.220','2022-06-11 08:05:23'),(2122,'46.161.11.81','2022-06-11 08:17:13'),(2123,'162.158.222.156','2022-06-11 10:51:16'),(2124,'46.161.11.81','2022-06-11 11:15:52'),(2125,'162.158.222.220','2022-06-11 13:46:53'),(2126,'46.161.11.81','2022-06-11 14:12:27'),(2127,'162.158.222.220','2022-06-11 16:31:24'),(2128,'46.161.11.81','2022-06-11 17:09:02'),(2129,'162.158.222.220','2022-06-11 19:23:40'),(2130,'46.161.11.81','2022-06-11 20:08:08'),(2131,'162.158.222.156','2022-06-11 22:16:54'),(2132,'46.161.11.81','2022-06-11 23:07:53'),(2133,'162.158.222.222','2022-06-12 01:07:31'),(2134,'162.253.129.74','2022-06-12 01:23:10'),(2135,'162.253.129.74','2022-06-12 01:23:11'),(2136,'46.161.11.81','2022-06-12 01:58:40'),(2137,'162.158.222.156','2022-06-12 03:56:15'),(2138,'46.161.11.81','2022-06-12 04:56:41'),(2139,'185.122.170.122','2022-06-12 05:04:18'),(2140,'185.122.170.122','2022-06-12 05:04:19'),(2141,'162.158.222.222','2022-06-12 06:46:16'),(2142,'46.161.11.81','2022-06-12 07:52:40'),(2143,'162.158.222.220','2022-06-12 09:31:24'),(2144,'46.161.11.81','2022-06-12 10:51:19'),(2145,'162.158.222.220','2022-06-12 12:19:08'),(2146,'46.161.11.81','2022-06-12 13:49:17'),(2147,'162.158.222.156','2022-06-12 15:06:08'),(2148,'46.161.11.81','2022-06-12 16:45:12'),(2149,'162.158.222.222','2022-06-12 17:56:48'),(2150,'46.161.11.81','2022-06-12 19:41:07'),(2151,'162.158.222.220','2022-06-12 20:49:17'),(2152,'46.161.11.81','2022-06-12 22:40:52'),(2153,'186.179.22.205','2022-06-12 23:21:48'),(2154,'186.179.22.205','2022-06-12 23:21:48'),(2155,'162.158.222.220','2022-06-12 23:37:52'),(2156,'46.161.11.81','2022-06-13 01:37:16'),(2157,'162.158.222.220','2022-06-13 02:27:31'),(2158,'46.161.11.81','2022-06-13 04:31:49'),(2159,'162.158.222.156','2022-06-13 05:14:16'),(2160,'46.161.11.81','2022-06-13 07:23:57'),(2161,'162.158.222.220','2022-06-13 08:22:05'),(2162,'46.161.11.81','2022-06-13 10:20:52'),(2163,'162.158.222.222','2022-06-13 11:14:55'),(2164,'198.41.231.189','2022-06-13 12:50:22'),(2165,'198.41.231.189','2022-06-13 12:50:22'),(2166,'46.161.11.81','2022-06-13 13:18:01'),(2167,'162.158.222.220','2022-06-13 14:02:03'),(2168,'46.161.11.81','2022-06-13 16:15:45'),(2169,'162.158.222.220','2022-06-13 16:51:58'),(2170,'46.161.11.81','2022-06-13 19:10:16'),(2171,'162.158.222.220','2022-06-13 19:35:39'),(2172,'162.158.222.220','2022-06-13 22:25:29'),(2173,'46.161.11.81','2022-06-13 22:41:59'),(2174,'162.158.222.222','2022-06-14 01:14:11'),(2175,'46.161.11.81','2022-06-14 01:33:00'),(2176,'162.158.222.222','2022-06-14 04:01:12'),(2177,'46.161.11.81','2022-06-14 04:27:17'),(2178,'162.158.222.156','2022-06-14 06:45:01'),(2179,'46.161.11.81','2022-06-14 07:21:50'),(2180,'162.158.222.220','2022-06-14 09:34:35'),(2181,'162.158.222.156','2022-06-14 10:13:09'),(2182,'46.161.11.81','2022-06-14 10:18:17'),(2183,'162.158.222.220','2022-06-14 13:00:10'),(2184,'46.161.11.81','2022-06-14 13:18:21'),(2185,'162.158.222.220','2022-06-14 15:42:35'),(2186,'191.101.31.233','2022-06-14 15:52:33'),(2187,'46.161.11.81','2022-06-14 16:08:42'),(2188,'162.158.222.222','2022-06-14 18:29:58'),(2189,'46.161.11.81','2022-06-14 19:00:02'),(2190,'162.158.222.156','2022-06-14 21:10:34'),(2191,'46.161.11.81','2022-06-14 21:49:27'),(2192,'85.159.237.73','2022-06-14 23:01:58'),(2193,'162.158.222.222','2022-06-14 23:51:17'),(2194,'46.161.11.81','2022-06-15 00:41:30'),(2195,'162.158.134.134','2022-06-15 01:14:27'),(2196,'162.158.222.156','2022-06-15 02:43:04'),(2197,'46.161.11.81','2022-06-15 03:30:14'),(2198,'162.158.222.220','2022-06-15 05:28:31'),(2199,'46.161.11.81','2022-06-15 06:26:20'),(2200,'162.158.222.220','2022-06-15 08:09:38'),(2201,'46.161.11.81','2022-06-15 09:14:49'),(2202,'162.158.222.222','2022-06-15 10:55:20'),(2203,'46.161.11.81','2022-06-15 12:14:44'),(2204,'162.158.222.156','2022-06-15 14:01:45'),(2205,'46.161.11.81','2022-06-15 15:11:58'),(2206,'162.158.222.156','2022-06-15 16:44:57'),(2207,'46.161.11.81','2022-06-15 18:04:18'),(2208,'162.158.222.222','2022-06-15 19:31:01'),(2209,'46.161.11.81','2022-06-15 21:51:21'),(2210,'162.158.222.220','2022-06-15 22:37:54'),(2211,'46.161.11.81','2022-06-16 00:45:44'),(2212,'162.158.222.156','2022-06-16 01:21:33'),(2213,'46.161.11.81','2022-06-16 03:43:54'),(2214,'162.158.222.222','2022-06-16 04:13:28'),(2215,'46.161.11.81','2022-06-16 06:36:00'),(2216,'162.158.222.156','2022-06-16 06:57:17'),(2217,'46.161.11.81','2022-06-16 09:28:09'),(2218,'162.158.222.222','2022-06-16 12:22:01'),(2219,'46.161.11.81','2022-06-16 12:24:32'),(2220,'162.158.222.156','2022-06-16 15:07:49'),(2221,'46.161.11.81','2022-06-16 15:27:27'),(2222,'162.158.222.220','2022-06-16 17:50:39'),(2223,'46.161.11.81','2022-06-16 18:22:12'),(2224,'162.158.222.220','2022-06-16 20:36:57'),(2225,'46.161.11.81','2022-06-16 21:20:01'),(2226,'162.158.222.220','2022-06-16 23:25:40'),(2227,'46.161.11.81','2022-06-17 00:17:20'),(2228,'162.158.222.156','2022-06-17 02:04:48'),(2229,'46.161.11.81','2022-06-17 03:14:44'),(2230,'162.158.222.220','2022-06-17 04:50:12'),(2231,'46.161.11.81','2022-06-17 06:12:53'),(2232,'162.158.222.220','2022-06-17 07:31:16'),(2233,'46.161.11.81','2022-06-17 09:07:05'),(2234,'162.158.222.156','2022-06-17 10:17:53'),(2235,'46.161.11.81','2022-06-17 12:05:09'),(2236,'162.158.222.222','2022-06-17 13:02:44'),(2237,'46.161.11.81','2022-06-17 14:58:29'),(2238,'162.158.222.222','2022-06-17 15:41:18'),(2239,'202.94.175.5','2022-06-17 16:26:09'),(2240,'202.94.175.5','2022-06-17 16:26:10'),(2241,'46.161.11.81','2022-06-17 17:55:23'),(2242,'162.158.222.222','2022-06-17 18:22:08'),(2243,'46.161.11.81','2022-06-17 20:49:51'),(2244,'162.158.222.220','2022-06-17 21:02:02'),(2245,'162.158.222.222','2022-06-17 23:37:59'),(2246,'46.161.11.81','2022-06-17 23:41:30'),(2247,'162.158.222.220','2022-06-18 02:21:19'),(2248,'162.158.222.156','2022-06-18 05:00:03'),(2249,'46.161.11.81','2022-06-18 05:30:07'),(2250,'162.158.222.156','2022-06-18 07:35:50'),(2251,'46.161.11.81','2022-06-18 08:21:09'),(2252,'162.158.222.156','2022-06-18 10:09:31'),(2253,'46.161.11.81','2022-06-18 11:15:22'),(2254,'162.158.222.156','2022-06-18 12:46:46'),(2255,'46.161.11.81','2022-06-18 14:08:59'),(2256,'162.158.222.156','2022-06-18 15:26:26'),(2257,'46.161.11.81','2022-06-18 17:02:14'),(2258,'162.158.222.220','2022-06-18 18:07:18'),(2259,'46.161.11.81','2022-06-18 19:59:55'),(2260,'162.158.222.220','2022-06-18 20:50:01'),(2261,'46.161.11.81','2022-06-18 22:52:29'),(2262,'162.158.222.220','2022-06-18 23:32:29'),(2263,'46.161.11.81','2022-06-19 01:42:30'),(2264,'162.158.222.220','2022-06-19 02:14:47'),(2265,'46.161.11.81','2022-06-19 04:35:04'),(2266,'162.158.222.156','2022-06-19 04:57:30'),(2267,'46.161.11.81','2022-06-19 07:12:07'),(2268,'162.158.222.220','2022-06-19 07:41:55'),(2269,'46.161.11.81','2022-06-19 10:03:44'),(2270,'162.158.222.220','2022-06-19 10:19:41'),(2271,'46.161.11.81','2022-06-19 12:55:48'),(2272,'162.158.222.222','2022-06-19 13:00:29'),(2273,'162.158.222.156','2022-06-19 15:40:47'),(2274,'46.161.11.81','2022-06-19 15:50:08'),(2275,'162.158.222.220','2022-06-19 18:20:53'),(2276,'46.161.11.81','2022-06-19 18:38:17'),(2277,'162.158.222.220','2022-06-19 21:02:55'),(2278,'46.161.11.81','2022-06-19 21:32:07'),(2279,'162.158.222.222','2022-06-20 00:19:07'),(2280,'46.161.11.232','2022-06-20 01:09:19'),(2281,'162.158.222.220','2022-06-20 03:08:41'),(2282,'46.161.11.232','2022-06-20 04:05:42'),(2283,'162.158.222.222','2022-06-20 05:55:14'),(2284,'46.161.11.232','2022-06-20 07:01:37'),(2285,'162.158.222.156','2022-06-20 08:35:39'),(2286,'46.161.11.232','2022-06-20 09:57:04'),(2287,'162.158.222.222','2022-06-20 11:16:32'),(2288,'46.161.11.232','2022-06-20 12:49:24'),(2289,'162.158.222.220','2022-06-20 13:59:07'),(2290,'46.161.11.232','2022-06-20 15:41:40'),(2291,'162.158.222.220','2022-06-20 16:45:58'),(2292,'46.161.11.232','2022-06-20 18:36:14'),(2293,'162.158.222.222','2022-06-20 19:25:50'),(2294,'46.161.11.232','2022-06-20 21:28:43'),(2295,'162.158.222.156','2022-06-20 22:05:09'),(2296,'46.161.11.232','2022-06-21 00:26:33'),(2297,'162.158.222.220','2022-06-21 00:46:56'),(2298,'46.161.11.232','2022-06-21 03:22:38'),(2299,'162.158.222.220','2022-06-21 03:31:39'),(2300,'162.158.222.156','2022-06-21 06:16:11'),(2301,'46.161.11.232','2022-06-21 06:22:16'),(2302,'162.158.222.220','2022-06-21 08:57:53'),(2303,'46.161.11.232','2022-06-21 09:19:34'),(2304,'84.17.60.79','2022-06-21 11:36:48'),(2305,'162.158.222.156','2022-06-21 11:37:32'),(2306,'46.161.11.232','2022-06-21 12:16:58'),(2307,'162.158.222.220','2022-06-21 14:18:26'),(2308,'46.161.11.232','2022-06-21 15:12:18'),(2309,'191.101.217.69','2022-06-21 15:46:44'),(2310,'162.158.222.220','2022-06-21 16:53:56'),(2311,'79.139.188.59','2022-06-21 17:00:45'),(2312,'46.161.11.232','2022-06-21 18:06:33'),(2313,'162.158.222.222','2022-06-21 19:35:00'),(2314,'46.161.11.232','2022-06-21 21:02:54'),(2315,'162.158.222.222','2022-06-21 22:17:07'),(2316,'46.161.11.232','2022-06-21 23:58:41'),(2317,'162.158.222.222','2022-06-22 01:05:26'),(2318,'46.161.11.232','2022-06-22 02:53:06'),(2319,'162.158.222.222','2022-06-22 03:45:44'),(2320,'46.161.11.232','2022-06-22 05:44:04'),(2321,'162.158.222.156','2022-06-22 06:22:58'),(2322,'46.161.11.232','2022-06-22 08:41:03'),(2323,'162.158.222.220','2022-06-22 09:09:34'),(2324,'46.161.11.232','2022-06-22 11:32:09'),(2325,'162.158.222.156','2022-06-22 11:54:42'),(2326,'46.161.11.232','2022-06-22 14:26:21'),(2327,'162.158.222.222','2022-06-22 14:35:10'),(2328,'162.158.222.220','2022-06-22 17:18:35'),(2329,'46.161.11.232','2022-06-22 17:22:54'),(2330,'162.158.222.220','2022-06-22 19:56:07'),(2331,'46.161.11.232','2022-06-22 20:21:03'),(2332,'162.158.222.220','2022-06-22 23:02:31'),(2333,'46.161.11.232','2022-06-22 23:13:56'),(2334,'162.158.222.156','2022-06-23 01:43:00'),(2335,'46.161.11.232','2022-06-23 02:04:56'),(2336,'162.158.222.156','2022-06-23 04:22:45'),(2337,'46.161.11.232','2022-06-23 04:58:00'),(2338,'46.161.11.232','2022-06-23 08:19:31'),(2339,'162.158.222.222','2022-06-23 09:34:07'),(2340,'46.161.11.232','2022-06-23 11:18:10'),(2341,'162.158.222.156','2022-06-23 12:17:04'),(2342,'162.158.222.156','2022-06-23 14:59:46'),(2343,'46.161.11.232','2022-06-23 17:08:12'),(2344,'172.71.102.40','2022-06-23 17:39:20'),(2345,'46.161.11.232','2022-06-23 18:57:08'),(2346,'162.158.222.222','2022-06-23 20:21:32'),(2347,'46.161.11.232','2022-06-24 11:26:43'),(2348,'162.158.222.220','2022-06-24 12:20:15'),(2349,'46.161.11.232','2022-06-24 14:21:55'),(2350,'162.158.222.220','2022-06-24 14:58:12'),(2351,'46.161.11.232','2022-06-24 17:15:37'),(2352,'162.158.222.222','2022-06-24 17:39:28'),(2353,'46.161.11.232','2022-06-24 20:11:26'),(2354,'162.158.222.156','2022-06-24 20:39:28'),(2355,'46.161.11.232','2022-06-24 23:10:05'),(2356,'162.158.222.220','2022-06-24 23:24:13'),(2357,'162.158.222.220','2022-06-25 02:02:49'),(2358,'46.161.11.232','2022-06-25 02:04:32'),(2359,'172.70.86.75','2022-06-25 04:30:33'),(2360,'162.158.222.222','2022-06-25 04:38:30'),(2361,'46.161.11.232','2022-06-25 05:00:50'),(2362,'162.158.222.222','2022-06-25 07:21:40'),(2363,'46.161.11.232','2022-06-25 08:00:02'),(2364,'162.158.222.156','2022-06-25 10:04:20'),(2365,'46.161.11.232','2022-06-26 19:17:20'),(2366,'46.161.11.232','2022-06-27 02:09:03'),(2367,'46.161.11.232','2022-06-27 07:49:20'),(2368,'46.161.11.232','2022-06-27 11:02:41'),(2369,'46.161.11.232','2022-06-27 14:06:42'),(2370,'46.161.11.232','2022-06-27 17:14:45'),(2371,'46.161.11.232','2022-06-27 20:23:47'),(2372,'46.161.11.232','2022-06-27 23:30:19'),(2373,'46.161.11.232','2022-06-28 02:38:30'),(2374,'46.161.11.232','2022-06-28 06:07:26'),(2375,'46.161.11.232','2022-06-28 12:23:09'),(2376,'46.161.11.232','2022-06-28 15:25:53'),(2377,'46.161.11.232','2022-06-28 18:31:07'),(2378,'191.101.217.61','2022-06-28 19:21:25'),(2379,'185.65.134.164','2022-06-28 21:19:41'),(2380,'46.161.11.232','2022-06-29 00:44:25'),(2381,'46.161.11.232','2022-06-29 03:51:21'),(2382,'212.102.60.131','2022-06-29 06:54:23'),(2383,'212.102.60.131','2022-06-29 06:54:24'),(2384,'46.161.11.232','2022-06-29 06:56:26'),(2385,'37.120.235.156','2022-06-29 09:14:32'),(2386,'46.161.11.232','2022-06-29 10:07:02'),(2387,'138.199.59.156','2022-06-30 01:18:19'),(2388,'162.158.134.112','2022-07-03 03:51:07'),(2389,'46.161.11.232','2022-07-03 17:16:38'),(2390,'162.158.222.156','2022-07-03 18:03:55'),(2391,'46.161.11.232','2022-07-03 19:45:50'),(2392,'162.158.222.220','2022-07-03 20:56:11'),(2393,'46.161.11.232','2022-07-03 22:10:15'),(2394,'162.158.222.220','2022-07-03 23:31:12'),(2395,'46.161.11.232','2022-07-04 00:38:50'),(2396,'162.158.134.26','2022-07-04 02:13:30'),(2397,'46.161.11.232','2022-07-04 03:02:24'),(2398,'162.158.134.134','2022-07-04 05:01:37'),(2399,'46.161.11.232','2022-07-04 05:26:28'),(2400,'162.158.222.220','2022-07-04 07:44:02'),(2401,'46.161.11.232','2022-07-04 07:50:25'),(2402,'46.161.11.232','2022-07-04 10:15:03'),(2403,'162.158.222.156','2022-07-04 10:27:04'),(2404,'46.161.11.232','2022-07-04 12:36:41'),(2405,'162.158.222.156','2022-07-04 13:10:17'),(2406,'46.161.11.232','2022-07-04 14:58:15'),(2407,'162.158.222.222','2022-07-04 15:55:41'),(2408,'46.161.11.232','2022-07-04 17:22:15'),(2409,'162.158.222.120','2022-07-04 18:37:03'),(2410,'46.161.11.232','2022-07-04 19:45:22'),(2411,'162.158.222.130','2022-07-04 21:13:22'),(2412,'46.161.11.232','2022-07-04 22:07:43'),(2413,'162.158.222.130','2022-07-05 00:20:58'),(2414,'46.161.11.232','2022-07-05 00:35:44'),(2415,'46.161.11.232','2022-07-05 02:58:45'),(2416,'162.158.222.122','2022-07-05 03:05:47'),(2417,'46.161.11.232','2022-07-05 05:17:52'),(2418,'162.158.222.130','2022-07-05 05:47:39'),(2419,'46.161.11.232','2022-07-05 07:38:42'),(2420,'162.158.222.146','2022-07-05 08:30:16'),(2421,'46.161.11.232','2022-07-05 10:04:08'),(2422,'162.158.222.122','2022-07-05 11:09:49'),(2423,'46.161.11.232','2022-07-05 12:26:26'),(2424,'162.158.222.122','2022-07-05 13:41:43'),(2425,'46.161.11.232','2022-07-05 14:47:26'),(2426,'162.158.222.120','2022-07-05 16:09:55'),(2427,'84.17.47.111','2022-07-05 16:55:16'),(2428,'46.161.11.232','2022-07-05 17:09:20'),(2429,'162.158.222.122','2022-07-05 18:40:53'),(2430,'46.161.11.232','2022-07-05 19:30:23'),(2431,'162.158.222.120','2022-07-05 21:09:30'),(2432,'46.161.11.232','2022-07-05 21:54:38'),(2433,'46.161.11.232','2022-07-06 00:17:16'),(2434,'46.161.11.232','2022-07-06 02:43:09'),(2435,'162.158.222.120','2022-07-06 03:17:59'),(2436,'46.161.11.232','2022-07-06 05:07:46'),(2437,'162.158.222.146','2022-07-06 06:17:12'),(2438,'46.161.11.232','2022-07-06 07:34:39'),(2439,'162.158.222.120','2022-07-06 08:48:50'),(2440,'46.161.11.232','2022-07-06 09:57:03'),(2441,'162.158.222.130','2022-07-06 11:20:27'),(2442,'46.161.11.232','2022-07-06 12:20:47'),(2443,'162.158.222.146','2022-07-06 13:50:51'),(2444,'46.161.11.232','2022-07-06 14:42:50'),(2445,'162.158.222.146','2022-07-06 16:23:56'),(2446,'46.161.11.232','2022-07-06 17:11:41'),(2447,'162.158.222.146','2022-07-06 18:54:25'),(2448,'46.161.11.232','2022-07-06 19:35:56'),(2449,'162.158.222.122','2022-07-06 21:26:43'),(2450,'46.161.11.232','2022-07-06 21:57:58'),(2451,'162.158.222.146','2022-07-06 23:59:04'),(2452,'46.161.11.232','2022-07-07 00:18:24'),(2453,'138.199.59.138','2022-07-07 02:27:15'),(2454,'162.158.222.120','2022-07-07 02:28:53'),(2455,'46.161.11.232','2022-07-07 02:41:50'),(2456,'162.158.222.122','2022-07-07 05:01:29'),(2457,'46.161.11.232','2022-07-07 05:23:57'),(2458,'162.158.222.120','2022-07-07 16:14:46'),(2459,'46.161.11.232','2022-07-07 16:39:21'),(2460,'194.110.13.158','2022-07-07 18:15:01'),(2461,'162.158.222.122','2022-07-07 18:46:39'),(2462,'46.161.11.232','2022-07-07 19:31:52'),(2463,'162.158.222.122','2022-07-07 21:17:23'),(2464,'46.161.11.232','2022-07-07 22:17:44'),(2465,'162.158.222.122','2022-07-07 23:51:07'),(2466,'46.161.11.232','2022-07-08 01:08:35'),(2467,'162.158.222.122','2022-07-08 02:20:21'),(2468,'46.161.11.232','2022-07-08 04:02:26'),(2469,'162.158.222.146','2022-07-08 04:48:48'),(2470,'46.161.11.232','2022-07-08 06:52:41'),(2471,'162.158.222.122','2022-07-08 07:14:21'),(2472,'46.161.11.232','2022-07-08 09:38:33'),(2473,'162.158.222.122','2022-07-08 09:45:14'),(2474,'162.158.222.120','2022-07-08 12:15:02'),(2475,'46.161.11.232','2022-07-08 12:28:28'),(2476,'162.158.222.146','2022-07-08 14:45:18'),(2477,'46.161.11.232','2022-07-08 15:15:22'),(2478,'162.158.222.146','2022-07-08 17:15:21'),(2479,'46.161.11.232','2022-07-08 17:58:58'),(2480,'162.158.222.146','2022-07-08 19:45:22'),(2481,'46.161.11.232','2022-07-08 20:40:26'),(2482,'162.158.222.130','2022-07-08 22:11:45'),(2483,'46.161.11.232','2022-07-08 23:25:30'),(2484,'162.158.222.120','2022-07-09 00:39:58'),(2485,'46.161.11.232','2022-07-09 02:17:11'),(2486,'162.158.222.130','2022-07-09 03:10:24'),(2487,'46.161.11.232','2022-07-09 05:24:07'),(2488,'162.158.222.130','2022-07-09 05:38:46'),(2489,'162.158.222.130','2022-07-09 08:07:39'),(2490,'46.161.11.232','2022-07-09 08:09:20'),(2491,'162.158.222.130','2022-07-09 10:34:29'),(2492,'46.161.11.232','2022-07-09 10:55:50'),(2493,'162.158.222.130','2022-07-09 13:04:02'),(2494,'162.158.222.130','2022-07-09 15:33:49'),(2495,'46.161.11.232','2022-07-09 16:27:41'),(2496,'162.158.222.130','2022-07-09 18:01:14'),(2497,'46.161.11.232','2022-07-09 19:10:51'),(2498,'162.158.222.122','2022-07-09 20:29:56'),(2499,'46.161.11.232','2022-07-09 21:54:03'),(2500,'162.158.222.130','2022-07-09 23:18:42'),(2501,'46.161.11.232','2022-07-10 00:33:09'),(2502,'162.158.222.122','2022-07-10 01:46:01'),(2503,'212.102.40.2','2022-07-10 01:51:03'),(2504,'212.102.40.2','2022-07-10 01:51:03'),(2505,'46.161.11.232','2022-07-10 03:17:12'),(2506,'162.158.222.130','2022-07-10 04:13:55'),(2507,'46.161.11.232','2022-07-10 06:08:57'),(2508,'162.158.222.122','2022-07-10 06:40:25'),(2509,'46.161.11.232','2022-07-10 08:54:10'),(2510,'162.158.222.122','2022-07-10 09:10:51'),(2511,'162.158.222.146','2022-07-10 11:38:19'),(2512,'46.161.11.232','2022-07-10 11:39:03'),(2513,'162.158.222.120','2022-07-10 14:10:04'),(2514,'46.161.11.232','2022-07-10 14:22:31'),(2515,'162.158.222.120','2022-07-10 16:42:29'),(2516,'46.161.11.232','2022-07-10 17:06:51'),(2517,'162.158.222.120','2022-07-10 19:32:40'),(2518,'46.161.11.232','2022-07-10 19:56:56'),(2519,'162.158.222.120','2022-07-10 22:00:45'),(2520,'46.161.11.232','2022-07-10 22:38:31'),(2521,'162.158.222.122','2022-07-11 00:28:25'),(2522,'46.161.11.232','2022-07-11 01:26:42'),(2523,'162.158.222.130','2022-07-11 02:57:57'),(2524,'46.161.11.232','2022-07-11 04:12:36'),(2525,'162.158.222.130','2022-07-11 05:25:07'),(2526,'46.161.11.232','2022-07-11 06:56:52'),(2527,'162.158.222.130','2022-07-11 07:54:58'),(2528,'46.161.11.232','2022-07-11 09:46:35'),(2529,'162.158.222.130','2022-07-11 10:27:28'),(2530,'46.161.11.232','2022-07-11 12:35:12'),(2531,'162.158.222.130','2022-07-11 12:58:46'),(2532,'46.161.11.232','2022-07-11 15:19:51'),(2533,'162.158.222.146','2022-07-11 15:26:36'),(2534,'162.158.222.122','2022-07-11 17:53:36'),(2535,'46.161.11.232','2022-07-11 18:09:50'),(2536,'65.21.76.42','2022-07-11 18:17:40'),(2537,'162.158.222.120','2022-07-11 20:21:15'),(2538,'46.161.11.232','2022-07-11 21:01:41'),(2539,'162.158.222.122','2022-07-11 22:50:52'),(2540,'46.161.11.232','2022-07-11 23:52:07'),(2541,'162.158.222.146','2022-07-12 01:22:03'),(2542,'46.161.11.232','2022-07-12 02:38:41'),(2543,'162.158.222.146','2022-07-12 03:52:05'),(2544,'162.158.222.122','2022-07-12 06:22:26'),(2545,'46.161.11.232','2022-07-12 08:37:00'),(2546,'162.158.222.130','2022-07-12 08:52:30'),(2547,'46.161.11.232','2022-07-12 11:41:15'),(2548,'162.158.222.146','2022-07-12 11:41:38'),(2549,'162.158.222.130','2022-07-12 14:08:54'),(2550,'46.161.11.232','2022-07-12 14:32:27'),(2551,'162.158.222.120','2022-07-12 16:37:40'),(2552,'46.161.11.232','2022-07-12 17:20:08'),(2553,'162.158.222.122','2022-07-12 19:06:02'),(2554,'46.161.11.232','2022-07-12 20:08:54'),(2555,'162.158.222.122','2022-07-12 21:40:22'),(2556,'46.161.11.232','2022-07-12 22:55:04'),(2557,'162.158.222.130','2022-07-13 00:08:20'),(2558,'162.158.222.146','2022-07-13 03:48:20'),(2559,'46.161.11.232','2022-07-13 04:28:12'),(2560,'162.158.222.120','2022-07-13 06:21:55'),(2561,'46.161.11.232','2022-07-13 07:13:48'),(2562,'162.158.222.122','2022-07-13 08:50:41'),(2563,'46.161.11.232','2022-07-13 09:57:47'),(2564,'162.158.222.120','2022-07-13 11:19:19'),(2565,'46.161.11.232','2022-07-13 12:48:12'),(2566,'162.158.222.130','2022-07-13 13:47:23'),(2567,'46.161.11.232','2022-07-13 15:34:51'),(2568,'162.158.222.130','2022-07-13 16:14:39'),(2569,'46.161.11.232','2022-07-13 18:28:37'),(2570,'162.158.222.120','2022-07-13 18:43:21'),(2571,'46.161.11.232','2022-07-13 21:14:21'),(2572,'162.158.222.130','2022-07-13 21:28:48'),(2573,'162.158.222.120','2022-07-13 23:54:25'),(2574,'46.161.11.232','2022-07-13 23:59:40'),(2575,'162.158.222.200','2022-07-14 02:23:58'),(2576,'46.161.11.232','2022-07-14 02:48:42'),(2577,'162.158.222.208','2022-07-14 04:51:36'),(2578,'46.161.11.232','2022-07-14 05:31:55'),(2579,'162.158.222.122','2022-07-14 07:19:22'),(2580,'46.161.11.232','2022-07-14 08:16:10'),(2581,'162.158.222.122','2022-07-14 09:48:22'),(2582,'162.158.222.120','2022-07-14 12:16:38'),(2583,'46.161.11.232','2022-07-14 13:47:12'),(2584,'162.158.222.146','2022-07-14 14:46:08'),(2585,'46.161.11.232','2022-07-14 16:33:18'),(2586,'162.158.222.146','2022-07-14 17:14:42'),(2587,'46.161.11.232','2022-07-14 19:17:56'),(2588,'162.158.222.120','2022-07-14 19:42:19'),(2589,'46.161.11.232','2022-07-14 22:02:02'),(2590,'162.158.222.120','2022-07-14 22:10:13'),(2591,'162.158.222.130','2022-07-15 00:38:25'),(2592,'46.161.11.232','2022-07-15 00:47:53'),(2593,'162.158.222.146','2022-07-15 03:08:01'),(2594,'46.161.11.232','2022-07-15 03:41:52'),(2595,'162.158.222.146','2022-07-15 05:35:21'),(2596,'46.161.11.232','2022-07-15 06:26:02'),(2597,'162.158.222.120','2022-07-15 08:09:36'),(2598,'46.161.11.232','2022-07-15 09:13:10'),(2599,'162.158.222.130','2022-07-15 10:37:30'),(2600,'46.161.11.232','2022-07-15 11:57:32'),(2601,'162.158.222.120','2022-07-15 13:07:48'),(2602,'46.161.11.232','2022-07-15 14:39:31'),(2603,'162.158.222.130','2022-07-15 15:36:22'),(2604,'45.132.51.62','2022-07-15 17:22:53'),(2605,'162.158.222.130','2022-07-15 18:05:24'),(2606,'46.161.11.232','2022-07-15 20:07:17'),(2607,'162.158.222.122','2022-07-15 20:33:54'),(2608,'46.161.11.232','2022-07-15 22:57:21'),(2609,'162.158.222.130','2022-07-15 23:01:29'),(2610,'46.161.11.232','2022-07-16 01:38:25'),(2611,'162.158.222.120','2022-07-16 01:48:29'),(2612,'162.158.222.120','2022-07-16 04:15:28'),(2613,'46.161.11.232','2022-07-16 04:22:59'),(2614,'162.158.222.130','2022-07-16 06:45:49'),(2615,'46.161.11.232','2022-07-16 07:06:46'),(2616,'162.158.222.120','2022-07-16 09:12:54'),(2617,'162.158.222.146','2022-07-16 11:44:43'),(2618,'46.161.11.232','2022-07-16 12:37:31'),(2619,'162.158.222.122','2022-07-16 14:11:26'),(2620,'46.161.11.232','2022-07-16 15:19:37'),(2621,'162.158.222.130','2022-07-16 16:39:16'),(2622,'46.161.11.232','2022-07-16 18:04:24'),(2623,'162.158.222.146','2022-07-16 19:29:42'),(2624,'46.161.11.232','2022-07-16 20:48:05'),(2625,'162.158.222.130','2022-07-16 22:00:16'),(2626,'46.161.11.232','2022-07-16 23:31:05'),(2627,'162.158.222.120','2022-07-17 00:34:29'),(2628,'46.161.11.232','2022-07-17 02:17:23'),(2629,'162.158.222.120','2022-07-17 03:03:51'),(2630,'46.161.11.232','2022-07-17 05:01:52'),(2631,'162.158.222.122','2022-07-17 05:31:52'),(2632,'162.158.222.122','2022-07-17 08:00:43'),(2633,'46.161.11.232','2022-07-17 10:33:25'),(2634,'162.158.222.130','2022-07-17 10:51:28'),(2635,'46.161.11.232','2022-07-17 13:16:02'),(2636,'162.158.222.146','2022-07-17 13:21:27'),(2637,'162.158.222.146','2022-07-17 15:51:11'),(2638,'46.161.11.232','2022-07-17 16:00:19'),(2639,'162.158.222.146','2022-07-17 18:20:03'),(2640,'46.161.11.232','2022-07-17 18:44:29'),(2641,'162.158.222.122','2022-07-17 20:51:08'),(2642,'46.161.11.232','2022-07-17 21:26:51'),(2643,'162.158.222.122','2022-07-17 23:20:49'),(2644,'162.158.222.146','2022-07-18 01:51:48'),(2645,'46.161.11.232','2022-07-18 02:57:48'),(2646,'95.79.135.99','2022-07-18 03:44:11'),(2647,'162.158.222.146','2022-07-18 04:21:57'),(2648,'46.161.11.232','2022-07-18 06:00:47'),(2649,'162.158.222.122','2022-07-18 06:52:15'),(2650,'46.161.11.232','2022-07-18 08:46:15'),(2651,'162.158.222.130','2022-07-18 09:18:52'),(2652,'46.161.11.232','2022-07-18 11:29:45'),(2653,'162.158.222.120','2022-07-18 11:45:16'),(2654,'46.161.11.232','2022-07-18 14:11:59'),(2655,'162.158.222.122','2022-07-18 14:16:11'),(2656,'162.158.222.122','2022-07-18 16:46:18'),(2657,'46.161.11.232','2022-07-18 17:00:17'),(2658,'162.158.222.122','2022-07-18 19:15:37'),(2659,'46.161.11.232','2022-07-18 19:43:57'),(2660,'162.158.222.122','2022-07-18 21:44:59'),(2661,'46.161.11.232','2022-07-18 22:27:48'),(2662,'162.158.222.122','2022-07-19 00:14:52'),(2663,'46.161.11.232','2022-07-19 01:10:45'),(2664,'162.158.222.120','2022-07-19 02:42:01'),(2665,'46.161.11.232','2022-07-19 03:56:56'),(2666,'162.158.222.122','2022-07-19 05:12:12'),(2667,'46.161.11.232','2022-07-19 06:40:05'),(2668,'162.158.222.122','2022-07-19 07:42:04'),(2669,'46.161.11.232','2022-07-19 09:24:13'),(2670,'162.158.222.146','2022-07-19 10:13:42'),(2671,'46.161.11.232','2022-07-19 12:09:44'),(2672,'162.158.222.120','2022-07-19 12:42:42'),(2673,'46.161.11.232','2022-07-19 14:57:36'),(2674,'162.158.222.146','2022-07-19 15:09:01'),(2675,'162.158.222.122','2022-07-19 17:37:27'),(2676,'46.161.11.232','2022-07-19 17:59:32'),(2677,'162.158.222.120','2022-07-19 20:09:21'),(2678,'46.161.11.232','2022-07-19 20:42:52'),(2679,'162.158.222.130','2022-07-19 22:39:03'),(2680,'46.161.11.232','2022-07-19 23:24:06'),(2681,'162.158.222.122','2022-07-20 01:04:42'),(2682,'46.161.11.232','2022-07-20 02:03:39'),(2683,'162.158.222.146','2022-07-20 03:34:45'),(2684,'46.161.11.232','2022-07-20 04:47:07'),(2685,'162.158.222.130','2022-07-20 06:05:20'),(2686,'46.161.11.232','2022-07-20 07:35:16'),(2687,'162.158.222.146','2022-07-20 08:32:30'),(2688,'46.161.11.232','2022-07-20 10:19:17'),(2689,'162.158.222.130','2022-07-20 10:58:42'),(2690,'46.161.11.232','2022-07-20 13:01:33'),(2691,'162.158.222.120','2022-07-20 13:25:58'),(2692,'46.161.11.232','2022-07-20 15:49:59'),(2693,'162.158.222.122','2022-07-20 15:52:10'),(2694,'172.70.54.144','2022-07-20 16:56:33'),(2695,'162.158.222.146','2022-07-20 18:18:26'),(2696,'46.161.11.232','2022-07-20 18:34:18'),(2697,'162.158.222.120','2022-07-20 20:45:45'),(2698,'46.161.11.232','2022-07-20 21:19:05'),(2699,'162.158.222.120','2022-07-20 23:12:48'),(2700,'46.161.11.232','2022-07-21 00:01:01'),(2701,'162.158.222.120','2022-07-21 02:56:02'),(2702,'46.161.11.232','2022-07-21 04:25:06'),(2703,'162.158.222.146','2022-07-21 12:23:34'),(2704,'46.161.11.232','2022-07-21 13:24:29'),(2705,'162.158.222.130','2022-07-21 16:38:56'),(2706,'46.161.11.232','2022-07-21 17:44:25'),(2707,'162.158.222.146','2022-07-21 20:50:30'),(2708,'46.161.11.232','2022-07-21 22:10:45'),(2709,'162.158.222.146','2022-07-22 01:05:02'),(2710,'46.161.11.232','2022-07-22 02:42:58'),(2711,'162.158.222.122','2022-07-22 05:29:50'),(2712,'46.161.11.232','2022-07-22 08:24:58'),(2713,'162.158.222.130','2022-07-22 10:06:55'),(2714,'46.161.11.232','2022-07-22 12:57:02'),(2715,'162.158.222.120','2022-07-22 14:16:22'),(2716,'46.161.11.232','2022-07-22 17:22:32'),(2717,'162.158.222.146','2022-07-22 18:55:03'),(2718,'46.161.11.232','2022-07-22 21:48:04'),(2719,'162.158.222.120','2022-07-22 23:30:43'),(2720,'46.161.11.232','2022-07-23 02:15:38'),(2721,'162.158.222.120','2022-07-23 03:45:12'),(2722,'46.161.11.232','2022-07-23 06:42:39'),(2723,'162.158.222.122','2022-07-23 07:57:31'),(2724,'46.161.11.232','2022-07-23 11:11:15'),(2725,'162.158.222.122','2022-07-23 12:29:28'),(2726,'46.161.11.232','2022-07-23 15:37:36'),(2727,'162.158.222.120','2022-07-23 17:06:41'),(2728,'46.161.11.232','2022-07-23 20:06:51'),(2729,'162.158.222.122','2022-07-23 21:15:48'),(2730,'162.158.222.122','2022-07-24 02:09:17'),(2731,'162.158.222.122','2022-07-24 06:22:26'),(2732,'192.99.110.144','2022-07-24 09:20:54'),(2733,'192.99.110.144','2022-07-24 09:21:07'),(2734,'162.158.222.122','2022-07-24 10:36:05'),(2735,'162.158.222.146','2022-07-24 15:10:38'),(2736,'162.158.222.146','2022-07-24 19:46:11'),(2737,'162.158.222.120','2022-07-26 01:23:09'),(2738,'46.161.11.232','2022-07-26 05:08:23'),(2739,'162.158.222.130','2022-07-26 06:08:01'),(2740,'46.161.11.232','2022-07-26 09:35:53'),(2741,'162.158.222.120','2022-07-26 10:23:16'),(2742,'46.161.11.232','2022-07-26 14:01:42'),(2743,'162.158.222.130','2022-07-26 15:27:09'),(2744,'46.161.11.232','2022-07-26 18:25:45'),(2745,'162.158.222.122','2022-07-26 19:38:59'),(2746,'46.161.11.232','2022-07-26 22:55:30'),(2747,'162.158.222.130','2022-07-26 23:51:20'),(2748,'181.215.176.119','2022-07-27 02:21:57'),(2749,'46.161.11.232','2022-07-27 03:32:42'),(2750,'46.161.11.232','2022-07-27 08:00:30'),(2751,'162.158.222.120','2022-07-27 08:38:21'),(2752,'46.161.11.232','2022-07-27 12:26:31'),(2753,'162.158.222.120','2022-07-27 12:48:49'),(2754,'162.158.222.120','2022-07-27 16:57:11'),(2755,'46.161.11.232','2022-07-27 16:57:18'),(2756,'46.161.11.232','2022-07-27 21:21:22'),(2757,'162.158.222.120','2022-07-27 21:30:11'),(2758,'162.158.222.130','2022-07-28 02:02:59'),(2759,'46.161.11.232','2022-07-28 02:05:54'),(2760,'162.158.222.122','2022-07-28 06:13:27'),(2761,'46.161.11.232','2022-07-28 06:31:47'),(2762,'192.99.110.128','2022-07-28 10:01:15'),(2763,'192.99.110.128','2022-07-28 10:01:16'),(2764,'162.158.222.122','2022-07-28 10:25:15'),(2765,'46.161.11.232','2022-07-28 10:56:05'),(2766,'162.158.222.146','2022-07-28 13:21:08'),(2767,'46.161.11.232','2022-07-28 14:17:45'),(2768,'162.158.222.120','2022-07-28 15:46:35'),(2769,'46.161.11.232','2022-07-28 17:11:24'),(2770,'162.158.222.130','2022-07-28 18:15:49'),(2771,'46.161.11.232','2022-07-28 19:59:28'),(2772,'162.158.222.120','2022-07-28 20:43:20'),(2773,'46.161.11.232','2022-07-28 22:44:44'),(2774,'162.158.222.130','2022-07-28 23:10:37'),(2775,'46.161.11.232','2022-07-29 01:33:28'),(2776,'162.158.222.122','2022-07-29 01:40:45'),(2777,'162.158.222.122','2022-07-29 04:08:00'),(2778,'46.161.11.232','2022-07-29 04:25:20'),(2779,'162.158.222.146','2022-07-29 06:34:54'),(2780,'46.161.11.232','2022-07-29 07:12:32'),(2781,'162.158.222.130','2022-07-29 09:05:16'),(2782,'46.161.11.232','2022-07-29 09:59:10'),(2783,'162.158.222.146','2022-07-29 11:32:35'),(2784,'46.161.11.232','2022-07-29 12:48:41'),(2785,'162.158.222.120','2022-07-29 14:00:26'),(2786,'46.161.11.232','2022-07-29 15:38:11'),(2787,'162.158.222.122','2022-07-29 16:32:40'),(2788,'46.161.11.232','2022-07-29 18:22:39'),(2789,'162.158.222.146','2022-07-29 19:02:42'),(2790,'46.161.11.232','2022-07-29 21:08:08'),(2791,'162.158.222.122','2022-07-29 21:30:49'),(2792,'162.158.222.130','2022-07-29 23:59:19'),(2793,'87.249.132.171','2022-07-30 00:26:19'),(2794,'162.158.222.122','2022-07-30 02:26:02'),(2795,'46.161.11.232','2022-07-30 02:41:38'),(2796,'46.161.11.232','2022-07-30 05:27:00'),(2797,'162.158.222.146','2022-07-30 05:31:21'),(2798,'162.158.222.120','2022-07-30 08:00:24'),(2799,'46.161.11.232','2022-07-30 08:09:38'),(2800,'162.158.222.122','2022-07-30 10:27:45'),(2801,'46.161.11.232','2022-07-30 10:56:38'),(2802,'162.158.222.130','2022-07-30 12:54:50'),(2803,'46.161.11.232','2022-07-30 13:41:27'),(2804,'162.158.222.120','2022-07-30 15:25:55'),(2805,'46.161.11.232','2022-07-30 16:28:45'),(2806,'162.158.222.146','2022-07-30 17:53:08'),(2807,'46.161.11.232','2022-07-30 19:14:58'),(2808,'162.158.222.120','2022-07-30 20:22:29'),(2809,'46.161.11.232','2022-07-30 22:02:55'),(2810,'162.158.222.122','2022-07-30 22:55:39'),(2811,'46.161.11.232','2022-07-31 00:46:48'),(2812,'162.158.222.120','2022-07-31 01:25:45'),(2813,'46.161.11.232','2022-07-31 03:29:42'),(2814,'162.158.222.130','2022-07-31 03:53:42'),(2815,'46.161.11.232','2022-07-31 06:17:35'),(2816,'162.158.222.130','2022-07-31 06:24:03'),(2817,'162.158.222.146','2022-07-31 08:52:05'),(2818,'46.161.11.232','2022-07-31 09:01:32'),(2819,'46.161.11.232','2022-07-31 11:45:23'),(2820,'162.158.222.130','2022-07-31 12:15:36'),(2821,'46.161.11.232','2022-07-31 14:32:22'),(2822,'162.158.222.146','2022-07-31 14:45:02'),(2823,'162.158.222.130','2022-07-31 17:11:41'),(2824,'46.161.11.232','2022-07-31 17:20:06'),(2825,'162.158.222.122','2022-07-31 19:58:34'),(2826,'46.161.11.232','2022-07-31 20:03:50'),(2827,'79.139.188.59','2022-07-31 20:52:12'),(2828,'162.158.222.146','2022-07-31 22:28:35'),(2829,'46.161.11.232','2022-07-31 22:51:37'),(2830,'162.158.222.130','2022-08-01 00:56:50'),(2831,'46.161.11.232','2022-08-01 01:36:06'),(2832,'162.158.222.122','2022-08-01 03:47:08'),(2833,'46.161.11.232','2022-08-01 04:17:41'),(2834,'162.158.222.122','2022-08-01 06:13:22'),(2835,'46.161.11.232','2022-08-01 07:04:41'),(2836,'162.158.222.146','2022-08-01 08:41:08'),(2837,'46.161.11.232','2022-08-01 09:48:16'),(2838,'162.158.222.122','2022-08-01 11:11:25'),(2839,'138.199.63.67','2022-08-01 11:30:55'),(2840,'46.161.11.232','2022-08-01 12:34:30'),(2841,'162.158.222.130','2022-08-01 13:39:08'),(2842,'46.161.11.232','2022-08-01 15:23:36'),(2843,'162.158.134.110','2022-08-01 16:06:54'),(2844,'46.161.11.232','2022-08-01 18:09:50'),(2845,'162.158.134.110','2022-08-01 18:38:27'),(2846,'46.161.11.232','2022-08-01 20:56:37'),(2847,'162.158.134.72','2022-08-01 21:05:20'),(2848,'171.22.76.11','2022-08-01 21:32:57'),(2849,'171.22.76.11','2022-08-01 21:32:58'),(2850,'46.161.11.232','2022-08-01 23:41:54'),(2851,'162.158.222.120','2022-08-01 23:56:18'),(2852,'84.17.48.138','2022-08-02 00:08:00'),(2853,'46.161.11.232','2022-08-02 02:26:46'),(2854,'162.158.222.146','2022-08-02 02:45:24'),(2855,'46.161.11.232','2022-08-02 05:12:25'),(2856,'162.158.222.122','2022-08-02 05:15:17'),(2857,'162.158.222.146','2022-08-02 07:42:06'),(2858,'46.161.11.232','2022-08-02 08:22:24'),(2859,'162.158.222.130','2022-08-02 10:11:29'),(2860,'46.161.11.232','2022-08-02 11:09:51'),(2861,'162.158.222.130','2022-08-02 12:40:01'),(2862,'46.161.11.232','2022-08-02 13:52:37'),(2863,'46.161.11.232','2022-08-02 16:32:11'),(2864,'162.158.222.120','2022-08-02 17:55:10'),(2865,'46.161.11.232','2022-08-02 19:19:56'),(2866,'162.158.222.146','2022-08-02 20:23:22'),(2867,'46.161.11.232','2022-08-02 22:06:26'),(2868,'162.158.222.130','2022-08-02 22:53:45'),(2869,'46.161.11.232','2022-08-03 00:53:19'),(2870,'162.158.222.120','2022-08-03 01:26:49'),(2871,'162.158.222.120','2022-08-03 03:55:54'),(2872,'46.161.11.232','2022-08-03 06:14:57'),(2873,'162.158.222.130','2022-08-03 06:24:34'),(2874,'162.158.222.120','2022-08-03 08:59:07'),(2875,'46.161.11.232','2022-08-03 09:00:35'),(2876,'162.158.222.120','2022-08-03 11:32:09'),(2877,'46.161.11.232','2022-08-03 11:44:09'),(2878,'190.30.209.5','2022-08-03 13:31:47'),(2879,'190.30.209.5','2022-08-03 13:31:48'),(2880,'162.158.222.122','2022-08-03 14:00:57'),(2881,'46.161.11.232','2022-08-03 14:30:48'),(2882,'162.158.222.122','2022-08-03 16:29:22'),(2883,'46.161.11.232','2022-08-03 17:12:33'),(2884,'162.158.222.120','2022-08-03 18:59:00'),(2885,'46.161.11.232','2022-08-03 19:57:14'),(2886,'162.158.222.130','2022-08-03 21:26:44'),(2887,'46.161.11.232','2022-08-03 22:44:10'),(2888,'162.158.222.130','2022-08-03 23:55:11'),(2889,'46.161.11.232','2022-08-04 01:33:15'),(2890,'46.161.11.232','2022-08-04 04:17:36'),(2891,'162.158.222.146','2022-08-04 04:54:24'),(2892,'46.161.11.232','2022-08-04 07:01:50'),(2893,'162.158.222.120','2022-08-04 07:25:54'),(2894,'46.161.11.232','2022-08-04 09:46:33'),(2895,'162.158.222.146','2022-08-04 09:55:03'),(2896,'162.158.222.120','2022-08-04 12:22:43'),(2897,'46.161.11.232','2022-08-04 12:32:09'),(2898,'162.158.222.122','2022-08-04 14:52:07'),(2899,'46.161.11.232','2022-08-04 15:19:43'),(2900,'162.158.222.146','2022-08-04 17:22:44'),(2901,'46.161.11.232','2022-08-04 18:02:28'),(2902,'162.158.222.120','2022-08-04 19:51:33'),(2903,'46.161.11.232','2022-08-04 20:47:10'),(2904,'162.158.222.122','2022-08-04 22:21:46'),(2905,'46.161.11.232','2022-08-04 23:35:17'),(2906,'162.158.222.146','2022-08-05 00:50:34'),(2907,'46.161.11.232','2022-08-05 02:19:28'),(2908,'162.158.222.122','2022-08-05 03:44:31'),(2909,'46.161.11.232','2022-08-05 05:07:32'),(2910,'162.158.222.146','2022-08-05 06:10:24'),(2911,'46.161.11.232','2022-08-05 07:51:31'),(2912,'162.158.222.146','2022-08-05 08:38:19'),(2913,'46.161.11.232','2022-08-05 10:53:29'),(2914,'162.158.222.130','2022-08-05 11:09:59'),(2915,'46.161.11.232','2022-08-05 13:40:01'),(2916,'162.158.222.130','2022-08-05 13:59:28'),(2917,'46.161.11.232','2022-08-05 16:21:01'),(2918,'162.158.222.146','2022-08-05 16:30:07'),(2919,'162.158.222.130','2022-08-05 18:58:37'),(2920,'46.161.11.232','2022-08-05 19:06:17'),(2921,'162.158.222.122','2022-08-05 21:29:06'),(2922,'46.161.11.232','2022-08-05 21:51:53'),(2923,'162.158.222.122','2022-08-05 23:56:20'),(2924,'46.161.11.232','2022-08-06 00:37:04'),(2925,'162.158.222.122','2022-08-06 02:55:45'),(2926,'46.161.11.232','2022-08-06 03:22:43'),(2927,'162.158.222.130','2022-08-06 05:23:10'),(2928,'46.161.11.232','2022-08-06 06:10:47'),(2929,'162.158.222.146','2022-08-06 07:52:37'),(2930,'46.161.11.232','2022-08-06 08:53:07'),(2931,'162.158.222.120','2022-08-06 10:19:19'),(2932,'171.22.76.51','2022-08-06 13:39:37'),(2933,'171.22.76.51','2022-08-06 13:39:37'),(2934,'46.161.11.232','2022-08-06 13:40:13'),(2935,'162.158.222.120','2022-08-06 14:52:35'),(2936,'46.161.11.232','2022-08-06 16:25:33'),(2937,'162.158.222.130','2022-08-06 17:40:03'),(2938,'46.161.11.232','2022-08-06 19:09:21'),(2939,'162.158.222.122','2022-08-06 20:10:54'),(2940,'46.161.11.232','2022-08-06 21:56:33'),(2941,'162.158.222.120','2022-08-06 22:38:25'),(2942,'46.161.11.232','2022-08-07 00:44:03'),(2943,'162.158.222.120','2022-08-07 01:16:02'),(2944,'46.161.11.232','2022-08-07 03:35:06'),(2945,'162.158.222.146','2022-08-07 04:26:43'),(2946,'46.161.11.232','2022-08-07 06:25:16'),(2947,'162.158.222.146','2022-08-07 07:14:36'),(2948,'46.161.11.232','2022-08-07 09:16:52'),(2949,'162.158.222.122','2022-08-07 09:45:11'),(2950,'46.161.11.232','2022-08-07 12:00:54'),(2951,'162.158.222.120','2022-08-07 12:13:39'),(2952,'162.158.222.122','2022-08-07 14:41:17'),(2953,'46.161.11.232','2022-08-07 14:44:26'),(2954,'162.158.222.120','2022-08-07 17:08:29'),(2955,'46.161.11.232','2022-08-07 17:29:43'),(2956,'162.158.222.130','2022-08-07 19:35:37'),(2957,'46.161.11.232','2022-08-07 20:10:32'),(2958,'162.158.222.130','2022-08-07 22:02:53'),(2959,'46.161.11.232','2022-08-07 22:54:26'),(2960,'162.158.222.122','2022-08-08 00:29:38'),(2961,'46.161.11.232','2022-08-08 01:37:52'),(2962,'162.158.222.130','2022-08-08 02:58:32'),(2963,'46.161.11.232','2022-08-08 04:22:55'),(2964,'162.158.222.122','2022-08-08 05:25:57'),(2965,'46.161.11.232','2022-08-08 07:10:51'),(2966,'162.158.222.130','2022-08-08 08:14:29'),(2967,'46.161.11.232','2022-08-08 09:57:17'),(2968,'46.161.11.232','2022-08-08 12:41:28'),(2969,'162.158.222.120','2022-08-08 13:04:17'),(2970,'162.158.222.120','2022-08-08 15:31:28'),(2971,'46.161.11.232','2022-08-08 15:32:08'),(2972,'162.158.222.120','2022-08-08 17:58:27'),(2973,'46.161.11.232','2022-08-08 18:18:41'),(2974,'162.158.222.122','2022-08-08 20:27:42'),(2975,'46.161.11.232','2022-08-08 21:04:25'),(2976,'46.161.11.232','2022-08-08 23:47:58'),(2977,'162.158.222.120','2022-08-09 01:45:28'),(2978,'162.158.222.146','2022-08-09 04:12:20'),(2979,'46.161.11.232','2022-08-09 05:23:08'),(2980,'162.158.222.130','2022-08-09 06:40:21'),(2981,'46.161.11.232','2022-08-09 08:15:48'),(2982,'162.158.222.122','2022-08-09 09:28:22'),(2983,'46.161.11.232','2022-08-09 11:00:43'),(2984,'162.158.222.122','2022-08-09 12:00:42'),(2985,'46.161.11.232','2022-08-09 13:46:30'),(2986,'162.158.222.120','2022-08-09 14:29:32'),(2987,'46.161.11.232','2022-08-09 16:29:14'),(2988,'162.158.222.122','2022-08-09 16:58:54'),(2989,'162.158.222.120','2022-08-09 19:30:53'),(2990,'46.161.11.232','2022-08-09 22:01:49'),(2991,'162.158.222.122','2022-08-09 22:03:40'),(2992,'162.158.222.130','2022-08-10 00:33:37'),(2993,'46.161.11.232','2022-08-10 00:49:50'),(2994,'162.158.222.130','2022-08-10 03:05:16'),(2995,'46.161.11.232','2022-08-10 03:54:28'),(2996,'162.158.222.130','2022-08-10 05:33:02'),(2997,'46.161.11.232','2022-08-10 06:42:40'),(2998,'162.158.222.130','2022-08-10 08:04:19'),(2999,'46.161.11.232','2022-08-10 09:26:01'),(3000,'162.158.222.146','2022-08-10 11:12:14'),(3001,'162.158.222.130','2022-08-10 13:41:22'),(3002,'46.161.11.232','2022-08-10 14:55:08'),(3003,'162.158.222.146','2022-08-10 16:12:07'),(3004,'138.199.26.68','2022-08-10 18:06:28'),(3005,'162.158.222.146','2022-08-11 04:41:33'),(3006,'46.161.11.208','2022-08-11 16:47:38'),(3007,'37.19.217.197','2022-08-12 04:45:25'),(3008,'46.161.11.208','2022-08-12 23:00:39'),(3009,'162.158.222.130','2022-08-13 03:12:45'),(3010,'199.187.211.198','2022-08-13 22:17:10'),(3011,'199.187.211.198','2022-08-13 22:17:10'),(3012,'181.214.206.18','2022-08-14 04:56:13'),(3013,'196.196.53.27','2022-08-14 13:44:12'),(3014,'162.158.222.122','2022-08-15 03:13:56'),(3015,'46.161.11.208','2022-08-15 10:21:36'),(3016,'77.81.139.35','2022-08-15 21:02:07'),(3017,'87.249.132.19','2022-08-16 03:54:25'),(3018,'46.161.11.182','2022-08-16 10:59:45'),(3019,'46.161.11.182','2022-08-16 13:41:16'),(3020,'46.161.11.182','2022-08-16 16:20:14'),(3021,'46.161.11.182','2022-08-16 19:21:34'),(3022,'46.161.11.182','2022-08-16 22:11:46'),(3023,'46.161.11.182','2022-08-17 01:25:14'),(3024,'46.161.11.182','2022-08-17 04:07:38'),(3025,'46.161.11.182','2022-08-17 06:52:16'),(3026,'46.161.11.182','2022-08-17 10:06:45'),(3027,'46.161.11.182','2022-08-17 13:06:16'),(3028,'46.161.11.182','2022-08-17 15:46:10'),(3029,'46.161.11.182','2022-08-17 18:45:15'),(3030,'46.161.11.182','2022-08-17 21:22:22'),(3031,'46.161.11.182','2022-08-18 00:03:23'),(3032,'46.161.11.182','2022-08-18 02:43:50'),(3033,'46.161.11.182','2022-08-18 05:24:51'),(3034,'46.161.11.182','2022-08-18 07:59:21'),(3035,'46.161.11.182','2022-08-18 10:36:36'),(3036,'46.161.11.182','2022-08-18 13:08:08'),(3037,'46.161.11.182','2022-08-18 15:49:06'),(3038,'46.161.11.182','2022-08-18 18:30:43'),(3039,'46.161.11.182','2022-08-18 21:06:33'),(3040,'46.161.11.182','2022-08-18 23:50:23'),(3041,'46.161.11.182','2022-08-19 02:29:21'),(3042,'45.152.199.40','2022-08-19 02:35:49'),(3043,'45.152.199.40','2022-08-19 02:35:49'),(3044,'46.161.11.182','2022-08-19 05:08:35'),(3045,'46.161.11.182','2022-08-19 07:25:15'),(3046,'46.161.11.182','2022-08-19 10:32:14'),(3047,'46.161.11.182','2022-08-19 13:09:34'),(3048,'46.161.11.182','2022-08-19 17:09:43'),(3049,'46.161.11.182','2022-08-19 19:48:54'),(3050,'46.161.11.182','2022-08-19 22:16:21'),(3051,'46.161.11.182','2022-08-20 00:52:35'),(3052,'84.17.60.110','2022-08-20 01:03:29'),(3053,'46.161.11.182','2022-08-20 03:30:32'),(3054,'46.161.11.182','2022-08-20 06:03:08'),(3055,'46.161.11.182','2022-08-20 08:36:12'),(3056,'46.161.11.182','2022-08-20 12:03:55'),(3057,'46.161.11.182','2022-08-20 14:33:50'),(3058,'46.161.11.182','2022-08-20 17:17:35'),(3059,'46.161.11.182','2022-08-20 20:13:03'),(3060,'46.161.11.182','2022-08-20 22:58:51'),(3061,'162.219.176.213','2022-08-20 23:03:34'),(3062,'162.219.176.213','2022-08-20 23:03:34'),(3063,'46.161.11.182','2022-08-21 01:37:59'),(3064,'45.133.173.78','2022-08-21 02:37:44'),(3065,'46.161.11.182','2022-08-21 04:22:39'),(3066,'46.161.11.182','2022-08-21 07:37:21'),(3067,'46.161.11.182','2022-08-21 10:27:12'),(3068,'138.199.59.148','2022-08-21 11:24:00'),(3069,'46.161.11.182','2022-08-21 13:34:58'),(3070,'46.161.11.182','2022-08-21 16:53:47'),(3071,'46.161.11.182','2022-08-21 21:32:58'),(3072,'46.161.11.182','2022-08-22 00:23:31'),(3073,'46.161.11.182','2022-08-22 03:25:03'),(3074,'46.161.11.182','2022-08-22 06:14:33'),(3075,'46.161.11.182','2022-08-22 09:21:19'),(3076,'46.161.11.182','2022-08-22 11:59:04'),(3077,'46.161.11.182','2022-08-22 14:51:05'),(3078,'46.161.11.182','2022-08-22 17:21:56'),(3079,'46.161.11.182','2022-08-22 20:28:39'),(3080,'46.161.11.182','2022-08-22 23:01:43'),(3081,'46.161.11.182','2022-08-23 01:44:26'),(3082,'46.161.11.182','2022-08-23 04:43:35'),(3083,'46.161.11.182','2022-08-23 07:23:54'),(3084,'216.24.213.133','2022-08-23 07:56:52'),(3085,'46.161.11.182','2022-08-23 10:02:14'),(3086,'46.161.11.182','2022-08-23 12:43:49'),(3087,'46.161.11.182','2022-08-23 15:24:38'),(3088,'46.161.11.182','2022-08-23 17:57:10'),(3089,'46.161.11.182','2022-08-23 20:26:43'),(3090,'46.161.11.182','2022-08-23 23:03:48'),(3091,'46.161.11.182','2022-08-24 01:45:17'),(3092,'46.161.11.182','2022-08-24 04:25:20'),(3093,'46.161.11.182','2022-08-24 07:06:45'),(3094,'46.161.11.182','2022-08-24 09:58:43'),(3095,'46.161.11.182','2022-08-24 12:33:09'),(3096,'46.161.11.182','2022-08-24 15:11:28'),(3097,'46.161.11.182','2022-08-26 07:53:32'),(3098,'46.161.11.182','2022-08-26 10:50:01'),(3099,'46.161.11.182','2022-08-26 13:29:59'),(3100,'46.161.11.182','2022-08-26 16:10:24'),(3101,'46.161.11.182','2022-08-26 18:47:49'),(3102,'46.161.11.182','2022-08-27 11:38:07'),(3103,'46.161.11.182','2022-08-27 14:38:05'),(3104,'46.161.11.182','2022-08-27 17:22:14'),(3105,'162.158.239.5','2022-08-28 08:41:11'),(3106,'46.161.11.187','2022-08-28 09:18:30'),(3107,'162.158.239.5','2022-08-28 10:51:06'),(3108,'46.161.11.187','2022-08-28 11:30:04'),(3109,'162.158.239.5','2022-08-28 12:59:37'),(3110,'46.161.11.187','2022-08-28 13:39:00'),(3111,'162.158.238.242','2022-08-28 15:09:16'),(3112,'46.161.11.187','2022-08-28 15:51:13'),(3113,'162.158.239.5','2022-08-28 17:20:15'),(3114,'46.161.11.187','2022-08-28 18:01:11'),(3115,'162.158.239.5','2022-08-28 19:29:49'),(3116,'46.161.11.187','2022-08-28 20:12:55'),(3117,'162.158.238.244','2022-08-28 21:44:11'),(3118,'46.161.11.187','2022-08-28 22:21:18'),(3119,'162.158.239.5','2022-08-28 23:52:18'),(3120,'46.161.11.187','2022-08-29 00:31:49'),(3121,'162.158.239.5','2022-08-29 02:01:37'),(3122,'46.161.11.187','2022-08-29 02:42:00'),(3123,'162.158.239.5','2022-08-29 04:09:53'),(3124,'46.161.11.187','2022-08-29 04:52:00'),(3125,'162.158.238.242','2022-08-29 06:19:24'),(3126,'46.161.11.187','2022-08-29 07:02:18'),(3127,'162.158.239.5','2022-08-29 08:29:25'),(3128,'46.161.11.187','2022-08-29 09:18:15'),(3129,'162.158.238.248','2022-08-29 10:40:20'),(3130,'46.161.11.187','2022-08-29 11:29:03'),(3131,'162.158.238.242','2022-08-29 12:49:34'),(3132,'46.161.11.187','2022-08-29 13:41:37'),(3133,'162.158.239.5','2022-08-29 14:59:02'),(3134,'46.161.11.187','2022-08-29 15:54:15'),(3135,'162.158.239.5','2022-08-29 17:09:21'),(3136,'46.161.11.187','2022-08-29 18:11:30'),(3137,'162.158.238.242','2022-08-29 19:17:57'),(3138,'46.161.11.187','2022-08-29 20:32:05'),(3139,'162.158.238.248','2022-08-29 21:33:30'),(3140,'46.161.11.187','2022-08-29 22:41:11'),(3141,'162.158.239.5','2022-08-29 23:42:54'),(3142,'171.22.76.12','2022-08-30 00:31:41'),(3143,'171.22.76.12','2022-08-30 00:31:41'),(3144,'46.161.11.187','2022-08-30 00:50:45'),(3145,'162.158.238.244','2022-08-30 01:48:51'),(3146,'46.161.11.187','2022-08-30 03:00:11'),(3147,'162.158.238.210','2022-08-30 03:57:12'),(3148,'46.161.11.187','2022-08-30 05:09:25'),(3149,'84.17.48.110','2022-08-30 05:12:11'),(3150,'162.158.239.5','2022-08-30 06:05:53'),(3151,'46.161.11.187','2022-08-30 07:21:07'),(3152,'162.158.239.5','2022-08-30 08:15:40'),(3153,'46.161.11.187','2022-08-30 09:31:46'),(3154,'162.158.238.216','2022-08-30 10:23:45'),(3155,'46.161.11.187','2022-08-30 11:40:55'),(3156,'162.158.239.17','2022-08-30 12:33:23'),(3157,'46.161.11.187','2022-08-30 13:51:46'),(3158,'162.158.238.210','2022-08-30 14:45:27'),(3159,'46.161.11.187','2022-08-30 16:01:31'),(3160,'162.158.238.222','2022-08-30 16:53:59'),(3161,'46.161.11.187','2022-08-30 18:12:06'),(3162,'162.158.238.222','2022-08-30 19:05:44'),(3163,'46.161.11.187','2022-08-30 20:22:10'),(3164,'162.158.239.17','2022-08-30 21:16:54'),(3165,'46.161.11.187','2022-08-30 22:32:07'),(3166,'162.158.238.210','2022-08-30 23:25:32'),(3167,'46.161.11.187','2022-08-31 00:43:37'),(3168,'162.158.238.210','2022-08-31 01:33:47'),(3169,'46.161.11.187','2022-08-31 03:16:03'),(3170,'162.158.238.222','2022-08-31 03:47:12'),(3171,'46.161.11.187','2022-08-31 05:26:16'),(3172,'162.158.238.216','2022-08-31 05:55:04'),(3173,'46.161.11.187','2022-08-31 07:36:31'),(3174,'162.158.238.222','2022-08-31 08:05:33'),(3175,'46.161.11.187','2022-08-31 09:44:54'),(3176,'162.158.238.222','2022-08-31 10:14:21'),(3177,'198.41.231.45','2022-08-31 10:36:40'),(3178,'162.158.238.216','2022-09-01 15:11:11'),(3179,'162.158.238.216','2022-09-01 17:47:08'),(3180,'162.158.239.17','2022-09-01 19:59:38'),(3181,'162.158.239.9','2022-09-02 00:22:58'),(3182,'162.158.238.216','2022-09-02 02:34:43'),(3183,'162.158.238.216','2022-09-02 04:43:54'),(3184,'162.158.238.222','2022-09-02 07:02:06'),(3185,'162.158.238.210','2022-09-02 09:18:03'),(3186,'162.158.238.222','2022-09-02 11:30:18'),(3187,'37.139.53.82','2022-09-02 12:24:52'),(3188,'162.158.238.210','2022-09-02 13:06:49'),(3189,'107.181.178.69','2022-09-02 13:19:47'),(3190,'107.181.178.69','2022-09-02 13:19:48'),(3191,'37.139.53.82','2022-09-02 14:38:08'),(3192,'162.158.238.216','2022-09-02 15:19:50'),(3193,'37.139.53.82','2022-09-02 16:57:33'),(3194,'162.158.238.210','2022-09-02 17:31:47'),(3195,'37.139.53.82','2022-09-02 19:11:20'),(3196,'162.158.238.210','2022-09-02 19:41:19'),(3197,'37.139.53.82','2022-09-02 21:25:25'),(3198,'162.158.238.216','2022-09-02 21:51:37'),(3199,'37.139.53.82','2022-09-02 23:38:21'),(3200,'162.158.238.222','2022-09-03 00:02:53'),(3201,'191.96.168.129','2022-09-03 00:37:57'),(3202,'37.139.53.82','2022-09-03 01:55:47'),(3203,'162.158.239.17','2022-09-03 02:14:01'),(3204,'37.139.53.82','2022-09-03 04:07:56'),(3205,'162.158.238.222','2022-09-03 04:25:39'),(3206,'37.139.53.82','2022-09-03 06:19:03'),(3207,'162.158.238.210','2022-09-03 06:37:35'),(3208,'37.139.53.82','2022-09-03 08:29:53'),(3209,'162.158.238.210','2022-09-03 08:47:52'),(3210,'37.139.53.82','2022-09-03 10:43:08'),(3211,'162.158.238.216','2022-09-03 11:00:01'),(3212,'37.139.53.82','2022-09-03 12:55:39'),(3213,'162.158.238.210','2022-09-03 13:11:40'),(3214,'37.139.53.82','2022-09-03 15:06:16'),(3215,'162.158.239.17','2022-09-03 15:43:39'),(3216,'37.139.53.82','2022-09-03 17:21:06'),(3217,'162.158.238.216','2022-09-03 17:56:46'),(3218,'37.139.53.82','2022-09-03 19:34:10'),(3219,'162.158.238.216','2022-09-03 20:09:06'),(3220,'162.158.238.222','2022-09-03 22:21:03'),(3221,'37.139.53.82','2022-09-03 23:59:20'),(3222,'162.158.239.17','2022-09-04 00:32:06'),(3223,'37.139.53.82','2022-09-04 02:09:36'),(3224,'162.158.238.216','2022-09-04 03:05:06'),(3225,'37.139.53.82','2022-09-04 04:19:37'),(3226,'162.158.238.216','2022-09-04 05:17:15'),(3227,'37.139.53.82','2022-09-04 06:30:11'),(3228,'162.158.238.222','2022-09-04 07:27:25'),(3229,'37.139.53.82','2022-09-04 08:40:24'),(3230,'162.158.238.216','2022-09-04 09:42:31'),(3231,'37.139.53.82','2022-09-04 10:51:46'),(3232,'162.158.238.210','2022-09-04 11:54:32'),(3233,'37.139.53.82','2022-09-04 13:06:23'),(3234,'162.158.239.17','2022-09-04 14:08:21'),(3235,'37.139.53.82','2022-09-04 15:17:53'),(3236,'162.158.239.17','2022-09-04 16:21:49'),(3237,'37.139.53.82','2022-09-04 17:27:53'),(3238,'162.158.238.222','2022-09-04 18:34:01'),(3239,'37.139.53.82','2022-09-04 19:43:54'),(3240,'162.158.238.210','2022-09-04 20:45:22'),(3241,'37.139.53.82','2022-09-04 21:52:21'),(3242,'162.158.238.210','2022-09-04 22:57:48'),(3243,'37.139.53.82','2022-09-05 00:04:04'),(3244,'162.158.238.210','2022-09-05 01:07:55'),(3245,'37.139.53.82','2022-09-05 02:12:39'),(3246,'162.158.238.216','2022-09-05 03:18:55'),(3247,'37.139.53.82','2022-09-05 04:24:04'),(3248,'162.158.238.222','2022-09-05 05:48:55'),(3249,'195.78.54.125','2022-09-05 06:27:15'),(3250,'37.139.53.82','2022-09-05 06:34:51'),(3251,'162.158.238.210','2022-09-05 08:00:42'),(3252,'37.139.53.82','2022-09-05 08:46:37'),(3253,'162.158.238.216','2022-09-05 10:10:50'),(3254,'37.139.53.82','2022-09-05 11:00:28'),(3255,'162.158.239.17','2022-09-05 12:23:58'),(3256,'37.139.53.82','2022-09-05 13:12:46'),(3257,'162.158.238.210','2022-09-05 14:35:39'),(3258,'37.139.53.82','2022-09-05 15:26:08'),(3259,'162.158.239.17','2022-09-05 16:46:41'),(3260,'37.139.53.82','2022-09-05 17:37:09'),(3261,'37.139.53.82','2022-09-05 19:47:52'),(3262,'162.158.239.17','2022-09-05 21:10:40'),(3263,'37.139.53.82','2022-09-05 22:01:10'),(3264,'162.158.238.216','2022-09-05 23:27:13'),(3265,'37.139.53.82','2022-09-06 00:14:53'),(3266,'162.158.238.222','2022-09-06 01:37:22'),(3267,'37.139.53.82','2022-09-06 02:24:24'),(3268,'162.158.238.222','2022-09-06 03:49:20'),(3269,'37.139.53.82','2022-09-06 04:42:10'),(3270,'162.158.238.216','2022-09-06 05:59:23'),(3271,'37.139.53.82','2022-09-06 06:56:06'),(3272,'162.158.238.216','2022-09-06 08:08:58'),(3273,'37.139.53.82','2022-09-06 09:08:58'),(3274,'162.158.238.216','2022-09-06 10:18:34'),(3275,'37.139.53.82','2022-09-06 11:22:17'),(3276,'162.158.238.216','2022-09-06 12:27:32'),(3277,'37.139.53.82','2022-09-06 13:36:08'),(3278,'162.158.238.210','2022-09-06 14:39:57'),(3279,'37.139.53.82','2022-09-06 15:53:01'),(3280,'162.158.238.222','2022-09-06 16:49:32'),(3281,'37.139.53.82','2022-09-06 18:11:40'),(3282,'162.158.238.210','2022-09-06 19:00:37'),(3283,'37.139.53.82','2022-09-06 20:29:07'),(3284,'162.158.238.222','2022-09-06 21:09:37'),(3285,'37.139.53.82','2022-09-06 22:42:20'),(3286,'172.70.110.72','2022-09-06 23:11:19'),(3287,'172.70.110.72','2022-09-06 23:11:19'),(3288,'162.158.239.17','2022-09-06 23:20:34'),(3289,'37.139.53.82','2022-09-07 00:52:31'),(3290,'37.139.53.82','2022-09-07 03:02:07'),(3291,'37.139.53.82','2022-09-07 05:11:56'),(3292,'37.139.53.82','2022-09-07 07:23:01'),(3293,'37.139.53.82','2022-09-07 09:33:22'),(3294,'37.139.53.82','2022-09-07 11:45:52'),(3295,'37.139.53.82','2022-09-07 13:59:38'),(3296,'37.139.53.82','2022-09-07 16:14:52'),(3297,'162.158.238.216','2022-09-07 16:23:53'),(3298,'162.158.238.222','2022-09-07 19:05:12'),(3299,'37.139.53.82','2022-09-07 20:42:14'),(3300,'162.158.238.216','2022-09-07 21:38:37'),(3301,'37.139.53.82','2022-09-07 22:53:37'),(3302,'162.158.238.210','2022-09-08 00:24:03'),(3303,'37.139.53.82','2022-09-08 01:03:43'),(3304,'162.158.238.210','2022-09-08 02:58:19'),(3305,'37.139.53.82','2022-09-08 03:12:44'),(3306,'37.139.53.82','2022-09-08 05:24:54'),(3307,'162.158.239.17','2022-09-08 05:33:07'),(3308,'37.139.53.82','2022-09-08 07:34:58'),(3309,'162.158.239.17','2022-09-08 08:08:40'),(3310,'37.139.53.82','2022-09-08 09:46:50'),(3311,'172.241.186.127','2022-09-08 10:18:41'),(3312,'172.241.186.127','2022-09-08 10:18:42'),(3313,'162.158.239.17','2022-09-08 10:46:00'),(3314,'37.139.53.82','2022-09-08 12:00:38'),(3315,'171.22.76.59','2022-09-08 12:27:49'),(3316,'171.22.76.59','2022-09-08 12:27:50'),(3317,'162.158.239.17','2022-09-08 13:28:48'),(3318,'37.139.53.82','2022-09-08 14:13:24'),(3319,'162.158.238.216','2022-09-08 16:07:04'),(3320,'37.139.53.82','2022-09-08 16:28:28'),(3321,'37.139.53.82','2022-09-08 18:42:51'),(3322,'162.158.239.17','2022-09-08 19:12:17'),(3323,'37.139.53.82','2022-09-08 20:55:02'),(3324,'162.158.238.216','2022-09-08 21:49:35'),(3325,'37.139.53.82','2022-09-08 23:05:40'),(3326,'162.158.239.17','2022-09-09 00:27:37'),(3327,'37.139.53.82','2022-09-09 01:17:15'),(3328,'162.158.239.17','2022-09-09 03:09:30'),(3329,'37.139.53.82','2022-09-09 03:29:03'),(3330,'37.139.53.82','2022-09-09 05:37:11'),(3331,'162.158.238.216','2022-09-09 05:44:43'),(3332,'37.139.53.82','2022-09-09 07:45:18'),(3333,'162.158.239.17','2022-09-09 08:19:49'),(3334,'37.139.53.82','2022-09-09 09:53:47'),(3335,'162.158.238.210','2022-09-09 11:01:21'),(3336,'37.139.53.82','2022-09-09 12:03:29'),(3337,'162.158.238.222','2022-09-09 13:36:32'),(3338,'37.139.53.82','2022-09-09 14:14:14'),(3339,'37.139.53.82','2022-09-09 16:27:15'),(3340,'162.158.238.216','2022-09-09 16:31:02'),(3341,'37.139.53.82','2022-09-09 18:37:57'),(3342,'162.158.238.210','2022-09-09 19:04:17'),(3343,'37.139.53.82','2022-09-09 20:46:33'),(3344,'162.158.238.216','2022-09-09 21:56:02'),(3345,'37.139.53.82','2022-09-09 22:53:35'),(3346,'162.158.239.17','2022-09-10 00:32:04'),(3347,'37.139.53.82','2022-09-10 01:02:05'),(3348,'162.158.238.222','2022-09-10 03:09:26'),(3349,'37.139.53.82','2022-09-10 03:09:45'),(3350,'37.139.53.82','2022-09-10 05:17:29'),(3351,'162.158.238.216','2022-09-10 05:46:17'),(3352,'37.139.53.82','2022-09-10 07:26:45'),(3353,'162.158.238.216','2022-09-10 08:17:26'),(3354,'37.139.53.82','2022-09-10 09:34:45'),(3355,'162.158.238.222','2022-09-10 10:59:57'),(3356,'37.139.53.82','2022-09-10 11:44:58'),(3357,'162.158.238.222','2022-09-10 13:33:06'),(3358,'37.139.53.82','2022-09-10 13:54:17'),(3359,'37.139.53.82','2022-09-10 16:04:18'),(3360,'162.158.238.222','2022-09-10 16:09:18'),(3361,'37.139.53.82','2022-09-10 18:13:11'),(3362,'162.158.238.222','2022-09-10 18:42:59'),(3363,'37.139.53.82','2022-09-10 20:23:57'),(3364,'162.158.239.17','2022-09-10 21:15:22'),(3365,'37.139.53.82','2022-09-10 22:30:40'),(3366,'162.158.238.222','2022-09-10 23:46:10'),(3367,'37.139.53.82','2022-09-11 00:38:35'),(3368,'162.158.239.17','2022-09-11 02:27:33'),(3369,'37.139.53.82','2022-09-11 03:04:59'),(3370,'162.158.238.222','2022-09-11 05:02:36'),(3371,'37.139.53.82','2022-09-11 05:22:25'),(3372,'37.139.53.82','2022-09-11 07:31:33'),(3373,'162.158.238.222','2022-09-11 07:40:36'),(3374,'162.158.239.17','2022-09-11 10:19:48'),(3375,'37.139.53.82','2022-09-11 11:53:03'),(3376,'162.158.239.17','2022-09-11 12:51:11'),(3377,'37.139.53.82','2022-09-11 14:02:00'),(3378,'162.158.238.210','2022-09-11 15:33:03'),(3379,'162.158.238.210','2022-09-11 18:06:51'),(3380,'37.139.53.82','2022-09-11 18:24:33'),(3381,'37.139.53.82','2022-09-11 20:33:30'),(3382,'162.158.238.216','2022-09-11 20:38:43'),(3383,'37.139.53.82','2022-09-11 22:40:56'),(3384,'37.139.53.82','2022-09-12 00:47:47'),(3385,'162.158.238.222','2022-09-12 01:48:22'),(3386,'37.139.53.82','2022-09-12 02:56:22'),(3387,'162.158.238.216','2022-09-12 04:25:21'),(3388,'37.139.53.82','2022-09-12 05:12:17'),(3389,'162.158.238.216','2022-09-12 07:01:19'),(3390,'37.139.53.82','2022-09-12 07:22:56'),(3391,'37.139.53.82','2022-09-12 09:32:27'),(3392,'162.158.238.216','2022-09-12 09:37:26'),(3393,'37.139.53.82','2022-09-12 11:41:22'),(3394,'162.158.238.210','2022-09-12 12:09:13'),(3395,'37.139.53.82','2022-09-12 13:55:05'),(3396,'162.158.238.216','2022-09-12 14:43:57'),(3397,'37.139.53.82','2022-09-12 16:28:09'),(3398,'162.158.239.17','2022-09-12 17:13:14'),(3399,'37.139.53.82','2022-09-12 18:38:29'),(3400,'162.158.238.222','2022-09-12 20:07:23'),(3401,'37.139.53.82','2022-09-12 20:47:41'),(3402,'37.139.53.82','2022-09-12 22:56:03'),(3403,'162.158.238.216','2022-09-13 00:24:52'),(3404,'37.139.53.82','2022-09-13 01:06:15'),(3405,'162.158.238.222','2022-09-13 03:02:53'),(3406,'37.139.53.82','2022-09-13 03:15:23'),(3407,'37.139.53.82','2022-09-13 05:26:04'),(3408,'162.158.238.210','2022-09-13 06:00:35'),(3409,'37.139.53.82','2022-09-13 07:38:58'),(3410,'162.158.239.17','2022-09-13 08:33:36'),(3411,'37.139.53.82','2022-09-13 10:09:16'),(3412,'162.158.239.17','2022-09-13 11:26:49'),(3413,'37.139.53.82','2022-09-13 12:39:49'),(3414,'162.158.238.222','2022-09-13 13:58:15'),(3415,'37.139.53.82','2022-09-13 14:52:32'),(3416,'162.158.238.210','2022-09-13 16:30:27'),(3417,'37.139.53.82','2022-09-13 17:05:02'),(3418,'162.158.239.17','2022-09-13 19:06:33'),(3419,'37.139.53.82','2022-09-13 19:13:28'),(3420,'162.158.238.210','2022-09-13 21:38:23'),(3421,'37.139.53.82','2022-09-13 21:46:21'),(3422,'37.139.53.82','2022-09-13 23:56:36'),(3423,'37.139.53.82','2022-09-14 02:04:38'),(3424,'162.158.238.210','2022-09-14 02:55:20'),(3425,'37.139.53.82','2022-09-14 04:12:14'),(3426,'162.158.238.210','2022-09-14 05:31:29'),(3427,'37.139.53.82','2022-09-14 06:22:45'),(3428,'199.187.211.21','2022-09-14 07:45:52'),(3429,'199.187.211.21','2022-09-14 07:45:53'),(3430,'162.158.238.222','2022-09-14 08:07:43'),(3431,'37.139.53.82','2022-09-14 08:32:59'),(3432,'37.139.53.82','2022-09-14 10:41:41'),(3433,'162.158.238.210','2022-09-14 10:44:25'),(3434,'37.139.53.82','2022-09-14 12:54:13'),(3435,'162.158.239.17','2022-09-14 13:16:42'),(3436,'37.139.53.82','2022-09-14 15:05:38'),(3437,'162.158.238.210','2022-09-14 15:50:46'),(3438,'37.139.53.82','2022-09-14 17:17:15'),(3439,'162.158.239.17','2022-09-14 18:23:56'),(3440,'37.139.53.82','2022-09-14 19:27:49'),(3441,'162.158.238.222','2022-09-14 20:57:42'),(3442,'37.139.53.82','2022-09-14 21:36:27'),(3443,'162.158.238.210','2022-09-14 23:32:23'),(3444,'37.139.53.82','2022-09-14 23:43:52'),(3445,'37.139.53.82','2022-09-15 01:51:15'),(3446,'162.158.238.210','2022-09-15 02:06:30'),(3447,'37.139.53.82','2022-09-15 03:57:49'),(3448,'162.158.238.216','2022-09-15 04:40:00'),(3449,'37.139.53.82','2022-09-15 06:07:31'),(3450,'162.158.238.216','2022-09-15 07:15:05'),(3451,'37.139.53.82','2022-09-15 07:35:18'),(3452,'37.139.53.82','2022-09-15 09:45:02'),(3453,'162.158.238.210','2022-09-15 09:51:04'),(3454,'37.139.53.82','2022-09-15 11:59:28'),(3455,'162.158.238.222','2022-09-15 12:46:18'),(3456,'37.139.53.82','2022-09-15 14:10:48'),(3457,'162.158.238.210','2022-09-15 15:13:03'),(3458,'37.139.53.82','2022-09-15 16:22:00'),(3459,'162.158.238.210','2022-09-15 17:48:27'),(3460,'37.139.53.82','2022-09-15 18:33:15'),(3461,'162.158.238.216','2022-09-15 20:21:42'),(3462,'37.139.53.82','2022-09-15 20:46:44'),(3463,'37.139.53.82','2022-09-15 22:54:06'),(3464,'162.158.238.210','2022-09-15 22:54:40'),(3465,'37.139.53.82','2022-09-16 01:01:36'),(3466,'162.158.238.222','2022-09-16 01:29:11'),(3467,'37.139.53.82','2022-09-16 03:30:09'),(3468,'162.158.239.17','2022-09-16 04:02:00'),(3469,'37.139.53.82','2022-09-16 05:39:05'),(3470,'162.158.238.210','2022-09-16 06:33:52'),(3471,'37.139.53.82','2022-09-16 07:49:28'),(3472,'162.158.238.210','2022-09-16 09:10:09'),(3473,'37.139.53.82','2022-09-16 09:57:17'),(3474,'162.158.238.210','2022-09-16 11:48:17'),(3475,'37.139.53.82','2022-09-16 14:17:57'),(3476,'162.158.238.210','2022-09-16 14:25:19'),(3477,'37.139.53.82','2022-09-16 16:29:52'),(3478,'162.158.239.17','2022-09-16 16:56:05'),(3479,'37.139.53.82','2022-09-16 19:00:40'),(3480,'162.158.239.17','2022-09-16 19:30:39'),(3481,'162.158.239.17','2022-09-16 22:23:32'),(3482,'37.139.53.82','2022-09-16 23:17:08'),(3483,'162.158.238.222','2022-09-17 00:57:11'),(3484,'37.139.53.82','2022-09-17 01:25:13'),(3485,'162.158.238.210','2022-09-17 03:30:42'),(3486,'37.139.53.82','2022-09-17 03:35:21'),(3487,'37.139.53.82','2022-09-17 05:45:33'),(3488,'162.158.238.210','2022-09-17 06:09:48'),(3489,'37.139.53.82','2022-09-17 07:56:36'),(3490,'162.158.238.222','2022-09-17 08:39:39'),(3491,'37.139.53.82','2022-09-17 10:06:02'),(3492,'162.158.238.210','2022-09-17 11:11:04'),(3493,'37.139.53.82','2022-09-17 12:15:15'),(3494,'162.158.238.222','2022-09-17 13:46:10'),(3495,'37.139.53.82','2022-09-17 14:24:06'),(3496,'162.158.239.17','2022-09-17 16:20:44'),(3497,'37.139.53.82','2022-09-17 16:42:12'),(3498,'162.158.239.17','2022-09-17 18:53:15'),(3499,'37.139.53.82','2022-09-17 18:58:15'),(3500,'37.139.53.82','2022-09-17 21:09:08'),(3501,'37.139.53.82','2022-09-17 23:35:35'),(3502,'162.158.238.210','2022-09-17 23:57:44'),(3503,'37.139.53.82','2022-09-18 01:42:42'),(3504,'162.158.239.17','2022-09-18 02:30:41'),(3505,'37.139.53.82','2022-09-18 03:51:56'),(3506,'162.158.239.17','2022-09-18 05:05:09'),(3507,'37.139.53.82','2022-09-18 06:02:40'),(3508,'162.158.239.17','2022-09-18 07:35:18'),(3509,'37.139.53.82','2022-09-18 08:12:29'),(3510,'37.139.53.82','2022-09-18 10:22:43'),(3511,'37.139.53.82','2022-09-18 12:31:54'),(3512,'162.158.238.210','2022-09-18 12:44:05'),(3513,'37.139.53.82','2022-09-18 14:41:29'),(3514,'162.158.238.210','2022-09-18 15:15:53'),(3515,'37.139.53.82','2022-09-18 16:51:22'),(3516,'162.158.238.216','2022-09-18 17:47:22'),(3517,'37.139.53.82','2022-09-18 19:01:29'),(3518,'162.158.238.216','2022-09-18 20:24:41'),(3519,'37.139.53.82','2022-09-18 21:09:09'),(3520,'162.158.238.216','2022-09-18 22:56:56'),(3521,'37.139.53.82','2022-09-18 23:21:35'),(3522,'162.158.238.216','2022-09-19 01:26:58'),(3523,'37.139.53.82','2022-09-19 01:29:35'),(3524,'37.139.53.82','2022-09-19 03:37:59'),(3525,'162.158.238.216','2022-09-19 03:59:08'),(3526,'37.139.53.82','2022-09-19 05:47:00'),(3527,'162.158.238.222','2022-09-19 06:31:52'),(3528,'37.139.53.82','2022-09-19 07:57:22'),(3529,'162.158.238.210','2022-09-19 09:06:57'),(3530,'37.139.53.82','2022-09-19 10:06:56'),(3531,'188.126.94.197','2022-09-19 10:30:24'),(3532,'162.158.238.222','2022-09-19 11:40:13'),(3533,'37.139.53.82','2022-09-19 12:20:27'),(3534,'162.158.238.210','2022-09-19 14:14:40'),(3535,'37.139.53.82','2022-09-19 14:31:47'),(3536,'37.139.53.82','2022-09-19 16:41:58'),(3537,'162.158.239.17','2022-09-19 16:47:16'),(3538,'37.139.53.82','2022-09-19 18:53:22'),(3539,'162.158.239.17','2022-09-19 19:21:32'),(3540,'37.139.53.82','2022-09-19 21:02:18'),(3541,'162.158.238.216','2022-09-19 21:54:02'),(3542,'37.139.53.82','2022-09-19 23:10:06'),(3543,'162.158.238.216','2022-09-20 00:28:11'),(3544,'37.139.53.82','2022-09-20 01:18:05'),(3545,'192.252.220.30','2022-09-20 02:32:44'),(3546,'192.252.220.30','2022-09-20 02:32:45'),(3547,'162.158.238.216','2022-09-20 03:00:28'),(3548,'37.139.53.82','2022-09-20 03:30:54'),(3549,'162.158.239.17','2022-09-20 05:31:41'),(3550,'37.139.53.82','2022-09-20 05:39:31'),(3551,'37.139.53.82','2022-09-20 07:49:24'),(3552,'162.158.238.216','2022-09-20 08:02:23'),(3553,'37.139.53.82','2022-09-20 09:58:43'),(3554,'162.158.238.210','2022-09-20 10:33:45'),(3555,'37.139.53.82','2022-09-20 12:10:32'),(3556,'162.158.238.216','2022-09-20 13:25:45'),(3557,'37.139.53.82','2022-09-20 14:22:17'),(3558,'162.158.238.216','2022-09-20 15:56:44'),(3559,'37.139.53.82','2022-09-20 16:30:55'),(3560,'162.158.238.222','2022-09-20 18:28:32'),(3561,'37.139.53.82','2022-09-20 18:40:44'),(3562,'37.139.53.82','2022-09-20 20:49:06'),(3563,'162.158.238.210','2022-09-20 21:00:12'),(3564,'37.139.53.82','2022-09-20 23:01:14'),(3565,'162.158.238.216','2022-09-20 23:31:59'),(3566,'37.139.53.82','2022-09-21 01:11:48'),(3567,'162.158.238.222','2022-09-21 02:02:18'),(3568,'37.139.53.82','2022-09-21 03:19:31'),(3569,'162.158.238.216','2022-09-21 04:35:06'),(3570,'37.139.53.82','2022-09-21 05:28:10'),(3571,'162.158.238.210','2022-09-21 07:06:16'),(3572,'37.139.53.82','2022-09-21 07:38:21'),(3573,'162.158.238.222','2022-09-21 09:39:14'),(3574,'37.139.53.82','2022-09-21 09:46:41'),(3575,'37.139.53.82','2022-09-21 11:57:00'),(3576,'162.158.238.222','2022-09-21 12:10:52'),(3577,'37.139.53.82','2022-09-21 14:12:26'),(3578,'162.158.239.17','2022-09-21 14:43:52'),(3579,'37.139.53.82','2022-09-21 16:23:56'),(3580,'162.158.238.216','2022-09-21 17:13:12'),(3581,'37.139.53.82','2022-09-21 18:36:08'),(3582,'162.158.238.222','2022-09-21 19:41:56'),(3583,'37.139.53.82','2022-09-21 20:47:55'),(3584,'37.139.53.82','2022-09-21 22:04:06'),(3585,'162.158.239.17','2022-09-21 22:17:25'),(3586,'37.139.53.82','2022-09-22 00:14:15'),(3587,'162.158.238.210','2022-09-22 00:48:11'),(3588,'37.139.53.82','2022-09-22 02:25:42'),(3589,'162.158.238.222','2022-09-22 03:20:20'),(3590,'37.139.53.82','2022-09-22 04:35:06'),(3591,'162.158.239.17','2022-09-22 05:53:22'),(3592,'37.139.53.82','2022-09-22 07:03:05'),(3593,'162.158.238.222','2022-09-22 08:24:20'),(3594,'37.139.53.82','2022-09-22 09:13:26'),(3595,'37.139.53.82','2022-09-22 11:22:51'),(3596,'172.71.102.40','2022-09-22 11:55:24'),(3597,'162.158.238.216','2022-09-22 13:30:09'),(3598,'37.139.53.82','2022-09-22 13:37:09'),(3599,'37.139.53.82','2022-09-22 15:49:56'),(3600,'162.158.239.17','2022-09-22 16:02:35'),(3601,'37.139.53.82','2022-09-22 18:01:04'),(3602,'162.158.239.17','2022-09-22 18:35:26'),(3603,'37.139.53.82','2022-09-22 20:15:11'),(3604,'162.158.238.216','2022-09-22 21:07:58'),(3605,'37.139.53.82','2022-09-22 22:23:08'),(3606,'198.27.103.176','2022-09-22 22:45:56'),(3607,'198.27.103.176','2022-09-22 22:45:56'),(3608,'162.158.239.17','2022-09-22 23:39:42'),(3609,'37.139.53.82','2022-09-23 00:29:56'),(3610,'162.158.238.222','2022-09-23 02:09:27'),(3611,'37.139.53.82','2022-09-23 02:38:27'),(3612,'162.158.238.216','2022-09-23 04:41:43'),(3613,'37.139.53.82','2022-09-23 04:48:06'),(3614,'37.139.53.82','2022-09-23 07:01:47'),(3615,'162.158.238.222','2022-09-23 07:12:19'),(3616,'37.139.53.82','2022-09-23 09:11:12'),(3617,'162.158.239.17','2022-09-23 09:41:43'),(3618,'84.17.60.110','2022-09-23 10:01:44'),(3619,'37.139.53.82','2022-09-23 11:18:40'),(3620,'37.139.53.82','2022-09-23 13:38:16'),(3621,'37.139.53.82','2022-09-23 15:48:14'),(3622,'37.139.53.82','2022-09-23 17:57:24'),(3623,'37.139.53.82','2022-09-23 20:05:08'),(3624,'37.139.53.82','2022-09-23 22:10:43'),(3625,'37.139.53.82','2022-09-24 00:14:59'),(3626,'37.139.53.82','2022-09-24 02:23:43'),(3627,'37.139.53.82','2022-09-24 06:38:28'),(3628,'37.139.53.82','2022-09-24 08:46:33'),(3629,'37.139.53.82','2022-09-24 10:52:50'),(3630,'37.139.53.82','2022-09-24 13:02:51'),(3631,'37.139.53.82','2022-09-24 15:11:29'),(3632,'37.139.53.82','2022-09-24 17:18:39'),(3633,'37.139.53.82','2022-09-24 19:29:57'),(3634,'37.139.53.82','2022-09-24 21:37:57'),(3635,'37.139.53.82','2022-09-24 23:46:52'),(3636,'37.139.53.82','2022-09-25 01:52:22'),(3637,'37.139.53.82','2022-09-25 03:58:00'),(3638,'37.139.53.82','2022-09-25 06:02:57'),(3639,'37.139.53.82','2022-09-25 08:11:45'),(3640,'37.139.53.82','2022-09-25 10:19:43'),(3641,'37.139.53.82','2022-09-25 12:26:38'),(3642,'37.139.53.82','2022-09-25 14:34:47'),(3643,'37.139.53.82','2022-09-25 16:41:45'),(3644,'37.139.53.82','2022-09-25 18:47:42'),(3645,'37.139.53.82','2022-09-25 20:54:28'),(3646,'37.139.53.82','2022-09-25 23:00:16'),(3647,'37.139.53.82','2022-09-26 01:09:53'),(3648,'37.139.53.82','2022-09-26 03:13:32'),(3649,'37.139.53.82','2022-09-26 05:19:55'),(3650,'37.139.53.82','2022-09-26 07:27:22'),(3651,'37.139.53.82','2022-09-26 09:32:59'),(3652,'37.139.53.82','2022-09-26 11:40:00'),(3653,'37.139.53.82','2022-09-26 13:50:41'),(3654,'37.139.53.82','2022-09-26 16:07:49'),(3655,'37.139.53.82','2022-09-26 18:22:13'),(3656,'37.139.53.82','2022-09-26 20:32:08'),(3657,'199.187.211.208','2022-09-26 22:06:37'),(3658,'199.187.211.208','2022-09-26 22:06:38'),(3659,'37.139.53.82','2022-09-26 22:40:20'),(3660,'37.139.53.82','2022-09-27 00:48:22'),(3661,'87.249.132.49','2022-09-27 02:00:32'),(3662,'37.139.53.82','2022-09-27 02:55:12'),(3663,'37.139.53.82','2022-09-27 05:03:28'),(3664,'191.96.168.9','2022-09-27 05:59:34'),(3665,'37.139.53.82','2022-09-27 07:10:42'),(3666,'37.139.53.82','2022-09-27 09:17:23'),(3667,'37.139.53.82','2022-09-27 11:25:35'),(3668,'37.139.53.82','2022-09-27 13:34:49'),(3669,'37.139.53.82','2022-09-27 15:44:01'),(3670,'37.139.53.82','2022-09-27 17:51:53'),(3671,'37.139.53.82','2022-09-27 19:57:40'),(3672,'162.158.239.17','2022-09-28 08:26:37'),(3673,'37.139.53.82','2022-09-28 14:14:54'),(3674,'162.158.238.222','2022-09-28 15:02:22'),(3675,'37.139.53.82','2022-09-28 20:55:39'),(3676,'162.158.239.17','2022-09-28 21:40:28'),(3677,'37.139.53.82','2022-09-29 03:52:51'),(3678,'162.158.238.210','2022-09-29 04:18:16'),(3679,'162.158.238.222','2022-09-29 10:52:42'),(3680,'37.139.53.82','2022-09-29 10:57:19'),(3681,'37.139.53.82','2022-09-29 17:55:20'),(3682,'162.158.238.210','2022-09-29 18:32:21'),(3683,'162.158.238.222','2022-09-30 01:10:22'),(3684,'37.139.53.82','2022-09-30 04:56:27'),(3685,'162.158.239.17','2022-09-30 07:42:58'),(3686,'162.158.238.222','2022-09-30 14:16:06'),(3687,'37.139.53.82','2022-09-30 18:18:05'),(3688,'162.158.238.210','2022-09-30 20:49:02'),(3689,'37.139.53.82','2022-10-01 01:15:39'),(3690,'84.17.47.30','2022-10-01 01:17:12'),(3691,'162.158.238.216','2022-10-01 03:23:34'),(3692,'162.158.238.210','2022-10-01 05:14:10'),(3693,'37.139.53.82','2022-10-01 07:56:07'),(3694,'162.158.238.222','2022-10-01 12:09:30'),(3695,'37.139.53.82','2022-10-01 14:40:43'),(3696,'162.158.239.17','2022-10-01 18:41:58'),(3697,'37.139.53.82','2022-10-01 21:36:12'),(3698,'37.139.53.82','2022-10-02 04:16:36'),(3699,'162.158.238.210','2022-10-02 08:12:04'),(3700,'37.139.53.82','2022-10-02 10:57:01'),(3701,'162.158.238.216','2022-10-02 14:42:58'),(3702,'138.199.59.131','2022-10-02 16:18:38'),(3703,'37.139.53.82','2022-10-02 17:57:07'),(3704,'162.158.238.216','2022-10-02 21:13:53'),(3705,'37.139.53.82','2022-10-03 00:38:11'),(3706,'192.252.220.45','2022-10-03 02:57:03'),(3707,'192.252.220.45','2022-10-03 02:57:03'),(3708,'162.158.239.17','2022-10-03 03:50:24'),(3709,'37.139.53.82','2022-10-03 07:38:46'),(3710,'162.158.238.222','2022-10-03 10:24:43'),(3711,'37.139.53.82','2022-10-03 14:21:24'),(3712,'162.158.238.222','2022-10-03 17:00:23'),(3713,'37.139.53.82','2022-10-03 20:57:58'),(3714,'162.158.238.210','2022-10-03 23:41:00'),(3715,'37.139.53.82','2022-10-04 03:39:36'),(3716,'162.158.238.216','2022-10-04 06:13:07'),(3717,'37.139.53.82','2022-10-04 10:20:35'),(3718,'162.158.239.17','2022-10-04 12:45:32'),(3719,'37.139.53.82','2022-10-04 17:02:22'),(3720,'162.158.239.17','2022-10-04 19:18:53'),(3721,'37.139.53.82','2022-10-04 23:40:12'),(3722,'162.158.238.216','2022-10-05 01:57:26'),(3723,'181.214.206.8','2022-10-05 02:34:19'),(3724,'171.22.76.84','2022-10-05 04:23:40'),(3725,'171.22.76.84','2022-10-05 04:23:40'),(3726,'37.139.53.82','2022-10-05 06:21:50'),(3727,'162.158.238.222','2022-10-05 08:30:16'),(3728,'37.139.53.82','2022-10-05 13:02:38'),(3729,'162.158.239.17','2022-10-05 15:12:41'),(3730,'37.139.53.82','2022-10-05 19:42:32'),(3731,'162.158.239.18','2022-10-05 21:54:15'),(3732,'37.139.53.82','2022-10-06 02:25:25'),(3733,'162.158.238.217','2022-10-06 04:28:48'),(3734,'37.139.53.82','2022-10-06 09:03:47'),(3735,'162.158.238.211','2022-10-06 11:08:24'),(3736,'37.139.53.82','2022-10-06 16:08:18'),(3737,'162.158.238.223','2022-10-06 17:47:11'),(3738,'37.139.53.82','2022-10-06 23:02:07'),(3739,'162.158.239.18','2022-10-07 00:21:09'),(3740,'37.139.53.82','2022-10-07 05:44:53'),(3741,'162.158.238.217','2022-10-07 06:55:26'),(3742,'37.139.53.82','2022-10-07 12:27:40'),(3743,'162.158.238.217','2022-10-07 13:25:20'),(3744,'172.241.232.26','2022-10-07 17:22:12'),(3745,'172.241.232.26','2022-10-07 17:22:12'),(3746,'37.139.53.82','2022-10-07 19:24:04'),(3747,'162.158.239.18','2022-10-07 20:02:05'),(3748,'162.158.238.211','2022-10-08 03:43:10'),(3749,'37.139.53.82','2022-10-08 03:47:55'),(3750,'37.139.53.82','2022-10-08 10:24:30'),(3751,'162.158.238.223','2022-10-08 10:37:20'),(3752,'37.139.53.82','2022-10-08 17:06:37'),(3753,'162.158.239.18','2022-10-08 17:12:40'),(3754,'37.139.53.82','2022-10-08 23:45:37'),(3755,'162.158.238.217','2022-10-08 23:48:23'),(3756,'151.237.190.217','2022-10-09 00:53:02'),(3757,'151.237.190.217','2022-10-09 00:53:02'),(3758,'172.70.91.106','2022-10-09 05:09:41'),(3759,'172.70.91.106','2022-10-09 05:09:43'),(3760,'162.158.238.211','2022-10-09 06:23:06'),(3761,'141.101.99.28','2022-10-09 06:24:28'),(3762,'141.101.99.28','2022-10-09 06:24:32'),(3763,'37.139.53.82','2022-10-09 06:26:49'),(3764,'162.253.68.138','2022-10-09 09:40:18'),(3765,'162.253.68.138','2022-10-09 09:40:41'),(3766,'162.158.238.223','2022-10-09 12:53:25'),(3767,'37.139.53.82','2022-10-09 13:08:28'),(3768,'162.158.239.18','2022-10-09 19:47:35'),(3769,'37.139.53.82','2022-10-10 00:25:29'),(3770,'162.158.239.18','2022-10-10 02:45:11'),(3771,'37.139.53.82','2022-10-10 07:07:43'),(3772,'162.158.238.217','2022-10-10 09:17:19'),(3773,'37.139.53.82','2022-10-10 14:06:09'),(3774,'162.158.238.211','2022-10-10 15:48:01'),(3775,'37.139.53.82','2022-10-10 20:48:08'),(3776,'162.158.238.223','2022-10-10 22:25:27'),(3777,'37.139.53.82','2022-10-11 03:32:10'),(3778,'162.158.238.211','2022-10-11 04:58:01'),(3779,'37.139.53.82','2022-10-11 10:09:48'),(3780,'162.158.239.18','2022-10-11 11:49:42'),(3781,'37.139.53.82','2022-10-11 16:49:29'),(3782,'162.158.239.18','2022-10-11 18:19:55'),(3783,'192.252.220.4','2022-10-11 18:58:22'),(3784,'192.252.220.4','2022-10-11 18:58:23'),(3785,'162.158.238.223','2022-10-11 21:19:00'),(3786,'37.139.53.82','2022-10-11 23:32:02'),(3787,'162.158.238.223','2022-10-12 03:53:10'),(3788,'37.139.53.82','2022-10-12 06:10:41'),(3789,'195.78.54.41','2022-10-12 09:37:16'),(3790,'162.158.238.211','2022-10-12 10:28:10'),(3791,'37.139.53.82','2022-10-12 12:50:45'),(3792,'172.68.138.37','2022-10-12 17:03:10'),(3793,'37.139.53.82','2022-10-12 19:29:52'),(3794,'162.158.203.74','2022-10-12 23:42:55'),(3795,'37.139.53.82','2022-10-13 02:10:16'),(3796,'162.158.203.132','2022-10-13 06:19:46'),(3797,'37.139.53.82','2022-10-13 08:50:19'),(3798,'162.158.203.74','2022-10-13 12:56:37'),(3799,'37.139.53.82','2022-10-13 15:30:48'),(3800,'172.68.138.21','2022-10-13 19:35:37'),(3801,'37.139.53.82','2022-10-13 22:11:25'),(3802,'172.69.194.79','2022-10-14 02:09:19'),(3803,'37.139.53.82','2022-10-14 04:51:37'),(3804,'162.158.203.134','2022-10-14 09:48:23'),(3805,'37.139.53.82','2022-10-14 11:31:47'),(3806,'162.158.203.134','2022-10-14 16:26:16'),(3807,'37.139.53.82','2022-10-14 18:12:13'),(3808,'172.71.94.205','2022-10-14 22:59:50'),(3809,'37.139.53.82','2022-10-15 00:51:46'),(3810,'172.71.160.27','2022-10-15 05:32:46'),(3811,'37.139.53.82','2022-10-15 07:33:30'),(3812,'172.71.160.27','2022-10-15 12:04:25'),(3813,'37.139.53.82','2022-10-15 14:14:15'),(3814,'172.71.160.47','2022-10-15 18:41:17'),(3815,'37.139.53.82','2022-10-15 20:56:33'),(3816,'172.69.10.87','2022-10-16 01:12:28'),(3817,'37.139.53.82','2022-10-16 03:34:07'),(3818,'198.41.242.177','2022-10-16 08:06:23'),(3819,'37.139.53.82','2022-10-16 10:12:43'),(3820,'198.41.242.21','2022-10-16 14:10:09'),(3821,'37.139.53.82','2022-10-16 16:54:26'),(3822,'162.158.238.211','2022-10-16 19:50:24'),(3823,'37.139.53.82','2022-10-16 23:35:20'),(3824,'172.69.10.63','2022-10-17 02:25:23'),(3825,'37.139.53.82','2022-10-17 06:15:20'),(3826,'162.158.203.132','2022-10-17 09:00:01'),(3827,'37.139.53.82','2022-10-17 12:54:28'),(3828,'162.158.203.74','2022-10-17 15:34:09'),(3829,'162.158.134.181','2022-10-17 19:32:07'),(3830,'37.139.53.82','2022-10-17 19:35:59'),(3831,'37.19.223.99','2022-10-18 00:58:14'),(3832,'162.158.134.77','2022-10-18 02:02:59'),(3833,'37.139.53.82','2022-10-18 06:59:34'),(3834,'162.158.134.177','2022-10-18 08:30:42'),(3835,'37.139.53.82','2022-10-18 13:34:48'),(3836,'172.69.10.63','2022-10-18 15:02:40'),(3837,'37.139.53.82','2022-10-18 20:03:57'),(3838,'162.158.166.181','2022-10-18 21:32:59'),(3839,'37.139.53.82','2022-10-19 02:38:24'),(3840,'162.158.239.18','2022-10-19 04:09:12'),(3841,'84.17.60.103','2022-10-19 07:52:47'),(3842,'37.139.53.82','2022-10-19 09:26:39'),(3843,'162.158.239.18','2022-10-19 11:08:58'),(3844,'37.139.53.82','2022-10-19 16:15:41'),(3845,'162.158.238.223','2022-10-19 17:43:26'),(3846,'144.217.105.197','2022-10-19 18:41:54'),(3847,'144.217.105.197','2022-10-19 18:41:54'),(3848,'37.139.53.82','2022-10-19 22:57:00'),(3849,'162.158.238.217','2022-10-20 00:14:55'),(3850,'37.139.53.82','2022-10-20 05:37:47'),(3851,'162.158.238.223','2022-10-20 06:52:24'),(3852,'37.139.53.82','2022-10-20 14:22:37'),(3853,'162.158.238.223','2022-10-20 15:22:58'),(3854,'188.126.94.200','2022-10-20 18:15:44'),(3855,'37.139.53.82','2022-10-20 20:59:25'),(3856,'162.158.238.223','2022-10-20 22:17:54'),(3857,'181.214.218.87','2022-10-21 00:32:52'),(3858,'37.139.53.82','2022-10-21 03:41:03'),(3859,'162.158.238.223','2022-10-21 04:00:31'),(3860,'162.158.239.18','2022-10-21 10:34:17'),(3861,'37.139.53.82','2022-10-21 12:25:02'),(3862,'162.158.239.18','2022-10-21 17:32:26'),(3863,'37.139.53.82','2022-10-21 19:01:40'),(3864,'162.158.238.223','2022-10-22 00:11:38'),(3865,'216.24.216.101','2022-10-22 00:45:27'),(3866,'37.139.53.82','2022-10-22 02:00:21'),(3867,'162.158.238.217','2022-10-22 06:43:26'),(3868,'37.139.53.82','2022-10-22 08:41:06'),(3869,'185.65.134.167','2022-10-22 10:34:40'),(3870,'162.158.238.211','2022-10-22 13:17:20'),(3871,'37.139.53.82','2022-10-22 15:25:07'),(3872,'162.158.238.217','2022-10-22 17:45:40'),(3873,'37.139.53.82','2022-10-22 22:03:39'),(3874,'162.158.239.18','2022-10-23 00:22:06'),(3875,'37.139.53.82','2022-10-23 04:42:29'),(3876,'162.158.238.211','2022-10-23 06:51:24'),(3877,'171.22.76.51','2022-10-23 07:46:28'),(3878,'171.22.76.51','2022-10-23 07:46:45'),(3879,'162.158.238.223','2022-10-23 13:25:43'),(3880,'37.139.53.82','2022-10-23 17:22:19'),(3881,'162.158.239.18','2022-10-23 19:58:51'),(3882,'37.139.53.82','2022-10-23 23:48:40'),(3883,'162.158.239.18','2022-10-24 02:34:16'),(3884,'37.139.53.82','2022-10-24 06:40:56'),(3885,'162.158.238.223','2022-10-24 09:19:28'),(3886,'37.139.53.82','2022-10-24 13:16:41'),(3887,'162.158.239.18','2022-10-24 15:54:07'),(3888,'162.158.238.217','2022-10-24 22:26:50'),(3889,'37.139.53.82','2022-10-25 01:26:15'),(3890,'162.158.239.18','2022-10-25 05:02:10'),(3891,'37.139.53.82','2022-10-25 08:01:10'),(3892,'162.158.238.223','2022-10-25 11:55:02'),(3893,'37.19.223.122','2022-10-25 17:28:28'),(3894,'162.158.239.18','2022-10-25 18:36:47'),(3895,'37.139.53.82','2022-10-25 21:46:11'),(3896,'162.158.239.18','2022-10-25 23:38:21'),(3897,'37.139.53.82','2022-10-26 04:45:30'),(3898,'162.158.239.18','2022-10-26 06:17:51'),(3899,'37.139.53.82','2022-10-26 11:12:27'),(3900,'162.158.238.223','2022-10-26 14:11:59'),(3901,'37.139.53.82','2022-10-26 19:09:06'),(3902,'162.158.238.211','2022-10-26 20:56:10'),(3903,'185.14.97.176','2022-10-26 21:10:35'),(3904,'84.17.47.26','2022-10-26 23:02:31'),(3905,'37.139.53.82','2022-10-27 01:47:53'),(3906,'162.158.239.18','2022-10-27 03:55:45'),(3907,'37.139.53.82','2022-10-27 08:30:36'),(3908,'162.158.238.211','2022-10-27 10:38:53'),(3909,'37.139.53.82','2022-10-27 15:08:27'),(3910,'162.158.238.211','2022-10-27 17:39:34'),(3911,'37.139.53.82','2022-10-27 21:49:24'),(3912,'162.158.238.223','2022-10-28 00:15:21'),(3913,'37.139.53.82','2022-10-28 04:30:09'),(3914,'162.158.238.223','2022-10-28 06:52:41'),(3915,'37.139.53.82','2022-10-28 11:17:53'),(3916,'162.158.238.217','2022-10-28 13:31:43'),(3917,'37.139.53.82','2022-10-28 17:57:49'),(3918,'162.158.238.223','2022-10-28 20:08:49'),(3919,'191.101.209.119','2022-10-29 01:52:15'),(3920,'37.139.53.82','2022-10-29 16:30:47'),(3921,'162.158.239.18','2022-10-29 18:24:47'),(3922,'162.158.238.211','2022-10-30 01:06:50'),(3923,'37.139.53.82','2022-10-30 02:52:11'),(3924,'162.158.238.217','2022-10-30 07:52:19'),(3925,'37.139.53.82','2022-10-30 09:25:03'),(3926,'162.158.238.217','2022-10-30 14:32:05'),(3927,'37.139.53.82','2022-10-30 15:58:57'),(3928,'162.158.238.211','2022-10-30 21:15:30'),(3929,'37.139.53.82','2022-10-30 22:31:27'),(3930,'162.158.222.131','2022-10-31 04:16:15'),(3931,'37.139.53.82','2022-10-31 04:58:11'),(3932,'162.158.238.211','2022-10-31 10:50:13'),(3933,'37.139.53.82','2022-10-31 11:34:01'),(3934,'162.158.238.223','2022-10-31 17:34:33'),(3935,'37.139.53.82','2022-10-31 18:19:43'),(3936,'162.158.238.211','2022-11-01 00:30:45'),(3937,'37.139.53.82','2022-11-01 00:54:01'),(3938,'162.158.238.223','2022-11-01 07:15:42'),(3939,'37.139.53.82','2022-11-01 07:34:16'),(3940,'192.252.220.19','2022-11-01 11:08:15'),(3941,'192.252.220.19','2022-11-01 11:08:15'),(3942,'162.158.238.217','2022-11-01 13:55:56'),(3943,'37.139.53.82','2022-11-01 13:57:18'),(3944,'37.139.53.82','2022-11-01 20:30:00'),(3945,'162.158.238.211','2022-11-01 20:37:46'),(3946,'37.139.53.82','2022-11-02 03:01:07'),(3947,'162.158.238.211','2022-11-02 03:25:17'),(3948,'37.139.53.82','2022-11-02 09:42:15'),(3949,'162.158.238.223','2022-11-02 10:23:48'),(3950,'37.139.53.82','2022-11-02 16:20:25'),(3951,'162.158.238.223','2022-11-02 17:10:09'),(3952,'37.139.53.82','2022-11-02 22:57:29'),(3953,'162.158.238.211','2022-11-02 23:56:10'),(3954,'172.68.110.127','2022-11-03 00:40:30'),(3955,'37.139.53.82','2022-11-03 05:39:45'),(3956,'162.158.238.216','2022-11-03 06:35:07'),(3957,'162.158.238.216','2022-11-03 11:56:32'),(3958,'37.139.53.82','2022-11-03 12:18:45'),(3959,'162.158.239.18','2022-11-03 18:44:28'),(3960,'37.139.53.82','2022-11-03 18:47:54'),(3961,'37.19.223.105','2022-11-04 01:05:01'),(3962,'37.139.53.82','2022-11-04 01:18:18'),(3963,'162.158.238.210','2022-11-04 01:36:30'),(3964,'37.139.53.82','2022-11-04 07:47:18'),(3965,'162.158.239.18','2022-11-04 08:15:24'),(3966,'37.139.53.82','2022-11-04 14:20:54'),(3967,'162.158.238.217','2022-11-04 14:53:05'),(3968,'37.139.53.82','2022-11-04 20:58:07'),(3969,'162.158.238.210','2022-11-04 21:36:17'),(3970,'37.139.53.82','2022-11-05 03:39:47'),(3971,'162.158.238.217','2022-11-05 04:23:36'),(3972,'37.139.53.82','2022-11-05 10:21:19'),(3973,'162.158.238.216','2022-11-05 11:05:45'),(3974,'37.19.200.25','2022-11-05 13:08:42'),(3975,'37.19.200.25','2022-11-05 13:08:43'),(3976,'37.139.53.82','2022-11-05 16:53:00'),(3977,'162.158.239.18','2022-11-05 17:49:38'),(3978,'37.139.53.82','2022-11-05 23:27:34'),(3979,'162.158.238.210','2022-11-06 00:32:08'),(3980,'37.139.53.82','2022-11-06 05:58:03'),(3981,'162.158.238.222','2022-11-06 07:47:27'),(3982,'37.139.53.82','2022-11-06 12:28:39'),(3983,'162.158.239.17','2022-11-06 14:24:56'),(3984,'37.139.53.82','2022-11-06 18:57:07'),(3985,'162.158.239.18','2022-11-06 21:09:50'),(3986,'37.139.53.82','2022-11-07 01:30:44'),(3987,'162.158.238.217','2022-11-07 03:50:02'),(3988,'37.139.53.82','2022-11-07 08:12:25'),(3989,'162.158.238.216','2022-11-07 10:38:48'),(3990,'162.158.238.210','2022-11-07 13:29:15'),(3991,'37.139.53.82','2022-11-07 14:51:44'),(3992,'162.158.238.223','2022-11-07 20:12:16'),(3993,'37.139.53.82','2022-11-07 21:27:08'),(3994,'162.158.238.223','2022-11-08 02:52:26'),(3995,'37.139.53.82','2022-11-08 04:08:12'),(3996,'194.36.96.30','2022-11-08 09:00:44'),(3997,'194.36.96.30','2022-11-08 09:00:44'),(3998,'162.158.239.36','2022-11-08 09:40:19'),(3999,'37.139.53.82','2022-11-08 10:38:42'),(4000,'162.158.238.222','2022-11-08 16:21:48'),(4001,'37.139.53.82','2022-11-08 17:13:32'),(4002,'162.158.239.12','2022-11-08 23:13:11'),(4003,'37.139.53.82','2022-11-08 23:47:37'),(4004,'162.158.238.204','2022-11-09 05:55:13'),(4005,'37.139.53.82','2022-11-09 06:22:31'),(4006,'162.158.238.204','2022-11-09 12:41:30'),(4007,'37.139.53.82','2022-11-09 12:53:22'),(4008,'138.199.36.210','2022-11-09 17:57:06'),(4009,'162.158.239.31','2022-11-09 19:22:49'),(4010,'37.139.53.82','2022-11-09 19:23:48'),(4011,'37.139.53.82','2022-11-10 01:52:55'),(4012,'162.158.239.36','2022-11-10 02:06:47'),(4013,'213.159.38.90','2022-11-10 02:58:46'),(4014,'156.146.38.130','2022-11-10 07:35:05'),(4015,'156.146.38.130','2022-11-10 07:35:05'),(4016,'37.139.53.82','2022-11-10 08:30:42'),(4017,'162.158.239.32','2022-11-10 09:11:03'),(4018,'37.139.53.82','2022-11-10 15:08:51'),(4019,'162.158.239.32','2022-11-10 15:52:58'),(4020,'84.17.51.17','2022-11-10 18:05:28'),(4021,'162.158.239.32','2022-11-10 20:20:53'),(4022,'37.139.53.82','2022-11-10 21:48:19'),(4023,'162.158.238.205','2022-11-11 03:07:01'),(4024,'37.139.53.82','2022-11-11 04:27:02'),(4025,'162.158.239.32','2022-11-11 09:52:36'),(4026,'162.158.239.31','2022-11-11 16:34:37'),(4027,'37.139.53.82','2022-11-11 17:33:42'),(4028,'162.158.238.205','2022-11-11 23:15:51'),(4029,'37.139.53.82','2022-11-12 00:18:55'),(4030,'162.158.239.32','2022-11-12 06:11:17'),(4031,'37.139.53.82','2022-11-12 06:54:37'),(4032,'162.158.238.205','2022-11-12 12:54:34'),(4033,'37.139.53.82','2022-11-12 13:39:08'),(4034,'162.158.239.11','2022-11-12 19:34:01'),(4035,'37.139.53.82','2022-11-12 20:27:28'),(4036,'162.158.239.11','2022-11-13 02:21:12'),(4037,'37.139.53.82','2022-11-13 03:17:19'),(4038,'213.159.38.90','2022-11-13 03:41:46'),(4039,'162.158.239.35','2022-11-13 09:22:01'),(4040,'37.139.53.82','2022-11-13 09:49:42'),(4041,'162.158.239.11','2022-11-13 16:03:03'),(4042,'37.139.53.82','2022-11-13 16:23:31'),(4043,'162.158.239.11','2022-11-13 22:42:45'),(4044,'37.139.53.82','2022-11-13 22:57:41'),(4045,'37.139.53.82','2022-11-14 05:30:45'),(4046,'162.158.238.204','2022-11-14 05:32:24'),(4047,'37.139.53.82','2022-11-14 12:10:20'),(4048,'162.158.239.35','2022-11-14 12:12:18'),(4049,'162.158.239.36','2022-11-14 18:48:03'),(4050,'37.139.53.82','2022-11-14 18:55:56'),(4051,'37.139.53.82','2022-11-15 01:22:19'),(4052,'162.158.239.36','2022-11-15 01:47:52'),(4053,'162.158.238.205','2022-11-15 07:11:52'),(4054,'37.139.53.82','2022-11-15 07:56:16'),(4055,'162.158.239.31','2022-11-15 13:53:11'),(4056,'37.139.53.82','2022-11-15 14:36:34'),(4057,'162.158.239.35','2022-11-15 20:34:19'),(4058,'188.126.89.121','2022-11-15 20:55:01'),(4059,'37.139.53.82','2022-11-16 02:13:06'),(4060,'162.158.239.31','2022-11-16 03:16:10'),(4061,'37.139.53.82','2022-11-16 08:58:23'),(4062,'162.158.239.31','2022-11-16 10:04:17'),(4063,'37.139.53.82','2022-11-16 15:33:11'),(4064,'162.158.239.31','2022-11-16 17:07:17'),(4065,'37.139.53.82','2022-11-16 22:09:56'),(4066,'162.158.239.35','2022-11-16 23:48:21'),(4067,'37.139.53.82','2022-11-17 04:59:45'),(4068,'162.158.239.12','2022-11-17 06:32:19'),(4069,'37.139.53.82','2022-11-17 11:34:22'),(4070,'162.158.239.36','2022-11-17 13:11:59'),(4071,'37.139.53.82','2022-11-17 18:01:27'),(4072,'162.158.238.205','2022-11-17 19:51:51'),(4073,'37.139.53.82','2022-11-18 00:28:30'),(4074,'162.158.239.35','2022-11-18 02:34:36'),(4075,'37.139.53.82','2022-11-18 06:58:31'),(4076,'162.158.239.31','2022-11-18 09:15:12'),(4077,'162.158.239.32','2022-11-18 11:42:32'),(4078,'37.139.53.82','2022-11-18 13:23:50'),(4079,'37.19.199.151','2022-11-18 13:51:14'),(4080,'37.19.199.151','2022-11-18 13:51:14'),(4081,'162.158.239.32','2022-11-18 18:24:23'),(4082,'37.139.53.82','2022-11-18 19:48:45'),(4083,'162.158.238.204','2022-11-19 01:07:43'),(4084,'37.139.53.82','2022-11-19 02:11:42'),(4085,'162.158.239.11','2022-11-19 07:46:38'),(4086,'37.139.53.82','2022-11-19 08:39:29'),(4087,'162.158.239.35','2022-11-19 14:50:18'),(4088,'37.139.53.82','2022-11-19 15:39:38'),(4089,'162.158.239.31','2022-11-19 21:30:03'),(4090,'37.139.53.82','2022-11-19 22:19:40'),(4091,'162.158.238.205','2022-11-20 04:16:15'),(4092,'37.139.53.82','2022-11-20 04:54:47'),(4093,'162.158.239.12','2022-11-20 11:13:42'),(4094,'37.139.53.82','2022-11-20 11:20:02'),(4095,'162.158.239.12','2022-11-20 14:31:11'),(4096,'37.139.53.82','2022-11-20 17:49:24'),(4097,'162.158.238.204','2022-11-20 21:16:39'),(4098,'185.107.95.214','2022-11-21 00:02:54'),(4099,'162.158.239.36','2022-11-21 03:59:28'),(4100,'37.139.53.82','2022-11-21 04:18:55'),(4101,'191.101.31.234','2022-11-21 08:54:36'),(4102,'162.158.239.32','2022-11-21 10:41:09'),(4103,'37.139.53.82','2022-11-21 10:50:57'),(4104,'37.139.53.82','2022-11-21 17:15:19'),(4105,'162.158.239.35','2022-11-21 17:24:31'),(4106,'37.139.53.82','2022-11-21 23:37:59'),(4107,'162.158.238.204','2022-11-22 00:09:25'),(4108,'37.139.53.82','2022-11-22 06:15:43'),(4109,'162.158.239.11','2022-11-22 06:54:33'),(4110,'37.139.53.82','2022-11-22 12:44:35'),(4111,'162.158.239.32','2022-11-22 13:36:51'),(4112,'37.139.53.82','2022-11-22 19:23:12'),(4113,'162.253.129.163','2022-11-22 19:31:17'),(4114,'162.253.129.163','2022-11-22 19:31:17'),(4115,'162.158.239.32','2022-11-22 20:49:31'),(4116,'37.139.53.82','2022-11-23 01:56:42'),(4117,'23.105.147.91','2022-11-23 02:38:57'),(4118,'23.105.147.91','2022-11-23 02:38:58'),(4119,'162.158.238.204','2022-11-23 03:29:35'),(4120,'37.139.53.82','2022-11-23 08:55:02'),(4121,'162.158.238.205','2022-11-23 10:29:22'),(4122,'162.158.238.205','2022-11-23 17:05:31'),(4123,'37.139.53.82','2022-11-23 20:43:06'),(4124,'162.158.238.204','2022-11-23 23:51:51'),(4125,'37.139.53.82','2022-11-24 03:09:46'),(4126,'162.158.238.204','2022-11-24 06:32:29'),(4127,'37.139.53.82','2022-11-24 09:36:14'),(4128,'181.214.218.188','2022-11-24 11:42:13'),(4129,'162.158.239.11','2022-11-24 13:10:35'),(4130,'37.139.53.82','2022-11-24 16:13:11'),(4131,'162.158.239.31','2022-11-24 19:52:02'),(4132,'37.139.53.82','2022-11-24 22:42:27'),(4133,'185.65.134.165','2022-11-25 01:54:09'),(4134,'162.158.239.36','2022-11-25 02:30:30'),(4135,'37.139.53.82','2022-11-25 05:09:13'),(4136,'162.158.239.12','2022-11-25 09:07:15'),(4137,'37.139.53.82','2022-11-25 11:33:55'),(4138,'162.158.239.12','2022-11-25 12:43:49'),(4139,'37.139.53.82','2022-11-25 18:06:03'),(4140,'162.158.238.205','2022-11-25 19:22:04'),(4141,'37.139.53.82','2022-11-26 00:32:00'),(4142,'162.158.238.205','2022-11-26 01:57:45'),(4143,'185.65.134.165','2022-11-26 02:56:53'),(4144,'146.70.123.46','2022-11-26 04:18:58'),(4145,'37.139.53.82','2022-11-26 07:20:42'),(4146,'162.158.238.204','2022-11-26 08:53:32'),(4147,'37.139.53.82','2022-11-26 13:51:13'),(4148,'172.70.85.65','2022-11-26 13:56:10'),(4149,'162.158.239.12','2022-11-26 15:31:06'),(4150,'37.139.53.82','2022-11-26 20:22:42'),(4151,'162.158.239.32','2022-11-26 22:11:57'),(4152,'138.199.36.200','2022-11-27 00:35:30'),(4153,'37.139.53.82','2022-11-27 02:49:50'),(4154,'162.158.239.36','2022-11-27 04:51:43'),(4155,'37.139.53.82','2022-11-27 09:18:42'),(4156,'162.158.239.35','2022-11-27 11:33:29'),(4157,'37.139.53.82','2022-11-27 16:15:58'),(4158,'162.253.129.115','2022-11-27 16:31:38'),(4159,'162.253.129.115','2022-11-27 16:31:38'),(4160,'162.158.239.31','2022-11-27 18:11:03'),(4161,'37.139.53.82','2022-11-27 22:42:49'),(4162,'162.158.239.32','2022-11-28 01:08:57'),(4163,'5.157.60.133','2022-11-28 02:39:30'),(4164,'5.157.60.133','2022-11-28 02:39:31'),(4165,'37.139.53.82','2022-11-28 05:16:15'),(4166,'162.158.238.205','2022-11-28 07:49:10'),(4167,'37.139.53.82','2022-11-28 12:14:41'),(4168,'162.158.239.36','2022-11-28 14:27:02'),(4169,'37.139.53.82','2022-11-28 18:53:52'),(4170,'162.158.239.31','2022-11-28 21:04:30'),(4171,'146.70.92.4','2022-11-28 21:55:09'),(4172,'37.139.53.82','2022-11-29 01:35:59'),(4173,'162.158.239.31','2022-11-29 03:42:14'),(4174,'37.139.53.82','2022-11-29 08:06:44'),(4175,'162.158.238.205','2022-11-29 10:32:50'),(4176,'37.139.53.82','2022-11-29 14:43:58'),(4177,'84.17.47.6','2022-11-29 14:58:10'),(4178,'146.70.42.158','2022-11-29 16:48:14'),(4179,'162.158.238.205','2022-11-29 17:10:23'),(4180,'162.158.222.130','2022-11-30 02:44:51'),(4181,'23.106.24.55','2022-11-30 07:05:47'),(4182,'23.106.24.55','2022-11-30 07:05:48'),(4183,'146.70.123.62','2022-11-30 17:24:33'),(4184,'162.158.74.39','2022-12-01 02:51:35'),(4185,'37.139.53.82','2022-12-01 20:41:13'),(4186,'162.158.238.205','2022-12-01 23:02:29'),(4187,'37.139.53.82','2022-12-02 03:11:41'),(4188,'162.158.239.31','2022-12-02 05:40:53'),(4189,'138.199.52.197','2022-12-02 08:45:17'),(4190,'138.199.52.197','2022-12-02 08:45:18'),(4191,'37.139.53.82','2022-12-02 09:45:28'),(4192,'162.158.239.31','2022-12-02 12:23:05'),(4193,'37.139.53.82','2022-12-02 16:15:11'),(4194,'162.158.238.204','2022-12-02 19:03:05'),(4195,'37.139.53.82','2022-12-02 22:44:23'),(4196,'162.158.239.36','2022-12-03 02:01:40'),(4197,'37.139.53.82','2022-12-03 05:31:13'),(4198,'162.158.239.32','2022-12-03 08:45:08'),(4199,'37.139.53.82','2022-12-03 12:05:59'),(4200,'162.158.239.12','2022-12-03 15:20:29'),(4201,'37.139.53.82','2022-12-03 18:40:57'),(4202,'162.158.239.32','2022-12-03 21:59:40'),(4203,'37.139.53.82','2022-12-04 01:09:34'),(4204,'162.158.239.35','2022-12-04 04:36:39'),(4205,'196.196.164.120','2022-12-04 06:50:37'),(4206,'196.196.164.120','2022-12-04 06:50:43'),(4207,'37.139.53.82','2022-12-04 07:42:11'),(4208,'162.158.239.12','2022-12-04 11:19:13'),(4209,'162.158.239.36','2022-12-04 13:50:09'),(4210,'37.139.53.82','2022-12-04 14:16:15'),(4211,'162.158.239.36','2022-12-04 20:27:46'),(4212,'37.139.53.82','2022-12-04 21:31:11'),(4213,'162.158.239.36','2022-12-05 08:08:02'),(4214,'37.139.53.82','2022-12-05 09:02:06'),(4215,'45.125.245.141','2022-12-05 10:38:34'),(4216,'45.125.245.141','2022-12-05 10:38:34'),(4217,'162.158.239.12','2022-12-05 14:49:14'),(4218,'37.139.53.82','2022-12-05 15:24:11'),(4219,'172.70.82.67','2022-12-05 18:30:21'),(4220,'162.158.239.11','2022-12-05 21:31:02'),(4221,'37.139.53.82','2022-12-05 21:44:30'),(4222,'37.139.53.82','2022-12-06 04:08:49'),(4223,'162.158.238.204','2022-12-06 04:12:06'),(4224,'37.139.53.82','2022-12-06 10:35:28'),(4225,'162.158.239.11','2022-12-06 10:48:50'),(4226,'104.227.146.33','2022-12-06 11:00:33'),(4227,'104.227.146.33','2022-12-06 11:00:36'),(4228,'162.158.239.11','2022-12-06 18:01:57'),(4229,'37.19.199.143','2022-12-06 20:47:56'),(4230,'37.19.199.143','2022-12-06 20:47:56'),(4231,'37.139.53.82','2022-12-07 00:16:26'),(4232,'191.102.143.235','2022-12-07 00:31:34'),(4233,'191.102.143.235','2022-12-07 00:31:34'),(4234,'162.158.238.205','2022-12-07 00:41:00'),(4235,'37.139.53.82','2022-12-07 06:59:45'),(4236,'162.158.239.12','2022-12-07 07:21:55'),(4237,'37.139.53.82','2022-12-07 13:22:58'),(4238,'162.158.239.32','2022-12-07 14:01:01'),(4239,'141.101.96.6','2022-12-07 15:54:22'),(4240,'37.139.53.82','2022-12-07 19:50:01'),(4241,'162.158.239.12','2022-12-07 20:40:35'),(4242,'181.214.173.61','2022-12-07 23:55:33'),(4243,'37.139.53.82','2022-12-08 02:13:32'),(4244,'162.158.239.31','2022-12-08 03:38:56'),(4245,'107.152.140.41','2022-12-08 06:20:24'),(4246,'107.152.140.41','2022-12-08 06:20:25'),(4247,'37.139.53.82','2022-12-08 08:36:33'),(4248,'162.158.239.36','2022-12-08 10:21:49'),(4249,'37.139.53.82','2022-12-08 15:21:24'),(4250,'162.158.239.35','2022-12-08 17:00:36'),(4251,'162.158.239.35','2022-12-08 23:43:49'),(4252,'37.139.53.82','2022-12-09 04:10:12'),(4253,'162.158.239.11','2022-12-09 06:21:16'),(4254,'37.139.53.82','2022-12-09 10:31:55'),(4255,'162.158.239.36','2022-12-09 13:03:02'),(4256,'37.139.53.82','2022-12-09 16:53:17'),(4257,'172.71.182.97','2022-12-09 19:16:00'),(4258,'162.158.239.32','2022-12-09 19:42:58'),(4259,'162.158.239.11','2022-12-09 23:08:15'),(4260,'37.139.53.82','2022-12-09 23:13:52'),(4261,'162.158.239.31','2022-12-10 05:55:47'),(4262,'37.139.53.82','2022-12-10 05:57:17'),(4263,'37.139.53.82','2022-12-10 12:21:58'),(4264,'162.158.239.35','2022-12-10 12:33:49'),(4265,'37.139.53.82','2022-12-10 18:46:12'),(4266,'162.158.238.205','2022-12-10 19:34:37'),(4267,'37.139.53.82','2022-12-11 01:08:52'),(4268,'162.158.239.11','2022-12-11 02:19:35'),(4269,'194.36.97.131','2022-12-11 04:51:30'),(4270,'194.36.97.131','2022-12-11 04:51:46'),(4271,'107.158.116.136','2022-12-11 05:02:39'),(4272,'107.158.116.136','2022-12-11 05:02:41'),(4273,'37.139.53.82','2022-12-11 07:24:14'),(4274,'185.158.106.55','2022-12-11 10:15:23'),(4275,'185.158.106.55','2022-12-11 10:15:27'),(4276,'37.139.53.82','2022-12-11 13:52:51'),(4277,'162.158.238.205','2022-12-11 17:03:06'),(4278,'37.139.53.82','2022-12-11 20:14:49'),(4279,'172.69.138.78','2022-12-11 23:43:26'),(4280,'37.139.53.82','2022-12-12 02:33:57'),(4281,'23.231.14.36','2022-12-12 03:11:44'),(4282,'23.231.14.36','2022-12-12 03:11:44'),(4283,'172.69.138.79','2022-12-12 06:23:21'),(4284,'37.139.53.82','2022-12-12 08:59:43'),(4285,'172.68.183.77','2022-12-12 13:09:44'),(4286,'37.139.53.82','2022-12-12 15:25:56'),(4287,'172.68.183.66','2022-12-12 19:48:48'),(4288,'37.139.53.82','2022-12-12 21:53:57'),(4289,'144.168.225.109','2022-12-13 00:56:36'),(4290,'144.168.225.109','2022-12-13 00:56:36'),(4291,'162.158.239.12','2022-12-13 02:48:56'),(4292,'37.139.53.82','2022-12-13 04:17:55'),(4293,'162.158.239.31','2022-12-13 09:29:46'),(4294,'37.139.53.82','2022-12-13 10:40:54'),(4295,'162.158.183.238','2022-12-13 16:12:47'),(4296,'37.139.53.82','2022-12-13 17:08:18'),(4297,'162.158.239.12','2022-12-13 22:58:06'),(4298,'37.139.53.82','2022-12-13 23:49:37'),(4299,'196.245.249.214','2022-12-14 13:48:37'),(4300,'196.245.249.214','2022-12-14 13:48:37'),(4301,'162.158.183.199','2022-12-14 14:42:51'),(4302,'37.19.199.143','2022-12-14 14:50:23'),(4303,'37.19.199.143','2022-12-14 14:50:23'),(4304,'37.139.53.82','2022-12-14 15:15:39'),(4305,'162.158.239.11','2022-12-14 22:05:29'),(4306,'37.139.53.82','2022-12-14 22:58:31'),(4307,'196.16.74.115','2022-12-15 04:47:25'),(4308,'196.16.74.115','2022-12-15 04:47:25'),(4309,'162.158.239.36','2022-12-15 04:47:29'),(4310,'37.139.53.82','2022-12-15 05:24:41'),(4311,'37.139.53.82','2022-12-15 11:48:31'),(4312,'162.158.239.31','2022-12-15 18:15:47'),(4313,'37.139.53.82','2022-12-15 23:56:42'),(4314,'162.158.238.205','2022-12-16 00:58:27'),(4315,'37.139.53.82','2022-12-16 06:45:38'),(4316,'162.158.239.35','2022-12-16 07:42:29'),(4317,'37.139.53.82','2022-12-16 13:11:44'),(4318,'162.158.239.32','2022-12-16 14:26:40'),(4319,'181.214.173.40','2022-12-16 14:50:05'),(4320,'84.247.48.51','2022-12-16 15:19:06'),(4321,'37.139.53.82','2022-12-16 20:09:18'),(4322,'162.158.239.12','2022-12-16 21:32:38'),(4323,'37.139.53.82','2022-12-17 02:50:39'),(4324,'103.112.0.65','2022-12-17 03:13:01'),(4325,'103.112.0.65','2022-12-17 03:13:01'),(4326,'162.158.239.11','2022-12-17 04:12:10'),(4327,'37.139.53.82','2022-12-17 09:14:04'),(4328,'162.158.239.31','2022-12-17 10:52:14'),(4329,'37.139.53.82','2022-12-17 16:00:59'),(4330,'162.158.239.32','2022-12-17 17:38:37'),(4331,'37.139.53.82','2022-12-17 22:31:45'),(4332,'162.158.239.36','2022-12-18 00:25:50'),(4333,'144.168.225.66','2022-12-18 02:31:50'),(4334,'144.168.225.66','2022-12-18 02:31:50'),(4335,'37.139.53.82','2022-12-18 05:03:38'),(4336,'162.158.239.35','2022-12-18 07:10:58'),(4337,'37.139.53.82','2022-12-18 11:28:05'),(4338,'162.158.239.36','2022-12-18 13:54:15'),(4339,'37.139.53.82','2022-12-18 17:53:46'),(4340,'162.158.239.31','2022-12-18 20:36:48'),(4341,'37.139.53.82','2022-12-19 00:20:13'),(4342,'162.158.238.205','2022-12-19 03:20:33'),(4343,'37.139.53.82','2022-12-19 06:47:47'),(4344,'162.158.239.11','2022-12-19 10:02:00'),(4345,'191.96.168.57','2022-12-19 12:31:46'),(4346,'37.139.53.82','2022-12-19 13:13:23'),(4347,'162.158.182.27','2022-12-19 16:41:00'),(4348,'37.139.53.82','2022-12-19 19:42:16'),(4349,'119.94.8.241','2022-12-19 22:33:49'),(4350,'119.94.8.241','2022-12-19 22:33:50'),(4351,'162.158.238.205','2022-12-19 23:28:30'),(4352,'37.139.53.82','2022-12-20 02:03:53'),(4353,'162.158.239.32','2022-12-20 06:11:07'),(4354,'37.139.53.82','2022-12-20 08:26:28'),(4355,'162.158.238.204','2022-12-20 12:52:36'),(4356,'23.90.40.99','2022-12-20 13:56:39'),(4357,'23.90.40.99','2022-12-20 13:56:39'),(4358,'37.139.53.82','2022-12-20 14:48:57'),(4359,'162.158.239.12','2022-12-20 19:33:28'),(4360,'37.139.53.82','2022-12-20 21:13:18'),(4361,'162.158.238.205','2022-12-21 02:54:44'),(4362,'37.139.53.82','2022-12-21 03:55:12'),(4363,'162.158.238.204','2022-12-21 09:37:16'),(4364,'37.139.53.82','2022-12-21 10:25:24'),(4365,'95.79.188.37','2022-12-21 14:17:39'),(4366,'162.158.239.11','2022-12-21 16:36:17'),(4367,'37.19.199.143','2022-12-21 16:50:05'),(4368,'37.19.199.143','2022-12-21 16:50:05'),(4369,'37.139.53.82','2022-12-21 16:53:20'),(4370,'162.158.239.36','2022-12-21 21:47:58'),(4371,'37.139.53.82','2022-12-21 23:17:54'),(4372,'162.158.239.31','2022-12-22 05:30:21'),(4373,'37.139.53.82','2022-12-22 06:27:03'),(4374,'172.68.183.77','2022-12-22 12:10:30'),(4375,'37.139.53.82','2022-12-22 12:50:42'),(4376,'84.247.48.51','2022-12-22 14:40:14'),(4377,'37.139.53.82','2022-12-22 19:16:02'),(4378,'162.158.239.35','2022-12-22 19:18:11'),(4379,'37.139.53.82','2022-12-23 01:36:53'),(4380,'162.158.239.35','2022-12-23 02:01:24'),(4381,'191.96.95.157','2022-12-23 04:15:49'),(4382,'191.96.95.157','2022-12-23 04:15:50'),(4383,'37.139.53.82','2022-12-23 08:10:07'),(4384,'162.158.239.32','2022-12-23 09:25:05'),(4385,'37.139.53.82','2022-12-23 14:37:46'),(4386,'172.68.183.78','2022-12-23 16:24:04'),(4387,'37.139.53.82','2022-12-23 20:56:31'),(4388,'138.199.59.164','2022-12-23 22:15:36'),(4389,'162.158.239.36','2022-12-23 23:06:43'),(4390,'37.139.53.82','2022-12-24 03:51:14'),(4391,'102.165.55.40','2022-12-24 05:40:44'),(4392,'102.165.55.40','2022-12-24 05:40:45'),(4393,'196.16.223.32','2022-12-24 08:46:28'),(4394,'196.16.223.32','2022-12-24 08:46:28'),(4395,'37.139.53.82','2022-12-24 10:34:55'),(4396,'162.158.238.204','2022-12-24 12:19:28'),(4397,'37.139.53.82','2022-12-24 17:00:41'),(4398,'37.19.223.250','2022-12-24 17:44:35'),(4399,'172.68.183.78','2022-12-24 19:00:34'),(4400,'37.139.53.82','2022-12-24 23:24:53'),(4401,'162.158.239.12','2022-12-25 01:38:33'),(4402,'37.139.53.82','2022-12-25 05:46:40'),(4403,'23.90.40.129','2022-12-25 08:52:54'),(4404,'23.90.40.129','2022-12-25 08:53:02'),(4405,'162.158.239.32','2022-12-25 08:54:13'),(4406,'37.139.53.82','2022-12-25 12:15:42'),(4407,'141.101.76.141','2022-12-25 15:34:06'),(4408,'37.139.53.82','2022-12-25 18:34:34'),(4409,'141.101.76.52','2022-12-25 22:18:36'),(4410,'162.158.239.36','2022-12-26 04:58:02'),(4411,'37.139.53.82','2022-12-26 06:11:35'),(4412,'162.158.239.11','2022-12-26 11:41:25'),(4413,'37.139.53.82','2022-12-26 12:32:11'),(4414,'191.96.95.157','2022-12-26 13:14:25'),(4415,'191.96.95.157','2022-12-26 13:14:25'),(4416,'162.158.239.36','2022-12-26 18:23:53'),(4417,'37.139.53.82','2022-12-26 18:52:57'),(4418,'162.158.238.204','2022-12-26 19:45:31'),(4419,'37.139.53.82','2022-12-27 01:23:52'),(4420,'162.158.239.35','2022-12-27 02:27:54'),(4421,'37.139.53.82','2022-12-27 07:51:57'),(4422,'141.101.76.223','2022-12-27 09:38:11'),(4423,'37.139.53.82','2022-12-27 14:29:01'),(4424,'141.101.76.147','2022-12-27 15:27:14'),(4425,'37.139.53.82','2022-12-27 20:50:13'),(4426,'141.101.76.162','2022-12-27 22:05:47'),(4427,'37.139.53.82','2022-12-28 03:18:38'),(4428,'162.158.239.32','2022-12-28 06:11:27'),(4429,'37.139.53.82','2022-12-28 09:43:29'),(4430,'162.158.238.204','2022-12-28 12:53:52'),(4431,'37.139.53.82','2022-12-28 16:06:40'),(4432,'141.101.76.117','2022-12-28 19:39:46'),(4433,'37.139.53.82','2022-12-28 22:42:07'),(4434,'141.101.76.223','2022-12-29 02:20:50'),(4435,'194.36.97.144','2022-12-29 03:21:44'),(4436,'194.36.97.144','2022-12-29 03:21:45'),(4437,'37.139.53.82','2022-12-29 05:05:25'),(4438,'84.17.60.181','2022-12-29 08:23:17'),(4439,'141.101.76.213','2022-12-29 09:01:34'),(4440,'23.236.132.195','2022-12-29 10:13:46'),(4441,'23.236.132.195','2022-12-29 10:13:46'),(4442,'37.139.53.82','2022-12-29 11:29:52'),(4443,'141.101.77.23','2022-12-29 15:45:40'),(4444,'37.139.53.82','2022-12-29 17:56:59'),(4445,'141.101.76.68','2022-12-29 22:28:26'),(4446,'37.139.53.82','2022-12-30 00:21:55'),(4447,'162.158.203.133','2022-12-30 02:18:02'),(4448,'141.101.76.148','2022-12-30 04:58:42'),(4449,'37.139.53.82','2022-12-30 07:08:55'),(4450,'162.158.239.36','2022-12-30 11:40:33'),(4451,'37.139.53.82','2022-12-30 13:41:35'),(4452,'162.158.238.205','2022-12-30 18:18:56'),(4453,'162.158.239.11','2022-12-31 01:19:20'),(4454,'141.101.76.147','2022-12-31 07:54:51'),(4455,'141.101.76.146','2022-12-31 14:40:57'),(4456,'37.19.199.151','2022-12-31 20:21:05'),(4457,'37.19.199.151','2022-12-31 20:21:05'),(4458,'141.101.76.212','2022-12-31 21:23:39'),(4459,'172.245.220.204','2023-01-01 18:46:59'),(4460,'172.245.220.204','2023-01-01 18:47:00'),(4461,'165.231.130.139','2023-01-01 20:35:27'),(4462,'165.231.130.139','2023-01-01 20:35:27'),(4463,'37.139.53.82','2023-01-02 17:43:30'),(4464,'37.139.53.81','2023-01-03 03:22:28'),(4465,'160.20.11.43','2023-01-03 15:28:27'),(4466,'160.20.11.43','2023-01-03 15:28:27'),(4467,'156.146.51.131','2023-01-05 01:45:13'),(4468,'156.146.51.131','2023-01-05 01:45:13'),(4469,'181.214.206.43','2023-01-05 06:35:57'),(4470,'194.36.97.88','2023-01-05 11:23:57'),(4471,'194.36.97.88','2023-01-05 11:23:58'),(4472,'37.139.53.81','2023-01-08 01:01:56'),(4473,'37.139.53.81','2023-01-08 12:28:54'),(4474,'37.139.53.81','2023-01-08 20:40:03'),(4475,'103.247.151.34','2023-01-08 21:47:02'),(4476,'103.247.151.34','2023-01-08 21:47:02'),(4477,'156.146.51.131','2023-01-09 01:48:16'),(4478,'156.146.51.131','2023-01-09 01:48:16'),(4479,'37.139.53.81','2023-01-09 04:37:57'),(4480,'37.139.53.81','2023-01-09 12:40:19'),(4481,'37.139.53.81','2023-01-09 20:35:19'),(4482,'37.139.53.81','2023-01-10 05:11:23'),(4483,'181.215.176.121','2023-01-10 07:13:01'),(4484,'37.139.53.81','2023-01-10 13:10:36'),(4485,'37.139.53.81','2023-01-11 04:59:04'),(4486,'37.139.53.81','2023-01-11 14:09:27'),(4487,'45.152.199.49','2023-01-11 18:07:20'),(4488,'45.152.199.49','2023-01-11 18:07:21'),(4489,'181.214.218.231','2023-01-11 18:45:49'),(4490,'37.139.53.81','2023-01-11 22:19:39'),(4491,'37.139.53.81','2023-01-12 06:48:33'),(4492,'37.139.53.81','2023-01-12 13:02:41'),(4493,'143.244.44.182','2023-01-12 16:56:00'),(4494,'143.244.44.182','2023-01-12 16:56:00'),(4495,'84.17.49.96','2023-01-13 03:28:13'),(4496,'37.139.53.81','2023-01-13 10:04:09'),(4497,'196.19.244.76','2023-01-13 15:02:31'),(4498,'196.19.244.76','2023-01-13 15:02:32'),(4499,'37.139.53.81','2023-01-13 18:13:14'),(4500,'37.139.53.81','2023-01-14 02:12:22'),(4501,'23.105.1.177','2023-01-14 06:28:28'),(4502,'23.105.1.177','2023-01-14 06:28:28'),(4503,'37.139.53.81','2023-01-14 10:12:47'),(4504,'37.139.53.81','2023-01-14 18:10:04'),(4505,'37.139.53.81','2023-01-15 02:26:36'),(4506,'37.139.53.81','2023-01-15 10:28:50'),(4507,'37.139.53.81','2023-01-15 18:56:53'),(4508,'37.139.53.81','2023-01-16 02:51:55'),(4509,'37.139.53.81','2023-01-16 07:55:10'),(4510,'185.122.170.78','2023-01-16 09:32:24'),(4511,'185.122.170.78','2023-01-16 09:32:25'),(4512,'37.19.199.138','2023-01-16 13:25:04'),(4513,'37.19.199.138','2023-01-16 13:25:04'),(4514,'37.139.53.81','2023-01-16 15:53:27'),(4515,'149.56.173.77','2023-01-16 18:22:19'),(4516,'149.56.173.77','2023-01-16 18:22:19'),(4517,'37.139.53.81','2023-01-16 23:47:24'),(4518,'37.139.53.81','2023-01-17 07:33:24'),(4519,'191.96.181.118','2023-01-17 13:39:14'),(4520,'191.96.181.118','2023-01-17 13:39:14'),(4521,'37.139.53.81','2023-01-17 15:24:32'),(4522,'172.70.85.115','2023-01-17 16:54:47'),(4523,'37.139.53.81','2023-01-17 23:22:19'),(4524,'37.139.53.81','2023-01-18 07:16:03'),(4525,'37.139.53.81','2023-01-18 15:22:39'),(4526,'37.139.53.81','2023-01-18 23:16:19'),(4527,'195.78.54.119','2023-01-19 01:40:14'),(4528,'37.139.53.81','2023-01-19 07:04:38'),(4529,'37.139.53.81','2023-01-19 14:51:43'),(4530,'37.139.53.81','2023-01-19 18:38:59'),(4531,'37.139.53.81','2023-01-20 02:20:19'),(4532,'37.139.53.81','2023-01-20 06:21:16'),(4533,'45.133.172.157','2023-01-20 08:40:57'),(4534,'37.139.53.81','2023-01-20 08:41:06'),(4535,'107.150.71.238','2023-01-20 11:01:38'),(4536,'107.150.71.238','2023-01-20 11:01:39'),(4537,'37.139.53.81','2023-01-20 16:32:31'),(4538,'37.139.53.81','2023-01-21 00:25:47'),(4539,'217.138.206.83','2023-01-21 07:27:01'),(4540,'217.138.206.83','2023-01-21 07:27:01'),(4541,'37.139.53.81','2023-01-21 13:59:48'),(4542,'23.90.30.136','2023-01-21 16:32:12'),(4543,'23.90.30.136','2023-01-21 16:32:12'),(4544,'37.139.53.81','2023-01-21 19:06:07'),(4545,'37.139.53.81','2023-01-21 23:25:00'),(4546,'84.17.43.166','2023-01-22 00:10:48'),(4547,'37.139.53.81','2023-01-22 07:22:56'),(4548,'196.196.31.159','2023-01-22 09:38:27'),(4549,'196.196.31.159','2023-01-22 09:38:37'),(4550,'37.139.53.81','2023-01-22 15:37:01'),(4551,'103.221.234.51','2023-01-22 19:51:24'),(4552,'103.221.234.51','2023-01-22 19:51:24'),(4553,'37.139.53.81','2023-01-22 23:32:44'),(4554,'37.139.53.81','2023-01-23 07:30:36'),(4555,'37.139.53.81','2023-01-23 15:23:02'),(4556,'37.139.53.81','2023-01-23 23:45:29'),(4557,'37.139.53.81','2023-01-24 07:41:40'),(4558,'37.139.53.81','2023-01-24 14:14:56'),(4559,'37.139.53.81','2023-01-24 15:54:37'),(4560,'37.19.223.98','2023-01-24 20:01:00'),(4561,'37.139.53.81','2023-01-24 23:48:11'),(4562,'138.199.7.131','2023-01-25 04:28:29'),(4563,'37.139.53.81','2023-01-25 07:38:00'),(4564,'37.139.53.81','2023-01-25 09:37:39'),(4565,'37.139.53.81','2023-01-25 17:47:05'),(4566,'45.152.199.254','2023-01-25 21:11:22'),(4567,'45.152.199.254','2023-01-25 21:11:22'),(4568,'37.139.53.81','2023-01-26 01:40:04'),(4569,'37.139.53.81','2023-01-26 09:32:45'),(4570,'37.139.53.81','2023-01-26 17:38:37'),(4571,'37.139.53.81','2023-01-27 01:29:47'),(4572,'37.139.53.81','2023-01-27 09:20:55'),(4573,'37.139.53.81','2023-01-27 17:09:11'),(4574,'37.19.199.137','2023-01-27 20:55:09'),(4575,'37.19.199.137','2023-01-27 20:55:09'),(4576,'37.139.53.81','2023-01-28 01:01:55'),(4577,'195.78.54.135','2023-01-28 06:41:57'),(4578,'37.139.53.81','2023-01-28 08:49:01'),(4579,'196.196.147.126','2023-01-28 12:59:28'),(4580,'196.196.147.126','2023-01-28 12:59:28'),(4581,'37.139.53.81','2023-01-28 16:38:16'),(4582,'37.139.53.81','2023-01-29 00:35:57'),(4583,'172.70.85.50','2023-01-29 03:23:28'),(4584,'172.70.91.142','2023-01-29 05:28:07'),(4585,'37.139.53.81','2023-01-29 16:39:41'),(4586,'37.139.53.81','2023-01-29 19:57:56'),(4587,'37.139.53.81','2023-01-30 03:37:13'),(4588,'37.139.53.81','2023-01-30 14:52:19'),(4589,'37.139.53.81','2023-01-30 22:39:10'),(4590,'172.69.68.89','2023-01-31 00:30:53'),(4591,'196.196.31.77','2023-01-31 05:23:15'),(4592,'196.196.31.77','2023-01-31 05:23:15'),(4593,'37.139.53.81','2023-01-31 07:11:57'),(4594,'37.139.53.81','2023-01-31 14:53:26'),(4595,'196.199.55.5','2023-02-01 02:34:20'),(4596,'196.199.55.5','2023-02-01 02:34:20'),(4597,'107.150.71.63','2023-02-01 06:36:39'),(4598,'107.150.71.63','2023-02-01 06:36:40'),(4599,'172.70.254.19','2023-02-01 12:29:46'),(4600,'37.139.53.81','2023-02-01 20:39:23'),(4601,'37.139.53.81','2023-02-02 04:18:51'),(4602,'37.139.53.81','2023-02-02 11:56:50'),(4603,'143.244.44.182','2023-02-02 18:22:29'),(4604,'143.244.44.182','2023-02-02 18:22:29'),(4605,'37.139.53.81','2023-02-02 19:37:46'),(4606,'37.139.53.81','2023-02-03 06:34:20'),(4607,'37.139.53.81','2023-02-03 14:19:30'),(4608,'37.139.53.81','2023-02-03 21:35:46'),(4609,'37.139.53.81','2023-02-04 00:55:55'),(4610,'37.19.217.240','2023-02-04 12:19:27'),(4611,'37.139.53.81','2023-02-04 13:33:27'),(4612,'37.139.53.81','2023-02-04 21:26:28'),(4613,'196.16.74.57','2023-02-04 21:28:45'),(4614,'196.16.74.57','2023-02-04 21:28:45'),(4615,'37.139.53.81','2023-02-05 05:04:41'),(4616,'37.139.53.81','2023-02-05 12:45:16'),(4617,'37.139.53.81','2023-02-05 17:28:37'),(4618,'172.241.117.74','2023-02-05 23:46:39'),(4619,'172.241.117.74','2023-02-05 23:46:49'),(4620,'37.139.53.81','2023-02-06 01:10:18'),(4621,'37.139.53.81','2023-02-06 08:51:47'),(4622,'89.187.179.58','2023-02-06 10:00:46'),(4623,'89.187.179.58','2023-02-06 10:00:46'),(4624,'37.139.53.81','2023-02-06 16:41:47'),(4625,'37.139.53.81','2023-02-07 01:12:23'),(4626,'37.139.53.81','2023-02-07 09:37:46'),(4627,'37.139.53.81','2023-02-07 17:36:36'),(4628,'37.139.53.81','2023-02-08 00:34:58'),(4629,'37.139.53.81','2023-02-08 08:12:33'),(4630,'37.139.53.81','2023-02-08 15:53:06');
/*!40000 ALTER TABLE `cms_module_fb_ip_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_ip_log_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_ip_log_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_ip_log_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_ip_log_seq`
--
LOCK TABLES `cms_module_fb_ip_log_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_ip_log_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_ip_log_seq` (`id`) VALUES (4630);
/*!40000 ALTER TABLE `cms_module_fb_ip_log_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_resp`
--
DROP TABLE IF EXISTS `cms_module_fb_resp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_resp` (
`resp_id` int(11) NOT NULL,
`form_id` int(11) DEFAULT NULL,
`feuser_id` int(11) DEFAULT NULL,
`user_approved` datetime DEFAULT NULL,
`secret_code` varchar(35) DEFAULT NULL,
`admin_approved` datetime DEFAULT NULL,
`submitted` datetime DEFAULT NULL,
PRIMARY KEY (`resp_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_resp`
--
LOCK TABLES `cms_module_fb_resp` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_resp` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_module_fb_resp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_resp_attr`
--
DROP TABLE IF EXISTS `cms_module_fb_resp_attr`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_resp_attr` (
`resp_attr_id` int(11) NOT NULL,
`resp_id` int(11) DEFAULT NULL,
`name` varchar(35) DEFAULT NULL,
`value` text DEFAULT NULL,
PRIMARY KEY (`resp_attr_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_resp_attr`
--
LOCK TABLES `cms_module_fb_resp_attr` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_resp_attr` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_module_fb_resp_attr` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_resp_attr_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_resp_attr_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_resp_attr_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_resp_attr_seq`
--
LOCK TABLES `cms_module_fb_resp_attr_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_resp_attr_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_resp_attr_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cms_module_fb_resp_attr_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_resp_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_resp_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_resp_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_resp_seq`
--
LOCK TABLES `cms_module_fb_resp_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_resp_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_resp_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cms_module_fb_resp_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_resp_val`
--
DROP TABLE IF EXISTS `cms_module_fb_resp_val`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_resp_val` (
`resp_val_id` int(11) NOT NULL,
`resp_id` int(11) DEFAULT NULL,
`field_id` int(11) DEFAULT NULL,
`value` text DEFAULT NULL,
PRIMARY KEY (`resp_val_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_resp_val`
--
LOCK TABLES `cms_module_fb_resp_val` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_resp_val` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_module_fb_resp_val` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_resp_val_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_resp_val_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_resp_val_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_resp_val_seq`
--
LOCK TABLES `cms_module_fb_resp_val_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_resp_val_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_resp_val_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cms_module_fb_resp_val_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_fb_uniquefield_seq`
--
DROP TABLE IF EXISTS `cms_module_fb_uniquefield_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_fb_uniquefield_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_fb_uniquefield_seq`
--
LOCK TABLES `cms_module_fb_uniquefield_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_fb_uniquefield_seq` DISABLE KEYS */;
INSERT INTO `cms_module_fb_uniquefield_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cms_module_fb_uniquefield_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_news`
--
DROP TABLE IF EXISTS `cms_module_news`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_news` (
`news_id` int(11) NOT NULL,
`news_category_id` int(11) DEFAULT NULL,
`news_title` varchar(255) DEFAULT NULL,
`news_data` text DEFAULT NULL,
`news_date` datetime DEFAULT NULL,
`summary` text DEFAULT NULL,
`start_time` datetime DEFAULT NULL,
`end_time` datetime DEFAULT NULL,
`status` varchar(25) DEFAULT NULL,
`icon` varchar(255) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
`author_id` int(11) DEFAULT NULL,
`news_extra` varchar(255) DEFAULT NULL,
`news_url` varchar(255) DEFAULT NULL,
PRIMARY KEY (`news_id`),
KEY `cms_news_postdate` (`news_date`),
KEY `cms_news_daterange` (`start_time`,`end_time`),
KEY `cms_news_author` (`author_id`),
KEY `cms_news_hier` (`news_category_id`),
KEY `cms_news_url` (`news_url`),
KEY `cms_news_startenddate` (`start_time`,`end_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_news`
--
LOCK TABLES `cms_module_news` WRITE;
/*!40000 ALTER TABLE `cms_module_news` DISABLE KEYS */;
INSERT INTO `cms_module_news` (`news_id`, `news_category_id`, `news_title`, `news_data`, `news_date`, `summary`, `start_time`, `end_time`, `status`, `icon`, `create_date`, `modified_date`, `author_id`, `news_extra`, `news_url`) VALUES (1,2,'Nuevo website','-','2013-03-12 21:04:12','<strong>ASSO S.R.L.</strong> lanza su nuevo website corporativo, adaptándolo a los tiempos con un nuevo diseño que pretende fortalecer la imagen de compromiso e innovación con sus clientes y proveedores.',NULL,NULL,'published',NULL,'2013-03-12 21:04:12','2013-04-09 17:52:56',1,'','');
/*!40000 ALTER TABLE `cms_module_news` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_news_categories`
--
DROP TABLE IF EXISTS `cms_module_news_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_news_categories` (
`news_category_id` int(11) NOT NULL,
`news_category_name` varchar(255) DEFAULT NULL,
`parent_id` int(11) DEFAULT NULL,
`hierarchy` varchar(255) DEFAULT NULL,
`long_name` text DEFAULT NULL,
`create_date` time DEFAULT NULL,
`modified_date` time DEFAULT NULL,
PRIMARY KEY (`news_category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_news_categories`
--
LOCK TABLES `cms_module_news_categories` WRITE;
/*!40000 ALTER TABLE `cms_module_news_categories` DISABLE KEYS */;
INSERT INTO `cms_module_news_categories` (`news_category_id`, `news_category_name`, `parent_id`, `hierarchy`, `long_name`, `create_date`, `modified_date`) VALUES (2,'General',-1,'00002','General','16:13:21','16:13:21');
/*!40000 ALTER TABLE `cms_module_news_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_news_categories_seq`
--
DROP TABLE IF EXISTS `cms_module_news_categories_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_news_categories_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_news_categories_seq`
--
LOCK TABLES `cms_module_news_categories_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_news_categories_seq` DISABLE KEYS */;
INSERT INTO `cms_module_news_categories_seq` (`id`) VALUES (2);
/*!40000 ALTER TABLE `cms_module_news_categories_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_news_fielddefs`
--
DROP TABLE IF EXISTS `cms_module_news_fielddefs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_news_fielddefs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`type` varchar(50) DEFAULT NULL,
`max_length` int(11) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
`item_order` int(11) DEFAULT NULL,
`public` int(11) DEFAULT NULL,
`extra` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_news_fielddefs`
--
LOCK TABLES `cms_module_news_fielddefs` WRITE;
/*!40000 ALTER TABLE `cms_module_news_fielddefs` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_module_news_fielddefs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_news_fieldvals`
--
DROP TABLE IF EXISTS `cms_module_news_fieldvals`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_news_fieldvals` (
`news_id` int(11) NOT NULL,
`fielddef_id` int(11) NOT NULL,
`value` text DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`news_id`,`fielddef_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_news_fieldvals`
--
LOCK TABLES `cms_module_news_fieldvals` WRITE;
/*!40000 ALTER TABLE `cms_module_news_fieldvals` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_module_news_fieldvals` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_news_seq`
--
DROP TABLE IF EXISTS `cms_module_news_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_news_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_news_seq`
--
LOCK TABLES `cms_module_news_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_news_seq` DISABLE KEYS */;
INSERT INTO `cms_module_news_seq` (`id`) VALUES (2);
/*!40000 ALTER TABLE `cms_module_news_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_search_index`
--
DROP TABLE IF EXISTS `cms_module_search_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_search_index` (
`item_id` int(11) DEFAULT NULL,
`word` varchar(255) DEFAULT NULL,
`count` int(11) DEFAULT NULL,
KEY `cms_index_search_count` (`count`),
KEY `cms_index_search_index` (`word`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_search_index`
--
LOCK TABLES `cms_module_search_index` WRITE;
/*!40000 ALTER TABLE `cms_module_search_index` DISABLE KEYS */;
INSERT INTO `cms_module_search_index` (`item_id`, `word`, `count`) VALUES (75,'navigation',1),(75,'news',1),(77,'navigation',1),(77,'news',1),(79,'navigation',1),(79,'news',1),(123,'alto',1),(123,'profesionalismo',1),(123,'clientes',1),(123,'sus',1),(123,'garantizar',1),(123,'filosofica',1),(123,'meta',1),(123,'como',1),(123,'tiene',1),(123,'solutions',1),(123,'network',1),(123,'asso',1),(123,'filosofia',4),(123,'nuestra',4),(145,'contacto',4),(124,'competitiva',1),(124,'ventaja',1),(124,'asegurar',1),(124,'mantener',1),(124,'para',4),(124,'esenciales',1),(124,'cualidades',1),(124,'convirtieron',1),(124,'información',1),(124,'disponibilidad',2),(124,'integridad',1),(124,'confidencialidad',1),(124,'seguridad ',1),(124,'consultoría',3),(124,'servicios',5),(124,'nuestros',4),(123,'tecnologica',1),(123,'base',1),(123,'negocios',1),(123,'asociado',1),(123,'plazo',1),(123,'largo',1),(123,'tecnologias',1),(123,'ultimas',1),(123,'ofrecer',1),(123,'poder',1),(123,'para',1),(123,'continua',1),(123,'investigacion',1),(123,'expectativas',1),(123,'las',2),(123,'excediendo',1),(123,'anticipando',1),(123,'calidad',1),(123,'alta',1),(123,'forma',1),(123,'tiempo',1),(123,'terminado',1),(123,'iniciado',1),(123,'trabajo',2),(123,'confiabilidad',1),(123,'tiempos',1),(123,'los',2),(123,'disminuyendo',1),(123,'respuesta',1),(123,'urgencia',1),(123,'absoluta',1),(123,'honestidad',1),(123,'confidencialidad',1),(123,'ético',1),(123,'elevado',1),(123,'con',1),(123,'relaciones',2),(123,'nivel',2),(124,'proceso',1),(124,'proponemos',1),(124,'costos',1),(124,'necesidades',3),(124,'sus',3),(124,'base',3),(124,'implementación',3),(124,'mejor',1),(124,'definir',1),(124,'conjunta',1),(124,'forma',2),(124,'trabajando',1),(124,'mejorar',1),(124,'alternativas',1),(124,'desarrollar',1),(124,'vulnerable',1),(124,'cuán',1),(124,'evaluar',1),(124,'podrá',1),(124,'equipo',2),(124,'nuestro',2),(124,'actual',3),(124,'estado',3),(124,'del',3),(124,'análisis',4),(124,'través',1),(124,'seguridad',3),(124,'amenazas',1),(124,'diferentes',3),(124,'debido',1),(124,'peligro',1),(124,'verse',1),(124,'puede',2),(124,'red',9),(124,'infraestructura',4),(124,'estabilidad',1),(124,'comercial',1),(124,'imagen',1),(124,'leyes',1),(124,'las',6),(124,'cumplimiento',1),(124,'rentabilidad',1),(124,'fondos',1),(124,'flujo',1),(106,' ',6),(106,'navigation',1),(106,'news',1),(122,'brindarle',1),(122,'utilizamos',1),(122,'que',2),(122,'base',1),(122,'sólida',1),(122,'garantizar',1),(122,'podemos',1),(122,'así',1),(122,'últimas',1),(122,'las',2),(122,'continua',1),(122,'forma',2),(122,'investigar',1),(122,'obliga',1),(122,'nos',2),(122,'esto',1),(122,'académico',1),(122,'ambiente',1),(122,'relacionados',1),(122,'estrechamente',1),(122,'estamos',1),(122,'tecnologías',3),(122,'nuevas',1),(122,'implementación',1),(122,'desarrollo',1),(122,'capacitación',1),(122,'experiencia',1),(122,'amplia',1),(122,'con',1),(122,'ámbito',1),(122,'profesionales',1),(122,'por',1),(122,'formado',1),(122,'está',1),(122,'trabajo',1),(122,'equipo',1),(122,'nuestro',1),(122,'tecnológica',1),(122,'calidad',1),(122,'alta',1),(122,'herramientas',1),(122,'proveer',1),(122,'servicios',1),(122,'brindar',1),(122,'para',2),(122,'comprometida',1),(122,'empresa',1),(122,'una',3),(122,'solutions',1),(122,'network',1),(122,'asso',1),(122,'gif',1),(122,'logo1',1),(122,'images',1),(122,'uploads',1),(122,'somos',4),(122,'quienes',4),(109,'navigation',1),(109,'news',1),(111,'navigation',1),(111,'news',1),(140,'sus',1),(140,'innovación',1),(115,'horizontal',1),(115,'ruler',1),(115,'hidden',1),(115,'visual',1),(115,'browsers',1),(115,'css',1),(115,'navigation',2),(115,'sub',1),(115,'news',1),(122,'posición',1),(122,'nuestra',1),(122,'necesite',1),(122,'organización',1),(122,'soluciones',1),(140,'compromiso',1),(140,'imagen',1),(133,'_gaq',4),(133,'var',3),(140,'fortalecer',1),(140,'pretende',1),(140,'que',1),(140,'con',2),(140,'diseño',1),(138,'theme',1),(138,'simplex',1),(138,'teaser',1),(138,'named',1),(138,'folder',2),(138,'jpg',1),(138,'matching',1),(138,'files',1),(138,'search',1),(138,'would',1),(138,'plugins',1),(138,'modules',1),(138,'using',1),(138,'resources',1),(138,'system',1),(138,'wasting',1),(138,'without',1),(138,'manual',1),(138,'net',1),(138,'www',1),(138,'http',1),(138,'function',2),(138,'glob',2),(138,'php',3),(138,'slideshow',1),(138,'build',1),(138,'can',1),(138,'example',1),(138,'functionality',1),(138,'site',1),(138,'simple',2),(138,'every',1),(138,'module',1),(138,'need',1),(122,'independiente',1),(122,'fabricantes',1),(122,'plataformas',1),(122,'permite',1),(122,'asesorarlo',1),(122,'objetiva',1),(122,'adquisición',1),(122,'dispositivos',1),(122,'software',1),(122,'hardware',1),(124,'segurización',1),(124,'continuo',1),(124,'donde',1),(124,'realizamos',1),(124,'seguimiento',1),(124,'constante',1),(124,'aplicamos',1),(124,'últimas',1),(124,'tecnologías',3),(124,'detección',2),(124,'vulnerabilidades',1),(124,'podemos',2),(124,'ayudarlo',1),(124,'desarrollo',2),(124,'plan',1),(124,'contingencias',1),(124,'lograr',1),(124,'mayor',1),(124,'activos',1),(124,'aún',1),(124,'ante',1),(124,'peores',1),(124,'catástrofes',1),(124,'diseño',2),(124,'redes',3),(124,'organización',1),(124,'está',1),(124,'planificando',1),(124,'crecimiento',3),(124,'cambio',1),(124,'tecnología',2),(124,'usted',1),(124,'debe',2),(124,'conocer',2),(124,'cuál',1),(124,'será',1),(124,'impacto',2),(124,'cómo',1),(124,'afectar',1),(124,'esto',1),(124,'aplicaciones',3),(124,'actuales',1),(124,'utilización',1),(124,'los',3),(124,'recursos',1),(124,'modificado',1),(124,'últimos',1),(124,'años',1),(124,'exigiendo',1),(124,'niveles',1),(124,'performance',3),(124,'una',6),(124,'amplia',2),(124,'gama',1),(124,'videoconferencia',1),(124,'telefonía',1),(124,'mensajería',1),(124,'instantánea',1),(124,'etc',4),(124,'soportar',1),(124,'esta',1),(124,'diversidad',1),(124,'requerimientos',1),(124,'manera',2),(124,'más',3),(124,'óptima',2),(124,'económica',1),(124,'posible',1),(124,'mediante',1),(124,'tráfico',1),(124,'mediciones',1),(124,'ofrecerle',1),(124,'perfil',1),(124,'proyección',2),(124,'futuras',1),(124,'solución',1),(124,'antes',1),(124,'que',2),(124,'surja',1),(124,'problema',1),(124,'entre',1),(124,'otros',1),(124,'objetivos',1),(124,'permitirá',1),(124,'realizar',1),(124,'evaluación',1),(124,'definiendo',1),(124,'líneas',1),(124,'necesaria',1),(124,'utilidad',1),(124,'nuevas',2),(124,'considerando',1),(124,'decrecimiento',1),(124,'incorporación',1),(124,'protocolos',1),(124,'planificación',1),(124,'acorde',1),(124,'proyectados',1),(124,'instalación',1),(124,'mantenimiento',1),(124,'soporte',2),(124,'dispositivos',4),(124,'networking',2),(124,'son',1),(124,'funcionamiento',1),(124,'propia',1),(124,'independiente',1),(124,'implemente',1),(124,'actualmente',1),(124,'ámbito',1),(124,'obliga',1),(124,'brindar',1),(124,'cada',1),(124,'vez',1),(124,'soluciones',1),(124,'integrada',1),(124,'tenemos',1),(124,'trayectoria',1),(124,'servidores',3),(124,'con',1),(124,'open',1),(124,'source',1),(124,'propietarias',1),(124,'configuración',1),(124,'garantizando',1),(124,'funcionalidad',1),(124,'comportamiento',1),(124,'seguro',1),(124,'confiable',1),(124,'brindado',1),(124,'por',1),(124,'incluye',1),(124,'principalmente',1),(124,'empresariales',1),(124,'intranet',1),(124,'internet',1),(124,'3com',1),(124,'cisco',1),(124,'systems',1),(124,'routers',1),(124,'switchs',1),(124,'access',1),(124,'servers',1),(124,'infraestructuras',1),(124,'wireless',1),(124,'vpn',1),(124,'voip',1),(124,'firewalls',1),(124,'sistemas',1),(124,'intrusos',1),(124,'autenticación',1),(133,'push',2),(133,'[\'_setaccount',1),(133,'39520000',1),(133,'[\'_trackpageview',1),(133,'function',1),(133,'document',3),(133,'createelement',1),(133,'script',2),(133,'type',1),(133,'text',1),(133,'javascript',1),(133,'async',1),(133,'true',1),(133,'src',1),(133,'https',2),(133,'location',1),(133,'protocol',1),(133,'ssl',1),(133,'http',1),(133,'www',1),(133,'google',1),(133,'analytics',1),(133,'com',1),(133,'getelementsbytagname',1),(133,'parentnode',1),(133,'insertbefore',1),(137,'168',1),(137,'ruta',1),(137,'centro',1),(137,'litoral',1),(137,'tecnológico',1),(137,'parque',1),(137,'0373',1),(137,'888',1),(137,'0810',1),(137,'com',1),(137,'info@asso',1),(137,'paraje',1),(137,'pozo',1),(137,'santa',1),(140,'tiempos',1),(140,'los',1),(140,'adaptándolo',1),(140,'corporativo',1),(140,'website',3),(140,'nuevo',4),(140,'lanza',1),(140,'asso',1),(140,'clientes',1),(140,'proveedores',1);
/*!40000 ALTER TABLE `cms_module_search_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_search_items`
--
DROP TABLE IF EXISTS `cms_module_search_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_search_items` (
`id` int(11) NOT NULL,
`module_name` varchar(100) DEFAULT NULL,
`content_id` int(11) DEFAULT NULL,
`extra_attr` varchar(100) DEFAULT NULL,
`expires` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `module_name` (`module_name`),
KEY `content_id` (`content_id`),
KEY `extra_attr` (`extra_attr`),
KEY `cms_index_search_items` (`module_name`,`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_search_items`
--
LOCK TABLES `cms_module_search_items` WRITE;
/*!40000 ALTER TABLE `cms_module_search_items` DISABLE KEYS */;
INSERT INTO `cms_module_search_items` (`id`, `module_name`, `content_id`, `extra_attr`, `expires`) VALUES (75,'Search',15,'template',NULL),(77,'Search',16,'template',NULL),(79,'Search',17,'template',NULL),(123,'Search',57,'content',NULL),(145,'Search',60,'content',NULL),(124,'Search',58,'content',NULL),(104,'Search',19,'template',NULL),(106,'Search',22,'template',NULL),(122,'Search',15,'content',NULL),(109,'Search',21,'template',NULL),(111,'Search',20,'template',NULL),(138,'Search',23,'template',NULL),(115,'Search',18,'template',NULL),(137,'Search',1,'global_content',NULL),(140,'News',1,'article',NULL),(133,'Search',2,'global_content',NULL);
/*!40000 ALTER TABLE `cms_module_search_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_search_items_seq`
--
DROP TABLE IF EXISTS `cms_module_search_items_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_search_items_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_search_items_seq`
--
LOCK TABLES `cms_module_search_items_seq` WRITE;
/*!40000 ALTER TABLE `cms_module_search_items_seq` DISABLE KEYS */;
INSERT INTO `cms_module_search_items_seq` (`id`) VALUES (145);
/*!40000 ALTER TABLE `cms_module_search_items_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_search_words`
--
DROP TABLE IF EXISTS `cms_module_search_words`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_search_words` (
`word` varchar(255) NOT NULL,
`count` int(11) DEFAULT NULL,
PRIMARY KEY (`word`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_search_words`
--
LOCK TABLES `cms_module_search_words` WRITE;
/*!40000 ALTER TABLE `cms_module_search_words` DISABLE KEYS */;
INSERT INTO `cms_module_search_words` (`word`, `count`) VALUES ('test',1);
/*!40000 ALTER TABLE `cms_module_search_words` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_smarty_plugins`
--
DROP TABLE IF EXISTS `cms_module_smarty_plugins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_smarty_plugins` (
`sig` varchar(80) NOT NULL,
`name` varchar(80) DEFAULT NULL,
`module` varchar(160) DEFAULT NULL,
`type` varchar(40) DEFAULT NULL,
`callback` varchar(255) DEFAULT NULL,
`available` int(11) DEFAULT NULL,
`cachable` tinyint(4) DEFAULT NULL,
PRIMARY KEY (`sig`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_smarty_plugins`
--
LOCK TABLES `cms_module_smarty_plugins` WRITE;
/*!40000 ALTER TABLE `cms_module_smarty_plugins` DISABLE KEYS */;
INSERT INTO `cms_module_smarty_plugins` (`sig`, `name`, `module`, `type`, `callback`, `available`, `cachable`) VALUES ('a13f88201fd98d2fbb219f4bb4d4d75e','FileManager','FileManager','function','s:15:\"function_plugin\";',1,0),('d077ec0a46ac7ac76f7ebb22bf223dd5','MenuManager','MenuManager','function','s:15:\"function_plugin\";',1,0),('0d66b5f48afdb3ab28b1b00f23e3251f','menu','MenuManager','function','s:15:\"function_plugin\";',1,1),('042ecc80bd5585fce43393f9d3f434b6','cms_breadcrumbs','MenuManager','function','s:22:\"smarty_cms_breadcrumbs\";',1,1),('6db731a58353c03d0b79fe4e4adacdbd','News','News','function','s:15:\"function_plugin\";',1,0),('1ec62e1e885cc0fd80237da2d5ea8778','news','News','function','s:15:\"function_plugin\";',1,1),('bb0d76390dd2c0ab4e365e2e49d534b0','Search','Search','function','s:15:\"function_plugin\";',1,0),('f3114372c8995dd5974b0306430a3ce3','search','Search','function','s:15:\"function_plugin\";',1,1),('1067553f16c8b101d638109a3192c66b','FileManager','FileManager','function','s:15:\"function_plugin\";',1,0);
/*!40000 ALTER TABLE `cms_module_smarty_plugins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_module_templates`
--
DROP TABLE IF EXISTS `cms_module_templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_module_templates` (
`module_name` varchar(160) DEFAULT NULL,
`template_name` varchar(160) DEFAULT NULL,
`content` text DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
KEY `cms_index_module_templates_by_module_name_template_name` (`module_name`,`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_module_templates`
--
LOCK TABLES `cms_module_templates` WRITE;
/*!40000 ALTER TABLE `cms_module_templates` DISABLE KEYS */;
INSERT INTO `cms_module_templates` (`module_name`, `template_name`, `content`, `create_date`, `modified_date`) VALUES ('CMSPrinting','linktemplate','{if isset($imgsrc)}\n{capture assign=\'image\'}\n <img src=\"{$imgsrc}\" title=\"{$linktext}\" alt=\"{$linktext}\" {if isset($imgclass) && $imgclass!=\'\'}class=\"{$imgclass}\"{/if} />\n{/capture}\n<a href=\"{$href}\" class=\"{$class}\" {$target} {if isset($more)}{$more}{/if} rel=\"nofollow\">{$image}</a>\n{else}\n<a href=\"{$href}\" class=\"{$class}\" {$target} {if isset($more)}{$more}{/if} rel=\"nofollow\">{$linktext}</a>\n{/if}\n','2013-03-20 16:13:21','2013-03-20 16:13:21'),('CMSPrinting','printtemplate','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n <head>\n <title>Printing {title}</title>\n <meta name=\"robots\" content=\"noindex\" />\n <base href=\"{$rooturl}\" />\n <meta name=\"Generator\" content=\"CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved.\" />\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset={$encoding}\" />\n\n {cms_stylesheet media=\'print\' templateid=$templateid}\n\n {if $overridestylesheet!=\'\'}\n <style type=\"text/css\">\n {$overridestylesheet}\n </style>\n {/if}\n \n </head>\n <body style=\"background-color: white; color: black; background-image: none; text-align: left;\"> \n {$content}\n \n {$printscript}\n </body>\n</html>\n','2013-03-20 16:13:21','2013-03-20 16:13:21'),('News','summarySample','<!-- Start News Display Template -->\n{* This section shows a clickable list of your News categories. *}\n<ul class=\"list1\">\n{foreach from=$cats item=node}\n{if $node.depth > $node.prevdepth}\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\n{elseif $node.depth < $node.prevdepth}\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\n</li>\n{elseif $node.index > 0}</li>\n{/if}\n<li{if $node.index == 0} class=\"firstnewscat\"{/if}>\n{if $node.count > 0}\n <a href=\"{$node.url}\">{$node.news_category_name}</a>{else}<span>{$node.news_category_name} </span>{/if}\n{/foreach}\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\n</ul>\n\n{* this displays the category name if you\'re browsing by category *}\n{if $category_name}\n<h1>{$category_name}</h1>\n{/if}\n\n{* if you don\'t want category browsing on your summary page, remove this line and everything above it *}\n\n{if $pagecount > 1}\n <p>\n{if $pagenumber > 1}\n{$firstpage} {$prevpage} \n{/if}\n{$pagetext} {$pagenumber} {$oftext} {$pagecount}\n{if $pagenumber < $pagecount}\n {$nextpage} {$lastpage}\n{/if}\n</p>\n{/if}\n{foreach from=$items item=entry}\n<div class=\"NewsSummary\">\n\n{if $entry->postdate}\n <div class=\"NewsSummaryPostdate\">\n {$entry->postdate|cms_date_format}\n </div>\n{/if}\n\n<div class=\"NewsSummaryLink\">\n<a href=\"{$entry->moreurl}\" title=\"{$entry->title|cms_escape:htmlall}\">{$entry->title|cms_escape}</a>\n</div>\n\n<div class=\"NewsSummaryCategory\">\n {$category_label} {$entry->category}\n</div>\n\n{if $entry->author}\n <div class=\"NewsSummaryAuthor\">\n {$author_label} {$entry->author}\n </div>\n{/if}\n\n{if $entry->summary}\n <div class=\"NewsSummarySummary\">\n {eval var=$entry->summary}\n </div>\n\n <div class=\"NewsSummaryMorelink\">\n [{$entry->morelink}]\n </div>\n\n{else if $entry->content}\n\n <div class=\"NewsSummaryContent\">\n {eval var=$entry->content}\n </div>\n{/if}\n\n{if isset($entry->extra)}\n <div class=\"NewsSummaryExtra\">\n {eval var=$entry->extra}\n {* {cms_module module=\'Uploads\' mode=\'simpleurl\' upload_id=$entry->extravalue} *}\n </div>\n{/if}\n{if isset($entry->fields)}\n {foreach from=$entry->fields item=\'field\'}\n <div class=\"NewsSummaryField\">\n {if $field->type == \'file\'}\n <img src=\"{$entry->file_location}/{$field->value}\"/>\n {else}\n {$field->name}: {eval var=$field->value}\n {/if}\n </div>\n {/foreach}\n{/if}\n\n</div>\n{/foreach}\n<!-- End News Display Template -->\n','2013-03-20 16:13:21','2013-03-20 16:13:21'),('News','summarySummary_Simplex','{strip}\r\n\r\n<!-- .news-summary wrapper -->\r\n<article class=\'news-summary\'>\r\n<span class=\'heading\'><span>Novedades</span></span>\r\n <ul class=\'category-list cf\'>\r\n {foreach from=$cats item=\'node\'}\r\n {if $node.depth > $node.prevdepth}\r\n {repeat string=\'<ul>\' times=$node.depth-$node.prevdepth}\r\n {elseif $node.depth < $node.prevdepth}\r\n {repeat string=\'</li></ul>\' times=$node.prevdepth-$node.depth}\r\n </li>\r\n {elseif $node.index > 0}</li>\r\n {/if}\r\n <li{if $node.index == 0} class=\'first\'{/if}>\r\n {if $node.count > 0}\r\n <a href=\'{$node.url}\'>{$node.news_category_name}</a>{else}<span>{$node.news_category_name} </span>{/if}\r\n {/foreach}\r\n {repeat string=\'</li></ul>\' times=$node.depth-1}</li>\r\n </ul>\r\n {foreach from=$items item=\'entry\'}\r\n <!-- .news-article (wrapping each article) -->\r\n <section class=\'news-article\'>\r\n <header>\r\n <h2><a href=\'{$entry->moreurl}\' title=\'{$entry->title|cms_escape:htmlall}\'>{$entry->title|cms_escape}</a></h2>\r\n <div class=\'meta cf\'>\r\n <time class=\'date\' datetime=\'{$entry->postdate|date_format:\'%Y-%m-%d\'}\'>\r\n <span class=\'day\'> {$entry->postdate|date_format:\'%d\'} </span>\r\n <span class=\'month\'> {$entry->postdate|date_format:\'%b\'} </span>\r\n </time>\r\n <span class=\'author\'> {$author_label} {$entry->author} </span>\r\n <span class=\'category\'> {$category_label} {$entry->category}</span>\r\n </div>\r\n </header>\r\n {if $entry->summary}\r\n <p>{eval var=$entry->summary|strip_tags}</p>\r\n <span class=\'more\'>{$entry->morelink} →</span>\r\n {else if $entry->content}\r\n <p>{eval var=$entry->content|strip_tags}</p>\r\n {/if}\r\n </section>\r\n <!-- .news-article //-->\r\n {/foreach}\r\n <!-- news pagination -->\r\n {if $pagecount > 1}\r\n <span class=\'paginate\'>\r\n {if $pagenumber > 1}\r\n {$firstpage} {$prevpage}\r\n {/if}\r\n {$pagetext} {$pagenumber} {$oftext} {$pagecount}\r\n {if $pagenumber < $pagecount}\r\n {$nextpage} {$lastpage}\r\n {/if}\r\n </span>\r\n {/if}\r\n</article>\r\n<!-- .news-summary //-->\r\n\r\n{/strip}','2013-03-20 16:13:21','2013-03-21 13:12:06'),('News','detailSample','{* News module entry object reference:\n ------------------------------\n In previous versions of News the \'object\' returned in $entry was quite simple, and a <pre>{$entry|@print_r}</pre> would output all of the available data\n This has changed in News 2.12, the object is not quite as \'simple\' as it was in previous versions, and that method will no longer work. Hence, below\n you will find a referennce to the available data.\n\n ====\n news_article Object Reference\n ====\n\n Members:\n --\n Members can be displayed by the following syntax: {$entry->membername} or assigned to another smarty variable using {assign var=\'foo\' value=$entry->membername}.\n\n The following members are available in the entry array:\n \n id (integer) = The unique article id.\n author_id (integer) = The userid of the author who created the article. This value may be negative to indicate an FEU userid.\n title (string) = The title of the article.\n summary (text) = The summary text (may be empty or unset).\n extra (string) = The \"extra\" data associated with the article (may be empty or unset).\n news_url (string) = The url segment associated with this article (may be empty or unset).\n postdate (string) = A string representing the news article post date. You may filter this through cms_date_format for different display possibilities.\n startdate (string) = A string representing the date the article should begin to appear. (may be empty or unset)\n enddate (string) = A string representing the date the article should stop appearing on the site (may be empty or unset).\n category_id (integer) = The unique id of the hierarchy level where this article resides (may be empty or unset)\n status (string) = either \'draft\' or \'published\' indicating the status of this article.\n author (string) = The username of the original author of the article. If the article was created by frontend submission, this will attempt to retrieve the username from the FEU module.\n authorname (string) = The full name of the original author of the website. Only applicable if article was created by an administrator and that information exists in the administrators profile.\n category (string) = The name of the category that this article is associated with.\n canonical (string) = A full URL (prettified) to this articles detail view using defaults if necessary.\n fields (associative) = An associative array of field objects, representing the fields, and their values for this article. See the information below on the field object definition. In past versions of News this was a simple array, now it is an associative one.\n customfieldsbyname = (deprecated) - A synonym for the \'fields\' member\n fieldsbyname = (deprecated) - A synonym for the \'fields\' member\n useexp (integer) = A flag indicating wether this article is using the expiry information.\n file_location (string) = A url containing the location where files attached the article are stored... the field value should be appended to this url.\n \n\n ====\n news_field Object Reference\n ====\n The news_field object contains data about the fields and their values that are associated with a particular news article.\n\n Members:\n --------\n id (integer) = The id of the field definition\n name (string) = The name of the field\n type (string) = The type of field\n max_length (integer) = The maximum length of the field (applicable only to text fields)\n item_order (integer) = The order of the field\n public (integer) = A flag indicating wether the field is public or not\n value (mixed) = The value of the field.\n\n\n ====\n Below, you will find the normal detail template information. Modify this template as desired.\n*}\n\n{* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *}\n{if isset($entry->canonical)}\n {assign var=\'canonical\' value=$entry->canonical}\n{/if}\n\n{if $entry->postdate}\n <div id=\"NewsPostDetailDate\">\n {$entry->postdate|cms_date_format}\n </div>\n{/if}\n<h3 id=\"NewsPostDetailTitle\">{$entry->title|cms_escape:htmlall}</h3>\n\n<hr id=\"NewsPostDetailHorizRule\" />\n\n{if $entry->summary}\n <div id=\"NewsPostDetailSummary\">\n <strong>\n {eval var=$entry->summary}\n </strong>\n </div>\n{/if}\n\n{if $entry->category}\n <div id=\"NewsPostDetailCategory\">\n {$category_label} {$entry->category}\n </div>\n{/if}\n{if $entry->author}\n <div id=\"NewsPostDetailAuthor\">\n {$author_label} {$entry->author}\n </div>\n{/if}\n\n<div id=\"NewsPostDetailContent\">\n {eval var=$entry->content}\n</div>\n\n{if $entry->extra}\n <div id=\"NewsPostDetailExtra\">\n {$extra_label} {$entry->extra}\n </div>\n{/if}\n\n{if $return_url != \"\"}\n<div id=\"NewsPostDetailReturnLink\">{$return_url}{if $category_name != \'\'} - {$category_link}{/if}</div>\n{/if}\n\n{if isset($entry->fields)}\n {foreach from=$entry->fields item=\'field\'}\n <div class=\"NewsDetailField\">\n {if $field->type == \'file\'}\n {* this template assumes that every file uploaded is an image of some sort, because News doesn\'t distinguish *}\n <img src=\"{$entry->file_location}/{$field->value}\"/>\n {else}\n {$field->name}: {eval var=$field->value}\n {/if}\n </div>\n {/foreach}\n{/if}\n','2013-03-20 16:13:21','2013-03-20 16:13:21'),('News','detailSimplex_Detail','{* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *}\r\n{if isset($entry->canonical)}\r\n {assign var=\'canonical\' value=$entry->canonical}\r\n{/if}\r\n\r\n<h2>{$entry->title|cms_escape:htmlall}</h2>\r\n{if $entry->summary}\r\n {eval var=$entry->summary}\r\n{/if}\r\n {eval var=$entry->content}\r\n{if $entry->extra}\r\n {$extra_label} {$entry->extra}\r\n{/if}\r\n{if $return_url != \"\"}\r\n <br /><br />\r\n <span class=\'back\'>← {$return_url}{if $category_name != \'\'} - {$category_link}{/if}</span>\r\n{/if}\r\n\r\n{if isset($entry->fields)}\r\n {foreach from=$entry->fields item=\'field\'}\r\n <div>\r\n {if $field->type == \'file\'}\r\n {* this template assumes that every file uploaded is an image of some sort, because News doesn\'t distinguish *}\r\n <img src=\'{$entry->file_location}/{$field->value}\' alt=\'\' />\r\n {else}\r\n {$field->name}: {eval var=$field->value}\r\n {/if}\r\n </div>\r\n {/foreach}\r\n{/if}\r\n <!-- Fran <footer class=\'news-meta\'>\r\n {if $entry->postdate}\r\n {$entry->postdate|cms_date_format}\r\n {/if}\r\n {if $entry->category}\r\n <strong>{$category_label}</strong> {$entry->category}\r\n {/if}\r\n {if $entry->author}\r\n <strong>{$author_label}</strong> {$entry->author}\r\n {/if}\r\n </footer>-->','2013-03-20 16:13:21','2013-04-09 18:15:05'),('News','formSample','{* original form template *}\n{if isset($error)}\n <h3><font color=\"red\">{$error}</font></h3>\n{else}\n {if isset($message)}\n <h3>{$message}</h3>\n {/if}\n{/if}\n{$startform}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">*{$titletext}:</p>\n <p class=\"pageinput\">{$inputtitle}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$categorytext}:</p>\n <p class=\"pageinput\">{$inputcategory}</p>\n </div>\n{if !isset($hide_summary_field) or $hide_summary_field == 0}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$summarytext}:</p>\n <p class=\"pageinput\">{$inputsummary}</p>\n </div>\n{/if}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">*{$contenttext}:</p>\n <p class=\"pageinput\">{$inputcontent}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$extratext}:</p>\n <p class=\"pageinput\">{$inputextra}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$startdatetext}:</p>\n <p class=\"pageinput\">{html_select_date prefix=$startdateprefix time=$startdate end_year=\"+15\"} {html_select_time prefix=$startdateprefix time=$startdate}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$enddatetext}:</p>\n <p class=\"pageinput\">{html_select_date prefix=$enddateprefix time=$enddate end_year=\"+15\"} {html_select_time prefix=$enddateprefix time=$enddate}</p>\n </div>\n {if isset($customfields)}\n {foreach from=$customfields item=\'onefield\'}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$onefield->name}:</p>\n <p class=\"pageinput\">{$onefield->field}</p>\n </div>\n {/foreach}\n {/if}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\"> </p>\n <p class=\"pageinput\">{$hidden}{$submit}{$cancel}</p>\n </div>\n{$endform}\n','2013-03-20 16:13:21','2013-03-20 16:13:21'),('News','browsecatSample','{if $count > 0}\n<ul class=\"list1\">\n{foreach from=$cats item=node}\n{if $node.depth > $node.prevdepth}\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\n{elseif $node.depth < $node.prevdepth}\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\n</li>\n{elseif $node.index > 0}</li>\n{/if}\n<li class=\"newscategory\">\n{if $node.count > 0}\n <a href=\"{$node.url}\">{$node.news_category_name}</a> ({$node.count}){else}<span>{$node.news_category_name} (0)</span>{/if}\n{/foreach}\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\n</ul>\n{/if}','2013-03-20 16:13:21','2013-03-20 16:13:21'),('News','email_template','A new news article has been posted to your website. The details are as follows:\nTitle: {$title}\nIP Address: {$ipaddress}\nSummary: {$summary|strip_tags}\nPost Date: {$postdate|date_format}\nStart Date: {$startdate|date_format}\nEnd Date: {$enddate|date_format}\n','2013-03-20 16:13:21','2013-03-20 16:13:21'),('Search','displaysearch','\n{$startform}\n<label for=\"{$search_actionid}searchinput\">{$searchprompt}: </label><input type=\"text\" class=\"search-input\" id=\"{$search_actionid}searchinput\" name=\"{$search_actionid}searchinput\" size=\"20\" maxlength=\"50\" value=\"{$searchtext}\" {$hogan}/>\n{*\n<br/>\n<input type=\"checkbox\" name=\"{$search_actionid}use_or\" value=\"1\"/>\n*}\n<input class=\"search-button\" name=\"submit\" value=\"{$submittext}\" type=\"submit\" />\n{if isset($hidden)}{$hidden}{/if}\n{$endform}','2013-03-20 16:13:22','2013-03-20 16:13:22'),('Search','displayresult','<h3>{$searchresultsfor} "{$phrase}"</h3>\n{if $itemcount > 0}\n<ul>\n {foreach from=$results item=entry}\n <li>{$entry->title} - <a href=\"{$entry->url}\">{$entry->urltxt}</a> ({$entry->weight}%)</li>\n {* \n You can also instantiate custom behaviour on a module by module basis by looking at\n the $entry->module and $entry->modulerecord fields in $entry \n ie: {if $entry->module == \'News\'}{News action=\'detail\' article_id=$entry->modulerecord detailpage=\'News\'} \n *}\n {/foreach}\n</ul>\n\n<p>{$timetaken}: {$timetook}</p>\n{else}\n <p><strong>{$noresultsfound}</strong></p>\n{/if}','2013-03-20 16:13:22','2013-03-20 16:13:22'),('FormBuilder','fb_1','{* DEFAULT FORM LAYOUT / pure CSS *}\r\n{$fb_form_header}\r\n{if $fb_form_done == 1}\r\n {* This first section is for displaying submission errors *}\r\n {if isset($fb_submission_error) && $fb_submission_error}\r\n <div class=\"error_message\">{$fb_submission_error}</div>\r\n {if isset($fb_show_submission_errors) && $fb_show_submission_errors}\r\n <div class=\"error\">\r\n <ul>\r\n {foreach from=$fb_submission_error_list item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {/if}\r\n{else}\r\n {* this section is for displaying the form *}\r\n {* we start with validation errors *}\r\n {if isset($fb_form_has_validation_errors) && $fb_form_has_validation_errors}\r\n <div class=\"error_message\">\r\n <ul>\r\n {foreach from=$fb_form_validation_errors item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {if isset($captcha_error) && $captcha_error}\r\n <div class=\"error_message\">{$captcha_error}</div>\r\n {/if}\r\n\r\n {* and now the form itself *}\r\n {$fb_form_start}\r\n <div>{$fb_hidden}</div>\r\n <div{if $css_class != \'\'} class=\"{$css_class}\"{/if}>\r\n {if $total_pages gt 1}<span>{$title_page_x_of_y}</span>{/if}\r\n {foreach from=$fields item=entry}\r\n {if $entry->display == 1}\r\n {strip}\r\n {if $entry->needs_div == 1}\r\n <div\r\n {if $entry->required == 1 || $entry->css_class != \'\' || $entry->valid == 0} class=\"\r\n {if $entry->required == 1}required{/if}\r\n {if $entry->css_class != \'\'} {$entry->css_class}{/if}\r\n {if $entry->valid == 0} fb_invalid{/if}\r\n \"\r\n {/if}\r\n >\r\n {/if}\r\n {if $entry->hide_name == 0}\r\n <label{if $entry->multiple_parts != 1} for=\"{$entry->input_id}\"{/if}>{$entry->name}\r\n {if $entry->required_symbol != \'\'}\r\n {$entry->required_symbol}\r\n {/if}\r\n </label>\r\n {/if}\r\n {if $entry->multiple_parts == 1}\r\n {section name=numloop loop=$entry->input}\r\n {if $entry->label_parts == 1}\r\n <div>{$entry->input[numloop]->input} {$entry->input[numloop]->name}</div>\r\n {else}\r\n {$entry->input[numloop]->input}\r\n {/if}\r\n {if isset($entry->input[numloop]->op) && $entry->input[numloop]->op}{$entry->input[numloop]->op}{/if}\r\n {/section}\r\n {else}\r\n {if $entry->smarty_eval == \'1\'}{eval var=$entry->input}{else}{$entry->input}{/if}\r\n {/if}\r\n {if $entry->valid == 0} <--- {$entry->error}{/if}\r\n {if $entry->needs_div == 1}\r\n </div>\r\n {/if}\r\n {/strip}\r\n {/if}\r\n {/foreach}\r\n {if $has_captcha == 1}\r\n <div class=\"captcha\">{$graphic_captcha}{$title_captcha}<br />{$input_captcha}</div>\r\n {/if}\r\n <div class=\"submit\">{$prev}{$submit}</div>\r\n </div>\r\n {$fb_form_end}\r\n{/if}\r\n{$fb_form_footer}','2014-02-21 09:23:43','2014-02-21 09:23:43'),('FormBuilder','fb_2','{* DEFAULT FORM LAYOUT / pure CSS *}\r\n{$fb_form_header}\r\n{if $fb_form_done == 1}\r\n {* This first section is for displaying submission errors *}\r\n {if isset($fb_submission_error) && $fb_submission_error}\r\n <div class=\"error_message\">{$fb_submission_error}</div>\r\n {if isset($fb_show_submission_errors) && $fb_show_submission_errors}\r\n <div class=\"error\">\r\n <ul>\r\n {foreach from=$fb_submission_error_list item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {/if}\r\n{else}\r\n {* this section is for displaying the form *}\r\n {* we start with validation errors *}\r\n {if isset($fb_form_has_validation_errors) && $fb_form_has_validation_errors}\r\n <div class=\"error_message\">\r\n <ul>\r\n {foreach from=$fb_form_validation_errors item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {if isset($captcha_error) && $captcha_error}\r\n <div class=\"error_message\">{$captcha_error}</div>\r\n {/if}\r\n\r\n {* and now the form itself *}\r\n {$fb_form_start}\r\n <div>{$fb_hidden}</div>\r\n <div{if $css_class != \'\'} class=\"{$css_class}\"{/if}>\r\n {if $total_pages gt 1}<span>{$title_page_x_of_y}</span>{/if}\r\n {foreach from=$fields item=entry}\r\n {if $entry->display == 1}\r\n {strip}\r\n {if $entry->needs_div == 1}\r\n <div\r\n {if $entry->required == 1 || $entry->css_class != \'\' || $entry->valid == 0} class=\"\r\n {if $entry->required == 1}required{/if}\r\n {if $entry->css_class != \'\'} {$entry->css_class}{/if}\r\n {if $entry->valid == 0} fb_invalid{/if}\r\n \"\r\n {/if}\r\n >\r\n {/if}\r\n {if $entry->hide_name == 0}\r\n <h3><label{if $entry->multiple_parts != 1} for=\"{$entry->input_id}\"{/if}>{$entry->name}\r\n {if $entry->required_symbol != \'\'}\r\n {$entry->required_symbol}\r\n {/if}\r\n </label>\r\n {/if}\r\n {if $entry->multiple_parts == 1}\r\n {section name=numloop loop=$entry->input}\r\n {if $entry->label_parts == 1}\r\n <div>{$entry->input[numloop]->input} {$entry->input[numloop]->name}</div>\r\n {else}\r\n {$entry->input[numloop]->input}\r\n {/if}\r\n {if isset($entry->input[numloop]->op) && $entry->input[numloop]->op}{$entry->input[numloop]->op}{/if}\r\n {/section}\r\n {else}\r\n {if $entry->smarty_eval == \'1\'}{eval var=$entry->input}{else}{$entry->input}{/if}\r\n {/if}\r\n {if $entry->valid == 0} <--- {$entry->error}{/if}\r\n {if $entry->needs_div == 1}\r\n </div>\r\n {/if}\r\n {/strip}\r\n {/if}\r\n {/foreach}\r\n {if $has_captcha == 1}\r\n <div class=\"captcha\">{$graphic_captcha}{$title_captcha}<br />{$input_captcha}</div>\r\n {/if}\r\n <div class=\"submit\">{$prev}{$submit}</div>\r\n </div>\r\n {$fb_form_end}\r\n{/if}\r\n{$fb_form_footer}','2014-02-21 09:23:43','2014-02-21 12:03:54'),('FormBuilder','fb_3','{* DEFAULT FORM LAYOUT / pure CSS *}\r\n{$fb_form_header}\r\n{if $fb_form_done == 1}\r\n {* This first section is for displaying submission errors *}\r\n {if $fb_submission_error}\r\n <div class=\"error_message\">{$fb_submission_error}</div>\r\n {if $fb_show_submission_errors}\r\n <div class=\"error\">\r\n <ul>\r\n {foreach from=$fb_submission_error_list item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {/if}\r\n{else}\r\n {* this section is for displaying the form *}\r\n {* we start with validation errors *}\r\n {if $fb_form_has_validation_errors}\r\n <div class=\"error_message\">\r\n <ul>\r\n {foreach from=$fb_form_validation_errors item=thisErr}\r\n <li>{$thisErr}</li>\r\n {/foreach}\r\n </ul>\r\n </div>\r\n {/if}\r\n {if $captcha_error}\r\n <div class=\"error_message\">{$captcha_error}</div>\r\n {/if}\r\n\r\n {* and now the form itself *}\r\n {$fb_form_start}\r\n <div>{$fb_hidden}</div>\r\n <div{if $css_class != \'\'} class=\"{$css_class}\"{/if}>\r\n {if $total_pages gt 1}<span>{$title_page_x_of_y}</span>{/if}\r\n {foreach from=$fields item=entry}\r\n {if $entry->display == 1}\r\n {strip}\r\n {if $entry->needs_div == 1}\r\n <div\r\n {if $entry->required == 1 || $entry->css_class != \'\'} class=\"\r\n {if $entry->required == 1}\r\n required\r\n {/if}\r\n {if $entry->required == 1 && $entry->css_class != \'\'} {/if}\r\n {if $entry->css_class != \'\'}\r\n {$entry->css_class}\r\n {/if}\r\n \"\r\n {/if}\r\n >\r\n {/if}\r\n {if $entry->hide_name == 0}\r\n <label{if $entry->multiple_parts != 1} for=\"{$entry->input_id}\"{/if}>{$entry->name}\r\n {if $entry->required_symbol != \'\'}\r\n {$entry->required_symbol}\r\n {/if}\r\n </label>\r\n {/if}\r\n {if $entry->multiple_parts == 1}\r\n {section name=numloop loop=$entry->input}\r\n {if $entry->label_parts == 1}\r\n <div>{$entry->input[numloop]->input} {$entry->input[numloop]->name}</div>\r\n {else}\r\n {$entry->input[numloop]->input}\r\n {/if}\r\n {if $entry->input[numloop]->op}{$entry->input[numloop]->op}{/if}\r\n {/section}\r\n {else}\r\n {if $entry->smarty_eval == \'1\'}{eval var=$entry->input}{else}{$entry->input}{/if}\r\n {/if}\r\n {if $entry->valid == 0} <--- {$entry->error}{/if}\r\n {if $entry->needs_div == 1}\r\n </div>\r\n {/if}\r\n {/strip}\r\n {/if}\r\n {/foreach}\r\n {if $has_captcha == 1}\r\n <div class=\"captcha\">{$graphic_captcha}{$title_captcha}<br />{$input_captcha}</div>\r\n {/if}\r\n <div class=\"submit\">{$prev}{$submit}</div>\r\n </div>\r\n {$fb_form_end}\r\n{/if}\r\n{$fb_form_footer}','2014-02-21 09:23:43','2014-02-21 09:23:43');
/*!40000 ALTER TABLE `cms_module_templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_modules`
--
DROP TABLE IF EXISTS `cms_modules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_modules` (
`module_name` varchar(160) NOT NULL,
`status` varchar(255) DEFAULT NULL,
`version` varchar(255) DEFAULT NULL,
`admin_only` tinyint(4) DEFAULT 0,
`active` tinyint(4) DEFAULT NULL,
`allow_fe_lazyload` tinyint(4) DEFAULT NULL,
`allow_admin_lazyload` tinyint(4) DEFAULT NULL,
PRIMARY KEY (`module_name`),
KEY `cms_index_modules_by_module_name` (`module_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_modules`
--
LOCK TABLES `cms_modules` WRITE;
/*!40000 ALTER TABLE `cms_modules` DISABLE KEYS */;
INSERT INTO `cms_modules` (`module_name`, `status`, `version`, `admin_only`, `active`, `allow_fe_lazyload`, `allow_admin_lazyload`) VALUES ('CMSMailer','installed','5.2.2',0,1,1,0),('CMSPrinting','installed','1.0.5',0,1,0,1),('FileManager','installed','1.4.4',0,1,1,0),('MenuManager','installed','1.8.6',0,1,0,0),('MicroTiny','installed','1.2.6',0,1,1,1),('ModuleManager','installed','1.5.5',1,1,0,1),('News','installed','2.14.2',0,1,1,1),('Search','installed','1.7.11',0,1,1,1),('ThemeManager','installed','1.1.8',1,1,0,1),('FormBuilder','installed','0.7.3',0,1,0,0),('Captcha','installed','0.4.6',0,1,0,0);
/*!40000 ALTER TABLE `cms_modules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_permissions`
--
DROP TABLE IF EXISTS `cms_permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_permissions` (
`permission_id` int(11) NOT NULL,
`permission_name` varchar(255) DEFAULT NULL,
`permission_text` varchar(255) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`permission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_permissions`
--
LOCK TABLES `cms_permissions` WRITE;
/*!40000 ALTER TABLE `cms_permissions` DISABLE KEYS */;
INSERT INTO `cms_permissions` (`permission_id`, `permission_name`, `permission_text`, `create_date`, `modified_date`) VALUES (1,'Add Pages','Add Pages','2006-07-25 21:22:33','2006-07-25 21:22:33'),(2,'Add Groups','Add Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(4,'Add Templates','Add Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),(5,'Add Users','Add Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),(6,'Modify Any Page','Modify Any Page','2006-07-25 21:22:33','2006-07-25 21:22:33'),(7,'Modify Groups','Modify Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(8,'Modify Group Assignments','Modify Group Assignments','2006-07-25 21:22:33','2006-07-25 21:22:33'),(9,'Modify Permissions','Modify Permissions for Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(11,'Modify Templates','Modify Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),(12,'Modify Users','Modify Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),(13,'Remove Pages','Remove Pages','2006-07-25 21:22:33','2006-07-25 21:22:33'),(14,'Remove Groups','Remove Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(16,'Remove Templates','Remove Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),(17,'Remove Users','Remove Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),(18,'Modify Modules','Modify Modules','2006-07-25 21:22:33','2006-07-25 21:22:33'),(20,'Modify Files','Modify Files','2006-07-25 21:22:33','2006-07-25 21:22:33'),(21,'Modify Site Preferences','Modify Site Preferences','2006-07-25 21:22:33','2006-07-25 21:22:33'),(22,'Modify Stylesheets','Modify Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),(23,'Add Stylesheets','Add Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),(24,'Remove Stylesheets','Remove Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),(25,'Add Stylesheet Assoc','Add Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),(26,'Modify Stylesheet Assoc','Modify Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),(27,'Remove Stylesheet Assoc','Remove Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),(28,'Modify User-defined Tags','Modify User defined Tags','2006-07-25 21:22:33','2006-07-25 21:22:33'),(29,'Clear Admin Log','Clear Admin Log','2006-07-25 21:22:33','2006-07-25 21:22:33'),(30,'Add Global Content Blocks','Add Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),(31,'Modify Global Content Blocks','Modify Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),(32,'Remove Global Content Blocks','Remove Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),(35,'Modify Events','Modify Events','2006-01-27 20:06:58','2006-01-27 20:06:58'),(36,'View Tag Help','View Tag Help','2006-01-27 20:06:58','2006-01-27 20:06:58'),(44,'Manage All Content','Manage All Content','2009-05-06 15:04:11','2009-05-06 15:04:11'),(46,'Reorder Content','Reorder Content','2009-05-06 15:04:11','2009-05-06 15:04:11'),(47,'Use FileManager Advanced','Advanced usage of the File Manager module','2013-03-20 16:13:21','2013-03-20 16:13:21'),(48,'Manage Menu','Manage Menu','2013-03-20 16:13:21','2013-03-20 16:13:21'),(49,'MicroTiny View HTML Source','MicroTiny View HTML Source','2013-03-20 16:13:21','2013-03-20 16:13:21'),(50,'Modify News','Modify News','2013-03-20 16:13:21','2013-03-20 16:13:21'),(51,'Approve News','Approve News For Frontend Display','2013-03-20 16:13:21','2013-03-20 16:13:21'),(52,'Delete News','Delete News Articles','2013-03-20 16:13:21','2013-03-20 16:13:21'),(53,'Manage Themes','Manage Themes','2013-03-20 16:13:22','2013-03-20 16:13:22'),(54,'Modify Forms','Modify Forms','2014-02-21 09:23:43','2014-02-21 09:23:43');
/*!40000 ALTER TABLE `cms_permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_permissions_seq`
--
DROP TABLE IF EXISTS `cms_permissions_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_permissions_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_permissions_seq`
--
LOCK TABLES `cms_permissions_seq` WRITE;
/*!40000 ALTER TABLE `cms_permissions_seq` DISABLE KEYS */;
INSERT INTO `cms_permissions_seq` (`id`) VALUES (54);
/*!40000 ALTER TABLE `cms_permissions_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_routes`
--
DROP TABLE IF EXISTS `cms_routes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_routes` (
`term` varchar(255) NOT NULL,
`key1` varchar(50) NOT NULL,
`key2` varchar(50) DEFAULT NULL,
`key3` varchar(50) DEFAULT NULL,
`data` text DEFAULT NULL,
`created` datetime DEFAULT NULL,
PRIMARY KEY (`term`,`key1`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_routes`
--
LOCK TABLES `cms_routes` WRITE;
/*!40000 ALTER TABLE `cms_routes` DISABLE KEYS */;
INSERT INTO `cms_routes` (`term`, `key1`, `key2`, `key3`, `data`, `created`) VALUES ('/[nN]ews\\/(?P<articleid>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/d,(?P<detailtemplate>.*?)$/','News',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:4:{s:4:\"term\";s:97:\"/[nN]ews\\/(?P<articleid>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/d,(?P<detailtemplate>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:4:\"News\";s:4:\"key2\";N;}s:18:\"\0CmsRoute\0_results\";N;}','2013-03-12 18:04:12'),('/[nN]ews\\/(?P<articleid>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','News',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:4:{s:4:\"term\";s:70:\"/[nN]ews\\/(?P<articleid>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:4:\"News\";s:4:\"key2\";N;}s:18:\"\0CmsRoute\0_results\";N;}','2013-03-12 18:04:12'),('/[nN]ews\\/(?P<articleid>[0-9]+)\\/(?P<returnid>[0-9]+)$/','News',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:4:{s:4:\"term\";s:55:\"/[nN]ews\\/(?P<articleid>[0-9]+)\\/(?P<returnid>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:4:\"News\";s:4:\"key2\";N;}s:18:\"\0CmsRoute\0_results\";N;}','2013-03-12 18:04:12'),('/[nN]ews\\/(?P<articleid>[0-9]+)$/','News',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:4:{s:4:\"term\";s:33:\"/[nN]ews\\/(?P<articleid>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:4:\"News\";s:4:\"key2\";N;}s:18:\"\0CmsRoute\0_results\";N;}','2013-03-12 18:04:12');
/*!40000 ALTER TABLE `cms_routes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_siteprefs`
--
DROP TABLE IF EXISTS `cms_siteprefs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_siteprefs` (
`sitepref_name` varchar(255) NOT NULL,
`sitepref_value` text DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`sitepref_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_siteprefs`
--
LOCK TABLES `cms_siteprefs` WRITE;
/*!40000 ALTER TABLE `cms_siteprefs` DISABLE KEYS */;
INSERT INTO `cms_siteprefs` (`sitepref_name`, `sitepref_value`, `create_date`, `modified_date`) VALUES ('enablesitedownmessage','0','2006-07-25 21:22:33','2006-07-25 21:22:33'),('sitedownmessage','<p>Site is currently down for maintenance.</p>','2006-07-25 21:22:33','2006-07-25 21:22:33'),('sitedownmessagetemplate','-1','2006-07-25 21:22:33','2006-07-25 21:22:33'),('useadvancedcss','1','2006-07-25 21:22:33','2006-07-25 21:22:33'),('metadata','<meta name=\"Generator\" content=\"CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved.\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n ','2006-07-25 21:22:33','2006-07-25 21:22:33'),('xmlmodulerepository','','2006-07-25 21:22:33','2006-07-25 21:22:33'),('logintheme','OneEleven','2006-07-25 21:22:33','2006-07-25 21:22:33'),('global_umask','022',NULL,NULL),('frontendlang','',NULL,NULL),('frontendwysiwyg','',NULL,NULL),('nogcbwysiwyg','0',NULL,NULL),('urlcheckversion','',NULL,NULL),('defaultdateformat','',NULL,NULL),('css_max_age','0',NULL,NULL),('backendwysiwyg','MicroTiny',NULL,NULL),('disablesafemodewarning','0',NULL,NULL),('allowparamcheckwarnings','0',NULL,NULL),('enablenotifications','1',NULL,NULL),('page_active','1',NULL,NULL),('page_showinmenu','1',NULL,NULL),('page_cachable','1',NULL,NULL),('page_metadata','{* Add code here that should appear in the metadata section of all new pages *}',NULL,NULL),('defaultpagecontent','<!-- Add code here that should appear in the content block of all new pages -->',NULL,NULL),('default_parent_page','-1',NULL,NULL),('additional_editors','',NULL,NULL),('page_searchable','1',NULL,NULL),('page_extra1','',NULL,NULL),('page_extra2','',NULL,NULL),('page_extra3','',NULL,NULL),('sitedownexcludes','',NULL,NULL),('clear_vc_cache','0',NULL,NULL),('sitename','ASSO S.R.L.',NULL,NULL),('sitemask','j9*s4lJfzGa#X7Uw',NULL,NULL),('CMSMailer_mapi_pref_mailer','smtp',NULL,NULL),('CMSMailer_mapi_pref_host','localhost',NULL,NULL),('CMSMailer_mapi_pref_port','25',NULL,NULL),('CMSMailer_mapi_pref_from','sitio@asso.com.ar',NULL,NULL),('CMSMailer_mapi_pref_fromuser','CMS www.asso.com.ar',NULL,NULL),('CMSMailer_mapi_pref_sendmail','/usr/sbin/sendmail',NULL,NULL),('CMSMailer_mapi_pref_timeout','1000',NULL,NULL),('CMSMailer_mapi_pref_smtpauth','0',NULL,NULL),('CMSMailer_mapi_pref_username','admin',NULL,NULL),('CMSMailer_mapi_pref_password','Asso2013',NULL,NULL),('CMSMailer_mapi_pref_secure','',NULL,NULL),('CMSPrinting_mapi_pref_overridestyle','/*\nYou can put css stuff here, which will be inserted in the header after calling the cmsms-stylesheets.\nProvided you don\'t remove the {$overridestylesheet} in PrintTemplate, of course.\n\nAny suggestions for default content in this stylesheet?\n\nHave fun!\n*/',NULL,NULL),('FileManager_mapi_pref_iconsize','32px',NULL,NULL),('FileManager_mapi_pref_uploadboxes','5',NULL,NULL),('FileManager_mapi_pref_showhiddenfiles','0',NULL,NULL),('ModuleManager_mapi_pref_module_repository','http://www.cmsmadesimple.org/ModuleRepository/request/v2/',NULL,NULL),('News_mapi_pref_default_summary_template_contents','<!-- Start News Display Template -->\r\n{* This section shows a clickable list of your News categories. *}\r\n<ul class=\"list1\">\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li{if $node.index == 0} class=\"firstnewscat\"{/if}>\r\n{if $node.count > 0}\r\n <a href=\"{$node.url}\">{$node.news_category_name}</a>{else}<span>{$node.news_category_name} </span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n\r\n{* this displays the category name if you\'re browsing by category *}\r\n{if $category_name}\r\n<h1>{$category_name}</h1>\r\n{/if}\r\n\r\n{* Fran\r\n{* if you don\'t want category browsing on your summary page, remove this line and everything above it *}\r\n\r\n{if $pagecount > 1}\r\n <p>\r\n{if $pagenumber > 1}\r\n{$firstpage} {$prevpage} \r\n{/if}\r\n{$pagetext} {$pagenumber} {$oftext} {$pagecount}\r\n{if $pagenumber < $pagecount}\r\n {$nextpage} {$lastpage}\r\n{/if}\r\n</p>\r\n{/if}\r\n{foreach from=$items item=entry}\r\n<div class=\"NewsSummary\">\r\n\r\n{if $entry->postdate}\r\n <div class=\"NewsSummaryPostdate\">\r\n {$entry->postdate|cms_date_format}\r\n </div>\r\n{/if}\r\n\r\n<div class=\"NewsSummaryLink\">\r\n<a href=\"{$entry->moreurl}\" title=\"{$entry->title|cms_escape:htmlall}\">{$entry->title|cms_escape}</a>\r\n</div>\r\n\r\n<div class=\"NewsSummaryCategory\">\r\n {$category_label} {$entry->category}\r\n</div>\r\n\r\n{if $entry->author}\r\n <div class=\"NewsSummaryAuthor\">\r\n {$author_label} {$entry->author}\r\n </div>\r\n{/if}\r\n\r\n{if $entry->summary}\r\n <div class=\"NewsSummarySummary\">\r\n {eval var=$entry->summary}\r\n </div>\r\n\r\n <div class=\"NewsSummaryMorelink\">\r\n [{$entry->morelink}]\r\n </div>\r\n\r\n{else if $entry->content}\r\n\r\n <div class=\"NewsSummaryContent\">\r\n {eval var=$entry->content}\r\n </div>\r\n{/if}\r\n\r\n{if isset($entry->extra)}\r\n <div class=\"NewsSummaryExtra\">\r\n {eval var=$entry->extra}\r\n {* {cms_module module=\'Uploads\' mode=\'simpleurl\' upload_id=$entry->extravalue} *}\r\n </div>\r\n{/if}\r\n{if isset($entry->fields)}\r\n {foreach from=$entry->fields item=\'field\'}\r\n <div class=\"NewsSummaryField\">\r\n {if $field->type == \'file\'}\r\n <img src=\"{$entry->file_location}/{$field->value}\"/>\r\n {else}\r\n {$field->name}: {eval var=$field->value}\r\n {/if}\r\n </div>\r\n {/foreach}\r\n{/if}\r\n\r\n</div>\r\n{/foreach}\r\n*}\r\n<!-- End News Display Template -->\r\n',NULL,NULL),('News_mapi_pref_current_summary_template','Summary_Simplex',NULL,NULL),('News_mapi_pref_default_detail_template_contents','{* News module entry object reference:\n ------------------------------\n In previous versions of News the \'object\' returned in $entry was quite simple, and a <pre>{$entry|@print_r}</pre> would output all of the available data\n This has changed in News 2.12, the object is not quite as \'simple\' as it was in previous versions, and that method will no longer work. Hence, below\n you will find a referennce to the available data.\n\n ====\n news_article Object Reference\n ====\n\n Members:\n --\n Members can be displayed by the following syntax: {$entry->membername} or assigned to another smarty variable using {assign var=\'foo\' value=$entry->membername}.\n\n The following members are available in the entry array:\n \n id (integer) = The unique article id.\n author_id (integer) = The userid of the author who created the article. This value may be negative to indicate an FEU userid.\n title (string) = The title of the article.\n summary (text) = The summary text (may be empty or unset).\n extra (string) = The \"extra\" data associated with the article (may be empty or unset).\n news_url (string) = The url segment associated with this article (may be empty or unset).\n postdate (string) = A string representing the news article post date. You may filter this through cms_date_format for different display possibilities.\n startdate (string) = A string representing the date the article should begin to appear. (may be empty or unset)\n enddate (string) = A string representing the date the article should stop appearing on the site (may be empty or unset).\n category_id (integer) = The unique id of the hierarchy level where this article resides (may be empty or unset)\n status (string) = either \'draft\' or \'published\' indicating the status of this article.\n author (string) = The username of the original author of the article. If the article was created by frontend submission, this will attempt to retrieve the username from the FEU module.\n authorname (string) = The full name of the original author of the website. Only applicable if article was created by an administrator and that information exists in the administrators profile.\n category (string) = The name of the category that this article is associated with.\n canonical (string) = A full URL (prettified) to this articles detail view using defaults if necessary.\n fields (associative) = An associative array of field objects, representing the fields, and their values for this article. See the information below on the field object definition. In past versions of News this was a simple array, now it is an associative one.\n customfieldsbyname = (deprecated) - A synonym for the \'fields\' member\n fieldsbyname = (deprecated) - A synonym for the \'fields\' member\n useexp (integer) = A flag indicating wether this article is using the expiry information.\n file_location (string) = A url containing the location where files attached the article are stored... the field value should be appended to this url.\n \n\n ====\n news_field Object Reference\n ====\n The news_field object contains data about the fields and their values that are associated with a particular news article.\n\n Members:\n --------\n id (integer) = The id of the field definition\n name (string) = The name of the field\n type (string) = The type of field\n max_length (integer) = The maximum length of the field (applicable only to text fields)\n item_order (integer) = The order of the field\n public (integer) = A flag indicating wether the field is public or not\n value (mixed) = The value of the field.\n\n\n ====\n Below, you will find the normal detail template information. Modify this template as desired.\n*}\n\n{* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *}\n{if isset($entry->canonical)}\n {assign var=\'canonical\' value=$entry->canonical}\n{/if}\n\n{if $entry->postdate}\n <div id=\"NewsPostDetailDate\">\n {$entry->postdate|cms_date_format}\n </div>\n{/if}\n<h3 id=\"NewsPostDetailTitle\">{$entry->title|cms_escape:htmlall}</h3>\n\n<hr id=\"NewsPostDetailHorizRule\" />\n\n{if $entry->summary}\n <div id=\"NewsPostDetailSummary\">\n <strong>\n {eval var=$entry->summary}\n </strong>\n </div>\n{/if}\n\n{if $entry->category}\n <div id=\"NewsPostDetailCategory\">\n {$category_label} {$entry->category}\n </div>\n{/if}\n{if $entry->author}\n <div id=\"NewsPostDetailAuthor\">\n {$author_label} {$entry->author}\n </div>\n{/if}\n\n<div id=\"NewsPostDetailContent\">\n {eval var=$entry->content}\n</div>\n\n{if $entry->extra}\n <div id=\"NewsPostDetailExtra\">\n {$extra_label} {$entry->extra}\n </div>\n{/if}\n\n{if $return_url != \"\"}\n<div id=\"NewsPostDetailReturnLink\">{$return_url}{if $category_name != \'\'} - {$category_link}{/if}</div>\n{/if}\n\n{if isset($entry->fields)}\n {foreach from=$entry->fields item=\'field\'}\n <div class=\"NewsDetailField\">\n {if $field->type == \'file\'}\n {* this template assumes that every file uploaded is an image of some sort, because News doesn\'t distinguish *}\n <img src=\"{$entry->file_location}/{$field->value}\"/>\n {else}\n {$field->name}: {eval var=$field->value}\n {/if}\n </div>\n {/foreach}\n{/if}\n',NULL,NULL),('News_mapi_pref_current_detail_template','Sample',NULL,NULL),('News_mapi_pref_default_form_template_contents','{* original form template *}\n{if isset($error)}\n <h3><font color=\"red\">{$error}</font></h3>\n{else}\n {if isset($message)}\n <h3>{$message}</h3>\n {/if}\n{/if}\n{$startform}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">*{$titletext}:</p>\n <p class=\"pageinput\">{$inputtitle}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$categorytext}:</p>\n <p class=\"pageinput\">{$inputcategory}</p>\n </div>\n{if !isset($hide_summary_field) or $hide_summary_field == 0}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$summarytext}:</p>\n <p class=\"pageinput\">{$inputsummary}</p>\n </div>\n{/if}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">*{$contenttext}:</p>\n <p class=\"pageinput\">{$inputcontent}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$extratext}:</p>\n <p class=\"pageinput\">{$inputextra}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$startdatetext}:</p>\n <p class=\"pageinput\">{html_select_date prefix=$startdateprefix time=$startdate end_year=\"+15\"} {html_select_time prefix=$startdateprefix time=$startdate}</p>\n </div>\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$enddatetext}:</p>\n <p class=\"pageinput\">{html_select_date prefix=$enddateprefix time=$enddate end_year=\"+15\"} {html_select_time prefix=$enddateprefix time=$enddate}</p>\n </div>\n {if isset($customfields)}\n {foreach from=$customfields item=\'onefield\'}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\">{$onefield->name}:</p>\n <p class=\"pageinput\">{$onefield->field}</p>\n </div>\n {/foreach}\n {/if}\n <div class=\"pageoverflow\">\n <p class=\"pagetext\"> </p>\n <p class=\"pageinput\">{$hidden}{$submit}{$cancel}</p>\n </div>\n{$endform}\n',NULL,NULL),('News_mapi_pref_current_form_template','Sample',NULL,NULL),('News_mapi_pref_default_browsecat_template_contents','{if $count > 0}\n<ul class=\"list1\">\n{foreach from=$cats item=node}\n{if $node.depth > $node.prevdepth}\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\n{elseif $node.depth < $node.prevdepth}\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\n</li>\n{elseif $node.index > 0}</li>\n{/if}\n<li class=\"newscategory\">\n{if $node.count > 0}\n <a href=\"{$node.url}\">{$node.news_category_name}</a> ({$node.count}){else}<span>{$node.news_category_name} (0)</span>{/if}\n{/foreach}\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\n</ul>\n{/if}',NULL,NULL),('News_mapi_pref_current_browsecat_template','Sample',NULL,NULL),('News_mapi_pref_email_subject','A new News article has been posted',NULL,NULL),('News_mapi_pref_allowed_upload_types','gif,png,jpeg,jpg',NULL,NULL),('News_mapi_pref_auto_create_thumbnails','gif,png,jpeg,jpg',NULL,NULL),('Search_mapi_pref_stopwords','i, me, my, myself, we, our, ours, ourselves, you, your, yours, \nyourself, yourselves, he, him, his, himself, she, her, hers, \nherself, it, its, itself, they, them, their, theirs, themselves, \nwhat, which, who, whom, this, that, these, those, am, is, are, \nwas, were, be, been, being, have, has, had, having, do, does, \ndid, doing, a, an, the, and, but, if, or, because, as, until, \nwhile, of, at, by, for, with, about, against, between, into, \nthrough, during, before, after, above, below, to, from, up, down, \nin, out, on, off, over, under, again, further, then, once, here, \nthere, when, where, why, how, all, any, both, each, few, more, \nmost, other, some, such, no, nor, not, only, own, same, so, \nthan, too, very',NULL,NULL),('Search_mapi_pref_usestemming','false',NULL,NULL),('Search_mapi_pref_searchtext','Enter Search...',NULL,NULL),('PruneAdminlog_lastexecute','1675810039',NULL,NULL),('pseudocron_lastrun','1675877289',NULL,NULL),('cms_is_uptodate','0',NULL,NULL),('lastcmsversioncheck','1476403195',NULL,NULL),('__NOTIFICATIONS__','',NULL,NULL),('FileManager_mapi_pref_advancedmode','0',NULL,NULL),('Captcha_mapi_pref_enable_pear','0',NULL,NULL),('Captcha_mapi_pref_active_lib','hncaptcha',NULL,NULL),('mail_is_set','1',NULL,NULL),('CMSMailer_mapi_pref_charset','utf-8',NULL,NULL);
/*!40000 ALTER TABLE `cms_siteprefs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_templates`
--
DROP TABLE IF EXISTS `cms_templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_templates` (
`template_id` int(11) NOT NULL,
`template_name` varchar(160) DEFAULT NULL,
`template_content` text DEFAULT NULL,
`stylesheet` text DEFAULT NULL,
`encoding` varchar(25) DEFAULT NULL,
`active` tinyint(4) DEFAULT NULL,
`default_template` tinyint(4) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`template_id`),
KEY `cms_index_templates_by_template_name` (`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_templates`
--
LOCK TABLES `cms_templates` WRITE;
/*!40000 ALTER TABLE `cms_templates` DISABLE KEYS */;
INSERT INTO `cms_templates` (`template_id`, `template_name`, `template_content`, `stylesheet`, `encoding`, `active`, `default_template`, `create_date`, `modified_date`) VALUES (19,'Minimal template','{process_pagedata}\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n<head>\r\n\r\n<title>{sitename} - {title}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n{metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n{cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to *}\r\n\r\n</head>\r\n\r\n<body>\r\n\r\n {* Start Navigation *}\r\n <div style=\"float: left; width: 25%;\">\r\n {menu loadprops=0 template=\'minimal_menu.tpl\'}\r\n </div>\r\n {* End Navigation *}\r\n\r\n {* Start Content *}\r\n <div>\r\n <h2>{title}</h2>\r\n {content} \r\n </div>\r\n {* End Content *}\r\n\r\n</body>\r\n</html>',NULL,'',0,0,'2006-07-25 21:22:33','2013-03-21 12:29:18'),(15,'CSSMenu left + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\n\n <!--[if lte IE 6]>\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\n <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n{* first out side div/box *}\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* anything class=\"accessibility\" is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Navigation, stylesheet \"Navigation: CSSMenu - Vertical\" *}\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'cssmenu.tpl\'}\n <hr class=\"accessibility\" />\n{* End Navigation *}\n\n{* Start News, stylesheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n <div class=\"back1\">\n <div class=\"back2\">\n <div class=\"back3\">\n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />{* to insure space below the content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n <div class=\"clear\">\n </div>\n </div>\n </div>\n </div>\n </div>\n{* End Content Area *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n </body>\n</html>','','',0,0,'2006-07-25 21:22:33','2013-03-21 12:33:54'),(16,'CSSMenu top + 2 columns','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\r\n\r\n <head>\r\n <title>{sitename} - {title}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n {metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n {cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to it *}\r\n\r\n {cms_selflink dir=\"start\" rellink=1}\r\n {cms_selflink dir=\"prev\" rellink=1}\r\n {cms_selflink dir=\"next\" rellink=1}\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\r\n\r\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\r\n {literal}\r\n<script type=\"text/JavaScript\">\r\n<!--\r\n//pass min and max - measured against window width\r\nfunction P7_MinMaxW(a,b){\r\nvar nw=\"auto\",w=document.documentElement.clientWidth;\r\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n}\r\n//-->\r\n</script>\r\n <!--[if lte IE 6]>\r\n <style type=\"text/css\">\r\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n #container {height: 1%;}\r\n </style>\r\n <![endif]-->\r\n {/literal}\r\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n\r\n <!--[if lte IE 6]>\r\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\r\n <![endif]--> \r\n{* The above JavaScript is required for CSSMenu to work in IE *}\r\n </head>\r\n <body>\r\n <div id=\"pagewrapper\">\r\n\r\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\r\n <ul class=\"accessibility\">\r\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n </ul>\r\n{* end accessibility skip links *}\r\n\r\n <hr class=\"accessibility\" />\r\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\r\n\r\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n <div id=\"header\">\r\n\r\n{* this holds the name of the site on the right side *}\r\n <h2 class=\"headright\">{sitename}</h2>\r\n\r\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\r\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Header *}\r\n\r\n{* Start Navigation *}\r\n <div id=\"menu_vert\">\r\n{* stylesheet \"Navigation: CSSMenu - Horizontal\" *}\r\n <h2 class=\"accessibility\">Navigation</h2>\r\n {menu loadprops=0 template=\'cssmenu.tpl\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Navigation *}\r\n\r\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\r\n <div id=\"search\">\r\n {search}\r\n </div>\r\n{* End Search *}\r\n\r\n{* Start Breadcrumbs *}\r\n <div class=\"crbk\">\r\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\r\n\r\n <div class=\"breadcrumbs\">\r\n {cms_breadcrumbs root=\'Home\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n </div>\r\n{* End Breadcrumbs *}\r\n\r\n{* Start Content *}\r\n <div id=\"content\">\r\n\r\n{* Start Sidebar *}\r\n <div id=\"sidebar\">\r\n <div id=\"sidebarb\">\r\n {content block=\'Sidebar\'}\r\n\r\n{* Start News, stylesheet \"Module: News\" *}\r\n <div id=\"news\">\r\n <h2>News</h2>\r\n {news number=\'3\' detailpage=\'news\'}\r\n </div>\r\n{* End News *}\r\n\r\n </div>\r\n </div>\r\n{* End Sidebar *}\r\n\r\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\r\n <div class=\"back1\">\r\n <div class=\"back2\">\r\n <div class=\"back3\">\r\n <div id=\"main\">\r\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\r\n <h2>{title}</h2>\r\n {content}\r\n <br />{* to insure space below content *}\r\n\r\n{* Start relational links *}\r\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\r\n <div class=\"right49\">\r\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\r\n </div>\r\n <div class=\"left49\">\r\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\r\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\r\n\r\n <br />\r\n {cms_selflink dir=\"next\"}\r\n </p>\r\n </div>\r\n{* End relational links *}\r\n\r\n <hr class=\"accessibility\" />\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n{* End Content Area *}\r\n\r\n </div>\r\n{* End Content *}\r\n\r\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\r\n <div class=\"footback\">\r\n <div id=\"footer\">\r\n{* stylesheet \"Navigation: FatFootMenu\" *}\r\n <div id=\"fooleft\">\r\n {menu loadprops=0}\r\n </div>\r\n <div id=\"footrt\">\r\n {global_content name=\'footer\'}\r\n </div>\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n{* End Footer *}\r\n\r\n </div>\r\n{* end pagewrapper *}\r\n\r\n </body>\r\n</html>','','',0,0,'2006-07-25 21:22:33','2013-03-21 12:29:19'),(17,'Left simple navigation + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,1200));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* anything with class=\"accessibility is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \n \n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Navigation, stylesheet \"Navigation: Simple - Vertical\" *}\n <div id=\"menu_vert\">\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'simple_navigation.tpl\' collapse=\'1\'}\n </div>\n{* End Navigation *}\n\n{* Start News, style sheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area *}\n{* again 2 divs to hold top and bottom images, back is set to go to the right side then the main is set to come off the right side *}\n <div class=\"back\"> \n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />\n{* this break is just to make sure we get space after the content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Content Area *}\n\n <div class=\"clear\"></div>\n{* this is to make sure the 2 divs stay tight *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n </body>\n</html>','','',0,0,'2006-07-25 21:22:33','2013-03-21 12:29:19'),(18,'Top simple navigation + left subnavigation + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *\n}\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Top menu + 2 columns\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1>\n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Navigation *}\n <div id=\"menu_horiz\">\n{* stylesheet \"Navigation: Simple - Horizontal\" *}\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'simple_navigation.tpl\' number_of_levels=\'1\'}\n <hr class=\"accessibility\" />\n </div>\n{* End Navigation *}\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Sub Navigation, stylesheet \"Navigation: Simple - Vertical\" *}\n <div id=\"menu_vert\">\n <h2 class=\"accessibility\">Sub Navigation</h2>\n {menu loadprops=0 template=\'simple_navigation.tpl\' start_level=\'2\' collapse=\'1\'}\n <hr class=\"accessibility\" />\n </div>\n{* End Sub Navigation *}\n\n{* Start News, style sheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n <div class=\"back1\">\n <div class=\"back2\">\n <div class=\"back3\">\n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n <div class=\"clear\"></div>\n </div>\n </div>\n </div>\n </div>\n{* End Content Area *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n\n </body>\n</html>','','',0,0,'2006-07-25 21:22:33','2013-03-21 12:29:13'),(20,'ShadowMenu Tab + 2 columns','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\r\n\r\n <head>\r\n <title>{sitename} - {title}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n {metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n {cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to it *}\r\n\r\n {cms_selflink dir=\"start\" rellink=1}\r\n {cms_selflink dir=\"prev\" rellink=1}\r\n {cms_selflink dir=\"next\" rellink=1}\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\r\n\r\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\r\n {literal}\r\n<script type=\"text/JavaScript\">\r\n<!--\r\n//pass min and max - measured against window width\r\nfunction P7_MinMaxW(a,b){\r\nvar nw=\"auto\",w=document.documentElement.clientWidth;\r\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\r\n}\r\n//-->\r\n</script>\r\n <!--[if lte IE 6]>\r\n <style type=\"text/css\">\r\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\r\n #container {height: 1%;}\r\n </style>\r\n <![endif]-->\r\n {/literal}\r\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n\r\n <!--[if lte IE 6]>\r\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\r\n <![endif]--> \r\n{* The above JavaScript is required for CSSMenu to work in IE *}\r\n\r\n </head>\r\n <body>\r\n <div id=\"pagewrapper\">\r\n\r\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\r\n <ul class=\"accessibility\">\r\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n </ul>\r\n{* end accessibility skip links *}\r\n\r\n <hr class=\"accessibility\" />\r\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\r\n\r\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Top menu + 2 columns\" *}\r\n <div id=\"header\">\r\n\r\n{* this holds the name of the site on the right side *}\r\n <h2 class=\"headright\">{sitename}</h2>\r\n\r\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\r\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Header *}\r\n\r\n{* Start Navigation, stylesheet \"Navigation: ShadowMenu - Horizontal\" *}\r\n <div id=\"menu_vert\">\r\n <h2 class=\"accessibility\">Navigation</h2>\r\n {menu loadprops=0 template=\'cssmenu_ulshadow.tpl\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End Navigation *}\r\n\r\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\r\n <div id=\"search\">\r\n {search}\r\n </div>\r\n{* End Search *}\r\n\r\n{* Start Breadcrumbs *}\r\n <div class=\"crbk\">\r\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\r\n\r\n <div class=\"breadcrumbs\">\r\n {cms_breadcrumbs root=\'Home\'}\r\n <hr class=\"accessibility\" />\r\n </div>\r\n </div>\r\n{* End Breadcrumbs *}\r\n\r\n{* Start Content *}\r\n <div id=\"content\">\r\n\r\n{* Start Sidebar *}\r\n <div id=\"sidebar\">\r\n <div id=\"sidebarb\">\r\n {content block=\'Sidebar\'}\r\n\r\n{* Start News, stylesheet \"Module: News\" *}\r\n <div id=\"news\">\r\n <h2>News</h2>\r\n {news number=\'3\' detailpage=\'news\'}\r\n </div>\r\n{* End News *}\r\n\r\n </div>\r\n </div>\r\n{* End Sidebar *}\r\n\r\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\r\n <div class=\"back1\">\r\n <div class=\"back2\">\r\n <div class=\"back3\">\r\n <div id=\"main\">\r\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\r\n <h2>{title}</h2>\r\n {content}\r\n <br />{* to insure space below content *}\r\n\r\n{* Start relational links *}\r\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\r\n <div class=\"right49\">\r\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\r\n </div>\r\n <div class=\"left49\">\r\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\r\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\r\n\r\n <br />\r\n {cms_selflink dir=\"next\"}\r\n </p>\r\n </div>\r\n{* End relational links *}\r\n\r\n <hr class=\"accessibility\" />\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n{* End Content Area *}\r\n\r\n </div>\r\n{* End Content *}\r\n\r\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\r\n <div class=\"footback\">\r\n <div id=\"footer\">\r\n{* stylesheet \"Navigation: FatFootMenu\" *}\r\n <div id=\"fooleft\">\r\n {menu loadprops=0}\r\n </div>\r\n <div id=\"footrt\">\r\n {global_content name=\'footer\'}\r\n </div>\r\n <div class=\"clear\"></div>\r\n </div>\r\n </div>\r\n{* End Footer *}\r\n\r\n </div>\r\n{* end pagewrapper *}\r\n\r\n </body>\r\n</html>','','',0,0,'2009-05-01 04:30:42','2013-03-21 12:29:14'),(21,'ShadowMenu left + 1 column','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n{* Change lang=\"en\" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n <head>\n <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir=\"start\" rellink=1}\n {cms_selflink dir=\"prev\" rellink=1}\n {cms_selflink dir=\"next\" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\n {literal}\n<script type=\"text/JavaScript\">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw=\"auto\",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+\"px\";}if(w<=a){nw=a+\"px\";}return nw;\n}\n//-->\n</script>\n <!--[if lte IE 6]>\n <style type=\"text/css\">\n #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n #container {height: 1%;}\n </style>\n <![endif]-->\n {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it\'s in the stylesheet \"Layout: Top menu + 2 columns\" *}\n\n <!--[if lte IE 6]>\n <script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\n <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n\n </head>\n <body>\n <div id=\"pagewrapper\">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n <ul class=\"accessibility\">\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\n </ul>\n{* end accessibility skip links *}\n\n <hr class=\"accessibility\" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet \"Layout: Left sidebar + 1 column\" *}\n <div id=\"header\">\n\n{* this holds the name of the site on the right side *}\n <h2 class=\"headright\">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n <h1>{cms_selflink dir=\"start\" text=\"$sitename\"}</h1> \n <hr class=\"accessibility\" />\n </div>\n{* End Header *}\n\n{* Start Search, the input \"Submit\" is using an image, CSS: input.search-button *}\n <div id=\"search\">\n {search}\n </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n <div class=\"crbk\">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image *}\n\n <div class=\"breadcrumbs\">\n {cms_breadcrumbs root=\'Home\'}\n <hr class=\"accessibility\" />\n </div>\n </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n <div id=\"content\">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n <div id=\"sidebar\">\n <div id=\"sidebara\">\n\n{* Start Navigation, stylesheet \"Navigation: ShadowMenu - Vertical\" *}\n <h2 class=\"accessibility\">Navigation</h2>\n {menu loadprops=0 template=\'cssmenu_ulshadow.tpl\'}\n <hr class=\"accessibility\" />\n\n{* Start News, stylesheet \"Module: News\" *}\n <div id=\"news\">\n <h2>News</h2>\n {news number=\'3\' detailpage=\'news\'}\n </div>\n{* End News *}\n\n </div>\n </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n <div class=\"back1\">\n <div class=\"back2\">\n <div class=\"back3\">\n <div id=\"main\">\n <div style=\"float: right;\">{print showbutton=true script=true}</div>\n <h2>{title}</h2>\n {content}\n <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n <div class=\"right49\">\n <p>{anchor anchor=\'main\' text=\'^ Top\'}</p>\n </div>\n <div class=\"left49\">\n <p> {cms_selflink dir=\"previous\" label=\"Previous page: \"}\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\n\n <br />\n {cms_selflink dir=\"next\"}\n </p>\n </div>\n{* End relational links *}\n\n <hr class=\"accessibility\" />\n <div class=\"clear\"></div>\n </div>\n </div>\n </div>\n </div>\n{* End Content Area *}\n\n </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called \"footer\" *}\n <div class=\"footback\">\n <div id=\"footer\">\n{* stylesheet \"Navigation: FatFootMenu\" *}\n <div id=\"fooleft\">\n {menu loadprops=0}\n </div>\n <div id=\"footrt\">\n {global_content name=\'footer\'}\n </div>\n <div class=\"clear\"></div>\n </div>\n </div>\n{* End Footer *}\n\n </div>\n{* end pagewrapper *}\n\n </body>\n</html>','','',0,0,'2009-05-01 23:17:51','2013-03-21 12:29:14'),(22,'NCleanBlue','{process_pagedata}<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n{* Change lang=\"en\" to the language of your site *}\r\n\r\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\r\n <head>\r\n{if isset($canonical)}<link rel=\"canonical\" href=\"{$canonical}\" />{elseif isset($content_obj)}<link rel=\"canonical\" href=\"{$content_obj->GetURL()}\" />{/if}\r\n\r\n<title>{title} | {sitename}</title>\r\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\r\n\r\n{metadata}\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n\r\n{cms_stylesheet}\r\n{* This is how all the stylesheets attached to this template are linked to *}\r\n\r\n{cms_selflink dir=\"start\" rellink=1}\r\n{cms_selflink dir=\"prev\" rellink=1}\r\n{cms_selflink dir=\"next\" rellink=1}\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}\r\n\r\n<!--[if IE 6]>\r\n<script type=\"text/javascript\" src=\"modules/MenuManager/CSSMenu.js\"></script>\r\n<![endif]-->\r\n{* The above JavaScript is required for Menu - NCleanBlue-css to work in IE6 *}\r\n\r\n{* the literal below and the /literal at the end are needed whenever there are {\"curly brackets\"} as smarty will think it\'s something to process and will throw an error *}\r\n{* IE6 png fix *}\r\n{literal}\r\n<!--[if IE 6]>\r\n<script type=\"text/javascript\" src=\"uploads/NCleanBlue/js/ie6fix.js\"></script>\r\n<script type=\"text/javascript\">\r\n // argument is a CSS selector\r\n DD_belatedPNG.fix(\'.sbar-top,.sbar-bottom,.main-top,.main-bottom,#version\');\r\n</script>\r\n<style type=\"text/css\">\r\n/* enable background image caching in IE6 */\r\nhtml {filter:expression(document.execCommand(\"BackgroundImageCache\", false, true));} \r\n</style>\r\n<![endif]-->\r\n{/literal}\r\n\r\n </head>\r\n <body>\r\n <div id=\"ncleanblue\">\r\n <div id=\"pagewrapper\" class=\"core-wrap-960 core-center\">\r\n{* start accessibility skip links *}\r\n <ul class=\"accessibility\">\r\n <li>{anchor anchor=\'menu_vert\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n </ul>\r\n{* end accessibility skip links *}\r\n <hr class=\"accessibility\" />\r\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\r\n\r\n{* Start Header, with logo image that links to the default start page *}\r\n <div id=\"header\" class=\"util-clearfix\">\r\n{* logo image that links to the default start page. Logo image is changed in the style sheet \"Layout: NCleanBlue\" *}\r\n <div id=\"logo\" class=\"core-float-left\">\r\n {cms_selflink dir=\"start\" text=\"$sitename\"}\r\n </div>\r\n \r\n{* Start Search, the input \"Submit\" is using an image, CSS: div#search input.search-button *}\r\n <div id=\"search\" class=\"core-float-right\">\r\n {search search_method=\"post\"}\r\n </div>\r\n{* End Search *}\r\n <span class=\"util-clearb\"> </span>\r\n \r\n{* Start Navigation, style sheet \"Layout: NCleanBlue\", starting at Menu ROOT *}\r\n <h2 class=\"accessibility util-clearb\">Navigation</h2>\r\n{* anything class=\"accessibility\" is hidden for visual browsers by CSS *}\r\n <div class=\"page-menu util-clearfix\">\r\n {menu loadprops=0 template=\'cssmenu_ulshadow.tpl\'}\r\n </div>\r\n <hr class=\"accessibility util-clearb\" />\r\n{* End Navigation *}\r\n\r\n </div>\r\n{* End Header *}\r\n\r\n{* Start Content (Navigation and Content columns) *}\r\n <div id=\"content\" class=\"util-clearfix\"> \r\n\r\n{* Start Optional tag CMS Version Information, also is a good example how smarty works, the big star that holds the version number, you may remove it here and the style sheet where it is marked. *}\r\n <div title=\"CMS - {cms_version} - {cms_versionname}\" id=\"version\">\r\n {capture assign=\'cms_version\'}{cms_version|lower}{/capture}{\"/-([a-z]).*/\"|preg_replace:\"\":$cms_version}\r\n </div>\r\n{* End Optional tag *}\r\n\r\n{* Start Bar *}\r\n <div id=\"bar\" class=\"util-clearfix\">\r\n{* Start Breadcrumbs, a bit of letting you know where your at *}\r\n <div class=\"breadcrumbs core-float-right\">\r\n {cms_breadcrumbs root=\'Home\'}\r\n </div>\r\n{* End Breadcrumbs *}\r\n\r\n <hr class=\"accessibility util-clearb\" />\r\n </div>\r\n{* End Bar *}\r\n\r\n{* Start left side *}\r\n <div id=\"left\" class=\"core-float-left\">\r\n <div class=\"sbar-top\">\r\n <h2 class=\"sbar-title\">News</h2>\r\n </div>\r\n <div class=\"sbar-main\">\r\n{* Start News *}\r\n <div id=\"news\">\r\n {news number=\'3\' detailpage=\'news\'}\r\n </div>\r\n <img class=\"screen\" src=\"uploads/NCleanBlue/screen-1.6.jpg\" width=\"139\" height=\"142\" title=\"CMS - {cms_version} - {cms_versionname}\" alt=\"CMS - {cms_version} - {cms_versionname}\" />\r\n{* End News *} \r\n </div>\r\n <span class=\"sbar-bottom\"> </span> \r\n </div>\r\n{* End left side *}\r\n\r\n{* Start Content Area, right side *}\r\n <div id=\"main\" class=\"core-float-right\">\r\n\r\n{* main top, holds top image and print image *}\r\n <div class=\"main-top\">\r\n <div class=\"print core-float-right\">\r\n {print showbutton=true}\r\n </div>\r\n </div> \r\n \r\n{* main content *}\r\n <div class=\"main-main util-clearfix\">\r\n <h1 class=\"title\">{title}</h1>\r\n {content}\r\n </div>\r\n \r\n{* Start main bottom and relational links *}\r\n <div class=\"main-bottom\">\r\n <div class=\"right49 core-float-right\">\r\n {anchor anchor=\'main\' text=\'^ Top\'}\r\n </div>\r\n <div class=\"left49 core-float-left\">\r\n <span>\r\n {cms_selflink dir=\"previous\" label=\"Previous page: \"} \r\n{* The label parameter doesn\'t need to be there if you\'re using English, but is here to show how it\'s used if you don\'t want the English text \"Previous page\" *}\r\n </span>\r\n <span>\r\n {cms_selflink dir=\"next\"} \r\n </span>\r\n </div>\r\n{* End relational links *}\r\n\r\n <hr class=\"accessibility\" />\r\n </div>\r\n{* End main bottom *}\r\n\r\n </div>\r\n{* End Content Area, right side *}\r\n\r\n </div>\r\n{* End Content *}\r\n\r\n </div>\r\n{* end pagewrapper *}\r\n <span class=\"util-clearb\"> </span>\r\n \r\n{* Start Footer *}\r\n <div id=\"footer-wrapper\">\r\n <div id=\"footer\" class=\"core-wrap-960\">\r\n{* first foot menu *}\r\n <div class=\"block core-float-left\">\r\n {menu loadprops=0 template=\'minimal_menu.tpl\' number_of_levels=\'1\'}\r\n </div>\r\n \r\n{* second foot menu if active page has children *}\r\n <div class=\"block core-float-left\">\r\n {menu loadprops=0 template=\'minimal_menu.tpl\' start_level=\"2\"}\r\n </div>\r\n \r\n{* edit the footer in the Global Content Block called \"footer\" *}\r\n <div class=\"block cms core-float-left\">\r\n {global_content name=\'footer\'}\r\n </div>\r\n \r\n <span class=\"util-clearb\"> </span>\r\n </div>\r\n </div>\r\n{* End Footer *}\r\n </div>\r\n{* End Div *}\r\n </body>\r\n</html>','','',0,0,'2009-05-06 14:20:10','2013-03-21 12:29:17'),(23,'Simplex','{strip}\r\n{process_pagedata}\r\n\r\n{* With cms_lang_info we retrieve current language information, assign gives us $nls variable we can work with *}\r\n{cms_lang_info assign=\'nls\'}\r\n\r\n{* using strip as we don\'t want useless whitespace, especially not before doctype *}\r\n{/strip}<!doctype html>\r\n<html lang=\'{if isset($nls)}{$nls->htmlarea()}{/if}\' dir=\'{if isset($nls)}{$nls->direction()}{/if}\'>\r\n<head>\r\n<meta charset=\'{if isset($nls)}{$nls->encoding()}{/if}\'>\r\n<title>{title} - {sitename}</title>\r\n<meta name=\'viewport\' content=\'initial-scale=1.0 maximum-scale=1.0 user-scalable=no\' />\r\n<meta name=\'HandheldFriendly\' content=\'true\' />\r\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\r\n{metadata}\r\n{* See in news detail template how cannonical url can be assigned from module *}\r\n{if isset($canonical)}<link rel=\'canonical\' href=\'{$canonical}\' />{elseif isset($content_obj)}<link rel=\'canonical\' href=\'{$content_obj->GetURL()}\' />{/if}\r\n{* This is how all the stylesheets attached to this template are linked to *}\r\n{cms_stylesheet}\r\n{* using google fonts *}\r\n<link href=\'//fonts.googleapis.com/css?family=Oswald:400,700\' rel=\'stylesheet\' type=\'text/css\'>\r\n{* learning IE lower then Version 9 some html5 *}\r\n<!--[if lt IE 9]>\r\n<script src=\"//html5shiv.googlecode.com/svn/trunk/html5.js\"></script>\r\n<![endif]-->\r\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}\r\n{cms_selflink dir=\'start\' rellink=\'1\'}\r\n{cms_selflink dir=\'prev\' rellink=\'1\'}\r\n{cms_selflink dir=\'next\' rellink=\'1\'}\r\n</head>\r\n<body id=\'boxed\'>\r\n<!-- #wrapper (wrapping content in a box) -->\r\n<div class=\'container centered\' id=\'wrapper\'>\r\n <!-- accessibility links, jump to nav or content -->\r\n <ul class=\"visuallyhidden\">\r\n <li>{anchor anchor=\'nav\' title=\'Skip to navigation\' accesskey=\'n\' text=\'Skip to navigation\'}</li>\r\n <li>{anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</li>\r\n </ul>\r\n <!-- accessibility //-->\r\n <!-- .top (top section of page containing logo, navigation search...) -->\r\n <header class=\'top\'>\r\n <div class=\'row header\'>\r\n <!-- .logo (cmsms logo on the left side) -->\r\n <div class=\'logo grid_4\'>\r\n <a href=\'{root_url}\' title=\'{sitename}\'>\r\n <img src=\'{uploads_url}/simplex/images/cmsmadesimple-logo.png\' width=\'227\' height=\'59\' alt=\'{sitename}\' />\r\n </a>\r\n </div>\r\n <!-- .logo //-->\r\n <!-- .main-navigation (main navigation on the right side) -->\r\n <nav class=\'main-navigation grid_8 noprint\' id=\'nav\' role=\'navigation\'>\r\n {menu template=\'Simplex_Navigation.tpl\'} \r\n </nav>\r\n <!-- .main-navigation //-->\r\n </div>\r\n <!-- .header-bottom (bottom part of header containing catchphrase and search field) -->\r\n <div class=\'row header-bottom\'>\r\n <!-- <section class=\'phrase\'>\r\n <span class=\'grid_7\'>Aqui puede ir alguna frase o nada</span>\r\n {strip}\r\n {search assign=\'is_search\'}{* assigned search module tag, now we can build different search template for this site template and have fun with html5, Read http://www.w3.org/TR/html-markup/input.search.html for full attirbute specs *}\r\n {if isset($is_search)}\r\n <div class=\'grid_5 search noprint\' role=\'search\'>\r\n {$startform}\r\n <label for=\'{$search_actionid}searchinput\' class=\'visuallyhidden\'>{$searchprompt}:</label>\r\n <input type=\'search\' class=\'search-input\' id=\'{$search_actionid}searchinput\' name=\'{$search_actionid}searchinput\' size=\'20\' maxlength=\'50\' value=\'\' placeholder=\'{$searchtext}\' />\r\n {if isset($hidden)}{$hidden}{/if}\r\n {$endform}\r\n </div>\r\n {/if}{/strip}\r\n </section>-->\r\n </div>\r\n <div class=\'clear\'></div>\r\n <!-- .header-bottom //-->\r\n <!-- .banner (banner area for a slider or teaser image) -->\r\n <section class=\'banner row noprint\' role=\'banner\'>\r\n <!-- <div class=\'banner-text\'>\r\n <ul>\r\n <li>Flexible</li>\r\n <li>Powerful</li>\r\n <li>Secure</li>\r\n <li>Robust</li>\r\n </ul>\r\n </div>-->\r\n <div class=\'banner-image cf\' style=\"height: 150px;\">\r\n {strip}\r\n {* you do not need a module for every simple site functionality. For example you can build a simple slideshow\r\n with php glob function (http://www.php.net/manual/en/function.glob.php) without wasting your system resources \r\n by using modules or plugins.\r\n Below would search for files matching .jpg in folder named teaser in simplex theme folder *}\r\n {assign var=\'teaser\' value=\'uploads/simplex/teaser/*.jpg\'|glob}\r\n {foreach from=$teaser item=\'one\'}\r\n <div><img src=\'{root_url}/{$one}\' width=\'852\' height=\'200\' alt=\'\' /></div>\r\n {/foreach}\r\n {/strip}\r\n </div>\r\n </section>\r\n <!-- .banner //-->\r\n </header>\r\n <!-- .top //-->\r\n <!-- .content-wrapper (wrapping div for content area) -->\r\n <div class=\'content-wrapper cf\'>\r\n <!-- .content (display content first) -->\r\n <div class=\'content-inner grid_8 push_4\'>\r\n <!-- .content-top (breadcrumbs and print button) -->\r\n <div class=\'content-top cf\' itemscope itemtype=\'http://data-vocabulary.org/Breadcrumb\'> \r\n <!-- {* menu manager has action breadcrumbs since 1.11, you can use {cms_breadcrumbs} tag or {menu action=\'breadcrumbs\'} as below *}\r\n {menu action=\'breadcrumbs\'} \r\n {* print tag from CMSPrinting Module *}\r\n {print showbutton=\'false\' class=\'printbutton noprint\'} \r\n--> \r\n </div>\r\n <!-- .content-top //-->\r\n <!-- .content (actual content with title and content tags) -->\r\n <article class=\'content\' id=\'main\' role=\'main\'>\r\n <h1>{title}</h1> {* title tag *}\r\n {content} {* content entered in page editor area *}\r\n </article>\r\n <!-- .content //-->\r\n </div>\r\n <!-- .content-inner //-->\r\n <!-- .sidebar (then show sidebar) -->\r\n <aside class=\'sidebar grid_4 pull_8\'>\r\n {* sample of using News Module tag for summary of latest two articles *}\r\n {news summarytemplate=\'Summary_Simplex\' number=\'2\' detailpage=\'news\' detailtemplate=\'Simplex_Detail\'}\r\n </aside>\r\n <!-- .sidebar //-->\r\n <div class=\'cf grid_8 prefix_4\'>\r\n <!-- <span class=\'previous\'>{cms_selflink dir=\'previous\'}</span>\r\n <span class=\'next\'>{cms_selflink dir=\'next\'}</span> -->\r\n </div>\r\n </div>\r\n <!-- .content-wrapper //-->\r\n <!-- .footer (footer area) -->\r\n <footer class=\'row footer\'>\r\n <!--Fran <span class=\'back-top\'>{anchor anchor=\'main\' text=\'↑\'}</span>-->\r\n <section class=\'grid_4 copyright\'>\r\n <!-- Fran<ul class=\'social cf\'>\r\n <li class=\'twitter\'><a title=\'Twitter\' href=\'http://twitter.com/#!/cmsms\'>Twitter</a></li>\r\n <li class=\'facebook\'><a title=\'Facebook\' href=\'https://www.facebook.com/cmsmadesimple\'>Facebook</a></li>\r\n <li class=\'linkedin\'><a title=\'LinkedIn\' href=\'http://www.linkedin.com/groups?gid=1139537\'>LinkedIn</a></li>\r\n <li class=\'youtube\'><a title=\'YouTube\' href=\'http://www.youtube.com/user/cmsmadesimple\'>YouTube</a></li>\r\n </ul>-->\r\n {global_content name=\'footer\'}\r\n </section>\r\n <section class=\'grid_8 noprint\'>\r\n <!-- Fran <nav class=\'footer-navigation row\'>\r\n {menu template=\'Simplex_Navigation.tpl\' excludeprefix=\'home\' number_of_levels=\'2\' loadprops=\'0\'}\r\n </nav>\r\n-->\r\n </section>\r\n </footer>\r\n <div class=\'clear\'></div>\r\n</div>\r\n<!-- #wrapper //--> \r\n{cms_jquery exclude=\'jquery-ui.min.js,jquery.ui.nestedSortable.js,jquery.json.min.js\' append=\'uploads/simplex/js/functions.min.js\'}\r\n\r\n{global_content name=\'googleanalytics\'}\r\n</body>\r\n</html>','','',1,1,'2012-04-23 13:36:19','2013-03-22 14:45:21');
/*!40000 ALTER TABLE `cms_templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_templates_seq`
--
DROP TABLE IF EXISTS `cms_templates_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_templates_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_templates_seq`
--
LOCK TABLES `cms_templates_seq` WRITE;
/*!40000 ALTER TABLE `cms_templates_seq` DISABLE KEYS */;
INSERT INTO `cms_templates_seq` (`id`) VALUES (23);
/*!40000 ALTER TABLE `cms_templates_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_user_groups`
--
DROP TABLE IF EXISTS `cms_user_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_user_groups` (
`group_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_user_groups`
--
LOCK TABLES `cms_user_groups` WRITE;
/*!40000 ALTER TABLE `cms_user_groups` DISABLE KEYS */;
INSERT INTO `cms_user_groups` (`group_id`, `user_id`, `create_date`, `modified_date`) VALUES (1,1,'2006-07-25 21:22:33','2006-07-25 21:22:33');
/*!40000 ALTER TABLE `cms_user_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_userplugins`
--
DROP TABLE IF EXISTS `cms_userplugins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_userplugins` (
`userplugin_id` int(11) NOT NULL,
`userplugin_name` varchar(255) DEFAULT NULL,
`code` text DEFAULT NULL,
`description` text DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`userplugin_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_userplugins`
--
LOCK TABLES `cms_userplugins` WRITE;
/*!40000 ALTER TABLE `cms_userplugins` DISABLE KEYS */;
INSERT INTO `cms_userplugins` (`userplugin_id`, `userplugin_name`, `code`, `description`, `create_date`, `modified_date`) VALUES (1,'user_agent','//Code to show the user\'s user agent information.\r\necho $_SERVER[\"HTTP_USER_AGENT\"];','Code to show the users user agent information','2006-07-25 21:22:33','2006-07-25 21:22:33'),(2,'custom_copyright','//set start to date your site was published\r\n$startCopyRight=\'2004\';\r\n\r\n// check if start year is this year\r\nif(date(\'Y\') == $startCopyRight){\r\n// it was, just print this year\r\n echo $startCopyRight;\r\n}else{\r\n// it wasnt, print startyear and this year delimited with a dash\r\n echo $startCopyRight.\'-\'. date(\'Y\');\r\n}','Code to output copyright information','2006-07-25 21:22:33','2006-07-25 21:22:33');
/*!40000 ALTER TABLE `cms_userplugins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_userplugins_seq`
--
DROP TABLE IF EXISTS `cms_userplugins_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_userplugins_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_userplugins_seq`
--
LOCK TABLES `cms_userplugins_seq` WRITE;
/*!40000 ALTER TABLE `cms_userplugins_seq` DISABLE KEYS */;
INSERT INTO `cms_userplugins_seq` (`id`) VALUES (2);
/*!40000 ALTER TABLE `cms_userplugins_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_userprefs`
--
DROP TABLE IF EXISTS `cms_userprefs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_userprefs` (
`user_id` int(11) NOT NULL,
`preference` varchar(50) NOT NULL,
`value` text DEFAULT NULL,
`type` varchar(25) DEFAULT NULL,
PRIMARY KEY (`user_id`,`preference`),
KEY `cms_index_userprefs_by_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_userprefs`
--
LOCK TABLES `cms_userprefs` WRITE;
/*!40000 ALTER TABLE `cms_userprefs` DISABLE KEYS */;
INSERT INTO `cms_userprefs` (`user_id`, `preference`, `value`, `type`) VALUES (1,'use_wysiwyg','1',NULL),(1,'default_cms_language','en_US',NULL),(1,'date_format_string','%x %X',NULL),(1,'admintheme','OneEleven',NULL),(1,'bookmarks','on',NULL),(1,'recent','on',NULL),(1,'indent','on',NULL),(1,'ajax','0',NULL),(1,'paging','0',NULL),(1,'hide_help_links','0',NULL),(1,'wysiwyg','MicroTiny',NULL),(1,'collapse','0=1.',NULL),(1,'filemanager_cwd','uploads/simplex/teaser',NULL);
/*!40000 ALTER TABLE `cms_userprefs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_users`
--
DROP TABLE IF EXISTS `cms_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_users` (
`user_id` int(11) NOT NULL,
`username` varchar(25) DEFAULT NULL,
`password` varchar(40) DEFAULT NULL,
`admin_access` tinyint(4) DEFAULT NULL,
`first_name` varchar(50) DEFAULT NULL,
`last_name` varchar(50) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`active` tinyint(4) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`modified_date` datetime DEFAULT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_users`
--
LOCK TABLES `cms_users` WRITE;
/*!40000 ALTER TABLE `cms_users` DISABLE KEYS */;
INSERT INTO `cms_users` (`user_id`, `username`, `password`, `admin_access`, `first_name`, `last_name`, `email`, `active`, `create_date`, `modified_date`) VALUES (1,'admin','35d1c8d22acdf42137749750fd0ed4b1',1,'','','ngatti@asso.com.ar',1,'2006-07-25 21:22:33','2009-05-13 07:43:16');
/*!40000 ALTER TABLE `cms_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_users_seq`
--
DROP TABLE IF EXISTS `cms_users_seq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_users_seq` (
`id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_users_seq`
--
LOCK TABLES `cms_users_seq` WRITE;
/*!40000 ALTER TABLE `cms_users_seq` DISABLE KEYS */;
INSERT INTO `cms_users_seq` (`id`) VALUES (1);
/*!40000 ALTER TABLE `cms_users_seq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_version`
--
DROP TABLE IF EXISTS `cms_version`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_version` (
`version` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_version`
--
LOCK TABLES `cms_version` WRITE;
/*!40000 ALTER TABLE `cms_version` DISABLE KEYS */;
INSERT INTO `cms_version` (`version`) VALUES (37);
/*!40000 ALTER TABLE `cms_version` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'assocom_cms'
--
/*!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 2026-06-19 21:23:33