403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.243.196
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/backups/mysql/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/backups/mysql/sintraunicol.sql
-- MySQL dump 10.13  Distrib 8.4.7, for Linux (x86_64)
--
-- Host: localhost    Database: sintraunicol
-- ------------------------------------------------------
-- Server version	8.4.7-0ubuntu0.25.04.2

/*!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 */;
/*!50503 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 `bdtec_action_log_config`
--

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

--
-- Dumping data for table `bdtec_action_log_config`
--

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

--
-- Table structure for table `bdtec_action_logs`
--

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

--
-- Dumping data for table `bdtec_action_logs`
--

LOCK TABLES `bdtec_action_logs` WRITE;
/*!40000 ALTER TABLE `bdtec_action_logs` DISABLE KEYS */;
INSERT INTO `bdtec_action_logs` VALUES (1,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:16:42','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(2,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:23:59','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(3,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:36:19','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(4,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":234,\"name\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:44:37','com_installer',590,234,'COM_ACTIONLOGS_DISABLED'),(5,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":235,\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:44:37','com_installer',590,235,'COM_ACTIONLOGS_DISABLED'),(6,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":236,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:44:37','com_installer',590,236,'COM_ACTIONLOGS_DISABLED'),(7,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":\"234\",\"name\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:49:06','com_installer',590,234,'COM_ACTIONLOGS_DISABLED'),(8,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":\"235\",\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:49:06','com_installer',590,235,'COM_ACTIONLOGS_DISABLED'),(9,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":\"236\",\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:49:06','com_installer',590,236,'COM_ACTIONLOGS_DISABLED'),(10,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":237,\"name\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:49:22','com_installer',590,237,'COM_ACTIONLOGS_DISABLED'),(11,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":238,\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:49:22','com_installer',590,238,'COM_ACTIONLOGS_DISABLED'),(12,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":239,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:49:22','com_installer',590,239,'COM_ACTIONLOGS_DISABLED'),(13,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":240,\"name\":\"com_akeebabackup\",\"extension_name\":\"com_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:55:23','com_installer',590,240,'COM_ACTIONLOGS_DISABLED'),(14,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":241,\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"extension_name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:55:23','com_installer',590,241,'COM_ACTIONLOGS_DISABLED'),(15,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":242,\"name\":\"pkg_akeebabackup\",\"extension_name\":\"pkg_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:55:23','com_installer',590,242,'COM_ACTIONLOGS_DISABLED'),(16,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 19:57:05','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(17,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 19:57:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(18,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Radiosindical Unillanos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 19:58:17','com_menus.item',590,101,'COM_ACTIONLOGS_DISABLED'),(19,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 19:58:17','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(20,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 20:07:32','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(21,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-04 20:08:03','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(22,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:08:56','com_menus.item',590,101,'COM_ACTIONLOGS_DISABLED'),(23,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 20:08:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(24,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:09:13','com_menus.item',590,101,'COM_ACTIONLOGS_DISABLED'),(25,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 20:09:13','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(26,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:10:41','com_menus.item',590,101,'COM_ACTIONLOGS_DISABLED'),(27,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 20:10:41','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(28,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:16:19','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(29,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:17:18','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(30,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":8,\"title\":\"Paginas\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:22:06','com_categories.category',590,8,'COM_ACTIONLOGS_DISABLED'),(31,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-04 20:22:43','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(32,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:25:17','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(33,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:25:56','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(34,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:25:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(35,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:27:00','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(36,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:27:00','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(37,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:27:07','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(38,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:27:07','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(39,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:27:31','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(40,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:27:31','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(41,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:27:39','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(42,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:27:39','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(43,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:27:58','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(44,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:27:58','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(45,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:28:54','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(46,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:28:54','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(47,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:30:32','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(48,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:30:32','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(49,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:30:44','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(50,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:30:44','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(51,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:31:55','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(52,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:35:22','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(53,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:35:28','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(54,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:36:13','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(55,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:36:13','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(56,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:37:50','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(57,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:37:50','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(58,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:38:28','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(59,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:38:28','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(60,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:38:43','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(61,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:38:43','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(62,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:39:09','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(63,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:39:09','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(64,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:39:23','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(65,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:39:23','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(66,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:40:46','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(67,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:40:46','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(68,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:41:01','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(69,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:41:01','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(70,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:41:12','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(71,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:41:12','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(72,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:41:25','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(73,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:41:25','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(74,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:41:41','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(75,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:41:41','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(76,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:42:01','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(77,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:42:01','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(78,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-04 20:42:10','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(79,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-04 20:42:45','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(80,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-04 20:42:53','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(81,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":8,\"title\":\"Paginas\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:42:53','com_categories.category',590,8,'COM_ACTIONLOGS_DISABLED'),(82,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:43:40','com_menus.item',590,101,'COM_ACTIONLOGS_DISABLED'),(83,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-04 20:43:40','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(84,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-04 20:44:01','com_menus.item',590,101,'COM_ACTIONLOGS_DISABLED'),(85,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 20:44:04','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(86,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-05 16:49:48','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(87,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-05 16:54:44','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(88,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-07 02:26:01','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(89,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":9,\"title\":\"Pages\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=9\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:29:43','com_categories.category',590,9,'COM_ACTIONLOGS_DISABLED'),(90,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"9\",\"title\":\"Pages\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=9\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:29:45','com_categories.category',590,9,'COM_ACTIONLOGS_DISABLED'),(91,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-07 02:29:45','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(92,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:32:55','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(93,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:33:13','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(94,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:33:57','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(95,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:34:11','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(96,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:34:11','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(97,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:34:40','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(98,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:35:12','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(99,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:35:43','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(100,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:35:44','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(101,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:35:48','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:35:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:35:56','com_content.article',590,1,'COM_ACTIONLOGS_DISABLED'),(104,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:36:30','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(105,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:36:30','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(106,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Sobre Nosotros\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:36:57','com_content.article',590,3,'COM_ACTIONLOGS_DISABLED'),(107,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:37:48','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:38:00','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(109,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:40:02','com_config.component',590,19,'COM_ACTIONLOGS_DISABLED'),(110,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:40:41','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(111,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:40:41','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(112,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU\",\"id\":2,\"title\":\"Men\\u00fa Principal\",\"itemlink\":\"index.php?option=com_menus&task=menu.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:42:08','com_menus.menu',590,2,'COM_ACTIONLOGS_DISABLED'),(113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:43:34','com_modules.module',590,1,'COM_ACTIONLOGS_DISABLED'),(114,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 02:43:34','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(115,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:46:00','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU\",\"id\":1,\"title\":\"Main Menu\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:46:14','com_menus.menu',590,1,'COM_ACTIONLOGS_DISABLED'),(117,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:46:49','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(118,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:46:49','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(119,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 02:47:52','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(120,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":16,\"title\":\"Login Form\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=16\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:47:52','com_modules.module',590,16,'COM_ACTIONLOGS_DISABLED'),(121,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 02:48:05','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(122,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:48:05','com_modules.module',590,17,'COM_ACTIONLOGS_DISABLED'),(123,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 02:48:10','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(124,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:48:10','com_modules.module',590,17,'COM_ACTIONLOGS_DISABLED'),(125,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 02:48:59','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(126,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:48:59','com_modules.module',590,17,'COM_ACTIONLOGS_DISABLED'),(127,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:50:06','com_modules.module',590,1,'COM_ACTIONLOGS_DISABLED'),(128,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 02:50:06','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:50:15','com_modules.module',590,1,'COM_ACTIONLOGS_DISABLED'),(130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 02:50:15','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(131,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:51:04','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(132,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:51:04','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(133,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:51:23','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(134,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:51:23','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(135,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":18,\"title\":\"com_templates\",\"extension_name\":\"com_templates\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=18\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:52:35','com_config.component',590,18,'COM_ACTIONLOGS_DISABLED'),(136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:54:14','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(137,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:54:37','com_config.application',590,0,'COM_ACTIONLOGS_DISABLED'),(138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:54:53','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 02:55:03','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Sobre Nosotros\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:56:13','com_menus.item',590,116,'COM_ACTIONLOGS_DISABLED'),(141,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 02:59:16','com_config.component',590,19,'COM_ACTIONLOGS_DISABLED'),(142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:01:50','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(143,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Animation - 1712458889355.gif\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Developer\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:03:42','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(144,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"developer.gif\",\"itemlink\":\"index.php?option=com_media\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:04:49','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(145,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:05:04','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(146,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:05:04','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(147,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:06:01','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:06:01','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(149,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:07:28','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(150,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:07:33','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Sobre Nosotros\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:07:33','com_content.article',590,3,'COM_ACTIONLOGS_DISABLED'),(152,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:09:39','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(153,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Sobre Nosotros\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:09:39','com_content.article',590,3,'COM_ACTIONLOGS_DISABLED'),(154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 03:10:05','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Sobre Nosotros\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:10:05','com_menus.item',590,116,'COM_ACTIONLOGS_DISABLED'),(156,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:13:10','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"al-aire.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Icons\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:18:14','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(158,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:18:32','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:20:23','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(160,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:21:09','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(161,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 03:21:09','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:21:25','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(163,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:21:32','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 03:23:18','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(165,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:23:28','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(166,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:25:06','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(167,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:25:56','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(168,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:26:08','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 03:27:18','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(170,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":244,\"name\":\"System - SP Page Builder Lite Updater\",\"extension_name\":\"System - SP Page Builder Lite Updater\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:32:42','com_installer',590,244,'COM_ACTIONLOGS_DISABLED'),(171,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":245,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:32:42','com_installer',590,245,'COM_ACTIONLOGS_DISABLED'),(172,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":243,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:32:42','com_installer',590,243,'COM_ACTIONLOGS_DISABLED'),(173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:35:40','com_modules.module',590,17,'COM_ACTIONLOGS_DISABLED'),(174,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":16,\"title\":\"Login Form\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=16\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:35:40','com_modules.module',590,16,'COM_ACTIONLOGS_DISABLED'),(175,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Page construida\",\"extension_name\":\"Page construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:36:25','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(176,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Page construida\",\"extension_name\":\"Page construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:39:45','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(177,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:39:45','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(178,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Page construida\",\"extension_name\":\"Page construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:39:45','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(179,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:40:06','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(180,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:43:00','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(181,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:43:00','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:43:09','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(183,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:43:09','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(184,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:43:18','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:43:18','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(186,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"slider3.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:45:48','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(187,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"slider1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:46:40','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(188,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:47:11','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(189,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:47:11','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(190,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"slider2.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:47:11','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:47:11','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:47:11','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:50:32','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:50:32','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:50:32','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:50:32','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:50:50','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:50:50','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(199,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:50:50','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(200,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:51:20','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(201,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:51:20','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:52:36','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 03:52:36','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(204,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:53:14','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(205,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:53:14','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(206,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:53:14','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(207,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:53:14','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(208,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:54:03','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(209,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:54:03','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(210,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:54:04','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(211,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:55:55','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:55:55','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:55:56','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:55:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:57:10','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 03:57:10','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 03:57:10','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(218,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:00:21','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(219,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:00:21','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(220,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:00:21','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(221,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:00:21','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(222,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:02:26','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(223,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:02:26','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(224,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:02:26','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(225,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:02:26','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(226,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:06:19','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:06:19','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(228,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:06:19','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:06:19','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(230,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:06:58','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(231,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:06:58','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(232,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:06:59','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:06:59','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(234,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:08:46','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(235,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:08:46','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(236,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:08:47','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(237,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:08:47','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(238,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:09:26','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(239,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:09:26','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(240,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:09:26','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(241,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:09:26','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(242,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:17:28','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(243,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:17:28','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(244,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:17:29','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:17:29','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(246,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:18:42','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(247,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:18:42','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:18:43','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:18:43','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Pie de pagina\",\"extension_name\":\"Pie de pagina\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:20:54','com_modules.module',590,114,'COM_ACTIONLOGS_DISABLED'),(251,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Pie de pagina\",\"extension_name\":\"Pie de pagina\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:21:16','com_modules.module',590,114,'COM_ACTIONLOGS_DISABLED'),(252,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:21:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(253,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:23:24','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(254,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:23:33','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:23:33','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(256,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:27:01','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(257,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:27:11','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(258,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Pie de pagina\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:27:11','com_modules.module',590,114,'COM_ACTIONLOGS_DISABLED'),(259,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:28:28','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:28:38','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(261,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:28:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 04:29:00','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(263,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:29:32','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(264,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 04:29:54','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(265,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-07 04:30:19','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(266,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:31:27','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(267,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:31:27','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(268,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:31:30','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(269,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 04:31:31','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:32:04','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(271,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":false,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:37:58','com_installer',590,0,'COM_ACTIONLOGS_DISABLED'),(272,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":246,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,246,'COM_ACTIONLOGS_DISABLED'),(273,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":247,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,247,'COM_ACTIONLOGS_DISABLED'),(274,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":248,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,248,'COM_ACTIONLOGS_DISABLED'),(275,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":249,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,249,'COM_ACTIONLOGS_DISABLED'),(276,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":250,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,250,'COM_ACTIONLOGS_DISABLED'),(277,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":251,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,251,'COM_ACTIONLOGS_DISABLED'),(278,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":252,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,252,'COM_ACTIONLOGS_DISABLED'),(279,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":253,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:38:40','com_installer',590,253,'COM_ACTIONLOGS_DISABLED'),(280,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":254,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:39:10','com_installer',590,254,'COM_ACTIONLOGS_DISABLED'),(281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:42:40','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:44:05','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(283,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 04:44:05','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:44:18','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:44:55','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:44:55','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(287,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:44:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:44:59','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(289,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:51:06','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(290,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:51:06','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:51:06','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(292,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:51:06','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(293,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:52:43','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(294,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 04:52:43','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:52:43','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(296,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:53:24','com_config.component',590,19,'COM_ACTIONLOGS_DISABLED'),(297,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:53:54','com_config.component',590,19,'COM_ACTIONLOGS_DISABLED'),(298,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:54:02','com_config.component',590,19,'COM_ACTIONLOGS_DISABLED'),(299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"9\",\"title\":\"Pages\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=9\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:54:31','com_categories.category',590,9,'COM_ACTIONLOGS_DISABLED'),(300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-07 04:54:31','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(301,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:54:58','com_config.component',590,19,'COM_ACTIONLOGS_DISABLED'),(302,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:55:38','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(303,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-07 04:55:38','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(304,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:56:22','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:56:58','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(306,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:57:12','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:57:26','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(308,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:57:29','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:58:02','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(310,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:58:02','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(311,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:58:12','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(312,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:58:12','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(313,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:58:26','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:58:26','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(315,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:58:55','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(316,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:58:55','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(317,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:59:04','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(318,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 04:59:23','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 04:59:23','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(320,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:00:02','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 05:00:02','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(322,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:00:04','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 05:00:04','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 05:01:26','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(325,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-07 05:01:51','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(326,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:01:51','com_modules.module',590,1,'COM_ACTIONLOGS_DISABLED'),(327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:02:14','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 05:02:14','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:02:42','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 05:02:42','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:03:43','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(332,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:07:22','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(333,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-07 05:07:43','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"10\",\"title\":\"Atum - Default\",\"extension_name\":\"Atum - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=10\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:11:54','com_templates.style',590,10,'COM_ACTIONLOGS_DISABLED'),(335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"10\",\"title\":\"Atum - Default\",\"extension_name\":\"Atum - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=10\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-07 05:12:28','com_templates.style',590,10,'COM_ACTIONLOGS_DISABLED'),(336,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-07 05:15:24','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(337,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-08 02:21:16','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(338,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-08 02:21:47','com_templates.style',590,11,'COM_ACTIONLOGS_DISABLED'),(339,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-08 02:21:50','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(340,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-08 18:24:13','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-08 18:25:58','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(342,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-08 18:27:07','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-08 18:27:07','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-08 18:27:07','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-08 18:27:07','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-08 18:28:57','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-08 18:28:57','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-08 18:28:58','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-08 18:28:58','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-08 18:29:34','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-08 18:29:34','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(352,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"extension_name\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-08 18:29:34','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(353,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-08 20:01:36','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-08 20:01:44','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(355,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-08 20:03:37','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(356,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 18:06:30','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(357,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 18:08:50','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 18:09:05','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(359,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Maquetado sitio web\",\"extension_name\":\"Maquetado sitio web\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:09:45','com_modules.module',590,116,'COM_ACTIONLOGS_DISABLED'),(360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 18:09:48','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Pagina construida\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:09:48','com_modules.module',590,113,'COM_ACTIONLOGS_DISABLED'),(362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 18:10:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:10:47','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(364,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-09 18:10:47','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-09 18:10:49','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(366,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 18:10:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(367,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-09 18:11:13','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(368,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":255,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:18:14','com_installer',590,255,'COM_ACTIONLOGS_DISABLED'),(369,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":256,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:18:14','com_installer',590,256,'COM_ACTIONLOGS_DISABLED'),(370,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":257,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:18:14','com_installer',590,257,'COM_ACTIONLOGS_DISABLED'),(371,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":258,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:18:14','com_installer',590,258,'COM_ACTIONLOGS_DISABLED'),(372,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 18:18:53','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(373,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 18:19:01','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(374,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 18:21:53','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(375,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-09 18:21:53','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(376,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-09 18:21:55','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(377,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 18:21:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-09 18:25:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":10,\"title\":\"Rotativo\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:25:16','com_categories.category',590,10,'COM_ACTIONLOGS_DISABLED'),(380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 19:28:58','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(381,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:28:58','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(382,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:29:38','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(383,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 19:29:38','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 19:31:59','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(385,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-04-09 19:33:49','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-04-09 19:33:54','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(387,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-04-09 19:34:14','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"10\",\"title\":\"rotativo\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:36:03','com_categories.category',590,10,'COM_ACTIONLOGS_DISABLED'),(389,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-09 19:36:03','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(390,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"10\",\"title\":\"rotativo\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:36:51','com_categories.category',590,10,'COM_ACTIONLOGS_DISABLED'),(391,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-09 19:36:51','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:40:44','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 19:40:44','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(394,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":244,\"name\":\"System - SP Page Builder Lite Updater\",\"extension_name\":\"System - SP Page Builder Lite Updater\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:41:45','com_installer',590,244,'COM_ACTIONLOGS_DISABLED'),(395,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":245,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:41:45','com_installer',590,245,'COM_ACTIONLOGS_DISABLED'),(396,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":\"243\",\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:41:45','com_installer',590,243,'COM_ACTIONLOGS_DISABLED'),(397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 19:42:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 19:45:15','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 19:45:15','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(400,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 20:14:38','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 20:16:30','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(402,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":127,\"title\":\"Test\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=127\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 20:20:32','com_menus.item',590,127,'COM_ACTIONLOGS_DISABLED'),(403,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":127,\"title\":\"Test\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=127\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 20:20:38','com_menus.item',590,127,'COM_ACTIONLOGS_DISABLED'),(404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 20:21:04','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(405,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 20:21:04','com_menus.item',590,115,'COM_ACTIONLOGS_DISABLED'),(406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":127,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=127\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 20:21:13','com_menus.item',590,127,'COM_ACTIONLOGS_DISABLED'),(407,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 20:21:13','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(408,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":127,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=127\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 20:22:34','com_menus.item',590,127,'COM_ACTIONLOGS_DISABLED'),(409,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 20:22:34','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 20:44:57','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(411,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 20:45:33','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 20:45:35','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 20:45:35','com_modules.module',590,1,'COM_ACTIONLOGS_DISABLED'),(414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-09 20:46:43','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 21:11:49','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 21:11:49','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 21:14:28','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 21:14:28','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(419,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 21:15:10','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 21:15:10','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(421,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":252,\"title\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=252\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 21:34:13','com_config.component',590,252,'COM_ACTIONLOGS_DISABLED'),(422,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-09 22:18:16','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-04-09 22:18:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(424,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 22:27:10','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(425,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 22:46:27','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(426,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 22:49:04','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(427,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 18:00:48','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(428,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"RadioSindical\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-10 18:01:35','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(429,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-10 18:01:35','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(430,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-10 18:01:55','com_content.article',590,2,'COM_ACTIONLOGS_DISABLED'),(431,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__content\"}','2024-04-10 18:01:55','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-04-10 18:02:05','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":127,\"title\":\"RadioSindical\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=127\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-10 18:02:22','com_menus.item',590,127,'COM_ACTIONLOGS_DISABLED'),(434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-04-10 18:02:22','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(435,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-04-10 18:04:30','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(436,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"al-airex128.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-10 18:46:36','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(437,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 20:43:14','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(438,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 21:08:23','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(439,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 21:11:20','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 22:38:50','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(441,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 22:39:16','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(442,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 22:39:41','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(443,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 22:41:05','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(444,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 22:43:18','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(445,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-11 17:27:31','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(446,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-11 17:28:39','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-11 23:08:28','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(448,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-11 23:08:40','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(449,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-11 23:09:11','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(450,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-11 23:10:15','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(451,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-15 20:06:08','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(452,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-15 23:13:38','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(453,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-16 17:42:05','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(454,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-17 17:15:12','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(455,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-17 17:20:11','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(456,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-22 17:44:26','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(457,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-25 12:55:55','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(458,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-25 18:59:21','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(459,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"banner.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/banners\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-25 19:00:55','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"banner.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/banners\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-04-25 19:05:26','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(461,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-25 21:00:35','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(462,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-29 11:11:51','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(463,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-29 12:24:58','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(464,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-02 16:59:41','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(465,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-03 16:27:22','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(466,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-03 17:06:51','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(467,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Kerfin7-NEA-2075.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/banners\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:07:11','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(468,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:07:21','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:09:29','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(470,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"microfono.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:09:37','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:09:41','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(472,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"microfono128.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:23:46','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:24:12','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(474,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:24:14','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(475,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"microfono 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:24:40','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(476,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"microfono.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 17:26:14','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(477,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-03 17:26:17','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(478,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-03 17:27:04','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"home.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-03 18:17:58','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(480,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-03 18:19:38','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(481,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-06 11:20:57','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(482,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-06 18:04:27','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"LOGO SINTRAUNICOL UNILLANOS 2024.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:04:56','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:05:41','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:07:22','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(486,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"slider4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:07:33','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(487,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:07:37','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(488,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:15:42','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"slider4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:15:47','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(490,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:16:01','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:16:15','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"slider4.png\",\"itemlink\":\"index.php?option=com_media\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:17:13','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(493,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:17:22','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(494,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:18:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:20:21','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:21:27','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-05-06 18:22:30','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__categories\"}','2024-05-06 18:22:56','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(499,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:24:15','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"test.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:29:47','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:30:10','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:32:41','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(503,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"test.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:33:11','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(504,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:33:20','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(505,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:34:51','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(506,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"tttt.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:38:00','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(507,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:38:32','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(508,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Sin ttulo-1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:45:16','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(509,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:50:14','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:50:18','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 18:51:36','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(512,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Sin ttulo-1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-06 18:57:46','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 19:01:45','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-06 19:08:58','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(515,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 21:05:18','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:12:45','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(517,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"logo2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:13:13','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(518,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:13:21','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(519,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:16:17','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(520,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:16:17','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(521,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:16:46','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:16:46','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(523,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:17:04','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:17:04','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(525,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:17:21','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(526,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:17:21','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(527,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:18:21','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(528,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:18:21','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(529,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:18:40','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(530,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:18:40','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(531,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:19:11','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:19:11','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(533,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:19:30','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:19:30','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(535,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:19:50','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(536,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:19:50','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(537,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:20:07','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(538,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:20:07','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(539,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:20:25','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:20:25','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(541,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:20:39','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(542,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:20:39','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(543,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:21:00','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(544,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:21:00','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(545,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:21:20','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(546,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:21:20','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:21:39','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:21:39','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(549,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:22:07','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(550,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:22:07','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-07 21:26:58','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(552,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"logos3.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:27:21','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(553,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:33:20','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(554,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"logos4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-07 21:33:27','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(555,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-09 12:59:36','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(556,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-09 13:06:48','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(557,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-09 17:17:41','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(558,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-09 18:55:57','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(559,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-09 18:56:25','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(560,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-10 17:08:33','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(561,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-16 13:18:46','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(562,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-16 13:20:13','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(563,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-17 16:45:13','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(564,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-17 17:17:09','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(565,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"mg.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:20:04','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(566,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"img.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:22:37','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(567,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:22:50','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"mg.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:27:51','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(569,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:31:20','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:31:24','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(571,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:31:26','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 17:31:47','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(573,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-17 17:32:55','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(574,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-17 21:45:59','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(575,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":255,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:47:14','com_installer',590,255,'COM_ACTIONLOGS_DISABLED'),(576,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":256,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:47:14','com_installer',590,256,'COM_ACTIONLOGS_DISABLED'),(577,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":257,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:47:14','com_installer',590,257,'COM_ACTIONLOGS_DISABLED'),(578,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":258,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:47:14','com_installer',590,258,'COM_ACTIONLOGS_DISABLED'),(579,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":240,\"name\":\"com_akeebabackup\",\"extension_name\":\"com_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:47:28','com_installer',590,240,'COM_ACTIONLOGS_DISABLED'),(580,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":241,\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"extension_name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:47:28','com_installer',590,241,'COM_ACTIONLOGS_DISABLED'),(581,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":242,\"name\":\"pkg_akeebabackup\",\"extension_name\":\"pkg_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:47:28','com_installer',590,242,'COM_ACTIONLOGS_DISABLED'),(582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:50:50','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:50:50','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(584,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:51:14','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(585,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:51:14','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(586,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:52:06','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:52:06','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:52:39','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:52:39','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:53:22','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:53:22','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:53:47','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:53:47','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(594,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:54:48','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:54:48','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(596,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:56:46','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:56:46','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(598,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 21:57:16','com_modules.module',590,111,'COM_ACTIONLOGS_DISABLED'),(599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-17 21:57:16','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(600,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Kerfin7-NEA-2075_2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/banners\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 22:01:04','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(601,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-17 22:01:45','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(602,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-17 22:04:02','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(603,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-18 15:11:59','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(604,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-20 20:34:21','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(605,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-20 22:20:29','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(606,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-20 22:22:51','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(607,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-21 18:03:41','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(608,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-21 18:42:35','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(609,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-21 18:42:47','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(610,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-22 13:01:42','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(611,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-22 17:15:43','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(612,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":259,\"name\":\"Simple Audio Player - Shortcode\",\"extension_name\":\"Simple Audio Player - Shortcode\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-22 17:25:07','com_installer',590,259,'COM_ACTIONLOGS_DISABLED'),(613,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__menu\"}','2024-05-22 17:29:10','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(614,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Maquetado sitio web\",\"extension_name\":\"Maquetado sitio web\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-22 17:30:45','com_modules.module',590,116,'COM_ACTIONLOGS_DISABLED'),(615,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-22 17:30:45','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(616,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Maquetado sitio web\",\"extension_name\":\"Maquetado sitio web\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-22 17:31:18','com_modules.module',590,116,'COM_ACTIONLOGS_DISABLED'),(617,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-22 17:31:18','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(618,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Maquetado sitio web\",\"extension_name\":\"Maquetado sitio web\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-22 17:31:41','com_modules.module',590,116,'COM_ACTIONLOGS_DISABLED'),(619,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__modules\"}','2024-05-22 17:31:41','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(620,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"259\",\"name\":\"Simple Audio Player - Shortcode\",\"extension_name\":\"Simple Audio Player - Shortcode\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-22 17:42:42','com_installer',590,259,'COM_ACTIONLOGS_DISABLED'),(621,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-22 22:42:49','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(622,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-23 22:18:25','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(623,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-23 22:21:33','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(624,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-23 22:22:06','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(625,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-23 22:52:50','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(626,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-23 22:53:38','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(627,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"banner 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/banners\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-23 22:56:54','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(628,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-23 22:58:27','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(629,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"banner 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/banners\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-23 22:59:38','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(630,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 17:37:22','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(631,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 17:50:44','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(632,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 17:55:47','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(633,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 17:56:44','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(634,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 17:57:58','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(635,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 17:58:16','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(636,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 17:58:37','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(637,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 17:58:52','com_config.component',590,12,'COM_ACTIONLOGS_DISABLED'),(638,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Sin ttulo-1 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:13:47','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(639,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"img 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:13:58','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(640,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:14:06','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(641,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:14:44','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(642,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:15:02','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(643,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"img 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:15:07','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(644,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:15:16','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(645,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:15:37','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(646,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"img 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:15:43','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(647,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"logos4 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:16:07','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(648,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:16:16','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(649,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"mg 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:17:14','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(650,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:27:54','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(651,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:27:56','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(652,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:27:59','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(653,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:28:02','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(654,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Sin ttulo-1 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:29:48','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(655,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"mg.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:30:38','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(656,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"logos4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:32:36','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(657,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"logo2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:33:42','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(658,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"img 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/slider\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:35:07','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(659,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-05-24 18:38:38','com_media.file',590,0,'COM_ACTIONLOGS_DISABLED'),(660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-24 18:41:13','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(661,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-24 18:42:40','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(662,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 19:19:38','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(663,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 19:20:49','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(664,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 19:27:25','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(665,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 19:28:15','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(666,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 19:34:41','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(667,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 19:34:58','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(668,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 20:36:09','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(669,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 20:43:53','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(670,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 20:44:30','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(671,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 20:45:58','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(672,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 21:29:34','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(673,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-24 21:43:44','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"table\":\"#__djimageslider\"}','2024-05-24 21:44:28','com_checkin',590,590,'COM_ACTIONLOGS_DISABLED'),(675,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-24 21:46:04','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(676,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-28 20:53:56','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(677,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-28 20:56:27','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(678,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-31 22:45:30','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(679,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-06-04 17:15:58','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(680,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-06-04 21:56:55','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-06-06 20:57:47','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(682,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-06-06 20:57:56','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(683,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-06-26 18:39:08','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(684,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-07-09 15:21:36','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(685,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-07-16 17:16:55','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(686,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":254,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,254,'COM_ACTIONLOGS_DISABLED'),(687,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":246,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,246,'COM_ACTIONLOGS_DISABLED'),(688,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":247,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,247,'COM_ACTIONLOGS_DISABLED'),(689,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":248,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,248,'COM_ACTIONLOGS_DISABLED'),(690,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":249,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,249,'COM_ACTIONLOGS_DISABLED'),(691,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":260,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,260,'COM_ACTIONLOGS_DISABLED'),(692,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":251,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,251,'COM_ACTIONLOGS_DISABLED'),(693,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":252,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,252,'COM_ACTIONLOGS_DISABLED'),(694,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":253,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:19:28','com_installer',590,253,'COM_ACTIONLOGS_DISABLED'),(695,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":254,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:26:21','com_installer',590,254,'COM_ACTIONLOGS_DISABLED'),(696,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"version\":\"4.4.6\",\"oldversion\":\"Desconocido\"}','2024-07-16 17:33:20','com_joomlaupdate',590,590,'COM_ACTIONLOGS_DISABLED'),(697,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"version\":\"4.4.6\",\"oldversion\":\"4.4.0\"}','2024-07-16 17:33:20','com_joomlaupdate',590,590,'COM_ACTIONLOGS_DISABLED'),(698,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":240,\"name\":\"com_akeebabackup\",\"extension_name\":\"com_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:33:51','com_installer',590,240,'COM_ACTIONLOGS_DISABLED'),(699,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":241,\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"extension_name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:33:51','com_installer',590,241,'COM_ACTIONLOGS_DISABLED'),(700,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":242,\"name\":\"pkg_akeebabackup\",\"extension_name\":\"pkg_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-07-16 17:33:51','com_installer',590,242,'COM_ACTIONLOGS_DISABLED'),(701,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-07-16 17:38:28','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-07-16 18:06:18','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(703,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-07-16 18:06:39','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(704,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-16 17:56:55','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(705,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-16 17:57:20','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(706,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-16 18:05:18','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(707,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-19 16:37:19','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(708,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"version\":\"4.4.8\",\"oldversion\":\"Desconocido\"}','2024-09-19 16:38:19','com_joomlaupdate',590,590,'COM_ACTIONLOGS_DISABLED'),(709,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":590,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"version\":\"4.4.8\",\"oldversion\":\"4.4.6\"}','2024-09-19 16:38:19','com_joomlaupdate',590,590,'COM_ACTIONLOGS_DISABLED'),(710,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":240,\"name\":\"com_akeebabackup\",\"extension_name\":\"com_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-09-19 16:44:22','com_installer',590,240,'COM_ACTIONLOGS_DISABLED'),(711,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":241,\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"extension_name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-09-19 16:44:22','com_installer',590,241,'COM_ACTIONLOGS_DISABLED'),(712,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":242,\"name\":\"pkg_akeebabackup\",\"extension_name\":\"pkg_akeebabackup\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-09-19 16:44:22','com_installer',590,242,'COM_ACTIONLOGS_DISABLED'),(713,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":255,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-09-19 16:44:22','com_installer',590,255,'COM_ACTIONLOGS_DISABLED'),(714,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":256,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-09-19 16:44:22','com_installer',590,256,'COM_ACTIONLOGS_DISABLED'),(715,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":257,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-09-19 16:44:22','com_installer',590,257,'COM_ACTIONLOGS_DISABLED'),(716,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":258,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\"}','2024-09-19 16:44:22','com_installer',590,258,'COM_ACTIONLOGS_DISABLED'),(717,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-19 16:44:34','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(718,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-19 16:44:35','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(719,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-19 16:51:07','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(720,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-19 16:53:27','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(721,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-20 18:04:16','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(722,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-21 13:55:11','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(723,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-30 17:40:03','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(724,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-09-30 17:40:23','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(725,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-01 17:42:49','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-28 17:55:59','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(727,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-28 17:56:17','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(728,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-11-27 19:38:40','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(729,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-11-29 17:58:21','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(730,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-11-29 18:00:05','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(731,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-11-29 19:57:30','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(732,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-03 16:17:21','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-03 17:01:36','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-03 17:01:50','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(735,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-03 17:02:27','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(736,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-04 15:48:30','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(737,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-05 11:18:04','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(738,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-18 11:29:53','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(739,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-22 14:11:54','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(740,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-25 12:02:34','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(741,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-26 11:10:36','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-28 20:09:33','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(743,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-28 20:10:04','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(744,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-28 20:11:45','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(745,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-03 17:31:22','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(746,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-05 10:59:07','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(747,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-05 13:25:35','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":590,\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-07 14:54:13','com_users',590,590,'COM_ACTIONLOGS_DISABLED'),(749,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-07 14:54:32','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(750,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-10 16:53:53','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(751,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-12 17:36:56','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(752,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-14 12:17:10','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(753,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-17 16:04:52','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(754,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-19 13:09:26','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(755,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-21 11:46:23','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(756,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-25 13:42:57','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(757,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-28 11:17:05','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(758,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-10 16:05:29','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(759,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-07 12:36:30','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(760,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-08 17:55:45','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(761,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-12 14:20:11','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(762,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-13 14:28:13','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(763,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-23 00:01:45','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(764,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-23 17:02:17','com_users',590,0,'COM_ACTIONLOGS_DISABLED'),(765,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":590,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=590\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-30 15:50:45','com_users',590,0,'COM_ACTIONLOGS_DISABLED');
/*!40000 ALTER TABLE `bdtec_action_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_action_logs_extensions`
--

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

--
-- Dumping data for table `bdtec_action_logs_extensions`
--

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

--
-- Table structure for table `bdtec_action_logs_users`
--

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

--
-- Dumping data for table `bdtec_action_logs_users`
--

LOCK TABLES `bdtec_action_logs_users` WRITE;
/*!40000 ALTER TABLE `bdtec_action_logs_users` DISABLE KEYS */;
INSERT INTO `bdtec_action_logs_users` VALUES (590,0,'[\"com_content\"]');
/*!40000 ALTER TABLE `bdtec_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_akeeba_common`
--

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

--
-- Dumping data for table `bdtec_akeeba_common`
--

LOCK TABLES `bdtec_akeeba_common` WRITE;
/*!40000 ALTER TABLE `bdtec_akeeba_common` DISABLE KEYS */;
INSERT INTO `bdtec_akeeba_common` VALUES ('stats_lastrun','1726764418'),('stats_siteid','30f3f47cbbe36534b427a814b0736987f924b0bb'),('stats_siteurl','efa73dd081764e8128c9294833b7d7ad');
/*!40000 ALTER TABLE `bdtec_akeeba_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_akeebabackup_backups`
--

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

--
-- Dumping data for table `bdtec_akeebabackup_backups`
--

LOCK TABLES `bdtec_akeebabackup_backups` WRITE;
/*!40000 ALTER TABLE `bdtec_akeebabackup_backups` DISABLE KEYS */;
INSERT INTO `bdtec_akeebabackup_backups` VALUES (5,'Backup taken on Viernes, 17 Mayo 2024 21:47 UTC','','2024-05-18 02:47:40','2024-05-18 02:48:27','complete','backend','full',1,'site-radiosindical.unillanos.edu.co-20240517-214740utc-Y9PURbKouM3M3rY0.jpa','/var/www/html/sintraunicol/administrator/components/com_akeebabackup/backup/site-radiosindical.unillanos.edu.co-20240517-214740utc-Y9PURbKouM3M3rY0.jpa',1,'backend','id-20240517-214740-119815',0,NULL,92931986,0,1),(6,'Backup taken on Viernes, 24 Mayo 2024 19:16 UTC','','2024-05-25 00:16:48','2024-05-25 00:17:34','complete','backend','full',1,'site-radiosindical.unillanos.edu.co-20240524-191648utc-t43vAYo93iKxTbdE.jpa','/var/www/html/sintraunicol/administrator/components/com_akeebabackup/backup/site-radiosindical.unillanos.edu.co-20240524-191648utc-t43vAYo93iKxTbdE.jpa',1,'backend','id-20240524-191648-516912',1,NULL,90922991,0,1),(9,'Backup taken on Martes, 16 Julio 2024 17:36 UTC','','2024-07-16 22:36:34','2024-07-16 22:37:00','complete','backend','full',1,'site-radiosindical.unillanos.edu.co-20240716-173634utc--Ura_zMIc04Ly9X_.jpa','/var/www/html/sintraunicol/administrator/components/com_akeebabackup/backup/site-radiosindical.unillanos.edu.co-20240716-173634utc--Ura_zMIc04Ly9X_.jpa',1,'backend','id-20240716-173634-700117',1,NULL,92816801,0,1),(10,'Backup taken on Jueves, 19 Septiembre 2024 16:44 UTC','','2024-09-19 21:44:57','2024-09-19 21:47:37','fail','backend','full',1,'site-radiosindical.unillanos.edu.co-20240919-164457utc-cUMRjE0DjE3Uu6Me.jpa','/var/www/html/sintraunicol/administrator/components/com_akeebabackup/backup/site-radiosindical.unillanos.edu.co-20240919-164457utc-cUMRjE0DjE3Uu6Me.jpa',0,'backend','id-20240919-164457-645090',1,'NULL',83943901,0,0),(11,'Backup taken on Jueves, 19 Septiembre 2024 16:47 UTC','','2024-09-19 21:47:49','2024-09-19 21:49:31','complete','backend','full',1,'site-radiosindical.unillanos.edu.co-20240919-164749utc-GcLTZHxqUobUpCV9.jpa','/var/www/html/sintraunicol/administrator/components/com_akeebabackup/backup/site-radiosindical.unillanos.edu.co-20240919-164749utc-GcLTZHxqUobUpCV9.jpa',1,'backend','id-20240919-164749-305287',1,NULL,93126323,0,1);
/*!40000 ALTER TABLE `bdtec_akeebabackup_backups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_akeebabackup_profiles`
--

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

--
-- Dumping data for table `bdtec_akeebabackup_profiles`
--

LOCK TABLES `bdtec_akeebabackup_profiles` WRITE;
/*!40000 ALTER TABLE `bdtec_akeebabackup_profiles` DISABLE KEYS */;
INSERT INTO `bdtec_akeebabackup_profiles` VALUES (1,'Default Backup Profile','###AES128###zctnU8oJ2fyJAMosb7eN5DDEseNAPatLC3m2kg/Bd6zSRYyjKwm75+K+GA+HnkEW6zxSDzx/ER27NHvc0OFCN9WnQdfw3rnGotPEH2gIwXY8G1B9Oc920F4IO+74NSOMET2coy436vZQMpbvMYvT81FshNlsBoZwRgagIblqWSf9hFaKLcvkY9vSEYhZTWeEaa4QLU2wCvqck7g+dzPZAdO5DAPvojvHEcIxyXHk0aPaJyaZxxwcwNjQsY2R6MkztTcOENKRGrY82vDj8l9K0VHX0Vw14osDZtofV+AGn+WW8aGD9RmPxoM9S90V0v8KvvDScrdG7YLOxL/gp9f+nKzl951Cend5RGjj51oY+lYQKRf0F/ueq9wg3Q38EDAD61U1LfljJi4F9f65uoo+5khMoRmoAeUMz9u3uWuz7I5PXx6ZgbsspPMJ4+2SvRIQraNYyKL7lDyt57bYV75BCWUmCH6ouDKmpY3oky+R+r+Vi7xPSU2sFcP1qAuv/5Dx1+FCX63ts9pppEvnvT5HHlgsRPVdo6A6UpbVfaVMbqc/PYt3pLfBBVZvmMY5zJ3VNlEnCeHkgGLExKp4dPUt91to3FxRbtE51e8RfTdaXTM3B/BRqtDHAEbyrunCLtp7cNKW1HMANoAQSLUIsOKKkw/0+Dv3bXHUTkhRaGn03hHRDhy7lSK7x3ZqlrTAjcv+raIT/VeCgst6V4gFtdNx3A8Igdflkb1Ih6ZEjmOmBzzTyynRsJEsgNB8WNUjOhtURpSnUWkPCfo8M0bYZDH0avUYNzOrWWGL2leWOSFvOZQ/0n956YWpAK6Zi8yYV0hHA9sjG3JmkLLS8UD+4Eo9FBNPX5ix/dXKtDOVdTs0SHrJJnWHmgp28wNtD0gqrUKNIve7/PVn3UzVwwQ/ZzziaOSJkfkVIghakVqayl3Irgl8VVgvxNiMvQ2UwNJaNXUZsNou7t816Gd/xH0SAaX8cxGDHe9bMeusnhMgPwVR2b1R3EPl64uCCmK1Aunh/a+cDjGo4zyopK27F/izPhzhst1/Z616aMTkQyEmnL6Zb4Bn29yCvLrCPSbQdV8Yl3ybFJD1+ep0+2eRDQSKoCRKL2L5QTgZpmBd3KouS/BiAv0H+HanRgx7BjgygLsXtU4vdKkBFe8JyxnqCLOTD0GsZlbj9fWvFIfBJkldx0BBtBqV/VY3Jq51hZGVkBAoLMVJRmNxUzjQ14jeLiIN0JP7FyVmDAvR4XiDbHenxaR0uT402BhnmGuE7RU0iu0ca0bMBcM6ZZm6UTAP9wd8gAPS4oXDugkPjYLo9Uss54EMBavxFc3IobygTEiFimqlFlteb5uotC9T2DnbZGmnmVLwjbdByID/gQK/DNoxvLN8mo3wykhV1rvlFfxktckfcWGEHvSL5A6ZO0sJzLuKPdPuwlYe9/LAV+w4c48f8FWyltmYfYZaYpHyoiuiwXW/LX19/mAhYZmI6aSUbm06375rJjjg/02BoT3AO+VKGeteCTqyPF6getaSqQi1e3qUdlHZynpGsaLQxLEdrwzU14xMd+ZMGuWXhkXGoPd/0wwahrFRYhn/u0lRWs36aVxGpKXPdL1MdjfH9y2d83SvCVcaBlhLue5+nnqVXWnNDaLaQVGth+xgcRcgtDJA6s3Xgcr0RLlb1NeehUSujmNmJKugjhxsfxFa8myjD6QkXyFabShBNFTHLLso9jenk05M4nJrgMOAf08GH2zrfAMunZZFZuXjoCaNxuZqwRKpiB7AS9LmDPrFp2vFofu+PlGZL3K8U7IDiiYNhOpLA4PrCa6cFc9XVG3DSu8QfWZvrHv2SFX2kQ2rZ74dXNxRzmhXvBWM5Xu9Hbv0lBHvUklyhxXk87j5e/vPWeWfE2MmDN912G/J1oHdPNvq82R4xSIpaDPgxECMQNHSu5CaNcnWlb4KiWS3h8VnxkaaxEH+42nm0g1PTYKvsqzGlBEeu9N7ITzgU0TqPwqJKTe2P5UzcQrLuWHt/DOKtOx1Zq+xOmFvNyCEjxY6cOb1TeGnqlJjRfMJKAP4NlLKDPXxtWqpfrQakmGwy0czr9xwXwwAcE+GY3//dOJONczFPyda71ZidtdWvcpldMnClsFj+0yJKw2C/VhCgGnmFS8OW5D8kpyGWWYhjk+eqS44l9bMUGEH1Gpq1UjTed6qsuf8Kr8t9WrS6vzLqy66XrCN/0hz9h8O7blvV+Y75AywSD7OSygOZuF6ky3GFxCx6xRrRoXNPGRfX9ToRJQ733uYaDjY26+ufwszKQT4od4Xq/4F+tSy/XILUfsOJfBxRzS7+XKP4eUbPt+LwBYoeuQJDn+9yHRog9xgzUi44VCjqUULj46RWZwPghHIeyICxEeytzK5mK5gP/5pfXIhg3jYUqfI/WaykE85w+UD0A+sAyhxRjIEslkFsIMgo50hi3wbEhc1ooeiEmRDDK3O4FDHkYLEW3zDrmuV5kdZk/NjQxaq7ff1XvlRGk8F7zOeWJNOgXZT80aA6b0F1LqNJu280xGsMTC6mRzSZYJeEZVAkBO/lwu0Y9VpPyxaqJLO/jRxHBlzX1a7Ub54nYeH+VX+3xQrnGzLe0D9ezfbqb67C/V8oPDUX+/FPVa3cA1rONxB/FGZs+cvtDd9bku/yrV0nuGFEQw0GkJ0U5rDsFZ/tHXEgi3rob6dxwqvAgUM2ACqqe7oIjgyHvcndKVPOfSFE248hHeTzcY3xPXmQdR8kM7Jpkr0f4dTjjHpLAamheTa2WlWxINXgwgPwQoz7x+AfOVwawpGCHdSyUi6ahqoMCiQBr0sVMPAeVsuZ2DHuXi/u3Kp6Plz+tepTwUdr3WlnFHVZLaHMYE/V8SgmZXKbd7bviG8LvUlQb9VTsQQ9Q3E2OjV54b6O/pWc+zt/st9R4l5mD/mGWEUa/O41cdMZ/K6ZD+CgSOYGlxtzSFYMogCsaycCd6D8XLQKyZx7ZFzYXGO3adlN21hjFwSmn0TYK9GhO5uCABcssD93XcHBIwVlgSxrLVODzR36uLCEEAA5Py6Hl6bSgXWLClYIaRf8NrQJ7nQEoggZzB+8RzLEXXSjfBMcjn0duZvosuODIZOkP7Q2vjMY+wO8GKkYBQNUHxdoV9iTJFoN5NdvCceZM6M/jiJWJTUBCvBu4vLOWRkXZtNm207V15YHXz2BJvOxL5l73OxkUlGY4ylxgc/ng/CAKAyhzoyPkPGlRY9LBe5b5X2bJJ5EByvxrm2uLYQD/FGJ3SVrP4dtowlkiWJ1td1IzWrCGioUMzdEkUXu3xUzF7Ws2/jU+2wxOEK1BBc33Jlw0EBmqIm4V9H0pBTPh2kKc+xYfPmoDal2fMlAoRy+jTm3KcK21cyWYM1jov3RcDUodT4yfpnaejWcH1sPgtDZt/E4dskdiGp3L7LVgzq32KjAVHuiayeCPgag5PGDj2zwKz3e+A/gEaewDa7UCykPtlQM0gNVBGdu+3SwIzjTnWAngxVs9LjKb907waSURtBEm3ZTJf91//EM9MR26U5+43YeijIM6WwJgOcsJsnk4B52SFLfrRSCSX44hvqgc7z8xCFT0r7/67TEwCY/TcBGqquwx1ErQavwt/6545hRwRrvNtmPJ3qsqzK/rAgCokciQLig0/4oS36gbBPAf/wccB3ZqqVbKPBsTyxkGdPgcE9ATzz7NG+vPGBr3GzyzPW5m0nQk1Wg814DCGzbktrqG7DKno7PkQAMW1DdeiwbVDnVE1ihRjU9TiPUTDK0NJo9qtiTkbdp8Y2suzbRbDwM9PO3/iz7nbtTrEQ67dHeiM1ksGyPpjQUKT7p9/hZlNR7LWGcGje2D6zxOCZgXR9f8DEl4eFukKO7dLp6Wi2rar3LXTrDqz4NoGp/94aEPYBWIhXcIfLBFY7eJN0T7lLrvimjDPC1ndH1Mxp1ZmnaT1R7uBjSdGHsPONi6P761fHbZoxrYOmSNMdVd0f+8A/rcU1d57cd63KYW3keRbX6H3re0W8/Rlv1mGhSA+zFmVovDmL1AtbDCaW184+Ns+mV1CygXti9bSs3JOw5Oi0eNMywvc7Ig3VWfi+F4Rysfm9TZ2Psxy/a3WBX8zTK0Zzz55BYJn0VK/dw57aSyowX82jholvFag3lNnYz4JQsx86y2sKDCaEFaR3b2//+SVNHpDa8gBnKUpQU1QWch79uVOEnLz471eMwABOE+cGkmrwvYcdVVMrI/EgH0a1C4iSqzoRoTh+DAHLpwfQjPradHqOXhWV57YM+pjUSlBJVhvo/lXWOrnbUvIZAe8R2WY9DAAA','',1,1);
/*!40000 ALTER TABLE `bdtec_akeebabackup_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_akeebabackup_storage`
--

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

--
-- Dumping data for table `bdtec_akeebabackup_storage`
--

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

--
-- Table structure for table `bdtec_assets`
--

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

--
-- Dumping data for table `bdtec_assets`
--

LOCK TABLES `bdtec_assets` WRITE;
/*!40000 ALTER TABLE `bdtec_assets` DISABLE KEYS */;
INSERT INTO `bdtec_assets` VALUES (1,0,0,205,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.api\":{\"8\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,16,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(8,1,17,48,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.execute.transition\":{\"6\":1,\"5\":1}}'),(9,1,49,50,1,'com_cpanel','com_cpanel','{}'),(10,1,51,52,1,'com_installer','com_installer','{\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,53,58,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1}}'),(12,11,54,55,2,'com_languages.language.1','English (en-GB)','{}'),(13,1,59,60,1,'com_login','com_login','{}'),(14,1,61,62,1,'com_mails','com_mails','{}'),(15,1,63,64,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,65,68,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1}}'),(17,1,69,70,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,71,152,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1}}'),(19,1,153,156,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(20,1,157,158,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1}}'),(21,1,159,160,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1}}'),(23,1,161,162,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1}}'),(24,1,167,170,1,'com_users','com_users','{\"core.admin\":{\"7\":1}}'),(26,1,171,172,1,'com_wrapper','com_wrapper','{}'),(27,8,18,21,2,'com_content.category.2','Uncategorised','{}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{}'),(30,19,154,155,2,'com_newsfeeds.category.5','Uncategorised','{}'),(32,24,168,169,2,'com_users.category.7','Uncategorised','{}'),(33,1,173,174,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,175,176,1,'com_joomlaupdate','com_joomlaupdate','{}'),(35,1,177,178,1,'com_tags','com_tags','{}'),(36,1,179,180,1,'com_contenthistory','com_contenthistory','{}'),(37,1,181,182,1,'com_ajax','com_ajax','{}'),(38,1,183,184,1,'com_postinstall','com_postinstall','{}'),(39,18,72,73,2,'com_modules.module.1','Main Menu','{}'),(40,18,74,75,2,'com_modules.module.2','Login','{}'),(41,18,76,77,2,'com_modules.module.3','Popular Articles','{}'),(42,18,78,79,2,'com_modules.module.4','Recently Added Articles','{}'),(43,18,80,81,2,'com_modules.module.8','Toolbar','{}'),(44,18,82,83,2,'com_modules.module.9','Notifications','{}'),(45,18,84,85,2,'com_modules.module.10','Logged-in Users','{}'),(46,18,86,87,2,'com_modules.module.12','Admin Menu','{}'),(49,18,92,93,2,'com_modules.module.15','Title','{}'),(50,18,94,95,2,'com_modules.module.16','Login Form','{}'),(51,18,96,97,2,'com_modules.module.17','Breadcrumbs','{}'),(52,18,98,99,2,'com_modules.module.79','Multilanguage status','{}'),(53,18,102,103,2,'com_modules.module.86','Joomla Version','{}'),(55,18,106,107,2,'com_modules.module.87','Sample Data','{}'),(56,8,22,39,2,'com_content.workflow.1','COM_WORKFLOW_BASIC_WORKFLOW','{}'),(57,56,23,24,3,'com_content.stage.1','COM_WORKFLOW_BASIC_STAGE','{}'),(58,56,25,26,3,'com_content.transition.1','Unpublish','{}'),(59,56,27,28,3,'com_content.transition.2','Publish','{}'),(60,56,29,30,3,'com_content.transition.3','Trash','{}'),(61,56,31,32,3,'com_content.transition.4','Archive','{}'),(62,56,33,34,3,'com_content.transition.5','Feature','{}'),(63,56,35,36,3,'com_content.transition.6','Unfeature','{}'),(64,56,37,38,3,'com_content.transition.7','Publish & Feature','{}'),(65,1,163,164,1,'com_privacy','com_privacy','{}'),(66,1,165,166,1,'com_actionlogs','com_actionlogs','{}'),(67,18,88,89,2,'com_modules.module.88','Latest Actions','{}'),(68,18,90,91,2,'com_modules.module.89','Privacy Dashboard','{}'),(70,18,100,101,2,'com_modules.module.103','Site','{}'),(71,18,104,105,2,'com_modules.module.104','System','{}'),(72,18,108,109,2,'com_modules.module.91','System Dashboard','{}'),(73,18,110,111,2,'com_modules.module.92','Content Dashboard','{}'),(74,18,112,113,2,'com_modules.module.93','Menus Dashboard','{}'),(75,18,114,115,2,'com_modules.module.94','Components Dashboard','{}'),(76,18,116,117,2,'com_modules.module.95','Users Dashboard','{}'),(77,18,118,119,2,'com_modules.module.99','Frontend Link','{}'),(78,18,120,121,2,'com_modules.module.100','Messages','{}'),(79,18,122,123,2,'com_modules.module.101','Post Install Messages','{}'),(80,18,124,125,2,'com_modules.module.102','User Status','{}'),(82,18,126,127,2,'com_modules.module.105','3rd Party','{}'),(83,18,128,129,2,'com_modules.module.106','Help Dashboard','{}'),(84,18,130,131,2,'com_modules.module.107','Privacy Requests','{}'),(85,18,132,133,2,'com_modules.module.108','Privacy Status','{}'),(86,18,134,135,2,'com_modules.module.96','Popular Articles','{}'),(87,18,136,137,2,'com_modules.module.97','Recently Added Articles','{}'),(88,18,138,139,2,'com_modules.module.98','Logged-in Users','{}'),(89,18,140,141,2,'com_modules.module.90','Login Support','{}'),(90,1,185,186,1,'com_scheduler','com_scheduler','{}'),(91,1,187,188,1,'com_associations','com_associations','{}'),(92,1,189,190,1,'com_categories','com_categories','{}'),(93,1,191,192,1,'com_fields','com_fields','{}'),(94,1,193,194,1,'com_workflow','com_workflow','{}'),(95,1,195,196,1,'com_guidedtours','com_guidedtours','{}'),(96,18,142,143,2,'com_modules.module.109','Guided Tours','{}'),(99,1,197,200,1,'com_djimageslider','com_djimageslider','{}'),(100,18,144,145,2,'com_modules.module.111','DJ-ImageSlider','{}'),(101,1,201,202,1,'com_akeebabackup','com_akeebabackup','{}'),(102,8,40,41,2,'com_content.category.8','Paginas','{}'),(103,27,19,20,3,'com_content.article.1','Inicio','{}'),(104,8,42,47,2,'com_content.category.9','Pages','{}'),(105,104,43,44,3,'com_content.article.2','Inicio','{}'),(106,104,45,46,3,'com_content.article.3','Sobre Nosotros','{}'),(107,16,66,67,2,'com_menus.menu.2','Menú Principal','{}'),(111,18,146,147,2,'com_modules.module.114','Pie de pagina','{}'),(112,18,148,149,2,'com_modules.module.115','Gantry 5 Particle','{}'),(113,1,203,204,1,'com_gantry5','com_gantry5','{\"core.admin\":{\"1\":1},\"core.manage\":{\"1\":1}}'),(114,18,150,151,2,'com_modules.module.116','Maquetado sitio web','{}'),(115,11,56,57,2,'com_languages.language.2','Spanish (es-ES)','{}'),(116,99,198,199,2,'com_djimageslider.category.10','rotativo','{}');
/*!40000 ALTER TABLE `bdtec_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_associations`
--

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

--
-- Dumping data for table `bdtec_associations`
--

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

--
-- Table structure for table `bdtec_banner_clients`
--

DROP TABLE IF EXISTS `bdtec_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_banner_clients` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `contact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extrainfo` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `own_prefix` tinyint NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint NOT NULL DEFAULT '-1',
  `track_clicks` tinyint NOT NULL DEFAULT '-1',
  `track_impressions` tinyint NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_banner_clients`
--

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

--
-- Table structure for table `bdtec_banner_tracks`
--

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

--
-- Dumping data for table `bdtec_banner_tracks`
--

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

--
-- Table structure for table `bdtec_banners`
--

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

--
-- Dumping data for table `bdtec_banners`
--

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

--
-- Table structure for table `bdtec_categories`
--

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

--
-- Dumping data for table `bdtec_categories`
--

LOCK TABLES `bdtec_categories` WRITE;
/*!40000 ALTER TABLE `bdtec_categories` DISABLE KEYS */;
INSERT INTO `bdtec_categories` VALUES (1,0,0,0,17,0,'','system','ROOT','root','','',1,NULL,NULL,1,'{}','','','{}',590,'2024-04-04 19:15:59',590,'2024-04-04 19:15:59',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,590,'2024-04-04 20:42:33',1,'{\"category_layout\":\"\",\"image\":\"\",\"workflow_id\":\"use_default\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-04 19:15:59',590,'2024-04-04 19:15:59',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-04 19:15:59',590,'2024-04-04 19:15:59',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-04 19:15:59',590,'2024-04-04 19:15:59',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-04 19:15:59',590,'2024-04-04 19:15:59',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-04 19:15:59',590,'2024-04-04 19:15:59',0,'*',1),(8,102,1,11,12,1,'paginas','com_content','Paginas','paginas','','',-2,590,'2024-04-07 02:26:31',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-04 20:22:06',590,'2024-04-04 20:22:06',0,'*',1),(9,104,1,13,14,1,'pages','com_content','Pages','pages','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-07 02:29:43',590,'2024-04-07 04:54:31',0,'*',1),(10,116,1,15,16,1,'rotativo','com_djimageslider','rotativo','rotativo','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',590,'2024-04-09 19:25:16',590,'2024-04-09 19:36:51',0,'*',1);
/*!40000 ALTER TABLE `bdtec_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_contact_details`
--

DROP TABLE IF EXISTS `bdtec_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_contact_details` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `suburb` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `misc` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_to` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default_con` tinyint unsigned NOT NULL DEFAULT '0',
  `published` tinyint NOT NULL DEFAULT '0',
  `checked_out` int unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int NOT NULL DEFAULT '0',
  `catid` int NOT NULL DEFAULT '0',
  `access` int unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `webpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname3` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `metakey` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `metadesc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Set if contact is featured.',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `version` int unsigned NOT NULL DEFAULT '1',
  `hits` int unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_contact_details`
--

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

--
-- Table structure for table `bdtec_content`
--

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

--
-- Dumping data for table `bdtec_content`
--

LOCK TABLES `bdtec_content` WRITE;
/*!40000 ALTER TABLE `bdtec_content` DISABLE KEYS */;
INSERT INTO `bdtec_content` VALUES (1,103,'Inicio','inicio','Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.','',-2,2,'2024-04-04 20:25:17',590,'','2024-04-07 02:34:11',590,NULL,NULL,'2024-04-04 20:25:17',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',23,0,'','',1,14,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(2,105,'Inicio','home','<p>{loadmoduleid 113}</p>','',1,9,'2024-04-07 02:33:13',590,'','2024-04-10 18:01:55',590,NULL,NULL,'2024-04-07 02:33:13',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',29,1,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(3,106,'Sobre Nosotros','sobre-nosotros','Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.','',-2,9,'2024-04-07 02:36:57',590,'','2024-04-07 02:36:57',590,NULL,NULL,'2024-04-07 02:36:57',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `bdtec_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_content_frontpage`
--

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

--
-- Dumping data for table `bdtec_content_frontpage`
--

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

--
-- Table structure for table `bdtec_content_rating`
--

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

--
-- Dumping data for table `bdtec_content_rating`
--

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

--
-- Table structure for table `bdtec_content_types`
--

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

--
-- Dumping data for table `bdtec_content_types`
--

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

--
-- Table structure for table `bdtec_contentitem_tag_map`
--

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

--
-- Dumping data for table `bdtec_contentitem_tag_map`
--

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

--
-- Table structure for table `bdtec_djimageslider`
--

DROP TABLE IF EXISTS `bdtec_djimageslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_djimageslider` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `catid` int unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL,
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_djimageslider`
--

LOCK TABLES `bdtec_djimageslider` WRITE;
/*!40000 ALTER TABLE `bdtec_djimageslider` DISABLE KEYS */;
INSERT INTO `bdtec_djimageslider` VALUES (19,10,'1','1','images/slider/Sin%20ttulo-1.png#joomlaImage://local-images/slider/Sin ttulo-1.png?width=10684&height=10684','',1,'2024-05-24 18:40:09','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"url\",\"link_menu\":\"127\",\"link_url\":\"https:\\/\\/www.facebook.com\\/sintra.unicol.9\\/?locale=es_LA\",\"link_article\":\"\",\"link_target\":\"_blank\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(20,10,'2','2','images/slider/logos4.png#joomlaImage://local-images/slider/logos4.png?width=10684&height=10684','',1,'2024-05-24 18:41:55','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"\",\"link_menu\":\"127\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(21,10,'3','3','images/slider/mg.png#joomlaImage://local-images/slider/mg.png?width=10684&height=10684','',1,'2024-05-24 18:42:09','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"\",\"link_menu\":\"127\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(22,10,'4','4','images/slider/logo2.png#joomlaImage://local-images/slider/logo2.png?width=10684&height=10684','',1,'2024-05-24 18:42:25','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"\",\"link_menu\":\"127\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(23,10,'5','5','images/slider/img.png#joomlaImage://local-images/slider/img.png?width=10684&height=10684','',1,'2024-05-24 18:42:38','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"\",\"link_menu\":\"127\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(24,10,'6','6','images/slider/Sin%20ttulo-1.png#joomlaImage://local-images/slider/Sin ttulo-1.png?width=10684&height=10684','',1,'2024-05-24 18:43:18','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"url\",\"link_menu\":\"127\",\"link_url\":\"https:\\/\\/www.facebook.com\\/sintra.unicol.9\\/?locale=es_LA\",\"link_article\":\"\",\"link_target\":\"_blank\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}');
/*!40000 ALTER TABLE `bdtec_djimageslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_extensions`
--

DROP TABLE IF EXISTS `bdtec_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_extensions` (
  `extension_id` int NOT NULL AUTO_INCREMENT,
  `package_id` int NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `changelogurl` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `folder` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint NOT NULL,
  `enabled` tinyint NOT NULL DEFAULT '0',
  `access` int unsigned NOT NULL DEFAULT '1',
  `protected` tinyint NOT NULL DEFAULT '0' COMMENT 'Flag to indicate if the extension is protected. Protected extensions cannot be disabled.',
  `locked` tinyint NOT NULL DEFAULT '0' COMMENT 'Flag to indicate if the extension is locked. Locked extensions cannot be uninstalled.',
  `manifest_cache` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `checked_out` int unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int DEFAULT '0',
  `state` int DEFAULT '0',
  `note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=261 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_extensions`
--

LOCK TABLES `bdtec_extensions` WRITE;
/*!40000 ALTER TABLE `bdtec_extensions` DISABLE KEYS */;
INSERT INTO `bdtec_extensions` VALUES (1,0,'com_wrapper','component','com_wrapper',NULL,'',1,1,1,0,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\\n\\t\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Wrapper\",\"filename\":\"wrapper\"}','','',NULL,NULL,0,0,NULL),(2,0,'com_admin','component','com_admin',NULL,'',1,1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Admin\"}','','',NULL,NULL,0,0,NULL),(3,0,'com_banners','component','com_banners',NULL,'',1,1,1,0,1,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Banners\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}','',NULL,NULL,0,0,NULL),(4,0,'com_cache','component','com_cache',NULL,'',1,1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cache\"}','','',NULL,NULL,0,0,NULL),(5,0,'com_categories','component','com_categories',NULL,'',1,1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Categories\"}','','',NULL,NULL,0,0,NULL),(6,0,'com_checkin','component','com_checkin',NULL,'',1,1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Checkin\"}','','',NULL,NULL,0,0,NULL),(7,0,'com_contact','component','com_contact',NULL,'',1,1,1,0,1,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contact\",\"filename\":\"contact\"}','{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_tags\":\"1\",\"show_info\":\"1\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_image\":\"1\",\"show_misc\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_user_custom_fields\":[\"-1\"],\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_subcat_desc\":\"1\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"1\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"0\",\"show_pagination_limit\":\"0\",\"show_headings\":\"1\",\"show_image_heading\":\"0\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"0\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"sef_ids\":1,\"custom_fields_enable\":\"1\"}','',NULL,NULL,0,0,NULL),(8,0,'com_cpanel','component','com_cpanel',NULL,'',1,1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"2007-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cpanel\"}','','',NULL,NULL,0,0,NULL),(9,0,'com_installer','component','com_installer',NULL,'',1,1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Installer\"}','{\"cachetimeout\":\"6\",\"minimum_stability\":\"4\"}','',NULL,NULL,0,0,NULL),(10,0,'com_languages','component','com_languages',NULL,'',1,1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Languages\"}','{\"administrator\":\"es-ES\",\"site\":\"es-ES\"}','',NULL,NULL,0,0,NULL),(11,0,'com_login','component','com_login',NULL,'',1,1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Login\"}','','',NULL,NULL,0,0,NULL),(12,0,'com_media','component','com_media',NULL,'',1,1,0,1,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Media\",\"filename\":\"media\"}','{\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"restrict_uploads_extensions\":\"bmp,gif,jpg,jpeg,png,svg,webp,ico,mp3,m4a,mp4a,ogg,mp4,mp4v,mpeg,mov,odg,odp,ods,odt,pdf,png,ppt,txt,xcf,xls,csv\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png,jpeg,svg,webp\",\"audio_extensions\":\"mp3,m4a,mp4a,ogg\",\"video_extensions\":\"mp4,mp4v,mpeg,mov,webm\",\"doc_extensions\":\"odg,odp,ods,odt,pdf,ppt,txt,xcf,xls,csv\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,image\\/webp,audio\\/ogg,audio\\/mpeg,audio\\/mp4,video\\/mp4,video\\/webm,video\\/mpeg,video\\/quicktime,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\"}','',NULL,NULL,0,0,NULL),(13,0,'com_menus','component','com_menus',NULL,'',1,1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Menus\",\"filename\":\"menus\"}','{\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\"}','',NULL,NULL,0,0,NULL),(14,0,'com_messages','component','com_messages',NULL,'',1,1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Messages\"}','','',NULL,NULL,0,0,NULL),(15,0,'com_modules','component','com_modules',NULL,'',1,1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Modules\",\"filename\":\"modules\"}','','',NULL,NULL,0,0,NULL),(16,0,'com_newsfeeds','component','com_newsfeeds',NULL,'',1,1,1,0,1,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"sef_ids\":1}','',NULL,NULL,0,0,NULL),(17,0,'com_plugins','component','com_plugins',NULL,'',1,1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Plugins\"}','','',NULL,NULL,0,0,NULL),(18,0,'com_templates','component','com_templates',NULL,'',1,1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Templates\"}','{\"template_positions_display\":\"1\",\"upload_limit\":\"10\",\"image_formats\":\"gif,bmp,jpg,jpeg,png,webp\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,sass,json,yaml,twig\",\"font_formats\":\"woff,woff2,ttf,otf,eot,svg\",\"compressed_formats\":\"zip\",\"difference\":\"SideBySide\"}','',NULL,NULL,0,0,NULL),(19,0,'com_content','component','com_content',NULL,'',1,1,0,1,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Content\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"0\",\"info_block_show_title\":\"0\",\"show_category\":\"0\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_readmore\":\"0\",\"show_readmore_title\":\"1\",\"readmore_limit\":100,\"show_tags\":\"0\",\"record_hits\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":0,\"captcha\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_configure_edit_options\":\"1\",\"show_permissions\":\"1\",\"show_associations_edit\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_category_heading_title_text\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":1,\"blog_class_leading\":\"\",\"num_intro_articles\":4,\"blog_class\":\"\",\"num_columns\":1,\"multi_column_order\":\"0\",\"num_links\":4,\"show_subcategory_content\":\"0\",\"link_intro_image\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"display_num\":\"10\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\",\"sef_ids\":1,\"custom_fields_enable\":\"1\",\"workflow_enabled\":\"0\"}','',NULL,NULL,0,0,NULL),(20,0,'com_config','component','com_config',NULL,'',1,1,0,1,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Config\",\"filename\":\"config\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','',NULL,NULL,0,0,NULL),(21,0,'com_redirect','component','com_redirect',NULL,'',1,1,0,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Redirect\"}','','',NULL,NULL,0,0,NULL),(22,0,'com_users','component','com_users',NULL,'',1,1,0,1,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Users\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"0\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"12\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','',NULL,NULL,0,0,NULL),(23,0,'com_finder','component','com_finder',NULL,'',1,1,0,0,1,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Finder\",\"filename\":\"finder\"}','{\"enabled\":\"0\",\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_autosuggest\":\"1\",\"show_suggested_query\":\"1\",\"show_explained_query\":\"1\",\"show_advanced\":\"1\",\"show_advanced_tips\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"sort_order\":\"relevance\",\"sort_direction\":\"desc\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stem\":\"1\",\"stemmer\":\"snowball\",\"enable_logging\":\"0\"}','',NULL,NULL,0,0,NULL),(24,0,'com_joomlaupdate','component','com_joomlaupdate',NULL,'',1,1,0,1,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.3\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Joomlaupdate\"}','{\"updatesource\":\"default\",\"customurl\":\"\"}','',NULL,NULL,0,0,NULL),(25,0,'com_tags','component','com_tags',NULL,'',1,1,1,0,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"2013-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Tags\",\"filename\":\"tags\"}','{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_description\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}','',NULL,NULL,0,0,NULL),(26,0,'com_contenthistory','component','com_contenthistory',NULL,'',1,1,1,0,1,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"2013-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contenthistory\",\"filename\":\"contenthistory\"}','','',NULL,NULL,0,0,NULL),(27,0,'com_ajax','component','com_ajax',NULL,'',1,1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','','',NULL,NULL,0,0,NULL),(28,0,'com_postinstall','component','com_postinstall',NULL,'',1,1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Postinstall\"}','','',NULL,NULL,0,0,NULL),(29,0,'com_fields','component','com_fields',NULL,'',1,1,1,0,1,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL),(30,0,'com_associations','component','com_associations',NULL,'',1,1,1,0,1,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Associations\"}','','',NULL,NULL,0,0,NULL),(31,0,'com_privacy','component','com_privacy',NULL,'',1,1,1,0,1,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Privacy\",\"filename\":\"privacy\"}','','',NULL,NULL,0,0,NULL),(32,0,'com_actionlogs','component','com_actionlogs',NULL,'',1,1,1,0,1,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Actionlogs\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_scheduler\",\"com_tags\",\"com_templates\",\"com_users\"]}','',NULL,NULL,0,0,NULL),(33,0,'com_workflow','component','com_workflow',NULL,'',1,1,0,1,1,'{\"name\":\"com_workflow\",\"type\":\"component\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WORKFLOW_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Workflow\"}','{}','',NULL,NULL,0,0,NULL),(34,0,'com_mails','component','com_mails',NULL,'',1,1,1,1,1,'{\"name\":\"com_mails\",\"type\":\"component\",\"creationDate\":\"2019-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MAILS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Mails\"}','','',NULL,NULL,0,0,NULL),(35,0,'com_scheduler','component','com_scheduler',NULL,'',1,1,1,0,1,'{\"name\":\"com_scheduler\",\"type\":\"component\",\"creationDate\":\"2021-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"COM_SCHEDULER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Scheduler\"}','{}','',NULL,NULL,0,0,NULL),(36,0,'com_guidedtours','component','com_guidedtours',NULL,'',1,1,0,0,1,'{\"name\":\"com_guidedtours\",\"type\":\"component\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"COM_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(37,0,'lib_joomla','library','joomla',NULL,'',0,1,1,1,1,'{\"name\":\"lib_joomla\",\"type\":\"library\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','',NULL,NULL,0,0,NULL),(38,0,'lib_phpass','library','phpass',NULL,'',0,1,1,1,1,'{\"name\":\"lib_phpass\",\"type\":\"library\",\"creationDate\":\"2004-01\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','','',NULL,NULL,0,0,NULL),(39,0,'mod_articles_archive','module','mod_articles_archive',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesArchive\",\"filename\":\"mod_articles_archive\"}','','',NULL,NULL,0,0,NULL),(40,0,'mod_articles_latest','module','mod_articles_latest',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesLatest\",\"filename\":\"mod_articles_latest\"}','','',NULL,NULL,0,0,NULL),(41,0,'mod_articles_popular','module','mod_articles_popular',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesPopular\",\"filename\":\"mod_articles_popular\"}','','',NULL,NULL,0,0,NULL),(42,0,'mod_banners','module','mod_banners',NULL,'',0,1,1,0,1,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Banners\",\"filename\":\"mod_banners\"}','','',NULL,NULL,0,0,NULL),(43,0,'mod_breadcrumbs','module','mod_breadcrumbs',NULL,'',0,1,1,0,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Breadcrumbs\",\"filename\":\"mod_breadcrumbs\"}','','',NULL,NULL,0,0,NULL),(44,0,'mod_custom','module','mod_custom',NULL,'',0,1,1,0,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(45,0,'mod_feed','module','mod_feed',NULL,'',0,1,1,0,1,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(46,0,'mod_footer','module','mod_footer',NULL,'',0,1,1,0,1,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Footer\",\"filename\":\"mod_footer\"}','','',NULL,NULL,0,0,NULL),(47,0,'mod_login','module','mod_login',NULL,'',0,1,1,0,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(48,0,'mod_menu','module','mod_menu',NULL,'',0,1,1,0,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(49,0,'mod_articles_news','module','mod_articles_news',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesNews\",\"filename\":\"mod_articles_news\"}','','',NULL,NULL,0,0,NULL),(50,0,'mod_random_image','module','mod_random_image',NULL,'',0,1,1,0,1,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RandomImage\",\"filename\":\"mod_random_image\"}','','',NULL,NULL,0,0,NULL),(51,0,'mod_related_items','module','mod_related_items',NULL,'',0,1,1,0,1,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RelatedItems\",\"filename\":\"mod_related_items\"}','','',NULL,NULL,0,0,NULL),(52,0,'mod_stats','module','mod_stats',NULL,'',0,1,1,0,1,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Stats\",\"filename\":\"mod_stats\"}','','',NULL,NULL,0,0,NULL),(53,0,'mod_syndicate','module','mod_syndicate',NULL,'',0,1,1,0,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"2006-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Syndicate\",\"filename\":\"mod_syndicate\"}','','',NULL,NULL,0,0,NULL),(54,0,'mod_users_latest','module','mod_users_latest',NULL,'',0,1,1,0,1,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"2009-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\UsersLatest\",\"filename\":\"mod_users_latest\"}','','',NULL,NULL,0,0,NULL),(55,0,'mod_whosonline','module','mod_whosonline',NULL,'',0,1,1,0,1,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Whosonline\",\"filename\":\"mod_whosonline\"}','','',NULL,NULL,0,0,NULL),(56,0,'mod_wrapper','module','mod_wrapper',NULL,'',0,1,1,0,1,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"2004-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Wrapper\",\"filename\":\"mod_wrapper\"}','','',NULL,NULL,0,0,NULL),(57,0,'mod_articles_category','module','mod_articles_category',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategory\",\"filename\":\"mod_articles_category\"}','','',NULL,NULL,0,0,NULL),(58,0,'mod_articles_categories','module','mod_articles_categories',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategories\",\"filename\":\"mod_articles_categories\"}','','',NULL,NULL,0,0,NULL),(59,0,'mod_languages','module','mod_languages',NULL,'',0,1,1,0,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Languages\",\"filename\":\"mod_languages\"}','','',NULL,NULL,0,0,NULL),(60,0,'mod_finder','module','mod_finder',NULL,'',0,1,0,0,1,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Finder\",\"filename\":\"mod_finder\"}','','',NULL,NULL,0,0,NULL),(61,0,'mod_custom','module','mod_custom',NULL,'',1,1,1,0,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(62,0,'mod_feed','module','mod_feed',NULL,'',1,1,1,0,1,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(63,0,'mod_latest','module','mod_latest',NULL,'',1,1,1,0,1,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Latest\",\"filename\":\"mod_latest\"}','','',NULL,NULL,0,0,NULL),(64,0,'mod_logged','module','mod_logged',NULL,'',1,1,1,0,1,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"2005-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Logged\",\"filename\":\"mod_logged\"}','','',NULL,NULL,0,0,NULL),(65,0,'mod_login','module','mod_login',NULL,'',1,1,1,0,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2005-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(66,0,'mod_loginsupport','module','mod_loginsupport',NULL,'',1,1,1,0,1,'{\"name\":\"mod_loginsupport\",\"type\":\"module\",\"creationDate\":\"2019-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_LOGINSUPPORT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Loginsupport\",\"filename\":\"mod_loginsupport\"}','','',NULL,NULL,0,0,NULL),(67,0,'mod_menu','module','mod_menu',NULL,'',1,1,1,0,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(68,0,'mod_popular','module','mod_popular',NULL,'',1,1,1,0,1,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Popular\",\"filename\":\"mod_popular\"}','','',NULL,NULL,0,0,NULL),(69,0,'mod_quickicon','module','mod_quickicon',NULL,'',1,1,1,0,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Quickicon\",\"filename\":\"mod_quickicon\"}','','',NULL,NULL,0,0,NULL),(70,0,'mod_frontend','module','mod_frontend',NULL,'',1,1,1,0,1,'{\"name\":\"mod_frontend\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_FRONTEND_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_frontend\"}','','',NULL,NULL,0,0,NULL),(71,0,'mod_messages','module','mod_messages',NULL,'',1,1,1,0,1,'{\"name\":\"mod_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_messages\"}','','',NULL,NULL,0,0,NULL),(72,0,'mod_post_installation_messages','module','mod_post_installation_messages',NULL,'',1,1,1,0,1,'{\"name\":\"mod_post_installation_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_POST_INSTALLATION_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_post_installation_messages\"}','','',NULL,NULL,0,0,NULL),(73,0,'mod_user','module','mod_user',NULL,'',1,1,1,0,1,'{\"name\":\"mod_user\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_user\"}','','',NULL,NULL,0,0,NULL),(74,0,'mod_title','module','mod_title',NULL,'',1,1,1,0,1,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','',NULL,NULL,0,0,NULL),(75,0,'mod_toolbar','module','mod_toolbar',NULL,'',1,1,1,0,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','',NULL,NULL,0,0,NULL),(76,0,'mod_multilangstatus','module','mod_multilangstatus',NULL,'',1,1,1,0,1,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"2011-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(77,0,'mod_version','module','mod_version',NULL,'',1,1,1,0,1,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"2012-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Version\",\"filename\":\"mod_version\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(78,0,'mod_stats_admin','module','mod_stats_admin',NULL,'',1,1,1,0,1,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\StatsAdmin\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL),(79,0,'mod_tags_popular','module','mod_tags_popular',NULL,'',0,1,1,0,1,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsPopular\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(80,0,'mod_tags_similar','module','mod_tags_similar',NULL,'',0,1,1,0,1,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsSimilar\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(81,0,'mod_sampledata','module','mod_sampledata',NULL,'',1,1,1,0,1,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Sampledata\",\"filename\":\"mod_sampledata\"}','{}','',NULL,NULL,0,0,NULL),(82,0,'mod_latestactions','module','mod_latestactions',NULL,'',1,1,1,0,1,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\LatestActions\",\"filename\":\"mod_latestactions\"}','{}','',NULL,NULL,0,0,NULL),(83,0,'mod_privacy_dashboard','module','mod_privacy_dashboard',NULL,'',1,1,1,0,1,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyDashboard\",\"filename\":\"mod_privacy_dashboard\"}','{}','',NULL,NULL,0,0,NULL),(84,0,'mod_submenu','module','mod_submenu',NULL,'',1,1,1,0,1,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"2006-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Submenu\",\"filename\":\"mod_submenu\"}','{}','',NULL,NULL,0,0,NULL),(85,0,'mod_privacy_status','module','mod_privacy_status',NULL,'',1,1,1,0,1,'{\"name\":\"mod_privacy_status\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_PRIVACY_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyStatus\",\"filename\":\"mod_privacy_status\"}','{}','',NULL,NULL,0,0,NULL),(86,0,'mod_guidedtours','module','mod_guidedtours',NULL,'',1,1,1,0,1,'{\"name\":\"mod_guidedtours\",\"type\":\"module\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"MOD_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\GuidedTours\",\"filename\":\"mod_guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(87,0,'plg_actionlog_joomla','plugin','joomla',NULL,'actionlog',0,1,1,0,1,'{\"name\":\"plg_actionlog_joomla\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Actionlog\\\\Joomla\",\"filename\":\"joomla\"}','{}','',NULL,NULL,1,0,NULL),(88,0,'plg_api-authentication_basic','plugin','basic',NULL,'api-authentication',0,0,1,0,1,'{\"name\":\"plg_api-authentication_basic\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_BASIC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Basic\",\"filename\":\"basic\"}','{}','',NULL,NULL,1,0,NULL),(89,0,'plg_api-authentication_token','plugin','token',NULL,'api-authentication',0,1,1,0,1,'{\"name\":\"plg_api-authentication_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,2,0,NULL),(90,0,'plg_authentication_cookie','plugin','cookie',NULL,'authentication',0,1,1,0,1,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"2013-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Cookie\",\"filename\":\"cookie\"}','','',NULL,NULL,1,0,NULL),(91,0,'plg_authentication_joomla','plugin','joomla',NULL,'authentication',0,1,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(92,0,'plg_authentication_ldap','plugin','ldap',NULL,'authentication',0,0,1,0,1,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Ldap\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','',NULL,NULL,3,0,NULL),(93,0,'plg_behaviour_compat','plugin','compat',NULL,'behaviour',0,1,1,0,1,'{\"name\":\"plg_behaviour_compat\",\"type\":\"plugin\",\"creationDate\":\"2023-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"PLG_COMPAT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Compat\",\"filename\":\"compat\"}','{}','',NULL,NULL,1,0,NULL),(94,0,'plg_behaviour_taggable','plugin','taggable',NULL,'behaviour',0,1,1,0,1,'{\"name\":\"plg_behaviour_taggable\",\"type\":\"plugin\",\"creationDate\":\"2015-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_BEHAVIOUR_TAGGABLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Taggable\",\"filename\":\"taggable\"}','{}','',NULL,NULL,2,0,NULL),(95,0,'plg_behaviour_versionable','plugin','versionable',NULL,'behaviour',0,1,1,1,1,'{\"name\":\"plg_behaviour_versionable\",\"type\":\"plugin\",\"creationDate\":\"2015-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_BEHAVIOUR_VERSIONABLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Versionable\",\"filename\":\"versionable\"}','{}','',NULL,NULL,3,0,NULL),(96,0,'plg_captcha_recaptcha','plugin','recaptcha',NULL,'captcha',0,0,1,0,1,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"2011-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Captcha\\\\ReCaptcha\",\"filename\":\"recaptcha\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','',NULL,NULL,1,0,NULL),(97,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible',NULL,'captcha',0,0,1,0,1,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"2017-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Captcha\\\\InvisibleReCaptcha\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','',NULL,NULL,2,0,NULL),(98,0,'plg_content_confirmconsent','plugin','confirmconsent',NULL,'content',0,0,1,0,1,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\ConfirmConsent\",\"filename\":\"confirmconsent\"}','{}','',NULL,NULL,1,0,NULL),(99,0,'plg_content_contact','plugin','contact',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"2014-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(100,0,'plg_content_emailcloak','plugin','emailcloak',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\EmailCloak\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','',NULL,NULL,3,0,NULL),(101,0,'plg_content_fields','plugin','fields',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,4,0,NULL),(102,0,'plg_content_finder','plugin','finder',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"2011-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,5,0,NULL),(103,0,'plg_content_joomla','plugin','joomla',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,6,0,NULL),(104,0,'plg_content_loadmodule','plugin','loadmodule',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\LoadModule\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','',NULL,NULL,7,0,NULL),(105,0,'plg_content_pagebreak','plugin','pagebreak',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageBreak\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','',NULL,NULL,8,0,NULL),(106,0,'plg_content_pagenavigation','plugin','pagenavigation',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"2006-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageNavigation\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','',NULL,NULL,9,0,NULL),(107,0,'plg_content_vote','plugin','vote',NULL,'content',0,0,1,0,1,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Vote\",\"filename\":\"vote\"}','','',NULL,NULL,10,0,NULL),(108,0,'plg_editors-xtd_article','plugin','article',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"2009-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Article\",\"filename\":\"article\"}','','',NULL,NULL,1,0,NULL),(109,0,'plg_editors-xtd_contact','plugin','contact',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"2016-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(110,0,'plg_editors-xtd_fields','plugin','fields',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,3,0,NULL),(111,0,'plg_editors-xtd_image','plugin','image',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Image\",\"filename\":\"image\"}','','',NULL,NULL,4,0,NULL),(112,0,'plg_editors-xtd_menu','plugin','menu',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Menu\",\"filename\":\"menu\"}','','',NULL,NULL,5,0,NULL),(113,0,'plg_editors-xtd_module','plugin','module',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"2015-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Module\",\"filename\":\"module\"}','','',NULL,NULL,6,0,NULL),(114,0,'plg_editors-xtd_pagebreak','plugin','pagebreak',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\PageBreak\",\"filename\":\"pagebreak\"}','','',NULL,NULL,7,0,NULL),(115,0,'plg_editors-xtd_readmore','plugin','readmore',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\ReadMore\",\"filename\":\"readmore\"}','','',NULL,NULL,8,0,NULL),(116,0,'plg_editors_codemirror','plugin','codemirror',NULL,'editors',0,1,1,0,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2021 by Marijn Haverbeke <[email protected]> and others\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"5.65.15\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\CodeMirror\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','',NULL,NULL,1,0,NULL),(117,0,'plg_editors_none','plugin','none',NULL,'editors',0,1,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"2005-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\None\",\"filename\":\"none\"}','','',NULL,NULL,2,0,NULL),(118,0,'plg_editors_tinymce','plugin','tinymce',NULL,'editors',0,1,1,0,1,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-08\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"5.10.9\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\TinyMCE\",\"filename\":\"tinymce\"}','{\"configuration\":{\"toolbars\":{\"2\":{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]},\"1\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"formatselect\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},\"0\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styleselect\",\"|\",\"formatselect\",\"fontselect\",\"fontsizeselect\",\"|\",\"searchreplace\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"image\",\"|\",\"code\",\"|\",\"forecolor\",\"backcolor\",\"|\",\"fullscreen\",\"|\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"emoticons\",\"media\",\"hr\",\"ltr\",\"rtl\",\"|\",\"cut\",\"copy\",\"paste\",\"pastetext\",\"|\",\"visualchars\",\"visualblocks\",\"nonbreaking\",\"blockquote\",\"template\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]}},\"setoptions\":{\"2\":{\"access\":[\"1\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"1\":{\"access\":[\"6\",\"2\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"0\":{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}}},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}','',NULL,NULL,3,0,NULL),(119,0,'plg_extension_finder','plugin','finder',NULL,'extension',0,1,1,0,1,'{\"name\":\"plg_extension_finder\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,1,0,NULL),(120,0,'plg_extension_joomla','plugin','joomla',NULL,'extension',0,1,1,0,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(121,0,'plg_extension_namespacemap','plugin','namespacemap',NULL,'extension',0,1,1,1,1,'{\"name\":\"plg_extension_namespacemap\",\"type\":\"plugin\",\"creationDate\":\"2017-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_NAMESPACEMAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\NamespaceMap\",\"filename\":\"namespacemap\"}','{}','',NULL,NULL,3,0,NULL),(122,0,'plg_fields_calendar','plugin','calendar',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Calendar\",\"filename\":\"calendar\"}','','',NULL,NULL,1,0,NULL),(123,0,'plg_fields_checkboxes','plugin','checkboxes',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Checkboxes\",\"filename\":\"checkboxes\"}','','',NULL,NULL,2,0,NULL),(124,0,'plg_fields_color','plugin','color',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Color\",\"filename\":\"color\"}','','',NULL,NULL,3,0,NULL),(125,0,'plg_fields_editor','plugin','editor',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Editor\",\"filename\":\"editor\"}','{\"buttons\":0,\"width\":\"100%\",\"height\":\"250px\",\"filter\":\"JComponentHelper::filterText\"}','',NULL,NULL,4,0,NULL),(126,0,'plg_fields_imagelist','plugin','imagelist',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Imagelist\",\"filename\":\"imagelist\"}','','',NULL,NULL,5,0,NULL),(127,0,'plg_fields_integer','plugin','integer',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Integer\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','',NULL,NULL,6,0,NULL),(128,0,'plg_fields_list','plugin','list',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\ListField\",\"filename\":\"list\"}','','',NULL,NULL,7,0,NULL),(129,0,'plg_fields_media','plugin','media',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Media\",\"filename\":\"media\"}','','',NULL,NULL,8,0,NULL),(130,0,'plg_fields_radio','plugin','radio',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Radio\",\"filename\":\"radio\"}','','',NULL,NULL,9,0,NULL),(131,0,'plg_fields_sql','plugin','sql',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\SQL\",\"filename\":\"sql\"}','','',NULL,NULL,10,0,NULL),(132,0,'plg_fields_subform','plugin','subform',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_subform\",\"type\":\"plugin\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FIELDS_SUBFORM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Subform\",\"filename\":\"subform\"}','','',NULL,NULL,11,0,NULL),(133,0,'plg_fields_text','plugin','text',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Text\",\"filename\":\"text\"}','','',NULL,NULL,12,0,NULL),(134,0,'plg_fields_textarea','plugin','textarea',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Textarea\",\"filename\":\"textarea\"}','{\"rows\":10,\"cols\":10,\"maxlength\":\"\",\"filter\":\"JComponentHelper::filterText\"}','',NULL,NULL,13,0,NULL),(135,0,'plg_fields_url','plugin','url',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Url\",\"filename\":\"url\"}','','',NULL,NULL,14,0,NULL),(136,0,'plg_fields_user','plugin','user',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\User\",\"filename\":\"user\"}','','',NULL,NULL,15,0,NULL),(137,0,'plg_fields_usergrouplist','plugin','usergrouplist',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\UsergroupList\",\"filename\":\"usergrouplist\"}','','',NULL,NULL,16,0,NULL),(138,0,'plg_filesystem_local','plugin','local',NULL,'filesystem',0,1,1,0,1,'{\"name\":\"plg_filesystem_local\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FILESYSTEM_LOCAL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Filesystem\\\\Local\",\"filename\":\"local\"}','{}','',NULL,NULL,1,0,NULL),(139,0,'plg_finder_categories','plugin','categories',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Categories\",\"filename\":\"categories\"}','','',NULL,NULL,1,0,NULL),(140,0,'plg_finder_contacts','plugin','contacts',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Contacts\",\"filename\":\"contacts\"}','','',NULL,NULL,2,0,NULL),(141,0,'plg_finder_content','plugin','content',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Content\",\"filename\":\"content\"}','','',NULL,NULL,3,0,NULL),(142,0,'plg_finder_newsfeeds','plugin','newsfeeds',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','','',NULL,NULL,4,0,NULL),(143,0,'plg_finder_tags','plugin','tags',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"2013-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Tags\",\"filename\":\"tags\"}','','',NULL,NULL,5,0,NULL),(144,0,'plg_installer_folderinstaller','plugin','folderinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_folderinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Folder\",\"filename\":\"folderinstaller\"}','','',NULL,NULL,2,0,NULL),(145,0,'plg_installer_override','plugin','override',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_override\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_OVERRIDE_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Override\",\"filename\":\"override\"}','','',NULL,NULL,4,0,NULL),(146,0,'plg_installer_packageinstaller','plugin','packageinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Package\",\"filename\":\"packageinstaller\"}','','',NULL,NULL,1,0,NULL),(147,0,'plg_installer_urlinstaller','plugin','urlinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_urlinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Url\",\"filename\":\"urlinstaller\"}','','',NULL,NULL,3,0,NULL),(148,0,'plg_installer_webinstaller','plugin','webinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Web\",\"filename\":\"webinstaller\"}','{\"tab_position\":\"1\"}','',NULL,NULL,5,0,NULL),(149,0,'plg_media-action_crop','plugin','crop',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_crop\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_CROP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Crop\",\"filename\":\"crop\"}','{}','',NULL,NULL,1,0,NULL),(150,0,'plg_media-action_resize','plugin','resize',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_resize\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_RESIZE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Resize\",\"filename\":\"resize\"}','{}','',NULL,NULL,2,0,NULL),(151,0,'plg_media-action_rotate','plugin','rotate',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_rotate\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_ROTATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Rotate\",\"filename\":\"rotate\"}','{}','',NULL,NULL,3,0,NULL),(152,0,'plg_privacy_actionlogs','plugin','actionlogs',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Actionlogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,1,0,NULL),(153,0,'plg_privacy_consents','plugin','consents',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Consents\",\"filename\":\"consents\"}','{}','',NULL,NULL,2,0,NULL),(154,0,'plg_privacy_contact','plugin','contact',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(155,0,'plg_privacy_content','plugin','content',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(156,0,'plg_privacy_message','plugin','message',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Message\",\"filename\":\"message\"}','{}','',NULL,NULL,5,0,NULL),(157,0,'plg_privacy_user','plugin','user',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\User\",\"filename\":\"user\"}','{}','',NULL,NULL,6,0,NULL),(158,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,1,0,NULL),(159,0,'plg_quickicon_extensionupdate','plugin','extensionupdate',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Extensionupdate\",\"filename\":\"extensionupdate\"}','','',NULL,NULL,2,0,NULL),(160,0,'plg_quickicon_overridecheck','plugin','overridecheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_overridecheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_OVERRIDECHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\OverrideCheck\",\"filename\":\"overridecheck\"}','','',NULL,NULL,3,0,NULL),(161,0,'plg_quickicon_downloadkey','plugin','downloadkey',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_downloadkey\",\"type\":\"plugin\",\"creationDate\":\"2019-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_DOWNLOADKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Downloadkey\",\"filename\":\"downloadkey\"}','','',NULL,NULL,4,0,NULL),(162,0,'plg_quickicon_privacycheck','plugin','privacycheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PrivacyCheck\",\"filename\":\"privacycheck\"}','{}','',NULL,NULL,5,0,NULL),(163,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PhpVersionCheck\",\"filename\":\"phpversioncheck\"}','','',NULL,NULL,6,0,NULL),(164,0,'plg_quickicon_eos','plugin','eos',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_eos\",\"type\":\"plugin\",\"creationDate\":\"2023-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"PLG_QUICKICON_EOS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Eos\",\"filename\":\"eos\"}','{\"last_snoozed_id\":1}','',NULL,NULL,7,0,NULL),(165,0,'plg_sampledata_blog','plugin','blog',NULL,'sampledata',0,1,1,0,1,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\Blog\",\"filename\":\"blog\"}','','',NULL,NULL,1,0,NULL),(166,0,'plg_sampledata_multilang','plugin','multilang',NULL,'sampledata',0,1,1,0,1,'{\"name\":\"plg_sampledata_multilang\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SAMPLEDATA_MULTILANG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\MultiLanguage\",\"filename\":\"multilang\"}','','',NULL,NULL,2,0,NULL),(167,0,'plg_system_accessibility','plugin','accessibility',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_accessibility\",\"type\":\"plugin\",\"creationDate\":\"2020-02-15\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_ACCESSIBILITY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Accessibility\",\"filename\":\"accessibility\"}','{}','',NULL,NULL,1,0,NULL),(168,0,'plg_system_actionlogs','plugin','actionlogs',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ActionLogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,2,0,NULL),(169,0,'plg_system_cache','plugin','cache',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"2007-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Cache\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','',NULL,NULL,3,0,NULL),(170,0,'plg_system_debug','plugin','debug',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Debug\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','',NULL,NULL,4,0,NULL),(171,0,'plg_system_fields','plugin','fields',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,5,0,NULL),(172,0,'plg_system_highlight','plugin','highlight',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Highlight\",\"filename\":\"highlight\"}','','',NULL,NULL,6,0,NULL),(173,0,'plg_system_httpheaders','plugin','httpheaders',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_httpheaders\",\"type\":\"plugin\",\"creationDate\":\"2017-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_HTTPHEADERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Httpheaders\",\"filename\":\"httpheaders\"}','{}','',NULL,NULL,7,0,NULL),(174,0,'plg_system_jooa11y','plugin','jooa11y',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_jooa11y\",\"type\":\"plugin\",\"creationDate\":\"2022-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_JOOA11Y_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Jooa11y\",\"filename\":\"jooa11y\"}','','',NULL,NULL,8,0,NULL),(175,0,'plg_system_languagecode','plugin','languagecode',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"2011-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageCode\",\"filename\":\"languagecode\"}','','',NULL,NULL,9,0,NULL),(176,0,'plg_system_languagefilter','plugin','languagefilter',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"2010-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageFilter\",\"filename\":\"languagefilter\"}','','',NULL,NULL,10,0,NULL),(177,0,'plg_system_log','plugin','log',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Log\",\"filename\":\"log\"}','','',NULL,NULL,11,0,NULL),(178,0,'plg_system_logout','plugin','logout',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Logout\",\"filename\":\"logout\"}','','',NULL,NULL,12,0,NULL),(179,0,'plg_system_logrotation','plugin','logrotation',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LogRotation\",\"filename\":\"logrotation\"}','{\"lastrun\":1778330088}','',NULL,NULL,13,0,NULL),(180,0,'plg_system_privacyconsent','plugin','privacyconsent',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,14,0,NULL),(181,0,'plg_system_redirect','plugin','redirect',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Redirect\",\"filename\":\"redirect\"}','','',NULL,NULL,15,0,NULL),(182,0,'plg_system_remember','plugin','remember',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Remember\",\"filename\":\"remember\"}','','',NULL,NULL,16,0,NULL),(183,0,'plg_system_schedulerunner','plugin','schedulerunner',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_schedulerunner\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_SCHEDULERUNNER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ScheduleRunner\",\"filename\":\"schedulerunner\"}','{}','',NULL,NULL,17,0,NULL),(184,0,'plg_system_sef','plugin','sef',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Sef\",\"filename\":\"sef\"}','','',NULL,NULL,18,0,NULL),(185,0,'plg_system_sessiongc','plugin','sessiongc',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"2018-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\SessionGC\",\"filename\":\"sessiongc\"}','','',NULL,NULL,19,0,NULL),(186,0,'plg_system_shortcut','plugin','shortcut',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_shortcut\",\"type\":\"plugin\",\"creationDate\":\"2022-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_SHORTCUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Shortcut\",\"filename\":\"shortcut\"}','{}','',NULL,NULL,0,0,NULL),(187,0,'plg_system_skipto','plugin','skipto',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_skipto\",\"type\":\"plugin\",\"creationDate\":\"2020-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_SKIPTO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Skipto\",\"filename\":\"skipto\"}','{}','',NULL,NULL,20,0,NULL),(188,0,'plg_system_stats','plugin','stats',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"2013-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Stats\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"3b4ffc035092c41542f613875cfadc626a78e16f\",\"interval\":12}','',NULL,NULL,21,0,NULL),(189,0,'plg_system_task_notification','plugin','tasknotification',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_task_notification\",\"type\":\"plugin\",\"creationDate\":\"2021-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_TASK_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\TaskNotification\",\"filename\":\"tasknotification\"}','','',NULL,NULL,22,0,NULL),(190,0,'plg_system_updatenotification','plugin','updatenotification',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"2015-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\UpdateNotification\",\"filename\":\"updatenotification\"}','{\"lastrun\":1778593479}','',NULL,NULL,23,0,NULL),(191,0,'plg_system_webauthn','plugin','webauthn',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2019-07-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_WEBAUTHN_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Webauthn\",\"filename\":\"webauthn\"}','{}','',NULL,NULL,24,0,NULL),(192,0,'plg_task_check_files','plugin','checkfiles',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_check_files\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_CHECK_FILES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Checkfiles\",\"filename\":\"checkfiles\"}','{}','',NULL,NULL,1,0,NULL),(193,0,'plg_task_demo_tasks','plugin','demotasks',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_demo_tasks\",\"type\":\"plugin\",\"creationDate\":\"2021-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_DEMO_TASKS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\DemoTasks\",\"filename\":\"demotasks\"}','{}','',NULL,NULL,2,0,NULL),(194,0,'plg_task_requests','plugin','requests',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_requests\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_REQUESTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Requests\",\"filename\":\"requests\"}','{}','',NULL,NULL,3,0,NULL),(195,0,'plg_task_site_status','plugin','sitestatus',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_site_status\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_SITE_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SiteStatus\",\"filename\":\"sitestatus\"}','{}','',NULL,NULL,4,0,NULL),(196,0,'plg_multifactorauth_totp','plugin','totp',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Totp\",\"filename\":\"totp\"}','','',NULL,NULL,1,0,NULL),(197,0,'plg_multifactorauth_yubikey','plugin','yubikey',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Yubikey\",\"filename\":\"yubikey\"}','','',NULL,NULL,2,0,NULL),(198,0,'plg_multifactorauth_webauthn','plugin','webauthn',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_WEBAUTHN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Webauthn\",\"filename\":\"webauthn\"}','','',NULL,NULL,3,0,NULL),(199,0,'plg_multifactorauth_email','plugin','email',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_email\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_EMAIL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Email\",\"filename\":\"email\"}','','',NULL,NULL,4,0,NULL),(200,0,'plg_multifactorauth_fixed','plugin','fixed',NULL,'multifactorauth',0,0,1,0,1,'{\"name\":\"plg_multifactorauth_fixed\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_FIXED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Fixed\",\"filename\":\"fixed\"}','','',NULL,NULL,5,0,NULL),(201,0,'plg_user_contactcreator','plugin','contactcreator',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"2009-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\ContactCreator\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"4\",\"autopublish\":\"0\"}','',NULL,NULL,1,0,NULL),(202,0,'plg_user_joomla','plugin','joomla',NULL,'user',0,1,1,0,1,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Joomla\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}','',NULL,NULL,2,0,NULL),(203,0,'plg_user_profile','plugin','profile',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Profile\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','',NULL,NULL,3,0,NULL),(204,0,'plg_user_terms','plugin','terms',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Terms\",\"filename\":\"terms\"}','{}','',NULL,NULL,4,0,NULL),(205,0,'plg_user_token','plugin','token',NULL,'user',0,1,1,0,1,'{\"name\":\"plg_user_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,5,0,NULL),(206,0,'plg_webservices_banners','plugin','banners',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_banners\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Banners\",\"filename\":\"banners\"}','{}','',NULL,NULL,1,0,NULL),(207,0,'plg_webservices_config','plugin','config',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_config\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Config\",\"filename\":\"config\"}','{}','',NULL,NULL,2,0,NULL),(208,0,'plg_webservices_contact','plugin','contact',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_contact\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(209,0,'plg_webservices_content','plugin','content',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_content\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(210,0,'plg_webservices_installer','plugin','installer',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_installer\",\"type\":\"plugin\",\"creationDate\":\"2020-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Installer\",\"filename\":\"installer\"}','{}','',NULL,NULL,5,0,NULL),(211,0,'plg_webservices_languages','plugin','languages',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_languages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Languages\",\"filename\":\"languages\"}','{}','',NULL,NULL,6,0,NULL),(212,0,'plg_webservices_media','plugin','media',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_media\",\"type\":\"plugin\",\"creationDate\":\"2021-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"PLG_WEBSERVICES_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Media\",\"filename\":\"media\"}','{}','',NULL,NULL,7,0,NULL),(213,0,'plg_webservices_menus','plugin','menus',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_menus\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Menus\",\"filename\":\"menus\"}','{}','',NULL,NULL,7,0,NULL),(214,0,'plg_webservices_messages','plugin','messages',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_messages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Messages\",\"filename\":\"messages\"}','{}','',NULL,NULL,8,0,NULL),(215,0,'plg_webservices_modules','plugin','modules',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_modules\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Modules\",\"filename\":\"modules\"}','{}','',NULL,NULL,9,0,NULL),(216,0,'plg_webservices_newsfeeds','plugin','newsfeeds',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{}','',NULL,NULL,10,0,NULL),(217,0,'plg_webservices_plugins','plugin','plugins',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_plugins\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Plugins\",\"filename\":\"plugins\"}','{}','',NULL,NULL,11,0,NULL),(218,0,'plg_webservices_privacy','plugin','privacy',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_privacy\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Privacy\",\"filename\":\"privacy\"}','{}','',NULL,NULL,12,0,NULL),(219,0,'plg_webservices_redirect','plugin','redirect',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_redirect\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Redirect\",\"filename\":\"redirect\"}','{}','',NULL,NULL,13,0,NULL),(220,0,'plg_webservices_tags','plugin','tags',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_tags\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Tags\",\"filename\":\"tags\"}','{}','',NULL,NULL,14,0,NULL),(221,0,'plg_webservices_templates','plugin','templates',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_templates\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Templates\",\"filename\":\"templates\"}','{}','',NULL,NULL,15,0,NULL),(222,0,'plg_webservices_users','plugin','users',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_users\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Users\",\"filename\":\"users\"}','{}','',NULL,NULL,16,0,NULL),(223,0,'plg_workflow_featuring','plugin','featuring',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_featuring\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_FEATURING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Featuring\",\"filename\":\"featuring\"}','{}','',NULL,NULL,1,0,NULL),(224,0,'plg_workflow_notification','plugin','notification',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_notification\",\"type\":\"plugin\",\"creationDate\":\"2020-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Notification\",\"filename\":\"notification\"}','{}','',NULL,NULL,2,0,NULL),(225,0,'plg_workflow_publishing','plugin','publishing',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_publishing\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_PUBLISHING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Publishing\",\"filename\":\"publishing\"}','{}','',NULL,NULL,3,0,NULL),(226,0,'plg_system_guidedtours','plugin','guidedtours',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_guidedtours\",\"type\":\"plugin\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"PLG_SYSTEM_GUIDEDTOURS_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\GuidedTours\",\"filename\":\"guidedtours\"}','{}','',NULL,NULL,15,0,NULL),(227,0,'atum','template','atum',NULL,'',1,1,1,0,1,'{\"name\":\"atum\",\"type\":\"template\",\"creationDate\":\"2016-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ATUM_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','','',NULL,NULL,0,0,NULL),(228,0,'cassiopeia','template','cassiopeia',NULL,'',0,1,1,0,1,'{\"name\":\"cassiopeia\",\"type\":\"template\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_CASSIOPEIA_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','{\"brand\":\"1\",\"logoFile\":\"\",\"siteTitle\":\"\",\"siteDescription\":\"\",\"useFontScheme\":\"0\",\"colorName\":\"colors_standard\",\"fluidContainer\":\"0\",\"stickyHeader\":0,\"backTop\":0}','',NULL,NULL,0,0,NULL),(229,0,'files_joomla','file','joomla',NULL,'',0,1,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.8\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(230,0,'English (en-GB) Language Pack','package','pkg_en-GB',NULL,'',0,1,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.8.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','',NULL,NULL,0,0,NULL),(231,230,'English (en-GB)','language','en-GB',NULL,'',0,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.8\",\"description\":\"en-GB site language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(232,230,'English (en-GB)','language','en-GB',NULL,'',1,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.8\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(233,230,'English (en-GB)','language','en-GB',NULL,'',3,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.8\",\"description\":\"en-GB api language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(237,239,'com_djimageslider','component','com_djimageslider','','',1,1,0,0,0,'{\"name\":\"com_djimageslider\",\"type\":\"component\",\"creationDate\":\"2018-12-19\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2017 DJ-Extensions.com, All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/dj-extensions.com\",\"version\":\"4.6.4\",\"description\":\"DJ-ImageSlider component\",\"group\":\"\"}','{}','',NULL,NULL,0,0,NULL),(238,239,'DJ-ImageSlider','module','mod_djimageslider','','',0,1,0,0,0,'{\"name\":\"DJ-ImageSlider\",\"type\":\"module\",\"creationDate\":\"2018-12-19\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2017 DJ-Extensions.com, All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/dj-extensions.com\",\"version\":\"4.6.4\",\"description\":\"DJ-ImageSlider Module\",\"group\":\"\",\"filename\":\"mod_djimageslider\"}','{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/sampledata\\/fruitshop\",\"link\":\"\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"240\",\"image_height\":\"180\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#FFFFFF\",\"title_font\":\"\",\"desc_color\":\"#FFFFFF\",\"desc_font\":\"\",\"readmore_color\":\"#FFFFFF\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"cache\":\"1\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(239,0,'DJ-ImageSlider Package','package','pkg_dj-imageslider','','',0,1,1,0,0,'{\"name\":\"DJ-ImageSlider Package\",\"type\":\"package\",\"creationDate\":\"2018-12-19\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2017 DJ-Extensions.com, All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/dj-extensions.com\",\"version\":\"4.6.4\",\"description\":\"\\n\\t\\t<style type=\\\"text\\/css\\\">\\n\\t\\t\\t.djex-info { padding: 20px 30px 10px; margin: 0 0 20px 0; background: #ac00d4; color: #fff; border: 1px solid #81009f; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; -webkit-border-radius: 4px; border-radius: 4px; }\\n\\t\\t\\t.djex-title { text-transform: uppercase; font-weight: bold; font-size: 14px; }\\n\\t\\t\\t.djex-info a:link, .djex-info a:visited, .djex-info a:hover { color:#fff; text-decoration:underline; font-weight: 600; }\\t\\n\\t\\t\\t.djex-info img { float: left; margin: 0 30px 10px 0; }\\n\\t\\t<\\/style>\\n\\t\\t<div class=\\\"djex-info\\\">\\n\\t\\t\\t<a href=\\\"index.php?option=com_djimageslider\\\"><img src=\\\"components\\/com_djimageslider\\/assets\\/ex_slider.png\\\" \\/><\\/a>\\n\\t\\t\\t<p class=\\\"djex-title\\\">Thank you for installing DJ-ImageSlider!<\\/p>\\n\\t\\t\\t<p>The DJ-ImageSlider extension allows you to display slideshows containing slides with title and short description linked to any menu item, article or custom url address. \\n\\t\\t\\tIf you want to learn how to use DJ-ImageSlider please read <a target=\\\"_blank\\\" href=\\\"http:\\/\\/dj-extensions.com\\/documentation\\\">Documentation<\\/a> and <a target=\\\"_blank\\\" href=\\\"http:\\/\\/dj-extensions.com\\/faq\\\">FAQ section<\\/a><\\/p>\\n\\t\\t\\t<p>Check out our other extensions at <a target=\\\"_blank\\\" href=\\\"http:\\/\\/dj-extensions.com\\\">DJ-Extensions.com<\\/a><\\/p>\\n\\t\\t\\t<div style=\\\"clear:both\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\",\"group\":\"\",\"filename\":\"pkg_dj-imageslider\"}','{}','',NULL,NULL,0,0,NULL),(240,242,'com_akeebabackup','component','com_akeebabackup','','',1,1,0,0,0,'{\"name\":\"com_akeebabackup\",\"type\":\"component\",\"creationDate\":\"2024-08-26\",\"author\":\"Akeeba Ltd\",\"copyright\":\"Copyright (c)2006-2024 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.akeeba.com\",\"version\":\"9.9.6\",\"description\":\"COM_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Akeeba\\\\Component\\\\AkeebaBackup\",\"filename\":\"akeebabackup\"}','{\"frontend_secret_word\":\"###AES128###tsrfAruvAAs+P7CTH01CbkpQU1SReC7LGCLe8N6nh9wTii1YyVGWI2lguChogFHp0D8DI+ud3wio19rZ7855SKslPIL9FC6YWZV6Dbf6zfxy2EkLSlBJVu9mJ7hIPLT\\/ofs+IJhoM28AAAAA\",\"confwiz_upgrade\":1,\"siteurl\":\"https:\\/\\/radiosindical.unillanos.edu.co\\/\",\"jlibrariesdir\":\"\\/var\\/www\\/html\\/sintraunicol\\/libraries\",\"show_howtorestoremodal\":0}','',NULL,NULL,0,0,NULL),(241,242,'PLG_QUICKICON_AKEEBABACKUP','plugin','akeebabackup','','quickicon',0,1,1,0,0,'{\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"type\":\"plugin\",\"creationDate\":\"2024-08-26\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2024 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"9.9.6\",\"description\":\"PLG_QUICKICON_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Akeeba\\\\Plugin\\\\QuickIcon\\\\AkeebaBackup\",\"filename\":\"akeebabackup\"}','{\"enablewarning\":\"1\",\"warnfailed\":\"1\",\"maxbackupperiod\":\"24\",\"profileid\":\"1\"}','',NULL,NULL,0,0,NULL),(242,0,'pkg_akeebabackup','package','pkg_akeebabackup','','',0,1,1,0,0,'{\"name\":\"pkg_akeebabackup\",\"type\":\"package\",\"creationDate\":\"2024-08-26\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2024 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"9.9.6\",\"description\":\"PKG_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_akeebabackup\"}','{}','',NULL,NULL,0,0,NULL),(246,253,'plg_system_gantry5','plugin','gantry5','','system',0,1,1,0,0,'{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_SYSTEM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"production\":\"0\",\"use_assignments\":\"1\",\"use_media_folder\":\"0\",\"asset_timestamps\":\"1\",\"asset_timestamps_period\":7,\"compile_yaml\":\"1\",\"compile_twig\":\"1\"}','',NULL,NULL,0,0,NULL),(247,253,'plg_quickicon_gantry5','plugin','gantry5','','quickicon',0,1,1,0,0,'{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"context\":\"mod_quickicon\"}','',NULL,NULL,0,0,NULL),(248,253,'plg_gantry5_preset','plugin','preset','','gantry5',0,0,1,0,0,'{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}','{\"preset\":\"presets\",\"reset\":\"reset-settings\"}','',NULL,NULL,0,0,NULL),(249,253,'mod_gantry5_particle','module','mod_gantry5_particle','','',0,1,0,0,0,'{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}','{\"owncache\":\"0\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(251,253,'gantry5_nucleus','file','gantry5_nucleus','','',0,1,0,0,0,'{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(252,253,'com_gantry5','component','com_gantry5','','',1,1,0,0,0,'{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','','',NULL,NULL,0,0,NULL),(253,0,'pkg_gantry5','package','pkg_gantry5','','',0,1,1,0,0,'{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}','{}','',NULL,NULL,0,0,NULL),(254,0,'g5_helium','template','g5_helium','','',0,1,1,0,0,'{\"name\":\"g5_helium\",\"type\":\"template\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"TPL_G5_HELIUM_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}','[]','',NULL,NULL,0,0,NULL),(255,258,'Spanish (es-ES)','language','es-ES','','',0,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2024-09\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.8.1\",\"description\":\"<p>Spanish [es-ES] language pack (site) for Joomla!<\\/p><p><\\/p><p>Paquete de idioma espa\\u00f1ol [es-ES] (sitio) para Joomla!<\\/p>\",\"group\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(256,258,'Spanish (es-ES)','language','es-ES','','',1,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2024-09\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.8.1\",\"description\":\"<p>Spanish [es-ES] language pack (administrator) for Joomla!<\\/p><p><\\/p><p>Paquete de idioma espa\\u00f1ol [es-ES] (administrador) para Joomla!<\\/p>\",\"group\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(257,258,'Spanish (es-ES)','language','es-ES','','',3,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2024-09\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.8.1\",\"description\":\"Idioma es-ES de la api\",\"group\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(258,0,'Spanish (es-ES) Language Pack','package','pkg_es-ES','','',0,1,1,0,0,'{\"name\":\"Spanish (es-ES) Language Pack\",\"type\":\"package\",\"creationDate\":\"2024-09\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.8.1\",\"description\":\"<div style=\\\"text-align: left;\\\"><h2>Successfully installed the Joomla! 4.4.8 Spanish es-ES Language Pack (v1)<\\/h2><p><\\/p><p>Please report any bugs or issues at the Spanish Translation Team using the mail: [email protected]<\\/p><p>If you wanna help with translations matters the site is at: <a href=\'https:\\/\\/joomlaes.org\\/traduccion\' target=\'_blank\' rel=\'noopener noreferrer\'>JoomlaES.org<\\/a> Contact Us!<\\/p><p><\\/p><p>Translated by: The Spanish Translation Team [es-ES]<\\/p><h2>El paquete del idioma en espa\\u00f1ol es-ES (v1) para Joomla! 4.4.8 se ha instalado correctamente.<\\/h2><p><\\/p><p>Por favor, reporte cualquier bug o asunto relacionado a nuestra direcci\\u00f3n de correo electr\\u00f3nico: [email protected]<\\/p><p>Si quiere colaborar con el trabajo de traducci\\u00f3n estamos en: <a href=\'https:\\/\\/joomlaes.org\\/traduccion\' target=\'_blank\' rel=\'noopener noreferrer\'>JoomlaES.org<\\/a> \\u00a1Contacte con nosotros!<\\/p><p><\\/p><p>Traducci\\u00f3n: Spanish Translation Team [es-ES]<\\/p><\\/div>\",\"group\":\"\",\"filename\":\"pkg_es-ES\"}','{}','',NULL,NULL,0,0,NULL),(260,253,'Gantry 5 Framework','library','gantry5','','',0,1,1,0,0,'{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL);
/*!40000 ALTER TABLE `bdtec_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_fields`
--

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

--
-- Dumping data for table `bdtec_fields`
--

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

--
-- Table structure for table `bdtec_fields_categories`
--

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

--
-- Dumping data for table `bdtec_fields_categories`
--

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

--
-- Table structure for table `bdtec_fields_groups`
--

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

--
-- Dumping data for table `bdtec_fields_groups`
--

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

--
-- Table structure for table `bdtec_fields_values`
--

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

--
-- Dumping data for table `bdtec_fields_values`
--

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

--
-- Table structure for table `bdtec_finder_filters`
--

DROP TABLE IF EXISTS `bdtec_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_filters` (
  `filter_id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint NOT NULL DEFAULT '1',
  `created` datetime NOT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `checked_out` int unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `map_count` int unsigned NOT NULL DEFAULT '0',
  `data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_filters`
--

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

--
-- Table structure for table `bdtec_finder_links`
--

DROP TABLE IF EXISTS `bdtec_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_links` (
  `link_id` int unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `route` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `indexdate` datetime NOT NULL,
  `md5sum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `published` tinyint NOT NULL DEFAULT '1',
  `state` int NOT NULL DEFAULT '1',
  `access` int NOT NULL DEFAULT '0',
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `publish_start_date` datetime DEFAULT NULL,
  `publish_end_date` datetime DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `list_price` double unsigned NOT NULL DEFAULT '0',
  `sale_price` double unsigned NOT NULL DEFAULT '0',
  `type_id` int NOT NULL,
  `object` mediumblob,
  PRIMARY KEY (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_title` (`title`(100)),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_language` (`language`),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_links`
--

LOCK TABLES `bdtec_finder_links` WRITE;
/*!40000 ALTER TABLE `bdtec_finder_links` DISABLE KEYS */;
INSERT INTO `bdtec_finder_links` VALUES (1,'index.php?option=com_content&view=category&id=8','index.php?option=com_content&view=category&id=8','Paginas','','2024-04-04 20:42:53','dd04f8375c2515bea6f61febb5b9d1d5',1,0,1,'*',NULL,NULL,'2024-04-04 20:22:06',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"en-GB\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:8;s:5:\"alias\";s:7:\"paginas\";s:9:\"extension\";s:11:\"com_content\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:11;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:590;s:8:\"modified\";s:19:\"2024-04-04 20:22:06\";s:11:\"modified_by\";i:590;s:4:\"slug\";s:9:\"8:paginas\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;N;i:10;N;i:11;s:47:\"index.php?option=com_content&view=category&id=8\";i:12;N;i:13;s:19:\"2024-04-04 20:22:06\";i:14;i:0;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}}i:16;s:7:\"Paginas\";i:17;i:1;i:18;s:47:\"index.php?option=com_content&view=category&id=8\";}'),(2,'index.php?option=com_content&view=article&id=1','index.php?option=com_content&view=article&id=1:inicio&catid=2','Inicio','Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.','2024-04-07 02:34:11','ad1ca3b9bdf48f08990f92a142763b41',1,0,1,'*','2024-04-04 20:25:17',NULL,'2024-04-04 20:25:17',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"en-GB\";i:2;s:747:\"Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.\";i:3;a:25:{s:2:\"id\";i:1;s:5:\"alias\";s:6:\"inicio\";s:7:\"summary\";s:747:\"Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:2;s:10:\"created_by\";i:590;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-04-07 02:34:11\";s:11:\"modified_by\";i:590;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:23;s:8:\"ordering\";i:0;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:8:\"1:inicio\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:5:\"admin\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2024-04-04 20:25:17\";i:10;N;i:11;s:61:\"index.php?option=com_content&view=article&id=1:inicio&catid=2\";i:12;N;i:13;s:19:\"2024-04-04 20:25:17\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:6;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:12;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}}i:16;s:6:\"Inicio\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=1\";}'),(3,'index.php?option=com_content&view=category&id=9','index.php?option=com_content&view=category&id=9','Pages','','2024-04-07 04:54:31','2fc5c89a44f10b76a9174043ff40385a',1,1,1,'*',NULL,NULL,'2024-04-07 02:29:43',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"en-GB\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:9;s:5:\"alias\";s:5:\"pages\";s:9:\"extension\";s:11:\"com_content\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:13;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:590;s:8:\"modified\";s:19:\"2024-04-07 04:54:31\";s:11:\"modified_by\";i:590;s:4:\"slug\";s:7:\"9:pages\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;N;i:10;N;i:11;s:47:\"index.php?option=com_content&view=category&id=9\";i:12;N;i:13;s:19:\"2024-04-07 02:29:43\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}}i:16;s:5:\"Pages\";i:17;i:1;i:18;s:47:\"index.php?option=com_content&view=category&id=9\";}'),(4,'index.php?option=com_content&view=article&id=2','index.php?option=com_content&view=article&id=2:home&catid=9','Inicio',' ','2024-04-10 18:01:55','9ec403fdada4bfb7017d46ffa7018364',1,1,1,'*','2024-04-07 02:33:13',NULL,'2024-04-07 02:33:13',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:1:\" \";i:3;a:25:{s:2:\"id\";i:2;s:5:\"alias\";s:4:\"home\";s:7:\"summary\";s:7:\"<p></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:9;s:10:\"created_by\";i:590;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-04-10 18:01:55\";s:11:\"modified_by\";i:590;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"0\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"0\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"0\";s:11:\"record_hits\";s:1:\"0\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:29;s:8:\"ordering\";i:1;s:8:\"category\";s:5:\"Pages\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:6:\"2:home\";s:7:\"catslug\";s:7:\"9:pages\";s:6:\"author\";s:5:\"admin\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2024-04-07 02:33:13\";i:10;N;i:11;s:59:\"index.php?option=com_content&view=article&id=2:home&catid=9\";i:12;N;i:13;s:19:\"2024-04-07 02:33:13\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:6;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:11;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}}i:16;s:6:\"Inicio\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=2\";}'),(5,'index.php?option=com_content&view=article&id=3','index.php?option=com_content&view=article&id=3:sobre-nosotros&catid=9','Sobre Nosotros','Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.','2024-04-07 02:36:57','bcbea85d3bcdc19f2fe7775b7cef4d13',1,0,1,'*','2024-04-07 02:36:57',NULL,'2024-04-07 02:36:57',NULL,0,0,3,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"en-GB\";i:2;s:747:\"Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.\";i:3;a:25:{s:2:\"id\";i:3;s:5:\"alias\";s:14:\"sobre nosotros\";s:7:\"summary\";s:747:\"Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen. No sólo sobrevivió 500 años, sino que tambien ingresó como texto de relleno en documentos electrónicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creación de las hojas \"Letraset\", las cuales contenian pasajes de Lorem Ipsum, y más recientemente con software de autoedición, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:9;s:10:\"created_by\";i:590;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-04-07 02:36:57\";s:11:\"modified_by\";i:590;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";i:100;s:9:\"show_tags\";s:1:\"1\";s:11:\"record_hits\";s:1:\"1\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:1;s:8:\"ordering\";i:0;s:8:\"category\";s:5:\"Pages\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:16:\"3:sobre-nosotros\";s:7:\"catslug\";s:7:\"9:pages\";s:6:\"author\";s:5:\"admin\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2024-04-07 02:36:57\";i:10;N;i:11;s:69:\"index.php?option=com_content&view=article&id=3:sobre-nosotros&catid=9\";i:12;N;i:13;s:19:\"2024-04-07 02:36:57\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:6;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:11;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}}i:16;s:14:\"Sobre Nosotros\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=3\";}');
/*!40000 ALTER TABLE `bdtec_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_finder_links_terms`
--

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

--
-- Dumping data for table `bdtec_finder_links_terms`
--

LOCK TABLES `bdtec_finder_links_terms` WRITE;
/*!40000 ALTER TABLE `bdtec_finder_links_terms` DISABLE KEYS */;
INSERT INTO `bdtec_finder_links_terms` VALUES (1,1,1.72679),(1,2,0.17),(4,4,0.68),(2,4,1.48),(2,5,0.39996),(4,5,0.39996),(5,5,0.39996),(2,6,0.17),(3,8,1.23321),(3,9,0.17),(4,11,0.5334),(2,12,0.28),(5,12,0.28),(2,13,0.21),(5,13,0.21),(2,14,0.14),(5,14,0.14),(2,15,0.04669),(5,15,0.04669),(2,16,0.09331),(5,16,0.09331),(2,17,0.23331),(5,17,0.23331),(2,18,0.37331),(5,18,0.37331),(2,19,0.51331),(5,19,0.51331),(2,20,0.14),(5,20,0.14),(2,21,0.18669),(5,21,0.18669),(2,22,0.37338),(5,22,0.37338),(2,23,0.28),(5,23,0.28),(2,24,0.42),(5,24,0.42),(2,25,0.37331),(5,25,0.37331),(2,26,0.18669),(5,26,0.18669),(2,27,0.28),(5,27,0.28),(2,28,0.28),(5,28,0.28),(2,29,1.21303),(5,29,1.21303),(2,30,0.28),(5,30,0.28),(2,31,0.14),(5,31,0.14),(2,32,0.51331),(5,32,0.51331),(2,33,0.23331),(5,33,0.23331),(2,34,0.46669),(5,34,0.46669),(2,35,0.32669),(5,35,0.32669),(2,36,0.37324),(5,36,0.37324),(2,37,0.56),(5,37,0.56),(2,38,0.18662),(5,38,0.18662),(2,39,0.09331),(5,39,0.09331),(2,40,0.60669),(5,40,0.60669),(2,41,0.42),(5,41,0.42),(2,42,0.37331),(5,42,0.37331),(2,43,0.14),(5,43,0.14),(2,44,0.32669),(5,44,0.32669),(2,45,0.09331),(5,45,0.09331),(2,46,0.23331),(5,46,0.23331),(2,47,0.23331),(5,47,0.23331),(2,48,0.23331),(5,48,0.23331),(2,49,0.37331),(5,49,0.37331),(2,50,0.42),(5,50,0.42),(2,51,0.37331),(5,51,0.37331),(2,52,0.32669),(5,52,0.32669),(2,53,0.46669),(5,53,0.46669),(2,54,0.32669),(5,54,0.32669),(2,55,0.93324),(5,55,0.93324),(2,56,0.18662),(5,56,0.18662),(2,57,0.56),(5,57,0.56),(2,58,0.37331),(5,58,0.37331),(2,59,0.23331),(5,59,0.23331),(2,60,0.23331),(5,60,0.23331),(2,61,0.93324),(5,61,0.93324),(2,62,0.28),(5,62,0.28),(2,63,0.28),(5,63,0.28),(2,64,0.28),(5,64,0.28),(2,65,0.14),(5,65,0.14),(2,66,0.04669),(5,66,0.04669),(2,67,0.09331),(5,67,0.09331),(2,69,0.37331),(5,69,0.37331),(2,70,0.42),(5,70,0.42),(2,71,0.32669),(5,71,0.32669),(2,72,0.32669),(5,72,0.32669),(2,73,0.56),(5,73,0.56),(2,74,0.14),(5,74,0.14),(2,75,0.42),(5,75,0.42),(2,76,0.37331),(5,76,0.37331),(2,77,0.60669),(5,77,0.60669),(2,78,0.98007),(5,78,0.98007),(2,79,0.09331),(5,79,0.09331),(2,80,0.18669),(5,80,0.18669),(2,81,0.51331),(5,81,0.51331),(2,82,0.18669),(5,82,0.18669),(2,83,0.46669),(5,83,0.46669),(2,84,0.37331),(5,84,0.37331),(2,85,0.18669),(5,85,0.18669),(2,86,0.04669),(5,86,0.04669),(2,87,0.14),(5,87,0.14),(2,88,0.32669),(5,88,0.32669),(2,89,0.93324),(5,89,0.93324),(2,90,0.56),(5,90,0.56),(2,91,0.18662),(5,91,0.18662),(2,92,0.14),(5,92,0.14),(2,93,0.14),(5,93,0.14),(2,94,0.42),(5,94,0.42),(2,95,0.14007),(5,95,0.14007),(4,96,0.17),(5,138,1.97321),(5,139,1.23321),(5,140,0.17);
/*!40000 ALTER TABLE `bdtec_finder_links_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_finder_logging`
--

DROP TABLE IF EXISTS `bdtec_finder_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_logging` (
  `searchterm` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `md5sum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `query` blob NOT NULL,
  `hits` int NOT NULL DEFAULT '1',
  `results` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`md5sum`),
  KEY `searchterm` (`searchterm`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_logging`
--

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

--
-- Table structure for table `bdtec_finder_taxonomy`
--

DROP TABLE IF EXISTS `bdtec_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_taxonomy` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int unsigned NOT NULL DEFAULT '0',
  `lft` int NOT NULL DEFAULT '0',
  `rgt` int NOT NULL DEFAULT '0',
  `level` int unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint unsigned NOT NULL DEFAULT '1',
  `access` tinyint unsigned NOT NULL DEFAULT '1',
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_access` (`access`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_level` (`level`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_language` (`language`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_taxonomy`
--

LOCK TABLES `bdtec_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `bdtec_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `bdtec_finder_taxonomy` VALUES (1,0,0,21,0,'','ROOT','root',1,1,'*'),(2,1,1,6,1,'type','Type','type',1,1,''),(3,2,2,3,2,'type/category','Category','category',1,1,''),(4,1,7,10,1,'language','Language','language',1,1,''),(5,4,8,9,2,'language/faef360113599eb6a0282d981cc199d8','*','faef360113599eb6a0282d981cc199d8',1,1,''),(6,2,4,5,2,'type/article','Article','article',1,1,''),(7,1,11,14,1,'author','Author','author',1,1,''),(8,7,12,13,2,'author/admin','admin','admin',1,1,''),(9,1,15,20,1,'category','Category','category',1,1,''),(11,9,16,17,2,'category/pages','Pages','pages',1,1,'*'),(12,9,18,19,2,'category/uncategorised','Uncategorised','uncategorised',1,1,'*');
/*!40000 ALTER TABLE `bdtec_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_finder_taxonomy_map`
--

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

--
-- Dumping data for table `bdtec_finder_taxonomy_map`
--

LOCK TABLES `bdtec_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `bdtec_finder_taxonomy_map` DISABLE KEYS */;
INSERT INTO `bdtec_finder_taxonomy_map` VALUES (1,3),(1,5),(2,5),(2,6),(2,8),(2,12),(3,3),(3,5),(4,5),(4,6),(4,8),(4,11),(5,5),(5,6),(5,8),(5,11);
/*!40000 ALTER TABLE `bdtec_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_finder_terms`
--

DROP TABLE IF EXISTS `bdtec_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_terms` (
  `term_id` int unsigned NOT NULL AUTO_INCREMENT,
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `common` tinyint unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '0',
  `soundex` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `links` int NOT NULL DEFAULT '0',
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `idx_term_language` (`term`,`language`),
  KEY `idx_stem` (`stem`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_terms`
--

LOCK TABLES `bdtec_finder_terms` WRITE;
/*!40000 ALTER TABLE `bdtec_finder_terms` DISABLE KEYS */;
INSERT INTO `bdtec_finder_terms` VALUES (1,'paginas','paginas',0,0,0.4667,'P252',2,'*'),(2,'8','8',0,0,0.1,'',2,'*'),(4,'inicio','inicio',0,0,0.4,'I520',50,'*'),(5,'admin','admin',0,0,0.3333,'A350',53,'*'),(6,'1','1',0,0,0.1,'',23,'*'),(7,'hello','hello',0,0,0.3333,'H400',15,'*'),(8,'pages','pages',0,0,0.3333,'P200',3,'*'),(9,'9','9',0,0,0.1,'',3,'*'),(11,'home','home',0,0,0.2667,'H500',29,'*'),(12,'1500','1500',0,0,0.4,'',9,'*'),(13,'500','500',0,0,0.3,'',9,'*'),(14,'60s','60s',0,0,0.2,'S000',8,'*'),(15,'a','a',0,0,0.0667,'A000',9,'*'),(16,'al','al',0,0,0.1333,'A400',9,'*'),(17,'aldus','aldus',0,0,0.3333,'A432',9,'*'),(18,'archivos','archivos',0,0,0.5333,'A6212',9,'*'),(19,'autoedición','autoedición',0,0,0.7333,'A325',9,'*'),(20,'año','año',0,0,0.2,'A000',9,'*'),(21,'años','años',0,0,0.2667,'A200',9,'*'),(22,'como','como',0,0,0.2667,'C500',9,'*'),(23,'con','con',0,0,0.2,'C500',9,'*'),(24,'contenian','contenian',0,0,0.6,'C535',8,'*'),(25,'creación','creación',0,0,0.5333,'C625',9,'*'),(26,'cual','cual',0,0,0.2667,'C400',9,'*'),(27,'cuales','cuales',0,0,0.4,'C420',9,'*'),(28,'cuando','cuando',0,0,0.4,'C530',9,'*'),(29,'de','de',0,0,0.1333,'D000',15,'*'),(30,'dedica','dedica',0,0,0.4,'D200',9,'*'),(31,'del','del',0,0,0.2,'D400',15,'*'),(32,'desconocido','desconocido',0,0,0.7333,'D2523',9,'*'),(33,'desde','desde',0,0,0.3333,'D230',9,'*'),(34,'documentos','documentos',0,0,0.6667,'D2532',9,'*'),(35,'ejemplo','ejemplo',0,0,0.4667,'E2514',9,'*'),(36,'el','el',0,0,0.1333,'E400',9,'*'),(37,'electrónicos','electrónicos',0,0,0.8,'E423652',9,'*'),(38,'en','en',0,0,0.1333,'E500',9,'*'),(39,'es','es',0,0,0.1333,'E200',9,'*'),(40,'esencialmente','esencialmente',0,0,0.8667,'E252453',9,'*'),(41,'especimen','especimen',0,0,0.6,'E2125',9,'*'),(42,'estándar','estándar',0,0,0.5333,'E23536',9,'*'),(43,'fue','fue',0,0,0.2,'F000',9,'*'),(44,'galería','galería',0,0,0.4667,'G460',9,'*'),(45,'ha','ha',0,0,0.1333,'H000',9,'*'),(46,'hacer','hacer',0,0,0.3333,'H260',9,'*'),(47,'hojas','hojas',0,0,0.3333,'H200',9,'*'),(48,'igual','igual',0,0,0.3333,'I240',9,'*'),(49,'imprenta','imprenta',0,0,0.5333,'I51653',9,'*'),(50,'imprentas','imprentas',0,0,0.6,'I516532',9,'*'),(51,'impresor','impresor',0,0,0.5333,'I51626',9,'*'),(52,'incluye','incluye',0,0,0.4667,'I524',9,'*'),(53,'industrias','industrias',0,0,0.6667,'I532362',9,'*'),(54,'ingresó','ingresó',0,0,0.4667,'I5262',9,'*'),(55,'ipsum','ipsum',0,0,0.3333,'I125',9,'*'),(56,'la','la',0,0,0.1333,'L000',9,'*'),(57,'las','las',0,0,0.2,'L200',9,'*'),(58,'letraset','letraset',0,0,0.5333,'L3623',9,'*'),(59,'libro','libro',0,0,0.3333,'L160',9,'*'),(60,'logró','logró',0,0,0.3333,'L260',9,'*'),(61,'lorem','lorem',0,0,0.3333,'L650',9,'*'),(62,'los','los',0,0,0.2,'L200',9,'*'),(63,'manera','manera',0,0,0.4,'M600',9,'*'),(64,'mezcló','mezcló',0,0,0.4,'M240',9,'*'),(65,'más','más',0,0,0.2,'M200',9,'*'),(66,'n','n',0,0,0.0667,'N000',9,'*'),(67,'no','no',0,0,0.1333,'N000',9,'*'),(68,'orem','orem',0,0,0.2667,'O650',3,'*'),(69,'original','original',0,0,0.5333,'O6254',9,'*'),(70,'pagemaker','pagemaker',0,0,0.6,'P2526',9,'*'),(71,'pasajes','pasajes',0,0,0.4667,'P200',9,'*'),(72,'persona','persona',0,0,0.4667,'P625',9,'*'),(73,'popularizado','popularizado',0,0,0.8,'P4623',9,'*'),(74,'por','por',0,0,0.2,'P600',9,'*'),(75,'que','que',0,0,0.2,'Q000',9,'*'),(76,'quedando','quedando',0,0,0.5333,'Q353',9,'*'),(77,'recientemente','recientemente',0,0,0.8667,'R25353',9,'*'),(78,'relleno','relleno',0,0,0.4667,'R450',9,'*'),(79,'se','se',0,0,0.1333,'S000',9,'*'),(80,'sido','sido',0,0,0.2667,'S300',9,'*'),(81,'simplemente','simplemente',0,0,0.7333,'S51453',9,'*'),(82,'sino','sino',0,0,0.2667,'S500',9,'*'),(83,'sobrevivió','sobrevivió',0,0,0.6667,'S161',9,'*'),(84,'software','software',0,0,0.5333,'S136',9,'*'),(85,'sólo','sólo',0,0,0.2667,'S400',9,'*'),(86,'t','t',0,0,0.0667,'T000',9,'*'),(87,'tal','tal',0,0,0.2,'T400',9,'*'),(88,'tambien','tambien',0,0,0.4667,'T515',8,'*'),(89,'texto','texto',0,0,0.3333,'T230',9,'*'),(90,'textos','textos',0,0,0.4,'T232',9,'*'),(91,'un','un',0,0,0.1333,'U500',9,'*'),(92,'una','una',0,0,0.2,'U500',9,'*'),(93,'usó','usó',0,0,0.2,'U200',8,'*'),(94,'versiones','versiones',0,0,0.6,'V6252',9,'*'),(95,'y','y',0,0,0.0667,'Y000',9,'*'),(96,'2','2',0,0,0.1,'',29,'*'),(138,'nosotros','nosotros',0,0,0.5333,'N2362',1,'*'),(139,'sobre','sobre',0,0,0.3333,'S160',1,'*'),(140,'3','3',0,0,0.1,'',1,'*'),(141,'60','60',0,0,0.2,'',1,'*'),(142,'contenían','contenían',0,0,0.6,'C535',1,'*'),(143,'también','también',0,0,0.4667,'T515',1,'*'),(144,'utilizó','utilizó',0,0,0.4667,'U342',1,'*'),(148,'radiosindical','radiosindical',0,0,0.8667,'R325324',4,'*'),(149,'unillanos','unillanos',0,0,0.6,'U5452',3,'*'),(151,'113','113',0,0,0.3,'',6,'*'),(152,'carga','carga',0,0,0.3333,'C620',6,'*'),(153,'id','id',0,0,0.1333,'I300',6,'*'),(154,'módulo','módulo',0,0,0.4,'M340',6,'*');
/*!40000 ALTER TABLE `bdtec_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_finder_terms_common`
--

DROP TABLE IF EXISTS `bdtec_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_terms_common` (
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `custom` int NOT NULL DEFAULT '0',
  UNIQUE KEY `idx_term_language` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_terms_common`
--

LOCK TABLES `bdtec_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `bdtec_finder_terms_common` DISABLE KEYS */;
INSERT INTO `bdtec_finder_terms_common` VALUES ('a','en',0),('a','es',0),('abajo','es',0),('about','en',0),('above','en',0),('after','en',0),('again','en',0),('against','en',0),('al','es',0),('alguna','es',0),('algunas','es',0),('algunos','es',0),('algún','es',0),('all','en',0),('allí','es',0),('am','en',0),('an','en',0),('and','en',0),('ante','es',0),('antes','es',0),('any','en',0),('aquí','es',0),('are','en',0),('aren\'t','en',0),('arriba','es',0),('as','en',0),('at','en',0),('bajo','es',0),('be','en',0),('because','en',0),('been','en',0),('before','en',0),('being','en',0),('below','en',0),('between','en',0),('both','en',0),('but','en',0),('by','en',0),('cabe','es',0),('cada','es',0),('can\'t','en',0),('cannot','en',0),('como','es',0),('con','es',0),('conque','es',0),('contra','es',0),('could','en',0),('couldn\'t','en',0),('cual','es',0),('cualquier','es',0),('cualquiera','es',0),('cuando','es',0),('cuál','es',0),('cuándo','es',0),('cuánta','es',0),('cuántas','es',0),('cuánto','es',0),('cuántos','es',0),('cómo','es',0),('de','es',0),('debe','es',0),('deberá','es',0),('deberán','es',0),('debería','es',0),('deberían','es',0),('del','es',0),('dentro','es',0),('desde','es',0),('después','es',0),('did','en',0),('didn\'t','en',0),('do','en',0),('does','en',0),('doesn\'t','en',0),('doing','en',0),('don\'t','en',0),('donde','es',0),('down','en',0),('durante','es',0),('during','en',0),('dónde','es',0),('each','en',0),('el','es',0),('ella','es',0),('ellas','es',0),('ellos','es',0),('en','es',0),('entre','es',0),('era','es',0),('eran','es',0),('esas','es',0),('ese','es',0),('esos','es',0),('estaba','es',0),('estaban','es',0),('estar','es',0),('estará','es',0),('estarán','es',0),('estaría','es',0),('estarían','es',0),('estoy','es',0),('están','es',0),('few','en',0),('for','en',0),('from','en',0),('fuera','es',0),('further','en',0),('habrá','es',0),('habrán','es',0),('habría','es',0),('habrían','es',0),('había','es',0),('habían','es',0),('hace','es',0),('hacia','es',0),('had','en',0),('hadn\'t','en',0),('hará','es',0),('harán','es',0),('haría','es',0),('harían','es',0),('has','en',0),('hasn\'t','en',0),('hasta','es',0),('have','en',0),('haven\'t','en',0),('having','en',0),('hay','es',0),('he','en',0),('he\'d','en',0),('he\'ll','en',0),('he\'s','en',0),('her','en',0),('here','en',0),('here\'s','en',0),('hers','en',0),('herself','en',0),('him','en',0),('himself','en',0),('his','en',0),('how','en',0),('how\'s','en',0),('i','en',0),('i\'d','en',0),('i\'ll','en',0),('i\'m','en',0),('i\'ve','en',0),('if','en',0),('igual','es',0),('iguales','es',0),('in','en',0),('into','en',0),('is','en',0),('isn\'t','en',0),('it','en',0),('it\'s','en',0),('its','en',0),('itself','en',0),('la','es',0),('las','es',0),('let\'s','en',0),('los','es',0),('luego','es',0),('mas','es',0),('me','en',0),('mediante','es',0),('menos','es',0),('mi','es',0),('misma','es',0),('mismas','es',0),('mismo','es',0),('mismos','es',0),('more','en',0),('most','en',0),('mucha','es',0),('muchas','es',0),('mucho','es',0),('muchos','es',0),('mustn\'t','en',0),('my','en',0),('myself','en',0),('más','es',0),('mí','es',0),('mía','es',0),('mío','es',0),('no','en',0),('no','es',0),('nor','en',0),('nosotras','es',0),('nosotros','es',0),('not','en',0),('o','es',0),('of','en',0),('off','en',0),('on','en',0),('once','en',0),('only','en',0),('or','en',0),('other','en',0),('ought','en',0),('our','en',0),('ours','en',0),('ourselves','en',0),('out','en',0),('over','en',0),('own','en',0),('para','es',0),('pero','es',0),('poca','es',0),('pocas','es',0),('poco','es',0),('pocos','es',0),('podrá','es',0),('podrán','es',0),('podría','es',0),('podrían','es',0),('por','es',0),('porque','es',0),('porqué','es',0),('primero','es',0),('propia','es',0),('propias','es',0),('propio','es',0),('propios','es',0),('puede','es',0),('que','es',0),('quien','es',0),('quienes','es',0),('quién','es',0),('qué','es',0),('same','en',0),('según','es',0),('ser','es',0),('shan\'t','en',0),('she','en',0),('she\'d','en',0),('she\'ll','en',0),('she\'s','en',0),('should','en',0),('shouldn\'t','en',0),('si','es',0),('sin','es',0),('so','en',0),('so','es',0),('sobre','es',0),('sola','es',0),('solas','es',0),('solo','es',0),('solos','es',0),('some','en',0),('su','es',0),('such','en',0),('suya','es',0),('suyo','es',0),('sí','es',0),('tendrá','es',0),('tendrán','es',0),('tendría','es',0),('tendrían','es',0),('tenía','es',0),('tenían','es',0),('than','en',0),('that','en',0),('that\'s','en',0),('the','en',0),('their','en',0),('theirs','en',0),('them','en',0),('themselves','en',0),('then','en',0),('there','en',0),('there\'s','en',0),('these','en',0),('they','en',0),('they\'d','en',0),('they\'ll','en',0),('they\'re','en',0),('they\'ve','en',0),('this','en',0),('those','en',0),('through','en',0),('ti','es',0),('tiene','es',0),('tienen','es',0),('to','en',0),('todas','es',0),('todos','es',0),('too','en',0),('tras','es',0),('tu','es',0),('tuya','es',0),('tuyo','es',0),('tú','es',0),('under','en',0),('until','en',0),('up','en',0),('versus','es',0),('very','en',0),('vosotras','es',0),('vosotros','es',0),('vía','es',0),('was','en',0),('wasn\'t','en',0),('we','en',0),('we\'d','en',0),('we\'ll','en',0),('we\'re','en',0),('we\'ve','en',0),('were','en',0),('weren\'t','en',0),('what','en',0),('what\'s','en',0),('when','en',0),('when\'s','en',0),('where','en',0),('where\'s','en',0),('which','en',0),('while','en',0),('who','en',0),('who\'s','en',0),('whom','en',0),('why','en',0),('why\'s','en',0),('with','en',0),('won\'t','en',0),('would','en',0),('wouldn\'t','en',0),('y','es',0),('yo','es',0),('you','en',0),('you\'d','en',0),('you\'ll','en',0),('you\'re','en',0),('you\'ve','en',0),('your','en',0),('yours','en',0),('yourself','en',0),('yourselves','en',0),('él','es',0);
/*!40000 ALTER TABLE `bdtec_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_finder_tokens`
--

DROP TABLE IF EXISTS `bdtec_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_tokens` (
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `common` tinyint unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '1',
  `context` tinyint unsigned NOT NULL DEFAULT '2',
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  KEY `idx_word` (`term`),
  KEY `idx_stem` (`stem`),
  KEY `idx_context` (`context`),
  KEY `idx_language` (`language`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_tokens`
--

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

--
-- Table structure for table `bdtec_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `bdtec_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_tokens_aggregate` (
  `term_id` int unsigned NOT NULL,
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `common` tinyint unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint unsigned NOT NULL DEFAULT '0',
  `term_weight` float unsigned NOT NULL DEFAULT '0',
  `context` tinyint unsigned NOT NULL DEFAULT '2',
  `context_weight` float unsigned NOT NULL DEFAULT '0',
  `total_weight` float unsigned NOT NULL DEFAULT '0',
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_tokens_aggregate`
--

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

--
-- Table structure for table `bdtec_finder_types`
--

DROP TABLE IF EXISTS `bdtec_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_finder_types` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mime` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_finder_types`
--

LOCK TABLES `bdtec_finder_types` WRITE;
/*!40000 ALTER TABLE `bdtec_finder_types` DISABLE KEYS */;
INSERT INTO `bdtec_finder_types` VALUES (1,'Category',''),(2,'Contact',''),(3,'Article',''),(4,'News Feed',''),(5,'Tag','');
/*!40000 ALTER TABLE `bdtec_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_guidedtour_steps`
--

DROP TABLE IF EXISTS `bdtec_guidedtour_steps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_guidedtour_steps` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tour_id` int NOT NULL DEFAULT '0',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint NOT NULL DEFAULT '0',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `position` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` int NOT NULL,
  `interactive_type` int NOT NULL DEFAULT '1',
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int unsigned DEFAULT NULL,
  `language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_tour` (`tour_id`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_guidedtour_steps`
--

LOCK TABLES `bdtec_guidedtour_steps` WRITE;
/*!40000 ALTER TABLE `bdtec_guidedtour_steps` DISABLE KEYS */;
INSERT INTO `bdtec_guidedtour_steps` VALUES (1,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_NEW_DESCRIPTION',1,'bottom','.button-new',2,1,'administrator/index.php?option=com_guidedtours&view=tours','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(2,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_DESCRIPTION',2,'bottom','#jform_title',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(3,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_DESCRIPTION',3,'top','#jform_url',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(4,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_DESCRIPTION',4,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(5,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_DESCRIPTION',5,'top','joomla-field-fancy-select .choices',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(6,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_DESCRIPTION',6,'top','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(7,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_DESCRIPTION',7,'bottom','',0,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(8,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_DESCRIPTION',8,'top','#toursList tbody tr:nth-last-of-type(1) td:nth-of-type(5) .btn',2,1,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(9,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_DESCRIPTION',9,'bottom','.button-new',2,1,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(10,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_DESCRIPTION',10,'bottom','#jform_title',2,2,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(11,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_DESCRIPTION',11,'bottom','#jform_description,#jform_description_ifr',2,3,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(12,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_DESCRIPTION',12,'bottom','#jform_published',2,3,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(13,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_DESCRIPTION',13,'top','#jform_position',2,3,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(14,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_DESCRIPTION',14,'top','#jform_target',2,3,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(15,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_DESCRIPTION',15,'top','#jform_type',2,3,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(16,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_DESCRIPTION',16,'bottom','#save-group-children-save .button-save',2,1,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(17,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_DESCRIPTION',17,'bottom','',0,1,'','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(18,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_DESCRIPTION',18,'bottom','.button-new',2,1,'administrator/index.php?option=com_content&view=articles','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(19,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_DESCRIPTION',19,'bottom','#jform_title',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(20,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_DESCRIPTION',20,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(21,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_DESCRIPTION',21,'bottom','#jform_articletext,#jform_articletext_ifr',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(22,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_DESCRIPTION',22,'bottom','#jform_state',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(23,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_DESCRIPTION',23,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(24,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_DESCRIPTION',24,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(25,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_DESCRIPTION',25,'bottom','#jform_access',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(26,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_DESCRIPTION',26,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(27,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_DESCRIPTION',27,'top','#jform_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(28,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_DESCRIPTION',28,'top','#jform_version_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(29,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_DESCRIPTION',29,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(30,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_DESCRIPTION',30,'bottom','',0,1,'administrator/index.php?option=com_content&view=article&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(31,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_DESCRIPTION',31,'bottom','.button-new',2,1,'administrator/index.php?option=com_categories&view=categories&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(32,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_DESCRIPTION',32,'bottom','#jform_title',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(33,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_DESCRIPTION',33,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(34,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_DESCRIPTION',34,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(35,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_DESCRIPTION',35,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(36,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_DESCRIPTION',36,'bottom','#jform_published',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(37,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_DESCRIPTION',37,'bottom','#jform_access',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(38,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_DESCRIPTION',38,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(39,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_DESCRIPTION',39,'top','#jform_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(40,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_DESCRIPTION',40,'top','#jform_version_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(41,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_DESCRIPTION',41,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(42,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_DESCRIPTION',42,'bottom','',0,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(43,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_DESCRIPTION',43,'bottom','.button-new',2,1,'administrator/index.php?option=com_menus&view=menus','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(44,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_DESCRIPTION',44,'bottom','#jform_title',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(45,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_DESCRIPTION',45,'top','#jform_menutype',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(46,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_DESCRIPTION',46,'top','#jform_menudescription',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(47,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_DESCRIPTION',47,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(48,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_DESCRIPTION',48,'bottom','',0,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(49,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_DESCRIPTION',49,'bottom','.button-new',2,1,'administrator/index.php?option=com_tags&view=tags','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(50,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_DESCRIPTION',50,'bottom','#jform_title',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(51,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_DESCRIPTION',51,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(52,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_DESCRIPTION',52,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(53,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_DESCRIPTION',53,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(54,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_DESCRIPTION',54,'bottom','#jform_published',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(55,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_DESCRIPTION',55,'bottom','#jform_access',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(56,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_DESCRIPTION',56,'top','#jform_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(57,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_DESCRIPTION',57,'top','#jform_version_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(58,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_DESCRIPTION',58,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(59,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_DESCRIPTION',59,'bottom','',0,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(60,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_DESCRIPTION',60,'bottom','.button-new',2,1,'administrator/index.php?option=com_banners&view=banners','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(61,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_DESCRIPTION',61,'bottom','#jform_name',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(62,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_DESCRIPTION',62,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(63,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_DESCRIPTION',63,'bottom','.col-lg-9',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(64,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_DESCRIPTION',64,'bottom','#jform_state',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(65,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_DESCRIPTION',65,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(66,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_DESCRIPTION',66,'bottom','#jform_sticky1',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(67,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_DESCRIPTION',67,'top','#jform_version_note',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(68,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_DESCRIPTION',68,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(69,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_DESCRIPTION',69,'bottom','',0,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(70,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_DESCRIPTION',70,'bottom','.button-new',2,1,'administrator/index.php?option=com_contact&view=contacts','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(71,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_DESCRIPTION',71,'bottom','#jform_name',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(72,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_DESCRIPTION',72,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(73,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_DESCRIPTION',73,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(74,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_DESCRIPTION',74,'bottom','#jform_published',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(75,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_DESCRIPTION',75,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(76,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_DESCRIPTION',76,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(77,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_DESCRIPTION',77,'bottom','#jform_access',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(78,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_DESCRIPTION',78,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(79,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_DESCRIPTION',79,'top','#jform_version_note',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(80,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_DESCRIPTION',80,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(81,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_DESCRIPTION',81,'bottom','',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(82,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_DESCRIPTION',82,'bottom','.button-new',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeeds','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(83,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_DESCRIPTION',83,'bottom','#jform_name',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(84,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_DESCRIPTION',84,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(85,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_DESCRIPTION',85,'bottom','#jform_link',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(86,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_DESCRIPTION',86,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(87,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_DESCRIPTION',87,'bottom','#jform_published',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(88,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_DESCRIPTION',88,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(89,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_DESCRIPTION',89,'bottom','#jform_access',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(90,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_DESCRIPTION',90,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(91,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_DESCRIPTION',91,'top','#jform_version_note',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(92,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_DESCRIPTION',92,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(93,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_DESCRIPTION',93,'bottom','',0,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(94,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_DESCRIPTION',94,'bottom','.button-new',2,1,'administrator/index.php?option=com_finder&view=filters','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(95,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_DESCRIPTION',95,'bottom','#jform_title',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(96,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_DESCRIPTION',96,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(97,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_DESCRIPTION',97,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(98,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_DESCRIPTION',98,'bottom','#jform_state',2,3,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(99,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_DESCRIPTION',99,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(100,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_DESCRIPTION',100,'bottom','',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(101,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_DESCRIPTION',101,'bottom','.button-new',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(102,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_DESCRIPTION',102,'bottom','#jform_name',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(103,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_DESCRIPTION',103,'bottom','#jform_username',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(104,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_DESCRIPTION',104,'bottom','#jform_password',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(105,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_DESCRIPTION',105,'bottom','#jform_password2',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(106,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_DESCRIPTION',106,'bottom','#jform_email',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(107,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_DESCRIPTION',107,'top','#jform_sendEmail0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(108,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_DESCRIPTION',108,'top','#jform_block0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(109,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_DESCRIPTION',109,'top','#jform_requireReset0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(110,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_DESCRIPTION',110,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*',''),(111,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_DESCRIPTION',111,'bottom','',0,1,'administrator/index.php?option=com_users&view=user&layout=edit','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,'*','');
/*!40000 ALTER TABLE `bdtec_guidedtour_steps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_guidedtours`
--

DROP TABLE IF EXISTS `bdtec_guidedtours`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_guidedtours` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `extensions` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL,
  `modified_by` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int unsigned DEFAULT NULL,
  `published` tinyint NOT NULL DEFAULT '0',
  `language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `access` int unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_guidedtours`
--

LOCK TABLES `bdtec_guidedtours` WRITE;
/*!40000 ALTER TABLE `bdtec_guidedtours` DISABLE KEYS */;
INSERT INTO `bdtec_guidedtours` VALUES (1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_TITLE','COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_DESCRIPTION',1,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_TITLE','COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_DESCRIPTION',2,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(3,'COM_GUIDEDTOURS_TOUR_ARTICLES_TITLE','COM_GUIDEDTOURS_TOUR_ARTICLES_DESCRIPTION',3,'[\"*\"]','administrator/index.php?option=com_content&view=articles','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE','COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION',4,'[\"*\"]','administrator/index.php?option=com_categories&view=categories&extension=com_content','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(5,'COM_GUIDEDTOURS_TOUR_MENUS_TITLE','COM_GUIDEDTOURS_TOUR_MENUS_DESCRIPTION',5,'[\"*\"]','administrator/index.php?option=com_menus&view=menus','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(6,'COM_GUIDEDTOURS_TOUR_TAGS_TITLE','COM_GUIDEDTOURS_TOUR_TAGS_DESCRIPTION',6,'[\"*\"]','administrator/index.php?option=com_tags&view=tags','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(7,'COM_GUIDEDTOURS_TOUR_BANNERS_TITLE','COM_GUIDEDTOURS_TOUR_BANNERS_DESCRIPTION',7,'[\"*\"]','administrator/index.php?option=com_banners&view=banners','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(8,'COM_GUIDEDTOURS_TOUR_CONTACTS_TITLE','COM_GUIDEDTOURS_TOUR_CONTACTS_DESCRIPTION',8,'[\"*\"]','administrator/index.php?option=com_contact&view=contacts','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_TITLE','COM_GUIDEDTOURS_TOUR_NEWSFEEDS_DESCRIPTION',9,'[\"*\"]','administrator/index.php?option=com_newsfeeds&view=newsfeeds','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_TITLE','COM_GUIDEDTOURS_TOUR_SMARTSEARCH_DESCRIPTION',10,'[\"*\"]','administrator/index.php?option=com_finder&view=filters','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1),(11,'COM_GUIDEDTOURS_TOUR_USERS_TITLE','COM_GUIDEDTOURS_TOUR_USERS_DESCRIPTION',11,'[\"*\"]','administrator/index.php?option=com_users&view=users','2024-04-04 19:16:02',0,'2024-04-04 19:16:02',0,NULL,NULL,1,'*','',1);
/*!40000 ALTER TABLE `bdtec_guidedtours` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_history`
--

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

--
-- Dumping data for table `bdtec_history`
--

LOCK TABLES `bdtec_history` WRITE;
/*!40000 ALTER TABLE `bdtec_history` DISABLE KEYS */;
INSERT INTO `bdtec_history` VALUES (1,'com_content.category.8','','2024-04-04 20:22:06',590,544,'a8a5ed21eaac0d06d10fe959c1f5f51f808eb445','{\"id\":8,\"asset_id\":102,\"parent_id\":1,\"lft\":11,\"rgt\":12,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Paginas\",\"alias\":\"paginas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":590,\"created_time\":\"2024-04-04 20:22:06\",\"modified_user_id\":590,\"modified_time\":\"2024-04-04 20:22:06\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(11,'com_content.article.1','','2024-04-04 20:38:28',590,1816,'40b60c38a6aa4c93444ac9ecf27dcbd40f6bf05a','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p>Hello<\\/p>\\r\\n<p\\r\\n<div style=\\\"display: flex;\\\">\\r\\n    <iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 80vw; height: 80vh;\\\"><\\/iframe>\\r\\n<\\/div>\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:38:28\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:37:50\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":13,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":11,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(12,'com_content.article.1','','2024-04-04 20:38:43',590,1816,'7c0021528c7f10408266589d159aaf1af4bc655c','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p>Hello<\\/p>\\r\\n<p\\r\\n<div style=\\\"display: flex;\\\">\\r\\n    <iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 50vw; height: 50vh;\\\"><\\/iframe>\\r\\n<\\/div>\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:38:43\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:38:28\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":14,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":12,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(13,'com_content.article.1','','2024-04-04 20:39:09',590,1816,'b7499be5d93c4f85ec04977da06fe3e27a403344','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p>Hello<\\/p>\\r\\n<p\\r\\n<div style=\\\"display: flex;\\\">\\r\\n    <iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 40vw; height: 40vh;\\\"><\\/iframe>\\r\\n<\\/div>\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:39:09\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:38:43\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":15,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":13,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(14,'com_content.article.1','','2024-04-04 20:40:46',590,1799,'0acada5346c46216996145106c04c8595d6ca64f','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p\\r\\n<div style=\\\"display: flex;\\\">\\r\\n    <iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 80vw; height: 80vh;\\\"><\\/iframe>\\r\\n<\\/div>\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:40:46\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:39:45\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":17,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"note\":\"\"}',0),(15,'com_content.article.1','','2024-04-04 20:41:01',590,1801,'1139a2511683da1bcf205fabbfae675c9b2c55ee','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p\\r\\n<div style=\\\"display: flex;\\\">\\r\\n    <iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 600px; height: 400px;\\\"><\\/iframe>\\r\\n<\\/div>\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:41:01\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:40:46\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":18,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"note\":\"\"}',0),(16,'com_content.article.1','','2024-04-04 20:41:12',590,1801,'b82c8cf8fa1cf08dc9ba0fe05db4fd3ba9678bf1','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p\\r\\n<div style=\\\"display: flex;\\\">\\r\\n    <iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 300px; height: 300px;\\\"><\\/iframe>\\r\\n<\\/div>\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:41:12\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:41:01\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":19,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"note\":\"\"}',0),(17,'com_content.article.1','','2024-04-04 20:41:25',590,1760,'770708ea63ff482a8a76a4c0faf95e62d1e3278e','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p\\r\\n    <iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 300px; height: 300px;\\\"><\\/iframe>\\r\\n\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:41:25\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:41:12\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":20,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"note\":\"\"}',0),(18,'com_content.article.1','','2024-04-04 20:41:41',590,1756,'6f0052778f22d89ad746f730dffba85e6bd68bf5','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p\\r\\n<iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json\\\" style=\\\"width: 300px; height: 300px;\\\"><\\/iframe>\\r\\n\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:41:41\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:41:25\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":21,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"note\":\"\"}',0),(19,'com_content.article.1','','2024-04-04 20:42:01',590,1711,'a2399cdac48a63b00f353b2adb642e6dec9e4732','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"<p\\r\\n<iframe src=\\\"https:\\/\\/lottie.host\\/embed\\/8d7cefc7-23de-4eb6-9428-69dfac880800\\/n6L7VorSpU.json><\\/iframe>\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 20:42:01\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-04 20:41:41\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":22,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"note\":\"\"}',0),(20,'com_content.category.9','','2024-04-07 02:29:43',590,540,'a20f14876825810ac11e2727853f743658530be9','{\"id\":9,\"asset_id\":104,\"parent_id\":1,\"lft\":13,\"rgt\":14,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Pages\",\"alias\":\"pages\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":590,\"created_time\":\"2024-04-07 02:29:43\",\"modified_user_id\":590,\"modified_time\":\"2024-04-07 02:29:43\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(22,'com_content.article.1','','2024-04-07 02:34:11',590,2393,'8af69d06432ebf1a14ba178c309fd842b0565520','{\"id\":\"1\",\"asset_id\":103,\"title\":\"Inicio\",\"alias\":\"inicio\",\"introtext\":\"Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno est\\u00e1ndar de las industrias desde el a\\u00f1o 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido us\\u00f3 una galer\\u00eda de textos y los mezcl\\u00f3 de tal manera que logr\\u00f3 hacer un libro de textos especimen. No s\\u00f3lo sobrevivi\\u00f3 500 a\\u00f1os, sino que tambien ingres\\u00f3 como texto de relleno en documentos electr\\u00f3nicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creaci\\u00f3n de las hojas \\\"Letraset\\\", las cuales contenian pasajes de Lorem Ipsum, y m\\u00e1s recientemente con software de autoedici\\u00f3n, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-04-04 20:25:17\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 02:34:11\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 02:34:00\",\"publish_up\":\"2024-04-04 20:25:17\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":23,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(24,'com_content.article.3','','2024-04-07 02:36:57',590,2392,'3aa0b48ced38ae80c1fa46a721c962a8e812c6a4','{\"id\":3,\"asset_id\":106,\"title\":\"Sobre Nosotros\",\"alias\":\"sobre-nosotros\",\"introtext\":\"Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno est\\u00e1ndar de las industrias desde el a\\u00f1o 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido us\\u00f3 una galer\\u00eda de textos y los mezcl\\u00f3 de tal manera que logr\\u00f3 hacer un libro de textos especimen. No s\\u00f3lo sobrevivi\\u00f3 500 a\\u00f1os, sino que tambien ingres\\u00f3 como texto de relleno en documentos electr\\u00f3nicos, quedando esencialmente igual al original. Fue popularizado en los 60s con la creaci\\u00f3n de las hojas \\\"Letraset\\\", las cuales contenian pasajes de Lorem Ipsum, y m\\u00e1s recientemente con software de autoedici\\u00f3n, como por ejemplo Aldus PageMaker, el cual incluye versiones de Lorem Ipsum.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:36:57\",\"created_by\":590,\"created_by_alias\":\"\",\"modified\":\"2024-04-07 02:36:57\",\"modified_by\":590,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2024-04-07 02:36:57\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(30,'com_content.article.2','','2024-04-07 03:51:20',590,1641,'a9a3cad90d48b2a12e49259329fec55523064517','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 03:51:20\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 03:50:56\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":12,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(31,'com_content.article.2','','2024-04-07 04:58:02',590,1756,'1d207e225c6a8a05e343263d881e4c96b9833be5','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"vertical-align: inherit;\\\"><span style=\\\"vertical-align: inherit;\\\">{ID del m\\u00f3dulo de carga 113}<\\/span><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 04:58:02\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 04:57:45\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":17,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(32,'com_content.article.2','','2024-04-07 04:58:12',590,1756,'154b83e8d2280b7258dbb2c9caac3d68ecc82945','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"vertical-align: inherit;\\\"><span style=\\\"vertical-align: inherit;\\\">{ID del m\\u00f3dulo de carga 113}<\\/span><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 04:58:12\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 04:58:02\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"1\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":18,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(33,'com_content.article.2','','2024-04-07 04:58:26',590,1755,'6b03b65bb845592628bdccb0f48b138bfc0e29e6','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"vertical-align: inherit;\\\"><span style=\\\"vertical-align: inherit;\\\">{ID del m\\u00f3dulo de carga 113}<\\/span><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 04:58:26\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 04:58:14\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"1\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":19,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(34,'com_content.article.2','','2024-04-07 04:58:55',590,1853,'c86cc18232e0867944419fe2948e2e89ef0af2a7','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"vertical-align: inherit;\\\"><span style=\\\"vertical-align: inherit;\\\"><span style=\\\"vertical-align: inherit;\\\"><span style=\\\"vertical-align: inherit;\\\">{ID del m\\u00f3dulo de carga 113}<\\/span><\\/span><\\/span><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 04:58:55\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 04:58:26\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":20,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(35,'com_content.article.2','','2024-04-07 04:59:23',590,1642,'e8fb9b438599b914bad28407c2e28084cd36de4b','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 04:59:23\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 04:58:55\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":21,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(36,'com_content.article.2','','2024-04-07 05:00:02',590,1755,'fa68ec758e1b33d8e4de93fed4e55b4d93d62698','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"vertical-align: inherit;\\\"><span style=\\\"vertical-align: inherit;\\\">{ID del m\\u00f3dulo de carga 113}<\\/span><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 05:00:02\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 04:59:23\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":22,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(37,'com_content.article.2','','2024-04-07 05:02:14',590,1612,'5e8da07573102a3a3792f84a68efff7dda903cdc','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"<p>{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-07 05:02:14\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-07 05:02:03\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":24,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(38,'com_content.article.2','','2024-04-09 18:10:47',590,1616,'6868e8ad1eeea3f60b9985a4ef227f301f27998e','{\"id\":\"2\",\"asset_id\":105,\"title\":\"Inicio\",\"alias\":\"home\",\"introtext\":\"    <p>{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-09 18:10:47\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-09 18:10:43\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":26,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(39,'com_content.article.2','','2024-04-10 18:01:35',590,1619,'70b9c638ced317f00ae570a362f7955da43ac223','{\"id\":\"2\",\"asset_id\":105,\"title\":\"RadioSindical\",\"alias\":\"home\",\"introtext\":\"<p>{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":9,\"created\":\"2024-04-07 02:33:13\",\"created_by\":\"590\",\"created_by_alias\":\"\",\"modified\":\"2024-04-10 18:01:35\",\"modified_by\":590,\"checked_out\":590,\"checked_out_time\":\"2024-04-10 18:01:26\",\"publish_up\":\"2024-04-07 02:33:13\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":28,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
/*!40000 ALTER TABLE `bdtec_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_languages`
--

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

--
-- Dumping data for table `bdtec_languages`
--

LOCK TABLES `bdtec_languages` WRITE;
/*!40000 ALTER TABLE `bdtec_languages` DISABLE KEYS */;
INSERT INTO `bdtec_languages` VALUES (1,0,'en-GB','English (en-GB)','English (United Kingdom)','en','en_gb','','','','',1,1,2),(2,115,'es-ES','Spanish (es-ES)','Español (España)','es','es_es','',NULL,'','',0,1,1);
/*!40000 ALTER TABLE `bdtec_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_mail_templates`
--

DROP TABLE IF EXISTS `bdtec_mail_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_mail_templates` (
  `template_id` varchar(127) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension` varchar(127) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `htmlbody` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `attachments` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`template_id`,`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_mail_templates`
--

LOCK TABLES `bdtec_mail_templates` WRITE;
/*!40000 ALTER TABLE `bdtec_mail_templates` DISABLE KEYS */;
INSERT INTO `bdtec_mail_templates` VALUES ('com_actionlogs.notification','com_actionlogs','','COM_ACTIONLOGS_EMAIL_SUBJECT','COM_ACTIONLOGS_EMAIL_BODY','COM_ACTIONLOGS_EMAIL_HTMLBODY','','{\"tags\":[\"message\",\"date\",\"extension\",\"username\"]}'),('com_config.test_mail','com_config','','COM_CONFIG_SENDMAIL_SUBJECT','COM_CONFIG_SENDMAIL_BODY','','','{\"tags\":[\"sitename\",\"method\"]}'),('com_contact.mail','com_contact','','COM_CONTACT_ENQUIRY_SUBJECT','COM_CONTACT_ENQUIRY_TEXT','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\"]}'),('com_contact.mail.copy','com_contact','','COM_CONTACT_COPYSUBJECT_OF','COM_CONTACT_COPYTEXT_OF','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\",\"contactname\"]}'),('com_messages.new_message','com_messages','','COM_MESSAGES_NEW_MESSAGE','COM_MESSAGES_NEW_MESSAGE_BODY','','','{\"tags\":[\"subject\",\"message\",\"fromname\",\"sitename\",\"siteurl\",\"fromemail\",\"toname\",\"toemail\"]}'),('com_privacy.notification.admin.export','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.admin.remove','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.export','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.remove','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.userdataexport','com_privacy','','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_SUBJECT','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_BODY','','','{\"tags\":[\"sitename\",\"url\"]}'),('com_users.massmail.mail','com_users','','COM_USERS_MASSMAIL_MAIL_SUBJECT','COM_USERS_MASSMAIL_MAIL_BODY','','','{\"tags\":[\"subject\",\"body\",\"subjectprefix\",\"bodysuffix\"]}'),('com_users.password_reset','com_users','','COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT','COM_USERS_EMAIL_PASSWORD_RESET_BODY','','','{\"tags\":[\"name\",\"email\",\"sitename\",\"link_text\",\"link_html\",\"token\"]}'),('com_users.registration.admin.new_notification','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.admin.verification_request','com_users','','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"email\",\"username\",\"activate\"]}'),('com_users.registration.user.admin_activated','com_users','','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.registration_mail','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.registration_mail_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.self_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.self_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.reminder','com_users','','COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT','COM_USERS_EMAIL_USERNAME_REMINDER_BODY','','','{\"tags\":[\"name\",\"username\",\"sitename\",\"email\",\"link_text\",\"link_html\"]}'),('plg_multifactorauth_email.mail','plg_multifactorauth_email','','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_SUBJECT','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_BODY','','','{\"tags\":[\"code\",\"sitename\",\"siteurl\",\"username\",\"email\",\"fullname\"]}'),('plg_system_privacyconsent.request.reminder','plg_system_privacyconsent','','PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_SUBJECT','PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_BODY','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('plg_system_tasknotification.failure_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\", \"exit_code\", \"exec_data_time\", \"task_output\"]}'),('plg_system_tasknotification.fatal_recovery_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.orphan_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.success_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_BODY','','','{\"tags\":[\"task_id\", \"task_title\", \"exec_data_time\", \"task_output\"]}'),('plg_system_updatenotification.mail','plg_system_updatenotification','','PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT','PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY','','','{\"tags\":[\"newversion\",\"curversion\",\"sitename\",\"url\",\"link\",\"releasenews\"]}'),('plg_user_joomla.mail','plg_user_joomla','','PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT','PLG_USER_JOOMLA_NEW_USER_EMAIL_BODY','','','{\"tags\":[\"name\",\"sitename\",\"url\",\"username\",\"password\",\"email\"]}');
/*!40000 ALTER TABLE `bdtec_mail_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_menu`
--

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

--
-- Dumping data for table `bdtec_menu`
--

LOCK TABLES `bdtec_menu` WRITE;
/*!40000 ALTER TABLE `bdtec_menu` DISABLE KEYS */;
INSERT INTO `bdtec_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,NULL,NULL,0,0,'',0,'',0,71,0,'*',0,NULL,NULL),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,3,NULL,NULL,0,0,'class:bookmark',0,'',1,10,0,'*',1,NULL,NULL),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners&view=banners','component',1,2,2,3,NULL,NULL,0,0,'class:banners',0,'',2,3,0,'*',1,NULL,NULL),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&view=categories&extension=com_banners','component',1,2,2,5,NULL,NULL,0,0,'class:banners-cat',0,'',4,5,0,'*',1,NULL,NULL),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,3,NULL,NULL,0,0,'class:banners-clients',0,'',6,7,0,'*',1,NULL,NULL),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,3,NULL,NULL,0,0,'class:banners-tracks',0,'',8,9,0,'*',1,NULL,NULL),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,7,NULL,NULL,0,0,'class:address-book',0,'',11,20,0,'*',1,NULL,NULL),(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact&view=contacts','component',1,7,2,7,NULL,NULL,0,0,'class:contact',0,'',12,13,0,'*',1,NULL,NULL),(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&view=categories&extension=com_contact','component',1,7,2,5,NULL,NULL,0,0,'class:contact-cat',0,'',14,15,0,'*',1,NULL,NULL),(10,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,16,NULL,NULL,0,0,'class:rss',0,'',23,28,0,'*',1,NULL,NULL),(11,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds&view=newsfeeds','component',1,10,2,16,NULL,NULL,0,0,'class:newsfeeds',0,'',24,25,0,'*',1,NULL,NULL),(12,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&view=categories&extension=com_newsfeeds','component',1,10,2,5,NULL,NULL,0,0,'class:newsfeeds-cat',0,'',26,27,0,'*',1,NULL,NULL),(13,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,23,NULL,NULL,0,0,'class:search-plus',0,'',29,38,0,'*',1,NULL,NULL),(14,'main','com_tags','Tags','','Tags','index.php?option=com_tags&view=tags','component',1,1,1,25,NULL,NULL,0,1,'class:tags',0,'',39,40,0,'',1,NULL,NULL),(15,'main','com_associations','Multilingual Associations','','Multilingual Associations','index.php?option=com_associations&view=associations','component',1,1,1,30,NULL,NULL,0,0,'class:language',0,'',21,22,0,'*',1,NULL,NULL),(16,'main','mod_menu_fields','Contact Custom Fields','','Contacts/Contact Custom Fields','index.php?option=com_fields&context=com_contact.contact','component',1,7,2,29,NULL,NULL,0,0,'class:messages-add',0,'',16,17,0,'*',1,NULL,NULL),(17,'main','mod_menu_fields_group','Contact Custom Fields Group','','Contacts/Contact Custom Fields Group','index.php?option=com_fields&view=groups&context=com_contact.contact','component',1,7,2,29,NULL,NULL,0,0,'class:messages-add',0,'',18,19,0,'*',1,NULL,NULL),(18,'main','com_finder_index','Smart-Search-Index','','Smart Search/Smart-Search-Index','index.php?option=com_finder&view=index','component',1,13,2,23,NULL,NULL,0,0,'class:finder',0,'',30,31,0,'*',1,NULL,NULL),(19,'main','com_finder_maps','Smart-Search-Maps','','Smart Search/Smart-Search-Maps','index.php?option=com_finder&view=maps','component',1,13,2,23,NULL,NULL,0,0,'class:finder-maps',0,'',32,33,0,'*',1,NULL,NULL),(20,'main','com_finder_filters','Smart-Search-Filters','','Smart Search/Smart-Search-Filters','index.php?option=com_finder&view=filters','component',1,13,2,23,NULL,NULL,0,0,'class:finder-filters',0,'',34,35,0,'*',1,NULL,NULL),(21,'main','com_finder_searches','Smart-Search-Searches','','Smart Search/Smart-Search-Searches','index.php?option=com_finder&view=searches','component',1,13,2,23,NULL,NULL,0,0,'class:finder-searches',0,'',36,37,0,'*',1,NULL,NULL),(106,'main','COM_DJIMAGESLIDER','com-djimageslider','','com-djimageslider','index.php?option=com_djimageslider','component',1,1,1,237,NULL,NULL,0,1,'components/com_djimageslider/assets/icon-16-djimageslider.png',0,'{}',41,48,0,'',1,NULL,NULL),(107,'main','COM_DJIMAGESLIDER_SUBMENU_CPANEL','com-djimageslider-submenu-cpanel','','com-djimageslider/com-djimageslider-submenu-cpanel','index.php?option=com_djimageslider&view=cpanel','component',1,106,2,237,NULL,NULL,0,1,'class:com_djimageslider-cpanel',0,'{}',42,43,0,'',1,NULL,NULL),(108,'main','COM_DJIMAGESLIDER_SUBMENU_SLIDES','com-djimageslider-submenu-slides','','com-djimageslider/com-djimageslider-submenu-slides','index.php?option=com_djimageslider&view=items','component',1,106,2,237,NULL,NULL,0,1,'class:com_djimageslider-items',0,'{}',44,45,0,'',1,NULL,NULL),(109,'main','COM_DJIMAGESLIDER_SUBMENU_CATEGORIES','com-djimageslider-submenu-categories','','com-djimageslider/com-djimageslider-submenu-categories','index.php?option=com_categories&extension=com_djimageslider','component',1,106,2,237,NULL,NULL,0,1,'class:dj-imageslider-cat',0,'{}',46,47,0,'',1,NULL,NULL),(115,'menuprincipal','Inicio','inicio','','inicio','index.php?option=com_content&view=article&id=2','component',-2,1,1,19,NULL,NULL,0,1,' ',12,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\"}',49,50,0,'*',0,NULL,NULL),(116,'menuprincipal','Sobre Nosotros','sobre-nosotros','','sobre-nosotros','index.php?option=com_content&view=article&id=3','component',-2,1,1,19,NULL,NULL,0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\"}',51,52,0,'*',0,NULL,NULL),(127,'menuprincipal','RadioSindical','home','','home','index.php?option=com_gantry5&view=custom','component',1,1,1,252,NULL,NULL,0,1,' ',14,'{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',53,54,1,'*',0,NULL,NULL),(133,'main','COM_GANTRY5','com-gantry5','','com-gantry5','index.php?option=com_gantry5','component',1,1,1,252,NULL,NULL,0,1,'class:component',0,'{}',55,60,0,'',1,NULL,NULL),(134,'main','COM_GANTRY5_ADMIN_MENU_THEMES','com-gantry5-admin-menu-themes','','com-gantry5/com-gantry5-admin-menu-themes','index.php?option=com_gantry5&view=themes','component',1,133,2,252,NULL,NULL,0,1,'class:component',0,'{}',56,57,0,'',1,NULL,NULL),(135,'main','COM_GANTRY5_ADMIN_MENU_THEME','com-gantry5-admin-menu-theme','','com-gantry5/com-gantry5-admin-menu-theme','index.php?option=com_gantry5','component',1,133,2,252,NULL,NULL,0,1,'class:component',0,'{}',58,59,0,'',1,NULL,NULL),(141,'main','COM_AKEEBABACKUP','com-akeebabackup','','com-akeebabackup','index.php?option=com_akeebabackup','component',1,1,1,240,NULL,NULL,0,1,'class:component',0,'{}',61,70,0,'',1,NULL,NULL),(142,'main','COM_AKEEBABACKUP_CONTROLPANEL','com-akeebabackup-controlpanel','','com-akeebabackup/com-akeebabackup-controlpanel','index.php?option=com_akeebabackup&view=Controlpanel','component',1,141,2,240,NULL,NULL,0,1,'class:component',0,'{}',62,63,0,'',1,NULL,NULL),(143,'main','COM_AKEEBABACKUP_CONFIGURATION','com-akeebabackup-configuration','','com-akeebabackup/com-akeebabackup-configuration','index.php?option=com_akeebabackup&view=Configuration','component',1,141,2,240,NULL,NULL,0,1,'class:component',0,'{}',64,65,0,'',1,NULL,NULL),(144,'main','COM_AKEEBABACKUP_BACKUP','com-akeebabackup-backup','','com-akeebabackup/com-akeebabackup-backup','index.php?option=com_akeebabackup&view=Backup','component',1,141,2,240,NULL,NULL,0,1,'class:component',0,'{}',66,67,0,'',1,NULL,NULL),(145,'main','COM_AKEEBABACKUP_MANAGE','com-akeebabackup-manage','','com-akeebabackup/com-akeebabackup-manage','index.php?option=com_akeebabackup&view=Manage','component',1,141,2,240,NULL,NULL,0,1,'class:component',0,'{}',68,69,0,'',1,NULL,NULL);
/*!40000 ALTER TABLE `bdtec_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_menu_types`
--

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

--
-- Dumping data for table `bdtec_menu_types`
--

LOCK TABLES `bdtec_menu_types` WRITE;
/*!40000 ALTER TABLE `bdtec_menu_types` DISABLE KEYS */;
INSERT INTO `bdtec_menu_types` VALUES (2,107,'menuprincipal','Menú Principal','Navegación principal',0);
/*!40000 ALTER TABLE `bdtec_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_messages`
--

DROP TABLE IF EXISTS `bdtec_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_messages` (
  `message_id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int unsigned NOT NULL DEFAULT '0',
  `user_id_to` int unsigned NOT NULL DEFAULT '0',
  `folder_id` tinyint unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `priority` tinyint unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_messages`
--

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

--
-- Table structure for table `bdtec_messages_cfg`
--

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

--
-- Dumping data for table `bdtec_messages_cfg`
--

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

--
-- Table structure for table `bdtec_modules`
--

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

--
-- Dumping data for table `bdtec_modules`
--

LOCK TABLES `bdtec_modules` WRITE;
/*!40000 ALTER TABLE `bdtec_modules` DISABLE KEYS */;
INSERT INTO `bdtec_modules` VALUES (1,39,'Main Menu','','',1,'menu',NULL,NULL,'2024-04-09 20:45:35',NULL,1,'mod_menu',1,1,'{\"menutype\":\"menuprincipal\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(2,40,'Login','','',1,'login',NULL,NULL,NULL,NULL,1,'mod_login',1,1,'',1,'*'),(3,41,'Popular Articles','','',6,'cpanel',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(4,42,'Recently Added Articles','','',4,'cpanel',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(8,43,'Toolbar','','',1,'toolbar',NULL,NULL,NULL,NULL,1,'mod_toolbar',3,1,'',1,'*'),(9,44,'Notifications','','',3,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',3,1,'{\"context\":\"update_quickicon\",\"header_icon\":\"icon-sync\",\"show_jupdate\":\"1\",\"show_eupdate\":\"1\",\"show_oupdate\":\"1\",\"show_privacy\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(10,45,'Logged-in Users','','',2,'cpanel',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(12,46,'Admin Menu','','',1,'menu',NULL,NULL,NULL,NULL,1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(15,49,'Title','','',1,'title',NULL,NULL,NULL,NULL,1,'mod_title',3,1,'',1,'*'),(16,50,'Login Form','','',7,'sidebar-right',NULL,NULL,'2024-04-07 03:35:40',NULL,-2,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'breadcrumbs',NULL,NULL,'2024-04-07 03:35:40',NULL,-2,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"0\",\"cache_time\":\"0\",\"cachemode\":\"itemid\"}',0,'*'),(79,52,'Multilanguage status','','',2,'status',NULL,NULL,NULL,NULL,1,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,53,'Joomla Version','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_version',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,55,'Sample Data','','',1,'cpanel',NULL,NULL,NULL,NULL,1,'mod_sampledata',6,1,'{\"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(88,67,'Latest Actions','','',3,'cpanel',NULL,NULL,NULL,NULL,1,'mod_latestactions',6,1,'{\"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(89,68,'Privacy Dashboard','','',5,'cpanel',NULL,NULL,NULL,NULL,1,'mod_privacy_dashboard',6,1,'{\"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(90,89,'Login Support','','',1,'sidebar',NULL,NULL,NULL,NULL,1,'mod_loginsupport',1,1,'{\"forum_url\":\"https://forum.joomla.org/\",\"documentation_url\":\"https://docs.joomla.org/\",\"news_url\":\"https://www.joomla.org/announcements.html\",\"automatic_title\":1,\"prepare_content\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',1,'*'),(91,72,'System Dashboard','','',1,'cpanel-system',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"system\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(92,73,'Content Dashboard','','',1,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"content\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(93,74,'Menus Dashboard','','',1,'cpanel-menus',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"menus\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(94,75,'Components Dashboard','','',1,'cpanel-components',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"components\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(95,76,'Users Dashboard','','',1,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"users\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(96,86,'Popular Articles','','',3,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(97,87,'Recently Added Articles','','',4,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(98,88,'Logged-in Users','','',2,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(99,77,'Frontend Link','','',5,'status',NULL,NULL,NULL,NULL,1,'mod_frontend',1,1,'',1,'*'),(100,78,'Messages','','',4,'status',NULL,NULL,NULL,NULL,1,'mod_messages',3,1,'',1,'*'),(101,79,'Post Install Messages','','',3,'status',NULL,NULL,NULL,NULL,1,'mod_post_installation_messages',3,1,'',1,'*'),(102,80,'User Status','','',6,'status',NULL,NULL,NULL,NULL,1,'mod_user',3,1,'',1,'*'),(103,70,'Site','','',1,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"site_quickicon\",\"header_icon\":\"icon-desktop\",\"show_users\":\"1\",\"show_articles\":\"1\",\"show_categories\":\"1\",\"show_media\":\"1\",\"show_menuItems\":\"1\",\"show_modules\":\"1\",\"show_plugins\":\"1\",\"show_templates\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(104,71,'System','','',2,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"system_quickicon\",\"header_icon\":\"icon-wrench\",\"show_global\":\"1\",\"show_checkin\":\"1\",\"show_cache\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(105,82,'3rd Party','','',4,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"mod_quickicon\",\"header_icon\":\"icon-boxes\",\"load_plugins\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(106,83,'Help Dashboard','','',1,'cpanel-help',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"help\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"style\":\"System-none\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(107,84,'Privacy Requests','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_dashboard',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(108,85,'Privacy Status','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_status',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(109,96,'Guided Tours','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_guidedtours',1,1,'',1,'*'),(111,100,'DJ-ImageSlider','','',1,'rotativo',NULL,NULL,'2024-04-09 19:28:58',NULL,1,'mod_djimageslider',1,0,'{\"slider_source\":\"1\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/sampledata\\/fruitshop\",\"link\":\"\",\"category\":\"10\",\"show_title\":\"0\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"0\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"1\",\"image_width\":\"3\",\"image_height\":\"2\",\"fit_to\":\"2\",\"image_centering\":\"1\",\"visible_images\":\"5\",\"space_between_images\":\"1\",\"max_images\":\"6\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"0\",\"show_arrows\":\"0\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(114,111,'Pie de pagina','',NULL,1,'footer',NULL,NULL,NULL,NULL,0,'mod_footer',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(115,112,'Gantry 5 Particle','','',3,'',NULL,NULL,NULL,NULL,0,'mod_gantry5_particle',1,1,'',0,'*'),(116,114,'Maquetado sitio web','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_gantry5_particle',1,1,'{\"particle\":\"\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `bdtec_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_modules_menu`
--

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

--
-- Dumping data for table `bdtec_modules_menu`
--

LOCK TABLES `bdtec_modules_menu` WRITE;
/*!40000 ALTER TABLE `bdtec_modules_menu` DISABLE KEYS */;
INSERT INTO `bdtec_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,0),(88,0),(89,0),(90,0),(91,0),(92,0),(93,0),(94,0),(95,0),(96,0),(97,0),(98,0),(99,0),(100,0),(101,0),(102,0),(103,0),(104,0),(105,0),(106,0),(107,0),(108,0),(109,0),(111,127),(114,0),(116,0);
/*!40000 ALTER TABLE `bdtec_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_newsfeeds`
--

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

--
-- Dumping data for table `bdtec_newsfeeds`
--

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

--
-- Table structure for table `bdtec_overrider`
--

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

--
-- Dumping data for table `bdtec_overrider`
--

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

--
-- Table structure for table `bdtec_postinstall_messages`
--

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

--
-- Dumping data for table `bdtec_postinstall_messages`
--

LOCK TABLES `bdtec_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `bdtec_postinstall_messages` DISABLE KEYS */;
INSERT INTO `bdtec_postinstall_messages` VALUES (1,229,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',1),(2,229,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',1),(3,229,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',1),(4,229,'PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_TITLE','PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_BODY','PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_ACTION','plg_system_httpheaders',1,'action','site://plugins/system/httpheaders/postinstall/introduction.php','httpheaders_postinstall_action','site://plugins/system/httpheaders/postinstall/introduction.php','httpheaders_postinstall_condition','4.0.0',1),(5,229,'COM_USERS_POSTINSTALL_MULTIFACTORAUTH_TITLE','COM_USERS_POSTINSTALL_MULTIFACTORAUTH_BODY','COM_USERS_POSTINSTALL_MULTIFACTORAUTH_ACTION','com_users',1,'action','admin://components/com_users/postinstall/multifactorauth.php','com_users_postinstall_mfa_action','admin://components/com_users/postinstall/multifactorauth.php','com_users_postinstall_mfa_condition','4.2.0',1),(6,229,'COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_TITLE','COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_DESCRIPTION','','com_admin',1,'message','','','admin://components/com_admin/postinstall/htaccessbrotli.php','admin_postinstall_htaccessbrotli_condition','4.4.4',1);
/*!40000 ALTER TABLE `bdtec_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_privacy_consents`
--

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

--
-- Dumping data for table `bdtec_privacy_consents`
--

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

--
-- Table structure for table `bdtec_privacy_requests`
--

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

--
-- Dumping data for table `bdtec_privacy_requests`
--

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

--
-- Table structure for table `bdtec_redirect_links`
--

DROP TABLE IF EXISTS `bdtec_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_redirect_links` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `new_url` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int unsigned NOT NULL DEFAULT '0',
  `published` tinyint NOT NULL,
  `created_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  `header` smallint NOT NULL DEFAULT '301',
  PRIMARY KEY (`id`),
  KEY `idx_old_url` (`old_url`(100)),
  KEY `idx_link_modified` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_redirect_links`
--

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

--
-- Table structure for table `bdtec_scheduler_tasks`
--

DROP TABLE IF EXISTS `bdtec_scheduler_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_scheduler_tasks` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'unique identifier for job defined by plugin',
  `execution_rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'Execution Rules, Unprocessed',
  `cron_rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'Processed execution rules, crontab-like JSON form',
  `state` tinyint NOT NULL DEFAULT '0',
  `last_exit_code` int NOT NULL DEFAULT '0' COMMENT 'Exit code when job was last run',
  `last_execution` datetime DEFAULT NULL COMMENT 'Timestamp of last run',
  `next_execution` datetime DEFAULT NULL COMMENT 'Timestamp of next (planned) run, referred for execution on trigger',
  `times_executed` int DEFAULT '0' COMMENT 'Count of successful triggers',
  `times_failed` int DEFAULT '0' COMMENT 'Count of failures',
  `locked` datetime DEFAULT NULL,
  `priority` smallint NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0' COMMENT 'Configurable list ordering',
  `cli_exclusive` smallint NOT NULL DEFAULT '0' COMMENT 'If 1, the task is only accessible via CLI',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created` datetime NOT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `checked_out` int unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_type` (`type`),
  KEY `idx_state` (`state`),
  KEY `idx_last_exit` (`last_exit_code`),
  KEY `idx_next_exec` (`next_execution`),
  KEY `idx_locked` (`locked`),
  KEY `idx_priority` (`priority`),
  KEY `idx_cli_exclusive` (`cli_exclusive`),
  KEY `idx_checked_out` (`checked_out`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_scheduler_tasks`
--

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

--
-- Table structure for table `bdtec_schemas`
--

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

--
-- Dumping data for table `bdtec_schemas`
--

LOCK TABLES `bdtec_schemas` WRITE;
/*!40000 ALTER TABLE `bdtec_schemas` DISABLE KEYS */;
INSERT INTO `bdtec_schemas` VALUES (229,'4.4.4-2024-03-28'),(237,'4.1.1'),(240,'9.4.0-20221011');
/*!40000 ALTER TABLE `bdtec_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_session`
--

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

--
-- Dumping data for table `bdtec_session`
--

LOCK TABLES `bdtec_session` WRITE;
/*!40000 ALTER TABLE `bdtec_session` DISABLE KEYS */;
INSERT INTO `bdtec_session` VALUES (_binary '033124a65ee1dc22fefc144ca4ea5a77',0,1,1778594226,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjE0O3M6NDoibGFzdCI7aToxNzc4NTk0MjE0O3M6Mzoibm93IjtpOjE3Nzg1OTQyMTQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '084d356b156b67133763f89e9eb0d2ff',0,1,1778509114,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA5MTA3O3M6NDoibGFzdCI7aToxNzc4NTA5MTA3O3M6Mzoibm93IjtpOjE3Nzg1MDkxMDc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '15676ee47aeb59188d0929d8488da869',0,1,1778594243,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjMwO3M6NDoibGFzdCI7aToxNzc4NTk0MjMwO3M6Mzoibm93IjtpOjE3Nzg1OTQyMzA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '21e717023864921d8ee41e8890ff8b1e',0,1,1778508913,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTExO3M6NDoibGFzdCI7aToxNzc4NTA4OTExO3M6Mzoibm93IjtpOjE3Nzg1MDg5MTE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '273390cad667c2c2147dc99198d3ab78',0,1,1778594271,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjYxO3M6NDoibGFzdCI7aToxNzc4NTk0MjYxO3M6Mzoibm93IjtpOjE3Nzg1OTQyNjE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2d90843590822fca316c9e99e71ba8e3',0,1,1778594240,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjI3O3M6NDoibGFzdCI7aToxNzc4NTk0MjI3O3M6Mzoibm93IjtpOjE3Nzg1OTQyMjc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '33bbd004d33c7e0360e89daf1ce61637',0,1,1778508904,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTAzO3M6NDoibGFzdCI7aToxNzc4NTA4OTAzO3M6Mzoibm93IjtpOjE3Nzg1MDg5MDM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '346794c73624cff9c777173fba721990f57d2f3ae784b53206f429fa466c0bfd',3,1,1778508911,NULL,0,''),(_binary '35c27900e96ef6557776788eee0a3f44',0,1,1778509115,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA5MTA3O3M6NDoibGFzdCI7aToxNzc4NTA5MTA3O3M6Mzoibm93IjtpOjE3Nzg1MDkxMDc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3fee7ba6213f8c03028821d068903ff6bfae2bf4c7242bdf171f3af587f12487',3,1,1778508919,NULL,0,''),(_binary '45af36bdad2ccd40daa6acc5a400de44',0,1,1778509095,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA5MDkwO3M6NDoibGFzdCI7aToxNzc4NTA5MDkwO3M6Mzoibm93IjtpOjE3Nzg1MDkwOTA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4615f39b3bf30b3edcd80985aa93c60f',0,1,1778508904,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTAzO3M6NDoibGFzdCI7aToxNzc4NTA4OTAzO3M6Mzoibm93IjtpOjE3Nzg1MDg5MDM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4e6c3539e916cdadff7e9362c686e2f404a67470c9828269562d628709b746bd',3,1,1778509109,NULL,0,''),(_binary '50ca4d2af1ac2a6a904ecd656590a37e58f27d060332fcbb50f328b15a43c3b2',3,1,1778509120,NULL,0,''),(_binary '5b967192bc40d45388ad958a46ade7f0',0,1,1778593489,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDUzO3M6NDoibGFzdCI7aToxNzc4NTkzNDUzO3M6Mzoibm93IjtpOjE3Nzg1OTM0NTM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5e81816cbc62c4dac9088377969c5f0b',0,1,1778508904,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTA0O3M6NDoibGFzdCI7aToxNzc4NTA4OTA0O3M6Mzoibm93IjtpOjE3Nzg1MDg5MDQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6d163a1487dc83c7ed256909018a362a',0,1,1778594262,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjQ5O3M6NDoibGFzdCI7aToxNzc4NTk0MjQ5O3M6Mzoibm93IjtpOjE3Nzg1OTQyNDk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6d50b6e3e58796d850252332a4183188',0,1,1778509093,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA5MDg2O3M6NDoibGFzdCI7aToxNzc4NTA5MDg2O3M6Mzoibm93IjtpOjE3Nzg1MDkwODY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6e249c1ecdfbf6f8a8543a5e59748615a12d478d8da022badb2615fb3c1c6463',3,1,1778594292,NULL,0,''),(_binary '6fb221f801034cd4029611bd1b0534c1',0,1,1778594239,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjI2O3M6NDoibGFzdCI7aToxNzc4NTk0MjI2O3M6Mzoibm93IjtpOjE3Nzg1OTQyMjY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7011f5bf53d28e45009205e998bd44eb',0,1,1778509102,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA5MDk3O3M6NDoibGFzdCI7aToxNzc4NTA5MDk3O3M6Mzoibm93IjtpOjE3Nzg1MDkwOTc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '81c4bb11d4e696a8481bbd8f35017716410aff30922b06f64f45984ec13f8d22',3,1,1778508919,NULL,0,''),(_binary '8741af36aae88697b303d28067568420',0,1,1778594272,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjYxO3M6NDoibGFzdCI7aToxNzc4NTk0MjYxO3M6Mzoibm93IjtpOjE3Nzg1OTQyNjE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8af4a34c98983a584bea7c6e44ac831c',0,1,1778508902,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTAyO3M6NDoibGFzdCI7aToxNzc4NTA4OTAyO3M6Mzoibm93IjtpOjE3Nzg1MDg5MDI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '900fa46ee9b8958d63cf4ff076c3018f',0,1,1778593489,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDQ0O3M6NDoibGFzdCI7aToxNzc4NTkzNDQ0O3M6Mzoibm93IjtpOjE3Nzg1OTM0NDQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a49ff30b7ed98d66fb7e098ba14c706e',0,1,1778594271,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjYwO3M6NDoibGFzdCI7aToxNzc4NTk0MjYwO3M6Mzoibm93IjtpOjE3Nzg1OTQyNjA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a731006ab0b77cbf41e613f6fbe0e45f',0,1,1778593489,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDQ2O3M6NDoibGFzdCI7aToxNzc4NTkzNDQ2O3M6Mzoibm93IjtpOjE3Nzg1OTM0NDY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'addb8e03aa25a37073b115407d6af3b9',0,1,1778509093,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA5MDg3O3M6NDoibGFzdCI7aToxNzc4NTA5MDg3O3M6Mzoibm93IjtpOjE3Nzg1MDkwODc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ae1f8fc9dbf2fee6cf6a653d10da3f48',0,1,1778594866,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0ODY0O3M6NDoibGFzdCI7aToxNzc4NTk0ODY0O3M6Mzoibm93IjtpOjE3Nzg1OTQ4NjQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b02d598ac8dd31648c771e037a214437',0,1,1778594244,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjMxO3M6NDoibGFzdCI7aToxNzc4NTk0MjMxO3M6Mzoibm93IjtpOjE3Nzg1OTQyMzE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b0ae351ee5cd8a42748d246d58c20324',0,1,1778593489,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDQ5O3M6NDoibGFzdCI7aToxNzc4NTkzNDQ5O3M6Mzoibm93IjtpOjE3Nzg1OTM0NDk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b15a108bbbab88a1bcc210fec9cca88eb95c091800525892a369d07b1fc6b23f',3,1,1778594254,NULL,0,''),(_binary 'b18456c57810a9a303bad1e578b4b599',0,1,1778594252,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjM4O3M6NDoibGFzdCI7aToxNzc4NTk0MjM4O3M6Mzoibm93IjtpOjE3Nzg1OTQyMzg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b670a88fb6cf7ce3c4967be9ece73428',0,1,1778508913,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTExO3M6NDoibGFzdCI7aToxNzc4NTA4OTExO3M6Mzoibm93IjtpOjE3Nzg1MDg5MTE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b75428740e389803f0067f67e6091b8ef9f09aa4acb0fd7f58417ec6d633895e',3,1,1778594292,NULL,0,''),(_binary 'bc9d0110fc87e538e21d86d2c277ee09',0,1,1778594287,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0Mjc4O3M6NDoibGFzdCI7aToxNzc4NTk0Mjc4O3M6Mzoibm93IjtpOjE3Nzg1OTQyNzg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c3028fdd5e46525a2487200f2f51c49f',0,1,1778594262,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjQ5O3M6NDoibGFzdCI7aToxNzc4NTk0MjQ5O3M6Mzoibm93IjtpOjE3Nzg1OTQyNDk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c3177d49de45e50ffef47381494eda603d08b704d276ae2859a973964a15c04d',3,1,1778594283,NULL,0,''),(_binary 'c3d34a23f646aaa8187614bc734f8a79',0,1,1778594287,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0Mjc4O3M6NDoibGFzdCI7aToxNzc4NTk0Mjc4O3M6Mzoibm93IjtpOjE3Nzg1OTQyNzg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c907e8dc0868c4224ed4f69f83ea90eb',0,1,1778560513,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYwNDk4O3M6NDoibGFzdCI7aToxNzc4NTYwNDk4O3M6Mzoibm93IjtpOjE3Nzg1NjA0OTg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ca22040e341ff93040597ec4059f822c',0,1,1778594270,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjYwO3M6NDoibGFzdCI7aToxNzc4NTk0MjYwO3M6Mzoibm93IjtpOjE3Nzg1OTQyNjA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd023e5b1283cd6e94e0b291ba79e6d55',0,1,1778508901,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4ODk3O3M6NDoibGFzdCI7aToxNzc4NTA4ODk3O3M6Mzoibm93IjtpOjE3Nzg1MDg4OTc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd1dc1fa92b40b7527435269f156e0825',0,1,1778594263,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjUwO3M6NDoibGFzdCI7aToxNzc4NTk0MjUwO3M6Mzoibm93IjtpOjE3Nzg1OTQyNTA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd8985e8e5d2f45f4aeadd16a1709bfc7',0,1,1778594277,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjY4O3M6NDoibGFzdCI7aToxNzc4NTk0MjY4O3M6Mzoibm93IjtpOjE3Nzg1OTQyNjg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'dd9bf416baa446dc38dc91daa7792bde',0,1,1778509000,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTk5O3M6NDoibGFzdCI7aToxNzc4NTA4OTk5O3M6Mzoibm93IjtpOjE3Nzg1MDg5OTk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f3c47a3d8799bc30ef510b4caca14576',0,1,1778508902,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA4OTAyO3M6NDoibGFzdCI7aToxNzc4NTA4OTAyO3M6Mzoibm93IjtpOjE3Nzg1MDg5MDI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f4858b17e471781235cbb99300cd7043',0,1,1778509099,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTA5MDk1O3M6NDoibGFzdCI7aToxNzc4NTA5MDk1O3M6Mzoibm93IjtpOjE3Nzg1MDkwOTU7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'fe5496325904702c02896ec8ca174615457323487b8883a9bbe6d3aaae8c8832',3,1,1778509120,NULL,0,'');
/*!40000 ALTER TABLE `bdtec_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_spmedia`
--

DROP TABLE IF EXISTS `bdtec_spmedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_spmedia` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(255) NOT NULL DEFAULT '',
  `thumb` varchar(255) NOT NULL DEFAULT '',
  `alt` varchar(255) NOT NULL DEFAULT '',
  `caption` varchar(2048) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `type` varchar(100) NOT NULL DEFAULT 'image',
  `media_attr` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '{}',
  `extension` varchar(100) NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` bigint NOT NULL DEFAULT '0',
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_spmedia`
--

LOCK TABLES `bdtec_spmedia` WRITE;
/*!40000 ALTER TABLE `bdtec_spmedia` DISABLE KEYS */;
INSERT INTO `bdtec_spmedia` VALUES (1,'developer','images/Icons/developer.gif','','developer','','','image','{\"full\":{\"height\":150,\"width\":150}}','com_sppagebuilder','2024-04-07 03:38:49',590,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `bdtec_spmedia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_sppagebuilder`
--

DROP TABLE IF EXISTS `bdtec_sppagebuilder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_sppagebuilder` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `text` mediumtext NOT NULL,
  `extension` varchar(255) NOT NULL DEFAULT 'com_sppagebuilder',
  `extension_view` varchar(255) NOT NULL DEFAULT 'page',
  `view_id` bigint NOT NULL DEFAULT '0',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint NOT NULL DEFAULT '1',
  `catid` int NOT NULL DEFAULT '0',
  `access` int NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` bigint NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` bigint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `attribs` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '[]',
  `og_title` varchar(255) NOT NULL DEFAULT '',
  `og_image` varchar(255) NOT NULL DEFAULT '',
  `og_description` varchar(255) NOT NULL DEFAULT '',
  `language` char(7) NOT NULL DEFAULT '',
  `hits` bigint NOT NULL DEFAULT '0',
  `css` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_sppagebuilder`
--

LOCK TABLES `bdtec_sppagebuilder` WRITE;
/*!40000 ALTER TABLE `bdtec_sppagebuilder` DISABLE KEYS */;
INSERT INTO `bdtec_sppagebuilder` VALUES (1,0,'Pagina construida','[{\"id\":1712460993315,\"visibility\":true,\"collapse\":false,\"settings\":{\"admin_label\":\"\",\"title\":\"\",\"heading_selector\":\"h3\",\"title_fontsize\":\"\",\"title_fontweight\":\"\",\"title_position\":\"sppb-text-center\",\"columns_align_center\":0,\"fullscreen\":0,\"no_gutter\":0,\"padding\":{\"md\":\"0px 0px 0px 0px\",\"sm\":\"   \",\"xs\":\"   \"},\"margin\":{\"md\":\"0px 0px 0px 0px\",\"sm\":\"   \",\"xs\":\"   \"},\"background_image\":\"\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"background_position\":\"0 0\",\"background_video\":0,\"hidden_xs\":0,\"hidden_sm\":0,\"hidden_md\":0,\"animationduration\":\"300\",\"animationdelay\":\"0\"},\"layout\":\"12\",\"columns\":[{\"id\":1712460993314,\"class_name\":\"col-md-12\",\"visibility\":true,\"settings\":{\"background_image\":\"\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"items_align_center\":0,\"boxshadow\":\"0 0 0 0 #fff\",\"sm_col\":\"\",\"xs_col\":\"\",\"hidden_xs\":\"\",\"hidden_sm\":\"\",\"hidden_md\":\"\",\"animationduration\":\"300\",\"animationdelay\":\"0\"},\"addons\":[{\"id\":1712461632657,\"name\":\"carousel\",\"visibility\":true,\"settings\":{\"admin_label\":\"\",\"autoplay\":1,\"interval\":5,\"speed\":600,\"controllers\":1,\"arrows\":1,\"alignment\":\"sppb-text-center\",\"class\":\"\",\"sp_carousel_item\":[{\"title_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"title_margin\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"content_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"content_margin\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"title\":\"Radio Sindical\",\"button_text\":\"ESCUCHAR MÚSICA\",\"bg\":\"images/slider/slider1.jpg\",\"button_url\":\"https://smart-anonymous-varying-memo.trycloudflare.com/stream\",\"button_type\":\"primary\",\"button_icon\":\"far fa-play-circle\",\"button_icon_position\":\"left\"},{\"title_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"title_margin\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"content_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"content_margin\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"title\":\"Radio Sindical\",\"bg\":\"images/slider/slider2.jpg\",\"button_text\":\"ESCUCHAR MÚSICA\",\"button_url\":\"https://smart-anonymous-varying-memo.trycloudflare.com/stream\"},{\"title_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"title_margin\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"content_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"content_margin\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"title\":\"Radio Sindical\",\"bg\":\"images/slider/slider3.jpg\",\"button_text\":\"ESCUCHAR MÚSICA\",\"button_url\":\"https://smart-anonymous-varying-memo.trycloudflare.com/stream\"}],\"global_use_background\":0,\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_user_border\":0,\"global_border_width\":\"\",\"global_border_radius\":0,\"global_margin\":{\"md\":\"0px 0px 30px 0px\",\"sm\":\"0px 0px 20px 0px\",\"xs\":\"0px 0px 10px 0px\"},\"global_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"global_boxshadow\":\"0 0 0 0 #ffffff\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"use_global_width\":0,\"hidden_md\":0,\"hidden_sm\":0,\"hidden_xs\":0,\"acl\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}]}}]}]},{\"id\":1712462290124,\"visibility\":true,\"collapse\":false,\"settings\":{\"admin_label\":\"\",\"title\":\"\",\"heading_selector\":\"h3\",\"title_fontsize\":\"\",\"title_fontweight\":\"\",\"title_position\":\"sppb-text-center\",\"columns_align_center\":0,\"fullscreen\":0,\"no_gutter\":0,\"padding\":{\"md\":\"0px 0px 0px 0px\",\"sm\":\"   \",\"xs\":\"   \"},\"margin\":{\"md\":\"0px 0px 0px 0px\",\"sm\":\"   \",\"xs\":\"   \"},\"background_image\":\"\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\",\"background_position\":\"0 0\",\"background_video\":0,\"hidden_xs\":0,\"hidden_sm\":0,\"hidden_md\":0,\"animationduration\":\"300\",\"animationdelay\":\"0\"},\"layout\":\"12\",\"columns\":[{\"id\":1712462290123,\"class_name\":\"col-md-12\",\"visibility\":true,\"settings\":{\"background_image\":\"\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"items_align_center\":0,\"boxshadow\":\"0 0 0 0 #fff\",\"sm_col\":\"\",\"xs_col\":\"\",\"hidden_xs\":\"\",\"hidden_sm\":\"\",\"hidden_md\":\"\",\"animationduration\":\"300\",\"animationdelay\":\"0\"},\"addons\":[{\"id\":1712462290127,\"name\":\"text_block\",\"visibility\":true,\"settings\":{\"admin_label\":\"footer\",\"title\":\"\",\"heading_selector\":\"h3\",\"title_fontsize\":\"\",\"title_lineheight\":\"\",\"title_letterspace\":\"0\",\"text\":\"<div style=\\\"text-align: center;\\\">&copy;Universidad de los Llanos 1975 - 2023.Todos los derechos reservados.</div>\",\"alignment\":\"sppb-text-center\",\"text_fontsize\":\"\",\"text_lineheight\":\"\",\"text_fontweight\":\"\",\"dropcap\":0,\"class\":\"\",\"global_use_background\":0,\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_user_border\":0,\"global_border_width\":\"\",\"global_border_radius\":0,\"global_margin\":{\"md\":\"0px 0px 30px 0px\",\"sm\":\"0px 0px 20px 0px\",\"xs\":\"0px 0px 10px 0px\"},\"global_padding\":{\"md\":\"   \",\"sm\":\"   \",\"xs\":\"   \"},\"global_boxshadow\":\"0 0 0 0 #ffffff\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"use_global_width\":0,\"hidden_md\":0,\"hidden_sm\":0,\"hidden_xs\":0,\"acl\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}]}}]}]}]','mod_sppagebuilder','module',113,1,1,0,1,0,'2024-04-07 03:36:33',590,'2024-04-08 18:29:34',590,0,'2024-04-07 03:36:33','[]','','','','*',0,'');
/*!40000 ALTER TABLE `bdtec_sppagebuilder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_sppagebuilder_addons`
--

DROP TABLE IF EXISTS `bdtec_sppagebuilder_addons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_sppagebuilder_addons` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `code` mediumtext NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_sppagebuilder_addons`
--

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

--
-- Table structure for table `bdtec_sppagebuilder_integrations`
--

DROP TABLE IF EXISTS `bdtec_sppagebuilder_integrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_sppagebuilder_integrations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `plugin` mediumtext NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_sppagebuilder_integrations`
--

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

--
-- Table structure for table `bdtec_sppagebuilder_languages`
--

DROP TABLE IF EXISTS `bdtec_sppagebuilder_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_sppagebuilder_languages` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `lang_tag` varchar(255) NOT NULL DEFAULT '',
  `lang_key` varchar(100) DEFAULT NULL,
  `version` varchar(255) NOT NULL DEFAULT '',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_sppagebuilder_languages`
--

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

--
-- Table structure for table `bdtec_sppagebuilder_sections`
--

DROP TABLE IF EXISTS `bdtec_sppagebuilder_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_sppagebuilder_sections` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `section` mediumtext NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_sppagebuilder_sections`
--

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

--
-- Table structure for table `bdtec_tags`
--

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

--
-- Dumping data for table `bdtec_tags`
--

LOCK TABLES `bdtec_tags` WRITE;
/*!40000 ALTER TABLE `bdtec_tags` DISABLE KEYS */;
INSERT INTO `bdtec_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,NULL,NULL,1,'','','','',590,'2024-04-04 19:15:58','',590,'2024-04-04 19:15:58','','',0,'*',1,NULL,NULL);
/*!40000 ALTER TABLE `bdtec_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_template_overrides`
--

DROP TABLE IF EXISTS `bdtec_template_overrides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_template_overrides` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hash_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension_id` int DEFAULT '0',
  `state` tinyint NOT NULL DEFAULT '0',
  `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint unsigned NOT NULL DEFAULT '0',
  `created_date` datetime NOT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_extension_id` (`extension_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_template_overrides`
--

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

--
-- Table structure for table `bdtec_template_styles`
--

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

--
-- Dumping data for table `bdtec_template_styles`
--

LOCK TABLES `bdtec_template_styles` WRITE;
/*!40000 ALTER TABLE `bdtec_template_styles` DISABLE KEYS */;
INSERT INTO `bdtec_template_styles` VALUES (10,'atum',1,'1','Atum - Default',1,'','{\"hue\":\"hsl(214, 63%, 20%)\",\"bg-light\":\"#f0f4fb\",\"text-dark\":\"#495057\",\"text-light\":\"#ffffff\",\"link-color\":\"#2a69b8\",\"special-color\":\"#001b4c\",\"monochrome\":\"0\",\"loginLogo\":\"\",\"loginLogoAlt\":\"\",\"logoBrandLarge\":\"\",\"logoBrandLargeAlt\":\"\",\"logoBrandSmall\":\"\",\"logoBrandSmallAlt\":\"\"}'),(11,'cassiopeia',0,'0','Cassiopeia - Default',1,'','{\"brand\":true,\"logoFile\":\"images\\/icons\\/al-aire.png#joomlaImage:\\/\\/local-images\\/icons\\/al-aire.png?width=64&height=64\",\"siteTitle\":\"\",\"siteDescription\":\"\",\"useFontScheme\":\"0\",\"colorName\":\"colors_standard\",\"fluidContainer\":\"0\",\"stickyHeader\":0,\"backTop\":0}'),(12,'g5_helium',0,'1','Helium - Default',0,'','{\"configuration\":\"12\",\"preset\":\"default\"}'),(13,'g5_helium',0,'0','Helium - Home - Particles',0,'','{\"configuration\":13,\"preset\":\"home_-_particles\"}'),(14,'g5_helium',0,'0','Helium - Helium - Inicio',0,'','{\"configuration\":\"14\",\"preset\":\"default\"}');
/*!40000 ALTER TABLE `bdtec_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_ucm_base`
--

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

--
-- Dumping data for table `bdtec_ucm_base`
--

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

--
-- Table structure for table `bdtec_ucm_content`
--

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

--
-- Dumping data for table `bdtec_ucm_content`
--

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

--
-- Table structure for table `bdtec_update_sites`
--

DROP TABLE IF EXISTS `bdtec_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_update_sites` (
  `update_site_id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
  `location` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `enabled` int DEFAULT '0',
  `last_check_timestamp` bigint DEFAULT '0',
  `extra_query` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
  `checked_out` int unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_update_sites`
--

LOCK TABLES `bdtec_update_sites` WRITE;
/*!40000 ALTER TABLE `bdtec_update_sites` DISABLE KEYS */;
INSERT INTO `bdtec_update_sites` VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/list.xml',1,1778593483,'',NULL,NULL),(2,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_4.xml',1,1761839457,'',NULL,NULL),(3,'Joomla! Update Component','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1761839458,'',NULL,NULL),(5,'DJ-ImageSlider Package','extension','https://dj-extensions.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=3',1,1761839458,'',NULL,NULL),(6,'Akeeba Backup Core for Joomla!','extension','https://cdn.akeeba.com/updates/pkgakeebabackupcore.xml',1,1761839464,'',NULL,NULL),(8,'Gantry 5','extension','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml',1,1761839464,'',NULL,NULL),(9,'Gantry 5','collection','http://updates.gantry.org/5.0/joomla/list.xml',1,1761839465,'',NULL,NULL),(10,'Helium Template','extension','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml',1,1761839465,'',NULL,NULL);
/*!40000 ALTER TABLE `bdtec_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_update_sites_extensions`
--

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

--
-- Dumping data for table `bdtec_update_sites_extensions`
--

LOCK TABLES `bdtec_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `bdtec_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `bdtec_update_sites_extensions` VALUES (1,229),(2,230),(2,258),(3,24),(5,239),(6,242),(8,253),(9,253),(10,254);
/*!40000 ALTER TABLE `bdtec_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_updates`
--

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

--
-- Dumping data for table `bdtec_updates`
--

LOCK TABLES `bdtec_updates` WRITE;
/*!40000 ALTER TABLE `bdtec_updates` DISABLE KEYS */;
INSERT INTO `bdtec_updates` VALUES (2119,2,0,'Afrikaans','','pkg_af-ZA','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/af-ZA_details.xml','','',''),(2120,2,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'4.0.2.1','','https://update.joomla.org/language/details4/ar-AA_details.xml','','',''),(2121,2,0,'Basque','','pkg_eu-ES','package','',0,'4.4.9.3','','https://update.joomla.org/language/details4/eu-ES_details.xml','','',''),(2122,2,0,'Belarusian','','pkg_be-BY','package','',0,'4.4.2.1','','https://update.joomla.org/language/details4/be-BY_details.xml','','',''),(2123,2,0,'Bulgarian','','pkg_bg-BG','package','',0,'4.4.14.2','','https://update.joomla.org/language/details4/bg-BG_details.xml','','',''),(2124,2,0,'Catalan','','pkg_ca-ES','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/ca-ES_details.xml','','',''),(2125,2,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'4.2.3.9','','https://update.joomla.org/language/details4/zh-CN_details.xml','','',''),(2126,2,0,'Chinese, Traditional','','pkg_zh-TW','package','',0,'4.4.2.1','','https://update.joomla.org/language/details4/zh-TW_details.xml','','',''),(2127,2,0,'Croatian','','pkg_hr-HR','package','',0,'4.3.1.1','','https://update.joomla.org/language/details4/hr-HR_details.xml','','',''),(2128,2,0,'Czech','','pkg_cs-CZ','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/cs-CZ_details.xml','','',''),(2129,2,0,'Danish','','pkg_da-DK','package','',0,'4.4.11.1','','https://update.joomla.org/language/details4/da-DK_details.xml','','',''),(2130,2,0,'Dutch','','pkg_nl-NL','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/nl-NL_details.xml','','',''),(2131,2,0,'English, Australia','','pkg_en-AU','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/en-AU_details.xml','','',''),(2132,2,0,'English, Canada','','pkg_en-CA','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/en-CA_details.xml','','',''),(2133,2,0,'English, New Zealand','','pkg_en-NZ','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/en-NZ_details.xml','','',''),(2134,2,0,'English, USA','','pkg_en-US','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/en-US_details.xml','','',''),(2135,2,0,'Estonian','','pkg_et-EE','package','',0,'4.4.4.1','','https://update.joomla.org/language/details4/et-EE_details.xml','','',''),(2136,2,0,'Finnish','','pkg_fi-FI','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/fi-FI_details.xml','','',''),(2137,2,0,'Flemish','','pkg_nl-BE','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/nl-BE_details.xml','','',''),(2138,2,0,'French','','pkg_fr-FR','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/fr-FR_details.xml','','',''),(2139,2,0,'French, Canada','','pkg_fr-CA','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/fr-CA_details.xml','','',''),(2140,2,0,'Georgian','','pkg_ka-GE','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/ka-GE_details.xml','','',''),(2141,2,0,'German','','pkg_de-DE','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/de-DE_details.xml','','',''),(2142,2,0,'German, Austria','','pkg_de-AT','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/de-AT_details.xml','','',''),(2143,2,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/de-LI_details.xml','','',''),(2144,2,0,'German, Luxembourg','','pkg_de-LU','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/de-LU_details.xml','','',''),(2145,2,0,'German, Switzerland','','pkg_de-CH','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/de-CH_details.xml','','',''),(2146,2,0,'Greek','','pkg_el-GR','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/el-GR_details.xml','','',''),(2147,2,0,'Hungarian','','pkg_hu-HU','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/hu-HU_details.xml','','',''),(2148,2,0,'Irish','','pkg_ga-IE','package','',0,'4.2.8.1','','https://update.joomla.org/language/details4/ga-IE_details.xml','','',''),(2149,2,0,'Italian','','pkg_it-IT','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/it-IT_details.xml','','',''),(2150,2,0,'Japanese','','pkg_ja-JP','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/ja-JP_details.xml','','',''),(2151,2,0,'Kazakh','','pkg_kk-KZ','package','',0,'4.4.0.3','','https://update.joomla.org/language/details4/kk-KZ_details.xml','','',''),(2152,2,0,'Korean','','pkg_ko-KR','package','',0,'4.4.2.1','','https://update.joomla.org/language/details4/ko-KR_details.xml','','',''),(2153,2,0,'Latvian','','pkg_lv-LV','package','',0,'4.4.1.1','','https://update.joomla.org/language/details4/lv-LV_details.xml','','',''),(2154,2,0,'Lithuanian','','pkg_lt-LT','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/lt-LT_details.xml','','',''),(2155,2,0,'North Macedonian','','pkg_mk-MK','package','',0,'4.2.4.1','','https://update.joomla.org/language/details4/mk-MK_details.xml','','',''),(2156,2,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/nb-NO_details.xml','','',''),(2157,2,0,'Pashto Afghanistan','','pkg_ps-AF','package','',0,'4.3.4.1','','https://update.joomla.org/language/details4/ps-AF_details.xml','','',''),(2158,2,0,'Persian Farsi','','pkg_fa-IR','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/fa-IR_details.xml','','',''),(2159,2,0,'Polish','','pkg_pl-PL','package','',0,'4.4.4.1','','https://update.joomla.org/language/details4/pl-PL_details.xml','','',''),(2160,2,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/pt-BR_details.xml','','',''),(2161,2,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'4.4.9.2','','https://update.joomla.org/language/details4/pt-PT_details.xml','','',''),(2162,2,0,'Romanian','','pkg_ro-RO','package','',0,'4.4.9.1','','https://update.joomla.org/language/details4/ro-RO_details.xml','','',''),(2163,2,0,'Russian','','pkg_ru-RU','package','',0,'4.4.9.2','','https://update.joomla.org/language/details4/ru-RU_details.xml','','',''),(2164,2,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/sr-RS_details.xml','','',''),(2165,2,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'4.4.14.2','','https://update.joomla.org/language/details4/sr-YU_details.xml','','',''),(2166,2,0,'Slovak','','pkg_sk-SK','package','',0,'4.4.12.1','','https://update.joomla.org/language/details4/sk-SK_details.xml','','',''),(2167,2,0,'Slovenian','','pkg_sl-SI','package','',0,'4.4.14.2','','https://update.joomla.org/language/details4/sl-SI_details.xml','','',''),(2168,2,258,'Spanish','','pkg_es-ES','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/es-ES_details.xml','','',''),(2169,2,0,'Swedish','','pkg_sv-SE','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/sv-SE_details.xml','','',''),(2170,2,0,'Tamil, India','','pkg_ta-IN','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/ta-IN_details.xml','','',''),(2171,2,0,'Thai','','pkg_th-TH','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/th-TH_details.xml','','',''),(2172,2,0,'Turkish','','pkg_tr-TR','package','',0,'4.4.14.1','','https://update.joomla.org/language/details4/tr-TR_details.xml','','',''),(2173,2,0,'Ukrainian','','pkg_uk-UA','package','',0,'4.4.5.1','','https://update.joomla.org/language/details4/uk-UA_details.xml','','',''),(2174,2,0,'Vietnamese','','pkg_vi-VN','package','',0,'4.2.2.1','','https://update.joomla.org/language/details4/vi-VN_details.xml','','',''),(2175,2,0,'Welsh','','pkg_cy-GB','package','',0,'4.4.13.1','','https://update.joomla.org/language/details4/cy-GB_details.xml','','',''),(2176,6,242,'Akeeba Backup Core for Joomla! 4','','pkg_akeebabackup','package','',0,'10.1.0','','https://cdn.akeeba.com/updates/pkgakeebabackupcore.xml','https://www.akeeba.com/download/akeeba-backup/10-1-0.html',NULL,''),(2177,8,0,'Gantry 5','Gantry 5 Framework','pkg_gantry5','package','',1,'5.5.25','','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml','http://docs.gantry.org/gantry5',NULL,''),(2178,9,253,'Gantry 5','Gantry 5 Framework','pkg_gantry5','package','',0,'5.5.25','','https://updates.gantry.org/5.0/joomla/pkg_gantry5.xml','','',''),(2179,9,0,'Helium','Helium Template','tpl_g5_helium','template','',0,'5.5.25','','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','','',''),(2180,9,0,'Hydrogen','Hydrogen Template','tpl_g5_hydrogen','template','',0,'5.5.25','','https://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml','','',''),(2181,10,0,'Helium','Helium Template','tpl_g5_helium','template','',1,'5.5.25','','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','http://docs.gantry.org/gantry5',NULL,''),(2417,1,229,'Joomla','','joomla','file','',0,'4.4.14','','https://update.joomla.org/core/j4/default.xml','','',''),(2418,1,229,'Joomla','','joomla','file','',0,'4.4.14','','https://update.joomla.org/core/j4/default.xml','','',''),(2419,1,229,'Joomla','','joomla','file','',0,'4.4.14','','https://update.joomla.org/core/j4/default.xml','','',''),(2420,1,229,'Joomla','','joomla','file','',0,'4.4.14','','https://update.joomla.org/core/j4/default.xml','','','');
/*!40000 ALTER TABLE `bdtec_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_user_keys`
--

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

--
-- Dumping data for table `bdtec_user_keys`
--

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

--
-- Table structure for table `bdtec_user_mfa`
--

DROP TABLE IF EXISTS `bdtec_user_mfa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_user_mfa` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `default` tinyint NOT NULL DEFAULT '0',
  `options` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_on` datetime NOT NULL,
  `last_used` datetime DEFAULT NULL,
  `tries` int NOT NULL DEFAULT '0',
  `last_try` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Multi-factor Authentication settings';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_user_mfa`
--

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

--
-- Table structure for table `bdtec_user_notes`
--

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

--
-- Dumping data for table `bdtec_user_notes`
--

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

--
-- Table structure for table `bdtec_user_profiles`
--

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

--
-- Dumping data for table `bdtec_user_profiles`
--

LOCK TABLES `bdtec_user_profiles` WRITE;
/*!40000 ALTER TABLE `bdtec_user_profiles` DISABLE KEYS */;
INSERT INTO `bdtec_user_profiles` VALUES (590,'joomlatoken.enabled','1',2),(590,'joomlatoken.token','Qf92EoGUx4Qpzfp5IQs0kIwq1s4lRWPCc+uK01Jo2cQ=',1);
/*!40000 ALTER TABLE `bdtec_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_user_usergroup_map`
--

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

--
-- Dumping data for table `bdtec_user_usergroup_map`
--

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

--
-- Table structure for table `bdtec_usergroups`
--

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

--
-- Dumping data for table `bdtec_usergroups`
--

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

--
-- Table structure for table `bdtec_users`
--

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

--
-- Dumping data for table `bdtec_users`
--

LOCK TABLES `bdtec_users` WRITE;
/*!40000 ALTER TABLE `bdtec_users` DISABLE KEYS */;
INSERT INTO `bdtec_users` VALUES (590,'admin','admin','[email protected]','$2y$10$hUdsZy0PGgoZJOCibKV68OFKKiydwQU43nTPd0Is3907nALn94wxy',0,1,'2024-04-04 19:16:06','2025-10-30 15:50:45','0','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\",\"a11y_mono\":\"0\",\"a11y_contrast\":\"0\",\"a11y_highlight\":\"0\",\"a11y_font\":\"0\"}',NULL,0,'','',0,'');
/*!40000 ALTER TABLE `bdtec_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_viewlevels`
--

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

--
-- Dumping data for table `bdtec_viewlevels`
--

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

--
-- Table structure for table `bdtec_webauthn_credentials`
--

DROP TABLE IF EXISTS `bdtec_webauthn_credentials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_webauthn_credentials` (
  `id` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Credential ID',
  `user_id` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'User handle',
  `label` varchar(190) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Human readable label',
  `credential` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Credential source data, JSON format',
  PRIMARY KEY (`id`(100)),
  KEY `user_id` (`user_id`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_webauthn_credentials`
--

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

--
-- Table structure for table `bdtec_workflow_associations`
--

DROP TABLE IF EXISTS `bdtec_workflow_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_workflow_associations` (
  `item_id` int NOT NULL DEFAULT '0' COMMENT 'Extension table id value',
  `stage_id` int NOT NULL COMMENT 'Foreign Key to #__workflow_stages.id',
  `extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`item_id`,`extension`),
  KEY `idx_item_stage_extension` (`item_id`,`stage_id`,`extension`),
  KEY `idx_item_id` (`item_id`),
  KEY `idx_stage_id` (`stage_id`),
  KEY `idx_extension` (`extension`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_workflow_associations`
--

LOCK TABLES `bdtec_workflow_associations` WRITE;
/*!40000 ALTER TABLE `bdtec_workflow_associations` DISABLE KEYS */;
INSERT INTO `bdtec_workflow_associations` VALUES (1,1,'com_content.article'),(2,1,'com_content.article'),(3,1,'com_content.article');
/*!40000 ALTER TABLE `bdtec_workflow_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_workflow_stages`
--

DROP TABLE IF EXISTS `bdtec_workflow_stages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_workflow_stages` (
  `id` int NOT NULL AUTO_INCREMENT,
  `asset_id` int DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `workflow_id` int NOT NULL,
  `published` tinyint NOT NULL DEFAULT '0',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `default` tinyint NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_workflow_id` (`workflow_id`),
  KEY `idx_checked_out` (`checked_out`),
  KEY `idx_title` (`title`(191)),
  KEY `idx_asset_id` (`asset_id`),
  KEY `idx_default` (`default`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_workflow_stages`
--

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

--
-- Table structure for table `bdtec_workflow_transitions`
--

DROP TABLE IF EXISTS `bdtec_workflow_transitions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_workflow_transitions` (
  `id` int NOT NULL AUTO_INCREMENT,
  `asset_id` int DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `workflow_id` int NOT NULL,
  `published` tinyint NOT NULL DEFAULT '0',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_stage_id` int NOT NULL,
  `to_stage_id` int NOT NULL,
  `options` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_title` (`title`(191)),
  KEY `idx_asset_id` (`asset_id`),
  KEY `idx_checked_out` (`checked_out`),
  KEY `idx_from_stage_id` (`from_stage_id`),
  KEY `idx_to_stage_id` (`to_stage_id`),
  KEY `idx_workflow_id` (`workflow_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_workflow_transitions`
--

LOCK TABLES `bdtec_workflow_transitions` WRITE;
/*!40000 ALTER TABLE `bdtec_workflow_transitions` DISABLE KEYS */;
INSERT INTO `bdtec_workflow_transitions` VALUES (1,58,1,1,1,'UNPUBLISH','',-1,1,'{\"publishing\":\"0\"}',NULL,NULL),(2,59,2,1,1,'PUBLISH','',-1,1,'{\"publishing\":\"1\"}',NULL,NULL),(3,60,3,1,1,'TRASH','',-1,1,'{\"publishing\":\"-2\"}',NULL,NULL),(4,61,4,1,1,'ARCHIVE','',-1,1,'{\"publishing\":\"2\"}',NULL,NULL),(5,62,5,1,1,'FEATURE','',-1,1,'{\"featuring\":\"1\"}',NULL,NULL),(6,63,6,1,1,'UNFEATURE','',-1,1,'{\"featuring\":\"0\"}',NULL,NULL),(7,64,7,1,1,'PUBLISH_AND_FEATURE','',-1,1,'{\"publishing\":\"1\",\"featuring\":\"1\"}',NULL,NULL);
/*!40000 ALTER TABLE `bdtec_workflow_transitions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bdtec_workflows`
--

DROP TABLE IF EXISTS `bdtec_workflows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bdtec_workflows` (
  `id` int NOT NULL AUTO_INCREMENT,
  `asset_id` int DEFAULT '0',
  `published` tinyint NOT NULL DEFAULT '0',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `default` tinyint NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime NOT NULL,
  `created_by` int NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL,
  `modified_by` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_asset_id` (`asset_id`),
  KEY `idx_title` (`title`(191)),
  KEY `idx_extension` (`extension`),
  KEY `idx_default` (`default`),
  KEY `idx_created` (`created`),
  KEY `idx_created_by` (`created_by`),
  KEY `idx_modified` (`modified`),
  KEY `idx_modified_by` (`modified_by`),
  KEY `idx_checked_out` (`checked_out`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bdtec_workflows`
--

LOCK TABLES `bdtec_workflows` WRITE;
/*!40000 ALTER TABLE `bdtec_workflows` DISABLE KEYS */;
INSERT INTO `bdtec_workflows` VALUES (1,56,1,'COM_WORKFLOW_BASIC_WORKFLOW','','com_content.article',1,1,'2024-04-04 19:15:58',590,'2024-04-04 19:15:58',590,NULL,NULL);
/*!40000 ALTER TABLE `bdtec_workflows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'sintraunicol'
--
/*!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-05-12 14:44:31

Youez - 2016 - github.com/yon3zu
LinuXploit